.tagline {
    font-size: 125%;
    line-height: 150%;
}/*	Resets
	------	*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block; }

a img {
  border: 0; }
/*	Typography presets
	------------------	*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

body {
  font: 16px sans-serif;
  line-height: 150%; }

.gigantic {
  font-size: 110px;
  line-height: 120px;
  letter-spacing: -2px; }

.huge, h1 {
  font-size: 400%;
  line-height: 106%;
  margin-bottom: 0.5em;
  letter-spacing: -1px;
  text-transform: uppercase; }

.large, h2 {
  font-size: 150%;
  line-height: 114%;
  margin-bottom: 1em;
  text-transform: uppercase; }

.bigger, h3 {
  font-size: 125%;
  line-height: 138%;
  margin-bottom: 0.8em;
  text-transform: uppercase;
  vertical-align: baseline; }

h3:before {
  content: ' ';
  background: transparent no-repeat;
  display: inline-block;
  color: white;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  vertical-align: baseline;
  position: relative;
  top: 3px; }

.whitescheme h3:before {
  background-image: url(http://t.aircus.com/stripes.jeans/css/../img/wheel20.png); }

.coloredscheme h3:before {
  background-image: url(http://t.aircus.com/stripes.jeans/css/../img/wheel20white.png); }

.coloredscheme .dark-subtitle-style h3:before {
  background-image: url(http://t.aircus.com/stripes.jeans/css/../img/wheel20.png); }

.big, h4 {
  font-size: 137%;
  line-height: 136%;
  margin-bottom: 0.3em; }

.small, small {
  font-size: 81%;
  line-height: 138%; }

ul, ol, p {
  margin-bottom: 0.6em; }

p:last-child {
  margin-bottom: 0; }

ul, ol {
  list-style-position: outside; }

/* Selection colours (easy to forget) */
::selection {
  background: #ffff9e; }

::-moz-selection {
  background: #ffff9e; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #ffff9e; }

/*		Desktop Layout: 992px.
Gutters: 24px.
Outer margins: 4px.
Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10     11     12
px      60    144    228    312    396    480    564    648    732    816    900    984  */
/*		TV Layout: 1440px.
		Gutters: 24px.
		Outer margins: 60px.
		Inherits styles from: Desktop Layout.
------------------------------------------------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10     11     12     13     14     15     16
px      60    144    228    312    396    480    564    648    732    816    900    984    1068   1152   1236   1320  */
@media only screen and (min-width: 1440px) {
  body {
    font-size: 115%; } }
/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 18px.
		Inherits styles from: Desktop Layout.
----------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9
px      60    144    228    312    396    480    564    648    732  */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 95%; }

  .huge, h1 {
    font-size: 270%; } }
/*		Phone Layout: 320px.
		Gutters: 24px.
		Outer margins: 4px.
		Inherits styles from: Desktop Layout.
-----------------------------------
cols    1     2      3      4
px      60    144    228    312  */
@media only screen and (max-width: 767px) {
  body {
    font-size: 95%; }

  .huge, h1 {
    font-size: 270%; } }
/*		Wide Phone Layout: 480px.
		Gutters: 24px.
		Outer margins: 0px.
		Inherits styles from: Desktop Layout, Mobile Layout.
-------------------------------------------------
cols    1     2      3      4      5      6
px      60    144    228    312    396    480  */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body {
    font-size: 98%; }

  .huge, h1 {
    font-size: 300%; } }
.tel {
  word-spacing: -0.1em; }
/*
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: ""; }

.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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

form {
  margin: 0 0 18px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

legend small {
  font-size: 13.5px;
  color: #999999; }

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px; }

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

label {
  display: block;
  margin-bottom: 5px; }

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 {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555; }

input,
textarea {
  width: 210px; }

textarea {
  height: auto; }

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 {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer; }

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

.uneditable-textarea {
  width: auto;
  height: auto; }

select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px; }

select {
  width: 220px;
  border: 1px solid #bbb; }

select[multiple],
select[size] {
  height: auto; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px; }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

.input-medium {
  width: 150px; }

.input-large {
  width: 210px; }

.input-xlarge {
  width: 270px; }

.input-xxlarge {
  width: 530px; }

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0; }

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block; }

input,
textarea,
.uneditable-input {
  margin-left: 0; }

input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px; }

input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px; }

input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px; }

input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px; }

input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px; }

input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px; }

input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px; }

input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px; }

input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px; }

input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px; }

input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px; }

input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853; }

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853; }

.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e; }

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48; }

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48; }

.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392; }

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48; }

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847; }

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847; }

.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b; }

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847; }

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7; }

.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1; }

.form-actions:before,
.form-actions:after {
  display: table;
  content: ""; }

.form-actions:after {
  clear: both; }

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); }

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

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

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

.help-block,
.help-inline {
  color: #555555; }

.help-block {
  display: block;
  margin-bottom: 9px; }

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px; }

.input-prepend,
.input-append {
  margin-bottom: 5px; }

.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  z-index: 2; }

.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc; }

.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc; }

.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546; }

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px; }

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee; }

.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 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 .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px; }

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0; }

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none; }

.form-search label,
.form-inline label {
  display: inline-block; }

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0; }

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0; }

.control-group {
  margin-bottom: 9px; }

legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate; }

.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1; }

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: ""; }

.form-horizontal .control-group:after {
  clear: both; }

.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right; }

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0; }

.form-horizontal .controls:first-child {
  *padding-left: 160px; }

.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0; }

.form-horizontal .form-actions {
  padding-left: 160px; }

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9; }

.btn:active,
.btn.active {
  background-color: #cccccc \9; }

.btn:first-child {
  *margin-left: 0; }

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.btn-large [class^="icon-"] {
  margin-top: 1px; }

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px; }

.btn-small [class^="icon-"] {
  margin-top: -1px; }

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px; }

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0055cc;
  /* 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] {
  background-color: #0055cc;
  *background-color: #004ab3; }

.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9; }

.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-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(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', 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] {
  background-color: #f89406;
  *background-color: #df8505; }

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9; }

.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-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(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', 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] {
  background-color: #bd362f;
  *background-color: #a9302a; }

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9; }

.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', 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] {
  background-color: #51a351;
  *background-color: #499249; }

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9; }

.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-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(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', 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] {
  background-color: #2f96b4;
  *background-color: #2a85a0; }

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9; }

.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* 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] {
  background-color: #222222;
  *background-color: #151515; }

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9; }

button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px; }

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px; }

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px; }

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px; }
/*
label,
input,
button,
select,
textarea {
  font-size: 95%;
  line-height: 138%;
}
*/
form {
  margin: 0; }

label {
  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 {
  padding: 8px 4px;
  margin-bottom: 9px;
  font-size: 95%;
  line-height: 138%;
  height: inherit;
  color: white;
  font-size: 115%;
  width: 90%; }

label {
  font-size: 115%; }

label {
  font-weight: bold; }

select,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(200, 200, 200, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(200, 200, 200, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(200, 200, 200, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(200, 200, 200, 0.6); }

input[type="submit"],
button,
.button {
  color: #c5c995;
  background: #5f7d7f url(http://t.aircus.com/stripes.jeans/css/../img/jeans-bg-1.png) repeat;
  border-radius: 20px;
  border: none;
  padding: 8px 30px;
  height: inherit;
  font-weight: bold;
  font-size: 100%;
  text-transform: uppercase;
  box-shadow: 0px 1px 1px #323232 inset, -1px -1px 1px #98b7b9 inset;
  text-shadow: 1px 1px 0 #444;
  text-decoration: none; }

.whitescheme input[type="submit"],
.whitescheme button,
.whitescheme .button {
  color: #434A54;
  border: 1px solid #D4D3D8;
  background: white;
  text-shadow: none;
  box-shadow: none; }

.whitescheme input[type="submit"][disabled],
.whitescheme button[disabled],
.whitescheme .button[disabled] {
  color: #677181;
  background: #ebebeb;
  cursor: default; }

.form-horizontal .control-label {
  width: 140px; }

.form-horizontal .controls {
  margin-left: 160px; }

.form-horizontal .control-group {
  margin-bottom: 9px; }

@media only screen and (max-width: 991px) {
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 5px;
    text-align: left; }

  .form-horizontal .controls {
    margin-left: 0; }

  .form-horizontal .control-group {
    margin-bottom: 4px; } }
body.coloredscheme {
  color: white; }
  body.coloredscheme h1 {
    color: #373737;
    text-shadow: 0 -1px 0 silver, 0 0 25px rgba(255, 255, 255, 0.3); }
  body.coloredscheme h2 {
    color: #3f3d3d;
    text-shadow: 0 1px 0 gray; }
  body.coloredscheme .stripe1 {
    background: #5f7d7f url(http://t.aircus.com/stripes.jeans/css/../img/jeans-bg-1.png) repeat; }
    body.coloredscheme .stripe1 h3, body.coloredscheme .stripe1 label {
      color: #274547;
      text-shadow: 0 1px 0 silver; }
    body.coloredscheme .stripe1 input, body.coloredscheme .stripe1 button, body.coloredscheme .stripe1 textarea, body.coloredscheme .stripe1 select, body.coloredscheme .stripe1 .button {
      background-color: rgba(74, 110, 112, 0.4);
      border-color: rgba(39, 69, 71, 0.5);
      border-width: 2px; }
  body.coloredscheme .stripe2 {
    background: #a1a659 url(http://t.aircus.com/stripes.jeans/css/../img/jeans-bg-2.png) repeat; }
    body.coloredscheme .stripe2 h3, body.coloredscheme .stripe2 label {
      color: #636827;
      text-shadow: 0 1px 0 silver; }
    body.coloredscheme .stripe2 input, body.coloredscheme .stripe2 button, body.coloredscheme .stripe2 textarea, body.coloredscheme .stripe2 select, body.coloredscheme .stripe2 .button {
      background-color: rgba(144, 149, 70, 0.4);
      border-color: rgba(99, 104, 39, 0.5);
      border-width: 2px; }
  body.coloredscheme .stripe3 {
    background: #a67c78 url(http://t.aircus.com/stripes.jeans/css/../img/jeans-bg-3.png) repeat; }
    body.coloredscheme .stripe3 h3, body.coloredscheme .stripe3 label {
      color: #763d38;
      text-shadow: 0 1px 0 silver; }
    body.coloredscheme .stripe3 input, body.coloredscheme .stripe3 button, body.coloredscheme .stripe3 textarea, body.coloredscheme .stripe3 select, body.coloredscheme .stripe3 .button {
      background-color: rgba(158, 98, 92, 0.4);
      border-color: rgba(118, 61, 56, 0.5);
      border-width: 2px; }
  body.coloredscheme .stripe4 {
    background: #a7513f url(http://t.aircus.com/stripes.jeans/css/../img/jeans-bg-4.png) repeat; }
    body.coloredscheme .stripe4 h3, body.coloredscheme .stripe4 label {
      color: #5e2417;
      text-shadow: 0 1px 0 silver; }
    body.coloredscheme .stripe4 input, body.coloredscheme .stripe4 button, body.coloredscheme .stripe4 textarea, body.coloredscheme .stripe4 select, body.coloredscheme .stripe4 .button {
      background-color: rgba(147, 65, 47, 0.4);
      border-color: rgba(94, 36, 23, 0.5);
      border-width: 2px; }
  body.coloredscheme .stripe5 {
    background: #ac8890 url(http://t.aircus.com/stripes.jeans/css/../img/jeans-bg-5.png) repeat; }
    body.coloredscheme .stripe5 h3, body.coloredscheme .stripe5 label {
      color: #824250;
      text-shadow: 0 1px 0 silver; }
    body.coloredscheme .stripe5 input, body.coloredscheme .stripe5 button, body.coloredscheme .stripe5 textarea, body.coloredscheme .stripe5 select, body.coloredscheme .stripe5 .button {
      background-color: rgba(164, 108, 120, 0.4);
      border-color: rgba(130, 66, 80, 0.5);
      border-width: 2px; }
  body.coloredscheme .stripe6 {
    background: #d0a05d url(http://t.aircus.com/stripes.jeans/css/../img/jeans-bg-6.png) repeat; }
    body.coloredscheme .stripe6 h3, body.coloredscheme .stripe6 label {
      color: #a1691c;
      text-shadow: 0 1px 0 silver; }
    body.coloredscheme .stripe6 input, body.coloredscheme .stripe6 button, body.coloredscheme .stripe6 textarea, body.coloredscheme .stripe6 select, body.coloredscheme .stripe6 .button {
      background-color: rgba(207, 145, 58, 0.4);
      border-color: rgba(161, 105, 28, 0.5);
      border-width: 2px; }
  body.coloredscheme .stripe7 {
    background: #d2c1a8 url(http://t.aircus.com/stripes.jeans/css/../img/jeans-bg-7.png) repeat; }
    body.coloredscheme .stripe7 h3, body.coloredscheme .stripe7 label {
      color: #be904c;
      text-shadow: 0 1px 0 silver; }
    body.coloredscheme .stripe7 input, body.coloredscheme .stripe7 button, body.coloredscheme .stripe7 textarea, body.coloredscheme .stripe7 select, body.coloredscheme .stripe7 .button {
      background-color: rgba(203, 177, 139, 0.4);
      border-color: rgba(190, 144, 76, 0.5);
      border-width: 2px; }
  body.coloredscheme .stripe8 {
    background: #8aa283 url(http://t.aircus.com/stripes.jeans/css/../img/jeans-bg-8.png) repeat; }
    body.coloredscheme .stripe8 h3, body.coloredscheme .stripe8 label {
      color: #4c7540;
      text-shadow: 0 1px 0 silver; }
    body.coloredscheme .stripe8 input, body.coloredscheme .stripe8 button, body.coloredscheme .stripe8 textarea, body.coloredscheme .stripe8 select, body.coloredscheme .stripe8 .button {
      background-color: rgba(115, 154, 103, 0.4);
      border-color: rgba(76, 117, 64, 0.5);
      border-width: 2px; }
  body.coloredscheme .stripe5 h3, body.coloredscheme .stripe5 label {
    color: #592833; }
  body.coloredscheme a {
    color: white; }
    body.coloredscheme a:hover {
      text-decoration: none; }
  body.coloredscheme .dark-title-style h1, body.coloredscheme .dark-title-style h3,
  body.coloredscheme .dark-subtitle-style h2 {
    color: #333; }
  body.coloredscheme .dark-text-style {
    color: #333; }
  body.coloredscheme .dark-text-style a {
    color: #373737; }
  body.coloredscheme .light-title-style h1, body.coloredscheme .light-title-style h3,
  body.coloredscheme .light-subtitle-style h2 {
    color: white; }
  body.coloredscheme .light-text-style .button {
    color: white;
    border: 1px solid #333;
    background: #666;
    text-shadow: none;
    box-shadow: none; }
  body.coloredscheme .dark-text-style .button {
    color: #333;
    border: 1px solid #D4D3D8;
    background: white;
    text-shadow: none;
    box-shadow: none; }

body.whitescheme {
  color: #4C4D5F; }
  body.whitescheme h1 {
    color: #434A52;
    text-shadow: none; }
  body.whitescheme h2 {
    color: #454952;
    text-shadow: none; }
  body.whitescheme h3, body.whitescheme label {
    color: #7B8493; }
  body.whitescheme article.stripe1 {
    background: white url(http://t.aircus.com/stripes.jeans/css/../img/jeans-white-bg-1.png) repeat; }
  body.whitescheme article.stripe2 {
    background: white url(http://t.aircus.com/stripes.jeans/css/../img/jeans-white-bg-2.png) repeat; }
  body.whitescheme article.stripe3 {
    background: white url(http://t.aircus.com/stripes.jeans/css/../img/jeans-white-bg-3.png) repeat; }
  body.whitescheme article.stripe4 {
    background: white url(http://t.aircus.com/stripes.jeans/css/../img/jeans-white-bg-4.png) repeat; }
  body.whitescheme article.stripe5 {
    background: white url(http://t.aircus.com/stripes.jeans/css/../img/jeans-white-bg-5.png) repeat; }
  body.whitescheme article {
    border-bottom: 1px solid #D1D2CA; }
  body.whitescheme input, body.whitescheme button, body.whitescheme textarea, body.whitescheme select, body.whitescheme .button {
    background-color: white;
    border-color: #D3D4D8;
    border-width: 2px;
    color: #4C4D5F; }
  body.whitescheme a {
    color: #4C4D5F;
    font-weight: bold; }
  body.whitescheme .light-title-style h1, body.whitescheme .light-title-style h3,
  body.whitescheme .light-subtitle-style h2,
  body.whitescheme .light-text-style,
  body.whitescheme .light-text-style a {
    color: white; }
  body.whitescheme .light-text-style .button {
    color: white;
    border: 1px solid #333;
    background: #666;
    text-shadow: none;
    box-shadow: none; }

/*# sourceMappingURL=colors.css.map */
/*		Desktop Layout: 992px.
		Gutters: 24px.
		Outer margins: 4px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10     11     12
px      60    144    228    312    396    480    564    648    732    816    900    984  */
article {
  clear: both; }

article > .ain {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }

article > .ain {
  width: 984px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-text-size-adjust: 100%; }

/*		TV Layout: 1440px.
		Gutters: 24px.
		Outer margins: 60px.
		Inherits styles from: Desktop Layout.
------------------------------------------------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10     11     12     13     14     15     16
px      60    144    228    312    396    480    564    648    732    816    900    984    1068   1152   1236   1320  */
@media only screen and (min-width: 1440px) {
  article > .ain {
    width: 1320px;
    padding-left: 60px;
    padding-right: 60px; } }
/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 18px.
		Inherits styles from: Desktop Layout.
----------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9
px      60    144    228    312    396    480    564    648    732  */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  article > .ain {
    width: 732px;
    padding-left: 18px;
    padding-right: 18px; } }
/*		Phone Layout: 320px.
		Gutters: 24px.
		Outer margins: 4px.
		Inherits styles from: Desktop Layout.
-----------------------------------
cols    1     2      3      4
px      60    144    228    312  */
@media only screen and (max-width: 767px) {
  article > .ain {
    width: 312px;
    padding-left: 4px;
    padding-right: 4px; } }
/*		Wide Phone Layout: 480px.
		Gutters: 24px.
		Outer margins: 0px.
		Inherits styles from: Desktop Layout, Mobile Layout.
-------------------------------------------------
cols    1     2      3      4      5      6
px      60    144    228    312    396    480  */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  article > .ain {
    width: 480px;
    padding-left: 0;
    padding-right: 0; } }
.clearfix {
  clear: both; }

section {
  display: block;
  float: left;
  margin-left: 24px; }

.reversed section {
  float: right;
  margin-left: 0;
  margin-right: 24px; }

section:first-child {
  margin-left: 0; }

.reversed section:first-child {
  margin-right: 0; }

section:last-of-type {
  margin-bottom: 0; }

/* ONE COLUMN */
.onecolumn section {
  width: 984px; }

/* TV */
@media only screen and (min-width: 1440px) {
  .onecolumn section {
    width: 1320px; } }
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .onecolumn section {
    width: 732px; } }
/* Phone */
@media only screen and (max-width: 767px) {
  .onecolumn section {
    width: 312px; }

  .twocolumns section + section {
    margin-top: 2.5em; } }
/* Wide Phone */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .onecolumn section {
    width: 480px; } }
/*TWO COLUMNS */
.twocolumns section {
  width: 480px; }

/* TV */
@media only screen and (min-width: 1440px) {
  .twocolumns section {
    width: 648px; } }
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .twocolumns > .ain {
    width: 648px;
    padding-left: 60px;
    padding-right: 60px; }

  .twocolumns section {
    width: 312px; } }
/* Phone */
@media only screen and (max-width: 767px) {
  .twocolumns section {
    width: 312px;
    margin-left: 0;
    margin-right: 0; } }
/* Wide Phone */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .twocolumns section {
    width: 480px;
    margin-left: 0;
    margin-right: 0; } }
/* THREE COLUMNS */
.threecolumns section {
  width: 312px; }

/* TV */
@media only screen and (min-width: 1440px) {
  .threecolumns > .ain {
    width: 1236px;
    padding-left: 102px;
    padding-right: 102px; }

  .threecolumns section {
    width: 396px; } }
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .threecolumns section {
    width: 228px; } }
/* Phone */
@media only screen and (max-width: 767px) {
  .threecolumns section {
    width: 312px;
    margin-left: 0;
    margin-right: 0; } }
/* Wide Phone */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .threecolumns section {
    width: 480px;
    margin-left: 0;
    margin-right: 0; } }
/* FOUR COLUMNS */
.fourcolumns section {
  width: 228px; }

/* TV */
@media only screen and (min-width: 1440px) {
  .fourcolumns section {
    width: 312px; } }
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fourcolumns > .ain {
    width: 648px;
    padding-left: 60px;
    padding-right: 60px; }

  .fourcolumns section {
    width: 312px; }
  .fourcolumns section:nth-child(odd) {
    clear: both;
    margin-left: 0; }

  .fourcolumns.reversed section:nth-child(odd) {
    margin-right: 0; } }
/* Phone */
@media only screen and (max-width: 767px) {
  .fourcolumns section {
    width: 312px;
    margin-left: 0;
    margin-right: 0; } }
/* Wide Phone */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .fourcolumns section {
    width: 228px;
    margin-left: 24px;
    margin-right: 0; }
  .fourcolumns section:nth-child(odd) {
    clear: both;
    margin-left: 0; }

  .fourcolumns.reversed section {
    margin-left: 0;
    margin-right: 24px; }

  .fourcolumns.reversed section:nth-child(odd) {
    margin-left: 0;
    margin-right: 0; } }
/* subsections */
.onecolumn {
  /* TV */
  /* Tablet */
  /* Phone */
  /* Wide Phone */ }
  .onecolumn .twosubsections .subsection {
    display: inline-block;
    float: left;
    width: 228px;
    margin-right: 24px;
    margin-bottom: 12px; }
  .onecolumn .twosubsections .subsection:nth-child(4n+4) {
    margin-right: 0; }
  .onecolumn .twosubsections .subsection:nth-child(4n+5) {
    clear: left; }
  @media only screen and (min-width: 1440px) {
    .onecolumn .twosubsections .subsection {
      width: 312px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .onecolumn .twosubsections {
      padding-left: 42px;
      padding-right: 42px; }
      .onecolumn .twosubsections .subsection {
        width: 312px; }
      .onecolumn .twosubsections .subsection:nth-child(4n+4) {
        margin-right: 24px; }
      .onecolumn .twosubsections .subsection:nth-child(4n+5) {
        clear: none; }
      .onecolumn .twosubsections .subsection:nth-child(2n+2) {
        margin-right: 0; }
      .onecolumn .twosubsections .subsection:nth-child(2n+3) {
        clear: left; } }
  @media only screen and (max-width: 767px) {
    .onecolumn .twosubsections .subsection {
      width: 312px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .onecolumn .twosubsections .subsection {
      width: 228px; }
    .onecolumn .twosubsections .subsection:nth-child(4n+4) {
      margin-right: 24px; }
    .onecolumn .twosubsections .subsection:nth-child(4n+5) {
      clear: none; }
    .onecolumn .twosubsections .subsection:nth-child(2n+2) {
      margin-right: 0; }
    .onecolumn .twosubsections .subsection:nth-child(2n+3) {
      clear: left; } }

.twocolumns {
  /* TV */
  /* Tablet */
  /* Phone */
  /* Wide Phone */ }
  .twocolumns .twosubsections .subsection {
    display: inline-block;
    float: left;
    width: 228px;
    margin-right: 24px;
    margin-bottom: 12px; }
  .twocolumns .twosubsections .subsection:nth-child(even) {
    margin-right: 0; }
  .twocolumns .twosubsections .subsection:nth-child(odd) {
    clear: left; }
  @media only screen and (min-width: 1440px) {
    .twocolumns .twosubsections .subsection {
      width: 312px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .twocolumns .twosubsections .subsection {
      width: 312px; } }
  @media only screen and (max-width: 767px) {
    .twocolumns .twosubsections .subsection {
      width: 312px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .twocolumns .twosubsections .subsection {
      width: 228px; } }
.hidden {
  display: none;
  visibility: hidden; }

.visible-phone {
  display: none !important; }

.visible-wide-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.visible-tv {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important; }

  .hidden-phone {
    display: none !important; }

  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: inherit !important; }

  .hidden-tablet {
    display: none !important; }

  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; } }
/* TV */
@media only screen and (min-width: 1440px) {
  .visible-tv {
    display: inherit !important; }

  .hidden-tv {
    display: none !important; }

  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; } }
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .visible-tablet {
    display: inherit !important; }

  .hidden-tablet {
    display: none !important; }

  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; } }
/* Phone */
@media only screen and (max-width: 767px) {
  .visible-phone {
    display: inherit !important; }

  .hidden-phone {
    display: none !important; }

  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; } }
/* Wide Phone */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .visible-wide-phone {
    display: inherit !important; }

  .hidden-wide-phone {
    display: none !important; }

  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .hidden-phone {
    display: inherit !important; }

  .visible-phone {
    display: none !important; } }
.frame {
  border: 6px solid #e1d6c5; }
body {
  margin: 0;
  padding: 0; }
#back-to-top {
    bottom: 30px;
    right: 30px;
}

#back-to-top {
    display: none;
    position: fixed;
    z-index: 40;
    background-color: #ccc;

    height: 50px;
    width: 50px;

    right: 50px;
    bottom: 50px;
    text-decoration: none;

    text-align: center;
    font-size: 11px;
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 65px;

}

#back-to-top.back-to-top-simple:after {
    content: "↑";
    font-weight: bold;
    position: absolute;
    top: -18px;
    left: 0;
    width: 50px;
    text-align: center;
    font-weight: bold;
}

#back-to-top.back-to-top-fancy {

    opacity: .7;

    height: 15px;
    line-height: 20px;

    box-shadow: 0px 10px 0px #999;

    transition: .2s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
}

#back-to-top.back-to-top-fancy:hover {
    height: 50px;
    color: #fff;
}

#back-to-top.back-to-top-fancy:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -25px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #ccc;
    z-index: 50;
}

#back-to-top.back-to-top-fancy:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #999;
    z-index: 60;
}

@media only screen and (max-width: 776px) {
    #back-to-top {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}

#footer {
  background: #222;
  font-size: 85%; }

#footer .left {
  float: left;
  color: silver; }

#footer .right {
  float: right;
  color: gray; }

#footer .right a {
  color: gray; }

#footer .right a:hover {
  color: silver; }
