@import url(http://fonts.googleapis.com/css?family=Germania+One);
/******************************************************************
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.
******************************************************************/
/*********************
IMPORTING STYLES
*********************/
/* import normalize */
/* normalize.css 2011-11-04T15:38 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 {
  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
 */
audio:not([controls]) {
  display: none; }

/*
 * 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
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  overflow-y: scroll;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 3 */ }

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

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
body,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em; }

/*
 * 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; }

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

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
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
   ========================================================================== */
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

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 alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  *margin-left: -7px;
  /* 2 */ }

/*
 * 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 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 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 that is displayed in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
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.
******************************************************************/
ul, ol {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

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

/* proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens) */
p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -epub-hyphens: auto;
  hyphens: auto; }

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

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

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

/* import mixins */
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

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

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

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*********************
TOOLS
*********************/
/* http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* text alignment */
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/* alerts & notices */
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.help {
  border-color: #e8dc59;
  background: #ebe16f; }

.info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
BORDER RADIUS
*********************/
/* @include rounded(4px); */
/* NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. */
/* @include rounded-top(4px); */
/* @include rounded-right(4px); */
/* @include rounded-bottom(4px); */
/* @include rounded-left(4px); */
/*********************
TRANISTION
*********************/
/* @include transition(all,2s,ease-out); */
/*********************
BOX SHADOWS
*********************/
/* @include box-shadow(5px, 5px, 10px, #000); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So 
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
.button, .button:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42); }
  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
    color: white;
    border: 1px solid #be0d37;
    border-top-color: #9d0a2d;
    border-left-color: #9d0a2d;
    background-color: #cc0e3b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
    background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
    background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
    background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
    background-image: linear-gradient(to bottom, #e40f42, #cc0e3b); }
  .button:active, .button:visited:active {
    background-color: #f01d4f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
    background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
    background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
    background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
    background-image: linear-gradient(to bottom, #e40f42, #f01d4f); }

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

/******************************************************************
BASE (MOBILE) SIZE 
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.
******************************************************************/
/* styles in base.scss */
body {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
  background: url("../images/bg-main.png") repeat 0px 0px;
  font-family: 'Arial', sans-serif; }

header {
  display: block;
  width: 100%;
  background: url("../images/bg-opaque.png") repeat 0px 0px; }

a img {
  border: 0px; }

.rate-nometa {
  padding-top: 12px;
  position: relative;
  float: right; }
  .rate-nometa .meta {
    display: none; }

.rate-big {
  position: relative; }
  .rate-big .meta {
    display: none; }
  .rate-big .ratings ul {
    zoom: 2.0; }
  .rate-big .votearrow {
    position: absolute;
    top: -10px;
    right: 150px; }

header .inner-header {
  display: block;
  width: 990px;
  margin: 0px auto; }
header .block-logo {
  display: block;
  float: left;
  width: 228px;
  height: 118px;
  margin: 28px 3px 27px;
  background: url("../images/logo-small.png"); }
  header .block-logo h1 {
    display: none;
    margin: 0px;
    padding: 0px;
    font-size: 10px; }

.homepage header .block-logo {
  width: 411px;
  height: 212px;
  background: url("../images/logo-big.png"); }

header .block-links {
  display: block;
  float: right;
  height: 50px;
  margin: 44px 11px 10px; }
  header .block-links ul {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px; }
    header .block-links ul li {
      display: block;
      float: left;
      height: 40px;
      margin: 0px 15px;
      padding: 0px; }
      header .block-links ul li.separator {
        margin: 0px;
        font-size: 14px;
        line-height: 40px;
        color: #4f6776;
        opacity: 0.66;
        filter: alpha(opacity=66); }
      header .block-links ul li a {
        display: block;
        margin: 0px;
        padding: 0px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        color: #4f6776;
        text-decoration: none;
        opacity: 0.66;
        filter: alpha(opacity=66); }
  header .block-links form {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px; }
    header .block-links form fieldset {
      display: block;
      margin: 0px;
      padding: 0px;
      border: 0px; }
      header .block-links form fieldset input {
        display: block;
        width: 204px;
        height: 40px;
        padding: 0px 10px;
        font-size: 16px;
        line-height: 40px;
        color: #1d394b;
        border: 0px;
        background: url("../images/bg-search.png") no-repeat 0px 0px; }

.homepage header .block-links {
  margin: 91px 11px 10px; }

.block-content {
  width: 450px;
  margin: 50px auto;
  color: #529aab;
  text-shadow: 1px 1px #011018;
  position: relative;
  min-height: 350px; }
  .block-content.wide {
    width: 520px; }
  .block-content a {
    color: #d9af59; }
    .block-content a:hover {
      color: #fff;
      text-decoration: none; }
  .block-content h1, .block-content h2, .block-content h3 {
    font-family: 'Germania One', cursive;
    color: #9ac9d4;
    text-shadow: 2px 2px 10px #011018; }
  .block-content hr {
    background-color: #529aab;
    border-color: #529aab; }
  .block-content .prev-link {
    float: left; }
  .block-content .next-link {
    float: right; }
  .block-content .thumb {
    position: absolute;
    top: 0;
    left: -220px;
    -webkit-box-shadow: 1px 1px 10px black;
    -moz-box-shadow: 1px 1px 10px black;
    box-shadow: 1px 1px 10px black; }
    .block-content .thumb img {
      display: block; }
  .block-content .pro-driver {
    position: absolute;
    top: 0;
    right: 0; }
  .block-content .search-block {
    position: relative;
    min-height: 100px; }
    .block-content .search-block .galleries li,
    .block-content .search-block .videos li,
    .block-content .search-block .images li {
      display: inline-block; }
      .block-content .search-block .galleries li img,
      .block-content .search-block .videos li img,
      .block-content .search-block .images li img {
        display: block;
        margin: 5px;
        margin-left: 0; }

.ratings a {
  overlay: hidden;
  text-indent: -9999px; }

.ratings .meta {
  color: #529aab; }
  .ratings .meta strong {
    color: #9ac9d4; }

header .block-menu {
  display: block;
  margin: 0px 13px;
  padding: 0px;
  float: right;
  clear: right; }
  header .block-menu nav {
    display: block;
    margin: 0px;
    padding: 0px;
    min-width: 520px; }
    header .block-menu nav ul {
      display: block;
      margin: 0px;
      padding: 0px;
      min-width: 520px; }
      header .block-menu nav ul li {
        display: block;
        float: left;
        margin-left: 30px;
        padding: 0px; }
        header .block-menu nav ul li a {
          display: block;
          font-size: 24px;
          line-height: 30px;
          color: #24697a;
          font-family: 'Germania One', cursive;
          text-decoration: none;
          text-transform: uppercase; }
          header .block-menu nav ul li a:hover {
            color: #bba849; }
        header .block-menu nav ul li.current_page_item a {
          color: #bba849; }

.block-breadcrumb {
  display: block;
  width: 100%;
  height: 37px;
  margin: 2px 0px;
  background: url("../images/bg-opaque.png") repeat 0px 0px; }
  .block-breadcrumb .path {
    display: block;
    width: 990px;
    margin: 0px auto;
    font-size: 14px;
    font-weight: bold;
    color: #24697a;
    line-height: 37px; }
    .block-breadcrumb .path a {
      color: #c5a35a;
      text-decoration: none; }

.block-banner {
  display: block;
  width: 100%;
  height: 316px;
  padding-top: 2px;
  background: url("../images/bg-gradient.png") repeat-x 0px bottom; }
  .block-banner .inner {
    display: block;
    width: 990px;
    margin: 0px auto; }
    .block-banner .inner .block-thumbnails {
      display: block;
      float: left;
      width: 430px;
      height: 300px; }
      .block-banner .inner .block-thumbnails .thumbnails {
        display: block;
        position: relative;
        overflow: visible;
        margin: 0px;
        padding: 0px; }
        .block-banner .inner .block-thumbnails .thumbnails ul {
          display: block;
          width: 430px;
          margin: 25px 0px;
          padding: 0px; }
          .block-banner .inner .block-thumbnails .thumbnails ul li {
            display: block;
            float: left;
            margin: 0px 14px 15px 10px;
            padding: 0px; }
            .block-banner .inner .block-thumbnails .thumbnails ul li a {
              display: block;
              margin: 0px;
              padding: 0px;
              border-radius: 10px;
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
              box-shadow: 0px 30px 30px -20px black;
              behavior: url("PIE.htc"); }
              .block-banner .inner .block-thumbnails .thumbnails ul li a:hover {
                box-shadow: 0px 0px 21px 2px #4795a8;
                behavior: url("PIE.htc"); }
              .block-banner .inner .block-thumbnails .thumbnails ul li a img {
                display: block;
                margin: 0px;
                padding: 0px;
                border: 3px solid #4C7788;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                width: 181px;
                height: 101px;
                behavior: url("PIE.htc"); }
    .block-banner .inner .block-slider {
      display: block;
      float: right;
      width: 500px;
      height: 310px; }
      .block-banner .inner .block-slider .slider {
        background: none;
        display: block;
        position: relative;
        margin-top: -61px;
        left: -37px;
        overflow: hidden;
        width: 520px;
        height: 310px;
        border: 3px solid #4C7788;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        behavior: url("PIE.htc");
        margin-bottom: 15px; }
        .block-banner .inner .block-slider .slider ul {
          display: block;
          margin: 0px;
          padding: 0px; }
          .block-banner .inner .block-slider .slider ul li {
            display: none;
            float: left;
            margin: 0px;
            padding: 0px; }
            .block-banner .inner .block-slider .slider ul li a {
              display: block;
              position: relative;
              width: 520px;
              height: 310px;
              margin: 0px;
              padding: 0px;
              text-decoration: none; }
              .block-banner .inner .block-slider .slider ul li a .description {
                display: block;
                position: absolute;
                left: 0px;
                bottom: 0px;
                width: 100%;
                height: 75px;
                background: url("../images/bg-opaque.png") repeat 0px 0px; }
                .block-banner .inner .block-slider .slider ul li a .description h2 {
                  display: block;
                  margin: 16px 25px 0px 25px;
                  padding: 0px;
                  font-size: 18px;
                  color: #8bb1ba; }
                .block-banner .inner .block-slider .slider ul li a .description span {
                  display: block;
                  margin: 7px 25px 0px 25px;
                  padding: 0px;
                  font-size: 14px;
                  color: #24697a; }

.gallery-info-block {
  min-height: 340px; }
  .gallery-info-block .pro-driver {
    float: right;
    margin-top: 30px;
    margin-left: 20px; }
  .gallery-info-block .rate-big {
    margin: 20px 0; }

.block .inner .navigation {
  clear: both;
  display: block;
  width: 155px;
  margin: 4px auto;
  padding: 0px; }
  .block .inner .navigation ul {
    display: block;
    margin: 0px;
    padding: 0px; }
    .block .inner .navigation ul li {
      display: block;
      float: left;
      margin: 0px 2px;
      padding: 0px; }
      .block .inner .navigation ul li a {
        display: block;
        width: 25px;
        height: 25px;
        margin: 0px;
        padding: 0px;
        text-indent: -9999px;
        background: url("../images/bg-nav.png") no-repeat 0px 0px; }
      .block .inner .navigation ul li.active a {
        background-position: 0px -25px; }

.block-page {
  display: block;
  width: 990px;
  margin: 0px auto;
  padding: 0px; }
  .block-page .col-1 {
    display: block;
    float: left;
    width: 420px; }
  .block-page .col-2 {
    display: block;
    float: right;
    width: 530px; }
  .block-page .col-1 h2 {
    display: block;
    margin: 0px;
    padding: 15px 0px;
    font-family: 'Germania One', cursive;
    font-size: 48px;
    font-weight: normal;
    color: #529aab; }
  .block-page .col-1 .quote {
    display: block;
    font-size: 16px;
    color: #24697a; }
  .block-page .col-1 .rate {
    display: block;
    margin: 30px 0px 5px;
    padding: 0px; }
  .block-page .col-1 .socials {
    display: block;
    margin: 0px;
    padding: 0px; }
  .block-page .col-1 form {
    display: block;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    border: 0px; }
    .block-page .col-1 form fieldset {
      display: block;
      margin: 0px;
      padding: 0px;
      border: 0px; }
      .block-page .col-1 form fieldset legend {
        display: block;
        margin: 0px;
        padding: 10px 0px;
        font-family: 'Germania One', cursive;
        font-size: 26px;
        color: #529aab;
        border: 0px; }
      .block-page .col-1 form fieldset input {
        display: block;
        width: 378px;
        height: 26px;
        margin: 10px 0px;
        padding: 10px 15px;
        font-size: 16px;
        color: #20414c;
        line-height: 26px;
        background: url("../images/bg-form.png") no-repeat 0px 0px;
        border: 0px; }
      .block-page .col-1 form fieldset textarea {
        display: block;
        overflow: auto;
        width: 378px;
        height: 141px;
        margin: 0px;
        padding: 10px 15px;
        font-size: 16px;
        color: #20414c;
        line-height: 26px;
        background: url("../images/bg-form.png") no-repeat 0px -49px;
        border: 0px;
        resize: none; }
      .block-page .col-1 form fieldset input.submit {
        width: 408px;
        padding: 0px;
        height: 45px;
        background: url("../images/bg-submit.png") no-repeat 0px 0px;
        text-indent: -999px;
        cursor: pointer;
        box-shadow: 0px 0px 10px 2px #000;
        behavior: url("PIE.htc"); }
  .block-page .col-1 .comments {
    display: block;
    margin-bottom: 40px; }
    .block-page .col-1 .comments .comment-nav li {
      float: left; }
      .block-page .col-1 .comments .comment-nav li.right {
        float: right;
        padding-right: 15px; }
    .block-page .col-1 .comments .comment-nav a {
      color: #eac257; }
    .block-page .col-1 .comments .comment {
      display: block;
      margin-top: 30px;
      margin-bottom: 30px;
      min-height: 80px;
      overflow: hidden; }
      .block-page .col-1 .comments .comment a {
        color: #eac257; }
      .block-page .col-1 .comments .comment .image {
        display: block;
        float: left;
        width: 51px;
        height: 51px;
        background: #0d242d;
        box-shadow: 0px 0px 10px 2px #000;
        behavior: url("PIE.htc"); }
      .block-page .col-1 .comments .comment .body {
        display: block;
        float: right;
        width: 310px;
        padding-right: 30px; }
        .block-page .col-1 .comments .comment .body .name {
          display: inline;
          font-size: 16px;
          font-weight: bold;
          color: #529aab; }
        .block-page .col-1 .comments .comment .body .date {
          display: inline;
          font-size: 16px;
          font-style: italic;
          color: #529aab; }
        .block-page .col-1 .comments .comment .body .text {
          display: block;
          font-size: 14px;
          color: #24697a;
          line-height: 20px; }
  .block-page .col-2 h3 {
    display: block;
    margin: 0px;
    padding: 30px 0px 10px;
    font-family: 'Germania One', cursive;
    font-size: 26px;
    font-weight: normal;
    color: #529aab;
    border: 0px;
    text-shadow: 1px 1px 1px #000; }
  .block-page .col-2 .image {
    display: block;
    margin-top: 30px; }
    .block-page .col-2 .image img {
      border: 3px solid #07222d;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      behavior: url("PIE.htc"); }
  .block-page .col-2 .thumbnails {
    display: block;
    width: 490px;
    padding: 10px 15px 0px;
    background: url("../images/bg-opaque.png") repeat 0px 0px; }
    .block-page .col-2 .thumbnails .thumbnail {
      display: block;
      position: relative;
      float: left;
      height: 165px;
      margin: 15px 11px; }
      .block-page .col-2 .thumbnails .thumbnail .image {
        display: block;
        position: relative;
        width: 216px;
        height: 121px;
        margin: 0px;
        padding: 0px;
        border: 3px solid #4c7788;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        box-shadow: 0px 30px 30px -20px black;
        behavior: url("PIE.htc"); }
        .block-page .col-2 .thumbnails .thumbnail .image:hover {
          box-shadow: 0px 0px 21px 2px #4795a8;
          behavior: url("PIE.htc");
          cursor: pointer; }
        .block-page .col-2 .thumbnails .thumbnail .image img {
          border: 0px;
          border-radius: 0px; }
      .block-page .col-2 .thumbnails .thumbnail .comment {
        display: block;
        position: absolute;
        left: 7px;
        bottom: 2px;
        height: 16px;
        padding-left: 27px;
        font-size: 14px;
        font-weight: bold;
        color: #4c7788;
        line-height: 14px;
        background: url("../images/bg-comment.png") no-repeat 0px 0px; }
      .block-page .col-2 .thumbnails .thumbnail .rate {
        display: block;
        position: absolute;
        right: 0px;
        bottom: 0px;
        margin: 0px;
        padding: 0px; }

.sportcloud li {
  display: inline-block; }
  .sportcloud li a {
    display: block;
    padding: 5px 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 14px;
    background: url("../images/bg-opaque.png") repeat 0px 0px;
    border-bottom: #529AAB 1px solid; }

.thumbnails-ext {
  display: block;
  width: 490px;
  padding: 10px 15px 0px;
  overflow: hidden;
  background: url("../images/bg-opaque.png") repeat 0px 0px; }
  .thumbnails-ext .thumbnail {
    display: block;
    position: relative;
    float: left;
    height: 165px;
    margin: 15px 11px; }
    .thumbnails-ext .thumbnail .image {
      display: block;
      position: relative;
      width: 216px;
      height: 121px;
      margin: 0px;
      padding: 0px;
      border: 3px solid #4c7788;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      box-shadow: 0px 30px 30px -20px black;
      behavior: url("PIE.htc"); }
      .thumbnails-ext .thumbnail .image:hover {
        box-shadow: 0px 0px 21px 2px #4795a8;
        behavior: url("PIE.htc");
        cursor: pointer; }
      .thumbnails-ext .thumbnail .image img {
        border: 0px;
        border-radius: 0px; }
    .thumbnails-ext .thumbnail .comment {
      display: block;
      position: absolute;
      left: 7px;
      bottom: 2px;
      height: 16px;
      padding-left: 27px;
      font-size: 14px;
      font-weight: bold;
      color: #4c7788;
      line-height: 14px;
      background: url("../images/bg-comment.png") no-repeat 0px 0px; }
    .thumbnails-ext .thumbnail .rate {
      display: block;
      position: absolute;
      right: 0px;
      bottom: 0px;
      margin: 0px;
      padding: 0px; }

.block-quote {
  display: block;
  overflow: hidden;
  margin: 0px;
  padding: 0px; }
  .block-quote h2 {
    display: block;
    margin: 40px auto 10px;
    padding: 0px;
    font-family: 'Germania One', cursive;
    font-size: 60px;
    font-weight: normal;
    text-align: center;
    color: #24697a;
    text-shadow: 2px 2px 2px #000; }
  .block-quote h4 {
    display: block;
    margin: 10px auto 55px;
    padding: 0px;
    font-family: 'Germania One', cursive;
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    color: #4c7788;
    text-shadow: 2px 2px 2px #000; }

.block-ribbon {
  display: block;
  margin: 0px;
  padding-bottom: 30px; }
  .block-ribbon h3 {
    display: block;
    float: left;
    width: 120px;
    margin: 0px 10px;
    padding: 0px;
    font-family: 'Germania One', cursive;
    font-size: 36px;
    font-weight: normal;
    line-height: 36px;
    color: #4c7788;
    text-shadow: 2px 2px 0px #000; }
  .block-ribbon .navigation {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px; }
    .block-ribbon .navigation ul {
      display: block;
      float: left;
      margin: 0px;
      padding: 0px; }
      .block-ribbon .navigation ul li {
        display: block;
        float: left;
        height: 32px;
        margin: 0px 6px;
        padding: 4px 0px; }
        .block-ribbon .navigation ul li a {
          display: block;
          height: 32px;
          font-size: 14px;
          color: #24697a;
          line-height: 28px;
          text-align: center;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px;
          background: rgba(0, 0, 0, 0.5);
          padding: 0 10px;
          border-bottom: #213f4e 1px solid; }
          .block-ribbon .navigation ul li a:hover {
            color: #bba849;
            text-decoration: none; }
        .block-ribbon .navigation ul li.active a {
          color: #bba849;
          text-decoration: none; }
        .block-ribbon .navigation ul li.button-1 a {
          background-position: 0px -96px; }
        .block-ribbon .navigation ul li.button-2 a {
          background-position: 0px 0px; }
        .block-ribbon .navigation ul li.button-3 a {
          background-position: 0px -32px; }
        .block-ribbon .navigation ul li.button-4 a {
          background-position: 0px -64px; }
        .block-ribbon .navigation ul li.button-1 a:hover, .block-ribbon .navigation ul li.active.button-1 a, .block-ribbon .navigation ul li.button-1 a:hover, .block-ribbon .navigation ul li.active.button-2 a, .block-ribbon .navigation ul li.button-1 a:hover, .block-ribbon .navigation ul li.active.button-3 a, .block-ribbon .navigation ul li.button-1 a:hover, .block-ribbon .navigation ul li.active.button-4 a {
          background-position: 0px -224px; }
  .block-ribbon .thumbnails {
    display: block;
    clear: both;
    margin: 0px;
    padding-top: 20px; }
    .block-ribbon .thumbnails .thumbnail {
      display: block;
      position: relative;
      float: left;
      height: 165px;
      margin: 0px 15px 0px 10px;
      padding: 0px; }
      .block-ribbon .thumbnails .thumbnail .pro-driver {
        position: absolute;
        z-index: 100;
        left: 10px;
        top: 60px; }
      .block-ribbon .thumbnails .thumbnail .image {
        display: block;
        position: relative;
        width: 216px;
        height: 121px;
        margin: 0px;
        padding: 0px;
        border: 3px solid #4c7788;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        box-shadow: 0px 30px 30px -20px black;
        behavior: url("PIE.htc"); }
        .block-ribbon .thumbnails .thumbnail .image:hover {
          box-shadow: 0px 0px 21px 2px #4795a8;
          behavior: url("PIE.htc");
          cursor: pointer; }
        .block-ribbon .thumbnails .thumbnail .image .description {
          display: none; }
      .block-ribbon .thumbnails .thumbnail .date {
        display: block;
        position: absolute;
        top: -7px;
        right: -7px;
        width: 71px;
        height: 71px;
        margin: 0px;
        padding: 0px;
        font-family: 'Germania One', cursive;
        font-size: 40px;
        color: #f0be57;
        line-height: 46px;
        text-align: center;
        background: url("../images/bg-date.png") no-repeat 0px 0px;
        text-shadow: 1px 1px 2px #000; }
        .block-ribbon .thumbnails .thumbnail .date .month {
          display: block;
          font-size: 14px;
          font-family: 'Arial', sans-serif;
          font-weight: bold;
          line-height: 24px;
          text-align: center;
          color: #000c13;
          text-shadow: 1px 1px 1px #30656e !important; }
      .block-ribbon .thumbnails .thumbnail .comment {
        display: block;
        position: absolute;
        left: 7px;
        bottom: 2px;
        height: 16px;
        padding-left: 27px;
        font-size: 14px;
        font-weight: bold;
        color: #4c7788;
        line-height: 14px;
        background: url("../images/bg-comment.png") no-repeat 0px 0px; }
      .block-ribbon .thumbnails .thumbnail .rate {
        display: block;
        position: absolute;
        right: 0px;
        bottom: 0px;
        margin: 0px;
        padding: 0px; }

footer {
  display: block;
  width: 100%;
  margin-top: 20px;
  background: #000d14; }
  footer .inner {
    display: block;
    position: relative;
    overflow: hidden;
    width: 990px;
    margin: 0px auto; }
    footer .inner .block-quote {
      display: block;
      margin: 55px auto 10px;
      text-align: center;
      font-family: 16px;
      color: #2a5c77;
      opacity: 0.66;
      filter: alpha(opacity=66); }
    footer .inner .block-links {
      display: block;
      margin: 0px auto;
      height: 40px; }
      footer .inner .block-links ul {
        display: block;
        width: 340px;
        margin: 0px auto;
        padding: 0px; }
        footer .inner .block-links ul li {
          display: block;
          float: left;
          margin: 0px 10px;
          padding: 0px; }
          footer .inner .block-links ul li a {
            display: block;
            margin: 0px;
            padding: 0px;
            font-size: 14px;
            color: #2a5c77;
            text-decoration: none; }
    footer .inner .block-logo {
      display: block;
      width: 210px;
      height: 105px;
      margin: 0px auto 50px;
      background: url("../images/logo-footer.png") no-repeat 0px 0px; }
      footer .inner .block-logo h6 {
        display: none; }

.overlay {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/bg-opaque.png") repeat 0px 0px; }

.popup {
  display: block;
  padding: 20px;
  background: #021018;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url("PIE.htc"); }
  .popup h2 {
    display: block;
    margin: 0px;
    padding: 0px;
    font-family: 'Germania One', cursive;
    font-size: 20px;
    font-weight: normal;
    color: #529aab; }
  .popup .image {
    display: block;
    margin: 18px auto; }
  .popup form {
    display: block;
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    border: 0px; }
    .popup form fieldset {
      display: block;
      margin: 0px;
      padding: 0px;
      border: 0px; }
      .popup form fieldset legend {
        display: block;
        margin: 0px;
        padding: 10px 0px;
        font-family: 'Germania One', cursive;
        font-size: 26px;
        color: #529aab;
        border: 0px; }
      .popup form fieldset input {
        display: block;
        width: 348px;
        height: 17px;
        margin: 10px 0px;
        padding: 10px 15px;
        font-size: 14px;
        color: #20414c;
        line-height: 17px;
        background: url("../images/bg-form-small.png") no-repeat 0px 0px;
        border: 0px; }
      .popup form fieldset textarea {
        display: block;
        overflow: auto;
        width: 348px;
        height: 91px;
        margin: 0px;
        padding: 10px 15px;
        font-size: 14px;
        color: #20414c;
        line-height: 17px;
        background: url("../images/bg-form-small.png") no-repeat 0px -39px;
        border: 0px;
        resize: none; }
      .popup form fieldset input.submit {
        width: 378px;
        padding: 0px;
        height: 45px;
        background: url("../images/bg-submit.png") no-repeat center 0px;
        text-indent: -999px;
        cursor: pointer;
        box-shadow: 0px 0px 10px 2px #000;
        behavior: url("PIE.htc"); }
  .popup .options {
    position: relative; }
    .popup .options .social {
      position: absolute;
      top: 0px;
      left: 400px;
      width: 220px; }
    .popup .options h3 {
      display: block;
      margin: 0px;
      padding: 10px 0px;
      font-family: 'Germania One', cursive;
      font-size: 26px;
      color: #529aab;
      border: 0px; }
    .popup .options .stars, .popup .options .share {
      margin: 30px 0; }
    .popup .options .stars {
      margin-top: 0; }
  .popup .comments {
    display: block;
    margin-bottom: 40px; }
    .popup .comments .comment {
      display: block;
      margin-top: 40px;
      overflow: hidden;
      position: relative; }
      .popup .comments .comment a {
        color: #fff; }
      .popup .comments .comment .image {
        display: block;
        margin: 0px;
        padding: 0px;
        width: 51px;
        height: 51px;
        position: absolute;
        top: 0;
        left: 0;
        background: #0d242d;
        box-shadow: 0px 0px 10px 2px #000;
        behavior: url("PIE.htc"); }
      .popup .comments .comment .body {
        display: block;
        padding-left: 70px; }
        .popup .comments .comment .body .name {
          display: inline;
          font-size: 16px;
          font-weight: bold;
          color: #529aab; }
        .popup .comments .comment .body .date {
          display: inline;
          font-size: 16px;
          font-style: italic;
          color: #529aab; }
        .popup .comments .comment .body .text {
          display: block;
          font-size: 14px;
          color: #24697a;
          line-height: 20px; }

.pro-driver {
  display: block;
  width: 157px;
  height: 85px;
  background: url(../images/pro-driver.png) no-repeat; }
  .pro-driver.small {
    width: 98px;
    height: 54px;
    background: url(../images/pro-driver-small.png) no-repeat; }

.clear {
  display: block;
  width: 100%;
  height: 0px;
  float: none;
  clear: both; }

::-webkit-input-placeholder, :-moz-placeholder {
  color: #1d394b; }

/******************************************************************
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) {
  /* styles in 481up.scss */
  /******************************************************************
  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
  *********************/
  /* post content */
  .post-content {
    /* at this larger size, we can start to align images */ }
    .post-content .alignleft, .post-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .post-content .alignright, .post-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .post-content .aligncenter, .post-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .post-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */ }
/* end of media query */
/******************************************************************
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) {
  /* styles in 768up.scss */
  /******************************************************************
  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
  *********************/
  /********************
  WORDPRESS BODY CLASSES
  style a page via class
  ********************/
  /* home page */
  /* blog 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 */
  /* 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 {
    max-width: 1140px; }

  /*
  	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 SYTLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    background: #eee;
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    .nav li {
      float: left;
      position: relative;
      /*
      plan your menus and drop-downs wisely.
      */
      /* showing sub-menus */ }
      .nav li a {
        border-bottom: 0;
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */ }
        .nav li a:hover, .nav li a:focus {
          background-color: #dedede; }
      .nav li ul.sub-menu,
      .nav li ul.children {
        width: 200px;
        border: 1px solid #ccc;
        border-top: 0;
        position: absolute;
        display: none;
        z-index: 8999;
        /* highlight sub-menu current page */ }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          /*
          if you need to go deeper, go nuts
          just remember deeper menus suck
          for usability. k, bai.
          */ }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            padding-left: 10px;
            border-right: 0;
            display: block;
            width: 180px;
            border-bottom: 1px solid #ccc; }
          .nav li ul.sub-menu li:last-child a,
          .nav li ul.children li:last-child a {
            border-bottom: 0; }
      .nav li:hover ul {
        top: auto;
        display: block; }

  /* end .nav */
  /*********************
  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.75em;
      /* 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 */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /* 
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */ }

  /* end .footer-links */ }
/* end of media query */
/******************************************************************
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) {
  /* styles in 1030up.scss */
  /******************************************************************
  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. 
  
  ******************************************************************/ }
/* end of media query */
/******************************************************************
LARGE VIEWING SIZE 
This is for the larger monitors and possibly full screen viewers.
******************************************************************/
@media only screen and (min-width: 1240px) {
  /* styles in 1240up.scss */
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/ }
/* end of media query */
/******************************************************************
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) {
  /* styles in 2x.scss */
  /******************************************************************
  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. 
  
  */ }
/* end of media query */
/******************************************************************
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 {
  * {
    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;
    /* show links on printed pages */
    /* show title too */ }
    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; }

  /* hide content people who print don't need to see */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
