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

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
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%;
  -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: thin dotted;
}
/*
 * 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;
  *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;
  *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;
}
/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'), url('fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */

  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */

}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */

  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-muted {
  color: #eeeeee;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }
  .btn .icon-spin {
    height: auto;
  }
  .icon-spin.icon-large {
    height: 1.25em;
  }
  .btn .icon-spin.icon-large {
    height: .75em;
  }
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' 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'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/* The Tyre Company Colours */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
@font-face {
  font-family: 'VAGRoundedStdThin';
  src: url('fonts/vagroundedstd-thin-webfont.eot');
  src: local('☺'), url('fonts/vagroundedstd-thin-webfont.woff') format('woff'), url('fonts/vagroundedstd-thin-webfont.ttf') format('truetype'), url('fonts/vagroundedstd-thin-webfont.svg#webfontpTFoEbEw') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VAGRoundedStdLight';
  src: url('fonts/vagroundedstd-light-webfont.eot');
  src: local('☺'), url('fonts/vagroundedstd-light-webfont.woff') format('woff'), url('fonts/vagroundedstd-light-webfont.ttf') format('truetype'), url('fonts/vagroundedstd-light-webfont.svg#webfontc9LwA33Q') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VAGRoundedStdBold';
  src: url('fonts/vagroundedstd-bold-webfont.eot');
  src: local('☺'), url('fonts/vagroundedstd-bold-webfont.woff') format('woff'), url('fonts/vagroundedstd-bold-webfont.ttf') format('truetype'), url('fonts/vagroundedstd-bold-webfont.svg#webfont6Oag4VWW') 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;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
TRANSFORM
*********************/
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  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-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -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:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  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:visited:hover,
.blue-button:focus,
.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);
}
/*********************
FONT SIZE
*********************/
body {
  width: 100%;
  zoom: 1;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/*
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.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER SYTLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html {
  font-size: 62.5%;
}
body {
  font-family: 'VAGRoundedStdLight', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 140%;
  color: #565656;
  background-color: white;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
/********************
02. 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) */
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 280px;
  margin: 0 auto;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #f01d4f;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #d10e3c;
}
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);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin: 0;
  padding: 0;
  font-family: 'VAGRoundedStdThin', Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: normal;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/

  /* removing text decoration from all headline links */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-family: 'VAGRoundedStdBold', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  color: #ca005d;
  line-height: 140%;
}
h2,
.h2 {
  font-family: 'VAGRoundedStdBold', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  color: #ca005d;
  line-height: 140%;
}
h3,
.h3 {
  font-family: 'VAGRoundedStdBold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ca005d;
  line-height: 140%;
  margin: 0 0 -10px 0;
}
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;
}
/*********************
06. HEADER SYTLES
*********************/
#screen-info {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid red;
  background-color: #fff;
  z-index: 1000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  display: none;
}
#screen-info p {
  padding: 10px;
  float: left;
  margin: 0;
}
#screen-info p.screen-width {
  float: left;
}
#screen-info .breakpoints {
  float: right;
  margin-right: 20px;
}
#screen-info .breakpoints p {
  border: 1px solid #000;
  padding: 3px;
  color: #fff;
  margin-top: 12px;
}
#screen-info .breakpoints .base {
  background-color: red;
  display: block;
  margin-right: 12px;
}
#screen-info .breakpoints .px481 {
  background-color: blue;
  display: none;
}
#screen-info .breakpoints .px768 {
  background-color: green;
  display: none;
}
#screen-info .breakpoints .px960 {
  background-color: yellow;
  color: #000;
  display: none;
}
#main-header {
  height: 140px;
  background-color: #000000;
  background-image: url('../images/backgrounds/header-types-bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
}
#main-header #main-header-inner {
  width: 280px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
#main-header #main-header-inner #ttc-logo {
  display: block;
  background-color: #ca005d;
}
#main-header #main-header-inner #ttc-logo img {
  display: block;
  width: 100%;
  height: auto;
}
#main-header #main-header-inner #spon-logo {
  display: none;
}
#main-header #main-header-inner span {
  display: none;
}
/*********************
08. POSTS & CONTENT STYLES
*********************/
#main-content #main-content-inner {
  background-color: #ffffff;
}
#main-content #main-content-inner #contact-cta {
  background-color: #000000;
}
#main-content #main-content-inner #contact-cta ul {
  margin: 0;
}
#main-content #main-content-inner #contact-cta ul li {
  padding: 6px 0;
  background-color: #ca005d;
  text-align: center;
  border-bottom: 2px solid #000000;
}
#main-content #main-content-inner #contact-cta ul li .cta-wrapper {
  width: 280px;
  margin: 0 auto;
  font-family: 'VAGRoundedStdBold', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
}
#main-content #main-content-inner #contact-cta ul li .cta-wrapper i {
  color: #000000;
}
#main-content #main-content-inner #contact-cta ul li .cta-wrapper .phone-number,
#main-content #main-content-inner #contact-cta ul li .cta-wrapper .map-wrapper {
  display: inline;
}
#main-content #main-content-inner #contact-cta ul li .cta-wrapper .phone-number a:link,
#main-content #main-content-inner #contact-cta ul li .cta-wrapper .map-wrapper a:link,
#main-content #main-content-inner #contact-cta ul li .cta-wrapper .phone-number a:visited,
#main-content #main-content-inner #contact-cta ul li .cta-wrapper .map-wrapper a:visited {
  color: #ffffff;
  text-decoration: none;
}
#main-content #main-content-inner #contact-cta ul li .cta-wrapper #address-768 {
  display: none;
}
#main-content #main-content-inner #form-wrapper {
  background-color: #000000;
  color: #ffffff;
}
#main-content #main-content-inner #form-wrapper #form-button-wrapper {
  width: 280px;
  margin: 0 auto;
  padding: 6px 0;
  font-family: 'VAGRoundedStdBold', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}
#main-content #main-content-inner #form-wrapper #form-button-wrapper i {
  color: #ca005d;
}
#main-content #main-content-inner #form-wrapper #form-button-wrapper #form-button-base {
  display: inline;
}
#main-content #main-content-inner #form-wrapper #form-button-wrapper #form-button-base a:link,
#main-content #main-content-inner #form-wrapper #form-button-wrapper #form-button-base a:visited {
  color: #ffffff;
  text-decoration: none;
}
#main-content #main-content-inner #form-wrapper #form-button-wrapper #form-button-768 {
  display: none;
}
#main-content #main-content-inner #form-wrapper #form-msg {
  display: none;
  padding: 0 0 20px 0;
}
#main-content #main-content-inner #form-wrapper #form-msg h2 {
  text-align: center;
}
#main-content #main-content-inner #form-wrapper #form-msg div {
  padding: 0 30px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
}
#main-content #main-content-inner #form-wrapper #form-msg div span {
  color: #ca005d;
}
#main-content #main-content-inner #form-wrapper #form-inner {
  width: 280px;
  margin: 0 auto;
}
#main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form {
  padding: 0 0 15px 0;
}
#main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
#main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset label,
#main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset input {
  display: block;
}
#main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset label {
  font-family: 'VAGRoundedStdBold', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  color: #ca005d;
}
#main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset input,
#main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset textarea {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 6px 1%;
  font-family: 'VAGRoundedStdLight', Helvetica, Arial, sans-serif;
  line-height: 22px;
  border: 0;
}
#main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset textarea {
  max-width: 280px;
  min-width: 280px;
  height: 110px;
}
#main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset #ttc_submit {
  width: 75%;
  padding: 6px 12px;
  border: 0;
  background-color: #ca005d;
  font-family: 'VAGRoundedStdBold', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  color: #ffffff;
  text-align: left;
}
#main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset #ttc_submit i {
  float: right;
  line-height: 22px;
}
#main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset label.error {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  color: #ffffff;
  padding: 0 0 10px 0;
}
#main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset input.error,
#main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset textarea.error {
  margin: 0;
  background-color: #FCC;
}
#main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset #form-close {
  float: right;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
}
#main-content #main-content-inner #buy-online-banner {
  background: none repeat scroll 0 0 #CA005D;
  border-top: 4px solid #FFFFFF;
  color: #FFFFFF;
  font-family: 'VAGRoundedStdBold', Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  height: 46px;
  text-align: center;
  width: 100%;
}
#main-content #main-content-inner #buy-online-banner p {
  line-height: 170%;
  margin: 0;
  padding: 0;
}
#main-content #main-content-inner #buy-online-banner p a {
  color: #FFFFFF;
  text-decoration: none;
}
#main-content #main-content-inner #buy-online-banner p span {
  color: #000000;
}
#main-content #main-content-inner #main-info .main-col {
  width: 100%;
  padding: 30px 0;
  background-color: #ffffff;
}
#main-content #main-content-inner #main-info .main-col .col-inner {
  width: 260px;
  margin: 0 auto;
}
#main-content #main-content-inner #main-info .main-col .col-inner p {
  line-height: 180%;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
#main-content #main-content-inner #main-info .main-col .col-inner p strong {
  font-family: 'VAGRoundedStdBold', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#main-content #main-content-inner #main-info .main-col .col-inner ul {
  padding: 0 0 0 20px;
}
#main-content #main-content-inner #main-info .main-col .col-inner ul li {
  list-style-image: url(../images/backgrounds/list-tick.png);
  list-style-position: outside;
  padding: 5px 0;
  font-family: 'VAGRoundedStdBold', Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  color: #ca005d;
}
#main-content #main-content-inner #main-info .main-col#col-two {
  background-color: #f2f2f2;
}
#main-content #main-content-inner #main-info .main-col#col-three {
  background-color: #e6e6e6;
}
#main-content #main-content-inner #main-info .main-col#col-three .col-inner .video-container {
  position: relative;
  margin: 0 0 20px 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#main-content #main-content-inner #main-info .main-col#col-three .col-inner .video-container iframe,
#main-content #main-content-inner #main-info .main-col#col-three .col-inner .video-container object,
#main-content #main-content-inner #main-info .main-col#col-three .col-inner .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-content #main-content-inner #main-info #brands-caro {
  width: 100%;
  margin: 0 auto;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
#main-content #main-content-inner #main-info #brands-caro ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-content #main-content-inner #main-info #brands-caro ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'VAGRoundedStdLight', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
  text-align: center;
}
#main-content #main-content-inner #main-info #brands-caro ul li div p {
  margin: 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
#main-content #main-content-inner #main-info #brands-caro ul li div img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#main-content #main-content-inner #main-info #brands-caro ol.flex-control-nav {
  display: none;
}
#main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav {
  list-style: none;
}
#main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li {
  list-style: none;
}
#main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:link,
#main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:visited,
#main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:hover,
#main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:active {
  width: 30px;
  height: 50px;
  margin: -25px 0 0 0;
  background: none;
  opacity: 1;
  text-indent: 0;
  position: absolute;
  top: 50%;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
}
#main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:link i,
#main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:visited i,
#main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:hover i,
#main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:active i {
  width: 30px;
  color: #ca005d;
}
#main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:link.flex-next,
#main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:visited.flex-next,
#main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:hover.flex-next,
#main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:active.flex-next {
  right: -30px;
}
#main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:link.flex-prev,
#main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:visited.flex-prev,
#main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:hover.flex-prev,
#main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:active.flex-prev {
  left: -30px;
}
/*********************
13. FOOTER STYLES
*********************/
#main-footer {
  background-color: #000000;
}
#main-footer #main-footer-inner {
  width: 280px;
  margin: 0 auto;
}
#main-footer #main-footer-inner #social {
  display: block;
}
#main-footer #main-footer-inner #social a {
  padding: 0 10px 0 0;
  display: block;
  float: left;
  text-decoration: none;
}
#main-footer #main-footer-inner #social a img {
  display: block;
}
#main-footer #main-footer-inner #social #which-footer {
  float: right;
}
#main-footer #main-footer-inner #copyright {
  clear: both;
}
#main-footer #main-footer-inner #copyright p {
  margin: 0;
  padding: 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 130%;
}
#main-footer #main-footer-inner #copyright p span {
  color: #ca005d;
}
#main-footer #main-footer-inner #copyright p a:link,
#main-footer #main-footer-inner #copyright p a:visited {
  color: #ffffff;
  text-decoration: none;
}
#main-footer #main-footer-inner #copyright p a:hover,
#main-footer #main-footer-inner #copyright p a:active {
  color: #ca005d;
}
#main-footer #main-footer-inner #which-footer-dt {
  display: none;
}
/*
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.less styles.
  
  ******************************************************************/
  /*********************
  HEADER SYTLES
  *********************/
  #screen-info .breakpoints .px481 {
    display: block;
  }
  #screen-info .breakpoints .px768 {
    display: none;
  }
  #screen-info .breakpoints .px960 {
    display: none;
  }
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  #main-content #main-content-inner #contact-cta ul li {
    width: 50%;
    float: left;
  }
  #main-content #main-content-inner #contact-cta ul li#cta-one {
    border-right: 1px solid #000000;
  }
  #main-content #main-content-inner #contact-cta ul li#cta-two {
    border-left: 1px solid #000000;
  }
  #main-content #main-content-inner #contact-cta ul li .cta-wrapper {
    width: 100%;
    font-size: 26px;
    font-size: 2.6rem;
  }
  #main-content #main-content-inner #form-wrapper #form-button-wrapper {
    width: 100%;
    margin: 0;
    padding: 6px 0;
    font-size: 26px;
    font-size: 2.6rem;
  }
  #main-content #main-content-inner #form-wrapper #form-button-wrapper i {
    color: #ca005d;
  }
  #main-content #main-content-inner #form-wrapper #form-button-wrapper #form-button-base {
    display: none;
  }
  #main-content #main-content-inner #form-wrapper #form-button-wrapper #form-button-768 {
    display: inline;
  }
  #main-content #main-content-inner #form-wrapper #form-button-wrapper #form-button-768 a:link,
  #main-content #main-content-inner #form-wrapper #form-button-wrapper #form-button-768 a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  #main-content #main-content-inner #form-wrapper #form-inner {
    width: auto;
  }
  #main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form {
    padding: 0 0 15px 0;
  }
  #main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form p {
    padding: 0 30px;
    text-align: center;
  }
  #main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset {
    clear: both;
    padding: 0 30px;
    position: relative;
  }
  #main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 162px;
    max-height: 162px;
    min-height: 162px;
  }
  #main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset #ttc_submit {
    width: 150px;
    float: right;
  }
  #main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset #ttc_submit i {
    margin: 0 0 0 20px;
  }
  #main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset #form-close {
    position: absolute;
    top: 0;
    left: 50%;
    float: none;
    margin: 0 0 0 -11px;
  }
  #main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form .form-col-wrapper fieldset.form-col {
    width: 50%;
    padding: 0 30px;
    float: left;
    clear: none;
  }
  #main-content #main-content-inner #main-info .main-col {
    width: 50%;
    padding: 30px 0;
    background-color: #ffffff;
    float: left;
  }
  #main-content #main-content-inner #main-info .main-col .col-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
  #main-content #main-content-inner #main-info .main-col .col-inner p {
    line-height: 180%;
  }
  #main-content #main-content-inner #main-info .main-col .col-inner ul {
    padding: 0 0 0 20px;
  }
  #main-content #main-content-inner #main-info .main-col .col-inner ul li {
    list-style-image: url(../images/backgrounds/list-tick.png);
    list-style-position: outside;
    padding: 5px 0;
    font-family: 'VAGRoundedStdBold', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    color: #ca005d;
  }
  #main-content #main-content-inner #main-info .main-col#col-one {
    width: 100%;
    float: none;
  }
  #main-content #main-content-inner #main-info .main-col#col-one .col-inner {
    padding: 0;
  }
  #main-content #main-content-inner #main-info .main-col#col-one .col-inner #brands-intro {
    width: 50%;
    padding: 0 30px;
    float: left;
  }
  #main-content #main-content-inner #main-info .main-col#col-two {
    background-color: #f2f2f2;
  }
  #main-content #main-content-inner #main-info .main-col#col-three {
    background-color: #e6e6e6;
  }
  #main-content #main-content-inner #main-info #brands-caro {
    width: 100%;
    padding: 0;
    margin: 0;
    /*float: right;*/
  
  }
  #main-content #main-content-inner #main-info #brands-caro ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'VAGRoundedStdLight', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000000;
  }
  #main-content #main-content-inner #main-info #brands-caro ul li div p {
    margin: 0;
    text-align: center;
  }
  #main-content #main-content-inner #main-info #brand-facts {
    width: 50%;
    padding: 0 30px;
    float: left;
  }
  /*********************
  FOOTER STYLES
  *********************/
  #main-footer {
    background-color: #000000;
  }
  #main-footer #main-footer-inner {
    width: auto;
    margin: 0;
    padding: 0 30px;
  }
}
/*
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: 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: 960px;
  }
  /*********************
  HEADER SYTLES
  *********************/
  #screen-info .breakpoints .px481 {
    display: none;
  }
  #screen-info .breakpoints .px768 {
    display: block;
  }
  #screen-info .breakpoints .px960 {
    display: none;
  }
  #main-header {
    height: 200px;
  }
  #main-header #main-header-inner {
    width: 660px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    text-align: left;
  }
  #main-header #main-header-inner #ttc-logo {
    max-width: 100%;
    height: auto;
    display: block;
    float: right;
  }
  #main-header #main-header-inner #spon-logo {
    display: block;
    float: left;
  }
  #main-header #main-header-inner span {
    padding: 22px 0 0 0;
    display: block;
    font-family: 'VAGRoundedStdBold', Helvetica, Arial, sans-serif;
    font-size: 35px;
    font-size: 3.5rem;
    color: white;
    clear: left;
  }
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  #main-content #main-content-inner #contact-cta ul li {
    width: 50%;
    padding: 10px 0;
    float: left;
  }
  #main-content #main-content-inner #contact-cta ul li#cta-one {
    border-right: 1px solid #000000;
  }
  #main-content #main-content-inner #contact-cta ul li#cta-two {
    border-left: 1px solid #000000;
  }
  #main-content #main-content-inner #contact-cta ul li .cta-wrapper {
    width: 100%;
    font-size: 34px;
    font-size: 3.4rem;
  }
  #main-content #main-content-inner #contact-cta ul li .cta-wrapper #address-base {
    display: none;
  }
  #main-content #main-content-inner #contact-cta ul li .cta-wrapper #address-768 {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 100%;
    text-align: left;
  }
  #main-content #main-content-inner #form-wrapper #form-button-wrapper {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font-size: 34px;
    font-size: 3.4rem;
  }
  #main-content #main-content-inner #form-wrapper #form-button-wrapper i {
    color: #ca005d;
  }
  #main-content #main-content-inner #form-wrapper #form-button-wrapper #form-button-base {
    display: none;
  }
  #main-content #main-content-inner #form-wrapper #form-button-wrapper #form-button-768 {
    display: inline;
  }
  #main-content #main-content-inner #form-wrapper #form-button-wrapper #form-button-768 a:link,
  #main-content #main-content-inner #form-wrapper #form-button-wrapper #form-button-768 a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  #main-content #main-content-inner #form-wrapper #form-inner {
    width: auto;
  }
  #main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form {
    padding: 0 0 15px 0;
  }
  #main-content #main-content-inner #form-wrapper #form-inner #ttc-contact-form p {
    padding: 0 30px;
    text-align: center;
  }
  #main-content #main-content-inner #main-info .main-col {
    width: 33.3333%;
    padding: 30px 0;
    background-color: #ffffff;
    float: left;
  }
  #main-content #main-content-inner #main-info .main-col .col-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
  #main-content #main-content-inner #main-info .main-col .col-inner p {
    line-height: 180%;
  }
  #main-content #main-content-inner #main-info .main-col .col-inner ul {
    padding: 0 0 0 20px;
  }
  #main-content #main-content-inner #main-info .main-col .col-inner ul li {
    list-style-image: url(../images/backgrounds/list-tick.png);
    list-style-position: outside;
    padding: 5px 0;
    font-family: 'VAGRoundedStdBold', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    color: #ca005d;
  }
  #main-content #main-content-inner #main-info .main-col#col-one {
    width: 33.3333%;
    float: left;
  }
  #main-content #main-content-inner #main-info .main-col#col-one .col-inner {
    padding: 0 30px;
  }
  #main-content #main-content-inner #main-info .main-col#col-one .col-inner #brands-intro {
    width: auto;
    padding: 0;
    float: none;
  }
  #main-content #main-content-inner #main-info .main-col#col-two {
    background-color: #f2f2f2;
  }
  #main-content #main-content-inner #main-info .main-col#col-three {
    background-color: #e6e6e6;
  }
  #main-content #main-content-inner #main-info #brands-caro {
    width: 100%;
    padding: 0;
    margin: 0;
    float: right;
  }
  #main-content #main-content-inner #main-info #brands-caro ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'VAGRoundedStdLight', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000000;
  }
  #main-content #main-content-inner #main-info #brands-caro ul li div p {
    margin: 0;
    text-align: center;
  }
  #main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:link.flex-next,
  #main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:visited.flex-next,
  #main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:hover.flex-next,
  #main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:active.flex-next {
    right: -30px;
  }
  #main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:link.flex-prev,
  #main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:visited.flex-prev,
  #main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:hover.flex-prev,
  #main-content #main-content-inner #main-info #brands-caro ul.flex-direction-nav li a:active.flex-prev {
    left: -30px;
  }
  #main-content #main-content-inner #main-info #brand-facts {
    width: 100%;
    padding: 0;
    float: none;
  }
  /*********************
  FOOTER STYLES
  *********************/
  #main-footer #main-footer-inner #social {
    padding: 10px 0 0 0;
  }
  #main-footer #main-footer-inner #social a img {
    display: block;
  }
  #main-footer #main-footer-inner #copyright {
    float: left;
    max-width: 500px;
  }
  #main-footer #main-footer-inner #copyright p {
    margin: 0;
    padding: 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 130%;
  }
  #main-footer #main-footer-inner #copyright p span {
    color: #ca005d;
  }
  #main-footer #main-footer-inner #copyright p a:link,
  #main-footer #main-footer-inner #copyright p a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  #main-footer #main-footer-inner #copyright p a:hover,
  #main-footer #main-footer-inner #copyright p a:active {
    color: #ca005d;
  }
}
/*
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: 960px) {
  /******************************************************************
  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. 
  
  ******************************************************************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /*********************
  HEADER SYTLES
  *********************/
  #screen-info .breakpoints .px481 {
    display: none;
  }
  #screen-info .breakpoints .px768 {
    display: none;
  }
  #screen-info .breakpoints .px960 {
    display: block;
  }
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  #main-wrapper {
    background-color: #333;
  }
  #main-wrapper #main-wrapper-inner {
    width: 960px;
    margin: 0 auto;
  }
  #main-wrapper #main-wrapper-inner #main-info .main-col {
    width: 320px;
  }
  /*********************
  FOOTER STYLES
  *********************/
  #main-footer #main-footer-inner #social {
    float: left;
  }
  #main-footer #main-footer-inner #social #which-footer {
    display: none;
  }
  #main-footer #main-footer-inner #copyright {
    clear: none;
  }
  #main-footer #main-footer-inner #which-footer-dt {
    display: block;
    float: right;
    padding-top: 10px;
  }
}
