/******************************************************************
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.
******************************************************************/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0

------------------------------------------------------------- */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
/* 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.
 */
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.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
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.
 */
[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.
 */
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.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
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.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
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/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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).
 */
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.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
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.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

ul, ol {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
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
*********************/
body {
  background: url(../images/fcbn/bg.jpg) repeat top left; }

/********************
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
*********************/
.wrap {
  width: 96%;
  margin: 0 auto; }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function, this is so we can
easily just write on group of styles for
the navs on the site and our css is cleaner
and moe scalable.
*/
header nav {
  width: 100%;
  height: 35px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #cb262c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cb262c), to(#a01e23));
  background-image: -webkit-linear-gradient(top, #cb262c, #a01e23);
  background-image: -moz-linear-gradient(top, #cb262c, #a01e23);
  background-image: -ms-linear-gradient(top, #cb262c, #a01e23);
  background-image: -o-linear-gradient(top, #cb262c, #a01e23);
  background-image: linear-gradient(top, #cb262c, #a01e23);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#cb262c, EndColorStr=#a01e23);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }
  header nav #menu-the-main-menu, header nav .menu {
    display: none; }
  header nav .select-menu {
    width: 200px;
    font-size: 1.3em;
    margin: 6px 0 0 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
.wrap.social {
  padding: 8px;
  text-align: center;
  background: url(../images/fcbn/bg_trial.jpg) repeat; }

.wrap.social_me {
  background: url(../images/fcbn/bg_trial.jpg) repeat; }
  .wrap.social_me .mr_social_sharing_wrapper {
    text-align: right;
    padding: 0 10px; }

.wrap.main_slider .royalSlider {
  display: none; }

#content > #inner-content {
  position: relative;
  z-index: 0;
  background: white;
  padding: 2.2em 15px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }

/* end .hentry */
/* 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 */
.byline {
  color: #999;
  display: none; }

header.article-header {
  margin-bottom: 10px;
  position: relative;
  display: table; }
  header.article-header h1, header.article-header .h1, header.article-header h2, header.article-header .h2, header.article-header h3, header.article-header .h3, header.article-header h4, header.article-header .h4, header.article-header h5, header.article-header .h5 {
    display: table-cell;
    width: 80%; }
  header.article-header .date-comment {
    font-family: "LatoBoldItalic";
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 60px; }
    header.article-header .date-comment .date {
      display: table-cell;
      width: 40px;
      height: 40px;
      vertical-align: middle;
      color: #fff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
      border: 1px solid #a01e23;
      outline: none;
      position: relative;
      background-color: #a01e23;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#cb262c), to(#a01e23));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #cb262c, #a01e23);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, #cb262c, #a01e23);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, #cb262c, #a01e23);
      /* IE10 */
      background-image: -o-linear-gradient(top, #cb262c, #a01e23);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, #cb262c, #a01e23);
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box; }
      header.article-header .date-comment .date span {
        font-size: 12px; }
    header.article-header .date-comment .comments {
      font-size: 18px;
      display: table-cell;
      width: 40px;
      height: 40px;
      vertical-align: middle;
      position: relative;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
      border: 1px solid #ddd;
      background-color: #fff;
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#efefef));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, white, #efefef);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, white, #efefef);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, white, #efefef);
      /* IE10 */
      background-image: -o-linear-gradient(top, white, #efefef);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, white, #efefef);
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      display: none; }

.type-page .date-comment {
  display: none !important; }

footer.article-footer {
  margin-bottom: 20px; }

/* entry content */
.entry-content {
  /*
  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.
  */ }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content td.img {
    min-width: 100px; }
  .entry-content img {
    margin: 0 0 1em 0;
    max-width: 100%;
    height: auto; }
  .entry-content div.img-shad, .entry-content div.review-box {
    margin-right: 20px;
    padding: 5px;
    max-width: 200px; }
    .entry-content div.img-shad img, .entry-content div.review-box img {
      margin: 0; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }
  .entry-content .content {
    padding-left: 20px; }
    .entry-content .content h4 {
      margin-bottom: 5px; }
  .entry-content td.img {
    vertical-align: top; }
  .entry-content td.content {
    padding-bottom: 20px; }

/* end .entry-content */
.wp-caption {
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .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 */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0; }
  .commentlist .odd {
    background: #eee; }
  .commentlist .even {
    background: #fefefe; }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  .commentlist .comment_content {
    margin-left: 50px; }
    .commentlist .comment_content p {
      margin: 0.7335em 0 1.5em;
      font-size: 1em;
      line-height: 1.5em; }
  .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; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      opacity: 1; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 0;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .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 */ }
      .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; }
      .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; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
  float: left;
  clear: both; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar #searchform label {
  display: none; }
.sidebar #searchform input[type=submit] {
  float: none;
  vertical-align: top; }

.widget ul li {
  /* deep nesting */ }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both; }

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
@font-face {
  font-family: 'LatoBoldItalic';
  src: url("../fonts/lato-fontfacekit/Lato-BolIta-webfont.eot");
  src: url("../fonts/lato-fontfacekit/Lato-BolIta-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-fontfacekit/Lato-BolIta-webfont.woff") format("woff"), url("../fonts/lato-fontfacekit/Lato-BolIta-webfont.ttf") format("truetype"), url("../fonts/lato-fontfacekit/Lato-BolIta-webfont.svg#LatoBoldItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #666666; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #a01e23;
  text-decoration: none;
  /* on hover
  &:hover, &:focus {
    color: $linkColorHover;
    text-decoration:underline;
  }
   */
  /* on click */
  /* mobile tap color */ }
  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); }

p {
  margin: 0 0 9px; }
  p small {
    font-size: 10px; }

.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin: 0;
  font-family: "LatoBoldItalic";
  font-weight: bold;
  color: #a01e23;
  text-rendering: optimizelegibility; }
  h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small {
    font-weight: normal;
    font-size: 12px;
    color: #666666; }

/*
h1 {
  font-size: 30px;
  line-height: $baseLineHeight * 2;
  small {
    font-size: 18px;
  }
}
h2 {
  font-size: 24px;
  line-height: $baseLineHeight * 2;
  small {
    font-size: 18px;
  }
}
h3 {
  font-size: 18px;
  line-height: $baseLineHeight * 1.5;
  small {
    font-size: 14px;
  }
}
h4, h5, h6 {
  line-height: $baseLineHeight;
}
h4 {
  font-size: 14px;
  small {
    font-size: 12px;
  }
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: $grayLight;
  text-transform: uppercase;
} */
h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em; }

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.125em; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee; }

.page-header h1 {
  line-height: 1; }

.link {
  color: #a01e23;
  cursor: pointer; }

.link:hover {
  color: #d93238;
  text-decoration: underline; }

.bold {
  font-weight: bold; }

.green {
  background-color: #ccff99 !important; }

ul, ol {
  padding: 0;
  margin: 0 0 9px 25px; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  line-height: 18px; }

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none; }

ul.arrow {
  list-style: none;
  margin-left: 5px; }
  ul.arrow li:before {
    content: "\43";
    color: #a01e23;
    padding-right: 10px; }
  ul.arrow li {
    margin-bottom: 3px; }

dl {
  margin-bottom: 18px; }

dt,
dd {
  line-height: 18px; }

dt {
  font-weight: bold;
  line-height: 17px; }

dd {
  margin-left: 9px; }

.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right; }
.dl-horizontal dd {
  margin-left: 130px; }

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid white; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.muted {
  color: #999999; }

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 18px;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small {
      text-align: right; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px; }

small {
  font-size: 100%; }

cite {
  font-style: normal; }

h3.searchresults {
  font-size: 13px;
  line-height: 21.6px;
  color: #666666;
  text-transform: uppercase; }

h3.searchresults span {
  font-weight: normal;
  color: #a01e23; }

/* IMAGE SHADOW */
.img-shad, div.review-box {
  position: relative;
  float: left;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .img-shad img, div.review-box img {
    margin: 5px;
    padding: 0; }

.img-shad:before, div.review-box:before,
.img-shad:after,
div.review-box:after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.img-shad:after, div.review-box:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg); }

.gray-block {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #efefef, #dddddd);
  background-image: -moz-linear-gradient(top, #efefef, #dddddd);
  background-image: -ms-linear-gradient(top, #efefef, #dddddd);
  background-image: -o-linear-gradient(top, #efefef, #dddddd);
  background-image: linear-gradient(top, #efefef, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#efefef, EndColorStr=#dddddd);
  border: 1px solid #ddd;
  padding: 10px; }
  .gray-block h1, .gray-block h2, .gray-block h3, .gray-block h4, .gray-block h5 {
    font-size: 16px;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #666666; }

.maincolor {
  color: #a01e23; }

/* REVIEW BOXES */
div.review-box {
  width: 120px;
  max-width: 120px !important;
  height: 200px;
  margin: 0 15px 15px 0 !important; }
  div.review-box .img {
    width: 110px;
    height: 130px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    div.review-box .img img {
      min-width: 100%;
      min-height: 100%; }
    div.review-box .img a {
      display: block;
      width: 100%;
      height: 130px; }
  div.review-box .play {
    background: url(../images/fcbn/play3.png) no-repeat center center;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    left: 10px; }
  div.review-box .name {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px; }
    div.review-box .name small {
      font-size: 10px;
      font-style: italic; }
  div.review-box .from {
    font-style: italic;
    line-height: 1.25em; }

@font-face {
  font-family: 'dthemeicons';
  src: url("../fonts/dthemeicons.eot");
  src: url("../fonts/dthemeicons.eot?#iefix") format("embedded-opentype"), url("../fonts/dthemeicons.svg#dthemeicons") format("svg"), url("../fonts/dthemeicons.woff") format("woff"), url("../fonts/dthemeicons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'dthemeicons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'dthemeicons';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

.dtheme_icons, ul.arrow li:before {
  font-family: 'dthemeicons';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

.icon-user:before {
  content: "\21"; }

.icon-key:before {
  content: "\22"; }

.icon-exit:before {
  content: "\23"; }

.icon-search3:before {
  content: "\24"; }

.icon-wrench:before {
  content: "\25"; }

.icon-warning:before {
  content: "\26"; }

.icon-trashcan:before {
  content: "\27"; }

.icon-tools:before {
  content: "\28"; }

.icon-switch:before {
  content: "\29"; }

.icon-starburst:before {
  content: "\2a"; }

.icon-star:before {
  content: "\2c"; }

.icon-star-empty:before {
  content: "\2b"; }

.icon-tag4:before {
  content: "\2d"; }

.icon-tag2:before {
  content: "\2e"; }

.icon-tag3:before {
  content: "\2f"; }

.icon-tag:before {
  content: "\30"; }

.icon-pencil4:before {
  content: "\31"; }

.icon-list2:before {
  content: "\32"; }

.icon-grid2:before {
  content: "\33"; }

.icon-heart5:before {
  content: "\34"; }

.icon-mail:before {
  content: "\35"; }

.icon-mail-open:before {
  content: "\36"; }

.icon-mail4:before {
  content: "\37"; }

.icon-fire2:before {
  content: "\38"; }

.icon-feed2:before {
  content: "\39"; }

.icon-feed:before {
  content: "\3a"; }

.icon-comment6:before {
  content: "\3b"; }

.icon-comment5:before {
  content: "\3c"; }

.icon-checkmark3:before {
  content: "\3d"; }

.icon-cancel3:before {
  content: "\3e"; }

.icon-basket:before {
  content: "\3f"; }

.icon-bookmark:before {
  content: "\40"; }

.icon-arrow-right2:before {
  content: "\41"; }

.icon-arrow-left2:before {
  content: "\42"; }

.icon-arrow-right4:before {
  content: "\43"; }

.icon-arrow-left4:before {
  content: "\44"; }

.icon-reply:before {
  content: "\45"; }

.icon-arrow-down2:before {
  content: "\46"; }

.icon-arrow-up2:before {
  content: "\47"; }

.icon-checkmark2:before {
  content: "\48"; }

.icon-arrow-up4:before {
  content: "\49"; }

.icon-arrow-down4:before {
  content: "\4a"; }

/* Messages */
/* Global Messages  */
.success {
  font-weight: bold; }

.error {
  font-weight: bold; }

.messages,
.messages ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0; }

.messages {
  width: 100%;
  overflow: hidden;
  color: white; }

.messages li {
  margin: 0 0 10px; }

.messages li li {
  margin: 0 0 3px; }

.messages.error,
.messages.success,
.messages.note,
.messages.notice {
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: bold !important; }

.messages.error {
  background-color: #CA1D1F; }

.messages.success {
  background-color: #446423; }

.messages.note,
.messages.notice {
  background-color: #fcd344; }

.ajax_loader {
  background: url("../images/loader.gif") no-repeat center center transparent;
  width: 100%;
  height: 100%; }

/* button */
button.button, a.button, input[type=submit] {
  float: left;
  padding: 0 15px;
  height: 28px;
  font: bold 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border: 1px solid #a01e23;
  outline: none;
  position: relative;
  background-color: #a01e23;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cb262c), to(#a01e23));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #cb262c, #a01e23);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #cb262c, #a01e23);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #cb262c, #a01e23);
  /* IE10 */
  background-image: -o-linear-gradient(top, #cb262c, #a01e23);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #cb262c, #a01e23);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

button.buton:active, a.button:active {
  border: 1px solid #cb262c;
  background-color: #a01e23;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a01e23), to(#cb262c));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #a01e23, #cb262c);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #a01e23, #cb262c);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #a01e23, #cb262c);
  /* IE10 */
  background-image: -o-linear-gradient(top, #a01e23, #cb262c);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #a01e23, #cb262c);
  -pie-background: linear-gradient(top, #a01e23, #cb262c);
  /* IE6-IE9 */
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5); }

button.button:hover, a.button:hover, input[type=submit]:hover {
  background-color: #cb262c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a01e23), to(#cb262c));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #a01e23, #cb262c);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #a01e23, #cb262c);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #a01e23, #cb262c);
  /* IE10 */
  background-image: -o-linear-gradient(top, #a01e23, #cb262c);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #a01e23, #cb262c);
  -pie-background: linear-gradient(top, #a01e23, #cb262c);
  /* IE6-IE9 */ }

button.button.white {
  float: left;
  padding: 0 15px;
  height: 28px;
  font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #666666;
  text-shadow: none;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#efefef));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, white, #efefef);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, white, #efefef);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, white, #efefef);
  /* IE10 */
  background-image: -o-linear-gradient(top, white, #efefef);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, white, #efefef);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

button.button.red, a.button.red, input[type=submit].red {
  border: 1px solid #a01e23;
  background-color: #cb262c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cb262c), to(#a01e23));
  background-image: -webkit-linear-gradient(top, #cb262c, #a01e23);
  background-image: -moz-linear-gradient(top, #cb262c, #a01e23);
  background-image: -ms-linear-gradient(top, #cb262c, #a01e23);
  background-image: -o-linear-gradient(top, #cb262c, #a01e23);
  background-image: linear-gradient(top, #cb262c, #a01e23);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#cb262c, EndColorStr=#a01e23); }

button.button.red:hover, a.button.red:hover, input[type=submit].red:hover {
  border: 1px solid #a01e23;
  background-color: #a01e23;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a01e23), to(#cb262c));
  background-image: -webkit-linear-gradient(top, #a01e23, #cb262c);
  background-image: -moz-linear-gradient(top, #a01e23, #cb262c);
  background-image: -ms-linear-gradient(top, #a01e23, #cb262c);
  background-image: -o-linear-gradient(top, #a01e23, #cb262c);
  background-image: linear-gradient(top, #a01e23, #cb262c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a01e23, EndColorStr=#cb262c); }

button.button.blue, a.button.blue, input[type=submit].blue {
  border: 1px solid #1972c4;
  background-color: #77b5ee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#77b5ee), to(#1972c4));
  background-image: -webkit-linear-gradient(top, #77b5ee, #1972c4);
  background-image: -moz-linear-gradient(top, #77b5ee, #1972c4);
  background-image: -ms-linear-gradient(top, #77b5ee, #1972c4);
  background-image: -o-linear-gradient(top, #77b5ee, #1972c4);
  background-image: linear-gradient(top, #77b5ee, #1972c4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#77b5ee, EndColorStr=#1972c4); }

button.button.blue:hover, a.button.blue:hover, input[type=submit].blue:hover {
  border: 1px solid #1972c4;
  background-color: #1972c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1972c4), to(#77b5ee));
  background-image: -webkit-linear-gradient(top, #1972c4, #77b5ee);
  background-image: -moz-linear-gradient(top, #1972c4, #77b5ee);
  background-image: -ms-linear-gradient(top, #1972c4, #77b5ee);
  background-image: -o-linear-gradient(top, #1972c4, #77b5ee);
  background-image: linear-gradient(top, #1972c4, #77b5ee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#1972c4, EndColorStr=#77b5ee); }

button.button.next {
  padding-right: 25px; }

button.button.next:after {
  content: '';
  position: absolute;
  top: 40%;
  right: 3px;
  margin-top: -3px;
  border: 6px solid transparent;
  border-left: 6px solid #666666;
  pointer-events: none; }

button.button.prev {
  padding-left: 25px; }

button.button.prev:before {
  content: '';
  position: absolute;
  top: 40%;
  left: 3px;
  margin-top: -3px;
  border: 6px solid transparent;
  border-right: 6px solid #666666;
  pointer-events: none; }

button.button.white:hover {
  color: #a01e23; }

.ie button.button.white:before, .ie9 button.button.white:before {
  display: none; }

input[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0; }

a.button {
  display: inline-block;
  float: none;
  line-height: 28px; }

.button.large {
  font-size: 18px;
  padding: 0 20px;
  line-height: 35px;
  height: 35px; }

form {
  display: inline; }

fieldset {
  border: 0; }

.toolbar {
  clear: both; }

input, select, textarea, button {
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: middle; }

input, select, textarea {
  background: #fff;
  border: 1px solid #ddd; }

input[type='text'], input[type='email'], input[type='password'], input[type='search'], textarea,
.ui-multiselect-filter input, div.uploader {
  padding: 6px 10px;
  margin-bottom: 10px;
  color: #333333;
  background: white;
  border: 1px solid #cccccc;
  outline: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.7);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

input:-webkit-input-placeholder {
  color: #999999; }

input:-moz-placeholder {
  color: #999999; }

/* Focus style */
input:focus {
  border: 1px solid #7fbbf9;
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #7fbbf9;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #7fbbf9;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #7fbbf9; }

/* Error style */
input:-moz-ui-invalid, .form-input.invalid {
  border: 1px solid #e00;
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #ee0000;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #ee0000;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #ee0000; }

input.invalid, input.required.error {
  border: 1px solid #e00;
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #ee0000;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #ee0000;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #ee0000; }

.ui-slider-horizontal {
  border: 1px solid #cccccc;
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.7); }

.ui-slider-horizontal .ui-slider-handle {
  border: 1px solid #cccccc;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }

/* CHECKBOX && RADIO BUTTONS */
.checker, div.checker input,
div.radio, div.radio input {
  width: 19px;
  height: 19px;
  padding: 0;
  display: inline-block; }

div.checker span, div.radio span {
  background-image: url(../img/fcbn/form_sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -260px;
  display: block;
  background-position: 0px -260px;
  height: 19px;
  width: 19px; }

div.checker:active span,
div.checker.active span {
  background-position: -19px -260px; }

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px; }

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px; }

div.checker span.checked {
  background-position: -76px -260px; }

div.checker:active span.checked,
div.checker.active span.checked {
  background-position: -95px -260px; }

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px; }

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px; }

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px; }

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px; }

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px; }

div.radio:active span,
div.radio.active span {
  background-position: -18px -279px; }

div.radio.focus span,
div.radio:hover span {
  background-position: -36px -279px; }

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px; }

div.radio span.checked {
  background-position: -72px -279px; }

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px; }

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px; }

div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px; }

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px; }

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px; }

/* INPUT FILE */
select {
  padding: 1px; }

select option {
  padding-right: 10px; }

select.multiselect option {
  border-bottom: 1px solid #ddd;
  padding: 2px 5px; }

select.multiselect option:last-child {
  border-bottom: 0; }

textarea {
  overflow: auto; }

input.radio {
  margin-right: 3px; }

input.checkbox {
  margin-right: 3px; }

input.qty {
  width: 2.5em !important; }

button.button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* FF Fix */
button.button {
  -webkit-border-fit: lines; }

/* <- Safari & Google Chrome Fix */
p.control input.checkbox,
p.control input.radio {
  margin-right: 6px; }

.buttons-set {
  clear: both;
  margin: 5px 0 0;
  padding: 5px 0; }

.buttons-set .back-link {
  float: left; }

.buttons-set button.button {
  display: inline-block;
  clear: none;
  margin-right: 8px; }

.buttons-set p.required {
  margin: 0 0 5px; }

form button.button[type='submit'] {
  clear: both; }

/****** Select box style ******/
.selectstyle .select-wrapper {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#efefef));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, white, #efefef);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, white, #efefef);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, white, #efefef);
  /* IE10 */
  background-image: -o-linear-gradient(top, white, #efefef);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, white, #efefef);
  -pie-background: linear-gradient(top, white, #efefef);
  /* IE6-IE9 */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  behavior: url(PIE.htc); }
.selectstyle .selectTop {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 6px 10px; }
.selectstyle .select-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  pointer-events: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#efefef));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, white, #efefef);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, white, #efefef);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, white, #efefef);
  /* IE10 */
  background-image: -o-linear-gradient(top, white, #efefef);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, white, #efefef);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
.selectstyle .select-wrapper:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  border: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none; }
.selectstyle .ie .select-wrapper:before, .selectstyle .ie9 .select-wrapper:before {
  display: none; }
.selectstyle select {
  color: #666666;
  height: 20px;
  padding: 1px 5px 4px 15px;
  border: 0;
  background: transparent none;
  outline: none;
  font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
.selectstyle select::-moz-focus-inner {
  border: 0; }
.selectstyle select option {
  background: #ededed;
  color: #666666;
  height: 20px;
  width: 100%;
  padding: 10px 0 2px 10px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.fieldset {
  border: 1px solid #ddd;
  background: #fefefe;
  padding: 22px 25px 12px 33px;
  margin: 28px 0; }

.fieldset .legend {
  float: left;
  font-weight: bold;
  font-size: 13px;
  background: #a01e23;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
  color: #FFF; }

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 17px;
  font-size: 10px;
  line-height: 13px;
  background: url(../images/validation_advice_bg.gif) 2px 1px no-repeat; }

.validation-failed {
  border: 1px dashed #f00 !important;
  background: #faebe7 !important; }

p.required {
  font-size: 10px;
  text-align: right; }

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left; }

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative; }

.form-wrap {
  display: block;
  padding: 20px;
  border: 2px solid #fff;
  overflow: hidden;
  background-color: #e5e7ea;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #dcdee2), color-stop(50%, #eff0f1), color-stop(100%, #dcdee2));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(left, #dcdee2, #eff0f1, #dcdee2);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, #dcdee2, #eff0f1, #dcdee2);
  /* FF3.6 */
  background-image: -ms-linear-gradient(left, #dcdee2, #eff0f1, #dcdee2);
  /* IE10 */
  background-image: -o-linear-gradient(left, #dcdee2, #eff0f1, #dcdee2);
  /* Opera 11.10+ */
  background-image: linear-gradient(left, #dcdee2, #eff0f1, #dcdee2);
  -pie-background: linear-gradient(left, #dcdee2, #eff0f1, #dcdee2);
  /* IE6-IE9 */
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }

.searchwrap.form-wrap {
  display: block;
  padding: 20px;
  border: 2px solid #fff;
  overflow: hidden; }

.searchwrap.form-wrap {
  padding: 13px; }
  .searchwrap.form-wrap h3 {
    line-height: 18px;
    margin-bottom: 10px; }
  .searchwrap.form-wrap p.option-label, .searchwrap.form-wrap label {
    color: #333333; }
  .searchwrap.form-wrap .select-wrapper {
    margin-bottom: 15px; }
  .searchwrap.form-wrap label[for='select'] {
    margin-bottom: 5px; }
  .searchwrap.form-wrap .option-label.date, .searchwrap.form-wrap div.option-group.date {
    margin-bottom: 10px; }
  .searchwrap.form-wrap div.option-group.date input {
    z-index: 100; }
  .searchwrap.form-wrap .ui-datepicker.ui-widget {
    z-index: 100 !important; }
  .searchwrap.form-wrap .option-label.last, .searchwrap.form-wrap .option-group.check {
    margin-bottom: 20px; }

label[for='select'],
p.option-label {
  float: left;
  clear: both;
  margin-right: 10px;
  width: 120px;
  font-size: 14px;
  font-weight: bold; }

label.error {
  color: #a01e23;
  display: none !important; }

label em {
  color: #a01e23;
  padding-left: 3px; }

div.option-group {
  float: left;
  margin-bottom: 40px; }

div.option-group.ui_rangeslider {
  min-width: 320px;
  margin-bottom: 20px; }

p.option-label.ui_rangeslider {
  margin-top: 20px; }

input.ui_rangeslider {
  color: #a01e23;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  font-weight: bold; }

div.option-group.check label {
  margin-right: 20px; }

.select-wrapper {
  float: left;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative; }

form.general div.group {
  display: table;
  clear: both;
  margin-bottom: 6px; }
  form.general div.group label {
    font-size: 12px;
    font-weight: bold;
    width: 80px;
    display: table-cell;
    vertical-align: middle; }
  form.general div.group input, form.general div.group .checker {
    display: table-cell;
    margin-bottom: 0; }
  form.general div.group .checker {
    margin-left: 10px; }
form.general button[type="submit"] {
  float: none;
  margin-bottom: 10px; }
form.general a.block {
  display: block; }

form.general.multicol fieldset {
  background-color: #efefef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #efefef, #dddddd);
  background-image: -moz-linear-gradient(top, #efefef, #dddddd);
  background-image: -ms-linear-gradient(top, #efefef, #dddddd);
  background-image: -o-linear-gradient(top, #efefef, #dddddd);
  background-image: linear-gradient(top, #efefef, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#efefef, EndColorStr=#dddddd);
  border: 1px solid #dcdcdc;
  padding: 20px 0;
  margin-bottom: 20px;
  position: relative; }
form.general.multicol fieldset legend {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: white;
  padding: 6px 15px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #cb262c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cb262c), to(#a01e23));
  background-image: -webkit-linear-gradient(top, #cb262c, #a01e23);
  background-image: -moz-linear-gradient(top, #cb262c, #a01e23);
  background-image: -ms-linear-gradient(top, #cb262c, #a01e23);
  background-image: -o-linear-gradient(top, #cb262c, #a01e23);
  background-image: linear-gradient(top, #cb262c, #a01e23);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#cb262c, EndColorStr=#a01e23);
  -webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid white; }
form.general.multicol fieldset legend small {
  font-size: 12px;
  font-weight: normal;
  display: block; }
form.general.multicol label small {
  font-size: 10px;
  font-weight: normal;
  line-height: 11px;
  display: block; }
form.general.multicol div.group {
  display: table;
  clear: both;
  margin-bottom: 6px; }
  form.general.multicol div.group label {
    font-size: 12px;
    font-weight: bold;
    padding-left: 30px;
    width: 80px;
    display: table-cell;
    vertical-align: middle; }
  form.general.multicol div.group input, form.general.multicol div.group .checker {
    display: table-cell;
    margin-bottom: 0; }
  form.general.multicol div.group .checker {
    margin-left: 10px; }
  form.general.multicol div.group div.uploader {
    margin-bottom: 0; }
    form.general.multicol div.group div.uploader span.filename {
      width: 100px; }
  form.general.multicol div.group label[for="select"], form.general.multicol div.group p.option-label {
    float: none; }
  form.general.multicol div.group .select-wrapper {
    width: 170px;
    margin-bottom: -8px; }
  form.general.multicol div.group .select-wrapper select, form.general.multicol div.group .select-wrapper option {
    min-width: 150px; }
  form.general.multicol div.group .file-wrapper {
    display: table-cell;
    vertical-align: middle; }
  form.general.multicol div.group .input-img {
    width: 143px; }
  form.general.multicol div.group input {
    width: 150px; }
form.general.multicol div.group.wide label {
  width: 100px; }
form.general.multicol div.group.wide .input-img {
  width: 170px; }
form.general.multicol div.group.wide .select-wrapper {
  margin-bottom: 0; }
form.general.multicol div.group.xtra_bot {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  display: table; }
form.general.multicol div.option-group.check {
  margin-left: 20px; }
form.general.multicol div.upload {
  display: table-row; }
  form.general.multicol div.upload button.upload {
    margin-left: 20px;
    margin-top: 10px; }

.block.form_content_block {
  position: absolute;
  top: 65px;
  right: 10px;
  width: 250px;
  min-height: 300px; }

form.login {
  position: absolute;
  top: 5px;
  right: 10px; }
  form.login button.button {
    display: inline-block;
    float: none;
    vertical-align: top; }
  form.login .pin {
    background: url(../images/fcbn/pin.png) no-repeat center center;
    width: 44px;
    height: 41px;
    display: inline-block; }
  form.login #fb_login {
    display: inline-block;
    vertical-align: top;
    margin: 2px 10px 0 0;
    cursor: pointer; }
  form.login #login_top {
    display: inline-block; }
    form.login #login_top input {
      margin-bottom: 3px;
      padding: 4px 5px; }
    form.login #login_top a {
      display: block;
      text-align: right; }
  form.login .signin_elements {
    display: inline-block; }

.signup_form, .wrap.opt_in .opt_in {
  background: url(../images/fcbn/bg_trial.jpg) repeat;
  color: white; }
  .signup_form h2, .wrap.opt_in .opt_in h2 {
    color: white; }
  .signup_form div.first, .wrap.opt_in .opt_in div.first, .signup_form div.last, .wrap.opt_in .opt_in div.last {
    padding: 10px; }
  .signup_form div.group, .wrap.opt_in .opt_in div.group {
    padding-left: 20%; }
    .signup_form div.group input.required, .wrap.opt_in .opt_in div.group input.required {
      display: block;
      margin-bottom: 10px;
      width: 220px; }

.wrap.opt_in .opt_in {
  padding: 10px 20px; }
  .wrap.opt_in .opt_in div.group {
    width: 100%;
    padding-left: 0; }
    .wrap.opt_in .opt_in div.group input.required {
      display: block;
      margin-bottom: 10px;
      width: 100%; }

header #inner-header {
  background: url(../images/fcbn/bg_header.png) no-repeat right -341px;
  position: relative; }
  header #inner-header #logo a {
    position: relative;
    top: 10px;
    left: 15px;
    display: block;
    width: 250px;
    height: 100px;
    background: url(../images/fcbn/logo.png) no-repeat top left;
    background-size: 100%;
    text-indent: -9999px; }
  header #inner-header .social {
    display: none; }

body.m320 header #inner-header {
  background-size: 100%;
  background-position: right -27px; }
body.m320 #logo a {
  top: 25px !important; }
body.m320 #login_top {
  background: #fff;
  text-align: right;
  padding: 0 5px;
  display: block; }
  body.m320 #login_top input {
    width: 120px; }
body.m320 #login_form .signin_elements.expanded {
  text-align: right;
  background: white;
  display: block; }
  body.m320 #login_form .signin_elements.expanded .pin {
    display: none; }

#inner-footer {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #efefef, #dddddd);
  background-image: -moz-linear-gradient(top, #efefef, #dddddd);
  background-image: -ms-linear-gradient(top, #efefef, #dddddd);
  background-image: -o-linear-gradient(top, #efefef, #dddddd);
  background-image: linear-gradient(top, #efefef, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#efefef, EndColorStr=#dddddd);
  clear: both;
  border-top: 1px solid #ddd; }
  #inner-footer nav ul {
    margin: 10px auto 20px;
    display: table; }
    #inner-footer nav ul li {
      display: inline-block;
      margin-right: 20px; }
      #inner-footer nav ul li:last-child {
        margin-right: 0; }
      #inner-footer nav ul li a {
        color: #666666;
        font-size: 14px; }
        #inner-footer nav ul li a:hover {
          color: #a01e23; }
  #inner-footer p.copyright {
    text-align: center; }

/*
Code written by Sam Collins (@smcllns) of www.eventasaur.us
You are free to use this work commercially
You are free to extend this work without permissions from the author (just do so tastefully eh?)
Enjoy
*/
/* Reference icons from font-files */
@font-face {
  font-family: 'zocial';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/zocial-regular-webfont.eot");
  src: url("../fonts/zocial-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/zocial-regular-webfont.woff") format("woff"), url("../fonts/zocial-regular-webfont.ttf") format("truetype"), url("../fonts/zocial-regular-webfont.svg#ZocialRegular") format("svg");
  unicode-range: U+0 -U10FFFF; }

/* Button structure */
.zocial,
a.zocial {
  border: 1px solid #777;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #333;
  border-bottom-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  -moz-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: inline-block;
  font: bold 100%/2.1 "Lucida Grande", Tahoma, sans-serif;
  padding: 0 .95em 0 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  z-index: 100;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: .3em; }

.zocial:before {
  content: "";
  border-right: 0.075em solid rgba(0, 0, 0, 0.1);
  float: left;
  font: 120%/1.65 zocial;
  font-style: normal;
  font-weight: normal;
  margin: 0 0.5em 0 0;
  padding: 0 0.5em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -moz-box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
  -webkit-font-smoothing: antialiased; }

.zocial:active {
  outline: none;
  /* outline is visible on :focus */ }

/* Buttons can be displayed as standalone icons by adding a class of "icon" */
.zocial.icon {
  overflow: hidden;
  max-width: 2.4em;
  padding-left: 0;
  padding-right: 0;
  max-height: 2.15em;
  white-space: nowrap; }

.zocial.icon:before {
  padding: 0;
  width: 2em;
  height: 2em;
  box-shadow: none;
  border: none; }

/* Gradients */
.zocial {
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.05)), color-stop(51%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1)); }

.zocial:hover, .zocial:focus {
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(49%, rgba(255, 255, 255, 0.15)), color-stop(51%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
  background-image: linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15)); }

.zocial:active {
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(50%, transparent), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1)); }

/* Adjustments for light background buttons */
.zocial.bitcoin,
.zocial.cloudapp,
.zocial.dropbox,
.zocial.email,
.zocial.eventful,
.zocial.github,
.zocial.gmail,
.zocial.instapaper,
.zocial.itunes,
.zocial.ninetyninedesigns,
.zocial.openid,
.zocial.plancast,
.zocial.posterous,
.zocial.reddit,
.zocial.secondary,
.zocial.viadeo,
.zocial.weibo,
.zocial.wikipedia {
  border: 1px solid #aaa;
  border-color: rgba(0, 0, 0, 0.3);
  border-bottom-color: #777;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.7), inset 0 0 0.08em rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.7), inset 0 0 0.08em rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.7), inset 0 0 0.08em rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

/* :hover adjustments for light background buttons */
.zocial.bitcoin:focus,
.zocial.bitcoin:hover,
.zocial.dropbox:focus,
.zocial.dropbox:hover,
.zocial.email:focus,
.zocial.email:hover,
.zocial.eventful:focus,
.zocial.eventful:hover,
.zocial.github:focus,
.zocial.github:hover,
.zocial.gmail:focus,
.zocial.gmail:hover,
.zocial.instapaper:focus,
.zocial.instapaper:hover,
.zocial.itunes:focus,
.zocial.itunes:hover,
.zocial.ninetyninedesigns:focus,
.zocial.ninetyninedesigns:hover,
.zocial.openid:focus,
.zocial.openid:hover,
.zocial.plancast:focus,
.zocial.plancast:hover,
.zocial.posterous:focus,
.zocial.posterous:hover,
.zocial.reddit:focus,
.zocial.reddit:hover,
.zocial.secondary:focus,
.zocial.secondary:hover,
.zocial.twitter:focus,
.zocial.viadeo:focus,
.zocial.viadeo:hover,
.zocial.weibo:focus,
.zocial.weibo:hover,
.zocial.wikipedia:focus,
.zocial.wikipedia:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(49%, rgba(255, 255, 255, 0.2)), color-stop(51%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.15)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15)); }

/* :active adjustments for light background buttons */
.zocial.bitcoin:active,
.zocial.dropbox:active,
.zocial.email:active,
.zocial.eventful:active,
.zocial.github:active,
.zocial.gmail:active,
.zocial.instapaper:active,
.zocial.itunes:active,
.zocial.ninetyninedesigns:active,
.zocial.openid:active,
.zocial.plancast:active,
.zocial.posterous:active,
.zocial.reddit:active,
.zocial.secondary:active,
.zocial.viadeo:active,
.zocial.weibo:active,
.zocial.wikipedia:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1)); }

/* Button icon and color */
/* Icon characters are stored in unicode private area */
.zocial.amazon:before {
  content: "\E040"; }

.zocial.android:before {
  content: "\E005"; }

.zocial.angellist:before {
  content: "\E06C"; }

.zocial.aol:before {
  content: "\E001"; }

.zocial.appstore:before {
  content: "\E020"; }

.zocial.bitcoin:before {
  content: "\E011";
  color: #f7931a; }

.zocial.blogger:before {
  content: "\E021"; }

.zocial.call:before {
  content: "\E016"; }

.zocial.cal:before {
  content: "\E00D"; }

.zocial.cart:before {
  content: "\E06A"; }

.zocial.chrome:before {
  content: "\E03A"; }

.zocial.cloudapp:before {
  content: "\E042"; }

.zocial.creativecommons:before {
  content: "\E022"; }

.zocial.delicious:before {
  content: "\E002"; }

.zocial.digg:before {
  content: "\E01A"; }

.zocial.disqus:before {
  content: "\E030"; }

.zocial.dribbble:before {
  content: "\E023"; }

.zocial.dropbox:before {
  content: "\E043";
  color: #1f75cc; }

.zocial.email:before {
  content: "\E03C";
  color: #312c2a; }

.zocial.eventasaurus:before {
  content: "\E055";
  color: #9de428; }

.zocial.eventbrite:before {
  content: "\E05B"; }

.zocial.eventful:before {
  content: "\E006";
  color: #0066CC; }

.zocial.evernote:before {
  content: "\E024"; }

.zocial.facebook:before {
  content: "\E045"; }

.zocial.fivehundredpx:before {
  content: "\E00F";
  color: #29b6ff; }

.zocial.flattr:before {
  content: "\E004"; }

.zocial.flickr:before {
  content: "\E025"; }

.zocial.forrst:before {
  content: "\E019";
  color: #50894f; }

.zocial.foursquare:before {
  content: "\E013"; }

.zocial.github:before {
  content: "\E046"; }

.zocial.gmail:before {
  content: "\E04C";
  color: #f00; }

.zocial.google:before {
  content: "\E026"; }

.zocial.googleplay:before {
  content: "\E05E"; }

.zocial.googleplus:before {
  content: "\E00A"; }

.zocial.gowalla:before {
  content: "\E01F"; }

.zocial.grooveshark:before {
  content: "\E017"; }

.zocial.guest:before {
  content: "\E01E"; }

.zocial.html5:before {
  content: "\E014"; }

.zocial.ie:before {
  content: "\E015"; }

.zocial.instagram:before {
  content: "\E06D"; }

.zocial.instapaper:before {
  content: "\E028"; }

.zocial.intensedebate:before {
  content: "\E05A"; }

.zocial.itunes:before {
  content: "\E048";
  color: #1a6dd2; }

.zocial.klout:before {
  content: "\E02A"; }

.zocial.lanyrd:before {
  content: "\E00C"; }

.zocial.lastfm:before {
  content: "\E04B"; }

.zocial.linkedin:before {
  content: "\E02B"; }

.zocial.macstore:before {
  content: "\E03D"; }

.zocial.meetup:before {
  content: "\E02C"; }

.zocial.myspace:before {
  content: "\E03E"; }

.zocial.ninetyninedesigns:before {
  content: "\E018";
  color: #f50; }

.zocial.openid:before {
  content: "\E04E";
  color: #ff921d; }

.zocial.opentable:before {
  content: "\E05F"; }

.zocial.paypal:before {
  content: "\E003"; }

.zocial.pinboard:before {
  content: "\E04D"; }

.zocial.pinterest:before {
  content: "\E010"; }

.zocial.plancast:before {
  content: "\E02F"; }

.zocial.plurk:before {
  content: "\E049"; }

.zocial.podcast:before {
  content: "\E03F"; }

.zocial.posterous:before {
  content: "\E05D"; }

.zocial.print:before {
  content: "\E06B"; }

.zocial.quora:before {
  content: "\E050"; }

.zocial.reddit:before {
  content: "\E01D";
  color: red; }

.zocial.rss:before {
  content: "\E031"; }

.zocial.scribd:before {
  content: "\E05C";
  color: #00d5ea; }

.zocial.skype:before {
  content: "\E032"; }

.zocial.smashing:before {
  content: "\E009"; }

.zocial.songkick:before {
  content: "\E04A"; }

.zocial.soundcloud:before {
  content: "\E052"; }

.zocial.spotify:before {
  content: "\E01C"; }

.zocial.stumbleupon:before {
  content: "\E00E"; }

.zocial.tumblr:before {
  content: "\E053"; }

.zocial.twitter:before {
  content: "\E033"; }

.zocial.viadeo:before {
  content: "\E027";
  color: #f59b20; }

.zocial.vimeo:before {
  content: "\E035"; }

.zocial.weibo:before {
  content: "\E029";
  color: #e6162d; }

.zocial.wikipedia:before {
  content: "\E00B"; }

.zocial.windows:before {
  content: "\E036"; }

.zocial.xing:before {
  content: "\E037"; }

.zocial.wordpress:before {
  content: "\E056"; }

.zocial.yahoo:before {
  content: "\E038"; }

.zocial.yelp:before {
  content: "\E058"; }

.zocial.youtube:before {
  content: "\E034"; }

/* Button background and text color */
.zocial.amazon {
  background-color: #ffad1d;
  color: #030037;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.zocial.android {
  background-color: #a4c639; }

.zocial.angellist {
  background-color: #000; }

.zocial.aol {
  background-color: #f00; }

.zocial.appstore {
  background-color: #000; }

.zocial.bitcoin {
  background-color: #efefef;
  color: #4d4d4d; }

.zocial.blogger {
  background-color: #ee5a22; }

.zocial.call {
  background-color: #008000; }

.zocial.cal {
  background-color: #d63538; }

.zocial.cart {
  background-color: #333; }

.zocial.chrome {
  background-color: #006cd4; }

.zocial.cloudapp {
  background-color: #fff;
  color: #312c2a; }

.zocial.creativecommons {
  background-color: #000; }

.zocial.delicious {
  background-color: #3271cb; }

.zocial.digg {
  background-color: #164673; }

.zocial.disqus {
  background-color: #5d8aad; }

.zocial.dribbble {
  background-color: #ea4c89; }

.zocial.dropbox {
  background-color: #fff;
  color: #312c2a; }

.zocial.email {
  background-color: #f0f0eb;
  color: #312c2a; }

.zocial.eventasaurus {
  background-color: #192931;
  color: #fff; }

.zocial.eventbrite {
  background-color: #ff5616; }

.zocial.eventful {
  background-color: #fff;
  color: #47ab15; }

.zocial.evernote {
  background-color: #6bb130;
  color: #fff; }

.zocial.facebook {
  background-color: #4863ae; }

.zocial.fivehundredpx {
  background-color: #333; }

.zocial.flattr {
  background-color: #8aba42; }

.zocial.flickr {
  background-color: #ff0084; }

.zocial.forrst {
  background-color: #1e360d; }

.zocial.foursquare {
  background-color: #44a8e0; }

.zocial.github {
  background-color: #fbfbfb;
  color: #050505; }

.zocial.gmail {
  background-color: #efefef;
  color: #222; }

.zocial.google {
  background-color: #4e6cf7; }

.zocial.googleplay {
  background-color: #000; }

.zocial.googleplus {
  background-color: #dd4b39; }

.zocial.gowalla {
  background-color: #ff720a; }

.zocial.grooveshark {
  background-color: #111;
  color: #eee; }

.zocial.guest {
  background-color: #1b4d6d; }

.zocial.html5 {
  background-color: #ff3617; }

.zocial.ie {
  background-color: #00a1d9; }

.zocial.instapaper {
  background-color: #eee;
  color: #222; }

.zocial.instagram {
  background-color: #3f729b; }

.zocial.intensedebate {
  background-color: #0099e1; }

.zocial.klout {
  background-color: #e34a25; }

.zocial.itunes {
  background-color: #efefeb;
  color: #312c2a; }

.zocial.lanyrd {
  background-color: #2e6ac2; }

.zocial.lastfm {
  background-color: #dc1a23; }

.zocial.linkedin {
  background-color: #0083a8; }

.zocial.macstore {
  background-color: #007dcb; }

.zocial.meetup {
  background-color: #ff0026; }

.zocial.myspace {
  background-color: #000; }

.zocial.ninetyninedesigns {
  background-color: #fff;
  color: #072243; }

.zocial.openid {
  background-color: #f5f5f5;
  color: #333; }

.zocial.opentable {
  background-color: #990000; }

.zocial.paypal {
  background-color: #fff;
  color: #32689a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.zocial.pinboard {
  background-color: blue; }

.zocial.pinterest {
  background-color: #c91618; }

.zocial.plancast {
  background-color: #e7ebed;
  color: #333; }

.zocial.plurk {
  background-color: #cf682f; }

.zocial.podcast {
  background-color: #9365ce; }

.zocial.posterous {
  background-color: #ffd959;
  color: #bc7134; }

.zocial.print {
  background-color: #f0f0eb;
  color: #222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

.zocial.quora {
  background-color: #a82400; }

.zocial.reddit {
  background-color: #fff;
  color: #222; }

.zocial.rss {
  background-color: #ff7f25; }

.zocial.scribd {
  background-color: #231c1a; }

.zocial.skype {
  background-color: #00a2ed; }

.zocial.smashing {
  background-color: #ff4f27; }

.zocial.songkick {
  background-color: #ff0050; }

.zocial.soundcloud {
  background-color: #ff4500; }

.zocial.spotify {
  background-color: #60af00; }

.zocial.stumbleupon {
  background-color: #eb4924; }

.zocial.tumblr {
  background-color: #374a61; }

.zocial.twitter {
  background-color: #46c0fb; }

.zocial.viadeo {
  background-color: #fff;
  color: #000; }

.zocial.vimeo {
  background-color: #00a2cd; }

.zocial.weibo {
  background-color: #faf6f1;
  color: #000; }

.zocial.wikipedia {
  background-color: #fff;
  color: #000; }

.zocial.windows {
  background-color: #0052a4;
  color: #fff; }

.zocial.wordpress {
  background-color: #464646; }

.zocial.xing {
  background-color: #0A5D5E; }

.zocial.yahoo {
  background-color: #a200c2; }

.zocial.yelp {
  background-color: #e60010; }

.zocial.youtube {
  background-color: #f00; }

/*
The Miscellaneous Buttons
These button have no icons and can be general purpose buttons while ensuring consistent button style
Credit to @guillermovs for suggesting
*/
.zocial.primary, .zocial.secondary {
  margin: 0.1em 0;
  padding: 0 1em; }

.zocial.primary:before, .zocial.secondary:before {
  display: none; }

.zocial.primary {
  background-color: #333; }

.zocial.secondary {
  background-color: #f0f0eb;
  color: #222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

/* Any browser-specific adjustments */
button:-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
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
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .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 */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */ }
/*
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.
  
  ******************************************************************/
  /*
    This 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.
  */
  .onecol {
    width: 5.801104972%; }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%; }

  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%; }

  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%; }

  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%; }

  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%; }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%; }

  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%; }

  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%; }

  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%; }

  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%; }

  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%; }

  /* 100%;   } /* grid_12 */
  /* layout & column defaults */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%; }

  .first {
    margin-left: 0; }

  .last {
    float: right; }

  header nav {
  /*
  li {

    a {
      display: block;
      text-decoration: none;
      padding: 10px 10px;
      background-color: #eee;
      border-bottom: 1px solid #ccc;

      &:hover, &:focus {

      }
    }

    &:first-child {}

    &:last-child {}

    ul.sub-menu,
    ul.children {

      li {

        a {
          padding-left: 30px;

          &:hover,
          &:focus {}

          &:link {}

        }

        &:first-child {}

        &:last-child {}

      }

    }

  }
  */
    /* highlight current page */
    /* end current highlighters */ }
    header nav .select-menu {
      display: none; }
    header nav div.menu, header nav #menu-the-main-menu {
      display: block; }
    header nav ul {
      margin: 0; }
    header nav ul > li {
      display: inline-block; }
    header nav ul > li > a {
      line-height: 35px;
      padding: 0 0 0 10px;
      color: white;
      text-decoration: none; }
      header nav ul > li > a:hover {
        text-decoration: none;
        color: #d9d9d9 !important; }
      header nav ul > li > a:focus, header nav ul > li > a:visited {
        color: white;
        text-decoration: none; }
      header nav ul > li > a:after {
        content: "|";
        padding-left: 10px; }
    header nav ul > li:last-child > a:after {
      content: "";
      padding-left: 0; }
    header nav li.current-menu-item a,
    header nav li.current_page_item a,
    header nav li.current-page-ancestor a {
      font-weight: bold; }

  /* end .nav */
  nav.nav {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase; }

  .nav li + nav {
    margin-top: 9px; }

  .topnav {
    position: absolute;
    right: 0;
    top: 1px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70666666,endColorstr=#70666666);
    zoom: 1;
    padding-left: 10px; }

  .topnav ul.nav {
    margin: 0; }

  .topnav li a {
    padding-right: 0;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: bold; }

  .topnav li a:hover {
    color: #a01e23; }

  .topnav a:after {
    content: "|";
    padding-left: 10px; }

  .topnav li:last-child a:after {
    content: ""; }

  .topnav li.ic.support {
    background: url(../img/fcbn/ic_support.png) no-repeat left center; }

  .topnav li.ic.support a {
    padding-left: 25px; }

  .nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    list-style: none; }

  .nav-list li {
    display: block; }

  .nav-list > li > a,
  .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px; }

  .nav-list > li > a {
    padding: 3px 15px; }

  .nav-list > .active > a,
  .nav-list > .active > a:hover {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #a01e23; }

  .nav-list [class^="icon-"] {
    margin-right: 2px; }

  footer .nav-list h6 {
    color: #a01e23;
    font-size: 12px;
    text-transform: uppercase; }

  footer .nav-list li {
    line-height: 13px; }

  footer .nav-list li a {
    color: white;
    font-size: 10px;
    padding: 0 inherit; }

  footer .nav-list li a:hover {
    color: #a01e23; }

  .breadcrumbs {
    font-size: 10px;
    background-color: #e5e7ea;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #dcdee2), color-stop(50%, #eff0f1), color-stop(100%, #dcdee2));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #dcdee2, #eff0f1, #dcdee2);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #dcdee2, #eff0f1, #dcdee2);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #dcdee2, #eff0f1, #dcdee2);
    /* IE10 */
    background-image: -o-linear-gradient(top, #dcdee2, #eff0f1, #dcdee2);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #dcdee2, #eff0f1, #dcdee2);
    border-width: 1px 0;
    border-style: solid;
    border-color: white; }

  .breadcrumbs .nav {
    margin: 0; }

  .breadcrumbs li {
    line-height: 12px; }

  .breadcrumbs li a {
    color: #666666;
    padding: 4px; }

  .breadcrumbs li a:hover {
    color: #a01e23; }

  .breadcrumbs li.first a {
    padding-left: 10px; }

  .breadcrumbs li a:after {
    content: "/";
    padding-left: 6px;
    color: #666666; }

  .breadcrumbs li a:hover:after {
    text-decoration: none;
    color: #666666; }

  .breadcrumbs li.last a:after {
    content: ""; }

  .breadcrumbs p {
    margin: 2px 0 0 10px; }

  /******************************************************************
  PAGE NAVI STYLES
  ******************************************************************/
  .page-navigation,
  .wp-prev-next {
    margin: 1.1em 0 2.2em; }

  .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 */ }
    .bones_page_navi li {
      float: left;
      margin-left: 10px; }
      .bones_page_navi li a {
        padding: 3px 6px;
        display: block;
        text-decoration: none;
        position: relative; }
        .bones_page_navi li a:hover, .bones_page_navi li a:focus {
          color: #f01d4f;
          text-decoration: underline; }
    .bones_page_navi li.bpn-current {
      padding: 3px 6px;
      border-bottom: 2px solid #f01d4f;
      position: relative; }
      .bones_page_navi li.bpn-current a {
        /* hovering on current page link */ }
    .bones_page_navi li.bpn-prev-link,
    .bones_page_navi li.bpn-next-link {
      font-weight: 700; }
      .bones_page_navi li.bpn-prev-link a,
      .bones_page_navi li.bpn-next-link a {
        padding: 0; }
    .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 */
  .wp-prev-next .prev-link {
    float: left; }
  .wp-prev-next .next-link {
    float: right; }

  /* end .wp-prev-next */
  div.stylesw {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 20px;
    background: rgba(120, 120, 120, 0.4); }
    div.stylesw ul {
      margin: 0;
      padding: 0; }
    div.stylesw li {
      display: inline-block;
      margin-right: 10px; }
    div.stylesw a, div.stylesw a:hover {
      color: white; }

  .wrap.main_slider {
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }

  .royalSlider {
    background-image: url(../images/fcbn/bg_mainslider.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%; }
    .royalSlider .royalSlide, .royalSlider .royalWrapper {
      background: none !important; }
    .royalSlider .royalImage {
      float: right;
      max-width: 60%;
      position: absolute;
      right: 0;
      bottom: 0; }
    .royalSlider .no-style.royalCaptionItem {
      min-width: 380px;
      line-height: 50px;
      color: white;
      font-size: 30px;
      font-family: "LatoBoldItalic";
      text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.6); }
      .royalSlider .no-style.royalCaptionItem .title {
        font-size: 56px;
        color: #a01e23; }
    .royalSlider.minimal div.royalControlNavOverflow {
      margin: 0 0 0 0 !important;
      top: 20px;
      right: 20px;
      width: auto; }
      .royalSlider.minimal div.royalControlNavOverflow .royalControlNavCenterer a {
        background: #333333;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        margin-left: 8px; }
        .royalSlider.minimal div.royalControlNavOverflow .royalControlNavCenterer a.current {
          background: #a01e23; }

  body.m320 .royalSlider {
    height: 280px !important; }
    body.m320 .royalSlider li.royalSlide {
      height: 280px !important; }
    body.m320 .royalSlider .royalCaptionItem {
      left: 15px !important;
      top: 50px !important;
      width: 260px !important;
      max-width: 260px !important;
      font-size: 12px !important;
      line-height: 1.25em; }
      body.m320 .royalSlider .royalCaptionItem .title {
        font-size: 14px !important;
        line-height: 1.25em; }

  /******************************************************************
  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
  *********************/
  .wrap {
    max-width: 1140px; }

  .wrap.social {
    display: none; }

  /*********************
  HEADER SYTLES
  *********************/
  header #inner-header #logo a {
    width: 480px;
    height: 137px; }
  header #inner-header .sublogo {
    background: url(../images/fcbn/sublogo.png) no-repeat right top;
    width: 413px;
    height: 18px;
    float: right;
    margin-right: 280px;
    margin-top: -25px; }
  header #inner-header .social {
    display: block;
    position: absolute;
    top: 7px;
    right: 140px; }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 2.2em; }

  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em; }

  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }
    .widget ul li {
      margin-bottom: 0.3em;
      /* deep nesting */ }
      .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 */
  /* text widget */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  #content > #inner-content {
    position: relative;
    z-index: 0;
    background: white;
    padding: 2.2em 15px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }

  /* end .hentry */
  /* 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 */
  /* entry content */
  .entry-content {
    /*
    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.
    */ }
    .entry-content td.img {
      min-width: 250px; }
    .entry-content img {
      margin: 0 0 1.5em 0; }
    .entry-content video, .entry-content object {
      max-width: 100%;
      height: auto; }
    .entry-content pre {
      background: #eee;
      border: 1px solid #cecece;
      padding: 10px; }
    .entry-content .content {
      padding-left: 20px; }
      .entry-content .content h4 {
        margin-bottom: 5px; }
    .entry-content td.img {
      vertical-align: top; }
    .entry-content td.content {
      padding-bottom: 20px; }

  /* end .entry-content */
  .wp-caption {
    background: #eee;
    padding: 5px;
    /* images inside wp-caption */ }
    .wp-caption img {
      margin-bottom: 0;
      width: 100%; }
    .wp-caption p.wp-caption-text {
      font-size: 0.85em;
      margin: 4px 0 7px;
      text-align: center; }

  /* end .wp-caption */
  /* image gallery styles */
  /* end .gallery */
  /* gallery caption styles */
  .wrap.main_slider .royalImage {
    max-width: 70%; }

  .wrap.main_slider.opt_in {
    border-bottom: 1px solid #fff;
    height: 391px; }
    .wrap.main_slider.opt_in .royalSlider {
      width: 60% !important;
      display: inline-block;
      float: left; }
    .wrap.main_slider.opt_in .opt_in {
      float: right;
      width: 40%;
      height: 390px;
      overflow: hidden; }
      .wrap.main_slider.opt_in .opt_in p > img {
        max-width: 50px; }

  /* REVIEW BOXES */
  div.review-box {
    width: 320px;
    max-width: 320px !important;
    height: 160px;
    margin: 0 45px 20px 0 !important; }
    div.review-box .img {
      width: 170px;
      height: 150px; }
    div.review-box .from {
      position: absolute;
      right: 8px;
      bottom: 8px; }

  /* ribbon style */
  .ribbon-wrapper {
    left: 160px;
    position: absolute;
    top: 20px; }

  .ribbon-front {
    background-color: #cb262c;
    height: 40px;
    width: 170px;
    position: relative;
    left: 0px;
    z-index: 2;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px; }
    .ribbon-front h4 {
      color: white;
      padding: 10px 0 0 8px; }

  .ribbon-front,
  .ribbon-back-left,
  .ribbon-back-right {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55); }

  .ribbon-edge-topleft,
  .ribbon-edge-topright,
  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
    position: absolute;
    z-index: 1;
    border-style: solid;
    height: 0px;
    width: 0px; }

  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
    top: 40px; }

  .ribbon-edge-topleft,
  .ribbon-edge-bottomleft {
    left: 0px;
    border-color: transparent #a01e23 transparent transparent; }

  .ribbon-edge-topleft {
    top: 0px;
    border-width: 0px 0px 0 0; }

  .ribbon-edge-bottomleft {
    border-width: 0 0px 0px 0; }

  .ribbon-edge-topright,
  .ribbon-edge-bottomright {
    left: 160px;
    border-color: transparent transparent transparent #a01e23; }

  .ribbon-edge-topright {
    top: 0px;
    border-width: 0px 0 0 10px; }

  .ribbon-edge-bottomright {
    border-width: 0 0 5px 10px; }

  .ribbon-back-left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 40px;
    background-color: #cb262c;
    z-index: 0; }

  .ribbon-back-right {
    position: absolute;
    top: 5px;
    right: -20px;
    width: 30px;
    height: 40px;
    background-color: #cb262c;
    z-index: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0; } }
@media only screen and (min-width: 960px) {
  .wrap.main_slider .royalImage {
    max-width: 100%; }

  .wrap.main_slider.opt_in .royalSlider {
    width: 65% !important; }
  .wrap.main_slider.opt_in .opt_in {
    width: 35%; } }
/*
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: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  .wrap.main_slider .royalImage {
    max-width: 100%; }

  .wrap.main_slider.opt_in .royalSlider {
    width: 70% !important; }
  .wrap.main_slider.opt_in .opt_in {
    width: 30%; }
    .wrap.main_slider.opt_in .opt_in p > img {
      max-width: 60px; } }
/*
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.
  
  ******************************************************************/ }
/*
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.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
