@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700);
html,
body {
  height: 100%;
}
body {
  color: #666;
  background-color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
body.boxed {
  background-color: #f1f2f7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #414141;
  margin: 0 0 30px 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body .wrapper {
  overflow: hidden;
  min-height: 100%;
}
body.boxed .wrapper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 3px;
}
.top-bar {
  display: block;
  background-color: #fff;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
}
.top-bar__links {
  float: left;
  margin: 0;
}
.top-bar__links > li {
  padding: 0;
  display: inline-block;
  margin-left: -3px;
  position: relative;
  border-right: rgba(0, 0, 0, 0.1) 1px solid;
}
.top-bar__links > li:not(:last-child) {
  padding: 0 15px;
}
.top-bar__links > li > a {
  padding: 10px;
  font-size: 12px;
  color: #151515;
  display: block;
  text-decoration: none;
}
.top-bar__links > li > a:hover {
  font-weight: bold;
}
.top-bar__text-welcome {
  padding: 0 15px;
  font-size: 12px;
}
.top-bar__balance {
  padding: 0 15px;
  font-size: 12px;
}
.top-bar__balance a {
  color: #ff0000;
}
.top-bar--transparent {
  background-color: transparent;
}
.top-bar--transparent .top-bar__links {
  float: left;
  margin: 0;
}
.top-bar--transparent .top-bar__links > li {
  border-right: rgba(163, 163, 163, 0.1) 1px solid;
}
.top-bar--transparent .top-bar__links > li > a {
  color: #ffffff;
}
.top-bar--top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
}
.header {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: all .800s;
  transition: all .800s;
}
.header.fixed {
  position: fixed;
  z-index: 1000;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
.header__logo {
  height: 96px;
  line-height: 96px;
  overflow: hidden;
  display: inline-block;
}
.header__logo > img {
  height: 40px;
}
.header.header-md .header__logo {
  height: 70px;
  line-height: 66px;
}
.header.header-md .header__logo > img {
  height: 30px;
}
.header.fixed .header__logo {
  height: 60px;
  line-height: 50px;
}
.header.fixed .header__logo > img {
  height: 34px;
}
.header__btn-mobile {
  color: #333;
  display: none;
  padding: 6px 10px;
  float: right;
  margin-top: 13px;
  margin-right: 0;
  border-radius: 0;
}
.header__btn-mobile i {
  padding: 0;
  margin: 0;
  font-size: 21px;
}
@media only screen and (max-width: 992px) {
  .header__btn-mobile {
    display: block;
    float: right;
    margin-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .header__nav-main-collapse.collapse {
    display: none;
  }
  .header__nav-main-collapse.in,
  .header__nav-main-collapse.collapsing {
    display: block !important;
    width: 100%;
    margin: -1px 0 0 0;
  }
}
.header__nav-main ul > li > a {
  height: 96px;
  line-height: 76px;
}
.header__nav-main .nav-pills > li > a {
  color: #1F262D;
  font-weight: 400;
  background-color: transparent;
}
.header__nav-main .nav-pills > li:hover > a {
  color: #1F262D;
  background-color: rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width: 768px) {
  .header__nav-main li {
    display: block !important;
    float: none;
    text-align: left;
    border-radius: 0;
  }
}
.header.header-md .header__nav-main ul > li > a {
  height: 70px;
  line-height: 50px;
}
.header.fixed .header__nav-main ul > li > a {
  height: 60px;
  line-height: 40px;
}
.header__nav-second-main {
  border-left: rgba(0, 0, 0, 0.1) 1px solid;
  padding-left: 15px;
  margin-top: 39px;
  -webkit-transition: all .300s;
  transition: all .300s;
}
.header.fixed .header__nav-second-main {
  margin-top: 20px;
}
.header--transparent {
  background-color: transparent;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  box-shadow: none;
}
.header--transparent .header__btn-mobile {
  color: #fff;
}
.header--transparent .header__nav-main .nav-pills > li > a {
  color: #ffffff;
  font-weight: 400;
  background-color: transparent;
}
.header--transparent .header__nav-main .nav-pills > li.active > a {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .header--transparent .header__nav-main {
    background-color: #333 !important;
  }
  .header--transparent .header__nav-main li {
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  }
}
.header--white {
  background-color: #ffffff;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  box-shadow: none;
}
.header--no-border {
  border-bottom: none;
}
.header--top {
  position: absolute;
  z-index: 1000;
}
.top-bar + .header--top {
  top: 38px;
}
.page-header {
  position: relative;
  padding: 50px 0 50px 0;
  border-top: 0;
  margin-top: 0;
  margin-bottom: 0 !important;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
  -webkit-transition: all 0s;
  transition: all 0s;
  background: #ffffff;
}
.page-header--xs {
  padding: 20px 0 20px 0;
}
.page-header__h1 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-weight: 300;
}
.page-header .breadcrumb {
  position: absolute;
  font-size: 12px;
  top: 50%;
  right: 0;
  margin-top: -15px;
  background: transparent;
  margin-bottom: 0;
  z-index: 10;
}
.page-header .breadcrumb--left {
  left: 0;
  right: auto;
}
.bottom-footer {
  color: rgba(255, 255, 255, 0.6);
  background: #313131;
  background: -webkit-linear-gradient(top, #555555 0%, #313131 100%);
  background: linear-gradient(to bottom, #555555 0%, #313131 100%);
}
.bottom-footer--light {
  background: transparent;
  background-color: rgba(0, 0, 0, 0.15);
  color: #666;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.bottom-footer__copyright {
  background-color: rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 25px 0;
  font-size: 13px;
  display: block;
}
.bottom-footer__logo {
  margin: 0 20px 0 0;
  max-width: 150px;
  max-height: 40px;
}
#topTop {
  font-size: 38px;
  line-height: 33px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  position: fixed;
  height: 35px;
  width: 40px;
  right: 6px;
  bottom: 6px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.9;
  filter: alpha(opacity=90);
  text-decoration: none;
  display: none;
  z-index: 1000;
  border-radius: 2px !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#topTop:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
section {
  display: block;
  position: relative;
  padding: 80px 0;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  -webkit-transition: all .400s;
  transition: all .400s;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  box-sizing: border-box !important;
}
section.content {
  display: block;
  position: relative;
  padding: 80px 0;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  -webkit-transition: all .400s;
  transition: all .400s;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  box-sizing: border-box !important;
}
body.boxed section.content {
  background-color: #fff;
}
section.index-slider {
  display: block;
  padding: 0;
  margin: 0;
  box-shadow: none;
  background-color: #151515;
  overflow: hidden !important;
  border-bottom: 0;
  z-index: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.btn-default {
  -webkit-transition: .1s ease all;
  transition: .1s ease all;
  background: #ffffff;
  border: #dddddd 2px solid;
  color: #333333;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #dddddd;
  border: #dddddd 2px solid;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border: #dddddd 2px solid;
}
.btn-primary {
  -webkit-transition: .1s ease all;
  transition: .1s ease all;
  background: #ffffff;
  border: #EC1B23 2px solid;
  color: #EC1B23;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #EC1B23;
  border: #EC1B23 2px solid;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ffffff;
  border: #EC1B23 2px solid;
}
.btn-success {
  -webkit-transition: .1s ease all;
  transition: .1s ease all;
  background: #ffffff;
  border: #5cb85c 2px solid;
  color: #5cb85c;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #5cb85c;
  border: #5cb85c 2px solid;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #ffffff;
  border: #5cb85c 2px solid;
}
.btn-warning {
  -webkit-transition: .1s ease all;
  transition: .1s ease all;
  background: #ffffff;
  border: #f0ad4e 2px solid;
  color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #f0ad4e;
  border: #f0ad4e 2px solid;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffffff;
  border: #f0ad4e 2px solid;
}
.btn-danger {
  -webkit-transition: .1s ease all;
  transition: .1s ease all;
  background: #ffffff;
  border: #962626 2px solid;
  color: #962626;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #962626;
  border: #962626 2px solid;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ffffff;
  border: #962626 2px solid;
}
.link-primary {
  color: #ec1b23 !important;
  border-color: #ec1b23 !important;
}
.link-primary:hover,
.link-primary:focus {
  color: #ec1b23 !important;
  font-weight: bold !important;
}
.link-local {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.link-local:hover {
  text-decoration: none;
}
label {
  font-weight: bold;
  font-size: 12px;
}
.required label:after {
  content: " *";
  color: #dd0000;
}
.form-control {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 8px 10px;
  outline: 0;
  border: #e5e5e5 2px solid;
  border-radius: 0;
  background: #fff;
  font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
  color: #404040;
  -webkit-appearance: normal;
     -moz-appearance: normal;
          appearance: normal;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-control:focus {
  border-color: #c6c6c6;
  box-shadow: none;
}
.has-error .form-control:focus {
  box-shadow: none;
}
.panel {
  border-width: 1px;
  border-radius: 0;
}
.panel .panel-heading {
  background: #ffffff;
}
.quick-cart {
  padding: 0 5px 0 5px;
}
.quick-cart > a {
  background-color: transparent;
  color: #666;
  padding: 0 3px !important;
  display: block;
}
.quick-cart > a:hover {
  background-color: transparent !important;
}
.quick-cart__badge--corner {
  top: -8px !important;
  right: -6px !important;
  position: absolute !important;
  color: #fff !important;
  padding: 3px 6px;
}
.quick-cart__badge--aqua {
  background: #27d7e7 !important;
}
.quick-cart__icon {
  font-size: 18px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  opacity: 0.6;
  -webkit-transition: all .300s;
  transition: all .300s;
}
.quick-cart__box {
  display: none;
  right: 0;
  left: auto;
  top: 100%;
  padding: 10px 0;
  background-color: #fff;
  position: absolute;
  box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
  width: 274px;
  margin-top: 36px;
  z-index: 22;
  border: rgba(0, 0, 0, 0.07) 1px solid;
  margin-top: 18px;
}
@media only screen and (min-width: 992px) {
  .quick-cart__box {
    top: 21px;
    margin-top: 18px;
  }
}
@media only screen and (max-width: 769px) {
  .quick-cart__box {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 60px;
    margin-top: 0;
    border: rgba(0, 0, 0, 0.08) 1px solid !important;
  }
}
.quick-cart__box h4 {
  font-size: 17px;
  margin: 0;
  padding: 0 10px 10px 10px;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}
.header.header-sm .quick-cart__box {
  margin-top: 18px;
}
@media only screen and (min-width: 992px) {
  .header.header-sm .quick-cart__box {
    margin-top: 19px;
  }
}
.header.header-md .quick-cart__box {
  margin-top: 18px;
}
@media only screen and (min-width: 992px) {
  .header.header-md .quick-cart__box {
    margin-top: 26px;
  }
}
.quick-cart__wrapper {
  max-height: 400px;
  overflow-y: auto;
}
@media only screen and (min-width: 992px) {
  .quick-cart__wrapper {
    max-height: 300px;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 769px) {
  .quick-cart__wrapper {
    max-height: 200px;
    overflow-y: auto;
  }
}
.quick-cart__item {
  display: block;
  padding: 15px 10px;
  border-bottom: rgba(0, 0, 0, 0.04) 1px solid;
}
.quick-cart__item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.quick-cart__item > img {
  float: left;
  margin-right: 10px;
}
.quick-cart__item h6 {
  margin: 0;
  padding: 4px 0 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.quick-cart__footer {
  padding: 10px 10px 0 10px;
}
.quick-cart__footer > span {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 3px 3px 4px 3px;
}
.nav-tabs.nav-stacked {
  background-color: rgba(0, 0, 0, 0.02);
}
.nav-tabs.nav-stacked > li > a {
  border-left: 0 !important;
  border-right: 0 !important;
  border: 0 !important;
  background-color: #fff;
  color: #111;
  border-radius: 0 !important;
}
.nav-tabs.nav-stacked > li.active > a {
  background-color: #fafafa;
}
div.tab-content.tab-stacked {
  padding: 17px;
  background-color: #fafafa;
}
section.dark div.tab-content.tab-stacked {
  background-color: #444;
}
section.dark .nav-tabs.nav-stacked > li > a {
  background-color: #666;
}
section.dark .nav-tabs.nav-stacked > li.active > a {
  background-color: #444;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .nav-tabs > li {
    margin-bottom: 3px;
  }
  .nav-tabs > li,
  .nav-tabs > li > a {
    display: block !important;
    float: none !important;
    border: 0 !important;
    background-color: rgba(0, 0, 0, 0.01);
  }
  .nav-tabs > li > a :focus,
  .nav-tabs > li.active > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
/* Stacked Alternate */
.nav-tabs.nav-alternate {
  background-color: transparent;
}
div.tab-content.nav-alternate {
  background-color: transparent;
  padding: 0;
}
.nav-tabs.nav-alternate > li > a {
  background-color: #fafafa;
}
.nav-tabs.nav-alternate > li.active > a {
  color: #fff !important;
  background-color: #999;
}
section.dark .tab-content.nav-alternate {
  background-color: transparent !important;
}
.nav-tabs.nav-top-border > li.active > a,
.nav-tabs.nav-top-border > li.active > a:hover {
  border-top-color: #EC1B23 !important;
}
.nav-tabs.nav-bottom-border > li.active > a,
.nav-tabs.nav-bottom-border > li.active > a:hover {
  border-bottom-color: #EC1B23 !important;
}
.nav-tabs.nav-alternate > li.active > a {
  background-color: #EC1B23 !important;
}
.nav-tabs > li.active > a {
  color: #EC1B23 !important;
}
