/*******************************************************
 *
 * Custom theme code styles
 * Written by Themelize.me (http://themelize.me)
 * 
 *******************************************************/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
/*  Font Awesome 3.0
    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/fontawesome-webfont.eot');
  src: url('fonts/fontawesome/fontawesome-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/fontawesome/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
/* includes sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
}
[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 */

  line-height: .6em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
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: .35em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .35em;
}
.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: .35em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  height: .75em;
}
.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: .45em;
}
.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: .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);
  }
}
/*  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";
}
@font-face {
  font-family: 'IcoMoon';
  src: url('fonts/icomoon/IcoMoon.eot');
  src: url('fonts/icomoon/IcoMoond41d.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon/IcoMoon.svg#IcoMoon') format('svg'), url('fonts/icomoon/IcoMoon.woff') format('woff'), url('fonts/icomoon/IcoMoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="icomoon-"]:before,
[class*=" icomoon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
/* taken from font awesome */
/* makes sure icons active on rollover in links */
a [class^="icomoon-"],
a [class*=" icomoon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icomoon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.btn [class^="icomoon-"],
.nav [class^="icomoon-"],
.btn [class*=" icomoon-"],
.nav [class*=" icomoon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */

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

  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icomoon-"],
ul.icons li [class*=" icomoon-"] {
  width: .75em;
}
.icomoon-muted {
  color: #eeeeee;
}
.icomoon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icomoon-2x {
  font-size: 2em;
}
.icomoon-2x.icomoon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icomoon-3x {
  font-size: 3em;
}
.icomoon-3x.icomoon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icomoon-4x {
  font-size: 4em;
}
.icomoon-4x.icomoon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icomoon-"].pull-left,
[class*=" icomoon-"].pull-left {
  margin-right: .35em;
}
[class^="icomoon-"].pull-right,
[class*=" icomoon-"].pull-right {
  margin-left: .35em;
}
.btn [class^="icomoon-"].pull-left.icomoon-2x,
.btn [class*=" icomoon-"].pull-left.icomoon-2x,
.btn [class^="icomoon-"].pull-right.icomoon-2x,
.btn [class*=" icomoon-"].pull-right.icomoon-2x {
  margin-top: .35em;
}
.btn [class^="icomoon-"].icomoon-spin.icomoon-large,
.btn [class*=" icomoon-"].icomoon-spin.icomoon-large {
  height: .75em;
}
.btn.btn-small [class^="icomoon-"].pull-left.icomoon-2x,
.btn.btn-small [class*=" icomoon-"].pull-left.icomoon-2x,
.btn.btn-small [class^="icomoon-"].pull-right.icomoon-2x,
.btn.btn-small [class*=" icomoon-"].pull-right.icomoon-2x {
  margin-top: .45em;
}
.btn.btn-large [class^="icomoon-"].pull-left.icomoon-2x,
.btn.btn-large [class*=" icomoon-"].pull-left.icomoon-2x,
.btn.btn-large [class^="icomoon-"].pull-right.icomoon-2x,
.btn.btn-large [class*=" icomoon-"].pull-right.icomoon-2x {
  margin-top: .2em;
}
.icomoon-home:before {
  content: "\e000";
}
.icomoon-newspaper:before {
  content: "\e001";
}
.icomoon-pencil:before {
  content: "\e002";
}
.icomoon-droplet:before {
  content: "\e003";
}
.icomoon-picture:before {
  content: "\e004";
}
.icomoon-play:before {
  content: "\e005";
}
.icomoon-film:before {
  content: "\e006";
}
.icomoon-camera:before {
  content: "\e007";
}
.icomoon-microphone:before {
  content: "\e008";
}
.icomoon-folder:before {
  content: "\e009";
}
.icomoon-folder-2:before {
  content: "\e00a";
}
.icomoon-cart:before {
  content: "\e00b";
}
.icomoon-basket:before {
  content: "\e00c";
}
.icomoon-calculate:before {
  content: "\e00d";
}
.icomoon-support:before {
  content: "\e00e";
}
.icomoon-mail:before {
  content: "\e00f";
}
.icomoon-location:before {
  content: "\e010";
}
.icomoon-bell:before {
  content: "\e011";
}
.icomoon-bell-2:before {
  content: "\e012";
}
.icomoon-bell-3:before {
  content: "\e013";
}
.icomoon-calendar:before {
  content: "\e014";
}
.icomoon-mouse:before {
  content: "\e015";
}
.icomoon-screen:before {
  content: "\e016";
}
.icomoon-laptop:before {
  content: "\e017";
}
.icomoon-drawer:before {
  content: "\e018";
}
.icomoon-drawer-2:before {
  content: "\e019";
}
.icomoon-box-add:before {
  content: "\e01a";
}
.icomoon-box-remove:before {
  content: "\e01b";
}
.icomoon-database:before {
  content: "\e01c";
}
.icomoon-comments:before {
  content: "\e01d";
}
.icomoon-comments-2:before {
  content: "\e01e";
}
.icomoon-user:before {
  content: "\e01f";
}
.icomoon-busy:before {
  content: "\e020";
}
.icomoon-search:before {
  content: "\e021";
}
.icomoon-zoom-in:before {
  content: "\e022";
}
.icomoon-zoom-out:before {
  content: "\e023";
}
.icomoon-key:before {
  content: "\e024";
}
.icomoon-wrench:before {
  content: "\e025";
}
.icomoon-equalizer:before {
  content: "\e026";
}
.icomoon-cog:before {
  content: "\e027";
}
.icomoon-pie:before {
  content: "\e028";
}
.icomoon-bars:before {
  content: "\e029";
}
.icomoon-stats-up:before {
  content: "\e02a";
}
.icomoon-trophy:before {
  content: "\e02b";
}
.icomoon-rocket:before {
  content: "\e02c";
}
.icomoon-dashboard:before {
  content: "\e02d";
}
.icomoon-fire:before {
  content: "\e02e";
}
.icomoon-lab:before {
  content: "\e02f";
}
.icomoon-remove:before {
  content: "\e030";
}
.icomoon-briefcase:before {
  content: "\e031";
}
.icomoon-briefcase-2:before {
  content: "\e032";
}
.icomoon-cars:before {
  content: "\e033";
}
.icomoon-cube:before {
  content: "\e034";
}
.icomoon-glasses:before {
  content: "\e035";
}
.icomoon-accessibility:before {
  content: "\e036";
}
.icomoon-lightning:before {
  content: "\e037";
}
.icomoon-playlist:before {
  content: "\e038";
}
.icomoon-cloud:before {
  content: "\e039";
}
.icomoon-cloud-2:before {
  content: "\e03a";
}
.icomoon-download:before {
  content: "\e03b";
}
.icomoon-upload:before {
  content: "\e03c";
}
.icomoon-upload-2:before {
  content: "\e03d";
}
.icomoon-link:before {
  content: "\e03e";
}
.icomoon-link-2:before {
  content: "\e03f";
}
.icomoon-flag:before {
  content: "\e040";
}
.icomoon-flag-2:before {
  content: "\e041";
}
.icomoon-eye:before {
  content: "\e042";
}
.icomoon-bookmark:before {
  content: "\e043";
}
.icomoon-heart:before {
  content: "\e044";
}
.icomoon-heart-2:before {
  content: "\e045";
}
.icomoon-thumbs-up:before {
  content: "\e046";
}
.icomoon-thumbs-down:before {
  content: "\e047";
}
.icomoon-happy:before {
  content: "\e048";
}
.icomoon-smiley:before {
  content: "\e049";
}
.icomoon-neutral:before {
  content: "\e04a";
}
.icomoon-checkmark:before {
  content: "\e04b";
}
.icomoon-minus:before {
  content: "\e04c";
}
.icomoon-plus:before {
  content: "\e04d";
}
.icomoon-enter:before {
  content: "\e04e";
}
.icomoon-exit:before {
  content: "\e04f";
}
.icomoon-loop:before {
  content: "\e050";
}
.icomoon-arrow-up-left:before {
  content: "\e051";
}
.icomoon-arrow-up:before {
  content: "\e052";
}
.icomoon-arrow-up-right:before {
  content: "\e053";
}
.icomoon-arrow-right:before {
  content: "\e054";
}
.icomoon-arrow-down-right:before {
  content: "\e055";
}
.icomoon-arrow-down:before {
  content: "\e056";
}
.icomoon-arrow-down-left:before {
  content: "\e057";
}
.icomoon-arrow-left:before {
  content: "\e058";
}
.icomoon-out:before {
  content: "\e059";
}
.icomoon-share:before {
  content: "\e05a";
}
.icomoon-mail-2:before {
  content: "\e05b";
}
.icomoon-mail-3:before {
  content: "\e05c";
}
.icomoon-google-plus:before {
  content: "\e05d";
}
.icomoon-google-plus-2:before {
  content: "\e05e";
}
.icomoon-gplus:before {
  content: "\e05f";
}
.icomoon-facebook:before {
  content: "\e060";
}
.icomoon-facebook-2:before {
  content: "\e061";
}
.icomoon-facebook-3:before {
  content: "\e062";
}
.icomoon-twitter:before {
  content: "\e063";
}
.icomoon-twitter-2:before {
  content: "\e064";
}
.icomoon-twitter-3:before {
  content: "\e065";
}
.icomoon-feed:before {
  content: "\e066";
}
.icomoon-feed-2:before {
  content: "\e067";
}
.icomoon-feed-3:before {
  content: "\e068";
}
.icomoon-dribbble:before {
  content: "\e069";
}
.icomoon-dribbble-2:before {
  content: "\e06a";
}
.icomoon-dribbble-3:before {
  content: "\e06b";
}
#header {
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #131c23;
  padding: 60px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#header .header {
  padding-top: 2em;
}
#content {
  padding: 80px 0 60px 0;
  background: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #dbdbdb;
}
#footer {
  min-height: 100px;
  padding: 40px 0;
  color: #ababab;
  text-align: center;
  background: #efefef;
  border-top: 1px solid #ffffff;
}
#footer .subfooter {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1em;
  padding-top: 1em;
  font-size: 80%;
}
#footer .subfooter p {
  margin: 0;
  color: #ababab;
}
body,
html {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4 {
  font-weight: 100;
}
h1 {
  font-size: 41.300000000000004px;
}
h2 {
  font-size: 37.1px;
}
h3 {
  font-size: 27.3px;
}
p {
  color: #6b7175;
}
#header .page-title {
  font-size: 600%;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#header .page-slogan {
  padding: 0;
  margin: 0 0 5px 0;
}
#header p {
  margin-top: 1em;
}
.count-down {
  margin-top: 2em;
  *zoom: 1;
}
.count-down:before,
.count-down:after {
  display: table;
  content: "";
  line-height: 0;
}
.count-down:after {
  clear: both;
}
.count-down .count,
.count-down .count-wrap,
.count-down .count-spacer {
  display: inline-block;
  text-align: center;
}
.count-down .count-wrap {
  width: 80px;
  height: 80px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px #111111;
  -moz-box-shadow: 0 0 10px #111111;
  box-shadow: 0 0 10px #111111;
  border: 1px solid #333;
}
.count-down .count-spacer {
  padding: 0 10px;
  font-size: 180%;
  height: 80px;
  line-height: 1;
}
.count-down .digits {
  display: block;
  font-size: 260%;
  margin: 10px 0;
}
.signup-form {
  margin-bottom: 4em;
}
.signup-form form {
  -webkit-box-shadow: 0 1px 20px #cccccc;
  -moz-box-shadow: 0 1px 20px #cccccc;
  box-shadow: 0 1px 20px #cccccc;
  margin-bottom: 0;
}
.signup-form .muted {
  font-size: 90%;
  margin: -5px 0 0 0;
}
.features i {
  font-size: 42px;
  float: left;
  margin: 10px 10px 0 0;
}
.features .title {
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.features .sub-title {
  margin: 0 0 10px 0;
}
.block {
  padding: 3em 0;
}
.block.thin {
  padding: 0.5em 0;
}
.block.medium {
  padding: 1.5em 0;
}
.block.gray,
.block .gray {
  background-color: #eee;
}
.block.gray-light,
.block .gray-light {
  background-color: #f9f9f9;
}
.block.primary,
.block .primary {
  background-color: #fcc71f;
}
.block.primary-dark,
.block .primary-dark {
  background-color: #e5af03;
}
.block.gradient,
.block .gradient {
  background-color: #fdfdfd;
  background-image: -moz-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: -o-linear-gradient(top, #ffffff, #f9f9f9);
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff9f9f9', GradientType=0);
}
.block.gradient-reverse,
.block .gradient-reverse {
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: -o-linear-gradient(top, #f9f9f9, #ffffff);
  background-image: linear-gradient(to bottom, #f9f9f9, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffffffff', GradientType=0);
}
#schemes {
  position: fixed;
  top: 10%;
  left: -221px;
  right: 0;
  width: 220px;
  background: #ffffff;
  border: 1px solid #000000;
  border-top: none;
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 500;
}
#schemes.show-hide-open {
  left: 0;
}
#schemes h4 {
  line-height: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  background: #000;
  color: #ffffff;
  font-size: 20px;
}
#schemes a.show-hide {
  right: -30px;
  line-height: 34px;
  height: 34px;
  width: 34px;
  position: absolute;
  background: #000;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
}
#schemes a.show-hide:hover {
  text-decoration: none;
}
#schemes .backgrounds a,
#schemes .colours a {
  display: block;
  text-indent: -10000px;
  height: 80px;
  margin: 10px;
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
#schemes .backgrounds a.active,
#schemes .colours a.active {
  border-color: #343331;
}
#schemes .backgrounds a {
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #0f161b;
}
#schemes .backgrounds a.face {
  background-image: url('../img/backgrounds/lights-blue.jpg');
  background-size: auto 80px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #schemes .backgrounds a.face {
    background-image: url('../img/backgrounds/lights-blue%402x.jpg');
    background-size: auto 80px;
  }
}
#schemes .backgrounds a.lights {
  background-image: url('../img/backgrounds/lights-blue.jpg');
  background-size: auto 80px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #schemes .backgrounds a.lights {
    background-image: url('../img/backgrounds/lights-blue%402x.jpg');
    background-size: auto 80px;
  }
}
#schemes .backgrounds a.tracks {
  background-image: url('../img/backgrounds/tracks-blue.jpg');
  background-size: auto 80px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #schemes .backgrounds a.tracks {
    background-image: url('../img/backgrounds/tracks-blue%402x.jpg');
    background-size: auto 80px;
  }
}
#schemes .backgrounds a.no-bg {
  background-image: none;
}
#schemes .colours {
  margin-top: 2em;
  *zoom: 1;
}
#schemes .colours:before,
#schemes .colours:after {
  display: table;
  content: "";
  line-height: 0;
}
#schemes .colours:after {
  clear: both;
}
#schemes .colours a {
  float: left;
  width: 90px;
  height: 30px;
  margin-top: 0;
}
#schemes .colours a.blue {
  background: #2f9fe6;
}
#schemes .colours a.wine {
  background: #70364e;
}
#schemes .reset {
  margin: 2em 0 1em 0;
  font-weight: bold;
  display: block;
}
body .social-media {
  padding: 16px 15px 0 0;
}
body .social-media a {
  text-decoration: none;
  color: #ababab;
  display: inline-block;
  line-height: 1;
  text-align: center;
  margin: 0 0.5em;
}
body .social-media a i {
  font-size: 48px;
  padding: 0;
  margin: 0;
  line-height: 48px;
  width: 48px;
  height: 48px;
  text-align: center;
}
body .social-media a:hover {
  text-decoration: none;
  color: #919191;
}
body .social-media a:hover i {
  border-color: #ffffff;
}
body .social-media a.last {
  padding-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .count-down .count-wrap {
    width: 60px;
    height: 70px;
  }
  .count-down .count-spacer {
    display: none;
  }
  .count-down .digits {
    font-size: 200%;
  }
  .signup-form {
    width: 80% !important;
  }
  .features i {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #header {
    text-align: center;
  }
  #header .product-display {
    margin-top: 140px;
  }
  #header .page-title-slogan {
    position: absolute;
    top: 30px;
    right: 20px;
    left: 20px;
  }
  #header .page-title-slogan .page-title {
    font-size: 460%;
  }
  #header .page-title-slogan .page-slogan {
    font-size: 120%;
  }
  .count-down .count-wrap {
    width: auto;
    padding: 0 0.5em;
  }
  .count-down .count-spacer {
    display: none;
  }
  .count-down .digits {
    font-size: 200%;
  }
  .signup-form form {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .signup-form .muted {
    margin: 0;
  }
  .features [class*="span"] {
    margin-bottom: 1.8em;
  }
  .features i {
    font-size: 32px;
  }
  .social-media a {
    margin: 0 0.2em;
  }
  .social-media a i {
    font-size: 38px;
    line-height: 38px;
    width: 38px;
    height: 38px;
  }
  #schemes {
    position: absolute;
  }
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #696762;
}
.fancy {
  font-family: serif;
  font-style: italic;
}
.i-float {
  *zoom: 1;
}
.i-float:before,
.i-float:after {
  display: table;
  content: "";
  line-height: 0;
}
.i-float:after {
  clear: both;
}
.i-float i,
.i-float span {
  float: left;
  text-align: left;
  width: 14%;
  display: block;
}
.i-float span {
  width: 84%;
}
h1.enlarge {
  font-size: 52.5px;
}
h2.enlarge {
  font-size: 45.5px;
}
h3.enlarge {
  font-size: 38.5px;
}
h4.enlarge {
  font-size: 31.5px;
}
h5.enlarge {
  font-size: 14px;
}
h6.enlarge {
  font-size: 25.900000000000002px;
}
address strong {
  margin-top: 5px;
  display: block;
}
address i {
  margin-right: 6px;
}
.img-wrap {
  float: left;
  margin: 0 1em 1em 0;
}
.img-wrap figcaption {
  font-size: 0.9em;
  font-weight: normal;
}
.uc {
  text-transform: uppercase;
}
.de-em {
  color: rgba(51, 51, 51, 0.8);
}
a .de-em {
  color: inherit;
}
.hero .de-em {
  color: rgba(252, 199, 31, 0.8);
}
.em {
  color: #fcc71f;
}
blockquote {
  border: none;
  padding: 0;
  margin: 1em 0 0 0;
  position: relative;
  *zoom: 1;
  background: url(../img/bg_blockquote.html) left top no-repeat;
}
blockquote:before,
blockquote:after {
  display: table;
  content: "";
  line-height: 0;
}
blockquote:after {
  clear: both;
}
blockquote p {
  padding: 0 1em 1em 0;
  text-align: center;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 1.55;
}
blockquote small {
  display: block;
  padding: 10px;
}
blockquote small:before {
  content: ' ';
}
blockquote small strong,
blockquote small .spacer {
  color: #ffffff;
  font-size: 15px;
}
blockquote small a {
  color: #d0d3d4;
}
blockquote small a:hover {
  color: #d0d3d4;
}
blockquote.right {
  background: url(../img/bg_blockquote-flipped.html) right top no-repeat;
}
.row-fluid-90,
.row-fluid-80,
.row-fluid-70,
.row-fluid-60,
.row-fluid-50,
.row-fluid-40,
.row-fluid-30,
.row-fluid-20 {
  margin-right: auto;
  margin-left: auto;
}
.row-fluid-90 {
  width: 90%;
}
.row-fluid-80 {
  width: 80%;
}
.row-fluid-70 {
  width: 70%;
}
.row-fluid-60 {
  width: 60%;
}
.row-fluid-50 {
  width: 50%;
}
.row-fluid-40 {
  width: 40%;
}
.row-fluid-30 {
  width: 30%;
}
.row-fluid-20 {
  width: 20%;
}
.pull-right {
  text-align: right;
}
.pull-center {
  text-align: center;
}
.inline-el {
  display: inline-block;
}
.inline-el h1,
.inline-el h2,
.inline-el h3,
.inline-el h4,
.inline-el h5,
.inline-el p {
  margin: 0;
}
.well-small {
  padding: 9px;
}
.well-mini {
  padding: 5px;
}
.overlay-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.overlay-wrapper.overlay-wrapper-bordered {
  border-bottom: 5px solid transparent;
}
.overlay-wrapper.overlay-wrapper-bordered:hover {
  border-bottom: 5px solid #e5af03;
}
.overlay-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(52, 51, 49, 0.6);
  color: #ffffff;
  z-index: 100;
  display: block;
  top: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 220ms ease-out;
  -moz-transition: all 220ms ease-out;
  -o-transition: all 220ms ease-out;
  transition: all 220ms ease-out;
  text-align: center;
  padding: 5% 0;
}
.overlay-wrapper .overlay.on {
  top: 0;
}
.overlay-wrapper .underlay {
  z-index: 99;
}
.overlay-wrapper:hover .overlay {
  top: 0;
}
.more-link {
  font-weight: bold;
}
.more-link:after {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
  display: inline-block;
  content: "\e04d";
  padding-left: 5px;
  font-size: 10px;
}
.hidden {
  visibility: hidden;
  display: none;
}
.scrolltop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: fixed;
  bottom: 0;
  right: 10px;
  display: none;
  font-size: 0;
  background: #343331;
  z-index: 999999;
  text-align: center;
  color: #ffffff;
}
.scrolltop:hover {
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.scrolltop:before {
  content: "\f106";
  font-family: 'FontAwesome';
  font-size: 30px;
  font-style: normal;
}
.spacer-bottom {
  margin-bottom: 1em;
}
.spacer-bottom-large {
  margin-bottom: 3em;
}
.spacer-top {
  margin-top: 1em;
}
.spacer-top-large {
  margin-top: 3em;
}
.vert-padding {
  padding-top: 1em;
  padding-bottom: 1em;
}
.vert-padding-large {
  padding-top: 3em;
  padding-bottom: 3em;
}
.vert-padding-massive {
  padding-top: 6em;
  padding-bottom: 6em;
}
.horiz-padding {
  padding-left: 1em;
  padding-right: 1em;
}
.horiz-padding-large {
  padding-left: 5em;
  padding-right: 5em;
}
.horiz-padding-massive {
  padding-left: 10em;
  padding-right: 10em;
}
.bottom-padding-reset {
  padding-bottom: 0 !important;
}
.border-top-bottom {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
  margin: 1em 0;
}
.form-bloat input,
.form-bloat button {
  height: 80px;
  line-height: 80px;
  padding: 0 2%;
}
.form-bloat input {
  font-size: 18px;
  font-style: italic;
}
.form-bloat button {
  padding-bottom: 0;
  padding-top: 0;
  font-size: 24px;
}
.form-stretch .input-append,
.form-stretch .input-prepend {
  display: block;
}
.form-stretch .input-append input,
.form-stretch .input-prepend input {
  width: 75%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.form-stretch .input-append button,
.form-stretch .input-prepend button,
.form-stretch .input-append .btn,
.form-stretch .input-prepend .btn {
  width: 25%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  margin-left: 1px;
  margin-right: 0;
}
.btn {
  text-shadow: none;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.btn-shadow {
  -webkit-box-shadow: 0 1px 5px #969696;
  -moz-box-shadow: 0 1px 5px #969696;
  box-shadow: 0 1px 5px #969696;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f3bd14;
  background-image: -moz-linear-gradient(top, #fcc71f, #e5af03);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcc71f), to(#e5af03));
  background-image: -webkit-linear-gradient(top, #fcc71f, #e5af03);
  background-image: -o-linear-gradient(top, #fcc71f, #e5af03);
  background-image: linear-gradient(to bottom, #fcc71f, #e5af03);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcc71f', endColorstr='#ffe5af03', GradientType=0);
  border-color: #e5af03 #e5af03 #997502;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5af03;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #e5af03;
  *background-color: #cc9c03;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #b38802 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #318b20;
  background-image: -moz-linear-gradient(top, #1b7b00, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1b7b00), to(#51a351));
  background-image: -webkit-linear-gradient(top, #1b7b00, #51a351);
  background-image: -o-linear-gradient(top, #1b7b00, #51a351);
  background-image: linear-gradient(to bottom, #1b7b00, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1b7b00', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1f1f1d;
  background-image: -moz-linear-gradient(top, #343331, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#343331), to(#000000));
  background-image: -webkit-linear-gradient(top, #343331, #000000);
  background-image: -o-linear-gradient(top, #343331, #000000);
  background-image: linear-gradient(to bottom, #343331, #000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff343331', endColorstr='#ff000000', GradientType=0);
  border-color: #000000 #000000 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #000000;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #000000;
  *background-color: #000000;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #000000 \9;
}
.modal {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.modal.modal-inline {
  position: relative;
}
.modal.small {
  width: 400px;
  margin-left: -200px;
  padding: 1em;
}
.modal.medium {
  width: 600px;
  margin-left: -300px;
  padding: 1em;
}
.modal form {
  margin-bottom: 0;
}
.modal form input {
  margin-bottom: 5px;
}
.modal form input.login {
  margin-top: 5px;
  display: block;
  width: 100%;
}
.modal .modal-header h3 {
  font-weight: 300;
}
.modal .modal-body {
  padding: 30px;
  max-height: none;
  overflow: visible;
}
.modal .modal-footer {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.modal .modal-footer small {
  display: block;
}
.modal a {
  color: #fcc71f;
  text-transform: none;
}
.modal a.signup {
  text-transform: uppercase;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  -webkit-border-radius: 0 1px 1px 0;
  -moz-border-radius: 0 1px 1px 0;
  border-radius: 0 1px 1px 0;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 1px 0 0 1px;
  -moz-border-radius: 1px 0 0 1px;
  border-radius: 1px 0 0 1px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 1px 0 0 1px;
  -moz-border-radius: 1px 0 0 1px;
  border-radius: 1px 0 0 1px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 1px 1px 0;
  -moz-border-radius: 0 1px 1px 0;
  border-radius: 0 1px 1px 0;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 1px 1px 0;
  -moz-border-radius: 0 1px 1px 0;
  border-radius: 0 1px 1px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 1px 1px 0;
  -moz-border-radius: 0 1px 1px 0;
  border-radius: 0 1px 1px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  -webkit-border-radius: 1px 0 0 1px;
  -moz-border-radius: 1px 0 0 1px;
  border-radius: 1px 0 0 1px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  -webkit-border-radius: 0 1px 1px 0;
  -moz-border-radius: 0 1px 1px 0;
  border-radius: 0 1px 1px 0;
}
.product-display {
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  float: right;
}
.product-display img.product {
  width: auto;
}
.product-display .product-overlay {
  position: absolute;
  top: 0;
  right: 0;
}
.product-display.product-display-video .video-modal {
  display: block;
}
.product-display.product-display-video .video-modal .video-popup-icon {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  font-size: 40px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  margin: -30px 0 0 -30px;
  z-index: 401;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  background: #000000;
}
.product-display.product-display-video .video-modal .video-popup-icon:before {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: "\f04b";
  color: #ffffff;
}
.product-display.product-display-video .video-modal .media-image {
  z-index: 400;
}
.product-display.product-display-video .video-modal:hover .video-popup-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
body.iphone-portrait #header {
  padding: 2em 0 10px 0;
}
body.iphone-portrait #header .header {
  padding-top: 140px;
}
body.iphone-portrait .product-display {
  margin-bottom: -60px;
  max-width: 270px;
  float: right;
}
body.iphone-portrait .product-display .product-overlay {
  top: 84px;
  right: 0;
  left: 24px;
  max-width: none;
}
body.iphone-portrait .product-display-slideshow .flexslider {
  width: 225px;
}
body.ipad-mini #header {
  padding-top: 0;
}
body.ipad-mini #header .header {
  padding-top: 160px;
}
body.ipad-mini .product-display {
  margin-bottom: -80px;
  margin-top: 80px;
  max-width: 350px;
  float: right;
}
body.ipad-mini .product-overlay {
  position: absolute;
  top: 47px;
  right: 0;
  left: 21px;
}
body.ipad-mini .product-overlay.media-image {
  max-width: 310px;
}
body.ipad-mini .product-display-slideshow .flexslider {
  width: 310px;
}
body.ipad-portrait #header {
  padding-top: 0;
}
body.ipad-portrait #header .header {
  padding-top: 160px;
}
body.ipad-portrait .product-display {
  margin-bottom: -80px;
  margin-top: 80px;
  max-width: 400px;
}
body.ipad-portrait .product-overlay {
  position: absolute;
  top: 46px;
  right: 0;
  left: 40px;
}
body.ipad-portrait .product-overlay.media-image {
  max-width: 320px;
}
body.ipad-portrait .product-display-slideshow .flexslider {
  width: 320px;
}
@media (max-width: 767px) {
  body.iphone-portrait #header,
  body.ipad-mini #header,
  body.ipad-portrait #header {
    padding-top: 0;
  }
  body.iphone-portrait #header .header,
  body.ipad-mini #header .header,
  body.ipad-portrait #header .header {
    padding-top: 2em;
    padding-left: 0;
  }
  body.iphone-portrait .product-display,
  body.ipad-mini .product-display,
  body.ipad-portrait .product-display {
    margin-bottom: 0;
    float: none;
  }
}
@media (max-width: 480px) {
  body.ipad-mini .product-display,
  body.ipad-portrait .product-display {
    max-width: 280px;
  }
  body.ipad-mini .product-overlay,
  body.ipad-portrait .product-overlay {
    position: absolute;
    top: 41px;
    right: 0;
    left: 15px;
  }
  body.ipad-mini .product-overlay.media-image,
  body.ipad-portrait .product-overlay.media-image {
    max-width: 248px;
  }
  body.ipad-mini .product-display-slideshow .flexslider,
  body.ipad-portrait .product-display-slideshow .flexslider {
    width: 248px;
  }
  body.ipad-portrait .product-overlay {
    position: absolute;
    top: 32px;
    right: 0;
    left: 28px;
  }
  body.ipad-portrait .product-overlay.media-image {
    max-width: 224px;
  }
  body.ipad-portrait .product-display-slideshow .flexslider {
    width: 224px;
  }
}
.mfp-bg {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.flexslider {
  margin: 0;
  background: transparent;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.flexslider-wrapper {
  position: relative;
  overflow: hidden;
}
.flex-direction-nav a {
  text-indent: 0;
  font-size: 0;
  background: #343331;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 300%;
  -moz-border-radius: 300%;
  border-radius: 300%;
  bottom: auto;
  right: 0;
}
.flex-direction-nav a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 28px;
}
.flex-direction-nav a.flex-next {
  right: 0;
}
.flex-direction-nav a.flex-prev {
  -webkit-border-radius: 300%;
  -moz-border-radius: 300%;
  border-radius: 300%;
  left: 0;
  right: 41px;
}
.flex-direction-nav a.flex-prev:before {
  content: '\f104';
}
.flex-direction-nav a:hover {
  text-decoration: none;
}
.flex-control-nav {
  bottom: -22px;
  right: 0;
  width: auto;
}
.flex-control-nav li {
  margin: 0 3px;
}
.flex-control-nav li a {
  -webkit-border-radius: 300%;
  -moz-border-radius: 300%;
  border-radius: 300%;
  height: 10px;
  width: 10px;
  border: none;
  background: #464b4d;
}
.flex-control-nav li a:hover {
  background: #999;
}
.flex-control-nav li a.flex-active {
  background: #ccc;
}
.flexslider .items img {
  width: auto;
  display: inline;
}
@media (max-width: 767px) {
  .flexslider .flex-direction-nav {
    display: none;
  }
}
.page-index #header a.t-me {
  color: #ffffff;
}
.page-index #content {
  padding: 40px 0 60px 0;
}
.page-index .product-wrap {
  text-align: center;
}
.page-index .product-wrap i {
  height: 300px;
  width: 100%;
  display: block;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.page-index .product-wrap.ipad-portrait {
  min-width: 230px;
}
.page-index .product-wrap.ipad-portrait i {
  background-image: url('../img/products/ipad-portrait-graphic.png');
  background-size: 230px auto;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-index .product-wrap.ipad-portrait i {
    background-image: url('../img/products/ipad-portrait-graphic%402x.png');
    background-size: 230px auto;
  }
}
.page-index .product-wrap.ipad-mini {
  min-width: 180px;
}
.page-index .product-wrap.ipad-mini i {
  background-image: url('../img/products/ipad-mini-graphic.png');
  background-size: 180px auto;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-index .product-wrap.ipad-mini i {
    background-image: url('../img/products/ipad-mini-graphic%402x.png');
    background-size: 180px auto;
  }
}
.page-index .product-wrap.iphone-portrait {
  min-width: 95px;
}
.page-index .product-wrap.iphone-portrait i {
  background-image: url('../img/products/iphone-portrait-graphic.png');
  background-size: 95px auto;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-index .product-wrap.iphone-portrait i {
    background-image: url('../img/products/iphone-portrait-graphic%402x.png');
    background-size: 95px auto;
  }
}
.page-index .medias {
  margin: 0;
  padding: 0 3em;
}
.page-index .medias li {
  padding: 0;
  margin: 0 0 0.5em 0;
  list-style: none;
}
.page-index .medias li .btn {
  display: block;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
@media (min-width: 768px) and (max-width: 979px) {
  .page-index .product-wrap.ipad-portrait,
  .page-index .product-wrap.ipad-mini {
    min-width: auto;
  }
  .page-index .medias {
    padding: 0 1em;
  }
}
@media (max-width: 767px) {
  .page-index #content {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (max-width: 979px) {
  
}
@media (min-width: 980px) {
  
}
@media (min-width: 1200px) {
  
}
@media (max-width: 979px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  #header,
  #content,
  #footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  #content,
  #footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row-fluid-90,
  .row-fluid-80,
  .row-fluid-70,
  .row-fluid-60,
  .row-fluid-50,
  .row-fluid-40,
  .row-fluid-30,
  .row-fluid-20 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  
}
