@charset "UTF-8";
/* ------------------------------------------------------------ *	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *	Mixins
\* ------------------------------------------------------------ */
/* Breakpoints */
/* Clearfix */
/*  Icons  */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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;
}
.off-white {
  background-color: #f5f5f5;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.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;
}
.d-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.col-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.d-block {
  display: block;
}
.align-self-center {
  align-self: center ;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.m-auto {
  margin: auto !important;
}
.px-15 {
  padding: 0 15px;
}
.pr-50 {
  padding-right: 50px;
}
.p-0 {
  padding: 0;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.no-gutter {
  margin: 0  !important;
  padding: 0  !important;
}
.mt-35 {
  margin-top: 45px;
}
.mb-45 {
  margin-bottom: 45px;
}
@media only screen and (min-width: 951px) {
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
}
a {
  background-color: 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 {
  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;
  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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.bg-white {
  background-color: #fff!important;
}
.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: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur: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";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
/*------------------------*/
.fa-times:before {
  content: "\f00d";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
/*------------------------*/
* {
  -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: #020202;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #020202;
  text-decoration: none;
}
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;
  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;
  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;
}
[role="button"] {
  cursor: pointer;
}
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%;
}
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,
.initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  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 {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  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%;
}
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';
}
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%;
  font-weight: bold;
  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;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
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-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  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;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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: #999;
  opacity: 1;
  font-family: "Futura", sans-serif;
}
.form-control:-ms-input-placeholder {
  color: #999;
  font-family: "Futura", sans-serif;
}
.form-control::-webkit-input-placeholder {
  color: #999;
  font-family: "Futura", sans-serif;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .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-group-sm input[type="date"],
  input[type="time"].input-sm,
  .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-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .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-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .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,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .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-group-lg input[type="date"],
  input[type="time"].input-lg,
  .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-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .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-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .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,
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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 {
  position: relative;
  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;
  min-height: 34px;
}
.form-control-static.input-lg,
.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,
.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,
.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,
.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,
.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,
.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;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg,
.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.33333;
  border-radius: 6px;
}
select.input-lg,
.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,
.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,
.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;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .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,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  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 ~ .form-control-feedback {
  top: 25px;
}
.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 {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .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 {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  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.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  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:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  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:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  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:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.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: #23527c;
  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.33333;
  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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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: #337ab7;
}
.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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@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 + .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,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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 .form-control:focus {
  z-index: 3;
}
.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,
.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,
.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 {
  z-index: 2;
  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: #337ab7;
}
.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: #337ab7;
}
.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-device-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;
}
@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;
}
.navbar-brand > img {
  display: block;
}
@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;
}
@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-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 (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@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-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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  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;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    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: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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: #9d9d9d;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.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: #337ab7;
  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 {
  z-index: 2;
  color: #23527c;
  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: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  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;
  line-height: 1.33333;
}
.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;
  line-height: 1.5;
}
.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.current {
  padding: 8px 14px;
  border: 2px solid #000;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 15px;
  background-color: #fff;
}
.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;
}
.search-title {
  display: block;
  font-family: "Futura", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.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: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.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: middle;
  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,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 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,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .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: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  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: #337ab7;
}
.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: #337ab7;
  -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-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 {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.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;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.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: #337ab7;
  border-color: #337ab7;
}
.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: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.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,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.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,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.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,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.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,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.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,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.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,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.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,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.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;
  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,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > 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,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .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,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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 caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.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,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-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,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-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,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  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: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.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,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.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: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -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: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.download-link {
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
.download-link:after {
  display: none;
}
.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;
}
.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
.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;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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;
  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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -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;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  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);
}
.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;
  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;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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);
  background-color: transparent;
}
.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%;
  margin-top: -10px;
  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;
  line-height: 1;
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.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) {
  .search-title {
    margin-bottom: 50px;
    font-size: 20px;
  }
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
@font-face {
  font-family: 'Chronicle G1';
  src: url("fonts/ChronicleTextG1-Roman.eot?#iefix") format("embedded-opentype"), url("fonts/ChronicleTextG1-Roman.otf") format("opentype"), url("fonts/ChronicleTextG1-Roman.woff") format("woff"), url("fonts/ChronicleTextG1-Roman.ttf") format("truetype"), url("fonts/ChronicleTextG1-Roman.svg#ChronicleTextG1-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("fonts/FuturaBook_400_normal_1423475430.eot");
  src: url("fonts/FuturaBook_400_normal_1423475430.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaBook_400_normal_1423475430.svg#FuturaBook") format("svg"), url("fonts/FuturaBook_400_normal_1423475430.woff") format("woff"), url("fonts/FuturaBook_400_normal_1423475430.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* @font-face {
    font-family: 'Futura';
    src: url('fonts/futura-medium-webfont.eot');
    src: url('fonts/futura-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-medium-webfont.woff') format('woff'),
         url('fonts/futura-medium-webfont.ttf') format('truetype'),
         url('fonts/futura-medium-webfont.svg#futuramedium') format('svg');
    font-weight: 500;
    font-style: normal;
} */
@font-face {
  font-family: 'Futura';
  src: url("fonts/FuturaStd-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaStd-Bold.otf") format("opentype"), url("fonts/FuturaStd-Bold.woff") format("woff"), url("fonts/FuturaStd-Bold.ttf") format("truetype"), url("fonts/FuturaStd-Bold.svg#FuturaStd-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* @font-face {
    font-family: 'Futura';
    src: url('fonts/futura-webfont.eot');
    src: url('fonts/futura-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-webfont.woff') format('woff'),
         url('fonts/futura-webfont.ttf') format('truetype'),
         url('fonts/futura-webfont.svg#FuturaMedium') format('svg');
    font-weight: 500;
    font-style: normal;
} */
@font-face {
  font-family: 'Futura';
  src: url("fonts/futura_medium-webfont.eot");
  src: url("fonts/futura_medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/futura_medium-webfont.woff") format("woff"), url("fonts/futura_medium-webfont.ttf") format("truetype"), url("fonts/futura_medium-webfont.svg#FuturaMdMedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
/* ------------------------------------------------------------ *	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  font-family: "Chronicle G1", serif;
  font-size: 17px;
  line-height: 1.59;
  color: #020202;
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-size: 65px;
  line-height: 1.08;
  margin: 0;
}
h2 {
  font-size: 45px;
  line-height: 1.11;
  margin: 0;
}
h3 {
  font-size: 35px;
  line-height: 1.29;
  margin: 0;
}
h4 {
  font-size: 30px;
  line-height: 1.33;
  margin: 0;
}
h5 {
  font-family: "Futura", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  padding-bottom: 20px;
  margin: 0;
}
h6 {
  font-size: 20px;
  letter-spacing: 4px;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
}
h7 {
  display: block;
  font-size: 13px;
  letter-spacing: 0.2em;
  font-style: italic;
  color: #aaa;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4 {
  font-family: "Futura", sans-serif;
  font-weight: 700;
  padding-bottom: 40px;
}
p {
  margin: 0;
}
ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
a {
  color: inherit;
}
a:focus,
a:hover {
  outline: 0;
}
[class*="btn"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Base
          \* ------------------------------------------------------------ */
  h1 {
    font-size: 30px;
    line-height: 1.08;
  }
  h2 {
    font-size: 27px;
    line-height: 1.2;
  }
  h5 {
    font-size: 17px;
  }
}
/* ------------------------------------------------------------ *	Ico
\* ------------------------------------------------------------ */
i[class*="ico"] {
  display: inline-block;
  vertical-align: middle;
  background-size: 100% 100%;
}
.ico-facebook {
  width: 8px;
  height: 15px;
  background-image: url(images/icons/ico-facebook.png);
}
.ico-twitter {
  width: 17px;
  height: 14px;
  background-image: url(images/icons/ico-twitter.png);
}
.ico-instagram {
  width: 16px;
  height: 16px;
  background-image: url(images/icons/ico-instagram.png);
}
.ico-youtube {
  width: 20px;
  height: 14px;
  background-image: url(images/icons/ico-youtube.png);
}
.ico-vimeo {
  width: 16px;
  height: 14px;
  background-image: url(images/icons/ico-vimeo.png);
}
.ico-facebook-teritary {
  width: 8px;
  height: 18px;
  background-image: url(images/icons/ico-facebook-teritary.png);
}
.ico-twitter-teritary {
  width: 18px;
  height: 14px;
  background-image: url(images/icons/ico-twitter-teritary.png);
}
.ico-instagram-teritary {
  width: 16px;
  height: 16px;
  background-image: url(images/icons/ico-instagram-secondary.png);
}
.ico-money {
  width: 63px;
  height: 62px;
  background-image: url(images/icons/ico-money.png);
}
.ico-phone {
  width: 63px;
  height: 62px;
  background-image: url(images/icons/ico-phone.png);
}
.ico-plane {
  width: 63px;
  height: 62px;
  background-image: url(images/icons/ico-plane.png);
}
.ico-cross {
  width: 9px;
  height: 9px;
  background-image: url(images/icons/ico-cross.png);
}
.ico-facebook-white {
  width: 8px;
  height: 19px;
  background-image: url(images/icons/ico-facebook-white.png);
}
.ico-twitter-white {
  width: 17px;
  height: 16px;
  background-image: url(images/icons/ico-twitter-white.png);
}
.ico-arrow-right-white {
  width: 5px;
  height: 7px;
  background-image: url(images/icons/ico-arrow-right-white.png);
}
.ico-instagram-white {
  width: 16px;
  height: 16px;
  background-image: url(images/icons/ico-instagram-white.png);
}
.ico-arrow-left {
  width: 6px;
  height: 10px;
  background-image: url(images/icons/ico-arrow-left.png);
}
.ico-arrow-right {
  width: 6px;
  height: 10px;
  background-image: url(images/icons/ico-arrow-right.png);
}
.ico-prev {
  width: 8px;
  height: 14px;
  background-image: url(images/icons/ico-prev.png);
}
.ico-next {
  width: 8px;
  height: 14px;
  background-image: url(images/icons/ico-next.png);
}
.ico-filters {
  width: 24px;
  height: 20px;
  opacity: .5;
  background-image: url(images/icons/ico-filters.png);
}
.ico-cross-secondary {
  width: 20px;
  height: 20px;
  background-image: url(images/icons/ico-cross-secondary.png);
}
.ico-cross-teritary {
  width: 15px;
  height: 16px;
  background-image: url(images/icons/ico-cross-teritary.png);
}
.ico-cart {
  width: 26px;
  height: 31px;
  background-image: url(images/icons/cart@new.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.ico-magnifying-glass {
  width: 14px;
  height: 14px;
  background-image: url(images/icons/search-icon.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  /* ------------------------------------------------------------ *		Ico
          \* ------------------------------------------------------------ */
  .ico-facebook {
    background-image: url(images/icons/ico-facebook@2x.png);
  }
  .ico-twitter {
    background-image: url(images/icons/ico-twitter@2x.png);
  }
  .ico-instagram {
    background-image: url(images/icons/ico-instagram@2x.png);
  }
  .ico-cross {
    background-image: url(images/icons/ico-cross@2x.png);
  }
  .ico-money {
    background-image: url(images/icons/ico-money@2x.png);
  }
  .ico-phone {
    background-image: url(images/icons/ico-phone@2x.png);
  }
  .ico-plane {
    background-image: url(images/icons/ico-plane@2x.png);
  }
  .ico-facebook-white {
    background-image: url(images/icons/ico-facebook-white@2x.png);
  }
  .ico-twitter-white {
    background-image: url(images/icons/ico-twitter-white@2x.png);
  }
  .ico-instagram-white {
    background-image: url(images/icons/ico-instagram-white@2x.png);
  }
  .ico-arrow-right-white {
    background-image: url(images/icons/ico-arrow-right-white@2x.png);
  }
  .ico-arrow-left {
    background-image: url(images/icons/ico-arrow-left.png);
  }
  .ico-arrow-right {
    background-image: url(images/icons/ico-arrow-right.png);
  }
  .ico-prev {
    background-image: url(images/icons/ico-prev@2x.png);
  }
  .ico-next {
    background-image: url(images/icons/ico-next@2x.png);
  }
  .ico-filters {
    background-image: url(images/icons/ico-filters@2x.png);
  }
  .ico-cross-secondary {
    background-image: url(images/icons/ico-cross-secondary@2x.png);
  }
  .ico-cross-teritary {
    background-image: url(images/icons/ico-cross-teritary@2x.png);
  }
  .ico-facebook-teritary {
    background-image: url(images/icons/ico-facebook-teritary@2x.png);
  }
  .ico-twitter-teritary {
    background-image: url(images/icons/ico-twitter-teritary@2x.png);
  }
  .ico-instagram-teritary {
    background-image: url(images/icons/ico-instagram-secondary@2x.png);
  }
}
/* ------------------------------------------------------------ *	Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: none;
  -webkit-transition: background .5s, top .5s .7s;
  -o-transition: background .5s, top .5s .7s;
  transition: background .5s, top .5s .7s;
}
.header.active .header-bar {
  max-height: 0;
}
.header.active .dropdown {
  top: 90px;
}
.header.open {
  height: 100%;
  background: rgba(2, 2, 2, 0.5);
}
.header .header-inner {
  display: none;
}
.header .header-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
  overflow: hidden;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  background: #020202;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 0 40px 0 30px;
}
.header .header-bar:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.header .header-bar > p {
  float: left;
  padding-top: 6px;
}
/*.header .header-bar .nav-lang {
    float: right; }*/
.header .header-content {
  position: relative;
  /*border-bottom: 1px solid #eee;*/
  background: #fff;
}
.header .header-content .nav:after,
.header .header-content:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.header .header-content .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header .header-content .nav ul {
  float: left;
}
.header .header-content .nav:last-child {
  float: right;
}
.header .header-content .nav-dropdown ul {
  float: none;
}
.header .header-content .nav-dropdown ul.list-links {
  display: block;
}
.header .header-content .nav-dropdown li.regions-link {
  display: block;
  /*visibility: hidden; */
}
@media (max-width: 1207px) {
  /* ------------------------------------------------------------ *		Header
          \* ------------------------------------------------------------ */
  .nav-lang .nav-inner li a,
  .nav-lang ul a,
  .nav-lang .nav-inner strong,
  .customer-acc a {
    font-size: 10px !important;
  }
  .header-shipping p {
    font-size: 10px;
  }
  .nav-lang .nav-inner strong {
    padding: 10px 7px 0 7px !important;
    display: inline-block;
  }
  .list-links a {
    padding: 12px 1px !important;
  }
  .nav-lang ul a {
    padding: 12px 5px 12px 5px!important;
  }
}
@media (max-width: 950px) {
  /* ------------------------------------------------------------ *		Header
          \* ------------------------------------------------------------ */
  .header.open {
    height: auto;
    background: #fff;
  }
  .header.open .nav:not(.nav-secondary) {
    height: 100%;
    padding-bottom: 49px;
  }
  .header.open .nav-secondary {
    display: block;
  }
  .header .nav-secondary {
    display: none;
  }
  .header .header-inner {
    display: block;
    float: right;
    padding: 20px 63px 20px 0;
  }
  .header .header-content {
    height: 70px;
  }
  .header .header-content .nav:last-child,
  .header .header-content .nav ul {
    float: none;
  }
  .header .header-content .nav-dropdown ul.list-links {
    display: none;
  }
  .header .header-content .nav-dropdown li.regions-link {
    display: none;
  }
  .header .header-bar {
    max-height: 30px;
  }
  .head-left,
  .head-right {
    display: none;
  }
}
/* ------------------------------------------------------------ *	Nav Lang
\* ------------------------------------------------------------ */
.nav-lang {
  font-size: 12px;
  text-transform: uppercase;
}
.nav-lang p {
  padding-top: 2px;
}
.nav-lang a {
  display: inline-block;
  padding: 5px 0 4px;
}
.nav-lang a:focus,
.nav-lang a:hover {
  text-decoration: none;
}
.nav-lang ul {
  margin-left: 13px;
}
/*.nav-lang li {
    position: relative; }*/
.nav-lang ul a {
  padding: 5px 10px 6px;
  border-left: 1px solid #666;
  font-weight: 700;
  color: #666;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.nav-lang .nav-inner:after,
.nav-lang ul:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.nav-lang .nav-inner {
  display: none;
  /*position: absolute;*/
  width: 85%;
  height: 100%;
  top: 0;
  background: #020202;
  border-left: 1px solid #666;
  float: right;
}
.nav-lang .nav-inner.active {
  display: block;
}
.nav-lang .nav-inner strong {
  /*float: left;*/
  padding: 10px 10px 0 20px;
}
.nav-lang .nav-inner li a {
  border: 0;
  /*padding: 0 10px;*/
}
/* ------------------------------------------------------------ *	Nav
\* ------------------------------------------------------------ */
.nav {
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #020202;
  text-transform: capitalize;
}
.nav ul:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.nav strong {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.nav a {
  display: block;
  padding: 32px 30px 32px 40px;
}
.nav span {
  display: inline-block;
  position: relative;
  width: 40px;
  /*height: 40px;*/
  /*top: -1px;*/
  font-size: 12px;
  border-radius: 0%;
  color: #020202;
  background: #f5f5f5;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 10px 10px;
  margin-left: 2px;
}
.nav .cart-title {
  background: #f5f5f5;
  padding: 10px 20px;
  text-transform: uppercase;
  display: inline-block;
  color: #cccccc;
  font-size: 12px;
  margin-left: 2px;
}
.nav strong span {
  font-size: 11px;
  line-height: 20px;
}
.nav span em {
  position: relative;
  left: 1px;
  font-style: normal;
}
.nav a:focus,
.nav a:hover {
  color: #020202;
  text-decoration: none;
  outline: 0;
}
.nav li {
  float: left;
}
.nav li:last-child .dropdown-close {
  border: 0;
}
.nav li:last-child .play-btn {
  border: 0;
}
.nav .menu-active > a {
  background: #f5f5f5;
}
.nav .active > .dropdown-close {
  opacity: 1;
  visibility: visible;
  background: url(images/close-new.png) no-repeat 0 0;
  display: none;
}
.nav .btn-close {
  border: 0;
}
.nav .dropdown-close {
  position: absolute;
  width: 22px;
  height: 21px;
  bottom: -45px;
  /*left: 450px;*/
  padding: 0;
  border: 0;
  background: url(images/close.png) no-repeat 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
/* ------------------------------------------------------------ *	Nav Secondary
\* ------------------------------------------------------------ */
.nav-secondary {
  font-size: 12px;
  color: #aaa;
}
.nav-secondary > li {
  position: static;
}
.nav-secondary > li > a {
  /*min-height: 99px;*/
  padding: 25px 0px;
}
.nav-secondary li:first-child .btn-close {
  border: 0;
}
.nav-secondary li:last-child a {
  border-right: 0;
}
/* ------------------------------------------------------------ *	Dropdown
\* ------------------------------------------------------------ */
.dropdown {
  position: fixed;
  width: 428px;
  top: 130px;
  /*bottom:0;*/
  /*left: -800px;*/
  overflow: auto;
  background: #f5f5f5;
  z-index: 8;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow-x: hidden;
  /*  max-height: 300px;
      height: 0;*/
  padding: 0 89px;
  display: none;
  /*border-top: 1px solid #ccc;*/
}
.dropdown.active {
  display: block;
}
.dropdown .dropdown-close {
  position: absolute;
  top: 20px;
  right: -50px;
  width: 22px;
  height: 21px;
  background: url(../../css/images/close.png) no-repeat 0 0;
}
/* ------------------------------------------------------------ *	Nav Dropdown
\* ------------------------------------------------------------ */
.nav-dropdown {
  /*padding: 48px 0 63px 0;*/
  padding: 50px 0px;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #aaa;
}
.nav-dropdown ul ul {
  padding: 26px 0 3px 6px;
  font-family: "Chronicle G1", serif;
  font-style: italic;
}
.nav-dropdown a {
  display: inline-block;
  padding: 0;
}
/* ------------------------------------------------------------ *	Nav Btn
\* ------------------------------------------------------------ */
.nav-btn {
  display: none;
}
/* ------------------------------------------------------------ *	Nav Teritary
\* ------------------------------------------------------------ */
.nav-teritary {
  padding-bottom: 80px;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.2em;
  color: #aaa;
  text-transform: uppercase;
  text-align: center;
}
.nav-teritary li {
  display: inline-block;
}
.nav-teritary li + li {
  margin-left: 34px;
}
.nav-teritary a {
  position: relative;
  display: block;
  padding-top: 10px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.nav-teritary a:hover,
.nav-teritary .active a {
  color: #020202;
  text-decoration: none;
}
/* ------------------------------------------------------------ *	Nav Quaternary
\* ------------------------------------------------------------ */
.nav-quaternary li {
  float: left;
}
.nav-quaternary a {
  display: inline-block;
  padding: 13px 16px;
  text-align: center;
}
.nav-quaternary .active a {
  color: #020202;
  background: #fff;
}
@media (max-width: 1200px) {
  /* ------------------------------------------------------------ *		Nav Secondary
          \* ------------------------------------------------------------ */
  /*    .nav-secondary li > a {
            padding: 42px 22px 37px; }*/
}
@media (max-width: 950px) {
  .nav-dropdown li > a {
    min-height: 0;
    padding: 5px;
  }
}
@media (max-width: 950px) {
  /* ------------------------------------------------------------ *		Nav
          \* ------------------------------------------------------------ */
  .nav {
    font-size: 10px;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .nav:not(.nav-secondary) {
    position: fixed;
    height: 0;
    top: 49px;
    z-index: 30;
    overflow: auto;
    background: #fff;
  }
  .nav .dropdown-close {
    display: none;
  }
  .nav .nav-secondary > li > a:hover {
    background: #020202;
  }
  .nav .nav-secondary .subscribe {
    top: auto;
    bottom: 100%;
  }
  .nav .nav-secondary .subscribe.active {
    top: auto;
  }
  /* ------------------------------------------------------------ *		Nav Secondary
          \* ------------------------------------------------------------ */
  .nav-secondary {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0px;
    height: auto;
  }
  .nav-secondary li + li > a {
    border-left: 1px solid #555;
  }
  .nav-secondary li:first-child > a {
    border: 0;
  }
  .nav-secondary .active > a,
  .nav-secondary li > a:hover,
  .nav-secondary li > a:focus,
  .nav-secondary li > a {
    color: #fff;
    background: #020202;
  }
  .nav-secondary li:last-child,
  .nav-secondary li:nth-child(2) {
    display: none;
  }
  /* ------------------------------------------------------------ *		Dropdown
          \* ------------------------------------------------------------ */
  .dropdown {
    position: static;
    width: auto;
    left: 0;
    padding: 37px 43px;
    margin-left: -100%;
    background: #fff;
  }
  .dropdown .player-holder {
    display: none;
  }
  .has-dd.last .dropdown {
    display: none;
  }
  /* ------------------------------------------------------------ *		Nav Dropdown
          \* ------------------------------------------------------------ */
  .nav .nav-dropdown li a {
    border: 0;
  }
  .nav-dropdown {
    padding: 0 0 40px;
  }
  .nav-dropdown ul:first-child {
    border: 0;
  }
  .nav-dropdown ul li {
    width: 100%;
    text-align: left;
  }
  .nav-dropdown ul li > a {
    height: auto;
    border: 0;
    font-size: 13px;
    line-height: 1;
    background: none;
  }
  .nav-dropdown ul li:last-child a,
  .nav-dropdown ul li + li > a {
    border: 0;
  }
  /* ------------------------------------------------------------ *		Nav Utilities
          \* ------------------------------------------------------------ */
  /* .nav-utilities {
         float: right;
         padding: 14px 20px; }*/
  .nav-utilities li {
    float: left;
  }
  .nav-utilities li + li {
    margin-left: 25px;
  }
  .nav-utilities li:last-child {
    position: relative;
    top: -3px;
  }
  .nav-utilities li:last-child span {
    font-size: 12px;
    color: #020202;
    text-align: center;
    font-weight: 700;
    font-family: "Futura", sans-serif;
    display: block;
    font-style: normal;
    position: relative;
    top: 10px;
  }
  /* ------------------------------------------------------------ *		Nav Btn
          \* ------------------------------------------------------------ */
  .nav-btn {
    position: absolute;
    display: block;
    width: 22px;
    height: 16px;
    top: 50%;
    background: #000;
    background-color: #000000;
    transform: translate(-50%, -50%);
    margin-right: 10px;
  }
  .nav-btn.active span {
    -webkit-transition: top .3s, transform .3s .3s;
    -o-transition: top .3s, transform .3s .3s;
    transition: top .3s, transform .3s .3s;
  }
  .nav-btn.active span:nth-child(1) {
    top: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .nav-btn.active span:nth-child(3) {
    top: -5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-btn span {
    position: relative;
    display: block;
    width: 17px;
    height: 2px;
    top: 0;
    margin: 0 auto;
    background: #909090;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .nav-btn span + span {
    margin-top: 3px;
  }
  /* ------------------------------------------------------------ *		Nav Teritary
          \* ------------------------------------------------------------ */
  .nav-teritary {
    padding-bottom: 40px;
  }
  .nav-teritary li {
    display: block;
  }
  .nav-teritary li + li {
    margin: 10px 0 0;
  }
  /* ------------------------------------------------------------ *		Nav Quaternary
          \* ------------------------------------------------------------ */
  .nav-quaternary a {
    padding: 11px 5px;
  }
  .toplink:first-child > a {
    background-color: #eeeeee;
  }
  .toplink .dropdown .toplink a {
    background-color: transparent;
  }
}
/* ------------------------------------------------------------ *	Container
\* ------------------------------------------------------------ */
.container {
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}
.container-inside-50 {
  width: 50%;
}
.container-inside-70 {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: initial !important;
  position: absolute;
  top: 50%;
  width: 40%;
}
@media (max-width: 991px) {
  .container-inside-50,
  .container-inside-70 {
    width: 70%;
  }
}
/* ------------------------------------------------------------ *	Container Secondary
\* ------------------------------------------------------------ */
.container-secondary {
  margin-top: 130px;
  overflow: hidden;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}
/* ------------------------------------------------------------ *	Container Teritary
\* ------------------------------------------------------------ */
.container-teritary {
  overflow: visible;
}
/* ------------------------------------------------------------ *	Container Quaternary
\* ------------------------------------------------------------ */
.container-quaternary {
  height: auto;
}
.container-quaternary .intro {
  padding: 200px 0;
}
@media (max-width: 1300px) {
  /* ------------------------------------------------------------ *		Container
          \* ------------------------------------------------------------ */
  .container {
    padding: 0 40px;
  }
  .section-alfa .fix-bg {
    height: 572px;
  }
  .section-secondary-block .half-block {
    height: 572px;
  }
}
@media (max-width: 991px) {
  /* ------------------------------------------------------------ *		Container
          \* ------------------------------------------------------------ */
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 950px) {
  /* ------------------------------------------------------------ *		Container Secondary
          \* ------------------------------------------------------------ */
  .container-secondary {
    margin-top: 110px;
  }
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Container
          \* ------------------------------------------------------------ */
  .container {
    padding: 0 45px;
  }
  .container-secondary {
    max-height: none;
  }
  /* ------------------------------------------------------------ *		Container Quaternary
          \* ------------------------------------------------------------ */
  .container-quaternary .intro {
    padding: 30px 0 220px;
  }
  .container-quaternary .intro .intro-image {
    bottom: -220px;
  }
}
/* ------------------------------------------------------------ *	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  vertical-align: middle;
  background-size: 100% 100%;
  width: 170px;
  height: 38px;
  background: url(images/icons/logo.png) no-repeat 0 0;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
}
/* ------------------------------------------------------------ *\	
        Logo Blackstix
\* ------------------------------------------------------------ */
.logo-ridenumber,
.logo-blackstix {
  overflow: hidden;
  display: inline-block;
  width: 468px;
  height: 236px;
  background: url(images/logo-blackstix.png) no-repeat 0 0;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
/* ------------------------------------------------------------ *\	
        Logo RideNumber
\* ------------------------------------------------------------ */
.logo-ridenumber {
  width: 455px;
  height: 304px;
  background-image: url(images/logo-rideNumber.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  /* ------------------------------------------------------------ *		Logo
          \* ------------------------------------------------------------ */
  .logo {
    background: url(images/icons/logo@2x.png) no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}
@media (max-width: 1200px) {
  /* ------------------------------------------------------------ *		Logo
          \* ------------------------------------------------------------ */
  /* .logo {
         width: 103px;
         height: 23px;
         -webkit-background-size: 100% 100%;
         background-size: 100% 100%; }*/
}
@media (max-width: 1023px) {
  /* ------------------------------------------------------------ *		Logo
          \* ------------------------------------------------------------ */
  .logo {
    width: 65px;
    height: 65px;
    background: url(images/icons/logo-tablet.svg) no-repeat 0 0;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-resolution: 192dpi) {
  /* ------------------------------------------------------------ *			Logo
                  \* ------------------------------------------------------------ */
  .logo {
    background: url(images/icons/logo-tablet.svg) no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}
@media (max-width: 950px) {
  /* ------------------------------------------------------------ *		Logo
          \* ------------------------------------------------------------ */
  .logo {
    width: 138px;
    height: 31px;
    background: url(images/mob@logo.png) no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .logo-blackstix {
    width: 300px;
    height: 151px;
  }
  .logo-ridenumber {
    width: 228px;
    height: 153px;
  }
}
/* ------------------------------------------------------------ *	Fix BG
\* ------------------------------------------------------------ */
.fix-bg {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.fix-bg .background,
.container-secondary .fix-bg.no-img .background {
  display: none;
}
/* ------------------------------------------------------------ *	Intro
\* ------------------------------------------------------------ */
.intro {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
}
.intro:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .2;
  background: #020202;
}
.intro h1 {
  padding-bottom: 31px;
}
.intro p {
  padding-bottom: 40px;
}
.intro .intro-content {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  z-index: 2;
}
.no-overlay:after {
  background: none;
}
/* ------------------------------------------------------------ *	Intro Secondary
\* ------------------------------------------------------------ */
.intro-secondary {
  text-align: center;
}
.intro-secondary h1 {
  font-size: 50px;
  padding-bottom: 53px;
}
.intro-secondary h6 {
  font-size: 18px;
  padding-bottom: 31px;
}
/* ------------------------------------------------------------ *	Intro Teritary
\* ------------------------------------------------------------ */
.intro-teritary h1 {
  font-size: 45px;
  line-height: 1.17;
  padding-bottom: 19px;
}
.intro-teritary h7 {
  color: #fff;
  padding-bottom: 26px;
}
.intro-teritary p {
  padding-bottom: 23px;
}
.a-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
/* ------------------------------------------------------------ *	Intro Quaternary
\* ------------------------------------------------------------ */
.intro-quaternary {
  color: #020202;
  background: #eee;
}
.intro-quaternary:after {
  display: none;
}
.intro-quaternary h2 {
  line-height: 1.22;
  color: #020202;
  padding-bottom: 20px;
}
.intro-quaternary p {
  padding-bottom: 35px;
  font-size: 18px;
  line-height: 1.67;
}
.intro-quaternary .intro-image {
  position: absolute;
  bottom: -200px;
  right: 94px;
}
.intro-quaternary .container {
  position: relative;
  z-index: 4;
}
/* ------------------------------------------------------------ *\	
        Intro Quinary
\* ------------------------------------------------------------ */
.intro-quinary h1 {
  padding-bottom: 21px;
}
.intro-quinary p {
  font-size: 18px;
}
/* ------------------------------------------------------------ *\	
        Intro Alt
\* ------------------------------------------------------------ */
.intro-alt {
  text-align: center;
}
.intro-alt h1 {
  font-size: 100px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.intro-alt-secondary:after {
  display: none;
}
/* ------------------------------------------------------------ *\	
        Media Queries
\* ------------------------------------------------------------ */
@media (max-width: 1280px) {
  .intro-alt h1 {
    font-size: 80px;
  }
  /* ------------------------------------------------------------ *		Intro Quaternary
          \* ------------------------------------------------------------ */
  .intro-quaternary .intro-image {
    max-width: 400px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  /* ------------------------------------------------------------ *\	
                  Intro Alt
          \* ------------------------------------------------------------ */
  .intro-alt h1 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  /* ------------------------------------------------------------ *		Intro
          \* ------------------------------------------------------------ */
  .intro br {
    display: none;
  }
  .intro .intro-content {
    padding: 0 290px 0 95px;
  }
  .intro .intro-content-secondary {
    padding: 0;
  }
  .intro .intro-content-secondary .container {
    max-width: 780px;
    padding: 0 35px;
  }
  /* ------------------------------------------------------------ *		Intro Secondary
          \* ------------------------------------------------------------ */
  .intro-secondary .intro-content {
    padding: 0;
  }
  /* ------------------------------------------------------------ *\	
                  Intro Alt
          \* ------------------------------------------------------------ */
  .intro-quinary .intro-content,
  .intro-alt .intro-content {
    padding: 0;
  }
}
@media (max-width: 950px) {
  /* ------------------------------------------------------------ *		Intro
          \* ------------------------------------------------------------ */
  .intro .intro-content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Intro
          \* ------------------------------------------------------------ */
  .intro h1 {
    padding-bottom: 17px;
  }
  .intro p {
    padding-bottom: 24px;
  }
  /* ------------------------------------------------------------ *		Intro Secondary
          \* ------------------------------------------------------------ */
  .intro-secondary h1 {
    font-size: 30px;
  }
  .intro-secondary h6 {
    padding-bottom: 15px;
  }
  /* ------------------------------------------------------------ *		Intro Teritary
          \* ------------------------------------------------------------ */
  .intro-teritary h1 {
    font-size: 30px;
  }
  .intro-teritary h7 {
    padding-bottom: 15px;
  }
  /* ------------------------------------------------------------ *		Intro Quaternary
          \* ------------------------------------------------------------ */
  .intro-quaternary p {
    font-size: 12px;
    line-height: 1.42;
  }
  .intro-quaternary .intro-image {
    width: 100%;
    max-width: 340px;
    height: auto;
    right: 20px;
  }
  /* ------------------------------------------------------------ *\	
                  Intro Alt
          \* ------------------------------------------------------------ */
  .intro-alt .container {
    padding: 0;
  }
  .intro-alt h1 {
    font-size: 30px;
  }
}
/* ------------------------------------------------------------ *	Main
\* ------------------------------------------------------------ */
.main {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
/* ------------------------------------------------------------ *	Main Secondary
\* ------------------------------------------------------------ */
.main-secondary {
  padding-top: 130px;
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Main secondary
          \* ------------------------------------------------------------ */
  .main-secondary {
    padding-top: 100px;
  }
}
/* ------------------------------------------------------------ *	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  height: 100%;
  overflow: visible;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}
/* ------------------------------------------------------------ *	Btn
\* ------------------------------------------------------------ */
.btn {
  position: relative;
  display: inline-block;
  min-height: 45px;
  padding: 0 22px;
  overflow: hidden;
  border: 3px solid #020202;
  border-radius: 0;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  line-height: 39px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #020202;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn:after {
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: -30px;
  /*background: #0081c6;*/
}
.btn:hover {
  color: inherit;
}
.btn:hover:after {
  width: 350px;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn-white {
  border-color: #fff;
  letter-spacing: 0.1em;
  color: #fff;
}
.btn-close {
  position: absolute;
  width: 60px;
  height: 58px;
  top: 0;
  right: 0;
  border: 0;
  background: #020202;
}
.btn-black {
  padding: 0 10px;
  color: #fff;
  background: #020202;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.btn-black:after {
  display: none;
}
.btn-black:hover {
  color: #020202;
  background: none;
}
.btn-blue {
  padding: 0 10px;
  border-color: #0081c6;
  color: #fff;
  background: #0081c6;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.btn-blue:after {
  display: none;
}
.btn-blue:hover {
  color: #0081c6;
  background: none;
}
.btn-play {
  position: absolute;
  width: 210px;
  height: 45px;
  top: -22px;
  right: 30px;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #666;
  text-align: center;
  text-transform: uppercase;
  z-index: 5;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.btn-play:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #020202;
  background: #020202;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.btn-play:hover {
  color: #020202;
  text-decoration: none;
}
.btn-play:hover:after {
  background: #fff;
}
.btn-play span {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Btn
          \* ------------------------------------------------------------ */
  .btn {
    min-height: 35px;
    max-height: 35px;
    line-height: 32px;
    font-size: 10px;
  }
  .btn-play {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%;
    top: -82px;
  }
}
/* ------------------------------------------------------------ *	Section News Items
\* ------------------------------------------------------------ */
.section-news-items {
  position: relative;
  padding: 80px 0;
}
.section-news-items:after {
  content: '';
  position: absolute;
  width: 375px;
  height: 699px;
  top: 0;
  left: 0;
  background: url(images/triangle.png) no-repeat 0 0;
}
.section-news-items .news-items {
  padding-bottom: 79px;
}
.section-news-items .container {
  position: relative;
  z-index: 2;
}
.section-news-items .container .main-top {
  width: 60%;
}
@media (max-width: 1023px) {
  .section-news-items .container .main-top {
    width: 100%;
  }
}
.section-news-items .container > p,
.section-news-items .container .main-top p {
  margin-top: -6px;
  padding-bottom: 120px;
}
/* ------------------------------------------------------------ *	Section Image
\* ------------------------------------------------------------ */
.section-image {
  position: relative;
}
.section-image .container {
  position: absolute;
  top: 70%;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-image .container {
    padding: 0;
  }
}
.section-image img {
  width: 100%;
  height: auto;
}
.section-image a {
  opacity: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.section-image a:hover {
  opacity: .7;
}
/* ------------------------------------------------------------ *	Section Products
\* ------------------------------------------------------------ */
.section-products {
  padding: 141px 0 104px;
}
.section-products h2 {
  text-align: center;
  padding-bottom: 101px;
}
.section-products .section-actions {
  padding-top: 53px;
  text-align: center;
}
/* ------------------------------------------------------------ *	Section Filters
\* ------------------------------------------------------------ */
/*.section-filters {
  min-height: 378px; }*/
/* ------------------------------------------------------------ *	Section Callout
\* ------------------------------------------------------------ */
.section-callout {
  padding: 50px 0 60px;
  text-align: center;
  background: #f9f9f9;
}
.section-callout h2 {
  padding-bottom: 34px;
}
.section-callout p {
  padding-bottom: 39px;
}
.section-callout .list-images {
  padding-top: 91px;
}
/* ------------------------------------------------------------ *	Section Innovation
\* ------------------------------------------------------------ */
.section-innovation {
  max-height: 700px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.section-innovation h2 {
  padding-bottom: 34px;
  color: #fff;
}
.section-innovation .section-head {
  background-size: cover;
  padding: 141px 0 170px 0;
  text-align: center;
  color: #fff;
}
.section-innovation .section-head .btn,
.section-image .btn {
  margin-top: 40px;
  color: #fff;
  border-color: #fff;
}
.section-image .btn.btn-black-and-centered {
  margin-top: 106px;
  color: black;
  border-color: black;
}
@media (max-width: 767px) {
  .section-image .btn.btn-black-and-centered {
    margin-top: 5px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .section-image .btn.btn-black-and-centered {
    margin-top: 25px;
  }
}
@media (max-width: 1300px) and (min-width: 991px) {
  .section-image .btn.btn-black-and-centered {
    margin-top: 45px;
  }
}
@media (max-width: 1600px) and (min-width: 1300px) {
  .section-image .btn.btn-black-and-centered {
    margin-top: 65px;
  }
}
/* ------------------------------------------------------------ *	Section Cart
\* ------------------------------------------------------------ */
.section-cart {
  padding: 129px 0 126px;
}
.section-cart h2 {
  text-align: center;
  padding-bottom: 95px;
}
/* ------------------------------------------------------------ *	Section Map
\* ------------------------------------------------------------ */
.section-map {
  padding: 129px 0 164px;
}
.section-map h2 {
  padding-bottom: 23px;
}
.section-map .section-body:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.section-map .section-aside {
  float: left;
  width: 68.46%;
}
.section-map .section-content {
  float: right;
  width: 25.64%;
  margin-top: -5px;
}
.section-map .section-head {
  padding-bottom: 61px;
  text-align: center;
}
.section-map .section-head p {
  padding-bottom: 46px;
}
/* ------------------------------------------------------------ *	Section Retailers
\* ------------------------------------------------------------ */
.section-retailers {
  margin-bottom: -69px;
  text-align: center;
}
.section-retailers h2 {
  padding-bottom: 95px;
}
.section-retailers .container > .feature {
  margin-bottom: 27px;
}
/* ------------------------------------------------------------ *	Section Checkout
\* ------------------------------------------------------------ */
.section-checkout {
  padding: 129px 0 188px;
}
.section-checkout h4 {
  padding-bottom: 22px;
}
.section-checkout .section-title {
  text-align: center;
  padding-bottom: 35px;
  margin-bottom: 0;
  color: #000;
}
.section-checkout .section-title:after {
  width: 45px;
  margin-top: 16px;
}
.section-checkout .section-actions {
  font-size: 16px;
  padding: 57px 0 0 5px;
}
.section-checkout .section-actions a {
  font-weight: 700;
  color: #0081c6;
}
.section-checkout .section-body {
  padding-top: 62px;
  overflow: hidden;
}
.section-checkout .section-content {
  float: left;
  width: 50%;
  padding-left: 10%;
  padding-right: 10%;
}
.section-checkout .section-content:last-of-type {
  padding-right: 0;
}
.section-checkout .section-aside {
  float: right;
  width: 43%;
  padding-left: 5px;
}
.section-checkout .table-total {
  margin-top: 32px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.section-checkout .table-total .btn {
  display: block;
  width: 100%;
  margin-top: 28px;
}
.section-checkout .gform_heading {
  display: none;
}
.section-checkout .form-head {
  padding-bottom: 20px;
}
.section-checkout .form-checkout label {
  letter-spacing: 0.05em;
}
.section-checkout .gfield {
  margin-bottom: 27px;
}
.section-checkout .gform_fields input {
  padding: 10px 19px;
}
.section-checkout .gform_footer {
  display: none;
}
.section-checkout .gfield_checkbox label {
  font-size: 13px;
  display: block;
  line-height: 1.22;
  letter-spacing: 0.1em;
}
.b-r-gray {
  border-right: 2px solid #dddddd;
}
.bt {
  padding-top: 15px;
}
/* ------------------------------------------------------------ *	Section Contact
\* ------------------------------------------------------------ */
.section-contact {
  text-align: center;
  padding: 129px 0 122px;
  line-height: 1.88;
}
.section-contact h2 {
  padding-bottom: 23px;
}
.section-contact .section-entry {
  padding-bottom: 17px;
}
.section-contact .section-entry p {
  font-size: 18px;
  line-height: 1.61;
  margin-bottom: 32px;
}
.section-contact .section-entry a:not([href*="tel"]) {
  color: #0081c6;
  text-decoration: underline;
}
.section-contact .section-entry a {
  position: relative;
  display: inline-block;
}
.section-contact .section-entry a + a {
  margin-left: 27px;
}
.section-contact .section-entry a + a:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  top: 7px;
  left: -16px;
  background: #020202;
}
.section-contact .section-entry p span {
  display: block;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
}
.section-contact .section-entry strong {
  letter-spacing: 0.05em;
}
.section-contact .form-contact .gform_fields select {
  height: 44px;
}
.section-contact .form-contact .gform_fields select,
.section-contact .form-contact .gform_fields textarea,
.section-contact .form-contact .gform_fields input {
  padding: 7px 18px 5px;
  font-family: "Futura", sans-serif;
  border-color: #eee;
  font-size: 15px;
  color: #666;
}
.section-contact .form-contact {
  max-width: 770px;
  margin: 0 auto 0;
}
.section-contact .form-contact .gform_fields textarea {
  height: 200px;
}
.section-contact .form-contact .button {
  height: 45px;
  border: 1px solid #020202;
  border-radius: 0;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  background: #020202;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.section-contact .form-contact .button:hover {
  color: #020202;
}
.section-contact .form-contact .gfield {
  margin-bottom: 31px;
}
.section-contact .list-features {
  list-style: none;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  margin-top: 121px;
}
.section-contact .list-features li {
  float: left;
  width: calc(33.33333333%);
  position: relative;
  padding: 12px 15px 40px;
}
.section-contact .list-features span {
  display: block;
  padding-bottom: 7px;
}
.section-contact .list-features li ~ li:after {
  content: '';
  width: 1px;
  height: 200px;
  background: #ddd;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.section-contact .list-features strong {
  text-align: center;
  font-family: "Futura", sans-serif;
  font-size: 20px;
  display: block;
  line-height: 1;
  margin: 33px 0 18px;
}
/* ------------------------------------------------------------ *	Section Login
\* ------------------------------------------------------------ */
.section-login {
  padding: 129px 0 113px;
  text-align: center;
}
.section-login h2 {
  padding-bottom: 82px;
}
/* ------------------------------------------------------------ *	Section Error
\* ------------------------------------------------------------ */
.section-error {
  padding: 97px 0 98px;
  font-size: 16px;
  text-align: center;
}
.section-error img {
  margin-bottom: 32px;
}
.section-error p {
  padding-bottom: 1px;
}
.section-error a {
  font-weight: 700;
  color: #0081c6;
}
/* ------------------------------------------------------------ *	Section Article
\* ------------------------------------------------------------ */
.section-article {
  padding: 123px 0 120px;
}
/* ------------------------------------------------------------ *	Section Posts
\* ------------------------------------------------------------ */
.section-posts {
  padding: 118px 0 117px;
  background: #f9f9f9;
}
.section-posts h2 {
  text-align: center;
  padding-bottom: 90px;
}
/* ------------------------------------------------------------ *	Section Products Secondary
\* ------------------------------------------------------------ */
.section-products-secondary {
  padding: 116px 0 0;
  margin-bottom: -42px;
}
.section-products-secondary h2 {
  padding-bottom: 84px;
}
/* ------------------------------------------------------------ *\	
        Section Products Tertiary
\* ------------------------------------------------------------ */
.section-products-tertiary {
  padding: 114px 0 108px;
}
.section-products-tertiary h2 {
  padding-bottom: 50px;
}
.section-products-tertiary h6 {
  margin-bottom: 99px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2em;
}
/* ------------------------------------------------------------ *\	
        Section Products Grey
\* ------------------------------------------------------------ */
.section-products-grey {
  padding: 121px 0 130px;
  background: #f5f5f5;
}
/* ------------------------------------------------------------ *	Section News Items Secondary
\* ------------------------------------------------------------ */
.section-news-items-secondary {
  padding: 84px 0 0;
}
.section-news-items-secondary .row + .row {
  margin-top: 86px;
}
/* ------------------------------------------------------------ *	Section News Items Tertiary
\* ------------------------------------------------------------ */
.section-news-items-secondary {
  padding: 84px 0 0;
}
.section-news-items-secondary .row + .row {
  margin-top: 86px;
}
.section-news-items-tertiary {
  padding-bottom: 127px;
}
.section-news-items-tertiary:after {
  display: none;
}
.section-news-items-tertiary .container > p {
  padding-bottom: 0;
}
.section-news-items-tertiary p {
  line-height: 1.76;
}
/* ------------------------------------------------------------ *\	
        Section News Items Quaternary
\* ------------------------------------------------------------ */
.section-news-items-quaternary {
  padding-bottom: 123px;
}
.section-news-items-quaternary h2 {
  padding-bottom: 17px;
}
.section-news-items-quaternary h6 {
  margin-bottom: 44px;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.section-news-items-quaternary .container > p {
  padding-bottom: 0;
}
.section-news-items-quaternary.alt {
  padding-bottom: 100px;
}
.section-news-items-quaternary.alt h6 {
  margin-bottom: 38px;
}
.section-text {
  text-align: center;
  padding: 20px 0;
}
.section-text h4 {
  padding-bottom: 15px;
}
.section-text h6 {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *	Section Primary
\* ------------------------------------------------------------ */
.section-primary {
  position: relative;
  padding: 63px 0 173px;
}
.section-primary:after {
  content: '';
  position: absolute;
  width: 375px;
  height: 699px;
  top: 334px;
  left: 0;
  background: url(images/triangle.png) no-repeat 0 0;
}
.section-primary h6 {
  font-size: 25px;
  padding-bottom: 75px;
}
.section-primary .container {
  position: relative;
  z-index: 2;
}
.section-primary .section-content {
  float: left;
  width: 42.74%;
}
.section-primary .section-content h2 {
  line-height: 1.22;
  padding-bottom: 28px;
}
.section-primary .section-content p:not(.breadcrumbs) {
  font-size: 18px;
  line-height: 1.67;
}
.section-primary .section-aside {
  float: right;
  width: 48.72%;
  padding-top: 77px;
}
.section-primary .aside-non-fin {
  padding-top: 200px;
}
.section-primary .section-aside a {
  display: inline-block;
  padding: 25px 22px 0;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #020202;
  text-transform: uppercase;
}
.section-primary .section-aside a span {
  color: #0081c6;
}
/* ------------------------------------------------------------ *	Section Video
\* ------------------------------------------------------------ */
.section-video {
  position: relative;
  margin-bottom: -21px;
}
.section-video img {
  display: block;
  width: 100%;
  height: auto;
}
.section-video a {
  display: block;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.section-video a:hover {
  opacity: .7;
}
.section-video a:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  background: url(images/play.png) no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
/* ------------------------------------------------------------ *\	
        Section Video Secondary
\* ------------------------------------------------------------ */
.section-video-secondary {
  margin-bottom: 0;
  max-height: 700px;
  overflow: hidden;
}
.section-video-secondary a {
  font-size: 0;
}
.section-video-secondary a:after {
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
}
.section-video-secondary.fix-bg {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.section-video-secondary.fix-bg img {
  display: block;
}
.section-video-secondary.fix-bg:hover {
  opacity: .7;
}
/* ------------------------------------------------------------ *	Section Results
\* ------------------------------------------------------------ */
.section-results {
  padding: 141px 0 104px;
}
.section-results .section-title {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #414042;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.section-results .section-title span {
  font-family: "Chronicle G1", serif;
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
  color: #0081c6;
}
/* ------------------------------------------------------------ *	Section Innovation Secondary
\* ------------------------------------------------------------ */
.section-innovation.section-innovation-secondary {
  padding-top: 0;
}
/* ------------------------------------------------------------ *	Section Callout Secondary
\* ------------------------------------------------------------ */
.section-callout-secondary {
  background: #fff;
}
/* ------------------------------------------------------------ *	Section Secondary
\* ------------------------------------------------------------ */
.section-secondary {
  position: relative;
}
.section-secondary .section-inner span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  font-family: "Futura", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-secondary .section-prev:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 14px;
  top: 50%;
  left: 50%;
  background: url(images/left.png) no-repeat 0 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-secondary .section-next:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 14px;
  top: 50%;
  left: 50%;
  background: url(images/right.png) no-repeat 0 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-secondary .section-actions {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.section-secondary .section-actions.active {
  opacity: 1;
  visibility: visible;
}
.section-secondary .section-prev strong,
.section-secondary .section-prev {
  left: 0;
}
.section-secondary .section-next strong,
.section-secondary .section-next {
  right: 0;
}
.section-secondary .section-prev,
.section-secondary .section-next {
  position: fixed;
  width: 30px;
  height: 175px;
  top: 50%;
  margin-top: -50px;
  background: #ccc;
  z-index: 8;
}
.section-secondary .section-prev:hover strong,
.section-secondary .section-next:hover strong {
  width: 175px;
}
.section-secondary .section-prev strong,
.section-secondary .section-next strong {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.section-prev img,
.section-next img {
  height: 175px;
  width: 175px;
  background-image: linear-gradient(to bottom, #333333, #ffffff);
}
.image-overlay {
  width: 175px;
  height: 175px;
}
.image-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #333333, #ffffff);
  opacity: .5;
}
/* ------------------------------------------------------------ *\	
        Section Featured
\* ------------------------------------------------------------ */
.section-featured .section-head {
  min-height: 258px;
  padding: 87px 0 82px;
  text-align: center;
}
.section-featured .section-head-inner {
  padding: 82px 0 98px;
  margin-bottom: 86px;
  background: url(images/featured-map.png) no-repeat center center;
}
.section-featured .section-head-inner h4 {
  padding-bottom: 0;
}
.section-featured .section-content {
  padding: 88px 0 98px;
  text-align: center;
}
.section-featured .section-content p {
  font-size: 30px;
  line-height: 1.35;
}
.section-featured .section-row {
  max-width: 830px;
  margin: 0 auto;
}
.section-featured .section-foot {
  padding: 85px 0 110px;
  text-align: center;
}
/* ------------------------------------------------------------ *\	
        Section Team
\* ------------------------------------------------------------ */
.section-team {
  padding: 21px 0 2px;
}
/* ------------------------------------------------------------ *\	
        Section Rating
\* ------------------------------------------------------------ */
.section-rating {
  /*padding-bottom: 158px;*/
  padding-bottom: 0;
}
/* ------------------------------------------------------------ *\	
        Section Tabs
\* ------------------------------------------------------------ */
.section-tabs {
  padding: 121px 0 0;
}
.section-tabs .section-head {
  margin-bottom: 92px;
  text-align: center;
}
.section-tabs .section-foot {
  padding: 47px 0 49px;
  background: #f5f5f5;
  text-align: center;
}
.section-tabs .section-foot h5 {
  margin-bottom: 8px;
  font-size: 25px;
}
.news-item.news-item-secondary {
  padding-bottom: 62px;
}
/* ------------------------------------------------------------ *\	
        Media Queries
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  /* ------------------------------------------------------------ *		Section News Items
          \* ------------------------------------------------------------ */
  .section-news-items p br {
    display: none;
  }
  /* ------------------------------------------------------------ *		Section Map
          \* ------------------------------------------------------------ */
  .section-map .section-aside,
  .section-map .section-content {
    width: 48%;
  }
}
@media (max-width: 991px) {
  /* ------------------------------------------------------------ *		Section News Items
          \* ------------------------------------------------------------ */
  .section-news-items {
    padding-bottom: 41px;
  }
  .section-news-items .container {
    max-width: 780px;
    padding: 0 35px;
  }
  .section-news-items .row:last-child .col-md-6 {
    margin-bottom: 60px;
  }
  .section-news-items-quaternary,
  .section-news-items-tertiary {
    padding-bottom: 100px;
  }
  /* ------------------------------------------------------------ *		Section Filters
          \* ------------------------------------------------------------ */
  /*.section-filters {
      min-height: 485px; }*/
  /* ------------------------------------------------------------ *		Section Products
          \* ------------------------------------------------------------ */
  .section-products {
    padding-top: 93px;
  }
  .section-products .container {
    max-width: 780px;
  }
  .section-products .section-actions {
    padding: 70px 0 20px;
  }
  .section-products .col-sm-12 + .col-sm-12 {
    margin-top: 96px;
  }
  /* ------------------------------------------------------------ *		Section Innovation
          \* ------------------------------------------------------------ */
  .section-innovation {
    padding: 85px 0 0;
  }
  .section-innovation .section-head {
    padding-bottom: 146px;
  }
  /* ------------------------------------------------------------ *		Section Contact
          \* ------------------------------------------------------------ */
  .section-contact br {
    display: none;
  }
  /* ------------------------------------------------------------ *		Section Products Secondary
          \* ------------------------------------------------------------ */
  .section-products-grey .products,
  .section-products-secondary .products {
    text-align: center;
  }
  .section-products-grey .products .product,
  .section-products-secondary .products .product {
    float: none;
    display: inline-block;
    width: 100%;
    padding-right: 0;
  }
  /* ------------------------------------------------------------ *\	
                  Section Products Grey
          \* ------------------------------------------------------------ */
  .section-products-grey [class^="col-"]:nth-child(odd):last-child {
    float: none;
    margin: 0 auto;
    clear: both;
  }
  .section-products-grey [class^="col-"]:nth-child(odd):last-child .product {
    margin-bottom: 0;
  }
  .section-products-grey .product {
    margin-bottom: 50px;
  }
  /* ------------------------------------------------------------ *		Section News Items Secondary
          \* ------------------------------------------------------------ */
  .section-news-items-secondary .row + .row {
    margin-top: 0;
  }
  /* ------------------------------------------------------------ *		Section Primary
          \* ------------------------------------------------------------ */
  .section-primary {
    padding: 103px 0 104px;
  }
  .section-primary .container {
    max-width: 780px;
  }
  .section-primary .section-aside {
    padding-top: 66px;
  }
  .section-primary .section-aside a {
    padding-left: 0;
  }
  .section-primary .section-content,
  .section-primary .section-aside {
    float: none;
    width: 100%;
  }
  /* ------------------------------------------------------------ *		Section Video
          \* ------------------------------------------------------------ */
  .section-video .container {
    padding: 0;
  }
  /* ------------------------------------------------------------ *		Section Results
          \* ------------------------------------------------------------ */
  .section-results {
    padding: 37px 0 33px;
  }
  /*.section-results .section-title {
      padding-bottom: 57px; }*/
}
@media (max-width: 767px) {
  .news-item.news-item-secondary {
    padding-bottom: 0px;
  }
  /* ------------------------------------------------------------ *		Section Filters
          \* ------------------------------------------------------------ */
  /*.section-filters {
      min-height: 324px; }*/
  /* ------------------------------------------------------------ *		Section Contact
          \* ------------------------------------------------------------ */
  .section-contact {
    padding: 20px 0;
  }
  .section-contact .section-title {
    margin-bottom: 20px;
  }
  .section-contact .section-entry p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .section-contact .section-entry a {
    display: block;
  }
  .section-contact .section-entry a + a {
    margin: 0;
  }
  .section-contact .section-entry a + a:before {
    display: none;
  }
  .section-contact .form-contact .gform_fields .name_last {
    margin-top: 31px;
  }
  .section-contact .form-contact .gform_fields .name_last,
  .section-contact .form-contact .gform_fields .name_first {
    display: block;
    float: none;
    width: 100%;
  }
  .section-contact .list-features {
    margin-top: 40px;
  }
  .section-contact .list-features li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .section-contact .list-features li ~ li:after {
    display: none;
  }
  .section-contact .list-features strong {
    text-align: center;
    font-size: 20px;
    display: block;
    margin: 25px 0 0;
  }
  /* ------------------------------------------------------------ *		Section News Items
          \* ------------------------------------------------------------ */
  .section-news-items {
    padding: 60px 0 0;
  }
  .section-news-items:after {
    width: 189px;
    height: 351px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .section-news-items .container > p {
    padding-bottom: 50px;
    margin-top: -16px;
  }
  .section-news-items .news-items {
    padding-bottom: 17px;
  }
  .section-news-items .col-md-4 + .col-md-4 {
    margin-top: 18px;
  }
  /* ------------------------------------------------------------ *		Section Products
          \* ------------------------------------------------------------ */
  .section-products {
    padding: 68px 0 0;
  }
  .section-products h2 {
    padding-bottom: 44px;
  }
  .section-products .col-sm-12 + .col-sm-12 {
    margin-top: 45px;
  }
  /* ------------------------------------------------------------ *\	
                  Section Products Secondary
          \* ------------------------------------------------------------ */
  .section-products-tertiary {
    padding: 60px 0;
  }
  .section-products-tertiary h2 {
    padding-bottom: 60px;
  }
  .section-products-tertiary h6 {
    margin-bottom: 50px;
  }
  /* ------------------------------------------------------------ *		Section Callout
          \* ------------------------------------------------------------ */
  .section-callout {
    padding: 46px 0 40px;
  }
  .section-callout br {
    display: none;
  }
  .section-callout p {
    padding: 0 44px 27px;
  }
  .section-callout h2 {
    padding-bottom: 16px;
  }
  .section-callout .list-images {
    padding-top: 42px;
  }
  /* ------------------------------------------------------------ *		Section Innovation
          \* ------------------------------------------------------------ */
  .section-innovation {
    padding: 0;
  }
  .section-innovation h2 {
    padding-bottom: 16px;
  }
  .section-innovation .section-head {
    padding-bottom: 105px;
  }
  .section-innovation .section-head .btn {
    margin-top: 20px;
  }
  .section-innovation .section-head .container {
    padding: 0px 35px;
  }
  /* ------------------------------------------------------------ *		Section Cart
          \* ------------------------------------------------------------ */
  .section-cart {
    padding: 0 0 40px 0;
  }
  .section-cart h2 {
    padding-bottom: 40px;
  }
  .section-cart .container {
    padding: 0 15px;
  }
  /* ------------------------------------------------------------ *		Section Map
          \* ------------------------------------------------------------ */
  .section-map {
    padding: 40px 0;
  }
  .section-map .section-content {
    padding-top: 30px;
  }
  .section-map .container {
    padding: 0 15px;
  }
  .section-map .section-head {
    padding-bottom: 40px;
  }
  .section-map .section-head br {
    display: none;
  }
  .section-map .section-head p {
    padding-bottom: 30px;
  }
  .section-map .section-aside,
  .section-map .section-content {
    float: none;
    width: 100%;
  }
  /* ------------------------------------------------------------ *		Section Retailers
          \* ------------------------------------------------------------ */
  .section-retailers {
    margin-bottom: 0;
  }
  .section-retailers h2 {
    padding-bottom: 20px;
  }
  .section-retailers .col-sm-4 + .col-sm-4 {
    margin-top: 20px;
  }
  .section-retailers .container {
    padding: 0 20px;
  }
  .section-retailers .container > .feature {
    margin-bottom: 20px;
  }
  /* ------------------------------------------------------------ *		Section Checkout
          \* ------------------------------------------------------------ */
  .section-checkout {
    padding: 40px 0;
  }
  .section-checkout h4 {
    padding-bottom: 10px;
  }
  .section-checkout .section-title {
    padding-bottom: 20px;
    margin: 0;
  }
  .section-checkout .section-body {
    padding-top: 11px;
  }
  .section-checkout .section-actions {
    padding: 27px 0 0;
    font-size: 10px;
  }
  .section-checkout .table-total {
    padding: 25px;
    width: 100%;
  }
  .section-checkout .section-content,
  .section-checkout .section-aside {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .section-checkout .gform_fields input {
    padding: 10px;
  }
  /* ------------------------------------------------------------ *		Section Login
          \* ------------------------------------------------------------ */
  .section-login {
    padding: 40px 0;
  }
  .section-login h2 {
    padding-bottom: 20px;
  }
  /* ------------------------------------------------------------ *		Section Error
          \* ------------------------------------------------------------ */
  .section-error {
    padding: 40px 0;
  }
  .section-error img {
    width: 100%;
    height: auto;
  }
  /* ------------------------------------------------------------ *		Section Posts
          \* ------------------------------------------------------------ */
  .section-posts {
    padding: 40px 0;
  }
  .section-posts h2 {
    padding-bottom: 40px;
  }
  .section-posts .col-md-4 + .col-md-4 {
    margin-top: 97px;
  }
  /* ------------------------------------------------------------ *		Section Products Secondary
          \* ------------------------------------------------------------ */
  .section-products-secondary {
    margin-bottom: 0;
  }
  /* ------------------------------------------------------------ *		Section News Items Secondary
          \* ------------------------------------------------------------ */
  .section-news-items-secondary {
    padding-bottom: 0;
  }
  .section-news-items-secondary .row + .row {
    margin-top: 18px;
  }
  /* ------------------------------------------------------------ *\	
                  Section News Items Quaternary
          \* ------------------------------------------------------------ */
  .section-news-items-quaternary.alt,
  .section-news-items-quaternary {
    padding-top: 49px;
    padding-bottom: 54px;
  }
  .section-news-items-quaternary.alt h2,
  .section-news-items-quaternary h2 {
    padding-bottom: 3px;
  }
  .section-news-items-quaternary.alt h6,
  .section-news-items-quaternary h6 {
    margin-bottom: 26px;
    font-size: 12px;
  }
  /* ------------------------------------------------------------ *		Section Video
          \* ------------------------------------------------------------ */
  .section-video a:after {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
  }
  /* ------------------------------------------------------------ *\	
                  Section Video Secondary
          \* ------------------------------------------------------------ */
  .section-video-secondary.fix-bg a:after {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
  }
  /* ------------------------------------------------------------ *		Section Primary
          \* ------------------------------------------------------------ */
  .section-primary {
    padding: 70px 0 74px;
  }
  .section-primary:after {
    display: none;
  }
  .section-primary h6 {
    font-size: 12px;
    padding-bottom: 24px;
  }
  .section-primary .section-aside {
    padding-top: 50px;
  }
  .section-primary .section-aside a {
    padding: 25px 18px 0;
    font-size: 8px;
  }
  .section-primary .section-content p:not(.breadcrumbs) {
    font-size: 12px;
    line-height: 1.42;
  }
  .section-primary .section-content h2 {
    padding-bottom: 18px;
  }
  /* ------------------------------------------------------------ *		Section Results
          \* ------------------------------------------------------------ */
  .section-results {
    padding-top: 98px;
  }
  /* ------------------------------------------------------------ *\	
                  Section Featured
          \* ------------------------------------------------------------ */
  .section-featured .section-head {
    padding: 50px 0;
  }
  .section-featured .section-head-inner {
    margin-bottom: 50px;
  }
  .section-featured .section-head-inner h4 br {
    display: none;
  }
  .section-featured .section-content {
    padding: 50px 0;
  }
  .section-featured .section-content p {
    font-size: 20px;
  }
  .section-featured .section-foot {
    padding: 50px 0;
  }
  /* ------------------------------------------------------------ *\	
                  Section Rating
          \* ------------------------------------------------------------ */
  .section-rating {
    padding-bottom: 29px;
  }
  /* ------------------------------------------------------------ *\	
                  Section Tabs
          \* ------------------------------------------------------------ */
  .section-tabs {
    padding-top: 49px;
  }
  .section-tabs .section-head {
    margin-bottom: 25px;
  }
  .section-tabs .section-title {
    font-size: 22px;
  }
  .section-tabs .section-foot {
    padding: 27px 50px 33px;
    margin-top: 2px;
  }
  .section-tabs .section-foot h5 {
    padding-bottom: 6px;
    font-size: 17px;
    line-height: 1.29;
  }
}
/* ------------------------------------------------------------ *	News Items
\* ------------------------------------------------------------ */
.news-item :nth-child(even) .news-item-image {
  text-align: right;
}
.news-item + .news-item {
  margin-top: 83px;
}
.news-item p {
  padding-bottom: 23px;
  margin-top: -18px;
  font-family: "Chronicle G1", serif;
}
.news-item h7 {
  display: block;
  padding-bottom: 28px;
  font-family: "Chronicle G1", serif;
}
.news-item a {
  opacity: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-item a:hover {
  opacity: .7;
  color: inherit;
  text-decoration: none;
}
.news-item .news-item-content {
  padding-top: 52px;
}
.news-item .pull-right {
  text-align: right;
}
/* ------------------------------------------------------------ *	News Items Secondary
\* ------------------------------------------------------------ */
.news-item-secondary img {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 36px;
}
.news-item-secondary h7 {
  padding-bottom: 25px;
}
.news-item-secondary .news-item-body {
  padding: 0 35px;
}
@media (max-width: 1200px) {
  /* ------------------------------------------------------------ *		News Items
          \* ------------------------------------------------------------ */
  .news-item img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1023px) {
  /* ------------------------------------------------------------ *		News Item
          \* ------------------------------------------------------------ */
  .news-item .news-item-content {
    padding-top: 0;
  }
  /* ------------------------------------------------------------ *		News Items Secondary
          \* ------------------------------------------------------------ */
  .news-item-secondary .news-item-body {
    padding: 0;
  }
}
@media (max-width: 991px) {
  /* ------------------------------------------------------------ *		News Item 
          \* ------------------------------------------------------------ */
  .news-item .news-item-content {
    padding: 43px 49px 0;
  }
  .news-item + .news-item {
    margin-top: 91px;
  }
  /* ------------------------------------------------------------ *		News Item Secondary
          \* ------------------------------------------------------------ */
  .news-item-secondary .news-item-body {
    padding: 7px 24px;
  }
  .news-item-secondary .link-more {
    display: inline-block;
    padding-bottom: 63px;
  }
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		News Item
          \* ------------------------------------------------------------ */
  .news-item + .news-item {
    margin-top: 18px;
  }
  .news-item h3 {
    padding-bottom: 35px;
  }
  .news-item h7 {
    padding-bottom: 25px;
  }
  .news-item .news-item-content {
    padding: 29px 15px;
  }
  /* ------------------------------------------------------------ *		News Item Secondary
          \* ------------------------------------------------------------ */
  .news-item-secondary img {
    padding-bottom: 0;
  }
  .news-item-secondary .link-more {
    display: inline-block;
    padding-bottom: 23px;
  }
  .news-item-secondary .news-item-body {
    padding: 29px 15px;
  }
}
/* ------------------------------------------------------------ *	Link
\* ------------------------------------------------------------ */
.link-more {
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0081c6;
  text-transform: uppercase;
}
/* ------------------------------------------------------------ *	Link More White
\* ------------------------------------------------------------ */
.link-more-white {
  color: #fff;
}
.link-more-white:hover {
  color: #fff;
}
/* ------------------------------------------------------------ *	Product
\* ------------------------------------------------------------ */
.product {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
/*.product + .product {
  margin-top: 97px; }*/
.product img {
  margin: 0 auto 27px;
  max-width: 100%;
}
.product h5 {
  padding-bottom: 11px;
}
.product h7 {
  display: block;
  padding-bottom: 9px;
}
.product a {
  color: inherit;
  text-decoration: none;
}
.product .product-price {
  font-family: "Futura", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #020202;
}
@media (max-width: 1300px) {
  /* ------------------------------------------------------------ *		Product
          \* ------------------------------------------------------------ */
  .product img {
    width: auto;
    height: auto;
  }
}
@media (max-width: 1200px) {
  /* ------------------------------------------------------------ *		Product
          \* ------------------------------------------------------------ */
  .product img {
    width: auto;
    height: auto;
  }
}
@media (max-width: 991px) {
  /* ------------------------------------------------------------ *		Product
          \* ------------------------------------------------------------ */
  .products:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
  }
  .products .product {
    float: left;
    padding-right: 15px;
  }
  .products .product + .product {
    padding: 0 0 0 15px;
  }
  .product img {
    margin-bottom: 32px;
  }
}
/* ------------------------------------------------------------ *	Product Secondary
\* ------------------------------------------------------------ */
.products:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.products .product-secondary {
  float: none;
  width: 100%;
  padding-right: 0;
}
.products .product-secondary + .product-secondary {
  padding: 0;
}
.product-secondary {
  width: 100%;
}
.product-secondary img {
  width: 100%;
  height: auto;
}
.product-secondary + .product {
  margin-top: 57px;
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Product
          \* ------------------------------------------------------------ */
  .products .product {
    float: none;
    width: 100%;
    margin-top: 96px;
    /*padding: 0;*/
  }
  .products .product + .product {
    /*padding: 0;*/
    margin-top: 96px;
  }
  .product h7 {
    font-size: 12px;
  }
  .product img {
    margin-bottom: 24px;
  }
}
/* ------------------------------------------------------------ *	List Images
\* ------------------------------------------------------------ */
.list-images:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.list-images {
  background: #f9f9f9;
}
.list-images li {
  float: left;
  width: 20%;
}
.list-images img {
  display: block;
  width: 100%;
  height: auto;
}
.list-images a {
  display: block;
  opacity: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.list-images a:hover {
  opacity: .7;
}
/* ------------------------------------------------------------ *	List Partners
\* ------------------------------------------------------------ */
.list-partners {
  text-align: center;
  border-top: 1px solid #ddd;
}
.list-partners:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.list-partners li {
  float: left;
  width: 33.3%;
}
.list-partners li + li {
  border-left: 1px solid #ddd;
}
.list-partners a {
  display: block;
  height: 400px;
  opacity: 1;
  line-height: 400px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.list-partners a:hover {
  opacity: .7;
}
@media (max-width: 991px) {
  /* ------------------------------------------------------------ *		List Images
          \* ------------------------------------------------------------ */
  .list-images li {
    /*width: 33.3%;*/
  }
  /* ------------------------------------------------------------ *		List Partners
          \* ------------------------------------------------------------ */
  .list-partners li {
    padding: 0 80px;
  }
  .list-partners img {
    width: 100%;
    height: auto;
  }
  .list-partners a {
    height: 244px;
    line-height: 244px;
  }
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		List Images
          \* ------------------------------------------------------------ */
  .list-images li {
    width: 50%;
  }
  /* ------------------------------------------------------------ *		List Partners
          \* ------------------------------------------------------------ */
  .list-partners li {
    float: none;
    display: block;
    width: 100%;
    border-top: 1px solid #f8f8f8;
    text-align: center;
  }
  .list-partners a {
    display: block;
    height: auto;
    padding: 66px 0;
    line-height: 1;
  }
}
/* ------------------------------------------------------------ *	Footer
\* ------------------------------------------------------------ */
.footer {
  font-family: "Futura", sans-serif;
  font-size: 12px;
  line-height: 1.89;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #666;
  text-transform: uppercase;
  background: #020202;
}
.footer .footer-logo {
  display: inline-block;
  vertical-align: middle;
  background-size: 100% 100%;
  position: absolute;
  top: -113px;
  width: 193px;
  height: 43px;
  margin-bottom: 63px;
  background: url(images/icons/footer-logo.png) no-repeat 0 0;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
}
.footer .container {
  position: relative;
}
.footer a:hover {
  color: inherit;
}
.footer .footer-bar {
  padding: 13px 25px;
  border-top: 1px solid #262626;
  font-size: 11px;
  font-weight: 500;
  margin-top: 78px;
  letter-spacing: 0.1em;
}
.footer .footer-bar p {
  float: left;
}
.footer .footer-bar p + p {
  float: right;
}
.footer .footer-nav ul {
  float: left;
}
.footer .footer-nav ul + ul {
  margin-left: 115px;
}
.footer .footer-nav li + li {
  margin-top: 13px;
}
.footer .footer-nav li ul {
  display: none;
}
.footer .footer-content {
  padding: 201px 0 0;
}
.footer .footer-content p {
  padding-bottom: 22px;
}
.footer .footer-bar:after,
.footer .footer-nav:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.footer .footer-content .footer-bar p {
  padding-bottom: 0;
}
.catalog-product-view .footer .footer-content {
  margin-bottom: 73px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  /* ------------------------------------------------------------ *		Footer
          \* ------------------------------------------------------------ */
  .footer-logo {
    background: url(images/icons/footer-logo@2x.png) no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}
@media (max-width: 1200px) {
  /* ------------------------------------------------------------ *		Footer
          \* ------------------------------------------------------------ */
  .footer .footer-nav ul + ul {
    margin-left: 50px;
  }
}
@media (max-width: 1023px) {
  /* ------------------------------------------------------------ *		Footer
          \* ------------------------------------------------------------ */
  .footer .footer-nav ul + ul {
    margin-left: 20px;
  }
  .footer .col-size1 {
    width: 50%;
  }
  .footer .col-size2 {
    float: right;
    width: 50%;
  }
}
@media (max-width: 991px) {
  /* ------------------------------------------------------------ *		Footer
          \* ------------------------------------------------------------ */
  .footer .container {
    max-width: 840px;
  }
  .footer .col-size1 {
    width: 47.53%;
  }
  .footer .col-size2 {
    width: 52.47%;
  }
  .footer .footer-nav ul + ul {
    margin-left: 78px;
  }
}
@media (max-width: 950px) {
  /* ------------------------------------------------------------ *		Footer
          \* ------------------------------------------------------------ */
  .footer .footer-nav ul + ul {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Footer
          \* ------------------------------------------------------------ */
  .footer {
    font-size: 10px;
  }
  .footer .footer-logo {
    position: static;
    width: 150px;
    height: 33px;
    margin: 0 0 24px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .footer .footer-bar {
    padding: 19px 10px;
    margin-top: 49px;
  }
  .footer .footer-content {
    padding: 64px 0 0;
  }
  .footer .footer-content .address {
    padding-bottom: 3px;
    line-height: 25px;
  }
  .footer .footer-content .phone-secondary {
    padding-bottom: 32px;
  }
  .footer .footer-content .socials {
    padding-bottom: 8px;
  }
  .footer .col {
    width: 100%;
  }
  .footer .col + .col {
    margin-top: 40px;
  }
  .footer .footer-nav ul {
    float: none;
  }
  .footer .footer-nav ul + ul {
    margin: 13px 0 0;
  }
  .footer .footer-bar p + p,
  .footer .footer-bar p {
    float: none;
    font-size: 10px;
    text-align: center;
  }
}
/* ------------------------------------------------------------ *	Socials
\* ------------------------------------------------------------ */
.socials {
  padding-top: 8px;
}
.socials ul:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.socials a {
  opacity: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.socials a:hover {
  opacity: .7;
}
.socials li {
  float: left;
}
.socials li + li {
  margin-left: 29px;
}
/* ------------------------------------------------------------ *	Socials Secondary
\* ------------------------------------------------------------ */
.socials-secondary {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.socials-secondary a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  padding-right: 17px;
  line-height: 45px;
  text-align: right;
  background: #020202;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.socials-secondary a:hover {
  width: 143px;
  text-decoration: none;
  background: #5fa9dd;
}
.socials-secondary a:hover strong {
  opacity: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.socials-secondary span {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
  line-height: 45px;
  text-align: center;
}
.socials-secondary li + li {
  margin-top: 1px;
}
.socials-secondary li:nth-child(2) a:hover {
  background: #488ecc;
}
.socials-secondary li:nth-child(3) a:hover {
  background: #3c5a99;
}
.socials-secondary strong {
  font-family: "Futura", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.socials-secondary strong i {
  position: relative;
  top: -2px;
}
/* ------------------------------------------------------------ *	Socials Teritary
\* ------------------------------------------------------------ */
.socials-teritary {
  padding-top: 12px;
  margin-top: 5px;
  border-top: 1px solid #ddd;
}
.socials-teritary:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.socials-teritary strong {
  float: left;
}
.socials-teritary ul {
  float: right;
}
.socials-teritary li + li {
  margin-left: 19px;
}
/* ------------------------------------------------------------ *	Col
\* ------------------------------------------------------------ */
.cols:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.col {
  float: left;
}
.col-size1 {
  width: 57.26%;
}
.col-size2 {
  width: 42.74%;
}
@media (max-width: 991px) {
  /* ------------------------------------------------------------ *		Col
          \* ------------------------------------------------------------ */
  .col-size1 {
    width: 47.53%;
  }
  .col-size2 {
    width: 52.47%;
  }
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Col
          \* ------------------------------------------------------------ */
  .col {
    float: none;
    width: 100%;
  }
}
/* ------------------------------------------------------------ *	Player
\* ------------------------------------------------------------ */
.player-holder {
  position: relative;
  height: 169px;
}
.player-holder .play-btn {
  position: absolute;
  width: 68px;
  height: 68px;
  top: 50%;
  left: 50%;
  padding: 0;
  border: 0;
  margin: -34px 0 0 -34px;
  background: url(images/play-btn.png) no-repeat 0 0;
  z-index: 15;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.player-holder .player {
  width: 100% !important;
  height: 169px !important;
}
/* ------------------------------------------------------------ *	Search
\* ------------------------------------------------------------ */
.search {
  position: absolute;
  width: 0px;
  max-height: 40px;
  top: 27%;
  /*left: 0;*/
  right: 156px;
  border: 0;
  text-align: center;
  background: #fff;
  overflow: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.search.active {
  width: 223px;
  /*border-top: 2px solid #eee; */
}
.search a {
  padding: 0;
}
.search .search-field {
  display: block;
  width: 100%;
  height: 39px;
  border-radius: 0;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #cccccc;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
  background: #f5f5f5;
  border: none;
  padding-left: 18px;
  outline: none;
}
.search .search-btn {
  position: absolute;
  /* width: 105px;
     height: 58px;*/
  top: 50%;
  right: 7px;
  /*border: 1px solid #0081c6;*/
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
  border: none;
  transform: translate(-50%, -50%);
  padding: 0;
}
.search .search-btn:hover {
  color: #0081c6;
  background: none;
}
/* ------------------------------------------------------------ *	Search Secondary
\* ------------------------------------------------------------ */
.search-secondary .search-field {
  display: inline-block;
  font-family: "Futura", sans-serif;
  color: #666666;
  vertical-align: top;
  width: auto;
  min-width: 360px;
  height: 45px;
  padding: 0 15px;
  border: 2px solid #ddd;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
.search-secondary .search-field::-webkit-input-placeholder {
  font-size: 14px;
}
.search-secondary .search-field:-moz-placeholder {
  font-size: 14px;
}
.search-secondary .search-field::-moz-placeholder {
  font-size: 14px;
}
.search-secondary .search-field:-ms-input-placeholder {
  font-size: 14px;
}
.search-secondary .search-btn {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  margin-left: 3px;
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Search
          \* ------------------------------------------------------------ */
  .search {
    font-family: "Futura", sans-serif;
  }
  .search.active {
    max-height: 300px;
    overflow: hidden;
  }
  .search p {
    padding: 8px 20px;
  }
  .search form {
    padding-bottom: 58px;
  }
  .search .search-inner {
    padding-bottom: 58px;
  }
  .search .search-field {
    padding: 0 80px 0 20px;
    text-align: left;
  }
  .search .search-btn {
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
  }
  .search-contaienr.active .search {
    max-height: 500px;
  }
  /* ------------------------------------------------------------ *		Search Secondary
          \* ------------------------------------------------------------ */
  .search-secondary .search-field {
    width: 160px;
    height: 35px;
  }
}
/* ------------------------------------------------------------ *	Subscribe
\* ------------------------------------------------------------ */
.subscribe {
  position: absolute;
  width: 100%;
  max-height: 0;
  top: 100%;
  left: 0;
  border: 0;
  text-align: center;
  background: #fff;
  overflow: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.subscribe.active {
  max-height: 130px;
  border-top: 2px solid #eee;
}
.subscribe a {
  padding: 0;
}
.subscribe p {
  padding: 8px 0;
  font-size: 15px;
  letter-spacing: 0;
  color: #020202;
  text-transform: none;
  background: #eee;
}
.subscribe .subscribe-field {
  display: block;
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 0;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #666;
  text-transform: uppercase;
  text-align: center;
}
.subscribe .subscribe-inner {
  position: relative;
}
.subscribe .subscribe-btn {
  position: absolute;
  width: 105px;
  height: 58px;
  top: 0;
  right: 60px;
  border: 1px solid #0081c6;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #fff;
  text-transform: uppercase;
  background: #0081c6;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.subscribe .subscribe-btn:hover {
  color: #0081c6;
  background: none;
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Subscribe
          \* ------------------------------------------------------------ */
  .subscribe.active {
    max-height: 300px;
    overflow: hidden;
  }
  .subscribe p {
    padding: 8px 20px;
  }
  .subscribe .subscribe-inner {
    padding-bottom: 58px;
  }
  .subscribe .subscribe-field {
    padding: 0 80px 0 20px;
    text-align: left;
  }
  .subscribe .subscribe-btn {
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
  }
}
/* ------------------------------------------------------------ *	Popup
\* ------------------------------------------------------------ */
.popup {
  position: fixed;
  width: 100%;
  max-width: 629px;
  top: 50%;
  left: 50%;
  padding: 91px 90px 99px 98px;
  background: #fff;
  z-index: 12;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup p {
  padding-bottom: 27px;
}
.popup h2 {
  padding-bottom: 34px;
}
.mfp-bg {
  background: rgba(5, 5, 5, 0.8);
}
.popup .mfp-close:active,
.popup button.mfp-close {
  width: 18px;
  height: 18px;
  top: 23px;
  right: 24px;
  opacity: 1;
  background: url(images/ico-close.png) no-repeat 0 0;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.popup button.mfp-close:hover {
  opacity: .7;
}
/* ------------------------------------------------------------ *	Table Cart
\* ------------------------------------------------------------ */
.table-cart {
  font-family: "Futura", sans-serif;
  font-size: 14px;
  color: #020202;
}
.table-cart table {
  width: 100%;
  table-layout: fixed;
  font-weight: 700;
}
.table-cart thead {
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  background: #020202;
}
.table-cart img {
  margin-right: 15px;
}
.table-cart tbody tr + tr {
  border-top: 1px solid #e1e1e1;
}
.table-cart tfoot td:first-child {
  height: 80px;
  padding: 0 48px;
  font-size: 14px;
  text-align: right;
  background: #f9f9f9;
}
.table-cart strong {
  display: inline-block;
  padding-right: 15px;
  letter-spacing: 0.1em;
  color: #aaa;
  text-transform: uppercase;
}
.table-cart td {
  height: 193px;
}
.table-cart td:first-child {
  font-size: 18px;
}
.table-cart th {
  height: 45px;
}
.table-cart th:first-child {
  padding: 0 20px;
}
.table-cart th:nth-child(1) {
  width: 48.72%;
}
.table-cart th:nth-child(2) {
  width: 11.11%;
}
.table-cart th:nth-child(3) {
  width: 14.53%;
}
.table-cart th:nth-child(4) {
  width: 17.09%;
}
.table-cart th:nth-child(5) {
  width: 8.55%;
}
.table-cart .table-remove {
  margin-left: 28px;
}
.table-cart .table-actions {
  padding-top: 36px;
}
.table-cart .table-actions .btn {
  min-width: 150px;
}
.table-cart .table-actions .btn + .btn {
  margin-left: 15px;
}
.table-cart .table-actions .form-coupon {
  float: left;
}
.table-cart .table-actions .table-inner {
  float: right;
}
.table-cart .table-actions:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
/* ------------------------------------------------------------ *	Table Total
\* ------------------------------------------------------------ */
.table-total {
  font-family: "Futura", sans-serif;
  background: #eee;
  padding: 46px 60px 57px;
  font-size: 12px;
}
.table-total table {
  width: 100%;
}
.table-total tr {
  border-bottom: 1px solid #737373;
}
.table-total td {
  font-weight: bold;
  padding: 40px 0 34px;
  letter-spacing: 0.1em;
}
.table-total td ~ td {
  text-align: right;
}
.table-total th {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
}
.table-total th ~ th {
  text-align: right;
}
.table-total tfoot td {
  padding: 25px 0;
}
.table-total tbody:not(.subtotal) td:first-child {
  font-size: 16px;
  letter-spacing: 0;
}
.table-total tbody:not(.subtotal) tr {
  border: 0;
}
.table-total tbody:not(.subtotal) tr:first-child td {
  padding: 38px 0 8px;
}
.table-total tbody:not(.subtotal) tr + tr {
  border-bottom: 1px solid #737373;
}
.table-total tbody:not(.subtotal) tr + tr td {
  padding: 7px 0 41px;
}
.table-total .subtotal td {
  padding: 26px 0;
}
.table-total .subtotal,
.table-total tfoot {
  text-transform: uppercase;
}
.table-total .table-actions {
  padding-top: 40px;
}
.table-total .table-actions label {
  letter-spacing: 0.1em;
}
.table-total .list-radios {
  list-style: none;
}
.table-total .list-radios .radio {
  margin: 0;
}
.table-total .list-radios li ~ li {
  padding-top: 19px;
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Table Cart
          \* ------------------------------------------------------------ */
  .table-cart {
    font-size: 10px;
  }
  .table-cart .table-holder {
    overflow: auto;
  }
  .table-cart table {
    overflow: auto;
  }
  .table-cart th {
    height: auto;
    padding: 5px;
    font-size: 7px;
    text-align: center;
  }
  .table-cart td {
    padding: 10px 5px;
    height: auto;
  }
  .table-cart td:first-child {
    font-size: 10px;
  }
  .table-cart span {
    display: block;
  }
  .table-cart img {
    max-width: 80px;
    height: auto;
  }
  .table-cart tfoot td:first-child {
    height: auto;
    padding: 10px;
    font-size: 10px;
    text-align: center;
  }
  .table-cart th:nth-child(1) {
    width: 28%;
  }
  .table-cart th:nth-child(2),
  .table-cart th:nth-child(3),
  .table-cart th:nth-child(4),
  .table-cart th:nth-child(5) {
    width: 18%;
  }
  .table-cart .table-actions {
    padding-top: 20px;
    text-align: center;
  }
  .table-cart .table-actions .btn {
    min-width: 120px;
  }
  .table-cart .table-actions .form-coupon {
    float: none;
    max-width: 279px;
    margin: 0 auto 20px;
  }
  .table-cart .table-actions .table-inner {
    float: none;
    display: inline-block;
    margin: 0 auto;
  }
}
/* ------------------------------------------------------------ *	Form Quantity
\* ------------------------------------------------------------ */
.form-quantity .field {
  width: 70px;
  height: 45px;
  border: 2px solid #e5e5e5;
  border-radius: 0;
  font-size: 14px;
  text-align: center;
}
/* ------------------------------------------------------------ *	Form Coupon
\* ------------------------------------------------------------ */
.form-coupon .form-label {
  float: left;
  padding: 12px 15px 0 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.form-coupon .field {
  display: block;
  width: 155px;
  height: 45px;
  padding: 0 13px;
  border: 2px solid #e5e5e5;
  font-size: 15px;
  font-weight: 500;
}
.form-coupon .form-controls {
  float: left;
}
.form-coupon .form-row:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
/* ------------------------------------------------------------ *	Form Login
\* ------------------------------------------------------------ */
.form-login {
  max-width: 370px;
  margin: 0 auto;
}
.form-login .form-control {
  width: 370px;
  height: 45px;
  font-family: "Futura", sans-serif;
  font-size: 15px;
  color: #666;
}
.form-login .form-btn {
  display: block;
  width: 100%;
}
.form-login .form-foot {
  font-size: 14px;
}
.form-login .form-foot a {
  color: #0081c6;
}
/* ------------------------------------------------------------ *	Form Utilities
\* ------------------------------------------------------------ */
.form-utilities {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 40px 15px;
  border-top: 1px solid #ddd;
  text-align: center;
  z-index: 9;
  background: #fff;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
.form-utilities.form-hidden {
  opacity: 1;
}
.form-utilities .gform-toggle {
  display: none;
}
.form-utilities .gform_fields {
  position: relative;
}
.form-utilities .ginput_container_select:after {
  background: url(images/down-arrow.png) no-repeat center center;
}
.form-utilities .gform_fields select {
  width: 125px;
  height: 45px;
  font-size: 15px;
  border-color: #eee;
}
.form-utilities .gform_wrapper {
  margin: 0 auto;
  max-width: 450px;
  padding-right: 326px;
  position: relative;
  z-index: 9999;
}
.form-utilities.long .gform_wrapper {
  max-width: 900px;
}
.form-utilities .form-price {
  color: #020202;
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.1em;
  margin-right: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-30px, -50%);
  -ms-transform: translate(-30px, -50%);
  -o-transform: translate(-30px, -50%);
  transform: translate(-30px, -50%);
}
.form-utilities.long .form-price {
  margin-right: -220px;
}
.form-utilities .gform_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 45px;
  border: 1px solid #0081c6;
  border-radius: 0;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  z-index: 99;
  text-transform: uppercase;
  background: #0081c6;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.form-utilities .gform_button:focus,
.form-utilities .gform_button:hover {
  border-radius: 0;
  color: #0081c6;
  background: none;
}
.form-utilities .gform_fields:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.form-utilities .gfield {
  float: right;
  margin: 0;
}
.form-utilities .gfield + .gfield {
  margin-left: 30px;
}
.form-utilities label,
.form-utilities .gform_title {
  display: none;
}
/* ------------------------------------------------------------ *	Form Utilities Secondary
\* ------------------------------------------------------------ */
.form-utilities-secondary .gform_wrapper {
  max-width: 1220px;
}
.form-utilities-secondary .form-price {
  margin-right: -410px;
}
@media (max-width: 1260px) {
  /* ------------------------------------------------------------ *		Form Utilities Secondary
          \* ------------------------------------------------------------ */
  .form-utilities-secondary .gform_wrapper {
    padding-right: 220px;
  }
  .form-utilities-secondary .gfield + .gfield {
    margin-left: 15px;
  }
  .form-utilities-secondary .form-price {
    right: 19%;
    margin-right: 0;
  }
  .form-utilities-secondary .gform_fields select {
    width: 200px;
  }
}
@media (max-width: 991px) {
  /* ------------------------------------------------------------ *		Form Utilities
          \* ------------------------------------------------------------ */
  .form-utilities {
    padding: 0 0 45px;
    border-top: 0;
  }
  .form-utilities .gform_button {
    width: 80%;
    top: auto;
    bottom: 0;
    font-size: 10px;
  }
  .form-utilities .gform_body {
    max-width: 100%;
    background: #020202;
  }
  .form-utilities .gform_wrapper {
    position: static;
    max-width: 100%;
    padding: 0;
  }
  .form-utilities .form-price {
    width: 20%;
    height: 45px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    font-size: 10px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .form-utilities .gform_fields select {
    width: 100%;
    padding: 0 28px;
    border: 0;
    font-size: 10px;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: none;
  }
  .form-utilities .ginput_container_select:after {
    right: 14px;
    background: url(images/arrow-down-white.png) no-repeat center center;
  }
  .form-utilities .gform-toggle {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 28px;
    border-top: 1px solid #676767;
    font-family: "Futura", sans-serif;
    font-size: 10px;
    line-height: 46px;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    background: #020202;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .form-utilities .gform-toggle:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 6px;
    top: 50%;
    right: 29px;
    margin-top: -3px;
    background: url(images/arrow-down-white.png) no-repeat 0 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .form-utilities .gform-toggle.active {
    border: 0;
    color: #020202;
    background: #fff;
  }
  .form-utilities .gform-toggle.active:after {
    background: url(images/down-arrow.png) no-repeat 0 0;
  }
  .form-utilities .gform-toggle:focus,
  .form-utilities .gform-toggle:hover {
    text-decoration: none;
  }
  .form-utilities .gform_body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .form-utilities .gform_body.active {
    max-height: 300px;
  }
  .form-utilities .gfield {
    float: none;
    width: 100%;
  }
  .form-utilities .gfield + .gfield {
    margin: 0;
    border-top: 1px solid #2a2a2a;
  }
}
@media (max-width: 767px) {
  .form-utilities {
    opacity: 1;
  }
  /* ------------------------------------------------------------ *		Form Quantity
          \* ------------------------------------------------------------ */
  .form-quantity .field {
    height: 35px;
  }
  /* ------------------------------------------------------------ *		Form Coupon
          \* ------------------------------------------------------------ */
  .form-coupon .field {
    height: 35px;
  }
  .form-coupon .form-label {
    padding-top: 10px;
    font-size: 12px;
  }
  /* ------------------------------------------------------------ *		Form Login
          \* ------------------------------------------------------------ */
  .form-login .form-row .form-control {
    height: 35px;
  }
}
/* ------------------------------------------------------------ *	Map
\* ------------------------------------------------------------ */
.gmap {
  width: 100%;
  height: 600px;
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Map
          \* ------------------------------------------------------------ */
  .gmap {
    height: 300px;
  }
}
/* ------------------------------------------------------------ *	Location
\* ------------------------------------------------------------ */
.locations {
  max-height: 600px;
}
.location {
  position: relative;
  padding: 0 0 38px 60px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  line-height: 1.47;
  color: #020202;
}
.location:last-child {
  border: 0;
}
.location + .location {
  margin-top: 48px;
}
.location span {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 4px;
  left: 0;
  border-radius: 50%;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #020202;
}
.location strong {
  font-family: "Futura", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.location p {
  padding-bottom: 22px;
}
.location p:last-child {
  padding-bottom: 0;
}
.location a:not([href*="tel"]) {
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Location
          \* ------------------------------------------------------------ */
  .locations {
    max-height: 495px;
  }
  .location {
    padding-bottom: 20px;
  }
  .location + .location {
    margin-top: 20px;
  }
}
/* ------------------------------------------------------------ *	Scrollbar
\* ------------------------------------------------------------ */
.scrollbar .mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}
.scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  opacity: 1;
  background: #020202 !important;
}
.scrollbar .mCSB_scrollTools.mCSB_1_scrollbar.mCS-light.mCSB_scrollTools_vertical {
  opacity: 1;
}
/* ------------------------------------------------------------ *	Feature
\* ------------------------------------------------------------ */
.feature {
  position: relative;
}
.feature a {
  display: block;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.feature a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(2, 2, 2, 0.2);
}
.feature a:hover {
  opacity: .7;
}
.feature img {
  width: 100%;
  height: auto;
}
.feature strong {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  font-family: "Futura", sans-serif;
  font-size: 30px;
  line-height: 1.17;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* ------------------------------------------------------------ *\	
        Featured Items
\* ------------------------------------------------------------ */
.featured-items {
  overflow: hidden;
}
.featured-item {
  position: relative;
  overflow: hidden;
  float: left;
  width: 50%;
}
.featured-item a {
  display: block;
}
.featured-item a:hover {
  color: inherit;
  text-decoration: none;
}
/*.featured-item a:hover .featured-image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }*/
.featured-item-big {
  width: 100%;
  height: 760px;
}
@media (max-width: 1300px) {
  .featured-item-big {
    height: 572px;
  }
}
@media (max-width: 950px) {
  .featured-item-big {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .featured-item-big {
    height: auto;
  }
}
.featured-item-little {
  height: 800px;
}
@media (max-width: 1300px) {
  .featured-item-little {
    height: auto;
  }
  .featured-item-little .featured-image {
    padding-top: 100%;
  }
}
.featured-item-large {
  width: 69.625%;
}
.featured-item-small {
  width: 30.375%;
}
.section-alt ~ .section-alt {
  margin-top: 0;
}
.construction-page .featured-image {
  height: 800px;
}
.featured-image {
  position: relative;
  -webkit-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
}
.featured-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .2;
  content: '';
}
.featured-item-large .featured-image {
  padding-top: 71.89%;
}
.featured-item-small .featured-image {
  padding-top: 82.41%;
}
.featured-item-small .featured-image:after {
  display: none;
}
.featured-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.featured-content h2 {
  padding-bottom: 35px;
  margin-bottom: 0;
  font-size: 70px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.featured-content .btn-white {
  padding: 0 25px;
  color: #fff;
  letter-spacing: 0.2em;
  -webkit-backface-visibility: hidden;
}
/* Featured Items Secondary */
.featured-items-secondary .featured-item-large {
  float: right;
}
/* Featured Items Alt */
.featured-items-alt .featured-item-large .featured-image {
  padding-top: 63%;
}
.featured-items-alt .featured-item-small .featured-image {
  padding-top: 72.2%;
}
/* ------------------------------------------------------------ *\	
Media Queries
\* ------------------------------------------------------------ */
@media (max-width: 1200px) {
  /* ------------------------------------------------------------ *\	
Featured Items
\* ------------------------------------------------------------ */
  .featured-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  /* ------------------------------------------------------------ *\	
Featured Items
\* ------------------------------------------------------------ */
  .featured-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Feature
\* ------------------------------------------------------------ */
  .feature strong {
    font-size: 18px;
  }
  /* ------------------------------------------------------------ *\	
Featured Items
\* ------------------------------------------------------------ */
  .featured-items-secondary .featured-item-large,
  .featured-item,
  .featured-item-large {
    float: none;
    width: auto;
  }
  .featured-item-small {
    float: left;
    width: 50%;
  }
  .featured-content h2 {
    font-size: 28px;
  }
  .featured-item-big .featured-image {
    padding-top: 100%;
  }
}
/* ------------------------------------------------------------ *	Form Elements
\* ------------------------------------------------------------ */
::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
  font-weight: inherit;
}
:-moz-placeholder {
  opacity: 1;
  color: inherit;
  font-weight: inherit;
}
::-moz-placeholder {
  opacity: 1;
  color: inherit;
  font-weight: inherit;
}
:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
  font-weight: inherit;
}
select {
  border: 1px solid #333;
  -webkit-appearance: none;
  font-size: 16px;
  padding: 0 17px;
  height: 45px;
  line-height: 45px;
  min-width: 248px;
  border-radius: 0;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-list li input {
  display: inline;
  margin-right: 10px;
}
.form-controls-select,
.ginput_container_select {
  position: relative;
}
.form-controls-select select,
.ginput_container_select select {
  position: relative;
  min-width: 0;
  line-height: 1;
}
.form-controls-select:after,
.ginput_container_select:after {
  content: '';
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
  width: 38px;
  max-height: 40px;
  background: #ffffff url(images/icons/ico-select.png) no-repeat center center;
  pointer-events: none;
}
.validation-advice {
  display: none;
}
.gform_fields .validation-failed {
  border: 2px solid red;
}
.checkbox {
  position: relative;
  margin: 0;
}
.checkbox label {
  position: relative;
  padding-left: 29px;
}
.checkbox label:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
}
.checkbox label:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 8px;
  background: url(images/icons/ico-x-blue.png) no-repeat 0 0;
  width: 10px;
  height: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.checkbox input {
  display: none;
}
.checkbox input:checked ~ label:after {
  opacity: 1;
  visibility: visible;
}
.radio label,
.gfield_checkbox label {
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  padding-left: 30px;
  letter-spacing: 0;
}
.radio label:before,
.gfield_checkbox label:before {
  content: '';
  border: 2px solid;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
}
.radio label:after,
.gfield_checkbox label:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 4px;
  background: url(images/icons/ico-x-blue.png) no-repeat center center;
  width: 9px;
  height: 9px;
  opacity: 0;
  visibility: hidden;
}
.radio input,
.gfield_checkbox input {
  display: none;
}
.radio input:checked ~ label:after,
.gfield_checkbox input:checked ~ label:after {
  opacity: 1;
  visibility: visible;
}
.form-control:focus,
.form-control {
  border-radius: 0;
  box-shadow: none;
}
.gform_fields {
  list-style: none;
  font-size: 0;
  margin: 0 -15px;
}
.gform_fields.nm {
  margin: 0;
}
.gform_fields input,
.gform_fields textarea,
.gform_fields select {
  border: 2px solid #dddddd;
  border-radius: 0;
  background-color: #fff;
  font-size: 14px;
  resize: none;
  width: 100%;
  padding: 8px 15px;
  line-height: 2;
}
#checkout-step-login #remember-me-box {
  display: none;
}
.gform_fields select.small {
  padding: 0px 15px;
}
.sp-methods dt {
  display: inline-block;
}
.gform_fields textarea {
  height: 170px;
  padding-top: 14px;
}
.gfield_radio {
  list-style: none;
  text-align: left;
}
.gfield_label,
.name_first label,
.name_last label {
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333;
  text-align: left;
  text-transform: uppercase;
  display: block;
  padding-bottom: 2px;
}
.gfield-name > label {
  display: none;
}
.ginput_complex:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.gfield-small,
.gform_fields .name_first,
.gform_fields .name_last {
  width: 50%;
  float: left;
}
.gfield {
  margin: 0 0 29px;
  padding: 0 15px;
  font-family: "Futura", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #aaa;
}
.has_first_name {
  margin: 0 -15px;
}
.name_first,
.name_last {
  padding: 0 15px;
}
.gfield-radio {
  padding-top: 5px;
  margin-bottom: 17px;
}
.gfield-radio,
.gfield-email,
.gfield-phone {
  display: inline-block;
  width: 50%;
}
.section-checkout .gfield_checkbox label {
  padding-top: 3px;
  font-size: 12px;
  color: #313131;
}
.fix {
  transition: none;
}
.parallax {
  position: relative;
  height: 100%;
}
/* ------------------------------------------------------------ *	Form Login
\* ------------------------------------------------------------ */
.form-login label {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
.form-login .form-control {
  display: block;
  width: 100%;
  color: #272626;
  border: 2px solid #ddd;
  height: 45px;
  padding: 0 18px;
}
.form-login .form-body {
  text-align: left;
}
.form-login .form-row ~ .form-row {
  margin-top: 30px;
}
.form-login .form-actions {
  padding-top: 31px;
}
.form-login .form-foot {
  padding-top: 35px;
  font-size: 14px;
}
.form-login .form-foot p {
  margin-bottom: 16px;
}
.form-login .form-foot a {
  font-weight: bold;
  color: #0081c6;
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Form Login
          \* ------------------------------------------------------------ */
  .form-login .form-row + .form-row {
    margin-top: 15px;
  }
  .form-login .form-foot p {
    margin-bottom: 10px;
  }
  .form-login .form-foot,
  .form-login .form-actions {
    padding-top: 15px;
  }
}
/* ------------------------------------------------------------ *    Form Contact
\* ------------------------------------------------------------ */
.form-contact .gform_title {
  display: none;
}
.form-contact .gform_footer {
  padding-top: 16px;
}
.form-contact .gfield:last-child {
  margin-bottom: 0;
}
.form-contact .gform_button {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  height: 45px;
  padding: 7px 20px;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.1em;
  letter-spacing: 0.2em;
}
.form-contact .gform_button:hover {
  background-color: transparent;
}
.form-contact .gform_fields input {
  padding: 6px 10px;
}
.form-contact .gform_fields label {
  display: none;
}
.form-contact .gfield-small,
.form-contact .gform_fields .name_first,
.form-contact .gform_fields .name_last {
  width: 50%;
}
/* ------------------------------------------------------------ *	Custom Radio
\* ------------------------------------------------------------ */
.custom-radio label:before {
  border: 2px solid #eee;
  background: #fff;
}
@media (max-width: 767px) {
  .gfield-radio,
  .gfield-email,
  .gfield-phone,
  .field-letter,
  .field-resume,
  .gform_fields .name_first,
  .gform_fields .name_last {
    width: 100%;
  }
  .gform_fields .name_first {
    margin-bottom: 10px;
  }
  .gfield_radio label {
    margin-bottom: 6px;
  }
  .gfield {
    margin-bottom: 10px;
  }
  .field-letter {
    margin-top: 10px;
  }
  .ginput_container_fileupload {
    height: 35px;
  }
  .ginput_container_fileupload:after {
    font-size: 10px;
    line-height: 10px;
  }
  .gform_fields input,
  .gform_fields textarea,
  .gform_fields select {
    font-size: 12px;
    padding: 6px 10px;
  }
  .gform_fields textarea {
    height: 120px;
  }
}
/* ------------------------------------------------------------ *	Article
\* ------------------------------------------------------------ */
.article {
  max-width: 830px;
  margin: 0 auto;
}
.article p {
  padding-bottom: 27px;
}
.article h4:not(.article-title) {
  line-height: 1.5;
  padding: 31px 11px 47px;
}
.article img {
  display: block;
  width: auto;
  height: auto;
  margin: 35px -100px 51px;
}
.article .article-title {
  font-size: 25px;
  line-height: 1.4;
  padding-bottom: 45px;
}
.article .article-actions {
  padding-top: 31px;
  margin-top: 64px;
  border-top: 1px solid #ddd;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #666;
  text-transform: uppercase;
}
.article .article-actions i {
  position: relative;
  top: -1px;
  margin-right: 13px;
}
.article .article-actions a:hover {
  opacity: .7;
  color: inherit;
  text-decoration: none;
}
.article .article-actions a + a {
  float: right;
}
.article .article-actions a + a i {
  margin: 0 0 0 13px;
}
/* ------------------------------------------------------------ *	Article Secondary
\* ------------------------------------------------------------ */
.article-secondary h4 {
  padding-bottom: 31px;
}
.article-secondary img {
  margin: 14px 0 43px;
}
.article-secondary p {
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 1.67;
}
/*@media (max-width: 1700px) {*/
/* ------------------------------------------------------------ *		Article Secondary
      \* ------------------------------------------------------------ */
.article-secondary img:not(.article-signature) {
  width: 100%;
  height: auto;
}
/*}*/
@media (max-width: 1200px) {
  /* ------------------------------------------------------------ *		Article
          \* ------------------------------------------------------------ */
  .article img {
    width: 100%;
    height: auto;
    margin: 35px 0 51px;
  }
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Article
          \* ------------------------------------------------------------ */
  .article p {
    padding-bottom: 20px;
  }
  .article h4:not(.article-title) {
    padding: 0 0 20px;
  }
  .article img {
    margin: 15px 0 30px;
  }
  .article .article-title {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .article .article-actions {
    padding-top: 20px;
    margin-top: 20px;
    font-size: 10px;
  }
  .article .article-actions i {
    top: -2px;
  }
  /* ------------------------------------------------------------ *		Article Secondary
          \* ------------------------------------------------------------ */
  .article-secondary p {
    padding-bottom: 20px;
    font-size: 14px;
  }
  .article-secondary img {
    margin: 15px 0 30px;
  }
}
/* ------------------------------------------------------------ *	Slider
\* ------------------------------------------------------------ */
.slider {
  position: relative;
  height: 100%;
}
.slider .slider-clip,
.slider .slider-clip * {
  height: 100%;
}
.slider .owl-item {
  backface-visibility: visible;
}
.slider .slider-actions {
  position: absolute;
  width: 121px;
  height: 73px;
  right: 24px;
  bottom: 20px;
  line-height: 73px;
  text-align: center;
  z-index: 8;
}
.slider .slider-actions:after {
  content: '';
  position: absolute;
  width: 82px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -41px;
  background: #020202;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
}
.slider .slider-actions a {
  position: relative;
  display: inline-block;
  z-index: 3;
}
.slider .slider-actions a + a {
  margin-left: 25px;
}
/* ------------------------------------------------------------ *	Slider Secondary
\* ------------------------------------------------------------ */
.slider-secondary {
  position: relative;
  height: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}
.slider-secondary .slider-clip .intro {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.slider-secondary .slider-clip .slide-title,
.slider-team .slider-clip .slide-title {
  font-size: 135px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  height: auto;
  top: 50%;
  left: 50%;
  padding: 0;
  opacity: 1;
  visibility: visible;
  line-height: 1;
  letter-spacing: 0.2em;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.slider-secondary .btn-close {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.slider-secondary .slide {
  position: relative;
}
.slider-secondary .slide:after,
.slider-team .slide:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(2, 2, 2, 0.2);
}
.slider-secondary .slide-noimage:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.slider-secondary .btn-play {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.slider-secondary .intro-content {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.slider-secondary .slide-noimage .intro-content {
  background-color: #fff;
}
.slider-secondary .slide-noimage .intro-content h6,
.slider-secondary .slide-noimage .intro-content h1,
.slider-secondary .slide-noimage .intro-content h7,
.slider-secondary .slide-noimage .intro-content p {
  color: #000;
}
.slider-secondary .btn-close {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  right: 20px;
  background: url(images/slide-close.png) no-repeat 0 0;
  z-index: 12;
}
.slider-secondary .btn-close:after,
.slider-secondary .btn-close:before {
  display: none;
}
.slider-secondary .slider-actions:after {
  display: none;
}
.slider-secondary .slider-actions .slider-prev {
  left: 20px;
}
.slider-secondary .slider-actions .slider-next {
  right: 20px;
}
.slider-secondary .slider-actions .slider-prev,
.slider-secondary .slider-actions .slider-next {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  line-height: 66px;
  text-align: center;
  background: rgba(2, 2, 2, 0.7);
  z-index: 8;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
/* ------------------------------------------------------------ *	Slider Teritary
\* ------------------------------------------------------------ */
.slider-teritary .intro .container {
  height: auto;
}
.slider-teritary .intro:after {
  display: none;
}
/* ------------------------------------------------------------ *\	
        Slider Options
\* ------------------------------------------------------------ */
.slider-options .owl-item {
  -webkit-backface-visibility: visible;
}
.slider-options .slider-nav {
  margin-bottom: 66px;
}
.slider-options .slider-nav-item {
  display: inline-block;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  -webkit-transition: border .4s;
  -o-transition: border .4s;
  transition: border .4s;
}
.slider-options .slider-nav-item span {
  display: block;
  padding-bottom: 10px;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
}
.slider-options .slider-nav-item:hover {
  border-bottom-color: #020202;
}
.slider-options .slider-nav-item:hover span {
  color: #020202;
}
.slider-options .slider-nav-item ~ .slider-nav-item {
  margin-left: 50px;
}
.slider-options .slider-nav-item.active {
  border-bottom-color: #020202;
}
.slider-options .slider-nav-item.active span {
  color: #020202;
}
.slider-options .slide-content span {
  display: block;
  margin-bottom: 28px;
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.slider-options .owl-nav {
  position: relative;
  padding-top: 9px;
  margin: 34px 0 0 -5px;
  font-size: 0;
}
.slider-options .owl-nav:before {
  position: absolute;
  top: 0px;
  left: 28px;
  z-index: 2;
  width: 1px;
  height: 40px;
  background: #020202;
  content: '';
  -webkit-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  -o-transform: rotate(28deg);
  transform: rotate(28deg);
}
.slider-options .owl-prev,
.slider-options .owl-next {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 18px;
  height: 24px;
  background: url(images/slider-prev@2x.png) no-repeat center center;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-background-size: 8px 14px;
  background-size: 8px 14px;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}
.slider-options .owl-prev:hover,
.slider-options .owl-next:hover {
  opacity: .5;
}
.slider-options .owl-next {
  margin-left: 22px;
  background-image: url(images/slider-next@2x.png);
}
@media (max-width: 1023px) {
  .slider-secondary .slider-clip .slide-title,
  .slider-team .slider-clip .slide-title {
    font-size: 80px;
  }
}
/* ------------------------------------------------------------ *\	
        Media Queries
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Slider
          \* ------------------------------------------------------------ */
  .slider .slider-actions {
    display: none;
  }
  .slider .slider-paging {
    bottom: 10px;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 6;
  }
  .slider .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #ddd;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .slider .owl-dot + .owl-dot {
    margin-left: 5px;
  }
  .slider .owl-dot.active {
    background: #ddd;
  }
  /* ------------------------------------------------------------ *		Slider Secondary
          \* ------------------------------------------------------------ */
  .slider-secondary {
    height: 100%;
  }
  .slider-secondary .slider-actions {
    display: block;
    height: 0;
  }
  .slider-secondary .slider-paging {
    display: none;
  }
  .slider-secondary .slider-clip .slide-title,
  .slider-team .slider-clip .slide-title {
    font-size: 40px;
  }
  /* ------------------------------------------------------------ *\	
                   Slider Options
          \* ------------------------------------------------------------ */
  .slider-options .slider-nav {
    margin-bottom: 35px;
  }
  .slider-options .slider-nav-item span {
    padding-bottom: 4px;
    font-size: 9px;
  }
  .slider-options .slider-nav-item.active {
    border-bottom-width: 1px;
  }
  .slider-options .slider-nav-item ~ .slider-nav-item {
    margin-left: 37px;
  }
  .slider-options .slide-content span {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .slider-options .owl-nav {
    transform-origin: 0 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
/* ------------------------------------------------------------ *	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  padding-bottom: 50px;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #ccc;
  text-transform: uppercase;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Breadcrumbs
          \* ------------------------------------------------------------ */
  .breadcrumbs {
    padding-bottom: 27px;
    font-size: 9px;
  }
}
/* ------------------------------------------------------------ *	Accordion
\* ------------------------------------------------------------ */
.accordion h4 {
  font-size: 25px;
  padding: 26px 0 24px;
}
.accordion p {
  padding-bottom: 32px;
}
.accordion img {
  width: 100%;
  height: auto;
}
.accordion .accordion-body {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.accordion .accordion-head:hover {
  cursor: pointer;
}
.accordion .accordion-title {
  position: relative;
  display: block;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.accordion .accordion-title:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  right: 0;
  top: 50%;
  margin-top: -1px;
  background: #020202;
}
.accordion .accordion-title:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  right: 4px;
  top: 50%;
  margin-top: -5px;
  background: #020202;
}
.accordion .accordion-image {
  position: relative;
  margin-bottom: 66px;
}
.accordion .accordion-image span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  font-size: 25px;
  letter-spacing: 0.2em;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.accordion .accordion-section {
  padding: 19px 22px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.accordion .accordion-section + .accordion-section {
  border-top: 0;
}
.accordion .accordion-section.accordion-expanded .accordion-body {
  max-height: 800px;
  padding: 23px 0 0;
}
.accordion .accordion-section.accordion-expanded .accordion-title:after {
  display: none;
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Accordion
          \* ------------------------------------------------------------ */
  .accordion .accordion-title {
    font-size: 10px;
  }
  .accordion .accordion-section {
    padding: 9px 18px;
  }
  .accordion .accordion-section.accordion-expanded .accordion-body {
    padding: 8px 0 0;
  }
  .accordion .accordion-image {
    margin-bottom: 33px;
  }
  .accordion .accordion-image span {
    font-size: 15px;
  }
}
/* ------------------------------------------------------------ *	Stats
\* ------------------------------------------------------------ */
.stat {
  position: relative;
  padding-bottom: 36px;
  font-size: 13px;
  border-top: 1px solid #020202;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.stat:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.stat span {
  position: absolute;
  width: 13px;
  height: 12px;
  bottom: 100%;
  background: url(images/stat-triangle.png) no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.stat em {
  min-width: 110px;
  letter-spacing: 0.2em;
  text-align: right;
  text-transform: uppercase;
}
.stat em.em-left-align {
  text-align: left;
}
.stat strong {
  position: relative;
  top: 6px;
  font-family: "Futura", sans-serif;
  font-size: 25px;
}
.stat em,
.stat strong {
  display: inline-block;
}
.stat .stat-line {
  height: 10px;
  width: 11.111111%;
  border-left: 1px solid #000;
  display: block;
  box-sizing: border-box;
  float: left;
  position: relative;
  top: -10px;
}
.stat .stat-line:last-of-type {
  border-right: 1px solid #000;
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Stat
          \* ------------------------------------------------------------ */
  .stat {
    padding-bottom: 32px;
    font-size: 9px;
  }
  .stat strong {
    top: 3px;
    font-size: 15px;
  }
  .stat em {
    min-width: 0;
  }
  .stat span {
    width: 13px;
    height: 12px;
  }
}
/* ------------------------------------------------------------ *	Filter
\* ------------------------------------------------------------ */
.filters.fixed {
  position: fixed;
  width: 100%;
  top: 99px;
  left: 0;
  background: #fff;
  z-index: 8;
}
.filters .container:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.filters .filters-clear-secondary {
  display: none;
}
.filters .filters-inner .container > a:focus {
  text-decoration: none;
}
.filters .filters-inner .container > a:hover {
  opacity: .7;
  text-decoration: none;
}
.filters .list-checkboxes li + li {
  margin-top: 0px;
}
.filters .list-checkboxes-secondary {
  max-width: 301px;
}
.filters .list-checkboxes-secondary > li {
  border-bottom: 1px solid #ddd;
}
.filters .list-checkboxes-secondary > li + li {
  margin-top: 0;
}
/*
.filters .list-checkboxes-teritary {
    float: left; }*/
/*.filters .list-checkboxes-teritary + .list-checkboxes-teritary {
    margin-left: 45px; }*/
.filters .filters-body {
  /*max-height: 600px;*/
  transition: 1s all ease;
  padding: 74px 0 46px;
  /*border-bottom: 2px solid #eee;*/
}
.filters .filters-body.inactive {
  max-height: 0;
  transition: 1s all ease;
  padding: 0;
  border-bottom: 2px solid #eee;
  overflow: hidden;
}
.filters .filters-body h5 {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
}
.filters .checkbox {
  font-family: "Futura", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #aaa;
  text-transform: capitalize;
}
.filters .checkbox label {
  padding-top: 5px;
  font-weight: 700;
}
.filters .checkbox label:before {
  width: 20px;
  height: 20px;
  border-color: #ddd;
}
.filters .checkbox label:after {
  top: 10px;
  left: 5px;
}
.filters .checkbox input:checked + label {
  color: #020202;
}
.filters .checkbox input:checked + label em {
  color: #aaa;
}
.filters .checkbox label:after {
  width: 10px;
  height: 10px;
  background: #020202;
}
.filters .checkbox em {
  font-family: "Chronicle G1", serif;
  font-weight: 400;
  display: inline-block;
}
.filters .checkbox-toggle {
  position: relative;
}
.filters .checkbox-toggle > label {
  width: 301px;
  height: 50px;
  /*padding: 0 20px 0 46px;*/
  padding: 0 10px 0 36px;
  line-height: 46px;
}
.filters .checkbox-toggle .description {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  position: relative;
  top: -5px;
  line-height: 12px;
}
@media (max-width: 767px) {
  .filters .checkbox-toggle .description {
    font-size: 8px;
    top: 0;
  }
  .filters .checkbox-toggle > label {
    height: 46px;
  }
}
.filters .checkbox-toggle > label em:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 19px;
  margin-top: -3px;
  background: url(images/plus.png) no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.filters .checkbox-toggle > input:checked + label {
  background: #eee;
}
.filters .checkbox-toggle > input:checked + label ~ .list-checkboxes {
  max-height: 300px;
  padding: 15px 0 20px 21px;
}
.filters .checkbox-toggle > input:checked + label em {
  color: #020202;
}
.filters .checkbox-toggle > input:checked + label em:after {
  width: 7px;
  height: 2px;
  margin-top: -1px;
  background: url(images/dash.png) no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.filters .checkbox-toggle > label:before {
  top: 50%;
  margin-top: -11px;
  left: 14px;
}
.filters .checkbox-toggle > label:after {
  top: 50%;
  margin-top: -6px;
  left: 19px;
}
.filters .checkbox-toggle > label ~ .list-checkboxes {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.filters .checkbox-toggle .list-checkboxes {
  padding: 0 0 0 21px;
}
.filters .filters-head {
  height: 45px;
  text-align: justify;
  background: #020202;
}
.filters .filters-head a {
  display: inline-block;
  vertical-align: middle;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #666;
  text-transform: uppercase;
}
.filters .filters-head .container > a:first-child i {
  position: relative;
  top: 0px;
  margin-right: 5px;
}
.filters .filters-head .container > a:last-child i {
  position: relative;
  top: -2px;
  margin-left: 4px;
}
.filters .filters-head .nav-quaternary {
  display: inline-block;
  vertical-align: middle;
}
.filters .nav-quaternary a {
  color: #aaa;
}
.filters .nav-quaternary .active a {
  color: #020202;
}
@media (max-width: 1023px) {
  /* ------------------------------------------------------------ *		Filters
          \* ------------------------------------------------------------ */
  .filters .filters-group {
    padding-left: 0px;
  }
  .filters .list-checkboxes-teritary {
    float: none;
  }
  .filters .list-checkboxes-teritary + .list-checkboxes-teritary {
    margin: 14px 0 0;
  }
}
@media (max-width: 950px) {
  /* ------------------------------------------------------------ *		Filters
          \* ------------------------------------------------------------ */
  .filters.fixed {
    top: 50px;
  }
  .filters .checkbox label {
    padding-top: 9px;
  }
  .filters .checkbox-toggle > label {
    padding: 0 0 0 46px;
  }
  .filters .checkbox-toggle > label em:after {
    right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .filters .checkbox-toggle > label {
    height: 70px;
  }
  .filters .checkbox-toggle .description {
    /*font-size: 10px;*/
  }
}
@media (max-width: 950px) {
  /* ------------------------------------------------------------ *		Fitlers
          \* ------------------------------------------------------------ */
  .filters .filters-inner.fixed {
    top: 50px;
    max-height: 39px;
  }
  .filters .filters-head {
    height: 39px;
  }
}
@media (max-width: 800px) {
  /* ------------------------------------------------------------ *		Filters
          \* ------------------------------------------------------------ */
  .filters .list-checkboxes-teritary + .list-checkboxes-teritary {
    margin: 0 0 0;
  }
  .filters .col-sm-4 + .col-sm-4 {
    margin-top: 5px;
  }
  .filters .nav-quaternary a {
    font-size: 8px;
    padding: 13px 5px;
  }
  .filters .filters-head {
    height: 35px;
  }
  .filters .filters-clear-secondary {
    display: block;
    margin-top: 33px;
    font-family: "Futura", sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #666;
    text-transform: uppercase;
    text-align: center;
  }
  .filters .filters-clear-secondary i {
    display: block;
    margin: 0 auto 6px;
  }
  .filters .filters-body {
    padding: 43px 0 33px;
  }
  .filters .filters-body h5:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 14px;
    top: 50%;
    right: 16px;
    margin-top: -7px;
    background: url(images/right-arrow-big.png) no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .filters .container:after {
    display: none;
  }
  .filters .filters-group {
    padding: 0;
  }
  .filters .filter {
    max-height: 0;
    overflow: hidden;
    padding: 0 27px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .filters .filter.active {
    max-height: 400px;
    padding: 20px 27px;
  }
  .filters .filters-head {
    position: relative;
    text-align: left;
  }
  .filters .filters-head .filter-clear {
    display: none;
  }
  .filters .filters-head .container {
    position: relative;
    padding: 0;
  }
  .filters .filters-head .container > a:first-child span {
    display: none;
  }
  .filters .filters-head .container > a:first-child i {
    top: 0;
    margin: 0;
  }
  .filters .filters-head .container > a:first-child {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .filters .checkbox label {
    padding-top: 7px;
  }
  .filters .checkbox label:after {
    width: 8px;
    height: 8px;
    top: 9px;
    left: 4px;
  }
  .filters .checkbox-toggle > label {
    padding: 0px 10px 0 25px;
    line-height: 1;
  }
  .filters .checkbox-toggle > label:before {
    left: 2px;
  }
  .filters .checkbox-toggle > label:after {
    top: 22px;
    left: 6px;
  }
  /*new style anee*/
  .filters-each-group .panel-heading a img {
    display: none!important;
  }
  .panel-group .panel + .panel {
    margin-top: 5px!important;
  }
  .filters .checkbox-toggle .description {
    line-height: 30px!important;
  }
  .filters .checkbox-toggle > label::before {
    margin-top: -20px;
  }
  .filters .checkbox-toggle > label::after {
    margin-top: -3px;
  }
  .filters .checkbox-toggle {
    padding: 10px 0;
  }
}
/* ------------------------------------------------------------ *	Active
\* ------------------------------------------------------------ */
html.active .wrapper.noscroll {
  overflow: hidden;
}
html.active .slider-clip .intro,
html.active .slider-clip .slide-title {
  opacity: 0;
  visibility: hidden;
}
html.active .btn-play {
  opacity: 0;
  visibility: hidden;
}
html.active .btn-close {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}
html.active .container-secondary {
  padding-top: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
html.active .slider-secondary {
  height: 100vh;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
html.active .header {
  top: -140px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
html.active .slider-actions .slider-prev,
html.active .slider-actions .slider-next {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}
/* ------------------------------------------------------------ *	Content
\* ------------------------------------------------------------ */
.content {
  float: right;
  width: 68.38%;
}
@media (max-width: 991px) {
  /* ------------------------------------------------------------ *		Content
          \* ------------------------------------------------------------ */
  .content {
    float: none;
    width: 100%;
  }
}
/* ------------------------------------------------------------ *	Sidebar
\* ------------------------------------------------------------ */
.sidebar {
  float: left;
  width: 23.08%;
  position: static;
}
.sidebar.affix {
  position: fixed;
  top: 120px;
  width: 258px;
}
@media (max-width: 800px) {
  /* ------------------------------------------------------------ *		Sidebar
          \* ------------------------------------------------------------ */
  .sidebar {
    float: none;
    width: 100%;
    margin: 30px auto 0;
  }
  .shop-index-shop .main-container {
    max-width: 90%;
  }
}
/* ------------------------------------------------------------ *	Widget Info
\* ------------------------------------------------------------ */
.widget-info {
  padding-bottom: 97px;
  font-family: "Futura", sans-serif;
  font-size: 16px;
}
.widget-info p {
  padding-bottom: 14px;
}
@media (max-width: 767px) {
  /* ------------------------------------------------------------ *		Widget Info
          \* ------------------------------------------------------------ */
  .widget-info {
    padding-bottom: 60px;
  }
  .widget-info .widget-title {
    padding-bottom: 20px;
  }
  .sidebar {
    float: none;
    width: 100%;
    margin: 30px auto 0;
  }
}
/* ------------------------------------------------------------ *\	
        Characteristic Items
\* ------------------------------------------------------------ */
.characteristic-items {
  display: block;
  list-style: none outside none;
}
.characteristic-item {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.characteristic-item:nth-child(even) {
  background: #f5f5f5;
}
.four-blocks .characteristic-item:nth-child(even) {
  background: transparent;
}
.four-blocks .characteristic-image {
  text-align: center;
}
.four-blocks .characteristic-image > h6 {
  font-size: 13px;
  padding-bottom: 15px;
}
.four-blocks .characteristic-image > h5 {
  padding-bottom: 15px;
  padding-top: 30px;
}
.four-blocks .characteristic-image > h5 ~ h5 {
  font-size: 14px;
  padding-bottom: 0;
  padding-top: 0;
}
.characteristic-inner {
  display: table-cell;
  width: 50%;
  height: 700px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.product-block .characteristic-inner {
  height: 800px;
}
.characteristic-content {
  padding: 80px 85px 80px 215px;
  text-align: left;
  margin: 0 auto;
}
.alt-block .characteristic-content {
  padding: 80px 215px 80px 85px;
}
.characteristic-content h2 {
  padding-bottom: 17px;
}
.characteristic-content h6 {
  padding-bottom: 38px;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.characteristic-content p {
  margin-bottom: 27px;
}
.characteristic-content p:last-child {
  margin-bottom: 0;
}
.characteristic-image {
  text-align: left;
  position: relative;
}
.characteristic-image img {
  width: 100%;
  height: auto;
}
.characteristic-item-alt .characteristic-content {
  float: right;
  margin-right: 72px;
}
.characteristic-item-alt .characteristic-image {
  text-align: right;
}
.characteristic-image-circle {
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  margin: 20px 10px;
}
/* ------------------------------------------------------------ *\	
        Media Queries
\* ------------------------------------------------------------ */
@media (max-width: 1599px) {
  .characteristic-inner {
    height: auto;
  }
  .product-block .characteristic-inner {
    padding: 50px 0;
  }
}
@media (max-width: 1200px) {
  .characteristic-content {
    padding: 80px 35px;
    max-width: 780px;
  }
  .alt-block .characteristic-content {
    padding: 80px 35px;
  }
}
@media (max-width: 1200px) {
  .characteristic-content {
    width: auto;
  }
  .characteristic-item-alt .characteristic-content {
    margin-right: 0;
  }
  .characteristic-inner {
    vertical-align: top;
  }
  .product-block .characteristic-inner {
    height: auto;
  }
}
@media (max-width: 1023px) {
  .product-block .characteristic-inner {
    height: auto;
  }
  .characteristic-content h6 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .characteristic-item {
    display: block;
  }
  .characteristic-content {
    padding: 50px 45px;
  }
  .characteristic-item-alt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .characteristic-item-alt .characteristic-inner:first-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .characteristic-item-alt .characteristic-inner:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
/* ------------------------------------------------------------ *\	
        Team Items
\* ------------------------------------------------------------ */
.team-items {
  padding: 0 25px;
}
.team-items [class^="col-"]:nth-child(4n+1) {
  clear: both;
}
.team-item {
  position: relative;
  margin-bottom: 24px;
}
.team-scroller .team-item {
  margin-bottom: 0;
}
.team-item a {
  display: block;
}
.team-item a:hover .team-image:before {
  opacity: .5;
  visibility: visible;
}
.team-item a:hover .team-content {
  opacity: 1;
  visibility: visible;
}
.team-image {
  position: relative;
}
.team-image:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  content: '';
  -webkit-transition: opacity .4s, visibility .4s;
  -o-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}
.team-image img {
  width: 100%;
  height: auto;
}
.team-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px 33px 39px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  -o-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
  z-index: 2;
}
.team-content p {
  font-family: "Futura", sans-serif;
  font-size: 35px;
  line-height: 1.15;
  font-weight: bold;
}
.main .container-secondary {
  margin-top: 0;
}
/* ------------------------------------------------------------ *\	
        Media Queries
\* ------------------------------------------------------------ */
@media (max-width: 1599px) {
  .team-content {
    padding: 15px;
  }
}
@media (max-width: 1200px) {
  .team-content p {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .team-items [class^="col-"]:nth-child(4n+1) {
    clear: none;
  }
  .team-items [class^="col-"]:nth-child(3n+1) {
    clear: both;
  }
  .characteristic-inner {
    display: block;
    width: auto;
  }
}
@media (max-width: 767px) {
  .team-items [class^="col-"]:nth-child(3n+1) {
    clear: none;
  }
  .team-items [class^="col-"]:nth-child(odd) {
    clear: both;
  }
}
@media (max-width: 479px) {
  .team-items [class^="col-"] {
    float: none;
    width: auto;
  }
}
/* ------------------------------------------------------------ *\	
        Rate Items
\* ------------------------------------------------------------ */
.rate-items {
  text-align: center;
}
.rate-items .row {
  margin: 0;
}
.rate-items [class^="col-"] {
  padding: 0;
}
.rate-head {
  min-height: 195px;
}
.rate-head h5 {
  padding-bottom: 0;
  margin-bottom: 16px;
  font-size: 18px;
}
.rate-head h6 {
  min-height: 28px;
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 0.2em;
}
.rate-head-content {
  min-height: 90px;
  background: url(images/rate-bg.png) no-repeat center 0;
}
.rate-head-content span {
  display: block;
  padding-top: 8px;
  font-family: "Futura", sans-serif;
  font-size: 42px;
  font-weight: bold;
}
.rate-line {
  position: relative;
  min-height: 57px;
  border-top: 1px solid #020202;
  margin-top: 20px;
  margin-bottom: 10px;
  content: '';
}
.rate-line:before,
.rate-line:after {
  position: absolute;
  top: -10px;
  height: 20px;
  border-left: 1px solid #020202;
  content: '';
}
.rate-line:before {
  left: 31%;
}
.rate-line:after {
  left: 64%;
}
.rate-line span {
  float: right;
  margin-top: 27px;
  margin-right: -3px;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.rate-line span:after {
  position: absolute;
  top: -21px;
  right: 0;
  height: 40px;
  border-right: 1px solid #020202;
  content: '';
}
.rate-line span:first-child {
  float: left;
  display: none;
  margin-right: 0;
  margin-left: -3px;
}
.rate-line span:first-child:after {
  right: auto;
  left: 0;
}
.rate-images {
  font-size: 0;
  text-align: center;
}
.rate-image {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.rate-image img {
  width: 100%;
  height: auto;
}
.rate-image span {
  display: block;
  padding-right: 50px;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.rate-items [class^="col-"]:first-child .rate-line span:first-child {
  display: block;
}
/* ------------------------------------------------------------ *\	
        Media Queries
\* ------------------------------------------------------------ */
@media (max-width: 1200px) {
  .rate-image span {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .rate-items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .rate-item {
    margin-bottom: 55px;
  }
  .rate-head {
    min-height: 100px;
  }
  .rate-head h5 {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .rate-head h6 {
    margin-bottom: 2px;
    font-size: 11px;
  }
  .rate-line {
    min-height: 32px;
  }
  .rate-line:before,
  .rate-line:after {
    top: -5px;
    height: 10px;
  }
  .rate-line span {
    margin-top: 13px;
  }
  /*    .rate-line span:first-child {
            display: block; }*/
  .rate-line span:after {
    top: -10px;
    height: 20px;
  }
  .rate-head-content {
    min-height: 47px;
    background-image: url(images/rate-bg-mobile.png);
  }
  .rate-head-content span {
    padding-top: 6px;
    font-size: 21px;
  }
}
/* ------------------------------------------------------------ *\	
        Tabs
\* ------------------------------------------------------------ */
.tab {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.tab.current {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.tabs .tabs-nav ul {
  font-size: 0;
  list-style: none outside none;
}
.tabs .tabs-nav li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  text-align: center;
}
.tabs .tabs-nav a {
  display: block;
  padding: 46px 0 51px;
  font-family: "Futura", sans-serif;
  font-size: 18px;
  color: #aaaaaa;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s;
}
.tabs .tabs-nav a:hover {
  background: #f5f5f5;
  color: #020202;
  text-decoration: none;
}
.tabs .tabs-nav a:focus {
  text-decoration: none;
}
.tabs .tabs-nav .current a {
  background: #f5f5f5;
  color: #020202;
}
/* ------------------------------------------------------------ *\	
        Media Queries
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .tabs .tabs-nav a {
    padding: 26px 0 22px;
    font-size: 10px;
  }
}
/* ------------------------------------------------------------ *\	
        Options
\* ------------------------------------------------------------ */
.option {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.option .slider-options {
  margin-top: 29px;
}
.option-inner {
  display: table-cell;
  width: 50%;
  height: 700px;
  background: #eaeaea;
  vertical-align: middle;
  text-align: center;
}
.option-inner-content {
  background: #f5f5f5;
  vertical-align: top;
  text-align: left;
}
.option-content {
  max-width: 570px;
  padding: 131px 10px 10px;
  margin: 0 auto;
}
.option-content h2 {
  padding-bottom: 34px;
}
.option-content-inner {
  padding-top: 30px;
  border-top: 1px solid #636363;
  margin-top: 27px;
}
.option-content-inner h6 {
  font-size: 17px;
  letter-spacing: 0.2em;
}
.option-image {
  padding-left: 10px;
  padding-right: 10px;
}
.option-image img {
  max-width: 100%;
  height: auto;
}
.option-secondary .option-inner {
  height: 760px;
  background: #f5f5f5;
}
.option-secondary .option-inner-content {
  background: #fff;
}
.option-secondary .option-content {
  padding-top: 92px;
}
/* ------------------------------------------------------------ *\	
        Media Queries
\* ------------------------------------------------------------ */
@media (max-width: 1200px) {
  .option-inner {
    height: auto;
    padding: 20px 0;
    vertical-align: middle;
  }
  .option-content {
    padding-top: 10px;
  }
  .option-secondary .option-inner {
    height: auto;
  }
  .option-secondary .option-content {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .option {
    display: block;
  }
  .option .slider-options {
    margin-top: 9px;
  }
  .option-inner {
    display: block;
    width: auto;
    padding: 0;
  }
  .option-content-inner {
    padding-top: 17px;
    margin-top: 18px;
  }
  .option-content-inner h6 {
    font-size: 9px;
  }
  .option-secondary .option-content,
  .option-content {
    min-height: 400px;
    padding: 65px 30px 10px;
  }
  .option-content h2 {
    padding-bottom: 16px;
  }
  .option-secondary .option-content {
    padding-top: 44px;
  }
  .option-image {
    padding: 40px 50px;
  }
}
/*Quiver*/
.quiver-bio {
  font-family: "Futura", sans-serif;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
  display: table;
}
@media (max-width: 767px) {
  .quiver-bio {
    width: 240px;
  }
  .font-10 {
    font-size: 10px;
  }
}
.specs-short-table {
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.product-specs {
  font-family: "Futura", sans-serif;
}
@media (min-width: 768px) {
  .section-space {
    padding-top: 280px;
  }
}
@media (max-width: 767px) {
  .section-space {
    padding-top: 200px;
  }
}
.slider-container .container {
  max-height: 300px;
}
.btn-space {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .slider-container .container {
    max-height: 160px;
  }
  .btn-space {
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
.slider-container .container h1,
.slider-container .container a,
.slider-container .container p {
  height: initial;
}
.slide-hidden:nth-child(n+2) {
  display: none;
}
/*----------------------*/
/*style blvr*/
.is-blog .btn-play {
  display: none;
}
.section-video .download-link::after {
  display: none;
}
.mobile-view .form-utilities .form-price {
  float: left;
  margin: 0;
  position: static;
  width: 125px;
}
.mobile-view .form-utilities {
  padding: 0;
}
.form-price.mobile-view {
  float: left;
  margin: 0;
  position: static;
  width: 125px;
  font-size: 16px;
}
.select-qty {
  float: left;
  width: 125px;
}
.specs-short-table {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}
.specs-short-table > h7 {
  display: inline-block !important;
}
.section-news-items-quaternary {
  text-align: center;
}
.section-news-items-quaternary h4 {
  padding-bottom: 20px;
}
.data-table td {
  padding-left: 30px;
}
.btn-alt {
  border-color: #ffffff;
  color: #ffffff;
}
.construction-page .section-news-items-quaternary {
  text-align: left;
}
.no-padding {
  padding: 0;
}
.section-alt {
  background-color: #f5f5f5;
  color: #020202;
  margin-top: 121px;
  padding: 55px 0 65px;
  text-align: center;
}
.section-alt h2 {
  padding-bottom: 17px;
}
.featured-item .btn {
  line-height: 42px;
  max-height: 45px;
  min-height: 45px;
  font-size: 12px;
}
.section-row blockquote {
  margin: 0;
}
.section-news-items.mobile-view .container > p ~ p {
  display: none;
}
.section-innovation .featured-items .featured-image.fix-bg {
  height: auto;
}
.catalog-product-view .intro::after,
.morpheus .intro::after {
  display: none;
}
.section-alfa .intro.intro-alt::after {
  display: block;
}
.section-content-block {
  display: table;
  width: 100%;
}
.half-block {
  display: table-cell;
  position: relative;
  width: 50%;
  vertical-align: top;
}
.half-block img {
  width: 100%;
}
.section-content-block .content-block {
  padding-left: 215px;
  padding-right: 85px;
  padding-top: 62px;
  padding-bottom: 165px;
}
.content-block > h6 {
  padding-bottom: 65px;
}
.push-block {
  left: 50%;
}
.pull-block {
  right: 50%;
}
.section-secondary-block .half-block {
  height: 700px;
  vertical-align: middle;
}
.section-secondary-block .content-block > h6 {
  padding-bottom: 35px;
}
.section-secondary-block .content-block > h5,
.section-specifications h5 {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.link {
  color: #0081c6;
  display: inline-block;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-top: 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.link:hover {
  color: #020202;
  text-decoration: none;
}
.section-content-block.alt-block .content-block {
  padding: 0 215px 0 85px;
}
.section-specifications {
  background-color: #020202;
  padding: 150px 215px;
  color: #fff;
}
.section-specifications ul {
  margin-top: -5px;
  overflow: hidden;
}
.section-specifications ul li {
  overflow: hidden;
}
.section-specifications ul li ~ li {
  margin-top: 10px;
}
.section-specifications ul li span {
  display: inline-block;
  float: left;
  color: #999999;
  font-family: "Futura", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  width: 50%;
}
.section-specifications ul li span ~ span {
  color: #fff;
  font-weight: 700;
}
.owl-carousel-new .item {
  position: relative;
}
.owl-carousel-new .item::after,
.owl-construction .item::after {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.nav-link,
.owl-prev,
.owl-next {
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 45px;
  text-indent: -9999px;
  z-index: 1;
}
.nav-prev,
.owl-prev {
  background-image: url(images/nav-arrow-prev.png);
  background-position: 15px center;
  left: 3px;
}
.nav-next,
.owl-next {
  background-image: url(images/nav-arrow-next.png);
  background-position: 18px center;
  right: 3px;
}
.overlay-block {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 99;
}
.v-align {
  display: table;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.v-align-content {
  display: table-cell;
  vertical-align: middle;
}
.owl-item h2 {
  color: #ffffff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.owl-item h6 {
  color: #ffffff;
}
.blackstix .section-news-items::after {
  display: none;
}
.blackstix .section-news-items-quaternary,
.ride-number .section-news-items-quaternary,
.morpheus .section-news-items-quaternary {
  text-align: left;
}
.four-blocks {
  overflow: hidden;
}
.four-blocks .characteristic-item {
  float: left;
  width: 50%;
}
.four-blocks .overlay-block {
  padding: 0 135px;
  color: #ffffff;
}
.four-blocks .overlay-block h2 {
  padding-bottom: 15px;
}
.four-blocks .overlay-block h6 {
  padding-bottom: 50px;
}
.out-of-stock h5 {
  color: #0081c6;
}
.four-blocks .characteristic-image .fix-bg {
  height: 800px;
}
.characteristic-item .section-video {
  margin: 0;
}
.ride-number .section-news-items-quaternary h2 {
  padding-bottom: 40px;
}
.section-ride-number {
  padding: 121px 0 0;
}
.section-ride-number .content-block > h2 {
  padding-bottom: 17px;
}
.section-ride-number .content-block > p {
  padding-bottom: 42px;
}
.bg-alt {
  background-color: #f5f5f5;
}
.col-40 {
  background-color: #f5f5f5;
  display: table-cell;
  text-align: center;
  width: 35%;
  padding: 85px 0;
}
.col-20 {
  display: table-cell;
  padding: 0 30px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-color: #f5f5f5;
}
.col-40 > h5 {
  padding-bottom: 17px;
  padding-top: 30px;
}
.col-40 > h6 {
  font-size: 13px;
}
.col-20 h4 {
  padding-bottom: 10px;
}
.col-20 > span {
  display: block;
  padding-bottom: 10px;
  font-style: italic;
}
.col-20 > p {
  padding-top: 20px;
}
.col-40 > img {
  max-width: 100%;
}
.section-block {
  background-color: #ffffff;
  padding: 65px 0 65px;
  text-align: center;
}
.section-block h2 {
  padding-bottom: 17px;
}
.section-botom-cols {
  overflow: hidden;
  width: 100%;
}
.slider-products {
  position: relative;
}
.col-4 {
  width: 25%;
  height: 600px;
  display: table;
  float: left;
}
.col-4 .col-wrapper {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 45px;
}
.col-4 .col-wrapper > h5 {
  padding-top: 30px;
}
.col-4 .col-wrapper > h6 {
  font-size: 13px;
  padding-bottom: 20px;
}
.col-4 {
  background: #f5f5f5;
}
.tabs {
  overflow: hidden;
}
.img-holder-outer {
  display: table;
  height: 50%;
  width: 100%;
}
.img-holder {
  display: table-cell;
  vertical-align: middle;
}
.img-holder img {
  max-width: 100%;
}
.v-align-content > a {
  text-decoration: none;
}
.section-block {
  padding: 121px 0 0;
}
.ride-number .section-block {
  padding: 65px 0;
}
.morpheus .section-block h2 {
  padding-bottom: 0;
}
.morpheus .section-content-block .content-block {
  padding: 125px;
  text-align: center;
}
.morpheus .content-block h4 {
  font-size: 20px;
}
.morpheus .half-block {
  background-color: #f5f5f5;
}
.section-alfa {
  height: auto;
  max-height: 700px;
  position: relative;
}
.section-alfa .fix-bg {
  height: 700px;
}
.morpheus .section-alfa .v-align-content {
  color: #ffffff;
  text-align: center;
}
.section-alfa .v-align-content h1 {
  letter-spacing: 0.2em;
}
.ride-number .section-block {
  background-color: #f5f5f5;
}
.morpheus .half-block.content-div {
  height: auto;
}
.catalog-product-view .section-secondary-block .half-block {
  height: auto;
}
.section-ride-number.section-secondary-block .half-block {
  height: auto;
}
.content-div p {
  padding-bottom: 40px;
}
.owl-construction .fix-bg {
  height: 380px;
}
.owl-construction.owl-carousel .owl-item img {
  display: none;
}
.catalog-product-view .section-content-block.alt-block .half-block {
  background-color: #f5f5f5;
}
.home-ride-number .rate-head {
  min-height: 0;
  margin-bottom: 60px;
}
.home-ride-number {
  padding: 120px 0;
}
.home-ride-number h2 {
  padding-bottom: 105px;
  text-align: center;
}
.slider .container-inside-70 h6 {
  font-size: 18px;
  height: auto;
  margin-bottom: 44px;
  letter-spacing: 0.2em;
}
.bg-text {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.section-posts.section-team-select {
  padding-bottom: 0;
}
.team-scroller .owl-prev,
.team-scroller .owl-next {
  height: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  width: 30px;
}
.team-scroller .owl-prev {
  background-position: 8px center;
  left: 0;
}
.team-scroller .owl-next {
  background-position: 12px center;
  right: 0;
}
.featured-item-large .featured-image::after {
  display: none;
}
#filterPopup {
  background-color: #fff;
  position: fixed;
  top: 141px;
  width: 100%;
  z-index: 1;
}
.intro .intro-content {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50% !important;
  opacity: 1 !important;
}
.intro > img {
  width: 100%;
  height: auto;
}
.checkout-cart-index .main {
  min-height: 500px;
}
.slider .slider-clip,
.slider .slider-clip * {
  max-height: 700px;
  height: auto;
  object-fit: cover;
}
#opc-payment {
  margin: 0 auto;
  max-width: 330px;
  padding: 0 15px;
}
#dt_method_qbms_integrated {
  margin: 0;
  padding: 0;
}
.form-checkout #co-payment-form label {
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #343434;
  margin-bottom: 10px;
}
#payment_form_qbms_integrated > li,
#payment_form_stripe > li {
  margin-bottom: 25px;
}
#co-payment-form select {
  width: 100%;
}
#co-payment-form select,
#co-payment-form input {
  color: #b0b0b0;
}
#co-payment-form select,
#co-payment-form input {
  border: 2px solid #eeeeee;
  font-family: "Futura", sans-serif;
  height: 45px;
  padding: 0 17px;
  width: 100%;
}
#qbms_integrated_cc_type_exp_div .v-fix,
#stripe_cc_type_exp_div .v-fix {
  float: left;
  padding: 0 10px;
  width: 50%;
}
#qbms_integrated_cc_type_exp_div .v-fix select,
#stripe_cc_type_exp_div .v-fix select {
  min-width: 0;
}
#qbms_integrated_cc_type_exp_div .input-box,
#stripe_cc_type_exp_div .input-box {
  /*margin: 0 -10px;*/
  overflow: hidden;
}
.cvv-what-is-this {
  display: block;
  margin-top: 15px;
}
.tool-tip-content {
  margin-bottom: 30px;
}
/*#payment-tool-tip img {
    max-width: 100%;
}*/
#co-shipping-method-form {
  margin: 0 auto;
  padding: 0 30px;
}
.sales-order-print .nav > ul {
  visibility: hidden;
}
.section-print h2 {
  padding-bottom: 8px;
}
.order-date {
  font-size: 16px;
}
.main-container {
  margin: 150px auto 0;
  max-width: 830px;
  overflow: hidden;
}
.address-container,
.items-container {
  float: left;
  text-align: left;
  width: 50%;
}
.main-container h4 {
  padding-bottom: 20px;
}
.main-container address {
  margin-bottom: 0;
}
.section-print .col-2 > h4,
.section-print .col-1 > h4 {
  padding-top: 60px;
}
.main-container h4.first-head {
  padding-top: 0;
}
.product-meta {
  margin-top: 20px;
  overflow: hidden;
}
.meta-block {
  float: left;
  margin-bottom: 20px;
  width: 50%;
}
.meta-head {
  display: block;
  font-weight: bold;
}
.orderd-block {
  border-bottom: 1px solid;
}
.orderd-block ~ .orderd-block {
  padding-top: 20px;
}
.price-blocks {
  overflow: hidden;
}
.price-blocks span {
  display: block;
  float: left;
}
.price-blocks > span:first-child {
  width: 70%;
}
.total-price {
  padding-top: 20px;
}
.price-blocks {
  overflow: hidden;
}
.address-container {
  padding-right: 90px;
}
.items-container {
  padding-left: 90px;
}
.meta-block:nth-child(2n) {
  padding-left: 20%;
}
.total span {
  font-weight: 800;
}
.contacts-index-index .list-features {
  display: none;
}
.intro.no-fade::after {
  display: none;
}
.section-featured.section-innovation {
  max-height: none;
}
@media (max-width: 1280px) {
  .section-content-block .content-block {
    padding: 62px 85px 165px;
  }
  .section-content-block.alt-block .content-block {
    padding: 62px 85px 165px;
  }
  .section-specifications {
    padding: 150px 100px;
  }
}
@media (max-width: 1024px) {
  .section-specifications {
    padding: 75px 50px;
  }
  .construction-page .featured-image {
    height: 480px;
  }
  .four-blocks .overlay-block {
    padding: 0 60px;
  }
  .four-blocks .characteristic-image .fix-bg {
    height: 480px;
  }
  .col-40 {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .desktop-view {
    display: block !important;
  }
  .mobile-view {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .morpheus .section-ride-number.section-secondary-block .half-block.content-div {
    height: auto;
  }
  .section-alfa .fix-bg {
    height: 480px;
  }
  .morpheus .section-ride-number.section-secondary-block .half-block {
    height: 480px;
  }
  .morpheus .section-content-block .content-block {
    padding: 60px;
  }
  .col-20::after {
    display: none;
  }
  .col-20,
  .col-40 {
    display: block;
    width: 100%;
  }
  .col-20 {
    padding: 85px 30px;
  }
  .four-blocks .characteristic-item {
    float: none;
    width: 100%;
  }
  .section-specifications {
    padding: 75px 35px;
  }
  .half-block {
    width: 100%;
    display: block;
  }
  .push-block {
    left: 0;
  }
  .pull-block {
    right: 0;
  }
  .section-secondary-block .half-block {
    height: 480px;
    vertical-align: middle;
  }
  .section-content-block.alt-block .content-block {
    padding: 62px 85px 165px;
  }
  .col-4 {
    width: 50%;
  }
  .home-ride-number h2 {
    padding-bottom: 50px;
  }
  .team-products .product {
    margin-top: 0;
  }
  .specs-short-table {
    margin-bottom: 0;
  }
  .section-posts.team-products .col-md-4:last-child {
    margin-bottom: 48px;
  }
  .section-posts.team-products .col-md-4 + .col-md-4 {
    margin-bottom: 97px;
  }
}
@media (max-width: 767px) {
  .section-news-items {
    padding: 30px 0 0;
  }
  .section-posts .col-md-4.col-sm-6:last-child .link-more {
    padding-bottom: 0;
  }
  .section-products .col-sm-4.col-xs-12:first-child .products .product {
    margin-top: 0;
  }
  .filters .filters-body {
    max-height: none;
  }
  .team-page-mob-view .container {
    padding: 0 25px;
  }
  .team-page-mob-view {
    padding-top: 35px;
  }
  .team-scroller .owl-nav {
    display: none;
  }
  .home-ride-number h2 {
    padding-bottom: 50px;
  }
  .home-ride-number {
    padding: 50px 0;
  }
  .morpheus .section-ride-number.section-secondary-block .half-block {
    height: 338px;
  }
  .section-alfa .fix-bg {
    height: 338px;
  }
  .section-block {
    padding: 65px 0;
  }
  .morpheus .section-content-block .content-block {
    padding: 42px 35px;
  }
  .col-4 {
    width: 100%;
  }
  .section-ride-number {
    padding-top: 0;
  }
  .section-specifications .col-sm-3.col-xs-6 {
    padding-bottom: 35px;
  }
  .specifications-block {
    padding-bottom: 65px;
  }
  .section-secondary-block .half-block {
    height: 338px;
  }
  .section-content-block.alt-block .content-block {
    padding: 65px 35px 65px;
  }
  .section-content-block .content-block {
    padding: 65px 35px 65px;
  }
  .section-alt {
    margin-top: 0;
  }
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }
  .form-utilities .gform-toggle {
    display: none;
  }
  .form-utilities {
    padding: 0;
  }
  .form-utilities .form-price {
    height: 90px;
    line-height: 90px;
  }
  .catalog-product-view .gform_footer.top_label {
    float: left;
    width: -webkit-calc(-150%);
    width: -moz-calc(-150%);
    width: calc(-150%);
  }
  .form-utilities .gform_button {
    width: 100%;
    position: static;
    height: 90px;
    font-size: 16px;
  }
  .form-utilities .gform_fields select {
    font-family: "Futura", sans-serif;
    background-color: #000000;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 16px;
    height: 90px;
    line-height: 90px;
    min-width: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .form-utilities .gform_body {
    max-height: inherit;
    width: 125px;
    float: left;
  }
  .catalog-product-view .footer .footer-bar {
    margin-bottom: 0;
  }
  .section-news-items .container > p,
  .section-news-items .container .main-top p {
    padding-bottom: 55px;
  }
  .form-utilities .ginput_container_select::after {
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    right: 5px;
    top: 50%;
  }
  .section-news-items::after {
    display: none;
  }
  .section-news-items.mobile-view {
    padding-bottom: 0;
  }
  .section-news-items.mobile-view .btn {
    border-width: 2px;
    border-color: #020202;
    color: #020202;
    line-height: 42px;
    margin-right: 16px;
    max-height: 45px;
  }
  .section-news-items.mobile-view .container > p {
    padding-bottom: 35px;
    font-family: "Chronicle G1", serif;
    color: #3c3c3c;
    letter-spacing: 0.2em;
    font-style: italic;
  }
  .section-news-items.mobile-view .btn ~ .btn {
    margin-right: 0;
  }
  .container-secondary .intro.fix-bg {
    background-image: none !important;
  }
  .container-secondary .fix-bg .background {
    display: block;
    height: auto;
    width: 100%;
  }
  .table-cart .table-actions .form-coupon {
    padding: 20px 10px;
  }
  .construction.container-secondary,
  .our-story.container-secondary {
    max-height: 338px;
  }
  .home-ride-number .rate-line span:first-child {
    display: block;
  }
  .slider .container-inside-70 h6 {
    display: none;
  }
  .futures-team .intro-content {
    display: none;
  }
}
@media (max-width: 640px) {
  .rate-image span {
    font-size: 10px;
  }
  .rate-image {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .home-ride-number .rate-image {
    display: inline-block;
    width: 50%;
  }
  .rate-head {
    min-height: 0;
  }
  .rate-head-content,
  .rate-head h6 {
    display: none;
  }
  #stripe_cc_type_exp_div .v-fix {
    float: none;
    padding: 0 10px;
    width: 100%;
  }
  #stripe_cc_type_exp_div .v-fix ~ .v-fix {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .rate-head-content {
    display: none;
  }
  .four-blocks .characteristic-image .fix-bg {
    height: 338px;
  }
  .form-utilities .form-price,
  .form-utilities .gform_fields select,
  .form-utilities .gform_button {
    height: 45px;
    line-height: 45px;
  }
  .form-price.mobile-view,
  .form-utilities .gform_fields select,
  .form-utilities .gform_button {
    font-size: 13px;
  }
  .footer .footer-bar {
    margin-bottom: 0;
  }
  .form-price.mobile-view,
  .form-utilities .gform_body {
    width: 70px;
  }
  .catalog-product-view .gform_footer.top_label {
    width: -webkit-calc(-40%);
    width: -moz-calc(-40%);
    width: calc(-40%);
  }
  .form-utilities .gform_fields select {
    padding: 0 15px;
  }
  .section-news-items.mobile-view .btn {
    padding: 0 15px;
    margin-right: 10px;
  }
  .rate-head h5 {
    font-size: 9px;
  }
}
.configurable-products .form-utilities .gform_fields select {
  width: 270px;
}
.configurable-products .form-utilities .gfield {
  float: left;
  margin: 0;
}
.configurable-products .form-utilities .gfield + .gfield {
  margin-left: 30px;
}
.configurable-products .form-utilities .form-price {
  color: #020202;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -80px;
  position: absolute;
  right: 50%;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
.configurable-products .form-utilities-secondary .form-price {
  margin-right: -410px;
}
.configurable-products .form-utilities-secondary .gform_wrapper {
  padding-right: 290px;
}
.configurable-products .form-utilities .gform_button {
  width: 158px;
}
.owl-carousel .owl-item img {
  object-fit: cover;
}
.section-video a.no-video::after {
  display: none;
}
.section-video-secondary {
  background-image: none !important;
}
.section-cms-page h4 {
  padding-bottom: 15px;
  padding-top: 40px;
}
.section-cms-page .section-content {
  padding: 50px 0 164px;
}
@media (max-width: 991px) {
  /* ------------------------------------------------------------ *		Form Utilities
          \* ------------------------------------------------------------ */
  .configurable-products .form-utilities {
    padding: 0 0 45px;
    border-top: 0;
  }
  .configurable-products .form-utilities .gform_button {
    width: 80%;
    top: auto;
    bottom: 0;
    font-size: 10px;
  }
  .configurable-products .form-utilities .gform_body {
    max-width: 100%;
    background: #020202;
  }
  .configurable-products .form-utilities .gform_wrapper {
    position: static;
    max-width: 100%;
    padding: 0;
  }
  .configurable-products .form-utilities .form-price {
    width: 20%;
    height: 45px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    font-size: 10px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .configurable-products .form-utilities .gform_fields select {
    width: 100%;
    padding: 0 28px;
    border: 0;
    font-size: 10px;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    height: 45px;
    background: none;
  }
  .configurable-products .form-utilities .ginput_container_select:after {
    right: 14px;
    background: url(images/arrow-down-white.png) no-repeat center center;
  }
  .configurable-products .form-utilities .gform-toggle {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 28px;
    border-top: 1px solid #676767;
    font-family: "Futura", sans-serif;
    font-size: 10px;
    line-height: 46px;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    background: #020202;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .configurable-products .form-utilities .gform-toggle:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 6px;
    top: 50%;
    right: 29px;
    margin-top: -3px;
    background: url(images/arrow-down-white.png) no-repeat 0 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .configurable-products .form-utilities .gform-toggle.active {
    border: 0;
    color: #020202;
    background: #fff;
  }
  .configurable-products .form-utilities .gform-toggle.active:after {
    background: url(images/down-arrow.png) no-repeat 0 0;
  }
  .configurable-products .form-utilities .gform-toggle:focus,
  .configurable-products .form-utilities .gform-toggle:hover {
    text-decoration: none;
  }
  .configurable-products .form-utilities .gform_body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .configurable-products .form-utilities .gform_body.active {
    max-height: 300px;
  }
  .configurable-products .form-utilities .gfield {
    float: none;
    width: 100%;
  }
  .configurable-products .form-utilities .gfield + .gfield {
    margin: 0;
    border-top: 1px solid #2a2a2a;
  }
  .configurable-products .form-utilities .gform_body {
    width: 100%;
  }
  .configurable-products .form-utilities .gform_button {
    position: absolute;
    height: 45px;
  }
  .catalog-product-view.configurable-catlog .footer .footer-content {
    margin-bottom: 90px;
  }
}
.nav > ul > li.menu-active.active a.active {
  background-color: #eeeeee;
}
@media (min-width: 768px) and (max-width: 1730px) {
  .featured-item-small {
    width: 30.376%;
  }
  .featured-item-large .featured-image {
    padding-top: 71.9%;
  }
}
@media (max-width: 1542px) {
  .featured-item-large .featured-image {
    padding-top: 71.91%;
  }
}
@media (min-width: 1193px) and (max-width: 1195px) {
  .featured-item-small .featured-image {
    padding-top: 82.42%;
  }
}
@media (width: 1920px) {
  .featured-item-small .featured-image {
    padding-top: 82.418%;
  }
  .featured-item-large .featured-image {
    padding-top: 71.94%;
  }
}
@media (width: 1600px) {
  .featured-item-small .featured-image {
    padding-top: 82.40%;
  }
}
@media (width: 1516px) {
  .featured-item-small {
    width: 30.377%;
  }
}
@media (width: 1223px) {
  .featured-item-small {
    width: 30.377%;
  }
}
@media (width: 1440px) {
  .featured-item-small .featured-image {
    padding-top: 82.42%;
  }
}
@media (width: 1439px) {
  .featured-item-small .featured-image {
    padding-top: 82.42%;
  }
}
@media (width: 1071px) {
  .featured-item-small .featured-image {
    padding-top: 82.42%;
  }
}
/*Sidecart*/
.flyout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -webkit-transition: transform 0.7s cubic-bezier(0.33, 0, 0, 0.99);
  -moz-transition: transform 0.7s cubic-bezier(0.33, 0, 0, 0.99);
  -ms-transition: transform 0.7s cubic-bezier(0.33, 0, 0, 0.99);
  -o-transition: transform 0.7s cubic-bezier(0.33, 0, 0, 0.99);
}
.flyout_show {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.fly-out-overlay {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.fly-out-overlay-hidden {
  opacity: 0;
  visibility: hidden;
}
.fins img {
  width: 100%;
}
@media (max-width: 991px) {
  .flyout-content {
    height: auto !important;
  }
}
.fly-out-overlay {
  background-color: rgba(0, 0, 0, 0.62);
  bottom: 0;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 90;
}
.fly-out-wrapper {
  background-color: #ffffff;
  bottom: 0;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  max-width: 400px;
  width: 100%;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
}
.cart-checkout {
  padding: 30px 28px 0;
}
.sidecart_header {
  position: fixed;
  width: 100%;
}
.sidecart_wrapper {
  display: table;
  min-height: 100%;
  width: 100%;
}
.sidecart_header,
.sidecart_footer {
  /*display: table-row;*/
}
.sidecart_inner {
  overflow: auto;
  position: fixed;
  top: 100px;
  width: 100%;
  min-height: 140px;
}
.sidecart_footer {
  padding-bottom: 145px;
}
.sidecart_footer {
  bottom: -35px;
}
.sidecart_footer {
  height: auto;
  position: fixed;
  width: 100%;
}
.sidecart_header,
.sidecart_footer {
  /*display: table-row;*/
}
@media (max-width: 991px) {
  .fly-out-wrapper {
    max-width: none;
  }
}
/*cart header new gbn*/
body.active .fly-out-cart .cart-header {
  padding: 25px 0;
}
.fly-out-cart {
  padding: 0 30px;
  position: relative;
}
.fly-out-cart.bfm-info-block {
  position: relative;
  margin-bottom: 30px;
}
.fly-out-cart.bfm-info-block:after {
  border-bottom: 1px solid #eeeeee;
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -30px;
}
.fly-out-cart.bfm-info-block .cart-header {
  border-bottom: 0;
  padding: 45px 0 25px 0;
}
.fly-out-cart .cart-header {
  border-bottom: 1px solid #eeeeee;
  padding: 45px 0;
  align-items: center;
}
.fly-out-cart .cart-header .heading {
  font-size: 25px;
  color: #020202;
  font-weight: 700;
  font-family: "Futura", sans-serif;
}
.close-new {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 7px;
}
.close-new:before,
.close-new:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #020202;
}
.close-new:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.close-new:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.close-new.thick:before,
.close-new.thick:after {
  height: 2px;
  margin-top: -2px;
}
.fly-out-wrapper.flyout_show .top-section a {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.fly-out-wrapper .top-section {
  height: 102px;
  color: #020202;
  font-size: 25px;
  line-height: 69px;
  letter-spacing: 0.1;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
  padding: 0 30px;
}
.fly-out-wrapper .top-section a {
  background-image: url('images/cart-close.png');
  background-repeat: no-repeat;
  float: right;
  height: 30px;
  right: 45px;
  position: absolute;
  text-indent: -9999px;
  top: 30px;
  width: 30px;
  outline: medium none;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  display: inline-block;
}
.fly-out-wrapper .top-section span {
  display: inline-block;
  left: 30px;
  position: absolute;
  top: 15px;
}
.fly-out-wrapper .cart-empty {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 45px;
  text-align: center;
  color: #231f20;
}
.fly-out-wrapper .product-cart-image {
  width: 55px;
}
@media (max-width: 768px) {
  .fly-out-wrapper .product-cart-image {
    width: 108px;
  }
}
@media (max-width: 640px) {
  .fly-out-wrapper .product-cart-image {
    width: 72px;
  }
}
@media (max-width: 480px) {
  .fly-out-wrapper .product-cart-image {
    width: 54px;
  }
}
.fly-out-wrapper .cartProductsBlock {
  margin: 0;
  padding: 20px 28px;
  position: relative;
}
.fly-out-wrapper .cartProductsBlock .product-cart-details {
  margin-top: 0;
}
.fly-out-wrapper .cartProductsBlock .product-cart-details .productsdetails {
  width: 200px;
}
.cartProducts-remove {
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.cartProductsBlock {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 30px;
}
.cartProducts-remove {
  display: none;
}
.half:first-child {
  border-right: 1px solid #eaeaea;
}
.half {
  float: left;
  height: 100%;
  width: 50%;
}
.align-middle {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
}
.align-middle .inner-container {
  display: table-cell;
  vertical-align: middle;
}
.cartProducts-remove span {
  background-image: url("../images/trash-can.svg");
  background-repeat: no-repeat;
  background-size: 38px auto;
  display: block;
  height: 40px;
  margin: 0 auto 10px;
  text-indent: -9999px;
  width: 35px;
}
.cartProducts-remove span.cancel-ico {
  background-image: url("../images/cancel.svg");
  background-size: 30px auto;
  margin: 0 auto 7px;
}
@media (max-width: 768px) {
  .fly-out-wrapper .cartProductsBlock .product-cart-details .productsdetails {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .fly-out-wrapper .cartProductsBlock .product-cart-details .product-name {
    line-height: 30px;
  }
}
.fly-out-wrapper .cartProductsBlock .product-cart-details .product-name a {
  font-size: 13px;
  font-weight: 800;
}
.fly-out-wrapper .cartProductsBlock .product-cart-details .product-cart-sku p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  margin-top: 5px;
}
.fly-out-wrapper .cartProductsBlock .product-cart-details .product-cart-sku p span {
  font-weight: 600;
}
.fly-out-wrapper .cartProductsBlock .btn-remove.btn-remove2 {
  border: none;
  font-size: 0;
}
.fly-out-wrapper .cartProductsBlock .btn-remove.btn-remove2:before {
  color: #999999;
  font-size: 22px;
}
.fly-out-wrapper .cartProductsBlock .numbers-row label {
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  color: #828282;
  font-weight: 300;
}
.fly-out-wrapper .cartProductsBlock .numbers-row .input-btn {
  color: #828282;
  cursor: pointer;
  float: left;
  font-size: 13px;
  margin: 0 3px 0 0;
}
.fly-out-wrapper .cartProductsBlock input {
  border: medium none;
  float: left;
  font-size: 13px;
  padding: 0 5px;
  text-align: left;
  width: 25px;
  color: #828282;
  font-weight: normal;
  /*pointer-events: none;*/
}
.product-image a {
  cursor: default;
}
.fly-out-wrapper .cartProductsBlock .productQty {
  float: left;
}
.fly-out-wrapper .cartProductsBlock .productsPrice {
  float: right;
  margin-left: 0;
  text-align: left;
  width: auto;
  position: relative;
  right: 0;
}
@media (max-width: 640px) {
  .fly-out-wrapper .cartProductsBlock .productsPrice {
    float: right;
    margin-left: 22px;
  }
}
@media (max-width: 480px) {
  .fly-out-wrapper .cartProductsBlock .productsPrice {
    float: left;
  }
}
.fly-out-wrapper .cartProductsBlock .productsPrice .price {
  color: #231f20;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}
.fly-out-wrapper .cartProductsBlock .productsPrice .price span {
  color: red;
  display: block;
}
.fly-out-wrapper .cartProductsBlock .productsPrice .price span span {
  font-size: 9px;
}
.fly-out-wrapper .cartProductsBlock .product-desc {
  color: #bcbbbb;
  font-size: 13px;
  line-height: 12px;
  margin: 5px 0;
  padding-left: 75px;
}
.fly-out-wrapper .cartProductsBlock {
  clear: left;
  display: block;
  padding: 20px 28px;
  position: relative;
  padding: 15px 0!important;
}
.cart-items {
  padding: 0 30px;
}
/*new- minicart popup*/
#minicart_discount-coupon-form input {
  height: 45px;
  width: 200px;
  margin-right: 10px;
}
#minicart_discount-coupon-form .input-group-btn button {
  border-color: #cccccc;
  background: #cccccc;
  font-size: 12px;
  color: #fff;
  letter-spacing: 2px;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  width: 100px;
  height: 45px;
  max-height: 45px;
}
#flyout .price-wrapper .title {
  font-family: "Futura", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #aaaaaa;
  letter-spacing: 1px;
}
#flyout .price-wrapper td {
  padding: 11px 0;
}
.below-cart-text {
  color: #aaaaaa;
  font-size: 14px;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.below-cart-text span {
  color: #020202;
}
#flyout .price-wrapper > table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}
#flyout .price-wrapper > table .total {
  border-top: 1px solid #eeeeee;
}
#flyout .price-wrapper > table .total .title {
  color: #020202;
}
#flyout .price-wrapper > table td.free {
  color: #0081c6;
  text-transform: uppercase;
}
#flyout .price-wrapper td:nth-child(2) {
  color: #020202;
  float: right;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: right;
  font-size: 12px;
}
#minicart_discount-coupon-form input::-webkit-input-placeholder,
#minicart_discount-coupon-form input::-moz-placeholder,
#minicart_discount-coupon-form input:-ms-input-placeholder,
#minicart_discount-coupon-form input:-moz-placeholder {
  font-family: "Futura", sans-serif;
  font-weight: 500;
  color: #aaaaaa;
  font-size: 14px;
}
.sidecart-check {
  background: #0081c6;
  width: 100%;
  color: #ffffff;
  letter-spacing: 2px;
  height: 45px;
  text-transform: uppercase;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  border: none;
  font-size: 12px;
}
.fly-out-wrapper .cartProductsBlock .product-cart-details {
  float: left;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 50%;
  margin-top: 10px;
}
.fly-out-wrapper .product-cart-image {
  float: left;
  min-width: 100px;
  overflow: hidden;
}
.fly-out-wrapper .cartProductsBlock .product-cart-details .product-name a {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #020202;
  font-weight: 700;
  font-family: "Futura", sans-serif;
  line-height: 20px;
  text-decoration: none;
}
.fly-out-wrapper .cartProductsBlock .product-cart-details .product-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #020202;
}
.fly-out-wrapper .cartProductsBlock {
  padding: 0;
}
.fly-out-wrapper .cartProductsBlock .product-cart-details .productsdetails {
  width: 115px;
  margin-bottom: 12px;
}
.show_loading {
  display: none;
}
.cart-close-new {
  display: inline-block;
  position: absolute;
  right: 0;
  text-indent: -9999px;
}
.order-review .cart-close-new {
  right: 30px;
}
.fly-out-wrapper .form-quantity input {
  border: 1px solid #cccccc;
  height: 30px;
  text-align: center;
  width: 30px;
  color: #aaaaaa;
  font-weight: 700;
  font-family: "Futura", sans-serif;
}
.fly-out-wrapper .cartProductsBlock .productsPrice {
  margin-left: 13px;
  text-align: left;
  width: auto;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Futura", sans-serif;
  font-weight: 700;
}
.cart-close-new .ico-cross {
  background-image: url("images/close-pdt.png");
  height: 20px;
  width: 20px;
  float: right;
}
.product-cart-image img {
  width: 100%;
}
#flyout .cart-price {
  position: relative;
}
#flyout .price {
  position: absolute;
  top: 15px;
  right: -66px;
  min-width: 100px;
}
@media (max-width: 1100px) {
  #checkout-review-table-wrapper .input-group input {
    max-width: 100%!important;
  }
  #amscheckout-main .third-column {
    border-top: 1px solid #eeeeee;
  }
  .bottom-menu p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #minicart_discount-coupon-form input {
    width: 100%;
  }
  .fly-out-wrapper .cartProductsBlock .product-cart-details .productsdetails {
    width: 100%;
  }
  #amasty-scheckout-login .amscheckout-tab-guest-checkout,
  .amscheckout-tab-login {
    width: 80%!important;
  }
  .sidecart_footer {
    bottom: 0px!important;
  }
}
@media (max-width: 950px) {
  #btm {
    display: none;
  }
  .dropdown.active .nav-dropdown .toplink .dropdown {
    position: static!important;
  }
  .level0 > li {
    padding: 10px 0;
  }
  .bottom-menu-main {
    border: none!important;
  }
  .has-dd > ul li {
    padding: 2px 0;
  }
}
@media (max-width: 870px) {
  #billing-new-address-form ul li.amscheckout-row {
    width: 100%!important;
  }
}
@media (max-width: 767px) {
  .fly-out-wrapper .cartProductsBlock .product-cart-details {
    margin-top: 0px;
  }
  #checkout-review-table-wrapper .input-group-btn .btn-apply {
    max-height: 45px!important;
    min-height: 45px!important;
  }
  .filters .checkbox-toggle > label::after {
    margin-top: -15px !important;
  }
  /*shop*/
  .filters-each-group > h5 {
    padding: 0!important;
  }
  .filters-each-group .panel-heading {
    position: relative;
  }
  .filters-each-group .panel-heading a img {
    display: none!important;
  }
  .filters-each-group .panel-heading {
    padding: 0;
    padding-top: 10px;
  }
  .panel-group .panel + .panel {
    margin-top: 0px;
  }
  .products .product + .product {
    margin-top: 50px;
  }
  .products .product {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .fly-out-wrapper .cartProductsBlock .product-cart-details .productsdetails {
    margin-bottom: 5px;
  }
  .fly-out-wrapper .form-quantity input {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .fly-out-wrapper .cartProductsBlock .product-cart-details .product-name a {
    font-size: 13px;
  }
}
@media (max-width: 390px) {
  .product-cart-image img {
    width: 100%;
  }
  .fly-out-wrapper .cartProductsBlock .product-cart-details .product-name a {
    font-size: 13px;
  }
  #minicart_discount-coupon-form input::-webkit-input-placeholder,
  #minicart_discount-coupon-form input::-moz-placeholder,
  #minicart_discount-coupon-form input:-ms-input-placeholder,
  #minicart_discount-coupon-form input:-moz-placeholder {
    font-size: 12px;
  }
  .product-name-review {
    font-size: 13px!important;
  }
  .product-block-main .price {
    font-size: 12px!important;
  }
  .amscheckout .product-name img {
    width: 100%;
  }
  .qty-prc {
    margin-top: -9px !important;
  }
  .product-name-review {
    padding-left: 13px!important;
    padding-right: 13px!important;
    width: 42%!important;
  }
  .review-qty-new {
    width: 24px!important;
    height: 24px!important;
  }
  .qty-prc {
    padding-top: 10px;
  }
  .btn-remove.btn-remove2.flyout-ask-remove.cart-close-new {
    width: 10px!important;
  }
  .filters .checkbox-toggle .description {
    line-height: 14px!important;
  }
  #qbms_integrated_cc_type_exp_div {
    float: none!important;
    width: 100%!important;
  }
  #qbms_integrated_cc_type_cvv_div {
    float: none!important;
    width: 100%!important;
  }
}
@media (max-width: 380px) {
  .icon-lock {
    top: 60%!important;
  }
}
@media (max-width: 360px) {
  .icon-lock {
    top: 65%!important;
  }
  .addbtn-pdt {
    padding-left: 15px!important;
  }
  .qty-main {
    padding-right: 0;
  }
}
/*Checkout page */
/*loader*/
.show_loading span.loading {
  background-image: url("../images/loader2.gif");
  background-repeat: no-repeat;
  background-size: 50px auto;
  display: block;
  height: 50px;
  margin: 30px auto 0;
  width: 50px;
}
.show_loading > span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Futura", sans-serif;
  margin-top: 10px;
}
.catalog-product-view .show_loading {
  top: 0px;
}
.universal_loader {
  background-color: rgba(255, 255, 255, 0.95);
  display: inline-block;
  padding-top: 10%;
  position: fixed;
}
.show_loading {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000;
}
.show_loading > span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.amscheckout {
  padding: 0px!important;
}
.amasty-scheckout-login-buttons .tabs_title li.active a,
.amasty-scheckout-login-buttons .tabs_title li a {
  padding: 5px 25px!important;
}
.amasty-scheckout-fields {
  width: 100%;
}
.productRmv {
  display: none;
}
#checkout-review-table thead tr th:nth-child(3) {
  width: 15%;
  text-align: center;
}
#checkout-review-table .a-center {
  text-align: center;
}
.amscheckout-tab-guest-checkout,
.amscheckout-tab-login {
  background: #808080 none repeat scroll 0 0!important;
}
/*Sign in form*/
#minicart_login-form input {
  border-color: #cccccc;
  height: 45px;
  margin-right: 10px;
  width: 100%;
  margin-bottom: 20px;
}
#minicart_login-form {
  text-align: center;
}
#minicart_login-form .btn-checkout,
.flyout-content.flyout-checkout .sign-section-fb .btn-checkout {
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.flyout-content.flyout-checkout .sign-section-fb .btn-checkout {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #0081c6;
  color: #0081c6;
}
#minicart_login-form .btn-checkout {
  background: #0081c6 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
}
.flyout-content.flyout-checkout .sign-section-fb .btn-checkout {
  margin-top: 40px;
}
#minicart_login-form,
.flyout-content.flyout-checkout {
  font-size: 12px;
  color: #020202;
  font-family: "Futura", sans-serif;
  font-weight: 500;
}
.flyout-content.flyout-checkout {
  padding: 20px 28px 0;
}
.flyout-content.flyout-checkout > h6 {
  font-style: normal;
  font-weight: 700;
  color: #020202;
  font-family: "Futura", sans-serif;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-transform: capitalize;
  text-align: left;
}
#minicart_login-form input::-webkit-input-placeholder,
#minicart_login-form input::-moz-placeholder,
#minicart_login-form input:-ms-input-placeholder,
#minicart_login-form input:-moz-placeholder,
#minicart_discount-coupon-form input::-webkit-input-placeholder,
#minicart_discount-coupon-form input::-moz-placeholder,
#minicart_discount-coupon-form input:-ms-input-placeholder,
#minicart_discount-coupon-form input:-moz-placeholder {
  font-family: "Futura", sans-serif;
  font-weight: 500;
  color: #aaaaaa;
  font-size: 14px;
  letter-spacing: 1px;
}
#minicart_login-form a {
  font-family: "Futura", sans-serif;
  font-weight: 700;
  color: #aaaaaa;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  float: none;
  margin: auto;
}
#close_minicart_checkout {
  float: right;
  background: url('../images/left-arrow.svg');
  height: 23px;
  width: 23px;
  background-repeat: no-repeat;
}
.form-control.field-error {
  border: 1px solid #C21616!important;
}
.minicart_login_errors {
  color: #C21616;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Futura", sans-serif;
  text-align: left;
}
/*Checkout page -review section*/
.product-name {
  overflow: hidden;
}
.product-image-review {
  float: left;
  min-width: 100px;
  overflow: hidden;
  margin-top: 10px;
}
.product-name-review {
  float: left;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 50%;
}
.product-name-review {
  color: #020202;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: none;
  text-transform: capitalize;
}
.review-qty-new {
  border: 1px solid #cccccc;
  color: #aaaaaa;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  height: 30px;
  text-align: center;
  width: 30px;
}
.product-block-main .price {
  color: #231f20;
  font-size: 13px;
  font-family: "Futura", sans-serif;
  font-weight: 700;
}
.product-block-main {
  height: 200px;
  overflow: auto;
}
.review-qty-new {
  border: 1px solid #cccccc;
  color: #aaaaaa;
  display: inline-block;
  font-family: "Futura", sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 27px;
  text-align: center;
  width: 27px;
}
.product-block {
  border-bottom: 1px solid #eeeeee;
  clear: left;
  display: block;
  height: 130px;
  overflow: hidden;
  padding: 25px 10px 25px 0;
  position: relative;
}
.review-bill .price {
  float: right;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #020202;
}
.review-bill .title {
  color: #aaaaaa;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 280px;
  float: left;
}
.review-bill {
  clear: left;
  overflow: hidden;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}
.product-block-pricing {
  color: #aaaaaa;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 20px;
}
.product-block-pricing .price {
  float: right;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #020202;
}
.review-new .area-header {
  background: #ffffff!important;
  color: #020202!important;
  font-family: "Futura", sans-serif !important;
  font-size: 20px!important;
  font-weight: 700!important;
  border-bottom: 1px solid #eeeeee!important;
  letter-spacing: 0px!important;
}
.qty-prc {
  margin-top: 7px;
}
.product-name-review a.btn-remove {
  color: transparent!important;
  position: relative;
  text-align: right;
  display: inline;
}
.product-name-review a.btn-remove .ico-cross {
  position: absolute;
  right: 0;
  display: inline-block;
}
.review-bill:last-child .title {
  color: #020202;
}
.review-bill:last-child {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
}
.off-review-check {
  font-size: 13px;
  color: #aaaaaa;
  font-weight: 700;
}
.off-review-check span {
  color: #020202;
}
#checkout-review-table-wrapper .input-group-btn .btn-apply {
  background: #cccccc none repeat scroll 0 0;
  border-color: #cccccc;
  color: #fff;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 45px;
  letter-spacing: 2px;
  width: 100px;
}
#checkout-review-table-wrapper .input-group input {
  border-color: #cccccc;
  height: 45px;
  margin-right: 10px;
  max-width: 315px;
}
#checkout-review-table-wrapper .apply-code {
  padding-top: 30px;
}
#checkout-review-table-wrapper .cartProducts-remove {
  position: relative;
}
#checkout-review-table-wrapper .product-name-review a.btn-remove .ico-cross {
  right: 4px!important;
}
.off-review-check {
  display: inline-block;
  float: left;
  margin-left: 10px;
  width: 90%;
}
.off-review-new > input {
  display: inline-block;
  float: left;
}
body.scroll-hide {
  overflow: hidden;
}
.review-new .amscheckout-img-shadow {
  display: none;
}
.col-left.sidebar .filters .filters-body {
  padding-top: 0;
}
.col-main .main.main-secondary.products-main-section .section-results {
  padding-top: 0;
}
@media (max-width: 1250px) {
  .bottom-menu {
    padding-top: 15px!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-index-shop .main-container {
    max-width: 90%!important;
  }
  .filters .checkbox-toggle > label {
    line-height: 22px;
  }
  .filters .checkbox-toggle .description {
    top: 0;
    line-height: 20px;
  }
  .filters .checkbox-toggle > label::before {
    left: 4px;
    margin-top: -20px;
  }
  .filters .filters-group {
    padding-left: 0px;
  }
  .fin-setup-main .form-label {
    font-size: 12px;
  }
  .filters .checkbox-toggle > label::after {
    left: 9px;
    margin-top: -16px;
  }
  .dropdown.active {
    top: 120px!important;
  }
  .filters-each-group .panel-heading a img {
    width: 14px!important;
    height: 14px!important;
  }
  .list-checkboxes.list-checkboxes-secondary > li {
    padding: 8px 0;
  }
  .section-results.section-products .clearfix::after {
    clear: none;
  }
  .header.active .dropdown {
    top: 93px !important;
  }
}
@media (max-width: 950px) {
  .dropdown.active {
    margin-left: 0;
  }
  .nav-dropdown li.toplink,
  .dropdown.active .nav-dropdown li.toplink .dropdown {
    width: 100%!important;
  }
  .dropdown.active .nav-dropdown li.toplink .dropdown {
    margin-left: 0;
  }
  .dropdown.active .nav-dropdown li.toplink .dropdown {
    height: auto;
    max-height: 267px!important;
  }
  .dropdown.active .nav-dropdown li.toplink .dropdown {
    min-height: 100%;
    max-height: 100%!important;
    padding: 5px 0 20px!important;
  }
  .dropdown.active .nav-dropdown li.toplink .dropdown .nav-dropdown a,
  .nav-dropdown li.toplink a {
    font-size: 14px!important;
  }
  .dropdown.active .nav-dropdown li.toplink .dropdown {
    max-height: 100%!important;
  }
  .toplink:first-child > a {
    background: transparent!important;
  }
}
@media (min-width: 801px) and (max-width: 991px) {
  .checkbox label {
    font-size: 11px;
  }
  .filters .checkbox label {
    padding-top: 4px;
    padding-left: 20px;
  }
  .filters .list-checkboxes-teritary + .list-checkboxes-teritary {
    margin: 0;
  }
  .filters .checkbox-toggle > label {
    line-height: 20px;
  }
  .filters .checkbox-toggle > label::before {
    left: 0;
    margin-top: -29px;
  }
  .filters .checkbox-toggle > label {
    padding: 0 0 0 18px;
  }
  .filters .checkbox-toggle > label::after {
    left: 3px;
    margin-top: -27px;
  }
  .filters .checkbox-toggle .description {
    font-size: 11px;
    line-height: 14px;
  }
  .filters .checkbox label::after {
    left: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .filters-each-group .panel-heading a img {
    width: 12px;
    height: 12px;
  }
  .filters .filters-body {
    padding: 0;
  }
  .filters-each-group .panel-heading a img {
    width: 14px!important;
    height: 14px!important;
  }
  /*menu*/
  .dropdown.active {
    top: 120px;
  }
  .nav-dropdown li.toplink {
    width: 20%;
  }
  .dropdown.active .nav-dropdown li.toplink .dropdown {
    top: 200px;
  }
}
/*-+*/
.amscheckout .area-header {
  padding: 0 30px;
}
#amscheckout-main .billing {
  padding: 0 30px;
}
.amscheckout .amasty-scheckout-fields {
  width: 100%;
}
#amscheckout-onepage .amasty-scheckout-fields input {
  font-size: inherit;
}
#checkout-coupon.coupon {
  padding: 0 30px;
}
.amscheckout #checkout-review-load.order-review {
  padding: 0 30px;
}
#amscheckout-onepage .order-review-newsletter {
  margin-top: 10px;
  overflow: hidden;
  padding: 0 30px;
}
#amscheckout-onepage .order-review-newsletter,
#amscheckout-onepage .order-review-button {
  padding: 0 30px;
}
/*sep18*/
#amscheckout-main .amscheckout-img-shadow {
  width: 25px;
}
.order-review-logo a img {
  display: block;
  margin: 12px auto auto;
}
#billing-new-address-form .amscheckout-control select,
#shipping-new-address-form .amscheckout-control select {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  background: #ffffff url("images/icons/ico-select.png") no-repeat scroll;
  background-position: 95%;
}
#amscheckout-onepage .order-review-newsletter {
  padding-top: 0;
  padding-bottom: 10px;
}
#checkout-review-submit {
  padding-bottom: 20px;
}
#co-payment-form-update {
  margin-top: 26px;
  padding: 0 30px;
}
/*Shipping -different address*/
#shipping_area .shipping {
  padding: 0!important;
}
#co-shipping-form {
  padding: 0 30px 15px;
  margin-top: 35px;
}
#co-shipping-form select {
  min-width: auto;
}
#checkout-shipping-method-load dl {
  margin-top: 10px;
  margin-bottom: 10px;
}
#minicart_discount-coupon-form .coupon_eror,
#checkout-review-table-wrapper .coupon_eror {
  color: red;
  display: block;
  margin: 10px 0;
  width: 100%;
  float: left;
  clear: left;
  text-align: left;
  height: 20px;
  font-size: 14px;
}
#minicart_discount-coupon-form .input-group {
  width: 100%;
}
.off-review-new {
  padding-top: 10px;
}
#amscheckout-main .amscheckout-login input.input-text,
#amscheckout-main .amscheckout input.input-text,
#amscheckout-main .amscheckout select {
  font-size: 14px!important;
  padding-left: 7px;
}
#co-payment-form input.input-text,
#co-payment-form select {
  font-size: 14px!important;
  padding-left: 7px;
}
.filters .container {
  padding-left: 20px;
  padding-right: 10px;
}
.main.main-secondary.products-main-section {
  padding-top: 0;
}
.main.main-secondary.products-main-section .section-results {
  padding: 110px 0 93px;
}
.filters-each-group {
  clear: left;
}
.filters-each-group > h5 {
  padding: 30px 0;
}
.filters-each-group .panel-heading {
  position: relative;
  padding: 0;
}
.filters-each-group .panel-heading a img {
  display: inline-block;
  float: right;
  height: 16px;
  position: absolute;
  right: 0;
  top: 16px;
  width: 16px;
}
.filters-body .panel {
  border: none;
  border-bottom: 1px solid #eeeeee;
  box-shadow: none;
}
.shop-index-shop .main-container {
  /*margin-top: 150px;*/
  max-width: 80%;
  width: 100%;
}
/*menu*/
.dropdown.active {
  left: 0;
  width: 100%;
}
.dropdown.active .nav-dropdown {
  margin: auto;
  min-width: auto;
}
.nav-dropdown li.toplink {
  float: left;
  min-height: 200px;
  width: 16%;
}
.nav-dropdown li + li {
  margin-top: 0;
}
.nav-dropdown ul ul {
  padding: 0;
}
.nav-dropdown li.toplink a {
  padding-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0px;
}
.header.open.active .dropdown.active .nav-dropdown li.toplink a {
  padding-bottom: 0px!important;
}
.header.open.active .dropdown.active .nav-dropdown li.toplink .dropdown {
  top: 165px;
}
.no-border a {
  border: 0 !important;
}
.toplink.active {
  background: #eeeeee none repeat scroll 0 0;
}
.bottom-menu p {
  bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 30px;
  left: 0;
  letter-spacing: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-transform: capitalize;
  top: 0;
}
.bottom-menu li {
  padding: 0 15px;
  text-align: center;
  width: 25%;
}
.inner-menu-btm {
  position: relative;
  overflow: hidden;
}
.bottom-menu {
  padding-bottom: 50px;
}
.bottom-menu a {
  padding: 0;
}
/*sidecart issue*/
.sidecart_inner {
  position: static;
  min-height: 40px;
}
@media (max-width: 950px) {
  .sidecart_inner {
    height: auto !important;
    max-height: 200px !important;
  }
}
.sidecart_footer {
  position: static;
}
.sidecart_header {
  position: static;
}
.checkout-amasty-disabled {
  background-color: rgba(247, 247, 245, 0.9);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.checkout-amasty-disabled .checkout-amasty-checkout-edit {
  color: rgba(0, 0, 0, 0.4);
  font-size: 36px;
  text-transform: uppercase;
}
.checkout-amasty-disabled .align-middle .inner-container {
  display: table-cell;
  vertical-align: middle;
}
.checkout-amasty-disabled .align-middle {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
}
.tick {
  background-image: url("images/check.svg");
  background-repeat: no-repeat;
  background-size: 25px auto;
  height: 25px;
  position: absolute;
  right: 30px;
  text-indent: -9999px;
  top: 22px;
  width: 25px;
}
.first-column {
  position: relative;
}
.field-error {
  border-color: #f00 !important;
}
#btm > ul {
  float: none;
  margin: 0 -15px;
}
.toplink.has-dd.last > ul {
  display: none;
}
.billing_preview {
  display: block;
  background: #fff;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
}
.shipping_preview {
  display: block;
  height: 250px;
  background: #fff;
  position: absolute;
  top: -26px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
}
.overflow-auto {
  overflow: auto !important;
}
#btm ul li div a {
  border-left: none!important;
}
/*-----------------------GBN-----------------*/
.amscheckout-row.same-address {
  padding-top: 35px 0 0;
}
.checkout-actions {
  overflow: hidden;
  padding: 0 30px;
  margin-bottom: 30px;
}
.cc-icons {
  background-image: url("images/icons/cc-icons.png");
  background-size: 156px auto;
  float: right;
  height: 25px;
  margin-bottom: 6px;
  width: 156px;
  display: none;
}
.payment-method .input-box {
  position: relative;
}
.icon-lock {
  background-image: url("images/icons/lock-ico.png");
  background-size: 13px auto;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
}
/****    end    ****/
.icon-question {
  background-image: url("images/question-mark.png");
  background-repeat: no-repeat;
  background-size: 13px auto;
  height: 15px;
  left: 45px;
  position: absolute;
  top: -5px;
  transform: translateY(-100%);
  width: 15px;
}
/*jms*/
.third-column {
  overflow: auto;
}
/*.first-column{min-height:650px;}*/
/* **************    */
/* CCV-Checkout page  */
#qbms_integrated_cc_type_cvv_div {
  float: left;
  width: 33.34%;
  position: relative;
}
#qbms_integrated_cc_type_exp_div {
  float: left;
  width: 66.66%;
}
#payment_form_qbms_integrated {
  overflow: hidden;
}
.amscheckout .second-column .column-section {
  bottom: 0;
  min-height: 50%;
  overflow: auto;
  position: relative;
}
.shipping-method .checkout-actions {
  margin: 30px 0;
}
/*menu new*/
.level1 > li {
  display: block!important;
  width: 100%!important;
}
.nav-dropdown li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 15px;
}
.level0 {
  margin: 0 -15px;
}
.inner-menu-btm img {
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bottom-menu li:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.level1 > li {
  padding: 0!important;
}
.level1 > li a {
  font-family: "Futura", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-style: normal;
  padding: 5px 0;
  color: #aaaaaa;
}
.level0 a {
  font-size: 18px;
  font-family: "Futura", sans-serif;
  font-style: normal;
  padding: 5px 0;
  letter-spacing: 0px;
  color: #020202;
  text-transform: capitalize;
}
.has-dd > ul li {
  clear: left;
  display: block;
}
#btm .inner-menu-btm > a {
  border: none;
}
.inner-menu-btm .overlay {
  background: rgba(2, 2, 2, 0.49);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.filters-each-group .panel-heading a h5:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 8px;
  top: 50%;
  right: 0;
  margin-top: -7px;
  background: url(images/icons/downarrow@2x.png) no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
/*credit card -images*/
.ccn-images {
  margin-bottom: 6px;
  overflow: hidden;
}
.ccn-images label {
  float: left;
  width: 50%;
}
.ccn-images ul.amasty-payment-detect {
  float: right;
}
.ccn-images .amasty-payment-detect li {
  padding: 0 2.5px;
  width: 38px;
}
.ccn-images .amasty-payment-detect img {
  border: 1px solid #e1e1e1;
  width: 100%;
}
@media (max-width: 480px) {
  .ccn-images label {
    float: none;
    width: 100%;
  }
  .ccn-images ul.amasty-payment-detect {
    float: none;
  }
}
.amscheckout-row {
  padding: 20px 15px 0;
}
#billing-new-address-form > ul {
  margin: 0 -15px;
}
#amasty-scheckout-login .amasty-scheckout-field {
  padding: 0 15px;
}
#shipping-new-address-form > ul {
  margin: 0 -15px;
}
/*oct 3*/
.amscheckout select {
  min-width: 150px!important;
}
.amscheckout-row > div {
  padding: 0!important;
}
#qbms_integrated_cc_type_cvv_div {
  padding-left: 20px;
}
#qbms_integrated_cc_type_exp_div .v-fix select {
  min-width: 50px!important;
}
#qbms_integrated_cc_type_exp_div .input-box {
  margin: 0 -10px;
}
@media (min-width: 1101px) and (max-width: 1166px) {
  #payment-tool-tip .btn-close {
    top: 80%!important;
  }
}
@media (max-width: 950px) {
  .catalog-product-view .product-view {
    margin-top: 110px;
  }
}
@media (max-width: 768px) {
  .checkout-amasty-disabled {
    background-color: transparent;
    height: auto !important;
  }
  .checkout-amasty-checkout-edit {
    display: block;
  }
  .inner-container a:hover {
    color: transparent!important;
  }
  .amscheckout .area-header {
    font-size: 17px!important;
    height: 60px!important;
    letter-spacing: 1px!important;
    line-height: 60px!important;
    border-bottom: 1px solid #aaa;
  }
  .tick {
    background-size: 20px auto!important;
  }
  .amscheckout .three-columns .first-column,
  .amscheckout .three-columns .second-column,
  .amscheckout .three-columns .third-column {
    margin-bottom: 0!important;
  }
  .first-column > br {
    display: none;
  }
  .order-review-logo a img {
    margin: 12px auto;
  }
  .checkout-actions {
    margin-bottom: 30px;
  }
  .amscheckout-row.same-address {
    margin-bottom: 20px;
    padding: 0;
  }
  #payment-tool-tip {
    position: relative;
    top: 0 !important;
    padding: 0 30px !important;
    width: calc(70%);
  }
  #payment-tool-tip .btn-close {
    position: absolute;
    top: 0 !important;
    right: 0!important;
  }
  #payment-tool-tip .btn-close a {
    background-size: 50%!important;
  }
  #payment-tool-tip img {
    max-width: 100%!important;
    width: 100%;
  }
}
@media (max-width: 580px) {
  #qbms_integrated_cc_type_cvv_div {
    float: none!important;
    width: 100%!important;
  }
  #qbms_integrated_cc_type_exp_div {
    float: none!important;
    width: 100%!important;
  }
  #qbms_integrated_cc_type_cvv_div {
    padding-left: 0!important;
  }
}
@media (max-width: 400px) {
  #qbms_integrated_cc_type_exp_div .v-fix {
    width: 100%!important;
    float: none!important;
    padding: 0!important;
    margin-bottom: 10px;
  }
  #qbms_integrated_cc_type_cvv_div .input-box .v-fix {
    padding: 0!important;
  }
  #qbms_integrated_cc_type_exp_div .input-box {
    margin: 0;
  }
}
.checkout-onepage-index .nav-btn {
  display: none;
}
/*GBN*/
.inner-menu .child-dropdown li a {
  color: #020202;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 0;
}
#checkout-errormsg {
  padding: 0 30px;
  text-align: center;
}
#checkout-errormsg {
  color: #ff0000;
  display: block;
  padding-bottom: 15px;
}
/*CCV close */
#payment-tool-tip .btn-close {
  top: 75%;
  background: transparent;
  right: 35px;
  width: 20px;
  height: 20px;
}
#payment-tool-tip {
  padding: 0 30px;
}
#payment-tool-tip .btn-close a {
  color: transparent;
  background: url("images/close-pdt.png");
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-size: 45%;
}
#payment-tool-tip img {
  max-width: 90%;
}
#payment-tool-tip .btn-close::after,
#payment-tool-tip .btn-close::before {
  display: none;
}
/*oct 12 */
.pdt-thumbnails ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 6px;
}
.pdt-thumbnails ul {
  padding: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
}
.pdt-image img {
  width: 100%;
}
.pdt-image {
  float: left;
  width: 50%;
  position: relative;
}
/*product details*/
/*oct13*/
#main-image img {
  width: 100%;
  position: relative;
}
.pdt-detail {
  padding: 95px 0px 0 65px;
}
.pdt-detail h2 {
  font-size: 40px;
  padding-bottom: 20px;
  font-family: "Futura", sans-serif;
  font-weight: 700;
}
.product-img-box {
  margin: 0 -15px;
}
.product-image-thumbs li {
  display: inline-block;
  padding: 0 5px;
}
.product-image-thumbs {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  cursor: pointer;
}
.product-view {
  padding-bottom: 150px;
}
.add-to-cart-wrapper {
  clear: left;
}
.pdt-detail-panel .panel .panel-heading a h5 {
  letter-spacing: 2px;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #020202;
  line-height: 49px;
  padding-left: 30px;
}
.pdt-detail-panel .panel .panel-heading a h5:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 8px;
  top: 50%;
  right: 16px;
  margin-top: -7px;
  background: url(images/icons/downarrow@2x.png) no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.pdt-detail-panel .panel .panel-heading {
  background: transparent;
  border: none;
  box-shadow: none;
}
.pdt-detail-panel .panel .panel-heading h5.active {
  background: #f5f5f5;
  padding-bottom: 0;
  border: none;
}
.pdt-detail-panel .panel .panel-heading h5.active:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.pdt-detail-panel .panel.panel-default {
  border-bottom: 1px solid #dddddd;
}
.pdt-detail-panel .panel .panel-heading {
  position: relative;
  padding: 0;
  height: 50px;
  border-radius: 0;
}
.pdt-detail-panel .panel .panel-body {
  padding: 30px!important;
  border-top: 1px solid transparent!important;
}
.pdt-detail-panel .panel {
  border: none;
}
.pdt-detail-panel .panel .panel-body p,
.specification {
  font-family: "Futura", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #020202;
  line-height: 25px;
}
@media only screen and (max-width: 950px) {
  .pdt-detail-panel .panel .panel-body p,
  .specification {
    line-height: 27px;
  }
}
.pdt-detail-panel p span {
  font-weight: 700;
}
.add-pdt .btn-cart {
  width: 100%;
  height: 45px;
  border: 1px solid #0081c6;
  border-radius: 0;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  z-index: 99;
  text-transform: uppercase;
  background: #0081c6;
}
.product-shop .price {
  font-family: "Futura", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #020202;
}
.inc.btn-pdt,
.dec.btn-pdt {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
  display: inline-block;
  color: transparent;
  vertical-align: middle;
  padding: 8px 10px;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
}
.inc.btn-pdt {
  background: url('images/product-detail/add.png');
  background-repeat: no-repeat;
  background-position: 50%;
}
.dec.btn-pdt {
  background: url('images/product-detail/sub.png');
  background-repeat: no-repeat;
  background-position: 50%;
}
#qty {
  width: 30px;
  text-align: center;
  display: inline-block;
  background: #f5f5f5;
  border: none;
  color: #020202;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.qty-pdt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f5f5f5;
  text-align: center;
  color: #cccccc;
  max-width: 100px;
  width: 100%;
  height: 45px;
}
.add-to-cart {
  overflow: hidden;
}
.addbtn-pdt {
  display: inline-block;
  padding-right: 0;
  padding-left: 15px;
}
.addbtn-pdt p {
  font-family: "Futura", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #cccccc;
  text-transform: uppercase;
  padding-top: 15px;
  text-align: center;
  letter-spacing: 1px;
}
.chat-dealer .right-text,
.chat-dealer .left-text {
  font-family: "Futura", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #cccccc;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pdt-price-review {
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}
.pdt-price-review .price-box {
  float: left;
  text-align: left;
  padding-bottom: 25px;
}
@media only screen and (max-width: 950px) {
  .pdt-price-review .price-box {
    padding-bottom: 15px;
  }
}
.pdt-price-review .outer-ratings {
  width: 50%;
  float: right;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}
.pdt-price-review .review-info a {
  text-decoration: none;
  font-weight: 700;
  padding-top: 15px;
}
.pdt-detail-panel .panel .panel-heading a:hover,
.pdt-detail-panel .panel .panel-heading a {
  text-decoration: none;
}
.pdt-detail-panel .panel.panel-default {
  box-shadow: none;
  border-radius: 0;
}
.chat-dealer {
  overflow: hidden;
  padding-top: 10px;
}
.chat-dealer .left-text {
  text-align: left;
  float: left;
  width: 50%;
}
.chat-dealer .right-text {
  float: right;
  width: 50%;
  text-align: right;
}
.pdt-small-txt {
  font-size: 13px;
  color: #aaaaaa;
  text-transform: uppercase;
  line-height: 20px;
  font-family: "Chronicle G1", serif;
  font-style: italic;
  padding-bottom: 20px;
  letter-spacing: 2px;
}
.chat-dealer a {
  text-decoration: none;
  cursor: pointer;
}
.product-view {
  margin-top: 130px;
}
.team-img img {
  width: 100%;
}
.team-img {
  position: relative;
}
.team-text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  height: 25px;
  font-family: "Futura", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  transform: translate(-50%, -50%);
}
.team-img {
  margin-bottom: 30px;
}
.panel-group .panel + .panel {
  margin-top: 0px!important;
}
.pdt-detail-panel .panel.panel-default .panel-heading {
  border-bottom: none;
}
.back-link a {
  font-family: "Futura", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
  display: block;
}
.review-product-list .main-container {
  margin: 0px auto 0;
  max-width: 100%;
}
.review-product-list .product-view {
  margin-top: 0;
}
.review-product-list .product {
  margin-top: 130px;
}
.review-product-list .breadcrumbs ul {
  margin: 20px 10px;
}
.review-product-list .breadcrumbs ul li {
  display: inline-block;
}
.review-product-list .breadcrumbs {
  padding-bottom: 0;
}
.review-product-list .product-view {
  padding-bottom: 50px;
}
.review-product-list .col-right.sidebar {
  font-family: "Futura", sans-serif;
  font-size: 15px;
  margin-left: 30px;
  width: 100%;
  margin-bottom: 30px;
  float: none;
}
.extra-info .no-rating {
  display: none;
}
.rating-num {
  display: inline-block;
  font-family: "Futura", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #cccccc;
  letter-spacing: 1px;
}
/*responsive prody=uct detail*/
@media (min-width: 992px) and (max-width: 1199px) {
  .product-view {
    margin-top: 120px;
  }
  .pdt-detail {
    padding: 60px 30px 0 30px;
  }
  .pdt-small-txt {
    font-size: 12px;
  }
  .pdt-price-review .review-info {
    font-size: 11px;
  }
  .addbtn-pdt p {
    font-size: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-view {
    margin-top: 120px;
  }
  .pdt-detail h2 {
    font-size: 30px;
  }
  .pdt-detail {
    padding: 40px 20px 0 20px;
  }
  .pdt-small-txt {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .product-shop .price {
    font-size: 13px;
  }
  .pdt-price-review .review-info {
    font-size: 10px;
  }
  .team-text {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .product-view {
    margin-top: 50px;
  }
  .pdt-detail h2 {
    font-size: 30px;
  }
  .pdt-detail {
    padding: 70px 20px 0 20px;
  }
  .pdt-detail-panel .panel-group .panel + .panel {
    margin-top: 0px;
  }
  .product-image-thumbs {
    position: static;
  }
  .review-product-list .product {
    margin-top: 0;
  }
  .pdt-detail-panel .panel .panel-body {
    padding: 15px!important;
  }
  .pdt-small-txt span {
    display: block;
  }
  .pdt-small-txt span:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 500px) {
  .add-pdt .btn-cart,
  #qty {
    font-size: 10px;
  }
}
@media (max-width: 440px) {
  .pdt-detail h2 {
    font-size: 23px;
  }
  .product-image-thumbs li {
    padding: 0 1px;
  }
  .team-main {
    width: 100%;
  }
  .team-img img {
    position: relative;
    width: auto;
    margin: auto;
    display: block;
  }
}
/*menu border*/
.nav .level1 li + li a {
  border-left: none;
}
.nav .level0 li + li a {
  border-left: none;
}
.nav .level0 li:last-child a {
  border-right: none;
}
.nav .level1 li:last-child a {
  border-right: none;
}
.ratings {
  background: url('images/star-alt.png');
  height: 18px;
  width: 79px;
  display: inline-block;
}
.rating {
  background: url('images/star-rating.png');
  height: 18px;
}
.qty-main {
  padding-left: 0;
  padding-right: 0;
}
/*safari scroll*/
.product-block-main::-webkit-scrollbar {
  width: 8px;
}
.product-block-main::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
.product-block-main::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(205, 205, 205, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
/*top header*/
.nav-lang ul {
  margin-left: 0;
}
.header-shipping {
  padding: 10px;
}
.header-shipping p {
  font-family: "Futura", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0px;
}
.header-shipping a {
  color: #ffffff;
  text-decoration: underline;
}
.header-shipping a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.customer-acc a {
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 40px;
}
.head-center {
  text-align: center;
}
.head-left {
  text-align: left;
  padding-left: 0px;
}
.head-right {
  text-align: right;
  padding-right: 0px;
  padding-left: 0px;
}
.nav-lang ul a {
  border-left: none;
  padding: 11px 10px 11px 10px;
}
.nav-toggle {
  float: left;
  width: 15%;
}
.nav-lang {
  overflow: hidden;
}
.list-links a:hover,
.nav-toggle:hover {
  color: #fff;
  /*background: #fff;*/
  text-decoration: none;
}
.nav.nav-secondary li + li a {
  border-left: none;
}
.nav-secondary > li > a:hover,
.nav-secondary > li > a:focus {
  background: transparent;
}
.nav.nav-secondary.mobile-hide {
  margin-right: 40px;
}
.opensearch {
  margin-top: 10px;
}
.opensearch {
  padding: 0 !important;
}
.search-head {
  padding: 25px 15px;
}
.panel-body .specification br {
  display: none;
}
.specification table td {
  padding-top: 10px;
}
.specification table td:first-child {
  padding-left: 30px;
  width: 25%;
}
@media only screen and (max-width: 950px) {
  .specification table td:first-child {
    padding-left: 0;
  }
}
.specification table tr:first-child {
  border-bottom: 1px solid #dddddd;
  height: 45px;
}
.specification table th {
  padding-bottom: 10px;
}
.specification table th {
  font-family: "Futura", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #020202;
}
.specification table th {
  line-height: 0;
}
#collapse2 .panel-body {
  padding: 17px 0 !important;
}
.specf-table {
  width: 100%;
}
.list-links {
  display: inline-block;
}
.list-links li {
  display: inline-block;
}
.nav a:hover {
  background: #F5F5F5;
}
.pdt-small-txt span:not(:last-child):after {
  content: "/";
}
.specf-table td,
th {
  font-size: 17px;
  line-height: 1.59;
  color: #020202;
}
#search_small_mini_form input#q {
  padding-left: 12px;
}
/*search mob*/
@media (max-width: 950px) {
  .search.active {
    height: 50px;
    width: 100%;
  }
  .search {
    width: 100%;
    max-height: 50px;
    top: 100%;
    right: 0;
    border: 0;
    left: 0;
    margin: auto;
    height: 0px;
  }
  .search .search-field {
    height: 50px;
  }
  .btn-close {
    background: transparent;
  }
  .head-center {
    width: 100%;
  }
  .search-btn {
    color: transparent !important;
  }
  #search_small_mini_form .search-btn {
    background: url('images/right-arrow-big.png');
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    width: 30px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 15px center;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    margin-right: 0;
    background-size: contain;
  }
  #search_small_mini_form .btn-close {
    display: none;
  }
}
.dropdown nav a:hover {
  background: transparent;
}
/*BLVR CSS*/
.search-secondary .search-field {
  margin-right: 10px;
}
@media (max-width: 950px) {
  .nav .menu-block li a strong:after,
  .nav .menu-block li a strong:before {
    top: 3.5rem;
  }
}
@media (max-width: 991px) {
  .intro p {
    padding-bottom: 18px;
  }
  .search-btn.btn-black {
    color: #fff !important;
  }
  .search-btn.btn-black:hover {
    color: #000 !important;
  }
  .team-image:before {
    opacity: .5;
    visibility: visible;
  }
  .team-content {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .search-secondary .search-field {
    line-height: 35px;
  }
  .dealer-locator-container {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
.out-stock {
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  float: right;
}
@media only screen and (max-width: 950px) {
  .out-stock {
    padding-bottom: 15px;
  }
}
.amscheckout-row.same-address {
  padding-left: 0;
  padding-top: 0;
}
.fly-out-wrapper .cartProductsBlock .item_count {
  background-color: #f5f5f5;
  float: none;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  width: 30px;
}
.out-stock > a {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  text-decoration: none;
}
.out-stock > a:hover {
  opacity: 0.7;
  color: #020202;
  text-decoration: none;
}
@media (max-width: 900px) {
  #amasty-scheckout-login .amasty-scheckout-fields {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-view h7 {
    padding-bottom: 25px;
  }
  .mobile-view p {
    padding-bottom: 23px;
  }
  .mobile-view .link-more-white {
    color: #0081c6;
  }
}
.landing-page {
  background-color: #020202;
  color: #fff;
  font-family: "Futura", sans-serif;
  padding: 0 20px;
}
@media only screen and (max-width: 950px) {
  .landing-page .d-flex {
    display: block;
  }
}
@media only screen and (max-width: 950px) {
  .landing-page {
    padding: 0 15px;
  }
}
.landing-page.container-secondary {
  max-height: none;
  margin-top: 0;
}
.landing-page .intro {
  margin-bottom: 30px;
}
.landing-page .intro:after {
  display: none;
}
@media only screen and (max-width: 950px) {
  .landing-page .fin-spec {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 951px) {
  .landing-page [class^="col-md-6"] {
    flex: 0 0 50%;
    float: none;
    max-width: 50%;
    min-height: 1px;
    position: relative;
  }
}
.landing-page .background {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.landing-page .fins {
  margin-bottom: 30px;
  position: relative;
}
.landing-page .fins a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.landing-page .fins .fins-cap {
  font-size: 40px;
  font-weight: 600;
  left: 50%;
  letter-spacing: 0.1rem;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.landing-page .fins a {
  text-decoration: none;
  display: block;
  overflow: hidden;
}
.landing-page .fins a:hover {
  color: #fff;
  text-decoration: none;
}
.landing-page .section-video {
  margin: 30px 0;
  padding: 0 30px;
}
.landing-page .full-width-banner {
  padding: 30px 30px 0;
}
.first-letter span {
  font-size: 40px;
}
.first-letter p {
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (max-width: 576px) {
  .first-letter p {
    font-size: 16px;
    line-height: 22.66666667px;
  }
}
@media only screen and (max-width: 950px) {
  .first-letter {
    margin-bottom: 30px;
  }
}
.header-alt {
  padding: 30px 0;
  text-align: center;
  background-color: #020202;
}
.header-alt .logo {
  background: url(images/icons/logo-alt.png) no-repeat 0 0;
  background-size: contain;
}
.shipping-info {
  font-family: "Futura", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #cccccc;
  text-transform: uppercase;
  padding-top: 15px;
  text-align: center;
  letter-spacing: 1px;
  overflow: hidden;
  display: block;
  clear: both;
  padding-bottom: 25px;
}
.landing-page-new .star-rating,
.jjf-landing .star-rating {
  float: right;
}
.landing-page-new .star-rating span,
.jjf-landing .star-rating span {
  color: #0081c6;
}
.landing-page-new .qty-main select,
.jjf-landing .qty-main select {
  min-width: calc(100% - 30px);
  border: none;
  background-image: url('images/icons/downarrow@2x.png');
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  background-size: 12px auto, 8px auto;
  font-family: "Futura", sans-serif;
  max-width: 247px;
  width: 100%;
  background-color: #f5f5f5;
  color: #cccccc;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  cursor: pointer;
}
.landing-page-new .qty-main select option,
.jjf-landing .qty-main select option {
  border: medium none;
  padding: 10px 15px;
}
.landing-page-new .qty-main select:focus,
.jjf-landing .qty-main select:focus {
  outline: none;
}
.landing-page-new .qty-main select.validation-failed,
.jjf-landing .qty-main select.validation-failed {
  border: 2px solid red;
}
.landing-page-new .video-banner,
.jjf-landing .video-banner {
  margin-bottom: 45px;
}
.landing-page-new .content-block,
.jjf-landing .content-block {
  padding-top: 0 !important;
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 950px) {
  .landing-page-new .content-block,
  .jjf-landing .content-block {
    padding-bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.landing-page-new .content-block p,
.jjf-landing .content-block p {
  text-align: center;
  font-family: "Futura", sans-serif;
}
.landing-page-new .content-block p.caption,
.jjf-landing .content-block p.caption {
  font-weight: 600;
  font-size: 30px;
}
@media only screen and (max-width: 950px) {
  .landing-page-new .content-block p.caption,
  .jjf-landing .content-block p.caption {
    font-size: 24px;
  }
}
.landing-page-new .content-block p ~ p,
.jjf-landing .content-block p ~ p {
  padding-top: 15px;
}
.landing-page-new .d-flex [class^="col-"],
.jjf-landing .d-flex [class^="col-"] {
  float: none;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.landing-page-new .d-flex [class^="col-md-4"],
.jjf-landing .d-flex [class^="col-md-4"] {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media only screen and (max-width: 950px) {
  .landing-page-new .d-flex [class^="col-md-4"],
  .jjf-landing .d-flex [class^="col-md-4"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.landing-page-new .d-flex [class^="col-md-8"],
.jjf-landing .d-flex [class^="col-md-8"] {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
@media only screen and (max-width: 950px) {
  .landing-page-new .d-flex [class^="col-md-8"],
  .jjf-landing .d-flex [class^="col-md-8"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .landing-page-new .product-view,
  .jjf-landing .product-view {
    padding-bottom: 75px;
  }
}
.landing-page-new .product h5,
.jjf-landing .product h5 {
  font-size: 18px;
}
.landing-page-new .shop-range .pdt-small-txt,
.jjf-landing .shop-range .pdt-small-txt {
  font-family: "Futura", sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.landing-page-new .product img,
.jjf-landing .product img {
  margin-bottom: 0;
}
.jjf-landing .intro:after {
  display: none;
}
.jjf-landing .shop-now-image img {
  width: 100%;
}
.jjf-landing .video-banner img {
  width: 100%;
}
.jjf-landing .name {
  font-family: "Futura", sans-serif;
  font-weight: 500;
  display: block;
  margin-top: 30px;
  text-align: center;
  font-size: 40px;
}
.slide {
  position: relative;
}
.slide:before {
  content: "";
  background-color: #020202;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.2;
}
.homepage .intro-with-link img {
  display: block;
  height: auto;
  width: 100%;
}
.homepage .intro-with-link a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.homepage .intro a {
  display: block;
}
.homepage .intro a img {
  width: 100%;
}
.homepage .intro:after {
  display: none;
}
.homepage .add-container {
  margin: 0 auto;
  max-width: 1550px;
  min-height: 1px;
}
.homepage .add-container.landing-page {
  background-color: transparent;
  padding: 30px 15px 0;
  color: #020202;
}
.homepage .add-container.landing-page .full-width-banner {
  padding: 30px 15px;
}
.homepage .add-container.landing-page .background {
  width: 100%;
}
.homepage .add-container.landing-page .intro {
  margin-bottom: 0;
}
.homepage .add-container.landing-page .section-products-tertiary {
  padding: 100px 0;
}
@media only screen and (max-width: 950px) {
  .homepage .add-container.landing-page .section-products-tertiary {
    padding: 50px 0;
  }
}
.homepage .add-container.landing-page .section-products-tertiary h2 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 950px) {
  .homepage .add-container.landing-page .section-products-tertiary h2 {
    padding-bottom: 30px;
  }
}
.homepage .add-container.landing-page .section-products-tertiary.p-0 {
  padding: 0;
}
.homepage .add-container.landing-page .section-products-tertiary .full-width-banner {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .homepage .add-container.landing-page .fins-block ~ .fins-block {
    margin-top: 30px;
  }
}
.homepage .instagram-wrapper .section-callout {
  background-color: #020202;
  color: #fff;
}
.homepage .instagram-wrapper .section-callout .btn {
  color: #fff;
  border: 3px solid #fff;
}
.class-dl {
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) and (min-width: 951px) {
  .class-dl {
    padding-right: 20px;
  }
}
.newsletter {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 15px;
  width: 100%;
}
.newsletter p {
  font-family: "Futura", sans-serif;
  text-align: center;
}
.newsletter .form-control {
  border: medium none;
  font-family: "Futura", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 80px;
  padding: 0 40px;
}
.newsletter .input-group {
  width: 100%;
}
.newsletter .input-group .btn.btn-go {
  background-color: rgba(0, 0, 0, 0);
  border: 0 none;
  font-size: 14px;
  height: 100%;
  line-height: 0;
  margin: 0;
  min-height: 80px;
  padding: 0 30px;
}
.newsletter .input-group-btn {
  height: 100%;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 9;
}
.newsletter .custom-arrow {
  background-image: url('images/icons/rightarrow@2x.png');
  width: 8px;
  height: 12px;
  background-size: 100%;
  display: block;
  background-repeat: no-repeat;
}
.sticky-actions {
  position: fixed;
  background-color: #fff;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 23px 30px 23px;
}
/*Shop Page new design */
.shop-index-shop .panel-heading.active h5::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.shop-index-shop .filters-body .panel:first-child {
  border-radius: 0;
  border-top: 1px solid #eeeeee;
}
.shop-index-shop .filters .filters-body h5 {
  padding: 20px 0;
}
@media only screen and (max-width: 950px) {
  .shop-index-shop .main.main-secondary.products-main-section {
    padding-top: 50px;
  }
}
.shop-index-shop .main-container {
  margin: 133px auto 0;
}
.shop-index-shop .main-container[data-height="61"] {
  margin-top: 155px;
}
.shop-index-shop .main-container[data-height="58"] {
  margin: 130px auto 0;
}
.shop-index-shop .main-container[data-height="58"] .mobile-filter.top-filter {
  top: 130px;
}
@media only screen and (max-width: 950px) {
  .shop-index-shop .main-container {
    margin: 110px auto 0;
    max-width: 100%;
    width: 100%;
  }
}
.shop-index-shop .mobile-filter {
  display: none;
}
@media only screen and (max-width: 950px) {
  .shop-index-shop .mobile-filter {
    display: block;
    border-top: 1px solid #eeeeee;
    text-align: center;
    font-family: "Futura", sans-serif;
    top: 0;
    background-color: #ffffff;
  }
  .shop-index-shop .mobile-filter.top-filter {
    z-index: 999;
    width: 100%;
    position: fixed;
    top: 110px;
  }
  .shop-index-shop .mobile-filter .filter-nav {
    border-bottom: 1px solid #eeeeee;
    font-weight: 600;
  }
  .shop-index-shop .mobile-filter .filter-nav:first-child {
    border-right: 1px solid #eeeeee;
  }
  .shop-index-shop .mobile-filter .filter-nav > a {
    display: block;
    padding: 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 950px) {
  .shop-index-shop .filter-by .filter-clear {
    display: none;
  }
  .shop-index-shop .overlay.active {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .shop-index-shop .col-left.sidebar {
    background-color: #fff;
    float: none;
    height: calc(100vh - 4px);
    left: -100%;
    margin-top: 0;
    position: fixed;
    top: 0;
    width: calc(100% - 50px);
    z-index: 9999;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
  }
  .shop-index-shop .col-left.sidebar.active {
    left: 0;
    border-top: 1px solid #eeeeee;
  }
  .shop-index-shop .col-left.sidebar .section-filters {
    padding: 50px 30px 0;
    height: calc(100% - 50px);
    overflow: scroll;
  }
}
.shop-index-shop .shop-page-filter.top-section {
  margin-top: 100px;
  padding-bottom: 58px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
  display: flex;
  position: relative;
}
.shop-index-shop .shop-page-filter.top-section .name {
  margin-right: auto;
}
.shop-index-shop .shop-page-filter.top-section .name h2 {
  font-size: 40px;
  text-transform: capitalize;
  padding: 0;
}
.shop-index-shop .shop-page-filter.top-section .name h2 small {
  font-size: 16px;
  font-weight: 600;
  padding-left: 5px;
  color: #ccc;
}
.shop-index-shop .shop-page-filter.top-section .sorting {
  align-self: center ;
}
.shop-index-shop .shop-page-filter.top-section .sorting select {
  border: none;
  background-image: url('images/icons/downarrow@2x.png');
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  background-size: 12px auto, 8px auto;
  font-family: "Futura", sans-serif;
  max-width: 247px;
  width: 100%;
  background-color: #f5f5f5;
  color: #cccccc;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  cursor: pointer;
}
.shop-index-shop .shop-page-filter.top-section .sorting select option {
  border: medium none;
  padding: 10px 15px;
}
.shop-index-shop .shop-page-filter.top-section .sorting select:focus {
  outline: none;
}
@media only screen and (max-width: 950px) {
  .shop-index-shop .shop-page-filter.top-section {
    border-bottom: medium none;
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .shop-index-shop .shop-page-filter.top-section .name h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 950px) {
  .shop-index-shop .panel:first-child .panel-heading {
    border-top: medium none;
  }
}
.shop-index-shop .panel:first-child .panel-heading.active {
  border-top: medium none;
}
.shop-index-shop .panel-heading {
  border-radius: 0;
  padding: 0;
}
.shop-index-shop .panel-heading a {
  display: block;
  padding: 0 20px;
}
.shop-index-shop .panel-heading.active {
  background-color: #f5f5f5;
}
.shop-index-shop .panel-body {
  padding: 10px 0;
}
.shop-index-shop .filters .filter-by {
  font-family: "Futura", sans-serif;
}
.shop-index-shop .filters .filter-by .name {
  font-weight: 700;
  font-size: 14px;
}
.shop-index-shop .filters .filter-by .filter-clear a {
  color: #aaaaaa;
  text-decoration: underline;
  font-size: 13px;
  font-weight: 500;
}
.shop-index-shop .filters .filter-by-nav {
  overflow: hidden;
}
.shop-index-shop .filters .filter-by-nav li {
  clear: both;
  float: left;
  font-size: 13px;
  color: #aaaaaa;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 15px;
  text-transform: capitalize;
}
.shop-index-shop .filters .filter-by-nav li a .close-icon {
  height: 10px;
  width: 10px;
  background-image: url('images/close.svg');
  background-repeat: no-repeat;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.shop-index-shop .filters li {
  margin: 15px 0;
}
@media only screen and (max-width: 950px) {
  .shop-index-shop .filters li {
    padding: 0 ;
  }
}
.shop-index-shop .filters li a {
  color: #020202;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.shop-index-shop .filters .checkbox label {
  padding-top: 0;
  color: #020202;
  font-size: 14px;
  letter-spacing: 0;
  padding-left: 35px;
}
.shop-index-shop .filters .checkbox label:before {
  top: 0;
}
.shop-index-shop .filters .checkbox label:after {
  height: 10px;
  left: 5px;
  top: 5px;
  width: 10px;
}
.shop-index-shop .filters .filters-body {
  padding-bottom: 0;
  margin-top: 18px;
}
.shop-index-shop .filters .extra-menu {
  font-family: "Futura", sans-serif;
}
.shop-index-shop .filters .extra-menu li {
  padding: 0 20px;
}
.shop-index-shop .filters .extra-menu li a {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.shop-index-shop .filters .list-checkboxes-secondary > li {
  margin: 0;
  padding: 10px 0 0;
}
.shop-index-shop .filters .list-checkboxes-secondary > li:first-child {
  border-top: 1px solid #dddddd;
}
.shop-index-shop .filters .list-checkboxes-secondary > li:last-child {
  border-bottom: none;
}
.shop-index-shop .filters .list-checkboxes-secondary .checkbox-toggle .description {
  top: 0;
  color: #aaaaaa;
  font-style: normal;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 20px;
}
.shop-index-shop .filters .list-checkboxes-secondary .checkbox-toggle .list-checkboxes {
  padding: 0 0 0 30px;
}
.shop-index-shop .filters .list-checkboxes-secondary .checkbox-toggle > input:checked + label {
  background-color: transparent;
}
.shop-index-shop .filters .list-checkboxes-secondary .checkbox-toggle > input:checked + label ~ .list-checkboxes {
  padding: 0 0 0 30px;
}
.shop-index-shop .filters .list-checkboxes-secondary .checkbox-toggle > label {
  font-size: 12px;
  height: auto;
  letter-spacing: 0.1em;
  line-height: inherit;
  padding: 0 0 0 29px;
  width: 100%;
}
.shop-index-shop .filters .list-checkboxes-secondary .checkbox-toggle > label:before {
  left: 0;
  top: 20px;
}
.shop-index-shop .filters .list-checkboxes-secondary .checkbox-toggle > label:after {
  left: 5px;
  top: 20px;
}
.shop-index-shop .filters .filter-secondary .panel-body {
  padding: 0;
}
.shop-index-shop .filters .filter-secondary .list-checkboxes-secondary {
  max-width: 100%;
}
.bg-img {
  background-size: cover;
  padding: 30px;
  position: relative;
  min-height: 350px;
}
.bg-img:before {
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bg-img .overlay-text {
  color: #ffffff;
  position: absolute;
  font-family: "Futura", sans-serif;
  text-align: left;
  bottom: 44px;
}
.bg-img .overlay-text h2 {
  padding-bottom: 35px;
  text-align: left;
  font-size: 40px;
}
.mobile_filter_overlay {
  cursor: pointer;
}
.active.shop-index-shop .mobile-filter.top-filter {
  top: 70px !important;
}
.active.shop-index-shop .col-main {
  margin-top: 20px;
}
@media only screen and (max-width: 950px) {
  .filters .filter {
    padding: 0;
    max-height: none;
  }
  .filters .filter.active {
    padding: 0;
  }
}
@media only screen and (min-width: 951px) {
  .filters .checkbox em {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 950px) {
  .filters .checkbox em {
    font-size: 12px;
  }
}
.outof-notice {
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-top: 15px;
}
.outof-notice span {
  display: block;
}
.outof-notice a {
  color: #aaaaaa;
}
body.shop-index-shop.sidebar-open {
  overflow: hidden;
}
body.shop-index-shop.sidebar-open .header {
  z-index: 1;
}
.product-info {
  color: #cccccc;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 11px;
  text-transform: capitalize;
}
@media only screen and (max-width: 950px) {
  .pdt-detail {
    padding: 50px 20px 0;
  }
}
.newsletter-signup-form #mc_embed_signup {
  background: none;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
.newsletter-signup-form #mc_embed_signup .mc-field-group {
  width: 100% !important;
}
.newsletter-signup-form #mc_embed_signup form {
  padding: 0;
}
.newsletter-signup-form #mc_embed_signup .mc-field-group {
  padding-bottom: 0;
}
.newsletter-signup-form #mc_embed_signup .mc-field-group input {
  border: medium none;
  font-family: "Futura", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 80px;
  padding: 0 40px;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
}
@media (max-width: 767px) {
  .newsletter-signup-form #mc_embed_signup .mc-field-group input {
    padding: 0 15px;
    height: 60px;
  }
}
.newsletter-signup-form #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  margin: 0;
  background: none;
  padding: 10px;
}
.newsletter-signup-form #mc_embed_signup_scroll {
  position: relative;
}
.newsletter-signup-form #mc_embed_signup_scroll .clear {
  position: absolute;
  top: 0;
  right: 0;
  clear: none;
  z-index: 99;
}
.newsletter-signup-form #mc_embed_signup_scroll .clear input {
  margin: 0;
  text-indent: -99999px;
  background-size: 9px 13px;
  background-color: transparent;
  background-image: url('/wp/wp-content/uploads/2017/11/arrowright.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  height: 80px;
  width: 72px;
}
@media (max-width: 767px) {
  .newsletter-signup-form #mc_embed_signup_scroll .clear input {
    height: 60px;
    width: 50px;
  }
}
/*
-----------------------------
 Black Friday & Cyber Monday
-----------------------------
*/
.offer-info {
  font-family: "Futura", sans-serif;
  color: #d0011b;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  margin-top: 5px;
}
.price-info {
  clear: both;
  overflow: hidden;
}
.offer-info-list {
  padding-bottom: 25px;
  font-family: "Futura", sans-serif;
  color: #d0011b;
}
.cms-black-friday .main {
  background: #f5f5f5;
}
.bfcm-cart {
  font-family: "Futura", sans-serif;
  position: relative;
}
.bfcm-cart .bfcm-cart-close {
  position: absolute;
}
.bfcm-cart .bfcm-cart-info {
  background-color: #020202;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  text-align: center;
}
.bfcm-cart .bfcm-cart-info span {
  display: block;
}
.bfcm-cart .bfcm-cart-info span.spend-amt {
  font-weight: 600;
}
.bfcm-cart .bfcm-cart-info span a {
  color: #0081c6;
}
.bfcm-cart .bfcm-cart-info span a:hover {
  color: #0081c6;
  text-decoration: none;
}
del {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
del:after {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  height: 1px;
  background-color: #020202;
  top: 50%;
  margin-top: -1px;
}
.df-info {
  padding-top: 10px;
  font-size: 14px;
}
.container-secondary[data-height="58"] {
  margin-top: 130px;
}
.container-secondary[data-height="61"] {
  margin-top: 155px;
}
@media only screen and (max-width: 950px) {
  .header.open .overlay[data-height="58"],
  .nav:not(.nav-secondary)[data-height="58"] {
    top: 130px;
  }
}
.product-view[data-height="58"] {
  margin-top: 130px;
}
.product-view[data-height="61"] {
  margin-top: 155px;
}
.product-name-review .item-options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
}
.product-name-review .item-options dt:after {
  content: " : ";
}
.product-name-review .item-options dt,
.product-name-review .item-options dd {
  font-weight: 300;
}
.product-name-review .cart-price {
  font-size: 13px;
  font-weight: 700;
}
.product-name-review .cart-price del {
  margin: 0 5px;
}
.product-name-review .cart-price span {
  color: red;
}
.product-name-review .cart-price span.price {
  color: #020202;
}
.product-name-review .cart-price span span {
  font-size: 11px;
  margin-left: 5px;
  font-weight: 300;
}
.pdt-price-review .price-info {
  font-family: "Futura", sans-serif;
  margin-bottom: 10px;
}
.pdt-price-review .price-info del {
  margin-right: 15px;
}
.pdt-price-review .price-info .offer-txt {
  color: #d0011b;
}
.product .product-price.shop-list-price {
  font-family: "Futura", sans-serif;
  font-weight: 300;
}
.product .product-price.shop-list-price del {
  font-size: 14px;
}
.product .product-price.shop-list-price span {
  display: block;
}
.product .product-price.shop-list-price .offer-txt {
  color: #d0011b;
  font-style: italic;
}
.bfcm-cart-close {
  right: 5px;
  top: 5px;
  text-indent: -9999px;
}
.bfcm-cart-close.close-new {
  width: 12px;
  height: 12px;
}
.bfcm-cart-close.close-new:before,
.bfcm-cart-close.close-new:after {
  background: #fff;
}
.shop-index-shop.sidebar-open .main-container[data-height="58"] {
  margin-top: 0;
}
.overlay.active .close-new {
  opacity: 1;
}
.overlay .close-new {
  opacity: 0;
  position: fixed;
  right: 15px;
  top: 10px;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -ms-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
}
@media only screen and (min-width: 951px) {
  .overlay .close-new {
    display: none;
  }
}
.close-new.white:before,
.close-new.white:after {
  background: #fff;
}
.sticky-action {
  background-color: #fff;
  clear: both;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 15px 0;
  z-index: 999;
  display: none;
}
.sticky-action .sticky-action-wrapper {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 30px;
}
.sticky-action .sticky-action-wrapper .addbtn-pdt p {
  display: none;
}
.sticky-action .sticky-action-wrapper .out-stock {
  float: none;
  height: calc(75px - 30px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 950px) {
  .review-new .area-header {
    display: none;
  }
  #checkout-errormsg {
    padding: 0;
  }
}
.product-view-lower .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
.product-view-lower .container-fluid.video-banner-block {
  padding: 0px;
}
.product-view-lower .mtb-45 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.product-view-lower .mtb-45 .row {
  margin-left: -32px;
  margin-right: -32px;
}
.product-view-lower .container.review-contain {
  padding: 0 70px;
}
.product-view-lower .content-block {
  padding-top: 55px;
}
.product-view-lower .content-block h2 {
  font-size: 30px;
}
.product-view-lower article {
  margin-bottom: 40px;
  overflow: hidden;
}
.product-view-lower article .content-block {
  padding-left: 40px;
  padding-right: 90px;
}
.product-view-lower article ~ article .content-block {
  padding-left: 90px;
  padding-right: 40px;
}
.product-view-lower .video-banner {
  position: relative;
}
.product-view-lower .video-banner .video-ico {
  width: 120px;
  height: 120px;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
@media only screen and (max-width: 950px) {
  .product-view-lower .video-banner .video-ico {
    width: 80px;
    height: 80px;
  }
}
.product-view-lower .video-banner .video-ico:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.product-view-lower .video-banner .video-ico:before {
  content: "";
  background-image: url('images/icons/play-icon@2x.png');
  width: 24px;
  height: 27px;
  position: absolute;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 950px) {
  .product-view-lower .video-banner .video-ico:before {
    width: 20px;
    height: 22.5px;
  }
}
.product-view-lower .team-banner {
  position: relative;
  height: 695px;
  overflow: hidden;
  background-size: cover;
  background-position: center 0;
}
.product-view-lower .team-banner img {
  display: none;
}
.product-view-lower .team-banner:before {
  content: "";
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
}
.product-view-lower .team-banner .content-block {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  text-align: center;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.product-view-lower .team-banner .content-block .pdt-small-txt,
.product-view-lower .team-banner .content-block h2 {
  color: #fff;
}
.product-view-lower .review-wrapper .review-block {
  padding-bottom: 40px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 40px;
}
.product-view-lower .review-wrapper #review-rating span {
  padding-right: 3px;
  color: #020202;
}
.product-view-lower .review-wrapper .review-block-middle {
  padding-top: 23px;
  padding-bottom: 23px;
}
.product-view-lower .review-wrapper .review-block-bottom {
  font-family: "Futura", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #cccccc;
}
.product-view-lower .section-products h2 {
  font-size: 40px;
}
.product-view-lower .btn-review {
  border: 2px solid #020202;
  display: inline-block;
  padding: 14px 25px ;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.product-view-lower .btn-review:hover {
  background-color: #020202;
  color: #fff;
}
.product-view-lower .review-form h2 {
  font-size: 30px;
}
.product-view-lower input,
.product-view-lower textarea {
  padding: 7px 18px 5px;
  font-family: "Futura", sans-serif;
  border: 2px solid #eee;
  font-size: 15px;
  color: #666;
}
.product-view-lower .form-list {
  margin: 0 -15px;
  list-style: none;
  font-size: 0;
  float: left;
  width: calc(100% + 30px);
}
.product-view-lower .form-list div {
  margin-bottom: 31px;
}
.product-view-lower .nickname,
.product-view-lower .summary {
  width: calc(50% - 30px);
  margin: 0 15px;
  float: left;
}
.product-view-lower .nickname input,
.product-view-lower .summary input {
  width: 100%;
}
.product-view-lower .starrating input[type=radio] {
  display: none;
}
.product-view-lower .review {
  float: left;
  width: calc( 100% - 30px);
  margin: 0 15px;
}
.product-view-lower .review textarea {
  width: 100%;
}
.product-view-lower #add_rating {
  display: inline-block;
  margin-left: 50px;
  background: none;
  width: 200px;
}
.product-view-lower #add_rating .fa {
  padding: 0 5px;
  font-size: 25px;
}
.product-view-lower .rform-footer {
  margin-bottom: 20px;
}
.product-view-lower .rform-footer .button {
  width: 100%;
  height: 45px;
  border: 1px solid #020202;
  border-radius: 0;
  font-family: "Futura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  background: #020202;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #fff;
  text-transform: uppercase;
}
.product-view-lower .rform-footer .button:hover {
  border-color: #020202;
  background: transparent;
  color: #020202;
}
.product-view-lower .ride-number-image {
  background-size: cover;
  background-position: center;
  position: relative;
  background-image: none;
}
.product-view-lower #product-review-table .rate {
  border: none;
  float: left;
}
.ratings {
  margin-left: -3px;
}
.news-item-body h4 {
  font-size: 26px;
}
.overlay-notify {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-options {
  position: relative;
  max-width: 500px;
  margin: 135px auto 0;
  background-color: #fff;
  padding: 80px 50px;
}
.product-options .close-btn {
  position: absolute;
  right: 17px;
  top: 10px;
}
.product-options h5 {
  text-align: center;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-options .newsletter .form-control {
  border: 1px solid #cccc;
  height: 40px;
  padding: 0 15px;
}
.product-options .newsletter .input-group .btn.btn-go {
  min-height: 40px;
  padding: 0 15px;
}
.product-options .notice-tag {
  text-align: center;
  display: block;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #cccccc;
  padding-top: 15px;
}
.product-view-lower.content-section .content-block {
  padding-left: 50px;
  padding-right: 50px;
}
.product-view-lower.content-section h2 {
  font-size: 30px;
}
.product-view-lower.content-section h2 ~ h2 {
  padding-top: 30px;
}
.product-view-lower.content-section h3 {
  font-size: 25px;
  line-height: 1.5;
}
.product-view-lower.content-section h5 {
  line-height: 1.9;
  font-size: 18px;
}
.product-view-lower.content-section h6 {
  font-family: "Futura", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.product-view-lower.content-section p {
  text-align: left;
}
.item-options li {
  font-weight: 300;
  color: #aaaaaa;
  padding-right: 5px;
  position: relative;
  text-transform: capitalize;
}
.item-options li:not(:last-child)::after {
  content: "/";
}
.more-views {
  position: relative;
}
.more-views .product-image-thumbs {
  bottom: 0px;
  top: 15px;
}
.pdt-price-review .offer-info-list {
  padding-bottom: 25px;
  font-family: "Futura", sans-serif;
  color: #d0011b;
  display: block;
  float: left;
  text-align: right;
  width: 100%;
  margin-top: 10px;
}
/*  Subscription    */
.amxnotif-block {
  display: inline-block;
  margin-bottom: 30px !important;
  width: 100%;
}
.amxnotif-block input {
  border: 2px solid transparent;
  float: left;
}
.amxnotif-block input.input-text {
  padding: 7px 18px 5px;
  font-family: "Futura", sans-serif;
  border-color: #eee;
  font-size: 17px;
  color: #666;
  height: 40px;
  width: calc(100% - 160px);
}
.amxnotif-block button {
  padding: 7px 20px;
  float: left;
  height: 40px;
  text-transform: uppercase;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid #020202;
  letter-spacing: 0.2em;
  background: #020202;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.amxnotif-block button.button {
  margin-left: 20px;
  width: 140px;
  text-align: center;
}
.amxnotif-block button:hover {
  background: transparent;
  color: #020202;
}
.amxnotif-block label {
  color: #2F2F2F;
  font-weight: normal !important;
  float: none;
  font-family: "Futura", sans-serif;
}
.catalog-product-view .footer .footer-content.nocart {
  margin-bottom: 0px !important;
}
.section-products {
  padding: 114px 0 40px;
}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media (min-width: 320px) and (max-width: 480px) {
  .product-view-lower .nickname,
  .product-view-lower .summary {
    width: calc(100% - 30px);
  }
  .product-view-lower .surf-img {
    margin-top: 0px;
    /*jewel*/
  }
  .amxnotif-block button.button {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }
  .amxnotif-block input.input-text {
    width: 100%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /*    .product-view-lower .container .text-right{
        text-align: center;
    }*/
  .product-view-lower .nickname,
  .product-view-lower .summary {
    width: calc(100% - 30px);
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .shipping-method {
    height: 250px !important;
  }
  .product-view-lower .container {
    padding: 0 32px;
  }
}
/* Medium Devices, Desktops */
@media (max-width: 634px) {
  .product-view-lower #add_rating {
    display: block;
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 950px) {
  .product-view-lower .team-banner.banner-mob {
    height: 400px;
    background-position: center;
    background-size: cover;
  }
  .product-view-lower .team-banner.banner-mob > img {
    display: none;
  }
  .product-view .col-sm-4,
  .product-view-lower .col-sm-4,
  .product-view .col-sm-5,
  .product-view-lower .col-sm-5,
  .product-view .col-sm-6,
  .product-view-lower .col-sm-6,
  .product-view .col-sm-7,
  .product-view-lower .col-sm-7,
  .product-view .col-sm-8,
  .product-view-lower .col-sm-8 {
    width: 100%;
  }
  .product-view .col-sm-push-4,
  .product-view-lower .col-sm-push-4,
  .product-view .col-sm-push-8,
  .product-view-lower .col-sm-push-8 {
    left: 0%;
  }
  .product-view .col-sm-push-8,
  .product-view-lower .col-sm-push-8,
  .product-view .col-sm-pull-8,
  .product-view-lower .col-sm-pull-8 {
    right: 0%;
  }
  .product-view #image-list-pdt,
  .product-view-lower #image-list-pdt {
    position: static;
  }
  .product-view-lower .container.review-contain {
    padding: 0 32px;
  }
  .product-view-lower .container.review-contain .content-block {
    padding-top: 100px;
  }
  .product-view-lower .container.review-contain .content-block h2 {
    padding-bottom: 60px;
    font-size: 36px;
  }
  .product-view-lower .container.review-contain .text-right {
    text-align: center;
  }
  .product-view-lower .container-fluid.video-banner-block {
    margin: 0;
  }
  .product-view-lower article {
    margin-bottom: 32px;
  }
  .product-view-lower article .content-block {
    padding-left: 0;
    padding-right: 0;
    padding-top: 45px;
  }
  .product-view-lower article .content-block h2 {
    padding-bottom: 25px;
  }
  .product-view-lower .team-banner .content-block {
    width: 80%;
  }
}
/*  Jewel edit ends*/
.subcribe-info {
  font-family: "Futura", sans-serif;
  margin-bottom: 15px;
}
/*Edge fixes*/
@supports (-ms-ime-align: auto) {
  .featured-item-small {
    width: 30.38%;
  }
  .featured-item-large {
    width: 69.63%;
  }
  .featured-item-large {
    width: 69.625%;
  }
  .featured-item-large .featured-image {
    padding-top: 72% !important;
  }
  .featured-item-small .featured-image {
    padding-top: 82.5%;
  }
}
