

/* FILE: storeswitcher.css */
#continue_modal_overlay {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 100000;
}
#continue_modal {
    background:#FFFFFF;
    border-radius: 10px;
    color: #000000;
    display: block;
    /*height: 140px;*/
    overflow: hidden;
    position: fixed;
    visibility: hidden;
    width: 400px;
    z-index: 1000000;
    top: 169px;
    left: 621px;
}
#continue_modal label {
    float: none;
    margin: 0 0 10px;
    display: block;
    font-weight:300;
}
#continue_modal label em {
    color: #fd163f;
    float: none;
    margin: 0 0 0 5px;
}
#continue_modal label span {
    font-size: 16px;
}
.continue_modal_header {
    border-radius: 4px 4px 0 0;
    height: 80px;
    border-bottom:1px solid #d8d8d8;
    font-size:12px;
}
.continue_modal_header .icon {
    float: left;
    margin: 15px 25px;
    /* height: 50px; */
    font-size: 40px;
    line-height: normal;
}
.continue_modal_header span {
    line-height: 80px;
    display: inline-block;
    float: right;
    margin: 0 25px 0 0;
}
.continue_modal_loading {
    display:none;
    height: 60px;
    position: relative;
}
.continue_modal_loading .loader{
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    stroke: #000000;
    top: 50%;
    width: 50px;
}
.continue_modal_loading .loader_path{
    stroke:#CCCCCC;
}
.continue_modal_errors {
    background-color: #FFFFFF;
    border: 1px solid #fd163f;
    /* box-shadow: 0 0 10px 0 #fd163f; */
    display: none;
    font-size: 14px;
    margin: 14px 5%;
    padding: 0 10px;
    position: absolute;
    top: 52px;
    width: 90%;
    z-index: 1000000;
}
.continue_modal_errors > p {
    line-height: 14px;
    padding: 10px 0;
    margin:0;
}
/*.continue_modal_content {
    display: none;
}*/

.continue_modal_upper {
    padding: 20px 20px 0 20px;
}

.continue_modal_data {
    margin: 0 0 25px;
}
.continue_modal_data .zip {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
}
.continue_modal_data .zip:focus {
    /*box-shadow: 0 0 5px 1px #55412C, 0 0 1px 0 #55412C inset;*/
}
.continue_modal_data .error {
    box-shadow: 0 0 0px 1px #fd163f;
}
.continue_modal_data input.error[type="text"] {
    border-color: #fd163f;
    box-shadow: 0 0 2px 0 #fd163f inset;
}
.continue_modal_data input.error[type="text"]:focus {
    /*box-shadow: 0 0 5px 1px #fd163f, 0 0 2px 0 #fd163f inset;*/
}
.continue_modal_content p.required {
    color: #fd163f;
    font-size: 13px;
    margin: 0 0 5px;
    padding: 0 !important;
}

.continue_modal_footer {
    border-top:1px solid #d8d8d8;
}
.continue_modal_data.show_age label {
    cursor: pointer;
}

#continue_modal_submit,
#continue_modal_cancel {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    border:none;
    background:none;
    padding:20px;
}

#continue_modal_cancel {
    display:none;
    color:#979797;
    float:left;
}

.show_cancel #continue_modal_cancel {
    display:block;
    border-right:1px solid #d8d8d8;
}

.show_cancel #continue_modal_submit,
.show_cancel #continue_modal_cancel {
    width:50%;
}

.billing_message {
    clear: both;
    margin: 10px 0;
}
.shipping_message {
    clear: both;
    margin: 20px 0 0;
}
.userlogged .store_cookie_info {
    margin: 0 10px 0 0;
    position: relative;
}
.change_store_cookie{
    line-height:16px;
}
.change_store_cookie > img {
    height:13px;
}
.nav .change_store_cookie > img {
    height: 16px;
    margin-top: -2px;
}
.change_store_cookie {
    cursor: pointer;
    position: relative;
}
.userlogged .store_cookie_info > span {
    padding: 1px 5px 0 0;
}
.userlogged .change_store_cookie span {
    padding: 0 0 0 26px;
}
.change_store_cookie:hover > span {
    text-decoration: underline;
}
#continue_modal_form {
    position: relative;
    z-index: 100000;
}
.are_cookies_disabled{display:none;}

#borderContainer {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .mobile-menu .mobile-links .product-links .change_store_cookie {
        width: 100%;
    }
}
@media screen and (max-width: 420px) {
    #continue_modal {
        /*height: 120px;*/
        width: 300px;
    }
    .continue_modal_header {
       height: 60px;
    }
    .continue_modal_header .icon {
      margin: 5px 15px;
    }
     .continue_modal_header span {
         font-size: 0.8em;
         line-height: 60px;
         margin: 0 15px 0 0;
    }
    .continue_modal_data {
        margin: 0 0 15px;
    }
    #continue_modal label {
        margin: 0 0 5px;
    }
}


/* FILE: ubercart.css */



/* FILE: bootstrap.css */
@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

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

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

  thead {
    display: table-header-group; }

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

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

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

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

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("//www.paxvapor.com/skin/frontend/plm/default/css/bootstrap/fonts/glyphicons-halflings-regular.eot");
  src: url("//www.paxvapor.com/skin/frontend/plm/default/css/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("//www.paxvapor.com/skin/frontend/plm/default/css/bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("//www.paxvapor.com/skin/frontend/plm/default/css/bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("//www.paxvapor.com/skin/frontend/plm/default/css/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

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

cite {
  font-style: normal; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #777777;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #777777; }
  .form-control::-webkit-input-placeholder {
    color: #777777; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0; }
  input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-sm,
  .form-horizontal .form-group-sm input[type="time"].form-control,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-sm,
  .form-horizontal .form-group-sm input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-sm,
  .form-horizontal .form-group-sm input[type="month"].form-control,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 30px; }
  input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-lg,
  .form-horizontal .form-group-lg input[type="time"].form-control,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-lg,
  .form-horizontal .form-group-lg input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-lg,
  .form-horizontal .form-group-lg input[type="month"].form-control,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 46px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

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

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .navbar-form .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .navbar-form .radio label,
    .form-inline .checkbox label,
    .navbar-form .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: 0; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0); }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  .navbar-nav .customer-care-nav .dropdown-menu {
    width: 245px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #777777; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #777777; }
  .navbar-inverse .navbar-nav > li > a {
    color: #777777; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #777777; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #777777; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #777777; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #428bca;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #2a6496;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #428bca; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron {
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px; }
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }
.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #e1edf7; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #428bca; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #428bca; }
    .panel-primary > .panel-heading .badge {
      color: #428bca;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      width: 100% \9;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

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

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

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

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }



/* FILE: font-awesome.min.css */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('//www.paxvapor.com/skin/frontend/plm/default/fonts/fontawesome-webfont.eot?v=4.2.0');src:url('//www.paxvapor.com/skin/frontend/plm/default/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('//www.paxvapor.com/skin/frontend/plm/default/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('//www.paxvapor.com/skin/frontend/plm/default/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('//www.paxvapor.com/skin/frontend/plm/default/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}


/* FILE: idangerous.swiper.css */
/*
 * Swiper 2.7.0
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: August 30, 2014
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}



/* FILE: style.css */
[class*="block-grid-"] {
  display: block;
  margin: 0;
  padding: 0; }

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table; }

[class*="block-grid-"]:after {
  clear: both; }

.block-grid-item {
  display: inline;
  margin: 0;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none; }

.block-grid-xs-1 > .block-grid-item {
  width: 100%; }

.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
  clear: both; }

.block-grid-xs-2 > .block-grid-item {
  width: 50%; }

.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
  clear: both; }

.block-grid-xs-3 > .block-grid-item {
  width: 33.333333333333336%; }

.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
  clear: both; }

.block-grid-xs-4 > .block-grid-item {
  width: 25%; }

.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
  clear: both; }

.block-grid-xs-5 > .block-grid-item {
  width: 20%; }

.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
  clear: both; }

.block-grid-xs-6 > .block-grid-item {
  width: 16.666666666666668%; }

.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
  clear: both; }

.block-grid-xs-7 > .block-grid-item {
  width: 14.285714285714286%; }

.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
  clear: both; }

.block-grid-xs-8 > .block-grid-item {
  width: 12.5%; }

.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
  clear: both; }

.block-grid-xs-9 > .block-grid-item {
  width: 11.11111111111111%; }

.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
  clear: both; }

.block-grid-xs-10 > .block-grid-item {
  width: 10%; }

.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
  clear: both; }

.block-grid-xs-11 > .block-grid-item {
  width: 9.090909090909092%; }

.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
  clear: both; }

.block-grid-xs-12 > .block-grid-item {
  width: 8.333333333333334%; }

.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
  clear: none; }

.block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
  clear: both; }

@media (min-width: 768px) {
  .block-grid-sm-1 > .block-grid-item {
    width: 100%; }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both; }
  .block-grid-sm-2 > .block-grid-item {
    width: 50%; }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both; }
  .block-grid-sm-3 > .block-grid-item {
    width: 33.333333333333336%; }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both; }
  .block-grid-sm-4 > .block-grid-item {
    width: 25%; }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both; }
  .block-grid-sm-5 > .block-grid-item {
    width: 20%; }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both; }
  .block-grid-sm-6 > .block-grid-item {
    width: 16.666666666666668%; }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both; }
  .block-grid-sm-7 > .block-grid-item {
    width: 14.285714285714286%; }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both; }
  .block-grid-sm-8 > .block-grid-item {
    width: 12.5%; }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both; }
  .block-grid-sm-9 > .block-grid-item {
    width: 11.11111111111111%; }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both; }
  .block-grid-sm-10 > .block-grid-item {
    width: 10%; }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both; }
  .block-grid-sm-11 > .block-grid-item {
    width: 9.090909090909092%; }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both; }
  .block-grid-sm-12 > .block-grid-item {
    width: 8.333333333333334%; }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both; } }

@media (min-width: 992px) {
  .block-grid-md-1 > .block-grid-item {
    width: 100%; }
  .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both; }
  .block-grid-md-2 > .block-grid-item {
    width: 50%; }
  .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both; }
  .block-grid-md-3 > .block-grid-item {
    width: 33.333333333333336%; }
  .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both; }
  .block-grid-md-4 > .block-grid-item {
    width: 25%; }
  .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both; }
  .block-grid-md-5 > .block-grid-item {
    width: 20%; }
  .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both; }
  .block-grid-md-6 > .block-grid-item {
    width: 16.666666666666668%; }
  .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both; }
  .block-grid-md-7 > .block-grid-item {
    width: 14.285714285714286%; }
  .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both; }
  .block-grid-md-8 > .block-grid-item {
    width: 12.5%; }
  .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both; }
  .block-grid-md-9 > .block-grid-item {
    width: 11.11111111111111%; }
  .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both; }
  .block-grid-md-10 > .block-grid-item {
    width: 10%; }
  .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both; }
  .block-grid-md-11 > .block-grid-item {
    width: 9.090909090909092%; }
  .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both; }
  .block-grid-md-12 > .block-grid-item {
    width: 8.333333333333334%; }
  .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both; } }

@media (min-width: 1200px) {
  .block-grid-lg-1 > .block-grid-item {
    width: 100%; }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both; }
  .block-grid-lg-2 > .block-grid-item {
    width: 50%; }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both; }
  .block-grid-lg-3 > .block-grid-item {
    width: 33.333333333333336%; }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both; }
  .block-grid-lg-4 > .block-grid-item {
    width: 25%; }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both; }
  .block-grid-lg-5 > .block-grid-item {
    width: 20%; }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both; }
  .block-grid-lg-6 > .block-grid-item {
    width: 16.666666666666668%; }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both; }
  .block-grid-lg-7 > .block-grid-item {
    width: 14.285714285714286%; }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both; }
  .block-grid-lg-8 > .block-grid-item {
    width: 12.5%; }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both; }
  .block-grid-lg-9 > .block-grid-item {
    width: 11.11111111111111%; }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both; }
  .block-grid-lg-10 > .block-grid-item {
    width: 10%; }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both; }
  .block-grid-lg-11 > .block-grid-item {
    width: 9.090909090909092%; }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both; }
  .block-grid-lg-12 > .block-grid-item {
    width: 8.333333333333334%; }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both; } }

@font-face {
  font-family: 'ploomregular';
  src: url("//www.paxvapor.com/skin/frontend/plm/default/fonts/ploom-regular-webfont.eot");
  src: url("//www.paxvapor.com/skin/frontend/plm/default/fonts/ploom-regular-webfont.eot?#iefix") format("embedded-opentype"), url("//www.paxvapor.com/skin/frontend/plm/default/fonts/ploom-regular-webfont.woff2") format("woff2"), url("//www.paxvapor.com/skin/frontend/plm/default/fonts/ploom-regular-webfont.woff") format("woff"), url("//www.paxvapor.com/skin/frontend/plm/default/fonts/ploom-regular-webfont.ttf") format("truetype"), url("//www.paxvapor.com/skin/frontend/plm/default/fonts/ploom-regular-webfont.svg#ploomregular") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "ploomregular";
  content: attr(data-icon);
  speak: none; }

html,
body {
  height: 100%; }
  @media only screen and (max-width: 768px) {
    html,
    body {
      overflow-x: hidden; } }

body {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #000000; }

a,
a:active,
a:hover,
a:focus {
  color: #00c2da; }

a:active,
a:focus {
  text-decoration: none !important;
  outline: 0 !important; }

h1, .h1, h2, .h2, h3, .h3 {
  font-weight: 300; }

h1, .h1 {
  margin: 20px 0; }

h3, .h3 {
  font-size: 20px; }

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 20px; } }

.touch {
  -webkit-overflow-scrolling: touch; }

.left {
  float: left; }

.right {
  float: right; }

.no-display {
  display: none; }

.fluid-height {
  height: 100%; }

#wrapper {
  min-height: 100%;
  position: relative;
  margin-bottom: -220px; }

#wrapper:after {
  content: "";
  display: block; }

.wrapper {
  position: relative;
  z-index: 100;
  background: #FFFFFF; }

.wrapper.off-white {
  background: #fbf9fa; }

#footer, #wrapper:after {
  height: 220px; }

.insta-show #wrapper {
  margin-bottom: -659px; }

.insta-show #footer, .insta-show #wrapper:after {
  height: 659px; }

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

/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

/* columns of same height styles */
.row-full-height {
  height: 100%; }

.col-full-height {
  height: 100%;
  vertical-align: middle; }

.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed; }

.col-xs-height {
  display: table-cell;
  float: none !important; }

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important; } }

.navbar-default {
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s; }
  .navbar-default .navbar-nav {
    font-size: 13px; }
    @media only screen and (max-width: 768px) {
      .navbar-default .navbar-nav {
        font-size: 11px; } }
    .navbar-default .navbar-nav li a {
      color: #000000;
      -o-transition: .3s;
      -ms-transition: .3s;
      -moz-transition: .3s;
      -webkit-transition: .3s;
      transition: .3s;
      font-weight: 700;
      line-height: 35px;
      letter-spacing: 2px; }
    .navbar-default .navbar-nav li a:hover {
      color: #00c2da; }
    .navbar-default .navbar-nav li.active a {
      color: #00c2da;
      background: none; }
    .navbar-default .navbar-nav li.active a:hover {
      color: #00c2da;
      background: none; }
    .navbar-default .navbar-nav #topcart-view {
      display: none !important; }

.nav-spacer {
  height: 65px;
  display: block;
  width: 100%; }

.navbar-default .navbar-brand {
  padding: 0px 15px;
  height: 62px;
  line-height: 62px;
  color: #000000; }
  @media only screen and (max-width: 981px) {
    .navbar-default .navbar-brand {
      margin-right: 0; } }
  .navbar-default .navbar-brand img {
    width: 30px;
    height: auto; }
  .navbar-default .navbar-brand .icon {
    font-size: 30px; }

.navbar-default .navbar-brand:hover {
  color: #000000; }

.nav.navbar-nav li a {
  text-transform: uppercase;
  cursor: pointer; }
  @media only screen and (max-width: 1120px) {
    .nav.navbar-nav li a {
      padding: 15px 10px; } }

@media only screen and (max-width: 1110px) {
  .nav.navbar-nav li.customer-care-nav, .nav.navbar-nav li.locator-nav {
    display: none; } }

.secondary-nav {
  background: #FFFFFF;
  display: block;
  z-index: 1040;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 5px #3b3b3b;
  clear: both; }
  .secondary-nav .row {
    position: relative; }
  .secondary-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    -webkit-transition: left 0.3s, opacity 0.3s;
    -moz-transition: left 0.3s, opacity 0.3s;
    transition: left 0.3s, opacity 0.3s;
    left: 0; }
    .secondary-nav ul li {
      display: inline-block; }
      .secondary-nav ul li a {
        color: #000000;
        line-height: 90px;
        margin-right: 20px;
        font-size: 13.5px; }
      .secondary-nav ul li a.active {
        color: #979797; }
  .secondary-nav .product-name {
    font-size: 26px;
    position: absolute;
    left: -100%;
    top: 10;
    line-height: 86px;
    -webkit-transition: left 0.3s, opacity 0.3s;
    -moz-transition: left 0.3s, opacity 0.3s;
    transition: left 0.3s, opacity 0.3s;
    z-index: 100; }
    .secondary-nav .product-name a {
      color: #000000; }
    .secondary-nav .product-name a:hover {
      text-decoration: none; }
  .secondary-nav .product-name.slide-in {
    left: 1%; }
  .secondary-nav .buy-now {
    position: absolute;
    right: -100%;
    top: 20px;
    -webkit-transition: right 0.3s, opacity 0.3s;
    -moz-transition: right 0.3s, opacity 0.3s;
    transition: right 0.3s, opacity 0.3s; }
  .secondary-nav .button {
    padding: 15px 45px; }
  .secondary-nav .buy-now.slide-in {
    right: 1%;
    display: block; }

.secondary-nav.fixed {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%; }
  .secondary-nav.fixed ul {
    left: 9.5%;
    position: relative; }
    @media only screen and (max-width: 850px) {
      .secondary-nav.fixed ul {
        left: 12.5%; } }

#search_mini_form {
  line-height: 50px;
  padding-top: 14px;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
  #search_mini_form .search-mini-input {
    border: none;
    background: none;
    width: 50px;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }
  #search_mini_form .search-mini-input:focus {
    border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  #search_mini_form .search-mini-btn {
    border: none;
    background: none;
    padding: 0; }

#search-404 {
  font-size: 1.3em; }
  #search-404 .search-mini-btn {
    background: none;
    border: none; }
  #search-404 ::-webkit-input-placeholder {
    color: #333; }
  #search-404 :-moz-placeholder {
    /* Firefox 18- */
    color: #333; }
  #search-404 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #333; }
  #search-404 :-ms-input-placeholder {
    color: #333; }
  #search-404 input {
    border: none; }
  #search-404 h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 1.3em; }

.results-title h1 {
  font-size: 30px; }
  @media only screen and (max-width: 768px) {
    .results-title h1 {
      font-size: 24px; } }

#search_mini_form_results {
  float: right;
  padding: 15px 0; }
  @media only screen and (max-width: 768px) {
    #search_mini_form_results {
      float: left;
      width: 100%; } }
  #search_mini_form_results .input-text {
    width: 75%; }
    @media only screen and (max-width: 768px) {
      #search_mini_form_results .input-text {
        width: 80%; } }
    @media only screen and (max-width: 500px) {
      #search_mini_form_results .input-text {
        width: 75%; } }
  #search_mini_form_results .btn-sm {
    padding: 10px 10px;
    float: right; }

.search-result-grid .item {
  margin: 0 0 40px 0; }
  .search-result-grid .item .product-image {
    display: block;
    text-align: center;
    min-height: 230px; }
    .search-result-grid .item .product-image img {
      max-width: 100%; }
  .search-result-grid .item .product-name {
    border: none; }
    .search-result-grid .item .product-name a {
      color: #000000; }
  .search-result-grid .item .product-description {
    min-height: 20px;
    display: block;
    margin: 0 0 20px 0; }
  .search-result-grid .item .product-price {
    margin: 0 0 20px 0; }

.search-result-other {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .search-result-other .search-other-title {
    border: none; }
    .search-result-other .search-other-title a {
      color: #000000; }
  .search-result-other .search-other-url {
    font-size: 10px; }

.page-head {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px; }
  .page-head h4 {
    font-weight: 300;
    font-size: 24px; }

.hero {
  position: relative; }
  .hero .hero-image {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000; }
    @media only screen and (max-width: 768px) {
      .hero .hero-image {
        position: absolute; } }
    .hero .hero-image .hero-image-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 800px;
      overflow: hidden;
      z-index: 1; }
  .hero .hero-content {
    position: relative;
    z-index: 100;
    height: 100%; }
    .hero .hero-content#desert-slide {
      height: calc(100% - 166px); }
  .hero .hero-headline {
    text-align: center;
    font-size: 60px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .hero .hero-subline {
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .hero .hero-actions {
    text-align: center;
    font-size: 26px; }
    .hero .hero-actions .circle {
      border: 5px solid #FFFFFF;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #FFFFFF;
      display: inline-block;
      width: 60px;
      height: 60px;
      line-height: 52px; }
  .hero .hero-image-loader {
    display: none; }

@media only screen and (max-width: 768px) {
  .hero .hero-actions {
    bottom: 5%; }
    .hero .hero-actions .btn {
      padding: 10px 30px; } }

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  height: 100vh; }

@media only screen and (max-width: 1024px) {
  .touch #vid-hero {
    background: url("/skin/frontend/plm/default/images/pax-2-electric-blue-poster.1471593909.jpg") center center no-repeat; } }

@media only screen and (max-width: 778px) {
  #vid-hero {
    background: url("/skin/frontend/plm/default/images/pax-2-electric-blue-768.1471593909.jpg") center center no-repeat; }
  .touch #vid-hero {
    background: url("/skin/frontend/plm/default/images/pax-2-electric-blue-768.1471593909.jpg") center center no-repeat; } }

.home-hero {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100vh !important;
  background-position: center top !important;
  background-repeat: no-repeat;
  background-size: cover !important; }
  @media only screen and (max-width: 768px) {
    .home-hero {
      height: 92vh !important; } }
  @media only screen and (max-width: 420px) {
    .home-hero {
      height: 80vh !important; } }
  .home-hero .hero-headline {
    padding: 190px 0 10px;
    text-shadow: 2px 2px 10px #747474; }
  .home-hero .hero-subline {
    padding: 0 0 30px 0;
    text-shadow: 2px 2px 10px #747474; }
  .home-hero .hero-image {
    top: 45px; }
  .home-hero .pax-eb-device {
    position: absolute;
    left: 22%;
    top: 110px;
    width: 220px;
    z-index: 100; }
  .home-hero .middle-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-54%);
    -ms-transform: translateY(-54%);
    transform: translateY(-54%); }
  .home-hero .home-banner-copy {
    text-align: center;
    padding: 180px 0 0 0; }
    @media only screen and (max-width: 778px) {
      .home-hero .home-banner-copy {
        padding: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        -webkit-transform: translateY(-54%);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin: 0; } }
    @media only screen and (min-width: 768px) {
      .home-hero .home-banner-copy {
        min-width: 420px; } }
    .home-hero .home-banner-copy h4 {
      font-size: 58px;
      text-transform: uppercase;
      font-weight: bold;
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        .home-hero .home-banner-copy h4 {
          font-size: 40px; } }
    .home-hero .home-banner-copy p.home-banner-le {
      margin-bottom: 5px;
      font-size: 20px;
      color: #ffffff; }
      @media only screen and (max-width: 678px) {
        .home-hero .home-banner-copy p.home-banner-le {
          font-size: 18px; } }
    .home-hero .home-banner-copy p.home-banner-prod-title {
      margin-bottom: 25px;
      font-size: 33px;
      color: #ffffff;
      letter-spacing: 3px;
      font-weight: 500; }
      @media only screen and (max-width: 778px) {
        .home-hero .home-banner-copy p.home-banner-prod-title {
          margin-bottom: 100px; } }
      @media only screen and (max-width: 678px) {
        .home-hero .home-banner-copy p.home-banner-prod-title {
          font-size: 24px; } }
      @media only screen and (max-width: 590px) {
        .home-hero .home-banner-copy p.home-banner-prod-title {
          margin-bottom: 55px; } }
    .home-hero .home-banner-copy a.text-link {
      margin: 0.75em 0;
      display: block;
      padding: 15px 0px;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #FFFFFF;
      text-decoration: underline; }
      @media only screen and (max-width: 420px) {
        .home-hero .home-banner-copy a.text-link {
          margin: 8px 0;
          font-size: 12px;
          letter-spacing: 1px; } }
    .home-hero .home-banner-copy a.add-product {
      background: #fff;
      color: #000;
      width: 220px;
      padding: 15px 3px;
      white-space: pre-wrap;
      /* CSS3 */
      white-space: -moz-pre-wrap;
      /* Firefox */
      white-space: -pre-wrap;
      /* Opera <7 */
      white-space: -o-pre-wrap;
      /* Opera 7 */
      word-wrap: break-word;
      /* IE */ }
      @media only screen and (max-width: 420px) {
        .home-hero .home-banner-copy a.add-product {
          padding: 10px 3px;
          font-size: 12px;
          width: 150px; } }
  @media only screen and (min-width: 1400px) {
    .home-hero .hero-headline {
      padding: 290px 0 10px; } }
  @media only screen and (max-height: 1020px) {
    .home-hero .hero-headline {
      padding: 240px 0 10px;
      font-size: 40px; } }
  @media only screen and (max-width: 995px) {
    .home-hero .hero-headline {
      padding: 220px 0 10px;
      font-size: 30px; } }
  @media only screen and (max-width: 768px) {
    .home-hero .hero-headline {
      padding-top: 35%;
      font-size: 20px; }
    .home-hero .hero-subline {
      font-size: 15px; } }
  @media only screen and (max-width: 600px) {
    .home-hero .hero-headline {
      padding-top: 140px;
      font-size: 15px; }
    .home-hero .hero-subline {
      font-size: 10px; } }
  .home-hero.hero .pax-logo {
    display: inline-block;
    width: 210px; }
  @media only screen and (max-width: 768px) {
    .home-hero.hero .pax-logo {
      display: inline-block;
      width: 125px;
      margin: 5vh 0 25vh 0; } }
  @media only screen and (max-width: 768px) and (max-height: 520px) and (max-width: 770px) and (orientation: landscape) {
    .home-hero.hero .pax-logo {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .home-hero.slide1 {
      background: url("/skin/frontend/plm/default/images/new-pax-banners/pax-home-728-black.1471593909.jpg") center center no-repeat !important;
      background-size: cover !important; }
    .home-hero.slide2 {
      background: url("/skin/frontend/plm/default/images/new-pax-banners/pax-home-728-teal.1471593909.jpg") center center no-repeat !important;
      background-size: cover !important; }
    .home-hero.slide3 {
      background: url("/skin/frontend/plm/default/images/new-pax-banners/pax-home-728-red.1471593909.jpg") center center no-repeat !important;
      background-size: cover !important; }
    .home-hero.slide4 {
      background: url("/skin/frontend/plm/default/images/new-pax-banners/pax-home-728-grey.1471593909.jpg") center center no-repeat !important;
      background-size: cover !important; } }

.btn-video.btn-play {
  display: block;
  text-align: center;
  font-size: 32px; }
  .btn-video.btn-play .circle {
    border: 6px solid #FFFFFF;
    border-radius: 50%;
    color: #FFFFFF;
    display: inline-block;
    width: 70px;
    height: 70px; }
    .btn-video.btn-play .circle .glyphicon {
      line-height: 55px;
      margin-left: 4px; }
  @media only screen and (max-width: 768px) {
    .btn-video.btn-play {
      font-size: 22px; }
      .btn-video.btn-play .circle {
        width: 40px;
        height: 40px;
        border: 3px solid #FFFFFF; }
        .btn-video.btn-play .circle .glyphicon {
          line-height: 32px;
          margin-left: 4px; } }

#product-hero .row {
  width: 100%;
  margin: 0; }

#product-hero.pax-xo {
  background: #f8f8f8;
  padding: 100px 0 50px; }
  @media only screen and (max-width: 1440px) {
    #product-hero.pax-xo {
      padding: 50px 0 40px;
      height: auto !important; } }
  @media only screen and (max-width: 768px) {
    #product-hero.pax-xo {
      padding: 20px 0;
      height: auto !important; } }
  @media only screen and (max-width: 768px) {
    #product-hero.pax-xo .hero-content #product-image {
      background: url("//www.paxvapor.com/skin/frontend/plm/default/images/the-weeknd/pax-2-weeknd.1471593909.png") center top no-repeat;
      background-size: auto 300px;
      height: 300px; } }
  @media only screen and (max-width: 768px) {
    #product-hero.pax-xo .hero-content #product-image img {
      display: none; } }
  #product-hero.pax-xo .hero-content h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase; }
    @media only screen and (max-width: 1440px) {
      #product-hero.pax-xo .hero-content h1 {
        font-size: 30px; } }
    @media only screen and (max-width: 768px) {
      #product-hero.pax-xo .hero-content h1 {
        font-size: 18px;
        margin-top: 10px; } }
  #product-hero.pax-xo .hero-content .short-description {
    font-size: 14px;
    font-weight: 400; }
    @media only screen and (max-width: 1440px) {
      #product-hero.pax-xo .hero-content .short-description {
        font-size: 12px; } }
    @media only screen and (max-width: 768px) {
      #product-hero.pax-xo .hero-content .short-description {
        display: none; } }
    #product-hero.pax-xo .hero-content .short-description p {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5; }
      @media only screen and (max-width: 1440px) {
        #product-hero.pax-xo .hero-content .short-description p {
          font-size: 12px; } }
    #product-hero.pax-xo .hero-content .short-description strong {
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase; }
      @media only screen and (max-width: 1440px) {
        #product-hero.pax-xo .hero-content .short-description strong {
          font-size: 16px; } }
  #product-hero.pax-xo .hero-content #product-details {
    margin-top: 0px;
    padding-bottom: 20px; }
    #product-hero.pax-xo .hero-content #product-details #price-details {
      padding: 60px 0 0 0; }
      @media only screen and (max-width: 1440px) {
        #product-hero.pax-xo .hero-content #product-details #price-details {
          padding: 30px 0 0 0; } }
      @media only screen and (max-width: 768px) {
        #product-hero.pax-xo .hero-content #product-details #price-details {
          padding: 0; } }
      #product-hero.pax-xo .hero-content #product-details #price-details .price-box {
        float: left; }
        #product-hero.pax-xo .hero-content #product-details #price-details .price-box .price {
          font-size: 40px;
          text-transform: uppercase;
          font-weight: 600;
          line-height: normal;
          position: relative; }
          @media only screen and (max-width: 1440px) {
            #product-hero.pax-xo .hero-content #product-details #price-details .price-box .price {
              font-size: 30px; } }
          @media only screen and (max-width: 600px) {
            #product-hero.pax-xo .hero-content #product-details #price-details .price-box .price {
              font-size: 16px; } }
          #product-hero.pax-xo .hero-content #product-details #price-details .price-box .price sup {
            font-weight: 400;
            top: 35%;
            font-size: 22px;
            position: absolute; }
            @media only screen and (max-width: 600px) {
              #product-hero.pax-xo .hero-content #product-details #price-details .price-box .price sup {
                font-size: 10px; } }
    #product-hero.pax-xo .hero-content #product-details em.note {
      float: left;
      margin: 24px 0 0 10px;
      font-size: 14px;
      text-transform: uppercase;
      font-style: normal;
      font-weight: 500; }
      @media only screen and (max-width: 1440px) {
        #product-hero.pax-xo .hero-content #product-details em.note {
          margin: 14px 0 0 10px; } }
      @media only screen and (max-width: 728px) {
        #product-hero.pax-xo .hero-content #product-details em.note {
          margin: 4px 0 0 4px;
          font-size: 10px; } }
    #product-hero.pax-xo .hero-content #product-details #addtocart_form {
      clear: both;
      padding: 45px 0 0 0; }
      @media only screen and (max-width: 1440px) {
        #product-hero.pax-xo .hero-content #product-details #addtocart_form {
          padding: 25px 0 0 0; } }
      @media only screen and (max-width: 728px) {
        #product-hero.pax-xo .hero-content #product-details #addtocart_form {
          padding: 10px 0 0 0; } }
      #product-hero.pax-xo .hero-content #product-details #addtocart_form .add-product {
        font-size: 12px; }
    #product-hero.pax-xo .hero-content #product-details .shipping-note {
      font-size: 12px;
      color: #7d7d7d;
      padding: 20px 0 0 0;
      display: block;
      clear: both; }
      @media only screen and (max-width: 728px) {
        #product-hero.pax-xo .hero-content #product-details .shipping-note {
          font-size: 10px;
          padding: 10px 0 0 0; } }
    #product-hero.pax-xo .hero-content #product-details #product-info-list {
      margin: 10px 0 0; }
      #product-hero.pax-xo .hero-content #product-details #product-info-list ul .product-content {
        color: #000000; }
        #product-hero.pax-xo .hero-content #product-details #product-info-list ul .product-content a {
          color: #000000; }
      #product-hero.pax-xo .hero-content #product-details #product-info-list .product-info {
        color: #000000;
        font-weight: 600;
        text-decoration: underline;
        margin: 20px 0 0 0; }
    #product-hero.pax-xo .hero-content #product-details .btn-cart.add-product {
      background: #000000;
      color: #fffc00; }
      @media only screen and (max-width: 600px) {
        #product-hero.pax-xo .hero-content #product-details .btn-cart.add-product {
          padding: 10px 15px;
          margin-right: 0; } }
    #product-hero.pax-xo .hero-content #product-details #swatch_text_display {
      font-size: 14px;
      font-weight: 400; }

#product-hero .hero-content {
  position: relative;
  color: #000000; }
  #product-hero .hero-content #hero-cta {
    margin-top: 220px; }
    #product-hero .hero-content #hero-cta .short-description {
      font-size: 18px; }
    #product-hero .hero-content #hero-cta .price-box {
      font-size: 18px;
      float: left;
      line-height: 18px;
      padding: 15px 0; }
      @media only screen and (max-width: 600px) {
        #product-hero .hero-content #hero-cta .price-box {
          padding: 10px 0 10px;
          display: inline;
          float: none; } }
    #product-hero .hero-content #hero-cta em.note {
      float: left;
      margin: 18px 0 0 20px;
      font-size: 10px;
      text-transform: uppercase;
      font-style: normal; }
      @media only screen and (max-width: 600px) {
        #product-hero .hero-content #hero-cta em.note {
          clear: both;
          display: block;
          float: none;
          margin: 0 0 15px 0; } }
    #product-hero .hero-content #hero-cta #addtocart_form {
      clear: both; }
      #product-hero .hero-content #hero-cta #addtocart_form .radio-style {
        margin-bottom: 10px; }
      @media only screen and (max-width: 600px) {
        #product-hero .hero-content #hero-cta #addtocart_form #product-options-wrapper {
          position: relative;
          top: -50px; } }
    #product-hero .hero-content #hero-cta .long-description {
      padding: 20px 0;
      font-size: 12px; }
      #product-hero .hero-content #hero-cta .long-description em {
        font-size: 10px; }
      #product-hero .hero-content #hero-cta .long-description a {
        color: #FFFFFF;
        text-decoration: underline; }

#product-hero .hero-content.dark {
  color: #000000; }

#product-hero .hero-content.light {
  color: #FFFFFF; }
  #product-hero .hero-content.light .swatchContainer img.active {
    border: 1px solid #FFFFFF; }

#product-hero.pax2-hero {
  z-index: 1000; }
  #product-hero.pax2-hero .hero-content h1 {
    font-size: 60px;
    font-weight: 700; }
  #product-hero.pax2-hero .hero-content .short-description {
    font-size: 14px;
    font-weight: 400; }
    #product-hero.pax2-hero .hero-content .short-description p {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5; }
    #product-hero.pax2-hero .hero-content .short-description strong {
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase; }
  #product-hero.pax2-hero .hero-content .mobile-product {
    text-align: center; }
    #product-hero.pax2-hero .hero-content .mobile-product h1 {
      font-size: 50px;
      margin: 50px 0 0 0; }
  #product-hero.pax2-hero .hero-content .hero-image-inner .gallery-show {
    text-align: center; }
    #product-hero.pax2-hero .hero-content .hero-image-inner .gallery-show .gallery-item {
      max-width: 220px;
      margin: 40px 0;
      width: auto; }
      @media only screen and (max-width: 767px) {
        #product-hero.pax2-hero .hero-content .hero-image-inner .gallery-show .gallery-item {
          max-height: 40vh; } }
  @media only screen and (max-width: 767px) {
    #product-hero.pax2-hero .hero-content .hero-image-inner {
      height: calc(40vh + 80px); } }
  #product-hero.pax2-hero .hero-content #hero-cta {
    margin-top: 0px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 600px) {
      #product-hero.pax2-hero .hero-content #hero-cta .mobile-format {
        text-align: center;
        position: relative;
        top: 40px; } }
    #product-hero.pax2-hero .hero-content #hero-cta .mobile-format em:before {
      font-size: 16px;
      margin-right: 7px; }
      @media only screen and (max-width: 600px) {
        #product-hero.pax2-hero .hero-content #hero-cta .mobile-format em:before {
          content: "|"; } }
    #product-hero.pax2-hero .hero-content #hero-cta .price {
      font-size: 60px;
      text-transform: uppercase;
      font-weight: 400;
      line-height: normal;
      position: relative; }
      @media only screen and (max-width: 600px) {
        #product-hero.pax2-hero .hero-content #hero-cta .price {
          font-size: 16px;
          font-weight: bold; } }
      #product-hero.pax2-hero .hero-content #hero-cta .price sup {
        font-weight: 400;
        top: 35%;
        font-size: 22px;
        position: absolute; }
        @media only screen and (max-width: 600px) {
          #product-hero.pax2-hero .hero-content #hero-cta .price sup {
            font-size: 10px; } }
    #product-hero.pax2-hero .hero-content #hero-cta em.note {
      float: left;
      margin: 60px 0 0 40px;
      font-size: 14px;
      text-transform: uppercase;
      font-style: normal;
      font-weight: 500; }
      @media only screen and (max-width: 600px) {
        #product-hero.pax2-hero .hero-content #hero-cta em.note {
          float: none;
          display: inline;
          margin: 0 0 10px 0;
          font-size: 16px;
          font-weight: bold; } }
    #product-hero.pax2-hero .hero-content #hero-cta #product-info-list {
      margin: 10px 0 0; }
      #product-hero.pax2-hero .hero-content #hero-cta #product-info-list ul .product-content {
        color: #000000; }
        #product-hero.pax2-hero .hero-content #hero-cta #product-info-list ul .product-content a {
          color: #000000; }
      #product-hero.pax2-hero .hero-content #hero-cta #product-info-list .product-info {
        color: #000000; }
    @media only screen and (max-width: 600px) {
      #product-hero.pax2-hero .hero-content #hero-cta .btn-cart.add-product {
        padding: 10px 15px;
        margin-right: 0;
        width: 100%; } }
    #product-hero.pax2-hero .hero-content #hero-cta #swatch_text_display {
      font-size: 14px;
      font-weight: 400; }
  #product-hero.pax2-hero .hero-image {
    position: absolute;
    z-index: 5; }
  #product-hero.pax2-hero #color-swatches #swatch_text_display {
    border-left: 1px solid #000000; }

#product-hero.product-81 .hero-content {
  position: relative;
  color: #000000; }
  #product-hero.product-81 .hero-content #hero-cta {
    margin-top: 190px; }

@media only screen and (max-width: 998px) {
  #product-hero.product-113 {
    height: 900px !important; } }

@media only screen and (max-width: 680px) {
  #product-hero.product-113 {
    height: 600px !important; } }

@media only screen and (max-width: 998px) {
  #product-hero.product-113 .hero-content #hero-image-grid {
    clear: both;
    width: 100%;
    display: block; }
    #product-hero.product-113 .hero-content #hero-image-grid .hero-image-inner {
      height: 400px !important; } }

@media only screen and (max-width: 680px) {
  #product-hero.product-113 .hero-content #hero-image-grid {
    height: 200px !important; } }

@media only screen and (max-width: 998px) {
  #product-hero.product-113 .hero-content #hero-cta-grid {
    clear: both;
    width: 100%;
    display: block; } }

#product-hero.product-113 .hero-content #hero-cta {
  margin-top: 150px; }
  @media only screen and (max-width: 998px) {
    #product-hero.product-113 .hero-content #hero-cta {
      margin-top: 0; } }
  @media only screen and (max-width: 600px) {
    #product-hero.product-113 .hero-content #hero-cta .short-description {
      display: block;
      font-size: 14px;
      margin-top: 15px; } }
  #product-hero.product-113 .hero-content #hero-cta .short-description li {
    margin: 0; }

@media only screen and (max-width: 998px) {
  #product-hero.product-113 .gallery .gallery-item {
    height: 400px !important;
    background-size: 100% !important;
    backgrond-position: center top; } }

@media only screen and (max-width: 680px) {
  #product-hero.product-113 .gallery .gallery-item {
    height: 200px !important;
    background-size: auto 250px !important; } }

#product-hero.product-119 .hero-image {
  background: #FFFFFF; }

@media only screen and (max-width: 998px) {
  #product-hero.product-119 {
    height: 900px !important; } }

@media only screen and (max-width: 680px) {
  #product-hero.product-119 {
    height: 500px !important; } }

@media only screen and (max-width: 998px) {
  #product-hero.product-119 .hero-content #hero-image-grid {
    clear: both;
    width: 100%;
    display: block; }
    #product-hero.product-119 .hero-content #hero-image-grid .hero-image-inner {
      height: 400px !important; } }

@media only screen and (max-width: 680px) {
  #product-hero.product-119 .hero-content #hero-image-grid {
    height: 200px !important; } }

@media only screen and (max-width: 998px) {
  #product-hero.product-119 .hero-content #hero-cta-grid {
    clear: both;
    width: 100%;
    display: block; } }

#product-hero.product-119 .hero-content #hero-cta {
  margin-top: 150px; }
  @media only screen and (max-width: 998px) {
    #product-hero.product-119 .hero-content #hero-cta {
      margin-top: 0; } }
  @media only screen and (max-width: 600px) {
    #product-hero.product-119 .hero-content #hero-cta .short-description {
      display: block;
      font-size: 14px;
      margin-top: 15px; } }
  #product-hero.product-119 .hero-content #hero-cta .short-description li {
    margin: 0; }

@media only screen and (max-width: 998px) {
  #product-hero.product-119 .gallery .gallery-item {
    height: 400px !important;
    background-size: 100% !important;
    backgrond-position: center top; } }

@media only screen and (max-width: 680px) {
  #product-hero.product-119 .gallery .gallery-item {
    height: 200px !important;
    background-size: auto 250px !important; } }

#product-hero.pax2-hero .gallery.loaded {
  display: none; }

#product-hero.pax2-hero .product-options .select-style {
  display: none; }

#price-fade-container {
  min-height: 56px; }

#product-price-81,
#product-description-81,
#product-contents-81 {
  display: none; }

#hero-product-contents {
  display: none; }

.not-salable-warning {
  margin: 5px 0 0 0;
  font-size: 10px; }

#us_ca_only {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 50px; }
  @media only screen and (max-width: 600px) {
    #us_ca_only {
      clear: both;
      display: block;
      line-height: normal;
      padding: 5px 0 0; } }

#product-info-list {
  margin: 20px 0 0; }
  @media only screen and (max-width: 600px) {
    #product-info-list {
      margin: 10px 0 0; } }
  #product-info-list .product-info {
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 5px 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 600px) {
      #product-info-list .product-info {
        text-align: center;
        font-weight: 700;
        font-size: 14px; } }
    #product-info-list .product-info .arrow {
      display: inline-block;
      transition: transform 0.2s ease 0s; }
  #product-info-list .active .arrow {
    transform: perspective(1px) rotate(90deg); }
  #product-info-list .product-info:hover {
    text-decoration: none; }
  #product-info-list #product-contents-list {
    display: none;
    margin: 0 0 10px; }
    @media only screen and (max-width: 600px) {
      #product-info-list #product-contents-list {
        display: block;
        text-align: center;
        font-size: 16px; } }
  #product-info-list .icon {
    font-size: 16px;
    margin: 0 10px 0 0; }
    @media only screen and (max-width: 600px) {
      #product-info-list .icon {
        display: none; } }
  #product-info-list ul {
    margin: 0 !important;
    padding: 0;
    display: inline-block; }
    #product-info-list ul .product-content {
      color: #FFFFFF;
      font-size: 10px;
      font-weight: 400;
      line-height: 16px;
      list-style: none;
      margin: 10px 0;
      text-transform: uppercase; }
      @media only screen and (max-width: 600px) {
        #product-info-list ul .product-content {
          font-size: 10px;
          line-height: 24px;
          margin: 0; } }
      #product-info-list ul .product-content a {
        color: #FFFFFF; }
  #product-info-list ul:nth-child(1) {
    margin: 0 40px 0 0; }
    @media only screen and (max-width: 600px) {
      #product-info-list ul:nth-child(1) {
        margin: 0 10px 0 0; } }

@media only screen and (max-width: 600px) {
  #product-hero .hero-content #hero-cta {
    margin-top: 50px; }
    #product-hero .hero-content #hero-cta h1 {
      font-size: 20px;
      margin-bottom: 0; }
    #product-hero .hero-content #hero-cta .short-description {
      text-align: center;
      margin: 15px 0 20px 0; }
      #product-hero .hero-content #hero-cta .short-description p {
        font-size: 14px;
        font-weight: 300; }
      #product-hero .hero-content #hero-cta .short-description strong {
        font-size: 14px;
        text-transform: none; }
    #product-hero .hero-content #hero-cta .btn-cart {
      padding: 10px 15px;
      margin-right: 0;
      font-size: 14px !important; }
    #product-hero .hero-content #hero-cta .long-description {
      display: none; }
  #product-hero .hero-content #hero-product-contents {
    display: block;
    padding: 0px 10px;
    position: absolute;
    bottom: 0;
    font-size: 11px; }
  #product-hero.product-81 .hero-content #hero-cta {
    margin-top: 60px; }
  #product-hero.product-81 .hero-image {
    background: #EFEBE8; }
  #product-hero.product-83 #hero-cta-grid {
    margin: 0;
    width: 100% !important; }
    #product-hero.product-83 #hero-cta-grid #hero-cta {
      margin-top: 170px;
      padding: 0 20px; }
      #product-hero.product-83 #hero-cta-grid #hero-cta .product-options {
        float: left; }
  #product-hero.product-83 .hero-image {
    background: #F5F1EE; } }

#product-hero.product-83 .product-options {
  float: left; }

#pre-order-bar {
  padding: 35px 0; }
  #pre-order-bar .copy {
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    padding-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    #pre-order-bar .copy {
      font-size: 12px; } }

.banner {
  position: relative; }

.banner-content {
  padding-top: 30%; }
  .banner-content .banner-header {
    font-size: 36px;
    padding-bottom: 5px; }
  .banner-content .banner-subheader {
    font-size: 26px;
    padding-bottom: 10px; }
  .banner-content .banner-copy {
    font-size: 18px;
    padding-bottom: 20px; }

.banner-content.dark {
  color: #000000; }

.banner-content.light {
  color: #FFFFFF; }

@media only screen and (max-width: 768px) {
  .banner-content .banner-header {
    font-size: 20px; }
  .banner-content .banner-subheader {
    font-size: 16px;
    padding-bottom: 10px; }
  .banner-content .banner-copy {
    font-size: 14px;
    padding-bottom: 5px; }
  .banner-content .banner-actions .btn {
    padding: 10px 30px; }
  #ploom-pod-banner .banner-content {
    padding-top: 25%; }
  #ploom-pod-banner .banner-actions {
    bottom: 40%; } }

.banner-block .banner-header,
.new-block .banner-header {
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 30px 0; }
  @media only screen and (max-width: 768px) {
    .banner-block .banner-header,
    .new-block .banner-header {
      font-size: 28px; } }
  @media only screen and (max-width: 600px) {
    .banner-block .banner-header,
    .new-block .banner-header {
      font-size: 16px; } }

@media only screen and (max-width: 600px) {
  .banner-block .banner-content .banner-actions .btn,
  .new-block .banner-content .banner-actions .btn {
    padding: 10px 15px; } }

@media only screen and (max-width: 768px) {
  .banner-block .banner-copy,
  .new-block .banner-copy {
    display: none; } }

.banner-block .banner-price,
.new-block .banner-price {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 30px 0; }
  .banner-block .banner-price sup,
  .new-block .banner-price sup {
    font-weight: 500;
    top: -12px;
    font-size: 22px; }

@media only screen and (max-height: 1020px) {
  .banner-block,
  .new-block {
    font-size: 16px;
    padding-top: 50px; } }

.section {
  padding: 40px 0; }
  .section .section-header {
    text-align: center;
    font-size: 58px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 5px; }
  .section .section-header.dark {
    color: #000000; }
  .section .section-subheader {
    font-size: 26px;
    padding-bottom: 10px; }
  .section .section-copy {
    font-size: 18px;
    padding-bottom: 20px; }
  .section .section-cta {
    padding: 40px 0 0 0; }

.section-block {
  height: 800px; }
  .section-block .section-header {
    padding-top: 300px; }
    @media only screen and (max-width: 768px) {
      .section-block .section-header {
        font-size: 20px; } }
  @media only screen and (max-width: 995px) {
    .section-block {
      height: 600px; }
      .section-block .section-header {
        padding-top: 150px; } }
  @media only screen and (max-width: 768px) {
    .section-block {
      height: 300px; }
      .section-block .section-header {
        padding-top: 75px; }
      .section-block .section-subheader {
        font-size: 14px; } }

#innovation-video.section-block {
  height: 600px; }
  #innovation-video.section-block .section-header {
    padding-top: 150px; }
    @media only screen and (max-width: 768px) {
      #innovation-video.section-block .section-header {
        padding-top: 30px; } }
  @media only screen and (max-height: 1020px) and (max-width: 1400px) {
    #innovation-video.section-block {
      height: 480px; } }
  @media only screen and (max-width: 768px) {
    #innovation-video.section-block {
      height: 200px; } }

.copy-block {
  padding: 90px 0; }
  @media only screen and (max-width: 768px) {
    .copy-block {
      padding: 30px 0; } }
  .copy-block .section-subheader {
    font-size: 22px;
    font-weight: 400; }
    @media only screen and (max-width: 768px) {
      .copy-block .section-subheader {
        font-size: 14px; } }

#para-intro,
#design-intro,
#para-pax2-intro-mobile {
  background: #333333; }
  #para-intro .section-header,
  #design-intro .section-header,
  #para-pax2-intro-mobile .section-header {
    padding-bottom: 10px; }
  #para-intro .section-subheader,
  #design-intro .section-subheader,
  #para-pax2-intro-mobile .section-subheader {
    color: #FFFFFF; }

#para-pax2-mobile .row {
  margin-bottom: 20px; }
  #para-pax2-mobile .row.first .innovations-images, #para-pax2-mobile .row.third .innovations-images {
    margin-top: -25px; }

#para-pax2-mobile .section {
  padding: 30px 0 0 0; }
  #para-pax2-mobile .section.last {
    margin-bottom: 0; }

#para-pax2-mobile .section-title {
  font-size: 22px;
  color: black; }

#para-pax2-mobile .innovation-copy {
  position: relative; }
  #para-pax2-mobile .innovation-copy p {
    margin-bottom: 20px; }
    #para-pax2-mobile .innovation-copy p:last-of-type {
      margin-bottom: 0; }

#para-pax2-mobile .innovations-images {
  text-align: center; }
  #para-pax2-mobile .innovations-images img {
    width: 100%; }

#innovation-video .section-header .section-title {
  margin-bottom: 15px;
  display: block; }
  @media only screen and (max-width: 600px) {
    #innovation-video .section-header .section-title {
      font-size: 12px; } }

@media only screen and (max-width: 768px) {
  .section .section-header {
    font-size: 20px;
    padding-bottom: 15px; }
  .section .section-copy {
    font-size: 16px;
    padding-bottom: 20px; } }

.pax_in_press .quote-header {
  padding: 35px 0; }

.pax_in_press .quote-block {
  padding-bottom: 25px; }

#pax-2-press .quote-header {
  padding: 35px 0; }
  @media only screen and (max-width: 768px) {
    #pax-2-press .quote-header {
      font-size: 20px;
      padding: 30px 0; } }

#pax-2-press .quote-block {
  padding-bottom: 35px; }
  @media only screen and (max-width: 768px) {
    #pax-2-press .quote-block {
      padding-bottom: 30px; } }
  #pax-2-press .quote-block p {
    margin: 0 0 20px 0; }
    @media only screen and (max-width: 768px) {
      #pax-2-press .quote-block p {
        min-height: 0; } }

.quote-header {
  display: block;
  text-align: center;
  font-size: 36px;
  padding: 70px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700; }

.quote-block {
  text-align: center;
  color: #5E5E5E;
  padding-bottom: 50px;
  cursor: pointer; }

#pax-advanced {
  padding: 0 0 30px; }
  #pax-advanced .quote-header {
    padding: 30px 0; }
  #pax-advanced .container {
    border-top: 1px solid #CCCCCC; }
  #pax-advanced img {
    max-width: 303px;
    width: 100%; }
  #pax-advanced .copy_header {
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 0 10px; }
  #pax-advanced .copy {
    padding: 0 0 20px; }

#compare-pax {
  background: #f8f8f8; }

.compare-table {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-size: 16px; }
  .compare-table thead {
    text-transform: uppercase; }
    .compare-table thead th {
      padding-bottom: 20px; }
  .compare-table td {
    width: 33%;
    padding: 15px 30px 15px 0;
    font-weight: normal; }
  .compare-table tr:last-child td {
    padding-bottom: 40px; }
  .compare-table strong {
    text-transform: uppercase; }

#pax-compare-cta {
  border: none; }

#pax-compare-dimensions,
#pax-compare-warranty,
#pax-compare-weight,
#pax-compare-price {
  margin-bottom: 20px; }
  #pax-compare-dimensions tr:last-child td,
  #pax-compare-warranty tr:last-child td,
  #pax-compare-weight tr:last-child td,
  #pax-compare-price tr:last-child td {
    padding-bottom: 40px; }

#pax-compare-devices strong {
  display: block;
  padding-top: 20px; }

@media screen and (max-width: 600px) {
  #compare-pax-device {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center; } }

#compare-pax-device img {
  margin-left: -77px; }

@media screen and (max-width: 600px) {
  #compare-pax-device img {
    margin: 0;
    width: 100%;
    height: auto; } }

@media screen and (max-width: 600px) {
  #compare-pax2-device {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center; } }

#compare-pax2-device img {
  margin-left: -68px; }

@media screen and (max-width: 600px) {
  #compare-pax2-device img {
    margin: 0;
    width: 100%;
    height: auto; } }

@media screen and (max-width: 600px) {
  .compare-table thead {
    display: none; }
  .compare-table tbody td {
    display: block;
    padding: 10px;
    width: 100%; }
  .compare-table tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    width: 25%;
    font-size: 12px; }
  .compare-table tbody tr td:first-child {
    background: #CCCCCC; }
  .compare-table tbody tr td:first-child:before {
    content: '';
    display: none; }
  .compare-table tbody td {
    font-size: 12px; }
    .compare-table tbody td strong {
      font-weight: normal;
      text-transform: none; }
  .compare-table {
    margin-bottom: 20px; }
    .compare-table tr:last-child td {
      padding-bottom: 10px !important; } }

.pod-row {
  text-transform: capitalize;
  padding: 20px 0 10px 0; }
  .pod-row li a {
    text-align: center;
    display: block;
    margin: 10px 0;
    color: #000000; }
    .pod-row li a img {
      width: 100%; }

.pod-cta .input-text.qty {
  width: 50px;
  float: left;
  margin-right: 10px;
  color: #000000; }

@media only screen and (min-width: 992px) {
  #pax-accessories .col-md-6 .accessory .acc-cta .acc-name {
    margin: 20% 0 2%; }
  #pax-accessories .col-md-6 .accessory .acc-cta .acc-description {
    padding: 0 10%; }
  #pax-accessories .col-md-6 .accessory .acc-cta .addtocart_form {
    bottom: 18%; } }

.accessory {
  margin: 10px 0; }
  .accessory .acc-img img {
    width: 100%;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden; }
  .accessory .acc-cta .acc-name {
    margin: 5% 0 2.5%; }
    .accessory .acc-cta .acc-name a {
      color: #000000;
      font-size: 20px;
      font-weight: 500;
      line-height: 20px;
      text-transform: uppercase; }
      @media only screen and (max-width: 1200px) {
        .accessory .acc-cta .acc-name a {
          font-size: 18px;
          line-height: 18px; } }

#pax-2-accessories .accessory .acc-img {
  border: 1px solid #D8D8D8;
  position: relative;
  background: #ffffff; }

#pax-2-accessories .accessory .acc-details {
  text-align: center;
  padding-top: 15px;
  height: 95px; }
  #pax-2-accessories .accessory .acc-details .acc-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px; }
    #pax-2-accessories .accessory .acc-details .acc-name a {
      color: #000000; }
  #pax-2-accessories .accessory .acc-details .acc-includes {
    font-size: 13px;
    color: #919191; }
  #pax-2-accessories .accessory .acc-details .acc-price {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px; }
  @media only screen and (max-width: 767px) {
    #pax-2-accessories .accessory .acc-details {
      height: 85px; } }

#pax-2-accessories .accessory .btn-acc {
  width: 150px;
  height: 37px;
  padding: 8px 5px;
  letter-spacing: 1px;
  font-size: 13px;
  background: #ffffff;
  color: #ff4b04;
  border: 2px solid #ff4b04; }
  #pax-2-accessories .accessory .btn-acc:hover {
    background: #ff4b04;
    color: #ffffff; }

#pax-2-accessories .accessory .acc-cta {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  #pax-2-accessories .accessory .acc-cta .acc-description {
    color: #000000;
    font-size: 16px;
    margin: 0 35px;
    padding: 15px 0;
    font-weight: 400; }
    @media only screen and (max-width: 1200px) {
      #pax-2-accessories .accessory .acc-cta .acc-description {
        font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    #pax-2-accessories .accessory .acc-cta {
      opacity: 1; }
      #pax-2-accessories .accessory .acc-cta .acc-name, #pax-2-accessories .accessory .acc-cta .acc-description {
        opacity: 0; }
      #pax-2-accessories .accessory .acc-cta .acc-view {
        display: none !important; } }

#pax-2-accessories .accessory .addtocart_form {
  text-align: center;
  margin: 0 0 40px 0; }

#pax-2-accessories .acc-img:hover, .acc-img.active {
  border-color: #EEEEEE; }
  #pax-2-accessories .acc-img:hover img, .acc-img.active img {
    opacity: 0.1; }
  #pax-2-accessories .acc-img:hover .acc-cta, #pax-2-accessories .acc-img:hover .acc-name, #pax-2-accessories .acc-img:hover .acc-description, .acc-img.active .acc-cta, .acc-img.active .acc-name, .acc-img.active .acc-description {
    opacity: 1; }
  #pax-2-accessories .acc-img:hover .hvr-underline-from-center:before, #pax-2-accessories .acc-img:hover .hvr-underline-from-center:before, #pax-2-accessories .acc-img:hover .hvr-underline-from-center:before, .acc-img.active .hvr-underline-from-center:before, .acc-img.active .hvr-underline-from-center:before, .acc-img.active .hvr-underline-from-center:before {
    left: 40px;
    right: 40px; }

#pax-accessories .accessory .acc-img {
  border: 1px solid #D8D8D8;
  position: relative;
  background: #EEEEEE; }

#pax-accessories .accessory .acc-details {
  padding-top: 10px; }
  #pax-accessories .accessory .acc-details .acc-name {
    float: left; }
    #pax-accessories .accessory .acc-details .acc-name a {
      color: #000000; }
  #pax-accessories .accessory .acc-details .acc-price {
    float: right; }
    @media only screen and (max-width: 768px) {
      #pax-accessories .accessory .acc-details .acc-price {
        float: left;
        clear: both;
        padding-top: 5px;
        font-size: 12px; } }

#pax-accessories .accessory .acc-cta {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease;
  top: 0;
  width: 100%; }
  #pax-accessories .accessory .acc-cta .acc-description {
    color: #000000;
    font-size: 13px;
    padding: 0 15px; }
    @media only screen and (max-width: 1200px) {
      #pax-accessories .accessory .acc-cta .acc-description {
        font-size: 12px; } }
  #pax-accessories .accessory .acc-cta .addtocart_form {
    bottom: 5%;
    display: block;
    position: absolute;
    width: 100%; }
    #pax-accessories .accessory .acc-cta .addtocart_form .btn {
      font-size: 14px;
      font-weight: 500;
      padding: 12px 20px; }
      @media only screen and (max-width: 1200px) {
        #pax-accessories .accessory .acc-cta .addtocart_form .btn {
          font-size: 13px;
          padding: 8px 20px; } }
    #pax-accessories .accessory .acc-cta .addtocart_form .acc-view {
      display: block;
      font-weight: 600;
      letter-spacing: 1px;
      margin: 2.5% 0 0;
      text-transform: uppercase; }
      @media only screen and (max-width: 1200px) {
        #pax-accessories .accessory .acc-cta .addtocart_form .acc-view {
          font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    #pax-accessories .accessory .acc-cta {
      opacity: 1; }
      #pax-accessories .accessory .acc-cta .acc-name, #pax-accessories .accessory .acc-cta .acc-description {
        opacity: 0; }
      #pax-accessories .accessory .acc-cta .btn-acc {
        bottom: -64px;
        padding: 10px !important;
        position: absolute;
        right: -1px;
        width: auto !important; }
      #pax-accessories .accessory .acc-cta .acc-view {
        display: none !important; } }

#pax-accessories .accessory.hover .acc-cta, #pax-accessories .accessory.hover .acc-name, #pax-accessories .accessory.hover .acc-description, .accessory.active .acc-cta, .accessory.active .acc-name, .accessory.active .acc-description {
  opacity: 1; }

#pax-accessories .accessory.hover .acc-img, .accessory.active .acc-img {
  border-color: #EEEEEE; }
  #pax-accessories .accessory.hover .acc-img img, .accessory.active .acc-img img {
    opacity: 0.1; }

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #000000;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.row-header {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 30px 0;
  text-transform: uppercase;
  font-weight: 700; }

.row-actions {
  display: block;
  text-align: center;
  padding: 20px 0; }

.instagram-banner {
  background: #f8f8f8;
  padding: 75px 0 70px 0; }
  @media only screen and (max-width: 768px) {
    .instagram-banner {
      padding: 30px 0; } }
  .instagram-banner .header {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 60px 0; }
    @media only screen and (max-width: 768px) {
      .instagram-banner .header {
        font-size: 20px;
        padding: 0 0 40px 0; } }
  .instagram-banner ul {
    text-align: center; }
  .instagram-banner img {
    width: 100%; }
  @media only screen and (max-width: 768px) {
    .instagram-banner .row-actions a {
      margin-bottom: 20px; } }

.connect-row {
  padding: 0 0 30px 0; }
  .connect-row form {
    text-align: center; }

.btn-video {
  color: #FFFFFF;
  display: inline-block;
  font-size: 36px; }
  .btn-video .icon {
    position: relative;
    display: inline-block;
    font-size: 50px; }
  .btn-video span {
    display: block; }

.btn-video:focus {
  text-decoration: none;
  color: #FFFFFF; }

.btn-video:hover {
  color: #FFFFFF;
  text-decoration: none; }

.youtube:hover {
  color: #FFFFFF;
  text-decoration: none; }

.footer {
  background: #f8f8f8;
  padding: 30px 0 0 0; }
  .footer dt {
    font-size: 13px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500; }
  .footer dd {
    font-size: 13px;
    font-weight: 400; }
    .footer dd ul {
      list-style: none;
      padding: 0px; }
      .footer dd ul li {
        padding: 0 0 5px 0; }
    .footer dd a {
      color: #000000;
      font-weight: 400; }
  @media only screen and (max-width: 768px) {
    .footer dt {
      cursor: pointer;
      display: block; }
    .footer dt:after {
      content: "+";
      float: right; }
    .footer dd ul {
      display: none; } }

.footer-copy {
  font-size: 13px;
  color: #FFFFFF;
  padding: 15px 0 10px 0;
  font-weight: 400; }
  .footer-copy a {
    color: #FFFFFF; }

#country-selector {
  color: #4D4D4D;
  font-weight: normal;
  margin: 0 0 5px 0; }
  #country-selector a {
    color: #4D4D4D;
    font-weight: 700; }
  #country-selector .change_store_cookie {
    text-transform: uppercase; }

.btn, .button {
  padding: 15px 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 16px; }

.btn:hover,
.btn:active,
.btn:focus,
.button:hover {
  text-decoration: none !important;
  color: #FFFFFF; }

.btn-fluid {
  width: 100%;
  display: block;
  padding: 15px 0; }

.btn-sm {
  padding: 5px 15px; }

.btn-md {
  padding: 10px 15px !important; }

.btn-lg {
  padding: 10px 15px !important;
  font-size: 14px; }

#payment-buttons-container .btn-md {
  width: auto !important;
  padding: 10px 15px !important; }

.btn-outline {
  color: #FFFFFF;
  border: 1px solid #FFFFFF; }

.btn-dark {
  color: #000000;
  border: 1px solid #000000; }

.btn-outline:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF; }

.btn-dark:hover {
  color: #000000;
  background: rgba(0, 0, 0, 0.2); }

.btn-color1 {
  background: #ff4b04;
  color: #FFFFFF; }

.btn-color1:hover {
  color: #FFFFFF;
  background: #ca3b04; }

.btn-color2 {
  background: #D8D8D8;
  color: #FFFFFF; }

.btn-color2:hover {
  color: #FFFFFF;
  background: #c3c3c3; }

.btn-color3 {
  background: #14c2dc;
  color: #FFFFFF; }

.btn-color3:hover {
  color: #FFFFFF;
  background: #10a1b9; }

.btn-color4 {
  background: #FFFFFF;
  color: #000000; }

.btn-color4:hover {
  color: #000000;
  background: #dadada; }

.btn-color5 {
  background: #ff4b04;
  color: #FFFFFF; }

.btn-color5:hover {
  color: #FFFFFF;
  background: #ca3b04; }

.color5 {
  color: #7ED321; }

.btn:active, .btn.active {
  position: relative;
  box-shadow: none;
  opacity: 0.4; }
  .btn:active span, .btn.active span {
    opacity: 0.4; }

.change_store {
  padding: 15px 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  background: #D8D8D8;
  color: #FFFFFF;
  border: none;
  padding: 11px 15px;
  float: left; }

.product-options dl {
  margin: 0; }
  .product-options dl dt {
    display: none; }

#color-swatches {
  text-align: center; }
  #color-swatches ul {
    float: left;
    margin: 0 0 20px 0;
    padding: 0px; }
    @media only screen and (max-width: 600px) {
      #color-swatches ul {
        float: none;
        position: relative;
        margin: 0 auto 14px auto; } }
    @media only screen and (max-width: 600px) {
      #color-swatches ul .swatchContainer {
        display: inline-block; } }
    #color-swatches ul .swatchContainer .swatch {
      padding: 3px;
      display: inline;
      cursor: pointer;
      float: left;
      margin: 0 5px 0 0 !important;
      border: 1px solid rgba(255, 255, 255, 0);
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      width: 25px;
      height: 25px; }
    #color-swatches ul .swatchContainer .swatch.active {
      padding: 3px;
      border: 1px solid #000000; }
  #color-swatches #swatch_text_display {
    border-left: 1px solid #FFFFFF;
    float: left;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    padding: 0 0 0 15px;
    margin: 0 0 0 6px; }
    @media only screen and (max-width: 600px) {
      #color-swatches #swatch_text_display {
        border-left: none !important;
        line-height: 0px;
        margin: 0 0 20px 0;
        padding: 0;
        float: none;
        text-align: center; } }

.product-alert-response {
  margin: 10px 0 0; }

.notify_email {
  color: #000000; }
  .notify_email .error {
    border-color: red;
    box-shadow: 0 0 10px red;
    color: red; }

.btn-notify {
  border: none;
  line-height: 14px;
  padding: 13px; }

@media only screen and (min-width: 768px) {
  .notify_email.col-sm-7 {
    width: 60%; }
  .btn-notify.col-sm-offset-1 {
    margin-left: 3%; }
  .btn-notify.col-sm-4 {
    width: 37%; } }

@media only screen and (max-width: 768px) {
  .notify_email {
    font-size: 12px !important;
    margin: 0 0 5px; }
  .btn-notify {
    font-size: 12px;
    line-height: 12px;
    padding: 10px; }
  .notify_fields label {
    font-size: 10px; }
  .product-alert-response {
    font-size: 10px;
    line-height: 25px;
    margin: 5px 0 0; }
    .product-alert-response .messages {
      margin: 0;
      padding: 0; }
    .product-alert-response .messages li {
      padding: 0; }
    .product-alert-response .messages .success-msg ul:before {
      padding: 0 5px; }
  .pod-block .notify_fields .row {
    margin: auto; } }

@media only screen and (min-width: 992px) {
  .pod-block .notify_email.col-md-7 {
    width: 60%; }
  .pod-block .btn-notify.col-md-offset-1 {
    margin-left: 3%; }
  .pod-block .btn-notify.col-md-4 {
    width: 37%; } }

@media only screen and (max-width: 991px) {
  .pod-block .notify_email {
    font-size: 12px;
    margin: 0 0 5px; }
  .pod-block .btn-notify {
    font-size: 12px;
    line-height: 12px;
    padding: 10px; } }

.product-options-bottom {
  clear: both;
  min-height: 52px; }
  .product-options-bottom .price-box {
    display: none !important; }
  @media only screen and (max-width: 768px) {
    .product-options-bottom {
      text-align: center; } }

.gallery-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  overflow: hidden;
  z-index: 1; }

.product-pax-2 .gallery-item {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 1; }

.product-pax-2 .secondary-nav {
  background: url("//www.paxvapor.com/skin/frontend/plm/default/assets/v2/bg.pax2.secondnav.1471593909.jpg") center center no-repeat;
  background-color: #3b393a;
  background-size: cover;
  display: block;
  z-index: 1040;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 5px #3b3b3b;
  clear: both; }
  .product-pax-2 .secondary-nav .row {
    position: relative; }
  .product-pax-2 .secondary-nav ul {
    text-align: center; }
    .product-pax-2 .secondary-nav ul li a {
      color: #FFFFFF;
      line-height: 65px;
      margin-right: 20px;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase; }
    .product-pax-2 .secondary-nav ul li a.active {
      color: #979797; }
  .product-pax-2 .secondary-nav .product-name {
    font-size: 14px;
    font-weight: 500;
    left: -100%;
    top: 10;
    line-height: 61px; }
    .product-pax-2 .secondary-nav .product-name img.logo {
      width: 30px;
      margin-left: 8px; }
    .product-pax-2 .secondary-nav .product-name .pax2-text {
      padding-left: 12px; }
    .product-pax-2 .secondary-nav .product-name a {
      color: #FFFFFF; }
      .product-pax-2 .secondary-nav .product-name a .icon {
        font-size: 30px;
        float: left; }
      .product-pax-2 .secondary-nav .product-name a .text {
        float: left;
        line-height: 65px;
        margin: 0 0 0 30px; }
    .product-pax-2 .secondary-nav .product-name a:hover {
      text-decoration: none; }
  .product-pax-2 .secondary-nav .product-name.slide-in {
    left: 1%; }
  .product-pax-2 .secondary-nav .buy-now {
    position: absolute;
    right: -100%;
    top: 11px;
    -webkit-transition: right 0.3s, opacity 0.3s;
    -moz-transition: right 0.3s, opacity 0.3s;
    transition: right 0.3s, opacity 0.3s; }
  .product-pax-2 .secondary-nav .button {
    padding: 10px 20px;
    font-size: 14px; }
  .product-pax-2 .secondary-nav .buy-now.slide-in {
    right: 1%;
    display: block; }

.product-pax-2 .secondary-nav.fixed {
  left: 0;
  position: fixed;
  top: 0px;
  width: 100%; }
  .product-pax-2 .secondary-nav.fixed ul {
    left: 0;
    margin: 0 auto;
    width: 70%;
    position: relative; }

.pax-xo-nav {
  background: url("//www.paxvapor.com/skin/frontend/plm/default/assets/v2/bg.pax2.secondnav.1471593909.jpg") center center no-repeat;
  background-size: cover;
  display: block;
  z-index: 1040;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 5px #3b3b3b;
  clear: both; }
  .pax-xo-nav .row {
    position: relative; }
  .pax-xo-nav ul {
    text-align: center; }
    .pax-xo-nav ul li a {
      color: #FFFFFF;
      line-height: 65px;
      margin-right: 20px;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase; }
    .pax-xo-nav ul li a.active {
      color: #979797; }
  .pax-xo-nav .product-name {
    font-size: 14px;
    font-weight: 500;
    left: -100%;
    top: 10;
    line-height: 61px; }
    .pax-xo-nav .product-name a {
      color: #FFFFFF; }
      .pax-xo-nav .product-name a .icon {
        font-size: 30px;
        float: left; }
      .pax-xo-nav .product-name a .text {
        float: left;
        line-height: 65px;
        margin: 0 0 0 30px; }
    .pax-xo-nav .product-name a:hover {
      text-decoration: none; }
  .pax-xo-nav .product-name.slide-in {
    left: 1%; }
  .pax-xo-nav .buy-now {
    position: absolute;
    right: -100%;
    top: 11px;
    -webkit-transition: right 0.3s, opacity 0.3s;
    -moz-transition: right 0.3s, opacity 0.3s;
    transition: right 0.3s, opacity 0.3s; }
    .pax-xo-nav .buy-now .button.active {
      opacity: 0.6; }
  .pax-xo-nav .button {
    padding: 10px 20px;
    font-size: 14px; }
    .pax-xo-nav .button.btn-color5 {
      background: #fffc00;
      color: #000000; }
  .pax-xo-nav .buy-now.slide-in {
    right: 1%;
    display: block; }
  .pax-xo-nav.fixed {
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%; }
    .pax-xo-nav.fixed ul {
      left: 0;
      margin: 0 auto;
      width: 70%;
      position: relative; }

.hero-content .gallery-pager-wrapper {
  display: block; }
  @media only screen and (max-width: 768px) {
    .hero-content .gallery-pager-wrapper {
      display: none; } }

.gallery-pager-wrapper {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 100%;
  text-align: center;
  bottom: 5%; }
  .gallery-pager-wrapper .gallery-pager {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #000000;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease; }
  .gallery-pager-wrapper .gallery-pager.active, .gallery-pager-wrapper .gallery-pager:hover {
    background: #000000; }

#ploom-tech-specs,
#pax-tech-specs {
  padding-bottom: 60px; }

#tech-specs .row .first .tech-spec {
  border-top: 1px solid #979797; }

#tech-specs .row .tech-spec {
  border-bottom: 1px solid #979797;
  padding: 10px 0;
  width: 100%; }
  #tech-specs .row .tech-spec .left {
    float: left;
    font-size: 18px;
    width: 50%; }
  #tech-specs .row .tech-spec .right {
    float: right;
    width: 50%; }
    @media only screen and (max-width: 768px) {
      #tech-specs .row .tech-spec .right {
        clear: both;
        float: left;
        width: 100%; } }

#tech-specs.support-specs {
  margin-top: 40px; }
  #tech-specs.support-specs .section {
    padding: 10px 0; }
  #tech-specs.support-specs .section-header {
    margin: 0;
    color: #000000;
    text-align: left;
    font-size: 18px; }
  #tech-specs.support-specs .row .first .tech-spec {
    border-top: 1px solid #e5e5e5; }
  #tech-specs.support-specs .row .tech-spec {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0; }
    #tech-specs.support-specs .row .tech-spec .left {
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      width: 30%; }
    #tech-specs.support-specs .row .tech-spec .right {
      width: 55%; }

#pax2-tech-specs {
  padding-bottom: 150px; }
  @media only screen and (max-width: 768px) {
    #pax2-tech-specs {
      padding-bottom: 50px; } }
  #pax2-tech-specs .section-header {
    color: #000000;
    font-size: 40px; }
    @media only screen and (max-width: 768px) {
      #pax2-tech-specs .section-header {
        font-size: 22px; } }
  @media only screen and (max-width: 768px) {
    #pax2-tech-specs #tech-specs .section {
      padding: 10px 0; } }
  #pax2-tech-specs #tech-specs .row .first .tech-spec {
    border-top: 1px solid #979797; }
  #pax2-tech-specs #tech-specs .row .tech-spec {
    border-bottom: 1px solid #979797;
    padding: 30px 0;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      #pax2-tech-specs #tech-specs .row .tech-spec {
        border: none;
        padding: 10px 0; } }
    #pax2-tech-specs #tech-specs .row .tech-spec .left {
      float: left;
      font-size: 18px;
      width: 40%;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        #pax2-tech-specs #tech-specs .row .tech-spec .left {
          font-size: 12px;
          width: 100%; } }
    #pax2-tech-specs #tech-specs .row .tech-spec .right {
      float: right;
      width: 60%;
      text-align: left;
      font-size: 18px;
      font-weight: 400; }
      @media only screen and (max-width: 768px) {
        #pax2-tech-specs #tech-specs .row .tech-spec .right {
          clear: both;
          float: left;
          width: 100%;
          font-size: 12px; } }

.cart {
  padding-bottom: 200px; }

.cart-empty {
  min-height: 600px; }

.title-band {
  margin-bottom: 40px;
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }
  @media only screen and (max-width: 600px) {
    .title-band {
      margin-bottom: 20px; }
      .title-band h1 {
        margin: 10px 0; } }

.title-band-account {
  background: #fcfcfc;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

#shopping-cart-table {
  width: 100%;
  border-bottom: 1px solid #D8D8D8; }
  #shopping-cart-table th {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 10px; }
  #shopping-cart-table .product-name {
    font-size: 18px; }
  #shopping-cart-table .a-left {
    text-align: left; }
  #shopping-cart-table .a-center {
    text-align: center; }
  #shopping-cart-table .a-right {
    text-align: right; }
  #shopping-cart-table .cart-product-img {
    width: 12%;
    padding: 15px 0; }
    @media only screen and (max-width: 768px) {
      #shopping-cart-table .cart-product-img img {
        width: 50px; } }
  #shopping-cart-table .cart-product-name {
    font-size: 18px; }
    @media only screen and (max-width: 768px) {
      #shopping-cart-table .cart-product-name {
        font-size: 14px; } }
    #shopping-cart-table .cart-product-name .product-name {
      margin: 0 0 5px 0; }
    #shopping-cart-table .cart-product-name .item-options {
      font-size: 12px;
      margin: 0; }
      @media only screen and (max-width: 768px) {
        #shopping-cart-table .cart-product-name .item-options {
          font-size: 10px; } }
      #shopping-cart-table .cart-product-name .item-options dt {
        font-weight: 500;
        color: #b5b5b5; }
        #shopping-cart-table .cart-product-name .item-options dt span {
          color: #333333;
          font-weight: normal; }
      #shopping-cart-table .cart-product-name .item-options dd {
        font-weight: 16px; }
        @media only screen and (max-width: 768px) {
          #shopping-cart-table .cart-product-name .item-options dd {
            font-size: 12px; } }
  #shopping-cart-table .cart-product-price,
  #shopping-cart-table .cart-product-subtotal {
    font-size: 16px; }
  @media only screen and (max-width: 768px) {
    #shopping-cart-table .cart-product-price,
    #shopping-cart-table .cart-price-label,
    #shopping-cart-table .cart-qty-label,
    #shopping-cart-table .cart-product-qty,
    #shopping-cart-table .update-cart {
      display: none; } }
  #shopping-cart-table .btn-remove {
    color: #D8D8D8;
    padding: 0 10px; }
  #shopping-cart-table .btn-remove:hover {
    text-decoration: none; }

.update-cart {
  padding: 20px 0 0 0; }
  @media only screen and (max-width: 768px) {
    .update-cart {
      display: none !important; } }

#cart-savings {
  border-top: 1px solid #D8D8D8;
  margin-top: 40px;
  width: 100%; }

.row-title {
  font-size: 18px;
  padding: 20px 0;
  display: inline-block; }

#discount-coupon-form {
  float: right;
  padding: 20px 0; }
  @media only screen and (max-width: 768px) {
    #discount-coupon-form {
      width: 100%; } }
  #discount-coupon-form .discount label {
    display: inline-block;
    margin: 0;
    float: left;
    font-size: 16px;
    padding: 10px; }
  #discount-coupon-form .discount .input-box {
    display: inline-block;
    float: left; }
    @media only screen and (max-width: 768px) {
      #discount-coupon-form .discount .input-box {
        width: 100%;
        clear: both;
        display: block; }
        #discount-coupon-form .discount .input-box input {
          width: 100%; } }
  #discount-coupon-form .discount .coupon-buttons {
    display: inline-block;
    float: left;
    margin-left: 10px; }
    @media only screen and (max-width: 768px) {
      #discount-coupon-form .discount .coupon-buttons {
        margin: 10px 0 0 0;
        clear: both;
        display: block;
        width: 100%; } }
    #discount-coupon-form .discount .coupon-buttons .btn-sm {
      padding: 10px 15px;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        #discount-coupon-form .discount .coupon-buttons .btn-sm {
          width: 100%; } }
  #discount-coupon-form .discount #coupon_code {
    width: 200px; }
    @media only screen and (max-width: 768px) {
      #discount-coupon-form .discount #coupon_code {
        width: 100%; } }

.crosssell h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 30px 0; }

.crosssell-block h2 {
  font-size: 26px;
  margin: 40px 0 30px 0; }

#crosssell-products-list .product-image {
  display: block;
  border-radius: 3px;
  border: 1px solid #D8D8D8; }
  #crosssell-products-list .product-image img {
    width: 100%; }

#crosssell-products-list .product-details {
  display: block;
  text-align: center; }
  #crosssell-products-list .product-details .left {
    float: left;
    margin: 20px 0 30px 0; }
  #crosssell-products-list .product-details .right {
    float: right;
    margin: 20px 0 30px 0; }
  #crosssell-products-list .product-details .product-name {
    font-size: 18px;
    color: #000000;
    margin: 0; }
  #crosssell-products-list .product-details .price-box {
    color: #000000;
    font-size: 16px; }
  #crosssell-products-list .product-details .btn.btn-md {
    padding: 10px 15px !important;
    width: auto !important; }

.btn-ks {
  color: #000000; }

.btn-ks:hover {
  color: #000000; }

#shopping-cart-totals-table {
  text-align: right;
  padding: 0 0 20px 0; }
  #shopping-cart-totals-table .total-label {
    padding-right: 30px; }
    @media only screen and (max-width: 768px) {
      #shopping-cart-totals-table .total-label {
        padding-right: 0; } }
  #shopping-cart-totals-table .total-value {
    font-size: 14px; }
  #shopping-cart-totals-table .caption {
    display: inline;
    padding-right: 30px; }
  #shopping-cart-totals-table .points-amount {
    font-weight: 700;
    font-size: 16px;
    display: inline; }

.cart-subtotal {
  font-size: 16px; }
  .cart-subtotal .border-row {
    padding: 10px 15px 10px 15px;
    border-top: 1px solid #D8D8D8; }
  .cart-subtotal .padding-row {
    padding: 10px 15px 10px 15px; }

.cart-grandtotal {
  font-size: 16px; }
  .cart-grandtotal .border-row {
    padding: 10px 15px 10px 15px;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8; }

.clear {
  clear: both; }

.checkout-types {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .checkout-types {
      text-align: center; } }

.btn-proceed-checkout {
  background: #ff4b04;
  color: #FFFFFF;
  padding: 10px 30px; }
  @media only screen and (max-width: 768px) {
    .btn-proceed-checkout {
      padding: 10px; } }

.btn-proceed-checkout:hover {
  background: #ca3b04;
  color: #FFFFFF; }

#co-billing-form .billing_message .error-msg span {
  font-size: 12px; }

#co-billing-form #billing-email-address {
  margin-bottom: 20px; }

#co-billing-form .account-box {
  background: #eefbfd;
  border: 1px solid #b4eaf1;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 20px; }
  #co-billing-form .account-box .fields {
    margin: 5px 0; }
    #co-billing-form .account-box .fields label {
      margin: 0; }
  #co-billing-form .account-box .box-title {
    text-align: center;
    text-transform: uppercase;
    color: #00c2da;
    padding: 10px 0;
    font-weight: 700; }
  #co-billing-form .account-box .box-subtitle {
    text-align: center;
    padding-bottom: 10px; }

#onepage-guest-register-button {
  margin-top: 100px; }
  @media only screen and (max-width: 600px) {
    #onepage-guest-register-button {
      margin: 0; } }

#checkout-content {
  min-height: 700px; }

.please-wait {
  display: block;
  text-align: center;
  margin-top: 10px; }

.show-login {
  display: none; }
  @media only screen and (max-width: 600px) {
    .show-login {
      display: inline-block; } }

@media only screen and (max-width: 600px) {
  .mobile-hide-show {
    display: none; } }

#checkoutSteps {
  list-style: none;
  padding: 0; }
  #checkoutSteps .section {
    border-bottom: 1px solid #D8D8D8;
    padding: 0; }
    #checkoutSteps .section .step-title {
      padding: 8px 0; }
      #checkoutSteps .section .step-title h2 {
        font-size: 16px;
        margin: 0; }
      #checkoutSteps .section .step-title .number {
        display: none; }
      #checkoutSteps .section .step-title a {
        display: none; }
  #checkoutSteps #opc-review.active {
    border-bottom: none; }
  #checkoutSteps .section.allow h2 {
    cursor: pointer; }
  #checkoutSteps .section.allow h2:after {
    content: "\E065";
    font-family: "ploomregular";
    speak: none;
    color: #7ED321;
    float: right; }
  #checkoutSteps .section.allow.active h2 {
    font-weight: 600;
    background: none; }
  #checkoutSteps .section.allow.active h2:after {
    content: none; }
  #checkoutSteps .section.active .step-title {
    border-bottom: 1px solid #D8D8D8; }
  #checkoutSteps .step {
    padding: 20px 0; }

#checkout-step-login h3 {
  font-size: 18px; }
  @media only screen and (max-width: 600px) {
    #checkout-step-login h3 {
      margin: 0 0 10px 0; } }

.sp-methods {
  list-style: none;
  padding: 0; }
  .sp-methods dt {
    margin: 0 0 5px 0; }
  .sp-methods dd {
    margin: 0 0 10px 0; }
  .sp-methods ul {
    list-style: none;
    padding: 0; }
    .sp-methods ul li {
      padding: 5px 0; }

#checkout-progress-wrapper .block-title {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #D8D8D8;
  padding: 5px 0 5px 0;
  color: #5c5c5c; }

#checkout-progress-wrapper .block-content dt {
  font-weight: 300;
  border-bottom: 1px solid #D8D8D8;
  padding: 8px 0; }

#checkout-progress-wrapper .block-content dd.complete {
  padding: 20px;
  font-size: 13px; }
  #checkout-progress-wrapper .block-content dd.complete address {
    margin: 0;
    line-height: 1.7em; }

#checkout-progress-wrapper .block-content .changelink {
  float: right; }
  #checkout-progress-wrapper .block-content .changelink a {
    background: #D8D8D8;
    color: #FFFFFF;
    padding: 4px 8px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px; }

#checkout-review-table-wrapper {
  border: 1px solid #d8d8d8;
  border-bottom: none; }
  #checkout-review-table-wrapper .review-item-wrapper {
    border-bottom: 1px solid #d8d8d8; }
  #checkout-review-table-wrapper .product-name {
    margin: 0;
    float: left;
    font-size: 12px;
    padding: 10px; }
  #checkout-review-table-wrapper .item-options {
    float: left;
    margin: 0;
    padding: 10px;
    font-size: 12px; }
    #checkout-review-table-wrapper .item-options dt {
      font-size: 12px;
      font-weight: 300;
      display: none; }
    #checkout-review-table-wrapper .item-options dd {
      font-size: 12px;
      color: #a8a8a8; }
  #checkout-review-table-wrapper .cart-price,
  #checkout-review-table-wrapper .cart-qty {
    padding: 10px;
    display: block; }
  #checkout-review-table-wrapper .row-headers {
    background: #d8d8d8;
    text-transform: uppercase;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #5c5c5c; }
  #checkout-review-table-wrapper .total-label {
    padding: 10px; }
  #checkout-review-table-wrapper .total-value {
    text-align: right;
    display: block;
    padding: 0 10px; }
  #checkout-review-table-wrapper .border-row {
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0; }

#payment-tool-tip {
  position: absolute;
  right: 0; }

.success-block {
  background: #f9f9f9;
  padding: 40px 0;
  border-top: 1px solid #dfdfdf; }
  .success-block .block {
    background: #FFFFFF;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 40px;
    line-height: 1.8; }
    .success-block .block .title {
      text-align: center;
      display: block;
      font-size: 36px; }
      .success-block .block .title .icon {
        display: block;
        font-size: 60px;
        margin-bottom: 20px; }
      .success-block .block .title .sub-title {
        display: block;
        font-size: 18px;
        margin-top: 10px; }
    .success-block .block .content {
      font-size: 16px; }
    .success-block .block .buttons-container {
      padding-top: 40px;
      display: block;
      text-align: center; }
    @media only screen and (max-width: 768px) {
      .success-block .block .btn {
        width: 100% !important;
        white-space: normal !important;
        margin-bottom: 10px; } }

.error-icon {
  color: #fd163f; }

.success-icon {
  color: #82d132; }

input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0 0; }

label.error {
  color: #fd163f; }

.input-box div.error {
  color: #fd163f;
  font-size: 12px;
  padding: 5px 0 0 0; }

.form-list .radio-inline input {
  width: auto;
  display: inline-block; }

.radio-inline input {
  width: auto;
  display: inline-block; }

.fieldset {
  margin-bottom: 30px; }

.input-text,
.ss-q-long {
  background: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #D8D8D8;
  font-size: 20px;
  padding: 5px 10px; }

.ss-q-short,
.ss-q-long {
  width: 100%; }

.ss-form-question {
  margin: 0 0 15px 0; }

.ss-secondary-text {
  font-size: 12px; }

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

.radio {
  display: inline-block; }

label {
  font-weight: normal;
  font-size: 12px;
  display: block; }

.sp-methods label {
  display: inline-block; }

.goog-inline-block {
  display: inline-block;
  margin-right: 10px; }

.form-list input.checkbox {
  display: inline-block;
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0 5px 0  0;
  vertical-align: bottom;
  position: relative;
  top: -1px; }

.select-style {
  border: 1px solid #D8D8D8;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .select-style select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: none;
    -moz-appearance: window;
    width: 100%;
    padding: .5em 2em .5em .75em;
    font-size: .8em;
    line-height: 1.4em;
    cursor: pointer;
    display: block;
    background-color: transparent;
    text-indent: 0.01px;
    text-overflow: '';
    padding: 8px 10px;
    font-size: 16px; }
  .select-style .validation-advice {
    position: absolute; }

.select-style:after {
  content: "\E068";
  cursor: pointer;
  font-family: "ploomregular";
  position: absolute;
  right: 0.75em;
  top: 5px;
  color: #D8D8D8;
  pointer-events: none;
  font-size: 20px; }
  @media only screen and (max-width: 768px) {
    .select-style:after {
      right: 0.2em;
      top: 0px; } }

.select-style.attribute-select {
  border: 1px solid #000000;
  width: 228px;
  padding: 2px 0;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .select-style.attribute-select {
      margin: 0 auto 10px auto; } }
  .select-style.attribute-select select {
    font-size: 14px; }
    @media only screen and (max-width: 768px) {
      .select-style.attribute-select select {
        font-size: 12px;
        padding: 2px; } }

.attribute-select:after {
  color: #000000; }

.form-list {
  list-style: none;
  padding: 0; }
  .form-list .fields {
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .form-list .fields {
        margin-bottom: 5px; } }
  @media only screen and (max-width: 768px) {
    .form-list .field {
      margin: 0 0 10px 0; } }
  .form-list input {
    width: 100%; }
  .form-list ul {
    list-style: none;
    padding: 0; }

.buttons-set {
  clear: both;
  padding: 20px;
  text-align: center; }
  .buttons-set .btn {
    padding: 10px 0px; }
  .buttons-set .btn-fp {
    display: block;
    clear: both;
    font-size: 12px;
    margin-top: 20px;
    color: #000000; }
  .buttons-set .btn-fp:hover {
    color: #000000; }

.buttons-container {
  margin: 20px 0; }
  @media only screen and (max-width: 768px) {
    .buttons-container {
      text-align: center; } }

.note {
  margin: 0 0 15px 0;
  display: block; }

.warning, .validation-advice {
  color: #FF183C; }

#register-customer-password {
  display: none; }

.required.warning {
  font-size: 12px; }

.required em {
  color: #FF183C; }

.validation-advice {
  margin: 5px 0 0 0;
  font-size: 12px; }

.messages {
  list-style: none;
  padding: 0;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  color: #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .messages li {
    padding: 5px; }
    .messages li ul {
      list-style: none;
      padding: 0; }
  .messages .error-msg ul:before {
    font-family: "ploomregular";
    content: "\E063";
    speak: none;
    color: #fd163f;
    font-size: 20px;
    padding: 0 10px 0 5px;
    display: block;
    float: left; }
  .messages .success-msg ul:before {
    font-family: "ploomregular";
    content: "\E062";
    speak: none;
    color: #82d132;
    font-size: 20px;
    padding: 0 10px 0 5px;
    display: block;
    float: left; }
  .messages .verify-msg ul:before {
    font-family: "ploomregular";
    content: "\E064";
    speak: none;
    color: #82d132;
    font-size: 20px;
    padding: 0 10px 0 5px;
    display: block;
    float: left; }

.messages.large .error-msg ul:before {
  font-family: "ploomregular";
  content: "\E063";
  speak: none;
  color: #fd163f;
  font-size: 36px;
  padding: 0 10px 0 5px;
  display: block;
  float: left; }

.messages.large .success-msg ul:before {
  font-family: "ploomregular";
  content: "\E062";
  speak: none;
  color: #82d132;
  font-size: 36px;
  padding: 0 10px 0 5px;
  display: block;
  float: left; }

.messages.large .verify-msg ul:before {
  font-family: "ploomregular";
  content: "\E064";
  speak: none;
  color: #82d132;
  font-size: 36px;
  padding: 0 10px 0 5px;
  display: block;
  float: left; }

#id-actions {
  padding-top: 20px; }

.id-box {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px; }
  .id-box h3 {
    background: #f7f7f7;
    padding: 15px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block; }
    .id-box h3 a {
      float: right;
      background: #82d132;
      color: #FFFFFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      font-size: 12px;
      padding: 5px;
      display: inline-block;
      cursor: pointer;
      margin-top: -5px; }
    .id-box h3 a:hover {
      text-decoration: none; }
  .id-box .id-content {
    padding: 10px 15px; }
    .id-box .id-content #id-icon {
      background: #f7f7f7;
      float: left;
      width: 130px;
      height: 180px;
      display: block;
      text-align: center;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      .id-box .id-content #id-icon .glyphicon {
        color: #e8e8e8;
        font-size: 80px;
        line-height: 170px; }
    .id-box .id-content #id-info {
      float: left;
      max-width: 263px;
      padding: 0 0 0 20px; }
  .id-box .veratad-ssn {
    text-align: center;
    padding: 50px 15px 15px 15px;
    height: 183px; }
    .id-box .veratad-ssn .input-text {
      width: 20%;
      display: inline-block; }
    .id-box .veratad-ssn .btn-ssn-submit {
      margin-top: 53px;
      width: 100% !important; }

.veratad-note {
  margin: 20px 0 40px 0;
  display: block; }
  .veratad-note strong {
    font-size: 12px; }
  .veratad-note em {
    color: #5E5E5E;
    font-size: 10px; }

body.modal-open {
  overflow: auto; }

#YouTubeModal {
  top: 30%; }

#registration-modal {
  top: 30%; }

#buy-modal {
  top: 30%; }
  #buy-modal .modal-header {
    padding: 60px 15px; }
  #buy-modal .modal-title {
    text-align: center;
    color: #373737;
    font-size: 22px;
    font-weight: 300; }
    #buy-modal .modal-title .glyphicon {
      border: 2px solid #373737;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      padding: 5px;
      font-size: 12px;
      position: relative;
      top: -2px; }
  #buy-modal .modal-body {
    padding: 0; }
    #buy-modal .modal-body a {
      color: #373737;
      font-weight: 600;
      font-size: 12px;
      cursor: pointer;
      padding: 20px 10px;
      display: block;
      text-align: center; }
    #buy-modal .modal-body .left {
      color: #373737;
      font-weight: 600;
      font-size: 12px;
      border-right: 1px solid #D8D8D8;
      width: 50%; }
    #buy-modal .modal-body .right {
      color: #373737;
      font-weight: 600;
      font-size: 12px;
      width: 50%; }

#cart-modal {
  top: 30%; }

#pax-accessories .accessories-intro {
  border-top: 1px solid #cccccc; }

#pax-accessories, #pax-2-accessories {
  padding-bottom: 20px; }
  #pax-accessories .accessories-intro, #pax-2-accessories .accessories-intro {
    padding: 40px 0 0 0; }
  #pax-accessories .banner-header, #pax-2-accessories .banner-header {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: normal;
    margin: 0 0 30px;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      #pax-accessories .banner-header, #pax-2-accessories .banner-header {
        font-size: 20px; } }

.cms-partner-home .register-veratad-form {
  margin-bottom: 100px; }

#partner-category .banner-header {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: normal;
  margin: 0 0 30px;
  text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    #partner-category .banner-header {
      font-size: 20px; } }

#partner-category .addtocart_form .qty {
  display: block;
  margin: 0px auto 10px;
  text-align: center;
  width: 50px; }

.pod-block {
  height: 400px; }

#pod-simples .banner-header {
  font-weight: 100;
  text-transform: capitalize; }

#pod-simples .pod-price {
  padding-bottom: 20px; }

.pod-outline {
  width: 30%;
  padding-top: 15%; }

@media only screen and (max-width: 992px) {
  .pod-outline {
    padding-top: 25%; } }

@media only screen and (max-width: 768px) {
  .pod-outline {
    padding-top: 0;
    display: block;
    margin: 10px auto; }
  .pod-content {
    padding-top: 0 !important;
    text-align: center; }
    .pod-content .pod-cta .input-text.qty {
      display: none; }
  #pod50 {
    background-position: 34% 12%; } }

@media only screen and (max-width: 600px) {
  .pod-outline {
    padding-top: 5%; } }

.account-login {
  background: #f9f9f9;
  padding: 40px 0; }
  @media only screen and (max-width: 768px) {
    .account-login {
      padding: 20px 0; } }
  .account-login .registered-users,
  .account-login .new-users {
    background: #FFFFFF;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px; }
    .account-login .registered-users .content,
    .account-login .new-users .content {
      min-height: 230px; }
    .account-login .registered-users h2,
    .account-login .new-users h2 {
      text-align: center;
      font-size: 22px;
      margin-bottom: 30px; }
    .account-login .registered-users .buttons-set,
    .account-login .new-users .buttons-set {
      width: 100%;
      padding: 20px 0; }
  .account-login .new-users .buttons-set {
    padding-bottom: 56px; }
  @media only screen and (max-width: 768px) {
    .account-login .btn {
      width: 100% !important; } }

.account-create {
  background: #f9f9f9;
  padding: 40px 0; }

.register-veratad-form {
  background: #FFFFFF;
  border: 1px solid #e5e5e5;
  padding: 15px 25px; }
  .register-veratad-form .title {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
    font-weight: 700; }
  .register-veratad-form .account-box {
    background: #eefbfd;
    border: 1px solid #b4eaf1;
    padding: 10px;
    margin-bottom: 20px; }
    .register-veratad-form .account-box .box-title {
      text-align: center;
      text-transform: uppercase;
      color: #00c2da;
      padding: 10px 0;
      font-weight: 700; }
    .register-veratad-form .account-box .box-subtitle {
      text-align: center;
      padding-bottom: 10px; }
  .register-veratad-form .address-verification-title {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 0;
    font-weight: 700; }
  .register-veratad-form .address-verification-copy {
    text-align: center;
    padding-bottom: 10px; }

.birthday-box {
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  padding: 10px; }
  .birthday-box .box-title {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 0;
    font-weight: 700; }
  .birthday-box .box-subtitle {
    text-align: center;
    padding-bottom: 20px; }

#co-age-verification-form .birthday-box {
  margin-bottom: 20px; }
  #co-age-verification-form .birthday-box #compliance_age {
    display: none; }

.age-verification-info {
  margin-bottom: 40px; }

.single-column {
  min-height: 800px; }

#page-hero {
  height: 580px; }
  #page-hero .hero-headline {
    padding-top: 18%;
    color: #000000; }
  #page-hero .hero-headline.light {
    color: #FFFFFF; }
  #page-hero .hero-subline .page-hero-video {
    color: #000000; }

.cms-content {
  padding: 40px 0;
  font-size: 16px;
  line-height: 1.8;
  min-height: 500px; }

.kb-category-view .nav-spacer {
  display: none; }

.kb-s-form {
  margin: 0 0 35px; }
  @media only screen and (max-width: 768px) {
    .kb-s-form {
      margin-top: 20px; } }
  @media only screen and (max-width: 768px) {
    .kb-s-form .input-box {
      margin-bottom: 10px; } }
  .kb-s-form .input-box #s {
    color: #555555;
    font-size: 13px;
    font-weight: 500;
    padding: 14px 43px 14px 14px;
    text-transform: uppercase;
    width: 100%; }
  .kb-s-form .btn {
    background: none;
    border: 0;
    color: #555555;
    font-size: 30px;
    padding: 0 5px;
    position: absolute;
    right: 0px;
    top: 0; }

.support-products {
  padding: 0 0 40px 0; }
  @media only screen and (max-width: 768px) {
    .support-products {
      padding: 0; } }
  .support-products .sub-header {
    text-align: center;
    font-size: 22px;
    display: block;
    padding: 30px 0; }
    @media only screen and (max-width: 600px) {
      .support-products .sub-header {
        font-size: 18px; } }

.support-customer-service {
  background: #f7f7f7;
  padding: 20px; }

.support-cat {
  color: #000000;
  text-align: center; }
  .support-cat .support-icon {
    display: block;
    font-size: 60px; }
    @media only screen and (max-width: 600px) {
      .support-cat .support-icon {
        font-size: 40px; } }
  .support-cat .support-name {
    font-size: 18px;
    display: block; }
    @media only screen and (max-width: 600px) {
      .support-cat .support-name {
        font-size: 14px; } }

.support-cat:hover,
.support-cat.active {
  text-decoration: none;
  color: #00c2da; }

.support-top-menu {
  background: #fcfcfc;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0; }
  .support-top-menu .support-cat .support-icon {
    display: block;
    font-size: 30px; }
  .support-top-menu .support-cat .support-name {
    font-size: 12px;
    display: block; }
  .support-top-menu .title {
    font-size: 20px;
    padding: 15px 0; }
    @media only screen and (max-width: 768px) {
      .support-top-menu .title {
        font-size: 18px;
        text-align: center;
        display: block; } }

.mobile-support-task-icon,
.close-support-menu {
  font-size: 26px;
  cursor: pointer; }

.close-support-menu {
  position: absolute;
  right: 15px;
  top: 3px; }

.swiper-slide {
  width: 100%; }

.support-cat-menu .category-name.active .how-to-menu {
  list-style: none; }
  .support-cat-menu .category-name.active .how-to-menu li a {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    text-transform: none; }
  .support-cat-menu .category-name.active .how-to-menu li a.active {
    font-weight: 700;
    color: #000000; }

#how-to-title h3 {
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px; }
  #how-to-title h3 .chapter-title {
    font-weight: 700; }

#how-to-chapters {
  max-width: 800px; }
  #how-to-chapters img {
    width: 100%;
    max-width: auto; }

#support-content .chapter {
  display: none; }

#support-content .chapter.active {
  display: block; }

#pax-2-spec-assemble {
  min-height: 788px; }
  #pax-2-spec-assemble ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #pax-2-spec-assemble ul li .part-name {
      width: 30%;
      text-align: right;
      float: left;
      font-size: 14px;
      letter-spacing: 2px;
      font-weight: 500;
      text-transform: uppercase;
      margin: 0; }
    #pax-2-spec-assemble ul li .part-desc {
      width: 40%;
      text-align: left;
      float: right;
      font-weight: 500;
      font-size: 14px; }
    #pax-2-spec-assemble ul .pax-mouthpiece {
      padding: 20px 0 0 0;
      margin: 0;
      min-height: 125px; }
    #pax-2-spec-assemble ul .pax-body .pax-finish {
      min-height: 100px; }
    #pax-2-spec-assemble ul .pax-body .pax-led {
      min-height: 300px; }
    #pax-2-spec-assemble ul .pax-body .pax-battery {
      min-height: 100px; }
    #pax-2-spec-assemble ul .pax-body .pax-oven {
      min-height: 100px; }

@media only screen and (max-width: 768px) {
  #support-top-mobile-menu {
    overflow: hidden; }
    #support-top-mobile-menu .swiper-wrapper {
      height: auto !important; }
    #support-top-mobile-menu .swiper-slide {
      width: 480px; }
      #support-top-mobile-menu .swiper-slide .block-grid-item {
        width: 60px !important;
        clear: none !important;
        float: left !important;
        display: inline-block !important;
        padding: 10px !important; }
        #support-top-mobile-menu .swiper-slide .block-grid-item .support-name {
          display: none; } }

.support-cat-menu {
  margin-bottom: 20px; }
  .support-cat-menu .support-cat-menu-title {
    border-bottom: 1px solid #D8D8D8;
    font-weight: bold;
    font-size: 16px;
    padding: 13px 0; }
  .support-cat-menu .category-name {
    padding: 0 10px 10px 0;
    line-height: 2; }
    .support-cat-menu .category-name a {
      color: #888888;
      font-weight: 500;
      letter-spacing: .5px;
      text-transform: uppercase; }
    .support-cat-menu .category-name a:hover {
      color: #000000;
      text-decoration: none; }
    .support-cat-menu .category-name .support-cat-icon {
      padding-right: 10px; }
  .support-cat-menu .category-name.active a {
    color: #000000;
    text-decoration: none; }

#support-lower-block {
  border-top: 1px solid #D8D8D8;
  padding: 30px 0 0; }

@media only screen and (max-width: 600px) {
  #support-menu {
    position: fixed;
    top: 0;
    left: -100%;
    background: #ebebeb;
    z-index: 100000;
    height: 100%;
    padding-bottom: 60px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; } }

.title-band-support {
  background: url("/skin/frontend/plm/default/images/support_images/bg_support_header_2.1471593909.jpg") no-repeat scroll 50% 50%/auto 445px transparent;
  height: 445px;
  padding: 20px 0; }
  .title-band-support .page-title {
    margin: 100px 0 40px;
    text-align: center; }
    .title-band-support .page-title h1 {
      font-weight: 600;
      letter-spacing: 1px;
      margin: 0;
      text-transform: uppercase; }

.support-landing-title .page-title {
  margin: 40px 0 0;
  text-align: center; }
  .support-landing-title .page-title h1 {
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase; }
  .support-landing-title .page-title p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px 0 0;
    text-transform: uppercase; }

.support-landing-products {
  text-align: center;
  margin: 10px 0 40px; }

.support-landing-links {
  margin: 0 0 40px; }

.title-band-support, .support-landing-links {
  text-align: center; }
  .title-band-support a, .support-landing-links a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    clear: both;
    letter-spacing: 2px; }
  .title-band-support .register, .support-landing-links .register {
    background: #00c2da;
    color: #FFFFFF;
    padding: 8px 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700; }
    @media only screen and (max-width: 600px) {
      .title-band-support .register, .support-landing-links .register {
        padding: 8px 20px; } }
  .title-band-support .contact, .support-landing-links .contact {
    display: block; }

#support-subnav {
  border-bottom: 1px solid #d8d8d8;
  height: 80px;
  margin: 0 0 25px;
  padding: 25px 0; }
  #support-subnav .left a {
    display: inline-block;
    color: #888888;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 35px 0 0;
    text-decoration: none; }
    #support-subnav .left a .icon {
      font-size: 30px; }
    #support-subnav .left a em {
      font-style: normal;
      position: relative;
      top: -3px; }
  #support-subnav .left a.active, #support-subnav .left a:hover {
    color: #000000; }
  #support-subnav .right a {
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase; }

.articles .article {
  clear: both;
  border-bottom: 1px solid #D8D8D8; }
  .articles .article h3 {
    font-size: 14px;
    margin: 0;
    padding: 15px 10px 15px 0px;
    cursor: pointer; }
    .articles .article h3 .support-cat-icon {
      float: right;
      -o-transition: .3s;
      -ms-transition: .3s;
      -moz-transition: .3s;
      -webkit-transition: .3s;
      transition: .3s; }
  .articles .article h3.active {
    font-weight: 500; }
    .articles .article h3.active .support-cat-icon {
      /* Safari */
      -webkit-transform: rotate(-45deg);
      /* Firefox */
      -moz-transform: rotate(-45deg);
      /* IE */
      -ms-transform: rotate(-45deg);
      /* Opera */
      -o-transform: rotate(-45deg);
      /* Internet Explorer */
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }
  .articles .article .article-content {
    display: none;
    padding-bottom: 20px; }

.articles .related-articles h3 {
  padding: 15px 10px 15px 10px; }

.articles .related-articles .related-article {
  border-bottom: 2px solid #FFFFFF;
  padding: 0 5px; }
  .articles .related-articles .related-article h4 {
    font-size: 14px;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    background: #f7f7f7; }
    .articles .related-articles .related-article h4 .related-support-cat-icon {
      float: right;
      -o-transition: .3s;
      -ms-transition: .3s;
      -moz-transition: .3s;
      -webkit-transition: .3s;
      transition: .3s; }
  .articles .related-articles .related-article h4.active {
    font-weight: 500; }
    .articles .related-articles .related-article h4.active .related-support-cat-icon {
      /* Safari */
      -webkit-transform: rotate(-45deg);
      /* Firefox */
      -moz-transform: rotate(-45deg);
      /* IE */
      -ms-transform: rotate(-45deg);
      /* Opera */
      -o-transform: rotate(-45deg);
      /* Internet Explorer */
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }
  .articles .related-articles .related-article .related-article-content {
    display: none;
    padding: 20px 10px; }

.support-video {
  float: left; }
  @media only screen and (max-width: 768px) {
    .support-video {
      width: 100%;
      margin: 0 0 20px; } }
  @media only screen and (max-width: 992px) and (min-width: 768px) {
    .support-video {
      width: 215px;
      margin: 10px 9px 20px; } }
  @media only screen and (max-width: 1200px) and (min-width: 992px) {
    .support-video {
      width: 290px;
      margin: 10px 9px 20px; } }
  @media only screen and (min-width: 1200px) {
    .support-video {
      width: 355px;
      margin: 10px 9px 20px; } }
  .support-video img {
    width: 100%;
    height: auto;
    cursor: pointer; }
  .support-video .video-caption {
    margin-top: 10px;
    display: block; }

.topic-title {
  margin: 0 0 30px 0;
  border-bottom: none;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    .topic-title {
      font-size: 14px; } }

.search-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 30px 0; }

.topic-title.main-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0 30px 0;
  padding: 0;
  border-bottom: none;
  text-transform: uppercase; }

.support-content {
  padding: 0 0 100px 0; }
  @media only screen and (max-width: 768px) {
    .support-content iframe {
      width: 100%;
      height: auto; }
    .support-content h3 {
      font-size: 18px; } }
  .support-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 0 0 15px; }
    .support-content ul li {
      margin: 0 0 10px 0; }

.account-content {
  padding: 30px 0;
  position: inherit;
  min-height: 600px; }
  .account-content .page-title {
    padding: 10px 0;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px; }
    .account-content .page-title h1 {
      font-size: 16px;
      font-weight: 700;
      margin: 0;
      line-height: 1.42857; }

.my-account .title-buttons .new-address {
  padding: 5px;
  position: absolute;
  right: 15px;
  top: 5px; }

.my-account .buttons-set {
  padding: 20px 0 0; }
  .my-account .buttons-set .back-link {
    display: none; }
  .my-account .buttons-set .button {
    float: right; }

.addresses-primary ul {
  list-style: none;
  padding: 0; }
  .addresses-primary ul li {
    float: left;
    height: 247px;
    margin: 0 10px 10px;
    position: relative;
    width: 230px; }
    .addresses-primary ul li .select_defaults {
      bottom: 0;
      position: absolute; }

.block-account ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .block-account ul li {
    padding: 10px 0;
    border-bottom: 1px solid #D8D8D8;
    color: #00c2da;
    font-size: 16px; }
    .block-account ul li strong {
      font-weight: normal; }
    .block-account ul li a {
      color: #000000; }
    .block-account ul li a:hover {
      color: #00c2da;
      text-decoration: none; }

.box-head {
  padding: 10px 0;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 20px; }
  .box-head h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.42857; }

h2.legend,
.addresses-primary h2,
.addresses-additional h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1.42857; }

.box-title h3 {
  font-size: 14px;
  font-weight: bold; }

.addresses-primary h3 {
  font-size: 14px;
  font-weight: bold; }

.addresses-primary ol,
.addresses-additional ol {
  padding: 0 0 0 20px; }

#post-hero .hero-headline {
  margin: 0 auto;
  padding-top: 15%;
  width: 50%; }
  @media only screen and (max-width: 768px) {
    #post-hero .hero-headline {
      width: 95%; } }
  #post-hero .hero-headline h1 {
    font-size: 50px;
    font-weight: 500;
    margin: 0; }
  #post-hero .hero-headline .post-hero-video {
    color: #FFFFFF; }
  #post-hero .hero-headline .post-hero-video:hover {
    text-decoration: none; }

#post-hero .hero-subline {
  font-weight: 500;
  font-size: 14px; }

#post-hero .hero-readmore {
  text-transform: uppercase;
  font-size: 14px; }
  #post-hero .hero-readmore a {
    color: #FFFFFF;
    font-weight: 500; }

#post-hero .hero-image-inner {
  opacity: .5; }

#post-hero .youtube-image .hero-image-inner {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

#post-hero .hero-social .social-icons {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    #post-hero .hero-social .social-icons {
      margin-top: 20px;
      text-align: center; } }
  #post-hero .hero-social .social-icons a {
    color: #00c2da;
    font-size: 40px;
    display: inline-block;
    line-height: 75px;
    margin: 0 2px; }
  #post-hero .hero-social .social-icons a:hover {
    text-decoration: none; }

#about-hero,
#news-hero {
  height: 400px;
  background: url("/skin/frontend/plm/default/assets/v2/bg.about.1471593909.jpg") center 2px no-repeat;
  background-size: 1100px;
  background-color: #f8f8f8; }
  @media only screen and (max-width: 768px) {
    #about-hero,
    #news-hero {
      height: 400px;
      background: url("/skin/frontend/plm/default/assets/v2/about-banner-mobile.1471593909.jpg") center 100px no-repeat;
      background-size: 500px;
      background-color: #f8f8f8; } }
  @media only screen and (max-width: 600px) {
    #about-hero,
    #news-hero {
      height: 240px;
      background: url("/skin/frontend/plm/default/assets/v2/about-banner-mobile.1471593909.jpg") center 20px no-repeat;
      background-size: 400px;
      background-color: #f8f8f8; } }

#referral-hero {
  height: 400px;
  background: url("/skin/frontend/plm/default/assets/cms/Referral_Header_2414X400_final.1471593909.jpg") center center/auto auto no-repeat; }
  #referral-hero .hero-content {
    padding-top: 150px; }
    #referral-hero .hero-content .hero-headline h1 {
      color: #FFFFFF; }
    @media only screen and (max-width: 600px) {
      #referral-hero .hero-content {
        padding-top: 90px; } }
  @media only screen and (max-width: 768px) {
    #referral-hero {
      height: 400px; } }
  @media only screen and (max-width: 600px) {
    #referral-hero {
      height: 240px; } }

#referral_levels {
  width: 100%; }
  #referral_levels td {
    border: 1px solid #000000;
    text-align: center;
    padding: 10px;
    width: 25%; }
    @media only screen and (max-width: 768px) {
      #referral_levels td {
        display: block;
        width: 100%; } }

#careers-hero {
  height: 460px;
  background: url("/skin/frontend/plm/default/images/bg.careers.1471593909.jpg") center center/auto auto no-repeat; }
  @media only screen and (max-width: 768px) {
    #careers-hero {
      height: 400px; } }
  @media only screen and (max-width: 600px) {
    #careers-hero {
      height: 240px; } }

.new-hero .hero-content {
  padding-top: 120px; }
  @media only screen and (max-width: 768px) {
    .new-hero .hero-content {
      padding-top: 120px; } }
  @media only screen and (max-width: 600px) {
    .new-hero .hero-content {
      padding-top: 20px; } }
  .new-hero .hero-content .hero-headline h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 2px;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .new-hero .hero-content .hero-headline h1 {
        font-size: 40px; } }
    @media only screen and (max-width: 600px) {
      .new-hero .hero-content .hero-headline h1 {
        font-size: 25px;
        margin-bottom: 10px; } }
  .new-hero .hero-content .hero-subline {
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-size: 20px; }
    @media only screen and (max-width: 768px) {
      .new-hero .hero-content .hero-subline {
        font-size: 16px; } }
    @media only screen and (max-width: 600px) {
      .new-hero .hero-content .hero-subline {
        font-size: 12px; } }
  .new-hero .hero-content .hero-social .social-icons {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .new-hero .hero-content .hero-social .social-icons {
        margin-top: 0px;
        text-align: center; } }
    .new-hero .hero-content .hero-social .social-icons a {
      color: #00c2da;
      font-size: 40px;
      display: inline-block;
      line-height: 75px;
      margin: 0 2px; }
    .new-hero .hero-content .hero-social .social-icons a:hover {
      text-decoration: none; }

#about-hero,
#news-hero {
  height: 400px;
  background: url("/skin/frontend/plm/default/assets/v2/bg.about.1471593909.jpg") center 2px no-repeat;
  background-size: 1100px;
  background-color: #f8f8f8; }
  @media only screen and (max-width: 768px) {
    #about-hero,
    #news-hero {
      height: 400px;
      background: url("/skin/frontend/plm/default/assets/v2/about-banner-mobile.1471593909.jpg") center 100px no-repeat;
      background-size: 500px;
      background-color: #f8f8f8; } }
  @media only screen and (max-width: 600px) {
    #about-hero,
    #news-hero {
      height: 240px;
      background: url("/skin/frontend/plm/default/assets/v2/about-banner-mobile.1471593909.jpg") center 20px no-repeat;
      background-size: 400px;
      background-color: #f8f8f8; } }
  @media only screen and (max-width: 768px) {
    #about-hero.new-hero .hero-content,
    #news-hero.new-hero .hero-content {
      padding-top: 80px; } }
  @media only screen and (max-width: 600px) {
    #about-hero.new-hero .hero-content,
    #news-hero.new-hero .hero-content {
      padding-top: 20px; } }

#careers-hero.new-hero .hero-content .hero-headline h1 {
  color: #FFFFFF; }

#careers-hero.new-hero .hero-content .hero-subline {
  color: #FFFFFF; }

.post .post-share {
  box-shadow: 1px 1px 5px #C0C0C0;
  z-index: 1000; }
  .post .post-share .link-back {
    text-transform: uppercase;
    font-size: 12px;
    padding: 30px 0;
    display: block; }
  .post .post-share a {
    color: #9b9b9b; }
  .post .post-share .btn-subscribe {
    color: #FFFFFF;
    padding: 8px 15px; }

.post .subscribe-bar {
  float: right; }

.post .btn-subscribe {
  float: right;
  margin: 22px 0 22px 20px; }

.post .post-social-links {
  float: right;
  padding: 20px 0; }
  .post .post-social-links a {
    font-size: 30px;
    text-align: center;
    line-height: normal; }
  .post .post-social-links a:hover {
    text-decoration: none; }

.post .apply-btn {
  float: right;
  padding: 18px 0 0 15px; }
  .post .apply-btn .btn-apply {
    color: #FFFFFF;
    padding: 10px 15px; }
    .post .apply-btn .btn-apply .icon {
      font-size: 16px; }

.post .post-content {
  padding: 40px 0;
  font-size: 16px;
  line-height: 1.8; }
  .post .post-content img {
    max-width: 100%; }
  .post .post-content .btn-apply {
    color: #FFFFFF;
    padding: 10px 15px; }
    .post .post-content .btn-apply .icon {
      font-size: 16px; }

.post .back-link {
  padding: 20px 0 100px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px; }
  .post .back-link a {
    color: #979797; }
  .post .back-link a:hover {
    text-decoration: none; }

#more-results {
  padding: 40px 0 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer; }
  #more-results a {
    color: #000000; }
    #more-results a div {
      border-top: 11px solid #000;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      display: inline-block;
      width: 0; }
  #more-results a:hover {
    text-decoration: none; }

.blog_posts_main {
  padding: 40px 0; }
  .blog_posts_main .category-links {
    padding: 15px 0 0; }

.post-list .post {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .post-list .post .post-image {
    height: 200px;
    overflow: hidden;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    position: relative; }
    .post-list .post .post-image .icon {
      position: absolute;
      color: #FFFFFF;
      top: 30%;
      left: 45%;
      font-size: 50px;
      cursor: pointer; }
    .post-list .post .post-image img {
      width: 100%;
      height: auto;
      cursor: pointer; }
  .post-list .post .post-content {
    padding: 0;
    font-size: 18px;
    line-height: 1.4; }
    .post-list .post .post-content .post-intro {
      overflow: hidden;
      margin: 10px 0; }
      .post-list .post .post-content .post-intro a {
        color: #000000; }
      .post-list .post .post-content .post-intro a:hover {
        text-decoration: none; }
    .post-list .post .post-content .created_at {
      color: #000000;
      font-size: 14px;
      font-weight: 400;
      margin: 10px 0 2px 0;
      text-transform: uppercase; }
    .post-list .post .post-content .view_link {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase; }
      .post-list .post .post-content .view_link a {
        color: #000000; }
  .post-list .post .event-content .created_at {
    font-size: 12px; }
  .post-list .post .event-content .view_link {
    font-size: 12px; }

.category-links {
  z-index: 1000; }
  .category-links #categories ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .category-links #categories ul li {
      display: block;
      padding: 0 0 20px 0;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .category-links #categories ul li {
          font-size: 16px; } }
      @media only screen and (max-width: 600px) {
        .category-links #categories ul li {
          font-size: 14px; } }
      @media only screen and (max-width: 768px) {
        .category-links #categories ul li {
          display: inline-block;
          padding: 0 0 30px 0;
          text-align: center;
          width: 23%; } }
      .category-links #categories ul li a {
        color: #9b9ba6; }
      .category-links #categories ul li a:hover {
        text-decoration: none; }
      .category-links #categories ul li a.active {
        color: #000000; }

.work-with-us .btn, .say-hello .btn {
  margin: 0 0 0 50px;
  padding: 10px 15px; }

.work-with-us .border, .say-hello .border {
  background-image: linear-gradient(to right, #BBB 40%, rgba(255, 255, 255, 0) 20%);
  background-position: center top, center bottom;
  background-repeat: repeat-x;
  background-size: 3px 1px;
  display: block;
  height: 1px;
  width: 100%; }

@media only screen and (max-width: 768px) {
  .work-with-us .btn, .say-hello .btn {
    display: block;
    margin: 20px 0 0 0; } }

.archive-links,
.tag-links {
  box-sizing: #f7f7f7;
  border-bottom: 1px solid #d8d8d8; }
  .archive-links #archive-years ul,
  .archive-links #tag-filters ul,
  .tag-links #archive-years ul,
  .tag-links #tag-filters ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .archive-links #archive-years ul li,
    .archive-links #tag-filters ul li,
    .tag-links #archive-years ul li,
    .tag-links #tag-filters ul li {
      padding: 20px 0;
      margin-right: 10px;
      display: inline-block;
      font-size: 12px;
      text-transform: uppercase; }
      .archive-links #archive-years ul li a,
      .archive-links #tag-filters ul li a,
      .tag-links #archive-years ul li a,
      .tag-links #tag-filters ul li a {
        color: #000000; }

#featured_post {
  color: #FFFFFF; }
  #featured_post .title {
    font-size: 2em; }

#zenbox_tab {
  display: none !important; }

.mobile-menu {
  position: fixed;
  top: 0;
  z-index: 100000;
  background: #FFFFFF;
  width: 100%; }
  .mobile-menu a {
    display: inline-block;
    cursor: pointer; }
  .mobile-menu a:hover {
    text-decoration: none; }
  .mobile-menu .logo-bg {
    background: #f7f7f7; }
  .mobile-menu .mobile-slide-menu {
    display: none;
    background: #ebebeb;
    position: absolute;
    overflow: hidden;
    width: 100%;
    z-index: -99; }
    .mobile-menu .mobile-slide-menu .mobile-slide-links {
      list-style: none;
      padding: 0 15px;
      margin: 10px 0; }
      .mobile-menu .mobile-slide-menu .mobile-slide-links li {
        padding: 5px 0; }
        .mobile-menu .mobile-slide-menu .mobile-slide-links li a {
          color: #555a5c;
          line-height: 30px;
          text-align: left; }
  .mobile-menu .mobile-links {
    width: 100%;
    border-top: 1px solid #D8D8D8;
    position: relative;
    z-index: 100; }
    .mobile-menu .mobile-links .mobile-logo {
      font-size: 30px;
      height: 60px;
      line-height: 55px;
      display: inline-block;
      background: #ffffff;
      color: #2D2D2D;
      width: 20%;
      float: left;
      text-align: center; }
      .mobile-menu .mobile-links .mobile-logo.open {
        background: #ebebeb; }
      .mobile-menu .mobile-links .mobile-logo img {
        width: 30px;
        height: auto; }
    .mobile-menu .mobile-links .product-links {
      width: 65%;
      background: #FFFFFF;
      float: left;
      text-align: right; }
      .mobile-menu .mobile-links .product-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center; }
        .mobile-menu .mobile-links .product-links ul li {
          display: inline-block;
          margin: 0 10px;
          position: relative; }
          @media only screen and (max-width: 340px) {
            .mobile-menu .mobile-links .product-links ul li {
              padding: 0;
              margin: 0 5px; } }
          .mobile-menu .mobile-links .product-links ul li a {
            padding: 0 10px; }
          @media only screen and (max-width: 340px) {
            .mobile-menu .mobile-links .product-links ul li .outer-link {
              padding: 0;
              margin: 0; } }
          .mobile-menu .mobile-links .product-links ul li #mobile-accessory-menu {
            width: 100%;
            padding: 0;
            padding: 10px 0; }
            .mobile-menu .mobile-links .product-links ul li #mobile-accessory-menu ul {
              text-align: left; }
              .mobile-menu .mobile-links .product-links ul li #mobile-accessory-menu ul li {
                padding: 5px 0;
                display: block;
                margin: 0; }
                .mobile-menu .mobile-links .product-links ul li #mobile-accessory-menu ul li a {
                  padding: 0 10px; }
      .mobile-menu .mobile-links .product-links a {
        line-height: 60px;
        color: #a6a6a6;
        color: #555a5c;
        display: inline-block;
        font-size: 14px;
        text-align: center; }
    .mobile-menu .mobile-links #mobile-cart {
      height: 60px;
      width: 15%;
      display: inline-block;
      padding-top: 12px;
      background: #ffffff;
      text-align: left; }
      .mobile-menu .mobile-links #mobile-cart img {
        vertical-align: middle; }
      .mobile-menu .mobile-links #mobile-cart a {
        display: block; }
      .mobile-menu .mobile-links #mobile-cart span.loaded {
        position: relative;
        border-radius: 50%;
        background: #14c2dc;
        color: #ffffff;
        padding: 2px 6px;
        font-size: 9px;
        font-weight: bold;
        margin-left: -38px;
        top: 4px; }

.mobile-menu-spacer {
  height: 60px;
  display: block;
  width: 100%; }

.mobile-anchor.open {
  background: #ebebeb; }

.product-registration {
  background: #f9f9f9;
  padding: 20px 0; }

#edit_product_info,
#edit_customer_info {
  cursor: pointer; }

#product_registration_main {
  background: #FFFFFF;
  padding: 0px 15px;
  background: #FFFFFF;
  border: 1px solid #e5e5e5;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  #product_registration_main .messages {
    margin: 15px 0 0 0; }
    #product_registration_main .messages .error-msg ul::before {
      font-size: 22px; }
  #product_registration_main h4 {
    font-size: 16px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
    padding: 8px 0; }
  #product_registration_main #dob_wrapper {
    background: #f7f7f7;
    border: 1px solid #e8e8e8;
    padding: 0 15px; }
    #product_registration_main #dob_wrapper h3 {
      color: #000000;
      font-size: 16px;
      font-weight: 700; }

#dealer-search-results {
  padding: 20px; }
  #dealer-search-results .dealer-item input {
    float: left;
    width: auto; }
  #dealer-search-results .dealer-item .dealer-details {
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 20px; }
    #dealer-search-results .dealer-item .dealer-details label {
      font-size: 14px; }
    #dealer-search-results .dealer-item .dealer-details .location-info {
      display: block; }

#customer_preview .edit_overlay {
  height: auto; }

#customer_preview hr {
  border-top: 1px solid #cccccc;
  margin: 15px 0; }

#product_previews_wrap > div {
  margin: 0 0 10px 0; }

.new_overlay, .edit_overlay {
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 #CCCCCC inset;
  height: 100px;
  overflow-y: auto;
  padding: 12px;
  position: relative;
  vertical-align: middle; }

.new_overlay {
  cursor: pointer;
  text-align: center; }
  .new_overlay svg {
    fill: #CCCCCC; }
  .new_overlay p {
    color: #CCCCCC;
    line-height: 18px; }

.edit_overlay p {
  line-height: 19px;
  margin: 0; }

.edit_overlay a {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 8px 0 #00c2da inset;
  cursor: pointer;
  display: none;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
  left: 0;
  line-height: 98px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 100%; }

.new_overlay:hover, .edit_overlay:hover {
  border: 1px solid #00c2da;
  box-shadow: 0 0 8px 0 #00c2da inset; }

.new_overlay:hover svg {
  fill: #00c2da; }

.new_overlay:hover p {
  color: #00c2da; }

.edit_overlay:hover a {
  display: block; }

.social-row {
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc; }
  .social-row .social-row-text {
    text-align: right;
    line-height: 75px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .social-row .social-row-text {
        text-align: center; } }
    .social-row .social-row-text strong {
      font-weight: 700; }
  .social-row .social-icons {
    text-align: left; }
    @media only screen and (max-width: 768px) {
      .social-row .social-icons {
        margin-top: 0px;
        text-align: center; } }
    .social-row .social-icons a {
      color: #00c2da;
      font-size: 40px;
      display: inline-block;
      line-height: 75px;
      margin: 0 2px; }
    .social-row .social-icons a:hover {
      text-decoration: none; }

#newsletter-footer {
  background: #f8f8f8; }
  #newsletter-footer .row-header {
    padding: 40px 0 30px 0; }
  #newsletter-footer .newsletter-signup {
    margin: 5px 0 15px 0; }
    @media only screen and (max-width: 768px) {
      #newsletter-footer .newsletter-signup .input-box {
        margin-bottom: 20px; } }
    #newsletter-footer .newsletter-signup .input-box .validation-advice {
      position: absolute;
      left: 0; }
    #newsletter-footer .newsletter-signup .input-box input {
      background: #FFFFFF;
      border: 2px solid #cccccc;
      border-radius: 3px;
      padding: 10px;
      width: 100%;
      text-transform: uppercase;
      font-weight: 500;
      line-height: 32px;
      font-size: 14px; }
    #newsletter-footer .newsletter-signup .btn-sm {
      line-height: 32px;
      width: 100%;
      padding: 10px 0px;
      float: left;
      font-size: 14px;
      letter-spacing: 2px; }

.fixed-header .navbar {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

.navbar-default {
  margin-bottom: 0; }
  .navbar-default .navbar-nav li:hover .dropdown-menu,
  .navbar-default .navbar-nav li.active:hover .dropdown-menu {
    position: absolute;
    left: 0%;
    top: 80%;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 150px;
    padding: 8px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background: #FFFFFF;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    box-shadow: none;
    border: none; }
    .navbar-default .navbar-nav li:hover .dropdown-menu li,
    .navbar-default .navbar-nav li.active:hover .dropdown-menu li {
      padding: 2px 8px; }
      .navbar-default .navbar-nav li:hover .dropdown-menu li a,
      .navbar-default .navbar-nav li.active:hover .dropdown-menu li a {
        color: #000000 !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        line-height: 30px !important;
        font-size: 12px;
        padding: 3px 10px;
        text-transform: uppercase; }
      .navbar-default .navbar-nav li:hover .dropdown-menu li a:hover,
      .navbar-default .navbar-nav li.active:hover .dropdown-menu li a:hover {
        background: none;
        color: #00c2da !important; }

.navbar-right a {
  text-transform: uppercase;
  font-weight: 500 !important; }

#map_wrapper {
  height: 690px;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 768px) {
    #map_wrapper {
      height: 300px !important; }
      #map_wrapper #custom_control_container {
        display: none; } }

#map_canvas {
  height: 100%;
  width: 100%; }

#form_wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  height: 100%;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%; }
  #form_wrapper #form_content {
    top: 40%;
    position: absolute;
    left: 0;
    display: block;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      #form_wrapper #form_content {
        top: 20%; } }

#form_wrapper h1 {
  font-weight: 100; }

.locator-form .zip-code {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  padding: 10px; }

.locator-form .zip-submit {
  margin: 0 0 0 10px;
  padding: 10px 25px; }

.locator-form.row-form .zip-code {
  background: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #D8D8D8;
  font-size: 20px;
  padding: 5px 10px;
  color: #000000;
  width: 100%; }

.locator-form.row-form .zip-submit {
  padding: 10px 20px;
  border-radius: 3px;
  transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  background: #F5A623;
  color: #FFFFFF;
  margin: 0;
  width: 100%; }

.locator-form.row-form .zip-submit:hover {
  color: #FFFFFF;
  background: #ca8a1f; }

.locator-form.row-form .input-box {
  display: block; }

.locator-form.row-form {
  float: right;
  padding: 20px 0; }

#locations_table {
  display: none; }
  #locations_table .locator-title {
    font-size: 26px;
    padding: 20px 0;
    display: block; }
  #locations_table .search-filters {
    background: #f7f7f7;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      #locations_table .search-filters .feature-filter span.title {
        display: block;
        text-align: left; } }
    #locations_table .search-filters .feature-filter label {
      margin: 0 0 0 20px; }
      @media only screen and (max-width: 768px) {
        #locations_table .search-filters .feature-filter label {
          display: block;
          text-align: left;
          margin: 0; } }
      #locations_table .search-filters .feature-filter label .map-filter {
        margin-right: 10px; }
  #locations_table .locations-header {
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #979797; }

#locations .location {
  text-align: center;
  border-bottom: 1px solid #979797;
  padding-bottom: 15px;
  padding-top: 15px; }

#locations .location-products {
  text-align: left;
  padding-top: 2%;
  padding-bottom: 2%; }
  @media only screen and (max-width: 768px) {
    #locations .location-products {
      text-align: center; } }
  #locations .location-products .icon {
    opacity: 0.2;
    padding-right: 30px; }
    @media only screen and (max-width: 768px) {
      #locations .location-products .icon {
        padding: 0 20px; } }
  #locations .location-products .icon.active {
    opacity: 1; }
  #locations .location-products .icon:before {
    padding-right: 10px;
    font-size: 20px; }
    @media only screen and (max-width: 768px) {
      #locations .location-products .icon:before {
        padding: 0 10px; } }

#locations .location-details {
  text-align: left; }
  @media only screen and (max-width: 768px) {
    #locations .location-details {
      text-align: center; } }
  #locations .location-details .location-name {
    display: block;
    font-size: 16px;
    margin-bottom: 5px; }
  #locations .location-details .loation-adders {
    display: block; }

#locations .location-phone {
  padding-top: 2%;
  padding-bottom: 2%; }

#locations .location-distance {
  padding-top: 2%;
  padding-bottom: 2%; }

#locations .location-directions {
  text-align: right;
  padding-top: 2%;
  padding-bottom: 2%; }
  @media only screen and (max-width: 768px) {
    #locations .location-directions {
      text-align: center; } }

#show_more_locations {
  color: #9b979b; }

.lightbox {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000; }
  .lightbox .lightbox-content iframe {
    width: 100%;
    height: 95%;
    position: absolute;
    top: 5%;
    left: 0; }
    @media only screen and (max-width: 768px) {
      .lightbox .lightbox-content iframe {
        top: 20%;
        height: 190px; } }
  .lightbox .close {
    height: 13px;
    padding-left: 25px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 10px;
    color: #FFFFFF;
    z-index: 100; }
    @media only screen and (max-width: 768px) {
      .lightbox .close {
        left: 39%;
        bottom: 30%;
        top: auto;
        right: auto; } }

@media only screen and (max-width: 990px) {
  .navbar-default li a {
    padding: 15px 10px; } }

@media only screen and (max-width: 855px) {
  .navbar-default li a {
    padding: 15px 8px; }
  .secondary-nav .button {
    padding: 15px 15px; } }

@media only screen and (max-width: 800px) {
  .navbar-default li a {
    padding: 15px 5px; } }

.container-fluid {
  max-width: 1170px; }

.cms-page-content {
  padding: 0 0 100px 0; }
  .cms-page-content h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 1.42857;
    border-bottom: 1px solid #D8D8D8;
    padding: 10px 0; }
  .cms-page-content h3 {
    font-weight: 500;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #D8D8D8;
    padding: 10px 0; }
  .cms-page-content .sidebar-box {
    border-bottom: 1px solid #D8D8D8;
    padding: 20px 0;
    margin-bottom: 20px; }

ul.pdfs {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.pdfs li {
    padding: 15px 0;
    border-bottom: 1px solid #D8D8D8; }
    ul.pdfs li a {
      color: #000000;
      display: block; }
    ul.pdfs li a:after {
      font-family: "ploomregular";
      content: "\E072";
      speak: none;
      color: #d8d8d8;
      float: right;
      font-size: 26px;
      line-height: 17px; }

.autocomplete-suggestions {
  overflow: auto;
  border: 1px solid #D8D8D8;
  background: #FFF; }
  .autocomplete-suggestions .autocomplete-suggestion {
    overflow: hidden;
    padding: 5px 15px;
    white-space: nowrap; }
  .autocomplete-suggestions strong {
    color: #14c2dc; }

.globalMsg {
  background: #00c2da;
  color: #FFFFFF;
  z-index: 10000;
  position: fixed;
  width: 100%;
  display: block;
  top: 0;
  min-height: 50px; }
  .globalMsg .global-msg {
    margin: 0 auto;
    max-width: 1170px;
    padding: 10px 10px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .globalMsg .global-msg {
        padding: 10px 30px 10px 10px; } }
    .globalMsg .global-msg a {
      color: #FFFFFF; }
    .globalMsg .global-msg .msg {
      float: left;
      font-weight: 500;
      line-height: 29px;
      width: 80%; }
      .globalMsg .global-msg .msg p {
        margin: 0; }
      @media only screen and (max-width: 800px) {
        .globalMsg .global-msg .msg {
          width: 100%; } }
    .globalMsg .global-msg .msg-btns {
      float: right;
      width: 20%; }
      @media only screen and (max-width: 800px) {
        .globalMsg .global-msg .msg-btns {
          display: none; } }
      .globalMsg .global-msg .msg-btns .btn-msg {
        background: #FFFFFF;
        color: #00c2da;
        display: inline-block;
        float: right;
        font-size: 12px;
        line-height: 17px;
        padding: 5px 10px; }
      .globalMsg .global-msg .msg-btns .btn-msg-pax {
        margin-right: 10px; }
  .globalMsg .close-msg {
    position: absolute;
    right: 30px;
    top: 5px;
    color: #FFFFFF;
    font-size: 20px; }
    @media only screen and (max-width: 768px) {
      .globalMsg .close-msg {
        right: 10px; } }
  .globalMsg .close-msg:hover {
    text-decoration: none; }

.shipping-countdown {
  display: inline-block;
  text-transform: uppercase; }
  .shipping-countdown span {
    background: #147b91;
    width: 20px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    font-size: 16px; }
  .shipping-countdown .seconds2 {
    margin-right: 10px; }

.cmsbtn {
  background: #F5A623;
  color: #FFFFFF;
  padding: 10px 15px;
  border-radius: 3px;
  transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0; }

.cmsbtn:hover {
  color: #FFFFFF;
  background: #ca8a1f; }

#customer-service-menu {
  height: 150px; }
  @media only screen and (max-width: 600px) {
    #customer-service-menu {
      height: 80px; } }
  #customer-service-menu .slide {
    /* required */
    width: 20%;
    height: 100%; }
    @media only screen and (max-width: 768px) {
      #customer-service-menu .slide {
        width: 30%; } }

#support-top-mobile-menu {
  height: 65px; }
  #support-top-mobile-menu .slide {
    /* required */
    width: 12%;
    height: 100%; }
    @media only screen and (max-width: 768px) {
      #support-top-mobile-menu .slide {
        width: 30%; } }

/* slider container */
.iosslider {
  /* required */
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%; }

/* slider */
.iosslider .slider {
  /* required */
  width: 100%;
  height: 100%; }

.about-section .banner-header {
  font-size: 26px; }

.about-section .banner-copy {
  font-size: 16px; }

.careers_main {
  padding: 60px 0; }
  .careers_main .header {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .careers_main .header {
        font-size: 20px; } }
    @media only screen and (max-width: 600px) {
      .careers_main .header {
        font-size: 16px; } }
  .careers_main .copy {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500; }
  .careers_main .about-section .header {
    font-size: 41px; }
    @media only screen and (max-width: 768px) {
      .careers_main .about-section .header {
        font-size: 20px; } }
    @media only screen and (max-width: 600px) {
      .careers_main .about-section .header {
        font-size: 18px; } }
  .careers_main .location-section {
    background: url("/skin/frontend/plm/default/assets/careers/Ploom.Careers.sanfrancisco.1471593909.jpg") 50% center no-repeat;
    padding: 80px 40px;
    margin: 50px 0 0;
    text-align: center; }
    .careers_main .location-section .copy {
      font-weight: 400; }
  .careers_main .current-openings {
    margin: 50px 0 0; }
    .careers_main .current-openings .header {
      text-align: center; }
  .careers_main .job-department {
    border-top: 1px solid #979797;
    letter-spacing: 2px;
    margin: 20px 0 0;
    padding: 20px 0 0;
    text-transform: uppercase;
    font-size: 18px; }
    @media only screen and (max-width: 768px) {
      .careers_main .job-department {
        font-size: 16px; } }
    @media only screen and (max-width: 600px) {
      .careers_main .job-department {
        font-size: 14px; } }
  .careers_main .job-section:nth-child(3) .job-department {
    border-top: none; }
  .careers_main .jobs .row .job {
    margin: 10px 0 0;
    width: 100%; }
    .careers_main .jobs .row .job .job-title {
      float: left;
      width: 40%;
      color: #000000;
      font-size: 18px; }
      @media only screen and (max-width: 768px) {
        .careers_main .jobs .row .job .job-title {
          font-size: 16px; } }
      @media only screen and (max-width: 600px) {
        .careers_main .jobs .row .job .job-title {
          font-size: 14px; } }
    .careers_main .jobs .row .job .job-location {
      float: right;
      width: 40%;
      font-size: 18px;
      text-align: right; }
      @media only screen and (max-width: 768px) {
        .careers_main .jobs .row .job .job-location {
          font-size: 16px; } }
      @media only screen and (max-width: 600px) {
        .careers_main .jobs .row .job .job-location {
          font-size: 14px; } }

.holiday-hours {
  background: #fcfcfc;
  border: 1px solid #e5e5e5;
  padding: 15px 10px;
  margin-top: 20px; }

.holiday-hours .icon {
  display: inline-block;
  float: left;
  font-size: 30px;
  width: 4%;
  line-height: normal; }
  @media only screen and (max-width: 700px) {
    .holiday-hours .icon {
      width: 10%; } }

.holiday-hours .intro .icon {
  font-size: 18px;
  width: 8%; }

.holiday-hours .intro .title {
  font-weight: 700;
  float: left;
  width: 92%;
  font-size: 16px; }

.holiday-hours .details {
  margin-top: 10px;
  display: block; }

.holiday-hours .message {
  display: inline-block;
  float: right;
  width: 95%; }
  @media only screen and (max-width: 700px) {
    .holiday-hours .message {
      width: 90%; } }

.testimonial-header {
  display: block;
  text-align: center;
  font-size: 26px;
  padding: 30px 0; }

#pax-testimonials,
#ploom-testimonials {
  padding-bottom: 40px; }

#testimonial-slider {
  text-align: center; }
  #testimonial-slider .slide-content {
    width: 75%;
    margin: 0 auto;
    line-height: 24px; }
    #testimonial-slider .slide-content .testimonial-author {
      color: #5e5e5e;
      font-size: 13px;
      margin-top: 40px; }
    @media only screen and (max-width: 700px) {
      #testimonial-slider .slide-content {
        width: 100%; } }

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-viewport {
  height: 420px !important;
  height: 90vh !important; }
  @media only screen and (max-width: 768px) {
    .bx-viewport {
      height: 620px !important;
      height: 90vh !important; } }

.bx-controls-direction {
  display: none; }

.bxslider {
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0;
  padding: 0; }
  .bxslider li {
    list-style: none;
    left: 0 !important;
    margin-bottom: 75px; }

.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  right: 10px; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(//www.paxvapor.com/skin/frontend/plm/default/css/theme/images/bx_loader.1471593909.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ff4b04; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px; }

.bx-wrapper .bx-prev:before {
  content: "\E073";
  font-family: "ploomregular";
  speak: none;
  color: #000000;
  font-size: 40px; }

.bx-wrapper .bx-next:before {
  content: "\E074";
  font-family: "ploomregular";
  speak: none;
  color: #000000;
  font-size: 40px; }

.bx-wrapper .bx-next {
  right: 10px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 10%;
  outline: 0;
  font-size: 0px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a {
  text-decoration: none; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("//www.paxvapor.com/skin/frontend/plm/default/images/controls.1471593909.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("//www.paxvapor.com/skin/frontend/plm/default/images/controls.1471593909.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

@media only screen and (max-width: 768px) {
  #no-route-page .no-route-intro {
    text-align: center; } }

#no-route-page .no-route-intro img {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 768px) {
  #no-route-page h1 {
    text-align: center;
    display: block; } }

#no-route-page .sub-header {
  text-align: center;
  font-size: 22px;
  margin: 0px 0 20px;
  display: block; }
  @media only screen and (max-width: 768px) {
    #no-route-page .sub-header {
      font-size: 18px; } }

#no-route-page .support-cat .support-icon {
  font-size: 40px; }

#no-route-page .support-cat .support-name {
  font-size: 14px; }

#shipping-calc {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  padding: 10px 10px 0 10px;
  border-radius: 3px; }
  #shipping-calc .box-title {
    font-size: 16px;
    font-weight: 500; }

@media only screen and (max-width: 768px) {
  .reward-method {
    margin-bottom: 40px; } }

.reward-method .method-icon {
  font-size: 60px;
  margin-bottom: 20px;
  display: block; }

.reward-method .method-title {
  font-size: 20px; }

.reward-method .method-points {
  font-size: 20px;
  font-weight: 700; }

.reward-method .method-details {
  margin-top: 20px;
  font-size: 15px; }

.reward-method .method-action {
  margin-top: 30px; }

#reward-details {
  font-size: 16px; }
  #reward-details ul {
    padding: 0 0 0 20px; }
    #reward-details ul li {
      margin: 10px 0; }

.mypoints-transfers .actions {
  display: none; }

.mypoints-transfers .data-table {
  width: 100%;
  margin-bottom: 40px; }
  .mypoints-transfers .data-table thead {
    background: #f4f4f4; }
    .mypoints-transfers .data-table thead th {
      font-weight: normal;
      padding: 20px 10px;
      border: 1px solid #e9e9e9;
      text-transform: uppercase;
      font-size: 11px; }
  .mypoints-transfers .data-table tbody td {
    padding: 10px;
    font-size: 12px;
    border: 1px solid #e9e9e9; }

.current-points {
  display: inline-block;
  margin: 20px 0; }
  .current-points .points {
    font-size: 60px;
    color: #585858;
    line-height: normal;
    text-align: center; }

#points-spender {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  padding: 10px 10px 0 10px;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 20px; }
  #points-spender h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 500; }

.checkout-types {
  display: block !important; }

.price-box .old-price {
  display: inline-block;
  color: #BBBBBB;
  font-weight: normal; }
  .price-box .old-price .price-label {
    display: none; }

.price-box .special-price {
  display: inline-block; }
  .price-box .special-price .price-label {
    display: none; }

.old-price {
  text-decoration: line-through;
  margin-right: 10px; }

.content-box {
  position: relative;
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
  top: 175px; }

#info {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px;
  z-index: 9990; }

#parallax_section {
  height: 9000px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: white;
  background: linear-gradient(white, #e6e6e6);
  background-size: cover; }
  #parallax_section .the_pax .skrollable-between {
    display: block !important; }
  #parallax_section .the_pax .skrollable-between ~ .skrollable-between {
    display: none !important; }

/* HEADINGS on top of each slide */
.heading {
  position: absolute;
  text-align: center;
  width: 100%;
  /*top: 15%;*/
  top: 40px;
  font-size: 40px;
  font-weight: 700; }

.the-tip {
  width: 33%;
  position: relative; }
  .the-tip strong {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px; }
  .the-tip p {
    font-size: 18px; }
  @media only screen and (max-width: 1280px) {
    .the-tip {
      font-size: 14px; } }

/* SECTION 1 */
#efficient {
  left: 5%;
  top: 50px; }
  #efficient p:nth-of-type(2) {
    position: absolute;
    top: 300px; }
  @media only screen and (max-width: 1280px) {
    #efficient {
      top: 20px;
      left: 8%; } }

#smarter {
  left: 65%;
  top: 230px;
  position: absolute; }
  @media only screen and (max-width: 1280px) {
    #smarter {
      top: 125px;
      left: 59%; } }

.bubble {
  border-radius: 50%;
  width: 185px;
  height: 185px;
  display: block;
  z-index: 9999;
  position: relative;
  overflow: hidden; }
  .bubble img {
    width: 100%; }
  @media only screen and (max-width: 1280px) {
    .bubble {
      width: 150px;
      height: 150px; } }

#bubble1 {
  left: 22%;
  top: 60px; }
  @media only screen and (max-width: 1280px) {
    #bubble1 {
      left: 28%;
      top: 30px; } }

#bubble2 {
  left: 62%;
  top: 0px;
  position: absolute; }
  @media only screen and (max-width: 1280px) {
    #bubble2 {
      left: 57%;
      top: -45px; } }

/* SECTION 2 */
#smaller {
  left: 62%;
  top: 160px; }
  @media only screen and (max-width: 1280px) {
    #smaller {
      left: 58%;
      top: 38px; } }

#streamlined {
  left: 0%;
  top: 90px;
  position: absolute; }
  #streamlined p:nth-of-type(2) {
    position: absolute;
    top: 250px; }
  @media only screen and (max-width: 1280px) {
    #streamlined {
      left: 5%;
      top: -40px; } }

/* BLUE BOX */
#blue_box {
  height: 100%;
  width: 100%;
  max-height: 600px;
  min-height: 600px;
  max-width: 190px;
  position: relative;
  left: 32.6%;
  border: 3px #5DDAFF dotted;
  border-radius: 20px;
  color: #5DDAFF;
  text-align: right;
  padding: 10px 15px;
  font-size: 26px;
  z-index: 9999;
  top: -140px; }
  @media only screen and (max-width: 1280px) {
    #blue_box {
      left: 36%;
      max-height: 460px;
      min-height: 460px;
      max-width: 150px;
      top: -150px; } }

/* SECTION 3 */
#social {
  left: 7%;
  top: 200px; }
  @media only screen and (max-width: 1280px) {
    #social {
      left: 8%;
      top: 46px; } }

#bored {
  left: 62%;
  top: 0; }
  #bored p:nth-of-type(2) {
    top: 220px;
    position: absolute; }

#refined {
  left: 36%;
  top: -50px; }
  @media only screen and (max-width: 1280px) {
    #refined {
      left: 64%;
      top: -86px; } }
  @media only screen and (max-width: 950px) {
    #refined {
      left: 66%;
      top: -88px; } }

/* WRAPPING DIV AROUND IMAGES*/
.pax_main {
  position: fixed;
  top: 175px;
  left: 0;
  width: 100%;
  text-align: center;
  height: 700px; }

/* IMAGE FILE */
.the_pax {
  text-align: center;
  margin: 0 auto; }
  .the_pax img {
    height: auto;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; }
    .the_pax img.lazy {
      display: none; }
  @media only screen and (max-width: 1280px) {
    .the_pax {
      max-width: 960px;
      min-width: 768px; } }
  @media only screen and (max-width: 768px) {
    .the_pax {
      margin: 0 0 0 -48px; } }

/* BACKGROUNDS */
#slides {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 65px;
  left: 0; }
  @media only screen and (max-width: 768px) {
    #slides {
      top: 0; } }

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 15px; }

.section-wrapper {
  width: 100%;
  height: 1000px;
  overflow: hidden;
  position: relative; }

.svg-logo {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center; }
  .svg-logo svg {
    margin-top: 90px;
    height: calc(60% + 30px);
    padding: 15px 0;
    width: 70%; }

#slide-1 {
  background: pink;
  background: linear-gradient(white, #bfbfbf);
  background-size: cover; }

#pax2-gold-banner {
  background: url("//www.paxvapor.com/skin/frontend/plm/default/images/pax2-gold/banner-bg.1471593909.jpg") 50% 0%/cover no-repeat; }
  #pax2-gold-banner #pax2-gold-details {
    padding: 50px 0; }
    @media only screen and (max-width: 767px) {
      #pax2-gold-banner #pax2-gold-details {
        text-align: center;
        max-width: 100%;
        padding: 30px 0 0; } }
    @media only screen and (max-height: 900px) {
      #pax2-gold-banner #pax2-gold-details {
        padding: 0; } }
  #pax2-gold-banner p {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #F2ECAB;
    padding: 40px 0 60px; }
    @media only screen and (max-width: 767px) {
      #pax2-gold-banner p {
        padding: 10px 0 20px; } }
  #pax2-gold-banner h4 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 10px 0 20px;
    line-height: 40px;
    color: #F2ECAB;
    text-shadow: 0px 0px 10px white;
    letter-spacing: 5px; }
    @media only screen and (max-width: 767px) {
      #pax2-gold-banner h4 {
        margin: 0 0 10px;
        line-height: 30px;
        font-size: 22px; } }
  #pax2-gold-banner h3 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0 20px;
    line-height: 40px;
    color: #F2ECAB;
    text-shadow: 0px 0px 6px white;
    letter-spacing: 5px; }
    @media only screen and (max-width: 767px) {
      #pax2-gold-banner h3 {
        margin: 0 0 10px;
        font-size: 32px; } }
  #pax2-gold-banner #pax2-gold-img-section {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #pax2-gold-banner #pax2-gold-img-section {
        padding: 20px 0 0; } }
  #pax2-gold-banner #pax2-gold-img {
    height: 600px;
    width: 200px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      #pax2-gold-banner #pax2-gold-img {
        height: 300px;
        width: 100px; } }
    @media only screen and (max-height: 900px) {
      #pax2-gold-banner #pax2-gold-img {
        height: 450px;
        width: 150px; } }
    @media only screen and (max-height: 500px) {
      #pax2-gold-banner #pax2-gold-img {
        height: 300px;
        width: 100px; } }
    @media only screen and (max-width: 767px) and (max-height: 900px) {
      #pax2-gold-banner #pax2-gold-img {
        height: 300px;
        width: 100px; } }
  #pax2-gold-banner a.pax2-gold-order-btn {
    border: none;
    background: #F2ECAB;
    background: -moz-linear-gradient(left, #d5b453 0%, #f2ecab 33%, #f2ecab 66%, #d5b453 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d5b453 0%, #f2ecab 33%, #f2ecab 66%, #d5b453 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d5b453 0%, #f2ecab 33%, #f2ecab 66%, #d5b453 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5b453', endColorstr='#d5b453',GradientType=1 );
    color: #000000; }
    #pax2-gold-banner a.pax2-gold-order-btn:hover {
      opacity: 0.8; }
  #pax2-gold-banner a.text-link {
    margin: 0.75em 0;
    display: block;
    padding: 15px 0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-decoration: underline; }
    @media only screen and (max-width: 400px) {
      #pax2-gold-banner a.text-link {
        margin: 0.75em 0; } }

.middle-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#weeknd-pax-banner {
  background: url("//www.paxvapor.com/skin/frontend/plm/default/images/the-weeknd/weeknd-bg.1471593909.jpg") no-repeat !important;
  background-size: 120% !important;
  background-position: center -50px !important;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  @media only screen and (max-width: 1400px) {
    #weeknd-pax-banner {
      background-position: 0 -50px !important; } }
  @media only screen and (max-width: 900px) {
    #weeknd-pax-banner {
      background-position: 0 0 !important;
      background-size: auto !important; } }
  #weeknd-pax-banner #weeknd-pax {
    background: url("//www.paxvapor.com/skin/frontend/plm/default/images/the-weeknd/pax-2-weekend-banner.1471593909.png") center top no-repeat;
    background-size: auto 600px;
    height: 600px; }
    @media only screen and (max-width: 992px) {
      #weeknd-pax-banner #weeknd-pax {
        background: url("//www.paxvapor.com/skin/frontend/plm/default/images/the-weeknd/pax-2-weeknd.1471593909.png") center top no-repeat;
        background-size: auto 500px;
        height: 500px; } }
  #weeknd-pax-banner #weeknd-pax-details {
    text-align: center;
    padding-top: 50px;
    letter-spacing: 1px; }
    #weeknd-pax-banner #weeknd-pax-details img {
      display: block;
      margin: 0 auto; }
    #weeknd-pax-banner #weeknd-pax-details p {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 500; }
      @media only screen and (max-width: 400px) {
        #weeknd-pax-banner #weeknd-pax-details p {
          font-size: 18px; } }
      @media only screen and (max-width: 615px) {
        #weeknd-pax-banner #weeknd-pax-details p {
          font-size: 16px; } }
    #weeknd-pax-banner #weeknd-pax-details h4 {
      font-size: 32px;
      text-transform: uppercase;
      font-weight: 600;
      margin: 10px 0 20px;
      line-height: 40px; }
      @media only screen and (max-width: 400px) {
        #weeknd-pax-banner #weeknd-pax-details h4 {
          font-size: 20px;
          line-height: 24px;
          margin: 0.75em 0; } }
      @media only screen and (max-width: 615px) {
        #weeknd-pax-banner #weeknd-pax-details h4 {
          font-size: 22px;
          line-height: 26px; } }
      @media only screen and (min-width: 615px) {
        #weeknd-pax-banner #weeknd-pax-details h4 {
          margin: 1em 0; } }
      @media only screen and (max-width: 992px) {
        #weeknd-pax-banner #weeknd-pax-details h4 {
          font-size: 26px; } }
      @media only screen and (min-width: 1006px) {
        #weeknd-pax-banner #weeknd-pax-details h4 {
          margin: 3.5em 0; } }
      @media only screen and (max-height: 1024px) and (min-width: 1006px) {
        #weeknd-pax-banner #weeknd-pax-details h4 {
          margin: 80px 0 90px; } }
    #weeknd-pax-banner #weeknd-pax-details a.weeknd-order-btn {
      border: none;
      background: #000;
      color: #FF0; }
      #weeknd-pax-banner #weeknd-pax-details a.weeknd-order-btn.active {
        opacity: 0.4; }
    #weeknd-pax-banner #weeknd-pax-details a.text-link {
      margin: 1.5em 0;
      display: block;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #000;
      text-decoration: underline; }
      @media only screen and (max-width: 400px) {
        #weeknd-pax-banner #weeknd-pax-details a.text-link {
          margin: 0.75em 0; } }

#parallax-weeknd {
  height: 2000px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  #parallax-weeknd .pax-weeknd-wrapper.large {
    position: fixed;
    top: calc(50% - 325px);
    left: 0;
    width: 100%;
    text-align: center;
    height: 650px; }
    @media only screen and (max-width: 770px) {
      #parallax-weeknd .pax-weeknd-wrapper.large {
        top: -15px; } }
    #parallax-weeknd .pax-weeknd-wrapper.large .pax-weeknd img {
      height: 650px;
      width: auto;
      margin: 0 auto;
      z-index: 99; }
      #parallax-weeknd .pax-weeknd-wrapper.large .pax-weeknd img#yellow-light {
        height: 100px;
        z-index: 999; }
      #parallax-weeknd .pax-weeknd-wrapper.large .pax-weeknd img#weeknd-logo {
        height: 119px;
        z-index: 999; }
    #parallax-weeknd .pax-weeknd-wrapper.large #black-bg {
      background-color: #000;
      background-size: cover; }
    #parallax-weeknd .pax-weeknd-wrapper.large .weeknd-message {
      color: #FFFFFF;
      text-align: center;
      font-size: 16px;
      width: 100%;
      margin: 0 auto;
      display: block;
      padding: 0 3em;
      max-width: 750px; }
      @media only screen and (max-width: 770px) {
        #parallax-weeknd .pax-weeknd-wrapper.large .weeknd-message {
          padding: 0 1em;
          left: auto;
          margin-left: 0; } }
  #parallax-weeknd .pax-weeknd-wrapper.medium {
    position: fixed;
    top: calc(50% - 300px);
    left: 0;
    width: 100%;
    text-align: center;
    height: 650px; }
    @media only screen and (max-width: 770px) {
      #parallax-weeknd .pax-weeknd-wrapper.medium {
        top: -15px; } }
    #parallax-weeknd .pax-weeknd-wrapper.medium .pax-weeknd img {
      height: 650px;
      width: auto;
      margin: 0 auto;
      z-index: 99;
      position: relative; }
      #parallax-weeknd .pax-weeknd-wrapper.medium .pax-weeknd img#yellow-light-step-1 {
        height: 100px;
        z-index: 999; }
      #parallax-weeknd .pax-weeknd-wrapper.medium .pax-weeknd img#yellow-light {
        height: 100px;
        z-index: 999; }
      #parallax-weeknd .pax-weeknd-wrapper.medium .pax-weeknd img#weeknd-logo {
        height: 119px;
        z-index: 999; }
    #parallax-weeknd .pax-weeknd-wrapper.medium #black-bg {
      background-color: #000;
      background-size: cover; }
    #parallax-weeknd .pax-weeknd-wrapper.medium .weeknd-message {
      color: #FFFFFF;
      text-align: center;
      font-size: 16px;
      width: 100%;
      margin: 0 auto;
      display: block;
      padding: 0 3em;
      max-width: 750px;
      height: 138px; }
      @media only screen and (max-width: 768px) {
        #parallax-weeknd .pax-weeknd-wrapper.medium .weeknd-message {
          padding: 0 1em;
          left: auto;
          margin-left: 0;
          font-size: 12px; } }

@media only screen and (max-width: 992px) {
  #pax-xo-parallax {
    display: none; } }

#pax-xo-parallax-mobile {
  background: #000000;
  text-align: center;
  padding: 40px 0;
  display: none; }
  @media only screen and (max-width: 992px) {
    #pax-xo-parallax-mobile {
      display: block; } }
  #pax-xo-parallax-mobile img {
    height: 650px;
    width: auto;
    margin: 0 auto;
    z-index: 99; }
    #pax-xo-parallax-mobile img#yellow-light-step-1 {
      height: 100px;
      z-index: 999; }
    #pax-xo-parallax-mobile img#yellow-light {
      height: 100px;
      z-index: 999; }
    #pax-xo-parallax-mobile img#weeknd-logo {
      height: 119px;
      z-index: 999; }
  #pax-xo-parallax-mobile .weeknd-message {
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 3em;
    max-width: 750px;
    line-height: 26px; }
    @media only screen and (max-width: 768px) {
      #pax-xo-parallax-mobile .weeknd-message {
        padding: 0 1em;
        left: auto;
        margin-left: 0;
        font-size: 14px; } }

.pax-assemble,
.pax2-assemble,
.ploom-assemble {
  padding: 0; }
  .pax-assemble li,
  .pax2-assemble li,
  .ploom-assemble li {
    display: block;
    font-size: 0;
    width: 100%;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .pax-assemble li .part-details,
      .pax2-assemble li .part-details,
      .ploom-assemble li .part-details {
        float: right;
        width: 100%;
        margin: 20px 0;
        clear: both;
        padding: 0; } }
    .pax-assemble li .part-details .part-name,
    .pax-assemble li .part-details .part-desc,
    .pax2-assemble li .part-details .part-name,
    .pax2-assemble li .part-details .part-desc,
    .ploom-assemble li .part-details .part-name,
    .ploom-assemble li .part-details .part-desc {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      display: inline-block; }
      @media only screen and (max-width: 768px) {
        .pax-assemble li .part-details .part-name,
        .pax-assemble li .part-details .part-desc,
        .pax2-assemble li .part-details .part-name,
        .pax2-assemble li .part-details .part-desc,
        .ploom-assemble li .part-details .part-name,
        .ploom-assemble li .part-details .part-desc {
          opacity: 1;
          -webkit-backface-visibility: visible;
          -moz-backface-visibility: visible;
          -ms-backface-visibility: visible;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
          filter: alpha(opacity=1); } }
    .pax-assemble li .part-details .part-name,
    .pax2-assemble li .part-details .part-name,
    .ploom-assemble li .part-details .part-name {
      width: 30%;
      text-align: right;
      float: left; }
      @media only screen and (max-width: 768px) {
        .pax-assemble li .part-details .part-name,
        .pax2-assemble li .part-details .part-name,
        .ploom-assemble li .part-details .part-name {
          width: 50%;
          float: right;
          margin: 0 0 10px 0;
          text-align: left;
          font-size: 16px; } }
      @media only screen and (max-width: 600px) {
        .pax-assemble li .part-details .part-name,
        .pax2-assemble li .part-details .part-name,
        .ploom-assemble li .part-details .part-name {
          width: 50%;
          font-size: 12px;
          margin: 0; } }
    .pax-assemble li .part-details .part-desc,
    .pax2-assemble li .part-details .part-desc,
    .ploom-assemble li .part-details .part-desc {
      width: 32%;
      float: right;
      margin-top: 20px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        .pax-assemble li .part-details .part-desc,
        .pax2-assemble li .part-details .part-desc,
        .ploom-assemble li .part-details .part-desc {
          width: 50%;
          float: right;
          margin: 0;
          clear: both;
          margin-top: 5px;
          line-height: 15px; } }
      .pax-assemble li .part-details .part-desc span,
      .pax2-assemble li .part-details .part-desc span,
      .ploom-assemble li .part-details .part-desc span {
        font-size: 16px; }
        @media only screen and (max-width: 768px) {
          .pax-assemble li .part-details .part-desc span,
          .pax2-assemble li .part-details .part-desc span,
          .ploom-assemble li .part-details .part-desc span {
            font-size: 14px; } }
    .pax-assemble li .part-details .part-desc.left,
    .pax2-assemble li .part-details .part-desc.left,
    .ploom-assemble li .part-details .part-desc.left {
      float: left;
      text-align: right; }
    .pax-assemble li .part-details .part-desc.right,
    .pax2-assemble li .part-details .part-desc.right,
    .ploom-assemble li .part-details .part-desc.right {
      float: right;
      text-align: left; }
    .pax-assemble li .part-details.fade-in .part-name,
    .pax2-assemble li .part-details.fade-in .part-name,
    .ploom-assemble li .part-details.fade-in .part-name {
      opacity: 1;
      -ms-filter: none;
      filter: none;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
      -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease;
      -o-transition: opacity 0.4s ease, -o-transform 0.4s ease; }
    .pax-assemble li .part-details.fade-in .part-desc,
    .pax2-assemble li .part-details.fade-in .part-desc,
    .ploom-assemble li .part-details.fade-in .part-desc {
      opacity: 1;
      -ms-filter: none;
      filter: none;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
      -moz-transition: opacity 0.4s ease 0.2s, -moz-transform 0.4s ease 0.2s;
      -o-transition: opacity 0.4s ease 0.2s, -o-transform 0.4s ease 0.2s; }
  @media only screen and (max-width: 768px) {
    .pax-assemble .pax-ovenlid .part-details,
    .pax2-assemble .pax-ovenlid .part-details,
    .ploom-assemble .pax-ovenlid .part-details {
      margin: 35px 0; } }

.pax2-assemble {
  margin-top: 120px; }
  @media only screen and (max-width: 768px) {
    .pax2-assemble {
      margin-top: 30px; } }
  .pax2-assemble.pax-xo-edition {
    margin: 0; }
  @media only screen and (max-width: 768px) {
    .pax2-assemble li .part-details {
      margin: 30px 0; } }
  .pax2-assemble .part-name {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .pax2-assemble .part-desc {
    font-size: 18px; }

@media only screen and (max-width: 768px) {
  .pax-assemble {
    background: url("//www.paxvapor.com/skin/frontend/plm/default/assets/pax/dismantle/01.Pax.Exploded.Green.1471593909.png") 30% 0px/auto 800px no-repeat;
    min-height: 800px; } }

@media only screen and (max-width: 600px) {
  .pax-assemble {
    background: url("//www.paxvapor.com/skin/frontend/plm/default/assets/pax/dismantle/01.Pax.Exploded.Green.1471593909.png") -80px 0px/auto 800px no-repeat; } }

.pax-assemble li {
  background: url("//www.paxvapor.com/skin/frontend/plm/default/assets/pax/dismantle/01.Pax.Exploded.Green.1471593909.png") no-repeat; }
  @media only screen and (max-width: 768px) {
    .pax-assemble li {
      background: none; } }

.pax-assemble .pax-mouthpiece {
  background-position: center -25px;
  min-height: 230px; }

.pax-assemble .pax-body {
  background: url("//www.paxvapor.com/skin/frontend/plm/default/assets/pax/dismantle/01.Pax.Exploded.Green.1471593909.png") center -353px no-repeat;
  min-height: 635px;
  z-index: 100; }
  .pax-assemble .pax-body .part-details {
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      .pax-assemble .pax-body .part-details {
        margin-bottom: 50px;
        margin-top: 0; } }
    @media only screen and (max-width: 768px) {
      .pax-assemble .pax-body .part-details .part-name,
      .pax-assemble .pax-body .part-details .part-description {
        margin-top: 0 !important; } }
  @media only screen and (max-width: 768px) {
    .pax-assemble .pax-body {
      background: none; } }

@media only screen and (min-width: 768px) {
  .pax-assemble .pax-body.active {
    background: url("//www.paxvapor.com/skin/frontend/plm/default/assets/pax/dismantle/03.Pax.Exploded.body.1471593909.png") center 0 no-repeat; } }

.pax-assemble .pax-tobacco {
  background-position: center -1125px;
  min-height: 305px; }

.pax-assemble .pax-ovenlid {
  background-position: center -1480px;
  min-height: 60px; }

@media only screen and (max-width: 768px) {
  .pax-assemble .pax-mouthpiece {
    min-height: 180px; }
  .pax-assemble .pax-body {
    min-height: 530px; }
  .pax-assemble .pax-tobacco,
  .pax-assemble .pax-ovenlid {
    min-height: 0; } }

@media only screen and (max-width: 768px) {
  .pax2-assemble {
    background: url("//www.paxvapor.com/skin/frontend/plm/default/assets/v2/pax2.exploded.v2.1471593909.png") 10% 0px/auto 800px no-repeat;
    min-height: 800px; } }

@media only screen and (max-width: 600px) {
  .pax2-assemble {
    background: url("//www.paxvapor.com/skin/frontend/plm/default/assets/v2/pax2.exploded.v2.1471593909.png") -145px 0px/auto 800px no-repeat; } }

.pax2-assemble li {
  background: url("//www.paxvapor.com/skin/frontend/plm/default/assets/v2/pax2.exploded.v2.1471593909.png") no-repeat; }
  @media only screen and (max-width: 768px) {
    .pax2-assemble li {
      background: none; } }
  @media only screen and (max-width: 768px) {
    .pax2-assemble li .part-name,
    .pax2-assemble li .part-description {
      margin: 0 !important;
      font-size: 12px !important; } }

.pax2-assemble .pax-mouthpiece {
  background-position: center -25px;
  min-height: 25px; }

.pax2-assemble .pax-body {
  background: url("//www.paxvapor.com/skin/frontend/plm/default/assets/v2/pax2.exploded.v2.1471593909.png") center -167px no-repeat;
  min-height: 500px;
  z-index: 100; }
  .pax2-assemble .pax-body .part-details {
    margin-bottom: 70px; }
    @media only screen and (max-width: 768px) {
      .pax2-assemble .pax-body .part-details {
        margin-bottom: 80px;
        margin-top: 0; } }
    @media only screen and (max-width: 768px) {
      .pax2-assemble .pax-body .part-details .part-name,
      .pax2-assemble .pax-body .part-details .part-description {
        margin: 0 !important;
        font-size: 12px; } }
  @media only screen and (max-width: 768px) {
    .pax2-assemble .pax-body {
      background: none; } }

.pax2-assemble .pax-tobacco {
  background-position: center -716px;
  min-height: 185px; }

.pax2-assemble .pax-ovenlid {
  background-position: center -955px;
  min-height: 60px; }

@media only screen and (max-width: 768px) {
  .pax2-assemble .pax-mouthpiece {
    min-height: 140px; }
  .pax2-assemble .pax-body {
    min-height: 590px; }
  .pax2-assemble .pax-tobacco,
  .pax2-assemble .pax-ovenlid {
    min-height: 0; } }

@media only screen and (max-width: 768px) {
  .pax2-assemble.pax-xo-edition {
    background: url("//www.paxvapor.com/skin/frontend/plm/default/images/the-weeknd/pax-xo-assemble.1471593909.png") 10% 0px/auto 800px no-repeat;
    min-height: 800px; } }

@media only screen and (max-width: 600px) {
  .pax2-assemble.pax-xo-edition {
    background: url("//www.paxvapor.com/skin/frontend/plm/default/images/the-weeknd/pax-xo-assemble.1471593909.png") -145px 0px/auto 800px no-repeat; } }

.pax2-assemble.pax-xo-edition li {
  background: url("//www.paxvapor.com/skin/frontend/plm/default/images/the-weeknd/pax-xo-assemble.1471593909.png") no-repeat; }
  @media only screen and (max-width: 768px) {
    .pax2-assemble.pax-xo-edition li {
      background: none; } }
  @media only screen and (max-width: 768px) {
    .pax2-assemble.pax-xo-edition li .part-name,
    .pax2-assemble.pax-xo-edition li .part-desc {
      margin: 0 !important;
      font-size: 12px !important; } }

.pax2-assemble.pax-xo-edition .pax-mouthpiece {
  background-position: center -25px;
  min-height: 25px; }

.pax2-assemble.pax-xo-edition .pax-body {
  background: url("//www.paxvapor.com/skin/frontend/plm/default/images/the-weeknd/pax-xo-assemble.1471593909.png") center -167px no-repeat;
  min-height: 500px;
  z-index: 100; }
  .pax2-assemble.pax-xo-edition .pax-body .part-details {
    margin-top: 20px;
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .pax2-assemble.pax-xo-edition .pax-body .part-details {
        margin-bottom: 80px;
        margin-top: 0; } }
    .pax2-assemble.pax-xo-edition .pax-body .part-details .part-name,
    .pax2-assemble.pax-xo-edition .pax-body .part-details .part-desc {
      margin: 0 0 10px; }
      @media only screen and (max-width: 768px) {
        .pax2-assemble.pax-xo-edition .pax-body .part-details .part-name,
        .pax2-assemble.pax-xo-edition .pax-body .part-details .part-desc {
          margin: 0 !important;
          font-size: 12px; } }
  @media only screen and (max-width: 768px) {
    .pax2-assemble.pax-xo-edition .pax-body {
      background: none; } }

.pax2-assemble.pax-xo-edition .pax-tobacco {
  background-position: center -716px;
  min-height: 185px; }

.pax2-assemble.pax-xo-edition .pax-ovenlid {
  background-position: center -955px;
  min-height: 60px; }

@media only screen and (max-width: 768px) {
  .pax2-assemble.pax-xo-edition .pax-mouthpiece {
    min-height: 140px; }
  .pax2-assemble.pax-xo-edition .pax-body {
    min-height: 590px; }
  .pax2-assemble.pax-xo-edition .pax-tobacco,
  .pax2-assemble.pax-xo-edition .pax-ovenlid {
    min-height: 0; } }

@media only screen and (max-width: 768px) {
  .ploom-assemble {
    background: url("//www.paxvapor.com/skin/frontend/plm/default/assets/modeltwo/dismantle/ploom.modeltwo.exploded.1471593909.png") 30% 0px/auto 1000px no-repeat;
    min-height: 1000px; } }

@media only screen and (max-width: 600px) {
  .ploom-assemble {
    background: url("//www.paxvapor.com/skin/frontend/plm/default/assets/modeltwo/dismantle/ploom.modeltwo.exploded.1471593909.png") -40px/auto 1000px no-repeat; } }

.ploom-assemble li {
  background: url("//www.paxvapor.com/skin/frontend/plm/default/assets/modeltwo/dismantle/ploom.modeltwo.exploded.1471593909.png") no-repeat; }
  @media only screen and (max-width: 768px) {
    .ploom-assemble li {
      background: none !important; } }

.ploom-assemble .ploom-mouthpiece {
  background-position: center -54px;
  min-height: 390px;
  z-index: 70; }
  @media only screen and (max-width: 768px) {
    .ploom-assemble .ploom-mouthpiece .part-details {
      margin: 0;
      padding-top: 40px; } }

.ploom-assemble .ploom-pod {
  background-position: center -445px;
  min-height: 205px;
  z-index: 50; }

.ploom-assemble .ploom-body {
  background: url("//www.paxvapor.com/skin/frontend/plm/default/assets/modeltwo/dismantle/ploom.modeltwo.body.1471593909.png") center 0 no-repeat;
  min-height: 900px;
  z-index: 100; }
  .ploom-assemble .ploom-body .part-details {
    margin-bottom: 260px; }
    @media only screen and (max-width: 768px) {
      .ploom-assemble .ploom-body .part-details {
        margin-bottom: 50px;
        margin-top: 0; } }
    @media only screen and (max-width: 768px) {
      .ploom-assemble .ploom-body .part-details .part-name,
      .ploom-assemble .ploom-body .part-details .part-description {
        margin-top: 0 !important; } }

@media only screen and (max-width: 768px) {
  .ploom-assemble .ploom-mouthpiece {
    min-height: 275px; }
  .ploom-assemble .ploom-pod {
    min-height: 140px; }
  .ploom-assemble .ploom-body {
    min-height: 0; } }

@media only screen and (max-width: 768px) {
  #reward-hero .hero-headline {
    padding-top: 8%;
    font-size: 26px; }
  #reward-hero .hero-subline {
    font-size: 18px;
    color: #000000; }
  #reward-hero .hero-actions {
    bottom: 3%; } }

@media only screen and (min-width: 1400px) {
  #reward-hero .hero-headline {
    padding-top: 130px; } }

#rewards-hero {
  height: 680px;
  text-align: left; }
  #rewards-hero .hero-billboard {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  @media only screen and (max-width: 768px) {
    #rewards-hero {
      height: 500px; } }
  #rewards-hero .hero-content {
    width: 60.66667%;
    margin-left: 33.33333%; }
    @media only screen and (min-width: 1400px) {
      #rewards-hero .hero-content {
        left: 350px;
        margin-left: 0; } }
  #rewards-hero .hero-headline {
    padding-top: 215px;
    color: #000000;
    text-align: left; }
    @media only screen and (max-width: 600px) {
      #rewards-hero .hero-headline {
        padding-top: 60px; } }
    @media only screen and (max-width: 600px) {
      #rewards-hero .hero-headline {
        font-size: 20px; } }
  #rewards-hero .hero-headline.light {
    color: #FFFFFF; }
  #rewards-hero .hero-subline {
    color: #000000;
    text-align: left;
    margin-bottom: 10px; }
    @media only screen and (max-width: 600px) {
      #rewards-hero .hero-subline {
        font-size: 14px; } }
  #rewards-hero .hero-details {
    margin-bottom: 40px; }
    @media only screen and (max-width: 600px) {
      #rewards-hero .hero-details {
        font-size: 12px;
        margin-bottom: 20px; } }
  #rewards-hero .hero-actions {
    position: relative;
    margin: 0;
    bottom: auto;
    text-align: left; }
  #rewards-hero .hero-image-inner {
    background-repeat: no-repeat; }
    @media only screen and (min-width: 1100px) {
      #rewards-hero .hero-image-inner {
        background-position: 60% top; } }
    @media only screen and (max-width: 1100px) {
      #rewards-hero .hero-image-inner {
        background-position: 50% top; } }
    @media only screen and (max-width: 800px) {
      #rewards-hero .hero-image-inner {
        background-position: 48% top; } }
    @media only screen and (max-width: 630px) {
      #rewards-hero .hero-image-inner {
        background-position: 46% top; } }
    @media only screen and (max-width: 615px) {
      #rewards-hero .hero-image-inner {
        background-position: -350px top; } }
    @media only screen and (max-width: 500px) {
      #rewards-hero .hero-image-inner {
        background-position: -370px top; } }

#pax-hero .hero-image-inner {
  background: url("//www.paxvapor.com/skin/frontend/plm/default/images/pax.hero.1471593909.jpg");
  background-repeat: no-repeat;
  background-position: 50% center; }

#pax-features {
  background: url("//www.paxvapor.com/skin/frontend/plm/default/images/pax.hero.1471593909.jpg");
  background-repeat: no-repeat;
  background-position: 50% center; }

#pax-design .section-header {
  color: #000000;
  font-size: 40px; }
  @media only screen and (max-width: 768px) {
    #pax-design .section-header {
      font-size: 20px; } }

.logo-row img {
  width: 100%;
  cursor: pointer; }

#pax-all-cta .banner-actions {
  position: absolute;
  bottom: 10%;
  text-align: center;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (max-width: 768px) {
    #pax-all-cta .banner-actions {
      bottom: 3.5%; } }

#pax-all-cta .banner-content {
  height: 100%; }

@media only screen and (max-width: 768px) {
  .img-resp {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; } }

#live-chat-link-mobile {
  float: right;
  width: auto;
  padding: 11px 12px 12px 12px;
  margin-left: 10px;
  background: #ff4b04;
  color: #FFFFFF;
  line-height: normal;
  margin: 8px 0 0 10px;
  border-radius: 3px;
  display: none; }

#live-chat-link-desktop {
  position: fixed;
  z-index: 999999;
  font-size: 20px;
  bottom: 0;
  right: 20px;
  font-weight: 900;
  background: #ff4b04;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
  display: none; }

@media only screen and (max-width: 650px) {
  #live-chat-link-desktop {
    bottom: 15px !important;
    right: 15px !important; }
    #live-chat-link-desktop span.text {
      display: none; } }

.shipping-tracking-popup {
  color: #333; }
  .shipping-tracking-popup button {
    display: none; }
  .shipping-tracking-popup .title-buttons {
    text-align: center; }
  .shipping-tracking-popup .sub-title {
    text-align: center; }
  .shipping-tracking-popup table {
    margin: 0 auto;
    width: 550px;
    margin-top: 45px; }
  .shipping-tracking-popup table td {
    /* text-align: center; */ }
  .shipping-tracking-popup table tr th {
    text-align: left; }
  .shipping-tracking-popup th.label {
    color: #333;
    font-size: 1em; }
  .shipping-tracking-popup dl {
    margin-top: 35px; }
  .shipping-tracking-popup dl dt {
    float: left; }
  .shipping-tracking-popup dl dd {
    padding-left: 200px;
    margin-bottom: 8px; }

#paypal-review h2.legend {
  margin: 15px 0 0 0 !important; }

#paypal-review .review-item-wrapper {
  border-top: 1px solid #d8d8d8;
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8; }
  #paypal-review .review-item-wrapper dl {
    margin: 0; }

#paypal-review .border-row {
  padding: 5px 0; }
  #paypal-review .border-row .col-sm-2 {
    text-align: right; }

#support-ticket .text-center .btn-lg:first-child {
  margin: 10px 0; }

#support-ticket label.required:after {
  content: " *";
  color: #f05a3d; }

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

#help-with {
  width: 100%;
  float: left; }

.btn-cs {
  padding: 10px 20px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  background: #14c2dc;
  color: #FFFFFF;
  white-space: pre-line;
  height: 100px;
  font-size: 16px;
  border: 3px solid #ffffff;
  text-align: center;
  align-items: flex-start; }
  @media only screen and (max-width: 400px) {
    .btn-cs {
      padding: 5px 10px;
      font-size: 15px; } }

.btn-cs:hover,
.btn-cs:active,
.btn-cs:focus {
  text-decoration: none !important;
  outline: none;
  color: #fff; }

.selected-option {
  background: #ff4b04; }

textarea {
  max-width: 100%; }

.descr-note {
  font-size: 11px; }

#themadness-tour {
  background: #d6d6d6 url("//www.paxvapor.com/skin/frontend/plm/default/images/pax-xo/bg-the-weeknd-event-win.1471593909.jpg") center center no-repeat;
  background-size: cover; }
  #themadness-tour .section {
    padding: 70px 0; }
    @media only screen and (max-width: 1440px) {
      #themadness-tour .section {
        padding: 40px 0; } }
    @media only screen and (max-width: 768px) {
      #themadness-tour .section {
        padding: 30px 0; } }
    #themadness-tour .section .section-header {
      color: #000000;
      font-size: 40px;
      margin: 0 0 35px; }
      @media only screen and (max-width: 1440px) {
        #themadness-tour .section .section-header {
          font-size: 30px;
          margin: 0 0 25px; } }
      @media only screen and (max-width: 768px) {
        #themadness-tour .section .section-header {
          font-size: 18px;
          margin: 0 0 10px; } }
    #themadness-tour .section .section-subheader {
      color: #000000;
      font-size: 18px;
      line-height: normal;
      font-weight: 600; }
      @media only screen and (max-width: 1440px) {
        #themadness-tour .section .section-subheader {
          font-size: 16px; } }
      @media only screen and (max-width: 768px) {
        #themadness-tour .section .section-subheader {
          font-size: 12px; } }
    @media only screen and (max-width: 768px) {
      #themadness-tour .section .section-cta {
        padding: 20px 0 0 0; } }
    #themadness-tour .section .section-cta .btn-color5 {
      background: #000000;
      color: #fffc00; }
      @media only screen and (max-width: 768px) {
        #themadness-tour .section .section-cta .btn-color5 {
          font-size: 12px; } }

#xo-how-it-works {
  background: url("//www.paxvapor.com/skin/frontend/plm/default/images/pax-xo/bg-themadness-light.1471593909.jpg") center center no-repeat;
  background-size: cover; }
  #xo-how-it-works .device-detail {
    height: 210px; }
  #xo-how-it-works .section .section-header {
    color: #000000; }
  #xo-how-it-works .section .section-subheader {
    color: #FFFFFF; }
  #xo-how-it-works .section .section-cta .btn-color5 {
    background: #fffc00;
    color: #000000; }

.insta-row, .the-instagram {
  padding: 0; }
  .insta-row .row, .the-instagram .row {
    margin: 0; }

.the-instagram.col2 {
  width: 50%;
  float: left;
  position: relative;
  max-width: 100%; }
  @media only screen and (max-width: 992px) {
    .the-instagram.col2 {
      display: none; } }

.the-instagram.col1 {
  width: 100%;
  position: relative;
  height: 100%;
  float: left; }

.the-instagram #pic1,
.the-instagram #pic2,
.the-instagram #pic3 {
  position: relative; }

.the-instagram #pic1b,
.the-instagram #pic2b,
.the-instagram #pic3b {
  position: absolute; }

.insta-section {
  background: #000000;
  border: 2px solid #333333;
  position: relative;
  display: block;
  transition: all 0.2s ease; }
  @media only screen and (max-width: 992px) {
    .insta-section {
      margin: 0 0 40px 0; } }
  .insta-section .link-text {
    position: absolute;
    top: 45%;
    border: 2px solid #ffff00;
    border-radius: 3px;
    color: #ffff00;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 12px;
    font-size: 12px;
    display: none;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    transition: all 0.3s ease;
    text-align: center; }
    .insta-section .link-text:hover {
      cursor: pointer; }
  .insta-section:hover {
    border: 2px solid #ffff00; }
    .insta-section:hover img {
      opacity: 0.6; }
    .insta-section:hover .link-text {
      display: block; }
  .insta-section.disable-hover {
    background: #ffff00; }
    .insta-section.disable-hover .link-text {
      border: 2px solid #000000;
      color: #000000; }
    .insta-section.disable-hover:hover {
      border: 2px solid #ffff00; }

@media only screen and (max-width: 767px) {
  .insta-row {
    padding: 0 25px; } }

.insta-header {
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: 600;
  margin: 0 0 30px; }
  @media only screen and (max-width: 992px) {
    .insta-header {
      margin: 0 0 20px; } }

.pax-xo,
#themadness-tour {
  z-index: 1000; }

#pax-xo-social {
  background: #333333; }
  #pax-xo-social .instagram-banner {
    background: #333333; }
    #pax-xo-social .instagram-banner .header {
      color: #fffc00;
      text-transform: uppercase; }

#black-bg {
  background-color: #000;
  background-size: cover; }

#pax-xo-holder {
  background: url("//www.paxvapor.com/skin/frontend/plm/default/images/pax-xo/bg-the-weeknd-holder.1471593909.jpg") center center no-repeat;
  background-size: cover;
  height: 825px; }

.weeknd-photobooth-page {
  background: url("//www.paxvapor.com/skin/frontend/plm/default/images/the-weeknd/theweeknd-photobooth-bg.1471593909.jpg") center center;
  background-size: cover;
  height: 100%; }

#weeknd-photobooth-title {
  margin-bottom: 2em; }
  #weeknd-photobooth-title h1 {
    color: #FFF;
    text-align: center;
    font-weight: bold; }
  #weeknd-photobooth-title p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-25,
.col-sm-25,
.col-md-25,
.col-lg-25 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.float-right {
  float: right !important; }

.float-left {
  float: left !important; }

@media (max-width: 500px) {
  .col-xxs-12 {
    width: 100%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; }
  .col-md-25 {
    width: 40%; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; }
  .col-lg-25 {
    width: 40%; } }

#weeknd-photobooth-images {
  margin: 0;
  padding: 0 10px; }
  #weeknd-photobooth-images div {
    margin-bottom: 2rem;
    display: block;
    text-align: center; }
  #weeknd-photobooth-images img {
    width: 100%; }
  #weeknd-photobooth-images p {
    color: #FFF; }
  #weeknd-photobooth-images li {
    margin: 5px 0;
    text-align: center;
    display: block; }
  @media (min-width: 767px) {
    #weeknd-photobooth-images #pax-grid-banner {
      max-width: 436px; } }
  @media (min-width: 992px) {
    #weeknd-photobooth-images #pax-grid-banner {
      max-width: 430px; } }
  @media (min-width: 1200px) {
    #weeknd-photobooth-images #pax-grid-banner {
      max-width: 418px; } }

#inI01,
#inI02,
#inI03 {
  position: relative; }

#inI01b,
#inI02b,
#inI03b {
  position: absolute; }

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("//www.paxvapor.com/skin/frontend/plm/default/images/fancybox_sprite.1471593909.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(//www.paxvapor.com/skin/frontend/plm/default/css/theme/fancybox_loading.1471593909.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(//www.paxvapor.com/skin/frontend/plm/default/css/theme/blank.1471593909.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

#pax-referral-banner {
  margin-top: 5px;
  margin-bottom: 10px;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  text-align: center;
  padding-bottom: 30px; }
  #pax-referral-banner .new {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: red;
    margin: 0 auto;
    top: -10px;
    width: 70px;
    background-color: white; }
  #pax-referral-banner .quote-header {
    padding: 10px 0 0 0;
    margin-bottom: 17px; }
    @media only screen and (max-width: 768px) {
      #pax-referral-banner .quote-header {
        font-size: 20px; } }
  #pax-referral-banner .referral-copy {
    margin-bottom: 30px;
    line-height: 15px;
    color: #5E5E5E;
    letter-spacing: 0.5px;
    font-size: 20px; }
  #pax-referral-banner .btn-refer {
    color: white;
    background-color: #ff4b04;
    width: 220px; }
    #pax-referral-banner .btn-refer:hover {
      background-color: #ca3b04; }
  #pax-referral-banner .referral-logo {
    position: relative;
    width: 50px;
    margin: 0 auto;
    top: 38px;
    background-color: white; }
    #pax-referral-banner .referral-logo img {
      position: relative;
      margin: 0 auto;
      width: 16px;
      height: auto; }

/* REFERRAL PAGE TIER BOXES */
.refer-level {
  text-align: center;
  position: relative;
  margin: 0 0 20px;
  height: 320px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #f2f2f2; }
  .refer-level .img-container img {
    height: 130px;
    width: auto;
    margin: 10px 0 15px 0; }
  .refer-level .title {
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d9d9d9;
    background-color: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }
  .refer-level .writeup {
    font-size: 12px;
    margin: 3px 20px;
    padding-top: 16px;
    border-top: 1px solid #d9d9d9; }

@media only screen and (max-width: 767px) {
  .refer-level {
    height: 180px;
    position: inline-block;
    margin-bottom: 20px; }
  .refer-level .title {
    font-size: 18px;
    background-color: transparent;
    box-sizing: border-box;
    border: 0;
    float: right;
    width: 50%;
    position: relative;
    top: 15px;
    padding-left: 15px;
    text-align: left; }
  .refer-level .img-container {
    width: 49%;
    float: left;
    position: relative;
    top: 15px; }
  .refer-level .img-container img {
    box-sizing: border-box; }
  .refer-level .writeup {
    box-sizing: border-box;
    margin: 0;
    border: 0;
    float: right;
    width: 50%;
    position: relative;
    padding: 0 10px 0 15px;
    top: 5px;
    text-align: left; }
  .refer-level .mobile-divide {
    position: relative;
    top: 18px;
    border-right: 1px solid #d9d9d9;
    height: 145px;
    width: 49%; } }

@media only screen and (max-width: 400px) {
  .continue-review {
    font-size: 3vw; } }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(//www.paxvapor.com/skin/frontend/plm/default/css/theme/fancybox_sprite@2x.1471593909.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url(//www.paxvapor.com/skin/frontend/plm/default/css/theme/fancybox_loading@2x.1471593909.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

#shopping-cart-table .cart-product-name .swatchesContainer {
  padding: 10px 0 0 0; }
  #shopping-cart-table .cart-product-name .swatchesContainer ul {
    margin: 0;
    list-style: none;
    padding: 0; }
    #shopping-cart-table .cart-product-name .swatchesContainer ul li {
      display: inline-block; }
      #shopping-cart-table .cart-product-name .swatchesContainer ul li .swatch {
        padding: 3px;
        display: inline;
        cursor: pointer;
        float: left;
        margin: 0 5px 0 0 !important;
        border: 1px solid rgba(255, 255, 255, 0);
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        width: 25px;
        height: 25px; }
        #shopping-cart-table .cart-product-name .swatchesContainer ul li .swatch.active {
          padding: 3px;
          border: 1px solid #000000; }

.bold-numbers {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item; }
  .bold-numbers li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item; }
    .bold-numbers li:before {
      display: inline-block;
      width: 1em;
      padding-right: 0.2em;
      font-weight: bold;
      text-align: right;
      content: counter(item) "."; }

.note-text {
  font-size: 12px;
  padding: 40px 0;
  line-height: normal;
  max-width: 800px;
  margin: 0 auto;
  text-align: center; }
  .note-text a {
    line-height: normal;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0;
    display: inline;
    font-weight: normal; }

.order-items.order-details .data-table {
  width: 100%;
  border-bottom: 1px solid #D8D8D8; }
  .order-items.order-details .data-table th {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 4px;
    vertical-align: bottom; }
  .order-items.order-details .data-table tfoot {
    border-top: 1px solid #D8D8D8; }
    .order-items.order-details .data-table tfoot tr {
      height: 10px; }
    .order-items.order-details .data-table tfoot td {
      padding-top: 10px; }
    .order-items.order-details .data-table tfoot .last td {
      padding-bottom: 10px; }
  .order-items.order-details .data-table tbody tr {
    height: 50px; }
  .order-items.order-details .data-table tbody td {
    padding: 0 2px; }
    .order-items.order-details .data-table tbody td.a-right.last span.price {
      margin-right: -6px; }
  .order-items.order-details .data-table .product-name {
    font-size: 15px;
    margin: 6px 0 6px 0;
    font-weight: 300; }
    @media only screen and (max-width: 400px) {
      .order-items.order-details .data-table .product-name {
        font-size: 12px; } }
  .order-items.order-details .data-table .a-left {
    text-align: left; }
  .order-items.order-details .data-table .a-center {
    text-align: center; }
  .order-items.order-details .data-table .a-right {
    text-align: right; }
  .order-items.order-details .data-table .item-options {
    margin-bottom: 0; }
  @media only screen and (max-width: 400px) {
    .order-items.order-details .data-table {
      font-size: 12px !important; } }

#partner-list .accessory .acc-img {
  border: 1px solid #D8D8D8;
  position: relative;
  background: #ffffff;
  height: 230px;
  overflow: hidden; }
  @media only screen and (max-width: 991px) {
    #partner-list .accessory .acc-img {
      height: 260px; } }
  @media only screen and (max-width: 767px) {
    #partner-list .accessory .acc-img {
      height: auto; } }
  #partner-list .accessory .acc-img img {
    width: 99.50%; }

#partner-list .accessory .acc-details {
  text-align: center;
  padding-top: 15px;
  height: 95px; }
  #partner-list .accessory .acc-details .acc-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    color: #000000; }
  #partner-list .accessory .acc-details .acc-includes {
    font-size: 13px;
    color: #919191; }
  #partner-list .accessory .acc-details .acc-price {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px; }
  @media only screen and (max-width: 767px) {
    #partner-list .accessory .acc-details {
      height: 85px; } }

#partner-list .accessory .acc-cta {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease;
  top: 0;
  width: 100%;
  display: block;
  align-items: center;
  justify-content: center; }
  #partner-list .accessory .acc-cta .acc-name {
    margin: 5% 0 2.5%;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase; }
  #partner-list .accessory .acc-cta .acc-description {
    color: #000000;
    font-size: 14px;
    margin: 0 35px;
    padding: 15px 0;
    font-weight: 400; }
    @media only screen and (max-width: 1200px) {
      #partner-list .accessory .acc-cta .acc-description {
        font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    #partner-list .accessory .acc-cta {
      opacity: 1; }
      #partner-list .accessory .acc-cta .acc-name, #partner-list .accessory .acc-cta .acc-description {
        opacity: 0; }
      #partner-list .accessory .acc-cta .acc-view {
        display: none !important; } }
  #partner-list .accessory .acc-cta .addtocart_form {
    text-align: center;
    margin: 0 0 40px 0; }
  #partner-list .accessory .acc-cta .btn-acc {
    width: 150px;
    height: 37px;
    padding: 8px 5px;
    letter-spacing: 1px;
    font-size: 13px;
    background: #ffffff;
    color: #ff4b04;
    border: 2px solid #ff4b04; }
    #partner-list .accessory .acc-cta .btn-acc:hover {
      background: #ff4b04;
      color: #ffffff; }

#partner-list .acc-img:hover, .acc-img.active {
  border-color: #EEEEEE; }
  #partner-list .acc-img:hover img, .acc-img.active img {
    opacity: 0.1; }
  #partner-list .acc-img:hover .acc-cta, #partner-list .acc-img:hover .acc-name, #partner-list .acc-img:hover .acc-description, .acc-img.active .acc-cta, .acc-img.active .acc-name, .acc-img.active .acc-description {
    opacity: 1; }
  #partner-list .acc-img:hover .hvr-underline-from-center:before, #partner-list .acc-img:hover .hvr-underline-from-center:before, #partner-list .acc-img:hover .hvr-underline-from-center:before, .acc-img.active .hvr-underline-from-center:before, .acc-img.active .hvr-underline-from-center:before, .acc-img.active .hvr-underline-from-center:before {
    left: 40px;
    right: 40px; }



/* FILE: swatches.css */
/* @override http://magento.local/skin/frontend/base/default/css/swatches.css */

/* Swatch Product View Styles */

.loadingImage{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:16px;
	height:16px;
	top:100px;
	background-image:url('//www.paxvapor.com/skin/frontend/base/default/images/loading.1471593909.gif');
	background-repeat:no-repeat;
	background-position:center center;
	z-index:99;
	visibility:hidden;
}

.swatchesContainer {
	padding-top:0px;
}

.swatchesContainerPadded {
	padding-top:15px;
}

.swatchLabel {
	font-weight:normal!important;
}

.disabledSwatch {
	padding:0px; 
	display:inline; 
	cursor:default; 
	float:left;
	margin-bottom: 4px;
	margin-left: 9px;
	border: 1px solid #e1e1e1;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity:0.3;	
}

#ul-attribute122 .disabledSwatch, #ul-attribute80 .swatch {
	margin:0px 3px 0px 0px;
}

.swatchSelect {
	display:none;
}

.swatchContainer {
	display:inline;
}

.sizeoption .swatch {
	background:#FFFFFF;
	padding:0px 6px;
	border: 1px solid #e1e1e1;
	color:#000000;
	text-decoration:none;
	font-size:0.8em;
}

.sizeoption .swatch.notifySwatch {
	color:#999999;
    background:#e1e1e1;
}

.sizeoption .swatch:hover, .sizeoption .swatch.swatchSelected {
	border: 1px solid #000000;
}

.swatch {
	padding:0px; 
	display:inline; 
	cursor:pointer; 
	float:left;
	margin-bottom: 4px;
	margin-right: 9px;
	border: 1px solid #e1e1e1;
}

#ul-attribute122 .swatch, #ul-attribute80 .swatch {
	margin:0px 3px 0px 0px;
}

.swatchSelected {
	padding:0px; 
	display:inline; 
	cursor:pointer; 
	float:left;
	margin-bottom: 4px;
	margin-left: 9px;
	border: 1px solid #000000;
}

#ul-attribute122 .swatchSelected, #ul-attribute80 .swatchSelected {
	margin:0px 3px 0px 0px;
}

/* Swatch Category View Styles */

.float-clearer{
	clear: both;
}

.swatchesContainer-category {
	padding-top: 8px;
	padding-bottom: 20px;
	display: block;!important;
}

.swatchLabel-category {
	font-weight:normal!important;
	float: left;
	display: block;
	padding-top: 2px;
	vertical-align: bottom;
	line-height: 9px;
}

.swatchContainer-category {
	display:block !important;
	height: auto;
}

.firstswatch-category {
	padding:2px; 
	float: left;
	display: inline;
	cursor: pointer;
	margin-bottom: 8px;
	margin-top: 4px;
	margin-left: 0px;
	border: 1px solid #e1e1e1;
}

.swatch-category {
	padding:1px; 
	float: left;
	display: inline;
	cursor: pointer;
	margin-bottom: 0px;
	margin-top: 8px;
	margin-left: 4px;
	border: 1px solid #e1e1e1;
}

.swatch-shopby {
	padding:2px; 
	display:inline; 
	cursor:pointer; 
	float:left;
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
	border: 1px solid #e1e1e1;
}

.swatch-shopby-text {
	padding:2px; 
	display:inline; 
	cursor:pointer; 
	float:left;
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
}

.swatch-category-container {
	margin-top: 8px;
	margin-bottom: 15px;
	overflow: auto !important;
	height: auto !important;
	position: relative;
}

