/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *






 */


@media screen and (min-width: 0px) and (max-width: 500px) {
  .galleryTextThumbs .rsOverflow,
  .royalSlider.galleryTextThumbs {
    height: 220px !important;
  }
}
.new-royalslider-11 .rsThumbsVer { width:331px; } 
.new-royalslider-11 .rsThumb { width: 331px; height: 90px; }
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 21, ../../app/assets/stylesheets/parts/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 31, ../../app/assets/stylesheets/parts/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
/* line 42, ../../app/assets/stylesheets/parts/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
/* line 52, ../../app/assets/stylesheets/parts/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../../app/assets/stylesheets/parts/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 82, ../../app/assets/stylesheets/parts/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
/* line 90, ../../app/assets/stylesheets/parts/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, ../../app/assets/stylesheets/parts/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 112, ../../app/assets/stylesheets/parts/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/* line 125, ../../app/assets/stylesheets/parts/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0 0 15px 0;
}

/* line 129, ../../app/assets/stylesheets/parts/_normalize.scss */
h1 {
  font-size: 22px;
}

/* line 133, ../../app/assets/stylesheets/parts/_normalize.scss */
h2 {
  font-size: 1.5em;
}

/* line 137, ../../app/assets/stylesheets/parts/_normalize.scss */
h3 {
  font-size: 1.17em;
}

/* line 141, ../../app/assets/stylesheets/parts/_normalize.scss */
h4 {
  font-size: 1em;
}

/* line 145, ../../app/assets/stylesheets/parts/_normalize.scss */
h5 {
  font-size: 0.83em;
}

/* line 149, ../../app/assets/stylesheets/parts/_normalize.scss */
h6 {
  font-size: 0.75em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
/* line 157, ../../app/assets/stylesheets/parts/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
/* line 166, ../../app/assets/stylesheets/parts/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 170, ../../app/assets/stylesheets/parts/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
/* line 178, ../../app/assets/stylesheets/parts/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
/* line 186, ../../app/assets/stylesheets/parts/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 196, ../../app/assets/stylesheets/parts/_normalize.scss */
p,
pre {
  margin: 0 0 14px 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 208, ../../app/assets/stylesheets/parts/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 218, ../../app/assets/stylesheets/parts/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
/* line 228, ../../app/assets/stylesheets/parts/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
/* line 237, ../../app/assets/stylesheets/parts/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 242, ../../app/assets/stylesheets/parts/_normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
/* line 252, ../../app/assets/stylesheets/parts/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 259, ../../app/assets/stylesheets/parts/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 263, ../../app/assets/stylesheets/parts/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 267, ../../app/assets/stylesheets/parts/_normalize.scss */
.clearthis {
  clear: both;
  width: 100%;
  height: 1px;
  line-height: 1px;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 285, ../../app/assets/stylesheets/parts/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 289, ../../app/assets/stylesheets/parts/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 299, ../../app/assets/stylesheets/parts/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 308, ../../app/assets/stylesheets/parts/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 323, ../../app/assets/stylesheets/parts/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
/* line 332, ../../app/assets/stylesheets/parts/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
/* line 344, ../../app/assets/stylesheets/parts/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
/* line 356, ../../app/assets/stylesheets/parts/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 364, ../../app/assets/stylesheets/parts/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
/* line 376, ../../app/assets/stylesheets/parts/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 392, ../../app/assets/stylesheets/parts/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
/* line 405, ../../app/assets/stylesheets/parts/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
/* line 422, ../../app/assets/stylesheets/parts/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 433, ../../app/assets/stylesheets/parts/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
/* line 445, ../../app/assets/stylesheets/parts/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
/* line 458, ../../app/assets/stylesheets/parts/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
/* line 470, ../../app/assets/stylesheets/parts/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
/* line 479, ../../app/assets/stylesheets/parts/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 489, ../../app/assets/stylesheets/parts/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 502, ../../app/assets/stylesheets/parts/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 519, ../../app/assets/stylesheets/parts/_normalize.scss */
b, strong, .strong {
  font-weight: bold;
}

/* line 521, ../../app/assets/stylesheets/parts/_normalize.scss */
dfn, em, .em {
  font-style: italic;
}

/* line 523, ../../app/assets/stylesheets/parts/_normalize.scss */
small, .small {
  font-size: 75%;
}

/* line 525, ../../app/assets/stylesheets/parts/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: none;
}

/* line 530, ../../app/assets/stylesheets/parts/_normalize.scss */
dd {
  margin: 0;
}

/* line 536, ../../app/assets/stylesheets/parts/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 23, ../../app/assets/stylesheets/parts/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 25, ../../app/assets/stylesheets/parts/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 26, ../../app/assets/stylesheets/parts/_mixins.scss */
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 34, ../../app/assets/stylesheets/parts/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 41, ../../app/assets/stylesheets/parts/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/* $link-hover:        darken($link-color, 9%); */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/*********************
TRANISTION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
/* line 211, ../../app/assets/stylesheets/parts/_mixins.scss */
.button, .button:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid black;
  border-top-color: black;
  border-left-color: black;
  padding: 4px 12px;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: black;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
  background-image: -webkit-linear-gradient(top, black, black);
  background-image: -moz-linear-gradient(top, black, black);
  background-image: -o-linear-gradient(top, black, black);
  background-image: linear-gradient(to bottom, #000000, #000000);
}
/* line 230, ../../app/assets/stylesheets/parts/_mixins.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: white;
  border: 1px solid black;
  border-top-color: black;
  border-left-color: black;
  background-color: black;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
  background-image: -webkit-linear-gradient(top, black, black);
  background-image: -moz-linear-gradient(top, black, black);
  background-image: -o-linear-gradient(top, black, black);
  background-image: linear-gradient(to bottom, #000000, #000000);
}
/* line 238, ../../app/assets/stylesheets/parts/_mixins.scss */
.button:active, .button:visited:active {
  background-color: black;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
  background-image: -webkit-linear-gradient(top, black, black);
  background-image: -moz-linear-gradient(top, black, black);
  background-image: -o-linear-gradient(top, black, black);
  background-image: linear-gradient(to bottom, #000000, #000000);
}

/* line 243, ../../app/assets/stylesheets/parts/_mixins.scss */
.blue-button, .blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  box-shadow: inset 0 0 3px #59b3ec;
}
/* line 249, ../../app/assets/stylesheets/parts/_mixins.scss */
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
/* line 253, ../../app/assets/stylesheets/parts/_mixins.scss */
.blue-button:active, .blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}

/*********************
PADDINGS, MARGINS, RE-USED ITEMS, CUSTOM
*********************/
/* -------- WHY ISNT THIS IN THE BASE STYLESHEET!?  --------   */
@font-face {
  font-family: "BebasNeueRegular";
  src: url(/assets/BebasNeue-webfont.eot) format('embedded-opentype'), url(/assets/BebasNeue-webfont.eot?#iefix) format('embedded-opentype'), url(/assets/BebasNeue-webfont.woff) format('woff'), url(/assets/BebasNeue-webfont.ttf) format('truetype'), url(/assets/BebasNeue-webfont.svg#BebasNeueRegular) format('svg');
}

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../../app/assets/stylesheets/parts/_base.scss */
body {
  font-family: Verdana, Tahoma, serif;
  font-size: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  background-color: #ebebeb;
}

/* line 27, ../../app/assets/stylesheets/parts/_base.scss */
#container {
  margin-bottom: -20px;
  background-color: #fff;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 77, ../../app/assets/stylesheets/parts/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
/* line 86, ../../app/assets/stylesheets/parts/_base.scss */
a, a:visited {
  color: black;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 91, ../../app/assets/stylesheets/parts/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #dd0202;
}
/* line 101, ../../app/assets/stylesheets/parts/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 115, ../../app/assets/stylesheets/parts/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: tahoma, verdana, serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  letter-spacing: 1px;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 126, ../../app/assets/stylesheets/parts/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 131, ../../app/assets/stylesheets/parts/_base.scss */
h1, .h1 {
  font-size: 22px;
  line-height: 1.333em;
}

/* line 136, ../../app/assets/stylesheets/parts/_base.scss */
h1 span {
  font-size: 13px;
  font-weight: normal;
  display: block;
}

/* line 138, ../../app/assets/stylesheets/parts/_base.scss */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
}

/* line 143, ../../app/assets/stylesheets/parts/_base.scss */
h3, .h3 {
  font-size: 1.125em;
}

/* line 147, ../../app/assets/stylesheets/parts/_base.scss */
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

/* line 152, ../../app/assets/stylesheets/parts/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
}

/*********************
HEADER SYTLES
*********************/
/* line 166, ../../app/assets/stylesheets/parts/_base.scss */
#inner-header
h1 {
  text-indent: -9999px;
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  height: 1px;
  line-height: 1px;
  clear: both;
}

/* line 173, ../../app/assets/stylesheets/parts/_base.scss */
#logo {
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 10px;
}
/* line 176, ../../app/assets/stylesheets/parts/_base.scss */
#logo img {
  width: 100%;
  max-width: 100%;
}

/* line 179, ../../app/assets/stylesheets/parts/_base.scss */
#feature_slider {
  margin-bottom: 15px;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 195, ../../app/assets/stylesheets/parts/_base.scss */
.nav {
  width: 100%;
  float: left;
  background-color: #4e4d4d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3b3b3b), to(#4e4d4d));
  background-image: -webkit-linear-gradient(top, #3b3b3b, #4e4d4d);
  background-image: -moz-linear-gradient(top, #3b3b3b, #4e4d4d);
  background-image: -o-linear-gradient(top, #3b3b3b, #4e4d4d);
  background-image: linear-gradient(to bottom, #3b3b3b, #4e4d4d);
  border: 1px solid #000;
  border-bottom: 0;
  border-right: 0;
  margin: 10px 0 0 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 203, ../../app/assets/stylesheets/parts/_base.scss */
.nav li {
  float: left;
  border-bottom: 1px solid #000;
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
/* line 207, ../../app/assets/stylesheets/parts/_base.scss */
.nav li a {
  display: block;
  text-decoration: none;
  padding: 3px 0px 0px 0px;
  line-height: 40px;
  border-right: 1px solid #000;
  color: white;
  font-family: "BebasNeueRegular", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
  font-size: 15px;
  text-shadow: 1px 1px #000;
  letter-spacing: 0px;
  text-transform: uppercase;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
/* line 225, ../../app/assets/stylesheets/parts/_base.scss */
.nav li a:hover, .nav li a:focus {
  background-color: #222;
  color: white;
}
/* line 247, ../../app/assets/stylesheets/parts/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}
/* line 269, ../../app/assets/stylesheets/parts/_base.scss */
.nav li.current-menu-item a {
  background-color: #000;
}
/* line 279, ../../app/assets/stylesheets/parts/_base.scss */
.nav li.social {
  display: none;
}

/* end .nav */
/* Mobile Nav */
/* line 286, ../../app/assets/stylesheets/parts/_base.scss */
p.mobile-nav {
  display: none;
  margin: 0;
  float: right;
  line-height: 30px;
  font-size: 24px;
  font-family: "BebasNeueRegular", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
}

@media only screen and (max-width: 767px) {
  /* line 303, ../../app/assets/stylesheets/parts/_base.scss */
  p.mobile-nav {
    display: block;
  }

  /* line 307, ../../app/assets/stylesheets/parts/_base.scss */
  #nav ul {
    display: none;
  }
  /* line 310, ../../app/assets/stylesheets/parts/_base.scss */
  #nav ul li {
    width: 25%;
    text-align: center;
  }
  /* line 315, ../../app/assets/stylesheets/parts/_base.scss */
  #nav ul li.socialnav {
    display: none;
  }
}
/*********************
MISC
*********************/
/* line 327, ../../app/assets/stylesheets/parts/_base.scss */
.paddingtop20 {
  padding-top: 20px;
}

/* line 328, ../../app/assets/stylesheets/parts/_base.scss */
.floatLeft {
  float: left;
}

/* line 329, ../../app/assets/stylesheets/parts/_base.scss */
.floatRight {
  float: right;
}

/* line 330, ../../app/assets/stylesheets/parts/_base.scss */
.clearThis, .clearthis {
  height: 1px;
  line-height: 1px;
  clear: both;
}

/* line 331, ../../app/assets/stylesheets/parts/_base.scss */
.noPadding {
  padding: 0 !important;
}

/* line 332, ../../app/assets/stylesheets/parts/_base.scss */
.noMargin {
  margin: 0 !important;
}

/* line 333, ../../app/assets/stylesheets/parts/_base.scss */
.marginBottom {
  margin-bottom: 15px !important;
}

/* line 338, ../../app/assets/stylesheets/parts/_base.scss */
.ie10 p {
  word-wrap: none;
  -ms-word-break: none;
}

/* line 343, ../../app/assets/stylesheets/parts/_base.scss */
.pw-widget {
  padding: 5px 0 10px 0;
  height: auto;
  clear: both;
}

/* misc single post share icons (new) for news */
/* line 351, ../../app/assets/stylesheets/parts/_base.scss */
body.single-post .pw-widget {
  padding: 0 0 10px 0;
  white-space: normal;
}
/* line 354, ../../app/assets/stylesheets/parts/_base.scss */
body.single-post .pw-widget .ra1-pw-alone-button {
  padding: 0 7px 5px 0;
}

/*********************
BANNER STYLES
*********************/
/* line 364, ../../app/assets/stylesheets/parts/_base.scss */
.banner {
  max-width: 100%;
  width: 100%;
  height: auto;
  line-height: 1px;
  height: auto;
  clear: both;
  min-height: 15px;
}
/* line 369, ../../app/assets/stylesheets/parts/_base.scss */
.banner img {
  max-width: 100%;
  height: auto;
}
/* line 374, ../../app/assets/stylesheets/parts/_base.scss */
.banner object, .banner embed, .banner iframe {
  max-width: 100%;
}

/* line 379, ../../app/assets/stylesheets/parts/_base.scss */
.top-banner, .bottom-banner {
  line-height: 1px;
  height: auto;
  border-bottom: 5px solid #fff;
  text-align: center;
}

/* line 386, ../../app/assets/stylesheets/parts/_base.scss */
.top-banner {
  padding-top: 10px;
}

/* line 390, ../../app/assets/stylesheets/parts/_base.scss */
.post-banner {
  min-height: 90px;
  width: auto;
  border: 7px solid #ebebeb;
  margin: 0 0 15px 0;
}

/* line 397, ../../app/assets/stylesheets/parts/_base.scss */
.side-banner-600 {
  min-height: 600px;
  padding: 20px 0;
  text-align: center;
}

/* line 403, ../../app/assets/stylesheets/parts/_base.scss */
.side-banner-600 {
  display: none;
}

/* line 407, ../../app/assets/stylesheets/parts/_base.scss */
.side-banner-250 {
  height: auto;
  margin-bottom: 20px;
  text-align: center;
}
/* line 412, ../../app/assets/stylesheets/parts/_base.scss */
.side-banner-250 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-width: 300px !important;
}
/* line 417, ../../app/assets/stylesheets/parts/_base.scss */
.side-banner-250 object, .side-banner-250 embed, .side-banner-250 iframe {
  max-width: 100%;
}

/* line 423, ../../app/assets/stylesheets/parts/_base.scss */
.advert-wrap span {
  display: none;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 432, ../../app/assets/stylesheets/parts/_base.scss */
#content {
  margin: 10px 0 15px 0;
}
/* line 435, ../../app/assets/stylesheets/parts/_base.scss */
#content h2.widgettitle {
  margin-top: 0;
}
/* line 440, ../../app/assets/stylesheets/parts/_base.scss */
#content h2.latest-news span {
  display: block;
  float: left;
  padding-right: 20px;
}

/* line 446, ../../app/assets/stylesheets/parts/_base.scss */
.hentry {
  position: relative;
}
/* line 449, ../../app/assets/stylesheets/parts/_base.scss */
.hentry nav a, .hentry section a, .hentry footer a, .hentry .tracklisting a, .hentry nav a:visited, .hentry section a:visited, .hentry footer a:visited, .hentry .tracklisting a:visited {
  color: #dd0202;
}
/* line 453, ../../app/assets/stylesheets/parts/_base.scss */
.hentry nav a:hover, .hentry section a:hover, .hentry footer a:hover, .hentry .tracklisting a:hover {
  color: #5f0101;
}
/* line 457, ../../app/assets/stylesheets/parts/_base.scss */
.hentry .nav-single {
  text-align: right;
  width: 100%;
  float: left;
  font-size: 1em;
  letter-spacing: 0;
}
/* line 463, ../../app/assets/stylesheets/parts/_base.scss */
.hentry .nav-single span {
  display: block;
  text-transform: uppercase;
  line-height: 16px;
  float: right;
  width: auto;
  padding-top: 3px;
}
/* line 471, ../../app/assets/stylesheets/parts/_base.scss */
.hentry .nav-single span.nav-next {
  padding-left: 10px;
}
/* line 473, ../../app/assets/stylesheets/parts/_base.scss */
.hentry .nav-single span.nav-next a {
  display: block;
  padding: 0px 20px 0 0;
  background: url(/assets/arrow-right-white.gif) no-repeat center right;
}
/* line 481, ../../app/assets/stylesheets/parts/_base.scss */
.hentry .nav-single span.nav-previous a {
  display: block;
  padding: 0px 0 0 20px;
  background: url(/assets/arrow-left-white.gif) no-repeat center left;
}
/* line 489, ../../app/assets/stylesheets/parts/_base.scss */
.hentry header {
  clear: both;
}
/* line 493, ../../app/assets/stylesheets/parts/_base.scss */
.hentry header h1.newsh1 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: bold;
  line-height: 22px;
  font-family: tahoma, verdana, serif;
  font-size: 18px;
  color: #000;
}
/* line 499, ../../app/assets/stylesheets/parts/_base.scss */
.hentry footer {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #5c5c5c;
}
/* line 504, ../../app/assets/stylesheets/parts/_base.scss */
.hentry footer p {
  margin-bottom: 3px;
}
/* line 509, ../../app/assets/stylesheets/parts/_base.scss */
.hentry .bold-heading {
  font-weight: bold;
  font-size: 20px;
  padding-top: 15px;
  margin: 0 0 15px 0;
}
/* line 516, ../../app/assets/stylesheets/parts/_base.scss */
.hentry .fb_iframe_widget, .hentry #fbSEOComments, .hentry #fbSEOComments span, .hentry .fb_ltr, .hentry .fb-comments {
  width: 100% !important;
  max-width: 100% !important;
}
/* line 522, ../../app/assets/stylesheets/parts/_base.scss */
.hentry .fb-comments span {
  width: 100% !important;
}
/* line 527, ../../app/assets/stylesheets/parts/_base.scss */
.hentry .comment-form-title {
  display: none;
}

/* end .hentry */
/* single hentry */
/* line 536, ../../app/assets/stylesheets/parts/_base.scss */
body.single .hentry header h1.newsh1 {
  font-size: 20px;
  line-height: 24px;
}

/* end single hentry */
/* line 550, ../../app/assets/stylesheets/parts/_base.scss */
.archive-title {
  background-color: #ebebeb;
  border: 1px solid #dddddd;
  box-shadow: inset 0px 0px 3px #fff;
  height: 40px;
  line-height: 40px !important;
  font-weight: normal;
  text-transform: uppercase;
  width: auto;
  clear: both;
  font-family: tahoma, verdana, serif;
  font-size: 22px;
  letter-spacing: 2px;
  margin: 0 0 15px 0;
  height: auto;
  min-height: 40px;
  padding-right: 3px;
  padding-left: 10px;
  font-size: 14px;
  letter-spacing: 0;
}
/* line 554, ../../app/assets/stylesheets/parts/_base.scss */
.archive-title span {
  display: inline;
  font-size: 14px;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 571, ../../app/assets/stylesheets/parts/_base.scss */
.byline {
  color: #777777;
  margin: 5px 0;
}
/* line 574, ../../app/assets/stylesheets/parts/_base.scss */
.byline .date-time, .byline .date-comments {
  padding: 0 10px 0 20px;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  background: url(/assets/clock-icon.png) no-repeat top left;
}
/* line 582, ../../app/assets/stylesheets/parts/_base.scss */
.byline .date-comments {
  background: url(/assets/comment-icon.png) no-repeat top left;
}
/* line 586, ../../app/assets/stylesheets/parts/_base.scss */
.byline .date-comments a, .byline .date-comments a:visited {
  color: #777777;
}
/* line 588, ../../app/assets/stylesheets/parts/_base.scss */
.byline .date-comments a:hover, .byline .date-comments a:visited:hover {
  color: #dd0202;
}

/* line 592, ../../app/assets/stylesheets/parts/_base.scss */
body.single .byline {
  margin: 5px 0 17px 0;
}

/* read more */
/* line 597, ../../app/assets/stylesheets/parts/_base.scss */
.read_more {
  padding: 5px 10px 5px 10px;
  background-color: #ebebeb;
  border: 1px solid #dddddd;
  box-shadow: inset 0px 0px 3px #fff;
  text-transform: uppercase;
  clear: both;
  color: black !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 603, ../../app/assets/stylesheets/parts/_base.scss */
.read_more:hover {
  background-color: #353535 !important;
  border: 0;
  color: white !important;
  box-shadow: inset 0px 0px 3px #555 !important;
}

/* entry content */
/* line 612, ../../app/assets/stylesheets/parts/_base.scss */
.entry-content {
  border-bottom: 2px solid #000;
  margin-bottom: 25px;
  padding-bottom: 10px;
  /*
  image alignment on a screen this size may be a bit difficult. It's set to start aligning
  and floating images at the next breakpoint, but it's up to you. Feel free to change it up.
  */
}
/* line 617, ../../app/assets/stylesheets/parts/_base.scss */
.entry-content .excerpt {
  line-height: 17px;
}
/* line 621, ../../app/assets/stylesheets/parts/_base.scss */
.entry-content .post-thumbnail {
  line-height: 1px;
  height: auto;
  clear: both;
  margin: 0 0 15px 0;
  text-align: center;
}
/* line 628, ../../app/assets/stylesheets/parts/_base.scss */
.entry-content .first
img {
  margin: 5px 0 20px 0;
}
/* line 634, ../../app/assets/stylesheets/parts/_base.scss */
.entry-content .alignleft, .entry-content img.alignleft, .entry-content .alignright, .entry-content img.alignright, .entry-content .aligncenter, .entry-content img.aligncenter, .entry-content img.alignnone {
  margin-bottom: 14px;
}
/* line 642, ../../app/assets/stylesheets/parts/_base.scss */
.entry-content p img {
  margin: 0 0 1.5em 0;
}
/* line 647, ../../app/assets/stylesheets/parts/_base.scss */
.entry-content img {
  max-width: 100%;
  height: auto;
}
/* line 682, ../../app/assets/stylesheets/parts/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 689, ../../app/assets/stylesheets/parts/_base.scss */
.entry-content video, .entry-content object, .entry-content iframe {
  max-width: 100%;
}
/* line 693, ../../app/assets/stylesheets/parts/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
/* line 701, ../../app/assets/stylesheets/parts/_base.scss */
body.single .entry-content {
  border-bottom: 1px solid #5c5c5c;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
/* line 706, ../../app/assets/stylesheets/parts/_base.scss */
body.single .entry-content .post-thumb {
  margin-bottom: 15px;
  line-height: 1px;
  height: auto;
  clear: both;
  text-align: center;
  background-color: #000;
}
/* line 712, ../../app/assets/stylesheets/parts/_base.scss */
body.single .entry-content .addthis_toolbox {
  width: 100%;
}
/* line 716, ../../app/assets/stylesheets/parts/_base.scss */
body.single .entry-content .addthis_floating_style {
  position: relative !important;
}
/* line 720, ../../app/assets/stylesheets/parts/_base.scss */
body.single .entry-content .addthis_floating_style.addthis_counter_style .addthis_internal_container {
  width: 100% !important;
}
/* line 723, ../../app/assets/stylesheets/parts/_base.scss */
body.single .entry-content .addthis_floating_style.addthis_counter_style .addthis_internal_container a.at300b, body.single .entry-content .addthis_floating_style.addthis_counter_style .addthis_internal_container a.addthis_counter {
  width: 48px !important;
  float: left !important;
  margin: 0 10px 0px 0;
  padding: 0;
}
/* line 730, ../../app/assets/stylesheets/parts/_base.scss */
body.single .entry-content .addthis_floating_style.addthis_counter_style .addthis_internal_container a.addthis_counter {
  margin-right: 0;
}

/* line 736, ../../app/assets/stylesheets/parts/_base.scss */
.wp-caption {
  background: #ebebeb;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 741, ../../app/assets/stylesheets/parts/_base.scss */
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
/* line 746, ../../app/assets/stylesheets/parts/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* line 757, ../../app/assets/stylesheets/parts/_base.scss */
.gallery dl {
  margin: 0 0 15px 0;
  float: left;
}
/* line 764, ../../app/assets/stylesheets/parts/_base.scss */
.gallery dl img {
  padding: 0 7px;
}

/* end .gallery */
/* gallery caption styles */
/*********************
REVIEWS
*********************/
/* line 790, ../../app/assets/stylesheets/parts/_base.scss */
body.post-type-archive-cdreview .threecol, body.post-type-archive-dvdreview .threecol {
  margin: 0;
  width: 48%;
  float: right;
}
/* line 796, ../../app/assets/stylesheets/parts/_base.scss */
body.post-type-archive-cdreview .threecol:nth-child(2n+2), body.post-type-archive-dvdreview .threecol:nth-child(2n+2) {
  margin: 0 2.762430939% 0 0;
  float: left;
}
/* line 801, ../../app/assets/stylesheets/parts/_base.scss */
body.post-type-archive-cdreview .last, body.post-type-archive-dvdreview .last {
  margin: 0;
}

/* line 807, ../../app/assets/stylesheets/parts/_base.scss */
.review-archive img {
  border: 5px solid #000;
  max-width: 99.8%;
  min-width: 100%;
  height: auto;
}
/* line 813, ../../app/assets/stylesheets/parts/_base.scss */
.review-archive img:hover, .review-archive img:focus {
  border-color: #dd0202;
}

/* line 817, ../../app/assets/stylesheets/parts/_base.scss */
.review-header {
  font-size: 11px;
  padding-bottom: 15px;
}
/* line 821, ../../app/assets/stylesheets/parts/_base.scss */
.review-header .review-meta {
  min-height: 130px;
}
/* line 825, ../../app/assets/stylesheets/parts/_base.scss */
.review-header h1, .review-header h2 {
  margin: 0 0 3px 0;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4em;
}
/* line 831, ../../app/assets/stylesheets/parts/_base.scss */
.review-header h1 span, .review-header h2 span {
  font-size: 13px;
  font-weight: normal;
  display: block;
  text-transform: capitalize !important;
  line-height: 1.2em;
}
/* line 838, ../../app/assets/stylesheets/parts/_base.scss */
.review-header h2 {
  font-size: 1.2em;
}
/* line 842, ../../app/assets/stylesheets/parts/_base.scss */
.review-header h5 {
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 0;
  font-size: 1.1em;
  margin: 0;
}
/* line 846, ../../app/assets/stylesheets/parts/_base.scss */
.review-header h5 a, .review-header h5 a:visited {
  color: #dd0202;
}
/* line 847, ../../app/assets/stylesheets/parts/_base.scss */
.review-header h5 a:hover {
  color: black;
}
/* line 850, ../../app/assets/stylesheets/parts/_base.scss */
.review-header p {
  line-height: 1.3em;
}
/* line 854, ../../app/assets/stylesheets/parts/_base.scss */
.review-header .review-thumbnail {
  background-color: #161616;
  text-align: center;
  line-height: 1px;
  margin-bottom: 10px;
}
/* line 861, ../../app/assets/stylesheets/parts/_base.scss */
.review-header .review-thumbnail a img {
  border: 5px solid #000;
  max-width: 100%;
}
/* line 870, ../../app/assets/stylesheets/parts/_base.scss */
.review-header .tracklisting .buy_links a {
  display: block;
  float: left;
  height: 20px;
  line-height: 15px;
  margin: 0 10px 0 0;
}

/* line 880, ../../app/assets/stylesheets/parts/_base.scss */
.rating-nav {
  background-color: #000;
  color: #fff;
  width: auto;
  padding: 7px 10px;
  width: 100%;
  float: left;
  font-weight: bold !important;
  margin-bottom: 20px;
}
/* line 423, ../../app/assets/stylesheets/parts/_mixins.scss */
.rating-nav a {
  color: #fff;
}
/* line 427, ../../app/assets/stylesheets/parts/_mixins.scss */
.rating-nav a:hover, .rating-nav a:focus {
  color: #dd0202 !important;
}
/* line 886, ../../app/assets/stylesheets/parts/_base.scss */
.rating-nav h3 {
  margin: 0;
  font-weight: 700 !important;
  font-size: 1em;
  letter-spacing: 0;
}
/* line 893, ../../app/assets/stylesheets/parts/_base.scss */
.rating-nav a, .rating-nav a:visited {
  color: white !important;
}
/* line 894, ../../app/assets/stylesheets/parts/_base.scss */
.rating-nav a:hover {
  color: #dd0202 !important;
}
/* line 896, ../../app/assets/stylesheets/parts/_base.scss */
.rating-nav .first, .rating-nav .last {
  width: 48.618784527%;
  float: left;
}
/* line 900, ../../app/assets/stylesheets/parts/_base.scss */
.rating-nav .last {
  margin-left: 2.762430939%;
  float: right;
}

/* line 907, ../../app/assets/stylesheets/parts/_base.scss */
.review-body .floatLeft iframe {
  margin: 0 15px 10px 0;
}

/* line 916, ../../app/assets/stylesheets/parts/_base.scss */
.hentry .disc-reviews ul li {
  border: 0 !important;
  width: 100%;
  min-height: 100px;
}
/* line 921, ../../app/assets/stylesheets/parts/_base.scss */
.hentry .disc-reviews ul li div a {
  padding-top: 40px;
}

/* search bar on reviews */
/* line 929, ../../app/assets/stylesheets/parts/_base.scss */
.search-special {
  float: right;
  width: auto;
}
/* line 933, ../../app/assets/stylesheets/parts/_base.scss */
.search-special #searchform {
  width: 195px;
  margin: 0;
}
/* line 937, ../../app/assets/stylesheets/parts/_base.scss */
.search-special #searchform #s {
  width: 83%;
  background-color: #fff;
  line-height: 32px !important;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none !important;
  margin: 5px 0 0 0;
  float: right;
  font-size: 11px !important;
  color: #000 !important;
  font-weight: bold;
}
/* line 946, ../../app/assets/stylesheets/parts/_base.scss */
.search-special #searchform #searchsubmit {
  width: 15%;
  line-height: 32px !important;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none !important;
  margin: 5px 0 0 0;
  float: right;
  background-color: #000;
  color: #fff;
  font-size: 11px !important;
}

/*********************
SEARCH RESULTS STYLES
*********************/
/* line 962, ../../app/assets/stylesheets/parts/_base.scss */
body.search .entry-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
  height: auto;
}
/* line 967, ../../app/assets/stylesheets/parts/_base.scss */
body.search .entry-content .postedin {
  background-color: #000;
  color: #fff;
  width: auto;
  padding: 7px 10px;
  float: left;
  text-transform: uppercase;
}
/* line 423, ../../app/assets/stylesheets/parts/_mixins.scss */
body.search .entry-content .postedin a {
  color: #fff;
}
/* line 427, ../../app/assets/stylesheets/parts/_mixins.scss */
body.search .entry-content .postedin a:hover, body.search .entry-content .postedin a:focus {
  color: #dd0202 !important;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 981, ../../app/assets/stylesheets/parts/_base.scss */
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
  clear: both;
}

/* line 985, ../../app/assets/stylesheets/parts/_base.scss */
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
/* line 987, ../../app/assets/stylesheets/parts/_base.scss */
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
/* line 991, ../../app/assets/stylesheets/parts/_base.scss */
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
/* line 998, ../../app/assets/stylesheets/parts/_base.scss */
.bones_page_navi li a:hover, .bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
/* line 1007, ../../app/assets/stylesheets/parts/_base.scss */
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
/* line 1012, ../../app/assets/stylesheets/parts/_base.scss */
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
/* line 1023, ../../app/assets/stylesheets/parts/_base.scss */
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
  height: 26px;
  line-height: 26px;
}
/* line 1028, ../../app/assets/stylesheets/parts/_base.scss */
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
/* line 1037, ../../app/assets/stylesheets/parts/_base.scss */
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 1080, ../../app/assets/stylesheets/parts/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 1084, ../../app/assets/stylesheets/parts/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/* new styles */
/* line 1093, ../../app/assets/stylesheets/parts/_base.scss */
.pagination {
  font-size: 1.1em;
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 1em;
  cursor: default;
}
/* line 1100, ../../app/assets/stylesheets/parts/_base.scss */
.pagination a, .pagination span {
  padding: 0.2em 0.3em;
}
/* line 1103, ../../app/assets/stylesheets/parts/_base.scss */
.pagination .disabled {
  color: #aaaaaa;
}
/* line 1106, ../../app/assets/stylesheets/parts/_base.scss */
.pagination .current {
  font-style: normal;
  font-weight: bold;
  background-color: #bebebe;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.7;
  text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px;
}
/* line 1119, ../../app/assets/stylesheets/parts/_base.scss */
.pagination a {
  text-decoration: none;
  color: black;
}
/* line 1122, ../../app/assets/stylesheets/parts/_base.scss */
.pagination a:hover, .pagination a:focus {
  text-decoration: underline;
}

/* ---------- */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 1138, ../../app/assets/stylesheets/parts/_base.scss */
#comments {
  /* number of comments span */
}

/* line 1145, ../../app/assets/stylesheets/parts/_base.scss */
.disclaimer {
  font-size: 9px;
  line-height: 14px;
  margin-bottom: 15px;
}

/* line 1161, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
/* line 1163, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
/* line 1171, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}
/* line 1175, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 1193, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 1197, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 1202, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
/* line 1216, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist .odd {
  background: #eee;
}
/* line 1219, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist .even {
  background: #fefefe;
}
/* line 1234, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist .vcard {
  margin-left: 50px;
}
/* line 1237, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 1245, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist .vcard time {
  float: right;
}
/* line 1248, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
/* line 1252, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
/* line 1262, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 1287, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist .comment_content {
  margin-left: 50px;
}
/* line 1290, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 1299, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
/* line 1311, ../../app/assets/stylesheets/parts/_base.scss */
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 1323, ../../app/assets/stylesheets/parts/_base.scss */
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
/* line 1327, ../../app/assets/stylesheets/parts/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 1330, ../../app/assets/stylesheets/parts/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 1336, ../../app/assets/stylesheets/parts/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 1344, ../../app/assets/stylesheets/parts/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
/* line 1350, ../../app/assets/stylesheets/parts/_base.scss */
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
/* line 1355, ../../app/assets/stylesheets/parts/_base.scss */
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 1368, ../../app/assets/stylesheets/parts/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
/* line 1373, ../../app/assets/stylesheets/parts/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
/* line 1386, ../../app/assets/stylesheets/parts/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 1399, ../../app/assets/stylesheets/parts/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 1404, ../../app/assets/stylesheets/parts/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 1415, ../../app/assets/stylesheets/parts/_base.scss */
.sidebar .others ul {
  margin: -10px 0 0 0;
}
/* line 1418, ../../app/assets/stylesheets/parts/_base.scss */
.sidebar .others ul li {
  padding: 10px 0;
  margin-bottom: 0;
  display: block;
  border-bottom: 1px dashed #000;
}
/* line 1425, ../../app/assets/stylesheets/parts/_base.scss */
.sidebar .others ul li div a {
  display: block;
  line-height: 18px;
}
/* line 1430, ../../app/assets/stylesheets/parts/_base.scss */
.sidebar .others ul li a {
  font-family: tahoma, verdana, serif;
}
/* line 1434, ../../app/assets/stylesheets/parts/_base.scss */
.sidebar .others ul li a img {
  float: left;
  margin-right: 10px;
  width: 100px;
  height: auto;
}
/* line 1441, ../../app/assets/stylesheets/parts/_base.scss */
.sidebar .others ul li a.text-link {
  display: block;
  padding-top: 12px;
  font-weight: bold;
}
/* line 1447, ../../app/assets/stylesheets/parts/_base.scss */
.sidebar .others ul li:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* line 1452, ../../app/assets/stylesheets/parts/_base.scss */
.sidebar .others ul li.loop-news {
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}

/* line 1460, ../../app/assets/stylesheets/parts/_base.scss */
.widgettitle {
  background-color: #ebebeb;
  border: 1px solid #dddddd;
  box-shadow: inset 0px 0px 3px #fff;
  height: 40px;
  line-height: 40px !important;
  font-weight: normal;
  text-transform: uppercase;
  width: auto;
  clear: both;
  font-family: tahoma, verdana, serif;
  font-size: 22px;
  letter-spacing: 2px;
  margin: 0 0 15px 0;
  height: auto;
  min-height: 40px;
  padding-right: 3px;
  padding-left: 10px;
}
/* line 1463, ../../app/assets/stylesheets/parts/_base.scss */
.widgettitle span {
  display: block;
  float: left;
  padding-right: 20px;
  font-size: 16px;
  letter-spacing: 0;
  margin-right: 10px;
}

/* line 1471, ../../app/assets/stylesheets/parts/_base.scss */
.widget {
  overflow: hidden;
  padding: 0;
  margin: 0 0 20px 0;
}
/* line 1476, ../../app/assets/stylesheets/parts/_base.scss */
.widget ul {
  margin: 0;
}
/* line 1480, ../../app/assets/stylesheets/parts/_base.scss */
.widget ul li {
  margin-bottom: 0.75em;
  /* deep nesting */
}
/* line 1486, ../../app/assets/stylesheets/parts/_base.scss */
.widget ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* line 1498, ../../app/assets/stylesheets/parts/_base.scss */
.widget ul li.review-list {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
}
/* line 1502, ../../app/assets/stylesheets/parts/_base.scss */
.widget ul li.review-list h4, .widget ul li.review-list h5 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 0;
  font-size: 1.1em;
  font-size: 1.0em;
}
/* line 1508, ../../app/assets/stylesheets/parts/_base.scss */
.widget ul li.review-list h4 span {
  font-weight: normal;
}
/* line 1510, ../../app/assets/stylesheets/parts/_base.scss */
.widget ul li.review-list h5 a, .widget ul li.review-list h5 a:visited {
  color: #dd0202;
}
/* line 1514, ../../app/assets/stylesheets/parts/_base.scss */
.widget ul li.review-list h5 a:hover {
  color: #5f0101;
}
/* line 1518, ../../app/assets/stylesheets/parts/_base.scss */
.widget ul li.review-list:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* line 1523, ../../app/assets/stylesheets/parts/_base.scss */
.widget ul li.review-list img {
  float: left;
  margin-right: 10px;
  width: 40%;
  height: auto;
}
/* line 1532, ../../app/assets/stylesheets/parts/_base.scss */
.widget .related a {
  font-family: tahoma, verdana, serif;
}
/* line 1537, ../../app/assets/stylesheets/parts/_base.scss */
.widget .related li:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* search widget */
/* line 1546, ../../app/assets/stylesheets/parts/_base.scss */
#searchform {
  margin-bottom: 20px;
}
/* line 1549, ../../app/assets/stylesheets/parts/_base.scss */
#searchform #s {
  width: 66%;
  height: 40px;
  line-height: 40px !important;
  font-weight: normal;
  text-transform: uppercase;
  text-indent: 10px;
  font-family: tahoma, verdana, serif;
  box-shadow: inset 0px 0px 3px #ededed;
  letter-spacing: 1px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
/* line 1554, ../../app/assets/stylesheets/parts/_base.scss */
#searchform #searchsubmit {
  height: 40px;
  line-height: 40px !important;
  font-weight: normal;
  text-transform: uppercase;
  text-indent: 10px;
  font-family: tahoma, verdana, serif;
  box-shadow: inset 0px 0px 3px #ededed;
  letter-spacing: 1px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-indent: 0;
  color: black;
  padding: 0 10px;
  width: 29%;
}

/* line 1563, ../../app/assets/stylesheets/parts/_base.scss */
.fb-feed iframe {
  width: 100% !important;
}

/* line 1567, ../../app/assets/stylesheets/parts/_base.scss */
.sidebar .others ul li:last-child, .widget ul li:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-bottom: 0px;
  border-bottom: none;
}

/*********************
FOOTER STYLES
*********************/
/* line 1577, ../../app/assets/stylesheets/parts/_base.scss */
.footer {
  clear: both;
  text-align: center;
  color: white;
}

/* line 1583, ../../app/assets/stylesheets/parts/_base.scss */
#inner-footer {
  background-color: #000;
  overflow: hidden;
}

/* line 1588, ../../app/assets/stylesheets/parts/_base.scss */
ul.footer-nav {
  list-style: none;
  float: left;
  display: block;
  width: auto;
  position: relative;
  left: 50%;
  background: none;
  border: 0;
  margin: 1em 0;
}
/* line 1597, ../../app/assets/stylesheets/parts/_base.scss */
ul.footer-nav li {
  float: left;
  display: inline;
  position: relative;
  right: 50%;
}
/* line 1602, ../../app/assets/stylesheets/parts/_base.scss */
ul.footer-nav li a {
  padding: 0 10px;
}
/* line 1610, ../../app/assets/stylesheets/parts/_base.scss */
ul.footer-nav li.current-menu-item a {
  background-color: #222;
}

/* line 1614, ../../app/assets/stylesheets/parts/_base.scss */
.copyright {
  margin-bottom: 25px;
  clear: both;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 10px;
}
/* line 1623, ../../app/assets/stylesheets/parts/_base.scss */
.copyright a,
.copyright a:visited,
.copyright a:link {
  color: #777777;
}

/* line 1629, ../../app/assets/stylesheets/parts/_base.scss */
p#supercache {
  display: none;
}

/* sof: USE THIS STUFF BELOW ------------- */
/* line 2, ../../app/assets/stylesheets/parts/_slider.scss */
#feature_slider {
  width: 100%;
  margin: 0 auto 15px auto;
  overflow: hidden;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
}
/* line 8, ../../app/assets/stylesheets/parts/_slider.scss */
#feature_slider #new-royalslider-11 {
  background: black url(/assets/slider_loader.gif) center center no-repeat !important;
}

/* line 13, ../../app/assets/stylesheets/parts/_slider.scss */
.royalSlider {
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 360px !important;
}

/* line 20, ../../app/assets/stylesheets/parts/_slider.scss */
.royalSlider > .rsContent {
  visibility: hidden !important;
}

/* line 24, ../../app/assets/stylesheets/parts/_slider.scss */
.rsOverflow, .rsDefault .rsOverflow {
  background: none !important;
}

/* line 28, ../../app/assets/stylesheets/parts/_slider.scss */
.galleryTextThumbs .rsTmb {
  padding: 10px 10px 0 0 !important;
  color: #eee !important;
}

/* line 35, ../../app/assets/stylesheets/parts/_slider.scss */
.rsThumbs .rsThumb, .galleryTextThumbs .rsThumbs .rsThumb {
  background-color: #222 !important;
  border-bottom: 1px solid #000 !important;
}

/* line 40, ../../app/assets/stylesheets/parts/_slider.scss */
.rsThumbs .rsThumb:hover, .galleryTextThumbs .rsThumbs .rsThumb:hover, .rsDefault .rsThumbs .rsThumb:hover {
  background-color: #000 !important;
}

/* line 44, ../../app/assets/stylesheets/parts/_slider.scss */
.galleryTextThumbs .rsThumbs h5 {
  font-size: 13px !important;
  margin: 0;
  padding: 0;
  line-height: 18px !important;
}

/* line 52, ../../app/assets/stylesheets/parts/_slider.scss */
.rsDefault .rsThumbs
.galleryTextThumbs .rsThumbs span {
  opacity: 0.6;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  display: none;
}

/* line 61, ../../app/assets/stylesheets/parts/_slider.scss */
.galleryTextThumbs .rsThumb.rsNavSelected, .rsDefault .rsThumb.rsNavSelected {
  background-color: #333 !important;
  background: #333 !important;
}

/* line 65, ../../app/assets/stylesheets/parts/_slider.scss */
.galleryTextThumbs .rsThumb.rsNavSelected {
  background-color: #333 !important;
  background: #333 !important;
}

/* line 69, ../../app/assets/stylesheets/parts/_slider.scss */
.galleryTextThumbs .rsThumb.rsNavSelected img {
  opacity: 1.0 !important;
  filter: alpha(opacity=100) !important;
}

/* line 74, ../../app/assets/stylesheets/parts/_slider.scss */
.rsThumbsArrow {
  background: rgba(0, 0, 0, 0.5) !important;
}

/* Caption */
/* line 79, ../../app/assets/stylesheets/parts/_slider.scss */
.rsGCaption {
  width: 100% !important;
  bottom: 0 !important;
  left: 0px !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.6) !important;
}

/* line 87, ../../app/assets/stylesheets/parts/_slider.scss */
.rsGCaption h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 12px 0;
}

/* colors */
/* line 95, ../../app/assets/stylesheets/parts/_slider.scss */
.rsUni .rsThumbs {
  background-color: #222 !important;
}

/* line 99, ../../app/assets/stylesheets/parts/_slider.scss */
.rsUni .rsThumb.rsNavSelected {
  background-color: #333 !important;
}

/* media query - larger than 767 */
@media screen and (min-width: 960px) {
  /* line 110, ../../app/assets/stylesheets/parts/_slider.scss */
  .rsOverflow {
    border-left: 5px solid #000 !important;
    border-right: 5px solid #000 !important;
    max-width: 100% !important;
    max-height: 100% !important;
  }

  /* line 126, ../../app/assets/stylesheets/parts/_slider.scss */
  .rsThumbsContainer {
    padding-bottom: 5px !important;
  }

  /* line 130, ../../app/assets/stylesheets/parts/_slider.scss */
  .galleryTextThumbs .rsThumbsVer {
    border-right: 5px solid #000 !important;
  }

  /* line 134, ../../app/assets/stylesheets/parts/_slider.scss */
  .galleryTextThumbs .rsThumbs {
    padding: 0;
    float: right !important;
  }

  /* line 139, ../../app/assets/stylesheets/parts/_slider.scss */
  .galleryTextThumbs .rsThumbs .rsThumb {
    width: 331px !important;
  }

  /* line 143, ../../app/assets/stylesheets/parts/_slider.scss */
  .galleryTextThumbs .rsThumbs .rsThumb a.rsLink {
    display: none;
  }

  /* line 147, ../../app/assets/stylesheets/parts/_slider.scss */
  .galleryTextThumbs .rsTmb {
    float: right !important;
    width: auto !important;
    height: 80px;
    overflow: hidden;
  }

  /* line 153, ../../app/assets/stylesheets/parts/_slider.scss */
  .galleryTextThumbs .rsTmb img {
    margin: 0 0 0 10px !important;
    width: 124px !important;
    height: auto !important;
  }

  /* line 158, ../../app/assets/stylesheets/parts/_slider.scss */
  .galleryTextThumbs .rsThumbs h5 {
    width: 177px;
  }
}
/* media query smaller than 768 */
@media screen and (min-width: 0px) and (max-width: 959px) {
  /* line 165, ../../app/assets/stylesheets/parts/_slider.scss */
  #feature_slider {
    background-color: #000;
  }

  /* line 168, ../../app/assets/stylesheets/parts/_slider.scss */
  .rsOverflow {
    display: none;
  }

  /* line 171, ../../app/assets/stylesheets/parts/_slider.scss */
  .galleryTextThumbs .rsThumbs.rsThumbsVer {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }

  /* line 176, ../../app/assets/stylesheets/parts/_slider.scss */
  .galleryTextThumbs .rsThumbs .rsThumb {
    width: 100% !important;
    max-width: 100%;
    height: 72px !important;
    position: relative;
    border-right: 4px solid #000;
    border-left: 5px solid #000;
  }

  /* line 185, ../../app/assets/stylesheets/parts/_slider.scss */
  .galleryTextThumbs .rsOverflow,
  .royalSlider.galleryTextThumbs {
    height: 220px !important;
  }

  /* line 188, ../../app/assets/stylesheets/parts/_slider.scss */
  .galleryTextThumbs .rsTmb {
    padding: 8px 0 8px 116px !important;
    width: auto;
    float: left;
  }

  /* line 193, ../../app/assets/stylesheets/parts/_slider.scss */
  .galleryTextThumbs .rsTmb:nth-child(2) {
    position: absolute;
    line-height: 1px;
    padding-left: 8px !important;
    top: 0;
    left: 0;
    float: none;
  }

  /* line 201, ../../app/assets/stylesheets/parts/_slider.scss */
  .galleryTextThumbs .rsTmb h5 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
  }

  /* line 206, ../../app/assets/stylesheets/parts/_slider.scss */
  .galleryTextThumbs .rsTmb img {
    width: 100px !important;
    height: auto !important;
  }

  /* line 210, ../../app/assets/stylesheets/parts/_slider.scss */
  .rsGCaption {
    display: none !important;
  }
}
/* smaller than 500 */
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 12, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 59, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 67, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/assets/fancybox_sprite.png);
}

/* line 82, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 94, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/assets/fancybox_loading.gif) center center no-repeat;
}

/* line 100, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 110, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/assets/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

/* line 122, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 130, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-lock {
  overflow: hidden;
}

/* line 171, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/assets/fancybox_overlay.png);
}

/* line 181, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 187, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 194, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 202, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 206, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 215, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 231, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 237, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 241, ../../app/assets/stylesheets/lib/jquery.fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* line 1, ../../app/assets/stylesheets/lib/jquery.fancybox-thumbs.scss */
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
/* line 7, ../../app/assets/stylesheets/lib/jquery.fancybox-thumbs.scss */
#fancybox-thumbs.bottom {
  bottom: 2px;
}
/* line 10, ../../app/assets/stylesheets/lib/jquery.fancybox-thumbs.scss */
#fancybox-thumbs.top {
  top: 2px;
}
/* line 13, ../../app/assets/stylesheets/lib/jquery.fancybox-thumbs.scss */
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 18, ../../app/assets/stylesheets/lib/jquery.fancybox-thumbs.scss */
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
/* line 22, ../../app/assets/stylesheets/lib/jquery.fancybox-thumbs.scss */
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
/* line 27, ../../app/assets/stylesheets/lib/jquery.fancybox-thumbs.scss */
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
/* line 30, ../../app/assets/stylesheets/lib/jquery.fancybox-thumbs.scss */
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
/* line 38, ../../app/assets/stylesheets/lib/jquery.fancybox-thumbs.scss */
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
}

/* line 1, ../../app/assets/stylesheets/lib/jquery.fancybox-buttons.scss */
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}

/* line 8, ../../app/assets/stylesheets/lib/jquery.fancybox-buttons.scss */
#fancybox-buttons.top {
  top: 10px;
}

/* line 12, ../../app/assets/stylesheets/lib/jquery.fancybox-buttons.scss */
#fancybox-buttons.bottom {
  bottom: 10px;
}

/* line 16, ../../app/assets/stylesheets/lib/jquery.fancybox-buttons.scss */
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

/* line 38, ../../app/assets/stylesheets/lib/jquery.fancybox-buttons.scss */
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}

/* line 44, ../../app/assets/stylesheets/lib/jquery.fancybox-buttons.scss */
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url(/assets/fancybox_buttons.png);
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}

/* line 55, ../../app/assets/stylesheets/lib/jquery.fancybox-buttons.scss */
#fancybox-buttons a:hover {
  opacity: 1;
}

/* line 59, ../../app/assets/stylesheets/lib/jquery.fancybox-buttons.scss */
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}

/* line 63, ../../app/assets/stylesheets/lib/jquery.fancybox-buttons.scss */
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}

/* line 68, ../../app/assets/stylesheets/lib/jquery.fancybox-buttons.scss */
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}

/* line 72, ../../app/assets/stylesheets/lib/jquery.fancybox-buttons.scss */
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}

/* line 76, ../../app/assets/stylesheets/lib/jquery.fancybox-buttons.scss */
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}

/* line 83, ../../app/assets/stylesheets/lib/jquery.fancybox-buttons.scss */
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}

/* line 87, ../../app/assets/stylesheets/lib/jquery.fancybox-buttons.scss */
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}

/* line 93, ../../app/assets/stylesheets/lib/jquery.fancybox-buttons.scss */
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 24, ../../app/assets/stylesheets/parts/_481up.scss */
  .nav li a {
    font-size: 18px;
  }

  /* .menu is clearfixed inside mixins.scss */
  /* line 31, ../../app/assets/stylesheets/parts/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 32, ../../app/assets/stylesheets/parts/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 33, ../../app/assets/stylesheets/parts/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 34, ../../app/assets/stylesheets/parts/_481up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 79, ../../app/assets/stylesheets/parts/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 83, ../../app/assets/stylesheets/parts/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 88, ../../app/assets/stylesheets/parts/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 93, ../../app/assets/stylesheets/parts/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* line 102, ../../app/assets/stylesheets/parts/_481up.scss */
  .entry-content .addthis_floating_style.addthis_counter_style .addthis_internal_container a.at300b, .entry-content .addthis_floating_style.addthis_counter_style .addthis_internal_container a.addthis_counter {
    margin: 0 15px 10px 0 !important;
  }

  /* end .entry-content */
  /* line 109, ../../app/assets/stylesheets/parts/_481up.scss */
  .archive-title {
    letter-spacing: 1px;
  }

  /* for 640 and up */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /*********************
  REVIEWS
  *********************/
  /* line 167, ../../app/assets/stylesheets/parts/_481up.scss */
  .review-header .review-thumbnail {
    margin-bottom: 0;
  }
  /* line 171, ../../app/assets/stylesheets/parts/_481up.scss */
  .review-header .review-thumbnail, .review-header .tracklisting {
    width: 48.618784527%;
    float: left;
  }
  /* line 175, ../../app/assets/stylesheets/parts/_481up.scss */
  .review-header .tracklisting {
    margin-left: 2.762430939%;
    float: right;
  }
  /* line 179, ../../app/assets/stylesheets/parts/_481up.scss */
  .review-header h2 {
    font-size: 1.2em;
  }
  /* line 182, ../../app/assets/stylesheets/parts/_481up.scss */
  .review-header h2 span {
    line-height: 1.3em;
  }

  /* line 191, ../../app/assets/stylesheets/parts/_481up.scss */
  .hentry .disc-reviews ul li {
    float: left;
    margin-right: 10px;
    width: 45%;
  }
}
@media only screen and (min-width: 481px) and (min-width: 640px) and (max-width: 767px) {
  /* line 116, ../../app/assets/stylesheets/parts/_481up.scss */
  .entry-content {
    /* 48%;    } /* grid_6  */
  }
  /* line 117, ../../app/assets/stylesheets/parts/_481up.scss */
  .entry-content .sixcol {
    width: 48.618784527%;
  }
  /* line 120, ../../app/assets/stylesheets/parts/_481up.scss */
  .entry-content .first {
    margin-left: 0;
    float: left;
  }
  /* line 121, ../../app/assets/stylesheets/parts/_481up.scss */
  .entry-content .last {
    float: right;
  }

  /* line 123, ../../app/assets/stylesheets/parts/_481up.scss */
  .sidebar {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (min-width: 640px) and (max-width: 767px) {
  /* line 146, ../../app/assets/stylesheets/parts/_481up.scss */
  .sidebar {
    /* 48%;    } /* grid_6  */
  }
  /* line 147, ../../app/assets/stylesheets/parts/_481up.scss */
  .sidebar .sixcol {
    width: 48.618784527%;
  }
  /* line 150, ../../app/assets/stylesheets/parts/_481up.scss */
  .sidebar .first {
    margin-left: 0;
    float: left;
  }
  /* line 151, ../../app/assets/stylesheets/parts/_481up.scss */
  .sidebar .last {
    float: right;
  }

  /* line 154, ../../app/assets/stylesheets/parts/_481up.scss */
  .widgettitle span {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  /* line 24, ../../app/assets/stylesheets/parts/_grid.scss */
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 25, ../../app/assets/stylesheets/parts/_grid.scss */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 26, ../../app/assets/stylesheets/parts/_grid.scss */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 27, ../../app/assets/stylesheets/parts/_grid.scss */
  .fourcol {
    width: 31.391712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 28, ../../app/assets/stylesheets/parts/_grid.scss */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 29, ../../app/assets/stylesheets/parts/_grid.scss */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 30, ../../app/assets/stylesheets/parts/_grid.scss */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 31, ../../app/assets/stylesheets/parts/_grid.scss */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 32, ../../app/assets/stylesheets/parts/_grid.scss */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 33, ../../app/assets/stylesheets/parts/_grid.scss */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 34, ../../app/assets/stylesheets/parts/_grid.scss */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 35, ../../app/assets/stylesheets/parts/_grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  /* line 38, ../../app/assets/stylesheets/parts/_grid.scss */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  /* line 44, ../../app/assets/stylesheets/parts/_grid.scss */
  .first {
    margin-left: 0;
  }

  /* line 48, ../../app/assets/stylesheets/parts/_grid.scss */
  .last {
    float: right;
  }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 26, ../../app/assets/stylesheets/parts/_768up.scss */
  .wrap {
    max-width: 970px;
  }

  /* line 30, ../../app/assets/stylesheets/parts/_768up.scss */
  #content {
    margin: 15px 0;
  }

  /*********************
  HEADER SYTLES
  *********************/
  /* line 40, ../../app/assets/stylesheets/parts/_768up.scss */
  #logo {
    margin-top: 0;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 48, ../../app/assets/stylesheets/parts/_768up.scss */
  .nav {
    margin-top: 0;
    border: 1px solid #000;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
    /* social nav */
  }
  /* line 52, ../../app/assets/stylesheets/parts/_768up.scss */
  .nav li {
    float: left;
    position: relative;
    border-bottom: 0;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 57, ../../app/assets/stylesheets/parts/_768up.scss */
  .nav li a {
    border-bottom: 0;
    font-size: 17px;
    padding: 3px 10px 0px 10px;
    letter-spacing: 1px;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 77, ../../app/assets/stylesheets/parts/_768up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    width: 200px;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  /* line 85, ../../app/assets/stylesheets/parts/_768up.scss */
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 87, ../../app/assets/stylesheets/parts/_768up.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  /* line 104, ../../app/assets/stylesheets/parts/_768up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 126, ../../app/assets/stylesheets/parts/_768up.scss */
  .nav li:hover ul {
    top: auto;
    display: block;
  }
  /* line 141, ../../app/assets/stylesheets/parts/_768up.scss */
  .nav li.social {
    display: block;
    float: right !important;
  }
  /* line 145, ../../app/assets/stylesheets/parts/_768up.scss */
  .nav li.social a {
    margin: 0;
    padding: 0;
    border: 0;
    text-indent: -9999px;
    outline: none;
    text-shadow: none;
    width: 37px;
    height: 43px;
  }
  /* line 155, ../../app/assets/stylesheets/parts/_768up.scss */
  .nav li.social-fb a {
    background: url(/assets/social-icons.png) no-repeat top left;
  }
  /* line 157, ../../app/assets/stylesheets/parts/_768up.scss */
  .nav li.social-fb a:hover {
    background-position: bottom left;
  }
  /* line 160, ../../app/assets/stylesheets/parts/_768up.scss */
  .nav li.social-twitter a {
    background: url(/assets/social-icons.png) no-repeat -37px 0;
  }
  /* line 162, ../../app/assets/stylesheets/parts/_768up.scss */
  .nav li.social-twitter a:hover {
    background-position: -37px -43px;
  }
  /* line 165, ../../app/assets/stylesheets/parts/_768up.scss */
  .nav li.social-rss a {
    background: url(/assets/social-icons.png) no-repeat top right;
  }
  /* line 167, ../../app/assets/stylesheets/parts/_768up.scss */
  .nav li.social-rss a:hover {
    background-position: bottom right;
  }

  /* end .nav */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 180, ../../app/assets/stylesheets/parts/_768up.scss */
  .entry-content .fb_iframe_widget span {
    margin: 0 auto !important;
    float: none !important;
  }

  /* line 186, ../../app/assets/stylesheets/parts/_768up.scss */
  .archive-title {
    letter-spacing: 2px;
  }

  /* line 192, ../../app/assets/stylesheets/parts/_768up.scss */
  body.single .hentry header h1.newsh1 {
    font-size: 24px;
    line-height: 27px;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 204, ../../app/assets/stylesheets/parts/_768up.scss */
  .sidebar .sixcol {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: both;
    float: none !important;
  }

  /* line 210, ../../app/assets/stylesheets/parts/_768up.scss */
  .widgettitle span {
    font-size: 22px;
  }

  /* line 218, ../../app/assets/stylesheets/parts/_768up.scss */
  .widget ul li {
    /* deep nesting */
  }
  /* line 225, ../../app/assets/stylesheets/parts/_768up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* line 313, ../../app/assets/stylesheets/parts/_768up.scss */
  #searchform #s {
    width: 65%;
    max-width: 65%;
    background: none;
    font-size: 11px;
  }
  /* line 320, ../../app/assets/stylesheets/parts/_768up.scss */
  #searchform #searchsubmit {
    float: right;
    font-size: 11px;
    width: 32%;
    padding: 0 5px;
  }

  	  /* search widget
    	#searchform {
    		margin-bottom: 20px;
  
    		#s {
    			width: 65%;
    			@include formtextbox;
    		}
  
    		#searchsubmit {
    			@include formtextbox;
    			text-indent: 0;
    			color: $black;
    			padding: 0 10px;
    			width: 30%;
    		}
    	}
    	*/
  /* line 350, ../../app/assets/stylesheets/parts/_768up.scss */
  .fb-feed iframe {
    width: 100% !important;
  }

  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* line 371, ../../app/assets/stylesheets/parts/_768up.scss */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
  /*********************
  REVIEWS
  *********************/
  /* line 395, ../../app/assets/stylesheets/parts/_768up.scss */
  .review-header h2 {
    font-size: 1.3em;
  }
  /* line 399, ../../app/assets/stylesheets/parts/_768up.scss */
  .review-header .review-meta {
    min-height: 150px;
  }

  /* line 406, ../../app/assets/stylesheets/parts/_768up.scss */
  body.post-type-archive-cdreview .threecol, body.post-type-archive-dvdreview .threecol {
    margin: 0 2.762430939% 0 0;
    width: 22.928176794%;
    float: left;
  }
  /* line 412, ../../app/assets/stylesheets/parts/_768up.scss */
  body.post-type-archive-cdreview .last, body.post-type-archive-dvdreview .last {
    margin: 0 !important;
  }

  /* search bar on reviews */
  /* line 421, ../../app/assets/stylesheets/parts/_768up.scss */
  .search-special #searchform {
    width: 260px;
  }
  /* line 424, ../../app/assets/stylesheets/parts/_768up.scss */
  .search-special #searchform #s {
    width: 96%;
  }

  /*********************
  BANNERS
  *********************/
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1020px) {
  /******************************************************************
  Site Name: Blabbermouth
  Author: Michael Lythcott & Jerrod Blavos
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /* line 12, ../../app/assets/stylesheets/parts/_1030up.scss */
  #container {
    background: url(/assets/background.gif) repeat top;
    width: 1010px;
    margin: 0 auto;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 20, ../../app/assets/stylesheets/parts/_1030up.scss */
  .nav li a {
    font-size: 20px;
  }

  /*********************
  REVIEW STYLES
  *********************/
  /* line 34, ../../app/assets/stylesheets/parts/_1030up.scss */
  .review-header h2 {
    font-size: 1.4em;
  }
  /* line 38, ../../app/assets/stylesheets/parts/_1030up.scss */
  .review-header h2 span {
    font-size: 13px;
    line-height: 1.4em;
  }

  /* line 47, ../../app/assets/stylesheets/parts/_1030up.scss */
  body.single .entry-content .addthis_toolbox {
    position: fixed;
    display: block;
    top: 20px;
    left: 20px;
  }
  /* line 54, ../../app/assets/stylesheets/parts/_1030up.scss */
  body.single .entry-content .addthis_floating_style.addthis_counter_style {
    width: 68px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 12px 8px 0 8px !important;
    position: fixed !important;
  }

  /* line 66, ../../app/assets/stylesheets/parts/_1030up.scss */
  .entry-content .addthis_floating_style.addthis_counter_style .addthis_internal_container a.at300b,
  .entry-content .addthis_floating_style.addthis_counter_style .addthis_internal_container a.addthis_counter {
    margin: 0 0px 10px 0 !important;
  }

  /* line 74, ../../app/assets/stylesheets/parts/_1030up.scss */
  #searchform #s {
    width: 70%;
    max-width: 70%;
    background: url(/assets/search-icon.png) no-repeat top right;
    font-size: 13px;
  }
  /* line 81, ../../app/assets/stylesheets/parts/_1030up.scss */
  #searchform #searchsubmit {
    font-size: 13px;
    width: 27%;
    padding: 0 10px;
  }
}
/*
LARGE VIEWING SIZE

This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /* line 12, ../../app/assets/stylesheets/parts/_1240up.scss */
  #container {
    background: url(/assets/background.gif) repeat top;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, ../../app/assets/stylesheets/parts/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 23, ../../app/assets/stylesheets/parts/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 28, ../../app/assets/stylesheets/parts/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 33, ../../app/assets/stylesheets/parts/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 40, ../../app/assets/stylesheets/parts/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 44, ../../app/assets/stylesheets/parts/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 49, ../../app/assets/stylesheets/parts/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 53, ../../app/assets/stylesheets/parts/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 57, ../../app/assets/stylesheets/parts/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 65, ../../app/assets/stylesheets/parts/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 71, ../../app/assets/stylesheets/parts/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 80, ../../app/assets/stylesheets/parts/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/* v1.0.3 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
/* line 4, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
  overflow: visible;
}

/* line 11, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.royalSlider > * {
  float: left;
}

/* line 14, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.royalSlider img {
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  max-width: none;
}

/* line 23, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

/* line 29, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

/* line 32, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 41, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 50, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 56, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 64, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

/* line 68, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsThumb {
  float: left;
  position: relative;
}

/* line 76, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

/* line 83, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

/* line 93, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
  z-index: 22;
}

/* Fullscreen options, very important ^^ */
/* line 101, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

/* line 114, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

/* line 123, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

/* line 135, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

/* line 139, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 145, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsPreloader {
  position: absolute;
  z-index: 0;
}

/* line 150, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 155, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

/* line 159, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

/* line 166, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsTabs {
  float: left;
  background: none !important;
}

/* line 171, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 177, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

/* line 192, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

/* line 200, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

/* line 206, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
/* line 217, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

/* line 225, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsABlock,
.rsSBlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
  -webkit-backface-visibility: hidden;
}

/* line 232, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsABImage {
  width: 100%;
  height: auto;
}

/* line 237, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.grab-cursor {
  cursor: url(/assets/grab.png) 8 8, move;
}

/* line 241, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.grabbing-cursor {
  cursor: url(/assets/grabbing.png) 8 8, move;
}

/* line 245, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.rsNoDrag {
  cursor: auto;
}

/* line 249, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
a.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(/assets/blank.gif);
  -webkit-backface-visibility: hidden;
  outline: none;
  padding: 0;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 266, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.abBlackBox {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  padding: 15px;
}

/* line 272, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.abWhiteBox {
  color: #000;
  background: #FFF;
  background: rgba(255, 255, 255, 0.75);
  padding: 15px;
}

/* line 278, ../../../app/assets/stylesheets/royalslider/royalslider.scss */
.abTextAlignCenter {
  text-align: center;
}
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
/* line 27, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #151515;
  color: #FFF;
}

/***************
*
*  1. Arrows
*
****************/
/* line 39, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

/* line 47, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}

/* line 52, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}

/* line 53, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

/* line 55, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}

/* line 56, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}

/* line 58, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url(/assets/rs-default.png);
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}

/* line 76, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 80, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}

/* line 81, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}

/* line 83, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}

/* line 84, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}

/* line 86, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}

/***************
*
*  2. Bullets
*
****************/
/* line 95, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}

/* line 111, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}

/* line 119, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}

/* line 127, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}

/***************
*
*  3. Thumbnails
*
****************/
/* line 141, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsThumbsHor {
  width: 100%;
  height: auto;
}

/* line 145, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 152, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

/* line 156, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

/* line 160, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

/* line 166, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}

/* line 170, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}

/* line 173, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* line 177, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsTmb {
  display: block;
}

/* Thumbnails with text */
/* line 182, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}

/* line 189, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
/* line 200, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}

/* line 210, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* line 213, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

/* line 217, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

/* line 218, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

/* line 220, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

/* line 221, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

/* line 223, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url(/assets/rs-default.png);
}

/* line 235, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

/* line 236, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

/* line 238, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

/* line 239, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

/* line 241, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  /* line 245, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }

  /* line 249, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
  .rsDefault .rsThumbsHor {
    height: 44px;
  }

  /* line 252, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
/* line 266, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

/* line 273, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}

/* line 297, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 303, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

/* line 311, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

/* line 316, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #acacac, #bbbbbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbbbbb);
  background-image: linear-gradient(to bottom, #acacac, #bbbbbb);
}

/***************
*
*  5. Fullscreen button
*
****************/
/* line 337, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

/* line 348, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url(/assets/rs-default.png) 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}

/* line 361, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 364, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/
/* line 378, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

/* line 386, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(/assets/rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

/* line 402, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 405, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}

/* line 412, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

/* line 424, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

/* line 429, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url(/assets/rs-default.png) -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

/* line 438, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/***************
*
*  7. Preloader
*
****************/
/* line 450, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(/assets/preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/***************
*
*  8. Global caption
*
****************/
/* line 469, ../../../../../app/assets/stylesheets/royalslider/skins/default/rs-default.scss */
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
/* line 1, ../../../../app/assets/stylesheets/royalslider/templates-css/rs-gallery-with-text-thumbs.scss */
.galleryTextThumbs .rsTmb {
  padding: 16px;
}

/* line 4, ../../../../app/assets/stylesheets/royalslider/templates-css/rs-gallery-with-text-thumbs.scss */
.galleryTextThumbs .rsThumbs .rsThumb {
  border-bottom: 1px solid #2e2e2e;
}

/* line 7, ../../../../app/assets/stylesheets/royalslider/templates-css/rs-gallery-with-text-thumbs.scss */
.galleryTextThumbs .rsThumbs {
  padding: 0;
}

/* line 10, ../../../../app/assets/stylesheets/royalslider/templates-css/rs-gallery-with-text-thumbs.scss */
.galleryTextThumbs .rsThumbs h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

/* Thumbnails with text */
/* line 19, ../../../../app/assets/stylesheets/royalslider/templates-css/rs-gallery-with-text-thumbs.scss */
.galleryTextThumbs .rsThumbs span {
  opacity: 0.6;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
  /* line 28, ../../../../app/assets/stylesheets/royalslider/templates-css/rs-gallery-with-text-thumbs.scss */
  .galleryTextThumbs .rsTmb {
    padding: 6px 8px;
  }

  /* line 31, ../../../../app/assets/stylesheets/royalslider/templates-css/rs-gallery-with-text-thumbs.scss */
  .galleryTextThumbs .rsTmb h5 {
    font-size: 12px;
    line-height: 17px;
  }

  /* line 35, ../../../../app/assets/stylesheets/royalslider/templates-css/rs-gallery-with-text-thumbs.scss */
  .galleryTextThumbs .rsThumbs.rsThumbsVer {
    width: 100px;
    padding: 0;
  }

  /* line 39, ../../../../app/assets/stylesheets/royalslider/templates-css/rs-gallery-with-text-thumbs.scss */
  .galleryTextThumbs .rsThumbs .rsThumb {
    width: 100px;
    height: 47px;
  }

  /* line 43, ../../../../app/assets/stylesheets/royalslider/templates-css/rs-gallery-with-text-thumbs.scss */
  .galleryTextThumbs .rsTmb span {
    display: none;
  }

  /* line 47, ../../../../app/assets/stylesheets/royalslider/templates-css/rs-gallery-with-text-thumbs.scss */
  .galleryTextThumbs .rsOverflow,
  .royalSlider.galleryTextThumbs {
    height: 300px !important;
  }
}
/******************************
*
*  RoyalSlider Universal Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-universal.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
/* line 27, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
  background: #222;
  color: #FFF;
}

/***************
*
*  1. Arrows
*
****************/
/* line 39, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsArrow {
  height: 100%;
  width: 60px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

/* line 47, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsVer .rsArrow {
  width: 100%;
  height: 60px;
}

/* line 52, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}

/* line 53, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

/* line 55, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}

/* line 56, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}

/* line 58, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url(/assets/rs-universal.png);
  opacity: 0.5;
  border-radius: 2px;
}

/* line 72, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsArrow:hover .rsArrowIcn {
  opacity: 1;
}

/* line 76, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}

/* line 77, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}

/* line 79, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}

/* line 80, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}

/* line 82, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsArrowDisabled .rsArrowIcn {
  opacity: .1 !important;
  filter: alpha(opacity=20);
  *display: none;
}

/***************
*
*  2. Bullets
*
****************/
/* line 91, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsBullets {
  position: relative;
  z-index: 35;
  padding-top: 4px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 5px;
  overflow: hidden;
}

/* line 103, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px;
}

/* line 111, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BBB;
}

/* line 118, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsBullet.rsNavSelected span {
  background-color: #383838;
}

/***************
*
*  3. Thumbnails
*
****************/
/* line 132, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsThumbsHor {
  width: 100%;
  height: auto;
}

/* line 136, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 143, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

/* line 147, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

/* line 151, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

/* line 157, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsThumb img {
  width: 100%;
  height: 100%;
}

/* line 161, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsThumb.rsNavSelected {
  background: #333;
}

/* line 164, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsThumb.rsNavSelected img {
  opacity: 0.7;
  filter: alpha(opacity=30);
}

/* line 168, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsThumb.rsNavSelected .thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden;
}

/* line 179, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsTmb {
  display: block;
}

/* Thumbnails with text */
/* line 184, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}

/* line 191, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
/* line 202, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

/* line 213, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

/* line 217, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

/* line 218, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

/* line 220, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

/* line 221, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

/* line 223, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url(/assets/rs-universal.png) transparent;
}

/* line 235, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

/* line 236, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

/* line 238, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

/* line 239, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

/* line 241, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsThumbsArrowDisabled {
  display: none !important;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  /* line 245, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
  .rsUni .rsThumb {
    width: 59px;
    height: 44px;
  }

  /* line 249, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
  .rsUni .rsThumbsHor {
    height: 44px;
  }

  /* line 252, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
  .rsUni .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
/* line 266, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

/* line 273, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  text-decoration: none;
  background: #FFF;
  border-right: none;
  *display: inline;
  *zoom: 1;
  *border-right: 1px solid #d9d9d9;
}

/* line 292, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsTab:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

/* line 296, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsTab:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-right: 1px solid #D9D9DD;
}

/* line 301, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsTab:active {
  background-color: #f4f4f4;
}

/* line 304, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsTab.rsNavSelected {
  color: #FFF;
  background: #383838;
  border-color: #383838;
}

/***************
*
*  5. Fullscreen button
*
****************/
/* line 320, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

/* line 331, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url(/assets/rs-universal.png) 0 0 transparent;
  opacity: 0.7;
  border-radius: 2px;
}

/* line 342, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsFullscreenBtn:hover .rsFullscreenIcn {
  opacity: 1;
}

/* line 345, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/
/* line 359, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

/* line 367, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(/assets/rs-universal.png) no-repeat 0 -32px;
  background-color: #383838;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #383838;
}

/* line 383, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 386, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}

/* line 393, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

/* line 405, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

/* line 410, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url(/assets/rs-universal.png) -64px 0;
  background-color: #383838;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #383838;
}

/* line 419, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/***************
*
*  7. Preloader
*
****************/
/* line 431, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(/assets/preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/***************
*
*  8. Global caption
*
****************/
/* line 450, ../../../../../app/assets/stylesheets/royalslider/skins/universal/rs-universal.scss */
.rsUni .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #222;
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
