@charset "UTF-8";

.cate-section-trait:after,
.gallery:after,
.lookbook .content:after,
.menu-cart-total:after,
.portfolio-detail > nav:after,
.product-list:after,
.product-quickview-popup .product:after,
.section-header:after {
  clear: both;
}

.background-image-main-404 {
  background-image: url(/images/backgrounds/main-404.jpg);
}

.background-image-main-comming-soon {
  background-image: url(/images/backgrounds/main-comming-soon.jpg);
}

.background-image-heading-blog {
  background-image: url(/images/backgrounds/heading-blog.jpg);
}

.background-image-heading-about-us {
  background-image: url(/images/backgrounds/heading-about-us.jpg);
}

.background-image-heading-contact {
  background-image: url(/images/backgrounds/heading-contact.jpg);
}

.background-image-heading-customers-say {
  background-image: url(/images/backgrounds/heading-customers-say.jpg);
}

.background-image-heading-checkout {
  background-image: url(/images/backgrounds/heading-checkout.jpg);
}

.background-image-heading-products {
  background-image: url(/images/backgrounds/heading-products.jpg);
}

.background-image-heading-product {
  background-image: url(/images/backgrounds/heading-product.jpg);
}

.background-image-heading-portfolios {
  background-image: url(/images/backgrounds/heading-portfolios.jpg);
}

.background-image-section-counting {
  background-image: url(/images/backgrounds/section-counting.jpg);
}

.background-image-section-customers-say {
  background-image: url(/images/backgrounds/section-customers-say.jpg);
}

::-moz-selection,
::-moz-selection {
  color: #fff;
  background: #e41a0b;
}

::-moz-selection,
::selection {
  color: #fff;
  background: #e41a0b;
}

body,
html {
  height: 100%;
  font-family: Roboto, Arial, sans-serif;
}

.text-alert,
h1,
h2,
h3,
h4,
h5,
h6,
label {
  font-family: Montserrat, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

a,
button {
  -webkit-transition: all .25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a:active,
a:focus {
  outline: 0 !important;
}

button:active,
button:focus {
  outline: 0 !important;
}

a {
  color: #333;
}

a:focus,
a:hover {
  color: #e41a0b;
  text-decoration: none;
}

label {
  font-size: 12px;
}

label sup {
  color: red;
}

img {
  max-width: 100%;
  height: auto;
}

.alert,
.btn,
.form-control,
.search-submit,
.tooltip-inner {
  border-radius: 0;
}

.white {
  color: #fff !important;
}

.dark {
  color: #333 !important;
}

.gray {
  color: #898989 !important;
}

.bg-lighten {
  background-color: #f9f9f9 !important;
}

.bg-gray {
  background-color: #f4f4f4 !important;
}

.bg-dark {
  background-color: #333 !important;
}

.bg-darken {
  background-color: #262626 !important;
}

.tiny {
  font-size: 10px;
}

.small {
  font-size: 12px;
}

.medium {
  font-size: 14px;
}

.large {
  font-size: 16px;
}

.light {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

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

.spacing-5 {
  letter-spacing: 5px;
}

.spacing-10 {
  letter-spacing: 10px;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.border-left {
  border-left: solid 1px #e1e1e1;
}

.border-right {
  border-right: solid 1px #e1e1e1;
}

.border-top {
  border-top: solid 1px #e1e1e1;
}

.border-bottom {
  border-bottom: solid 1px #e1e1e1;
  background-color: #000;
}

.fp-table {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
}

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

.fp-table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.col-centered {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 769px) {
  .cols-border > [class*=col-] {
    border-right: solid 1px #e1e1e1;
  }

  .cols-border > [class*=col-]:last-child {
    border-right: transparent;
  }
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.padding-top-5,
.padding-vertical-5 {
  padding-top: 5px !important;
}

.padding-horizontal-5,
.padding-left-5 {
  padding-left: 5px !important;
}

.padding-horizontal-5,
.padding-right-5 {
  padding-right: 5px !important;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.padding-bottom-5,
.padding-vertical-5 {
  padding-bottom: 5px !important;
}

.underline:after {
  content: '';
  display: block;
  width: 75px;
  height: 0;
  margin: 15px auto 0;
  border-bottom: solid 3px #333;
}

.margin-top-5,
.margin-vertical-5 {
  margin-top: 5px !important;
}

.margin-bottom-5,
.margin-vertical-5 {
  margin-bottom: 5px !important;
}

.margin-horizontal-5,
.margin-left-5 {
  margin-left: 5px !important;
}

.margin-horizontal-5,
.margin-right-5 {
  margin-right: 5px !important;
}

.margin-5 {
  margin: 5px !important;
}

.margin-top-10,
.margin-vertical-10 {
  margin-top: 10px !important;
}

.margin-bottom-10,
.margin-vertical-10 {
  margin-bottom: 10px !important;
}

.margin-horizontal-10,
.margin-left-10 {
  margin-left: 10px !important;
}

.margin-horizontal-10,
.margin-right-10 {
  margin-right: 10px !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-top-10,
.padding-vertical-10 {
  padding-top: 10px !important;
}

.padding-bottom-10,
.padding-vertical-10 {
  padding-bottom: 10px !important;
}

.padding-horizontal-10,
.padding-left-10 {
  padding-left: 10px !important;
}

.padding-horizontal-10,
.padding-right-10 {
  padding-right: 10px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-top-15,
.margin-vertical-15 {
  margin-top: 15px !important;
}

.margin-bottom-15,
.margin-vertical-15 {
  margin-bottom: 15px !important;
}

.margin-horizontal-15,
.margin-left-15 {
  margin-left: 15px !important;
}

.margin-horizontal-15,
.margin-right-15 {
  margin-right: 15px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-top-15,
.padding-vertical-15 {
  padding-top: 15px !important;
}

.padding-bottom-15,
.padding-vertical-15 {
  padding-bottom: 15px !important;
}

.padding-horizontal-15,
.padding-left-15 {
  padding-left: 15px !important;
}

.padding-horizontal-15,
.padding-right-15 {
  padding-right: 15px !important;
}

.margin-15 {
  margin: 15px !important;
}

.margin-top-20,
.margin-vertical-20 {
  margin-top: 20px !important;
}

.margin-bottom-20,
.margin-vertical-20 {
  margin-bottom: 20px !important;
}

.margin-horizontal-20,
.margin-left-20 {
  margin-left: 20px !important;
}

.margin-horizontal-20,
.margin-right-20 {
  margin-right: 20px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-top-20,
.padding-vertical-20 {
  padding-top: 20px !important;
}

.padding-bottom-20,
.padding-vertical-20 {
  padding-bottom: 20px !important;
}

.padding-horizontal-20,
.padding-left-20 {
  padding-left: 20px !important;
}

.padding-horizontal-20,
.padding-right-20 {
  padding-right: 20px !important;
}

.margin-20 {
  margin: 20px !important;
}

.margin-top-25,
.margin-vertical-25 {
  margin-top: 25px !important;
}

.margin-bottom-25,
.margin-vertical-25 {
  margin-bottom: 25px !important;
}

.margin-horizontal-25,
.margin-left-25 {
  margin-left: 25px !important;
}

.margin-horizontal-25,
.margin-right-25 {
  margin-right: 25px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-top-25,
.padding-vertical-25 {
  padding-top: 25px !important;
}

.padding-bottom-25,
.padding-vertical-25 {
  padding-bottom: 25px !important;
}

.padding-horizontal-25,
.padding-left-25 {
  padding-left: 25px !important;
}

.padding-horizontal-25,
.padding-right-25 {
  padding-right: 25px !important;
}

.margin-25 {
  margin: 25px !important;
}

.margin-top-30,
.margin-vertical-30 {
  margin-top: 30px !important;
}

.margin-bottom-30,
.margin-vertical-30 {
  margin-bottom: 30px !important;
}

.margin-horizontal-30,
.margin-left-30 {
  margin-left: 30px !important;
}

.margin-horizontal-30,
.margin-right-30 {
  margin-right: 30px !important;
}

.padding-25 {
  padding: 25px !important;
}

.padding-top-30,
.padding-vertical-30 {
  padding-top: 30px !important;
}

.padding-bottom-30,
.padding-vertical-30 {
  padding-bottom: 30px !important;
}

.padding-horizontal-30,
.padding-left-30 {
  padding-left: 30px !important;
}

.padding-horizontal-30,
.padding-right-30 {
  padding-right: 30px !important;
}

.margin-30 {
  margin: 30px !important;
}

.margin-top-35,
.margin-vertical-35 {
  margin-top: 35px !important;
}

.margin-bottom-35,
.margin-vertical-35 {
  margin-bottom: 35px !important;
}

.margin-horizontal-35,
.margin-left-35 {
  margin-left: 35px !important;
}

.margin-horizontal-35,
.margin-right-35 {
  margin-right: 35px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-top-35,
.padding-vertical-35 {
  padding-top: 35px !important;
}

.padding-bottom-35,
.padding-vertical-35 {
  padding-bottom: 35px !important;
}

.padding-horizontal-35,
.padding-left-35 {
  padding-left: 35px !important;
}

.padding-horizontal-35,
.padding-right-35 {
  padding-right: 35px !important;
}

.margin-35 {
  margin: 35px !important;
}

.margin-top-40,
.margin-vertical-40 {
  margin-top: 40px !important;
}

.margin-bottom-40,
.margin-vertical-40 {
  margin-bottom: 40px !important;
}

.margin-horizontal-40,
.margin-left-40 {
  margin-left: 40px !important;
}

.margin-horizontal-40,
.margin-right-40 {
  margin-right: 40px !important;
}

.padding-35 {
  padding: 35px !important;
}

.padding-top-40,
.padding-vertical-40 {
  padding-top: 40px !important;
}

.padding-bottom-40,
.padding-vertical-40 {
  padding-bottom: 40px !important;
}

.padding-horizontal-40,
.padding-left-40 {
  padding-left: 40px !important;
}

.padding-horizontal-40,
.padding-right-40 {
  padding-right: 40px !important;
}

.margin-40 {
  margin: 40px !important;
}

.margin-top-45,
.margin-vertical-45 {
  margin-top: 45px !important;
}

.margin-bottom-45,
.margin-vertical-45 {
  margin-bottom: 45px !important;
}

.margin-horizontal-45,
.margin-left-45 {
  margin-left: 45px !important;
}

.margin-horizontal-45,
.margin-right-45 {
  margin-right: 45px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-top-45,
.padding-vertical-45 {
  padding-top: 45px !important;
}

.padding-bottom-45,
.padding-vertical-45 {
  padding-bottom: 45px !important;
}

.padding-horizontal-45,
.padding-left-45 {
  padding-left: 45px !important;
}

.padding-horizontal-45,
.padding-right-45 {
  padding-right: 45px !important;
}

.margin-45 {
  margin: 45px !important;
}

.margin-top-50,
.margin-vertical-50 {
  margin-top: 50px !important;
}

.margin-bottom-50,
.margin-vertical-50 {
  margin-bottom: 50px !important;
}

.margin-horizontal-50,
.margin-left-50 {
  margin-left: 50px !important;
}

.margin-horizontal-50,
.margin-right-50 {
  margin-right: 50px !important;
}

.padding-45 {
  padding: 45px !important;
}

.padding-top-50,
.padding-vertical-50 {
  padding-top: 50px !important;
}

.padding-bottom-50,
.padding-vertical-50 {
  padding-bottom: 50px !important;
}

.padding-horizontal-50,
.padding-left-50 {
  padding-left: 50px !important;
}

.padding-horizontal-50,
.padding-right-50 {
  padding-right: 50px !important;
}

.margin-50 {
  margin: 50px !important;
}

.margin-top-55,
.margin-vertical-55 {
  margin-top: 55px !important;
}

.margin-bottom-55,
.margin-vertical-55 {
  margin-bottom: 55px !important;
}

.margin-horizontal-55,
.margin-left-55 {
  margin-left: 55px !important;
}

.margin-horizontal-55,
.margin-right-55 {
  margin-right: 55px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-top-55,
.padding-vertical-55 {
  padding-top: 55px !important;
}

.padding-bottom-55,
.padding-vertical-55 {
  padding-bottom: 55px !important;
}

.padding-horizontal-55,
.padding-left-55 {
  padding-left: 55px !important;
}

.padding-horizontal-55,
.padding-right-55 {
  padding-right: 55px !important;
}

.margin-55 {
  margin: 55px !important;
}

.margin-top-60,
.margin-vertical-60 {
  margin-top: 60px !important;
}

.margin-bottom-60,
.margin-vertical-60 {
  margin-bottom: 60px !important;
}

.margin-horizontal-60,
.margin-left-60 {
  margin-left: 60px !important;
}

.margin-horizontal-60,
.margin-right-60 {
  margin-right: 60px !important;
}

.padding-55 {
  padding: 55px !important;
}

.padding-top-60,
.padding-vertical-60 {
  padding-top: 60px !important;
}

.padding-bottom-60,
.padding-vertical-60 {
  padding-bottom: 60px !important;
}

.padding-horizontal-60,
.padding-left-60 {
  padding-left: 60px !important;
}

.padding-horizontal-60,
.padding-right-60 {
  padding-right: 60px !important;
}

.margin-60 {
  margin: 60px !important;
}

.margin-top-65,
.margin-vertical-65 {
  margin-top: 65px !important;
}

.margin-bottom-65,
.margin-vertical-65 {
  margin-bottom: 65px !important;
}

.margin-horizontal-65,
.margin-left-65 {
  margin-left: 65px !important;
}

.margin-horizontal-65,
.margin-right-65 {
  margin-right: 65px !important;
}

.padding-60 {
  padding: 60px !important;
}

.padding-top-65,
.padding-vertical-65 {
  padding-top: 65px !important;
}

.padding-bottom-65,
.padding-vertical-65 {
  padding-bottom: 65px !important;
}

.padding-horizontal-65,
.padding-left-65 {
  padding-left: 65px !important;
}

.padding-horizontal-65,
.padding-right-65 {
  padding-right: 65px !important;
}

.margin-65 {
  margin: 65px !important;
}

.margin-top-70,
.margin-vertical-70 {
  margin-top: 70px !important;
}

.margin-bottom-70,
.margin-vertical-70 {
  margin-bottom: 70px !important;
}

.margin-horizontal-70,
.margin-left-70 {
  margin-left: 70px !important;
}

.margin-horizontal-70,
.margin-right-70 {
  margin-right: 70px !important;
}

.padding-65 {
  padding: 65px !important;
}

.padding-top-70,
.padding-vertical-70 {
  padding-top: 70px !important;
}

.padding-bottom-70,
.padding-vertical-70 {
  padding-bottom: 70px !important;
}

.padding-horizontal-70,
.padding-left-70 {
  padding-left: 70px !important;
}

.padding-horizontal-70,
.padding-right-70 {
  padding-right: 70px !important;
}

.margin-70 {
  margin: 70px !important;
}

.margin-top-75,
.margin-vertical-75 {
  margin-top: 75px !important;
}

.margin-bottom-75,
.margin-vertical-75 {
  margin-bottom: 75px !important;
}

.margin-horizontal-75,
.margin-left-75 {
  margin-left: 75px !important;
}

.margin-horizontal-75,
.margin-right-75 {
  margin-right: 75px !important;
}

.padding-70 {
  padding: 70px !important;
}

.padding-top-75,
.padding-vertical-75 {
  padding-top: 75px !important;
}

.padding-bottom-75,
.padding-vertical-75 {
  padding-bottom: 75px !important;
}

.padding-horizontal-75,
.padding-left-75 {
  padding-left: 75px !important;
}

.padding-horizontal-75,
.padding-right-75 {
  padding-right: 75px !important;
}

.margin-75 {
  margin: 75px !important;
}

.margin-top-80,
.margin-vertical-80 {
  margin-top: 80px !important;
}

.margin-bottom-80,
.margin-vertical-80 {
  margin-bottom: 80px !important;
}

.margin-horizontal-80,
.margin-left-80 {
  margin-left: 80px !important;
}

.margin-horizontal-80,
.margin-right-80 {
  margin-right: 80px !important;
}

.padding-75 {
  padding: 75px !important;
}

.padding-top-80,
.padding-vertical-80 {
  padding-top: 80px !important;
}

.padding-bottom-80,
.padding-vertical-80 {
  padding-bottom: 80px !important;
}

.padding-horizontal-80,
.padding-left-80 {
  padding-left: 80px !important;
}

.padding-horizontal-80,
.padding-right-80 {
  padding-right: 80px !important;
}

.margin-80 {
  margin: 80px !important;
}

.margin-top-85,
.margin-vertical-85 {
  margin-top: 85px !important;
}

.margin-bottom-85,
.margin-vertical-85 {
  margin-bottom: 85px !important;
}

.margin-horizontal-85,
.margin-left-85 {
  margin-left: 85px !important;
}

.margin-horizontal-85,
.margin-right-85 {
  margin-right: 85px !important;
}

.padding-80 {
  padding: 80px !important;
}

.padding-top-85,
.padding-vertical-85 {
  padding-top: 85px !important;
}

.padding-bottom-85,
.padding-vertical-85 {
  padding-bottom: 85px !important;
}

.padding-horizontal-85,
.padding-left-85 {
  padding-left: 85px !important;
}

.padding-horizontal-85,
.padding-right-85 {
  padding-right: 85px !important;
}

.margin-85 {
  margin: 85px !important;
}

.margin-top-90,
.margin-vertical-90 {
  margin-top: 90px !important;
}

.margin-bottom-90,
.margin-vertical-90 {
  margin-bottom: 90px !important;
}

.margin-horizontal-90,
.margin-left-90 {
  margin-left: 90px !important;
}

.margin-horizontal-90,
.margin-right-90 {
  margin-right: 90px !important;
}

.padding-85 {
  padding: 85px !important;
}

.padding-top-90,
.padding-vertical-90 {
  padding-top: 90px !important;
}

.padding-bottom-90,
.padding-vertical-90 {
  padding-bottom: 90px !important;
}

.padding-horizontal-90,
.padding-left-90 {
  padding-left: 90px !important;
}

.padding-horizontal-90,
.padding-right-90 {
  padding-right: 90px !important;
}

.margin-90 {
  margin: 90px !important;
}

.margin-top-95,
.margin-vertical-95 {
  margin-top: 95px !important;
}

.margin-bottom-95,
.margin-vertical-95 {
  margin-bottom: 95px !important;
}

.margin-horizontal-95,
.margin-left-95 {
  margin-left: 95px !important;
}

.margin-horizontal-95,
.margin-right-95 {
  margin-right: 95px !important;
}

.padding-90 {
  padding: 90px !important;
}

.padding-top-95,
.padding-vertical-95 {
  padding-top: 95px !important;
}

.padding-bottom-95,
.padding-vertical-95 {
  padding-bottom: 95px !important;
}

.padding-horizontal-95,
.padding-left-95 {
  padding-left: 95px !important;
}

.padding-horizontal-95,
.padding-right-95 {
  padding-right: 95px !important;
}

.margin-95 {
  margin: 95px !important;
}

.margin-top-100,
.margin-vertical-100 {
  margin-top: 100px !important;
}

.margin-bottom-100,
.margin-vertical-100 {
  margin-bottom: 100px !important;
}

.margin-horizontal-100,
.margin-left-100 {
  margin-left: 100px !important;
}

.margin-horizontal-100,
.margin-right-100 {
  margin-right: 100px !important;
}

.padding-95 {
  padding: 95px !important;
}

.padding-top-100,
.padding-vertical-100 {
  padding-top: 100px !important;
}

.padding-bottom-100,
.padding-vertical-100 {
  padding-bottom: 100px !important;
}

.padding-horizontal-100,
.padding-left-100 {
  padding-left: 100px !important;
}

.padding-horizontal-100,
.padding-right-100 {
  padding-right: 100px !important;
}

.margin-100 {
  margin: 100px !important;
}

.padding-100 {
  padding: 100px !important;
}

.browserupgrade {
  margin: 0;
  background: red;
  color: #fff;
  padding: 15px;
  text-align: center;
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
}

.browserupgrade a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .mdspace {
    margin-bottom: 30px;
  }
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

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

.alignleft,
.alignright {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .alignleft {
    float: left;
    margin-right: 15px;
  }

  .alignright {
    float: right;
    margin-left: 15px;
  }
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  color: #555;
  font-size: 12px;
  padding: 10px 0;
}

.gallery {
  margin-bottom: 1.6em;
}

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

[class*=gallery-columns-] .gallery-item {
  float: left;
}

.gallery-item {
  display: inline-block;
  padding: 1.79104%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.color .color:last-child,
.list-socials > li:last-child > a {
  margin-right: 0;
}

.gallery-caption {
  color: #555;
  display: block;
  font-size: 12px;
  padding: 10px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery img,
.wp-caption img {
  -webkit-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.gallery img:focus,
.gallery img:hover {
  opacity: 0.75;
}

.wp-caption img:focus,
.wp-caption img:hover {
  opacity: 0.75;
}

@media (max-width: 480px) {
  .home-trending .row > [class*=col-] {
    width: 100% !important;
  }

  .products.scroll {
    overflow: auto;
  }

  .products.scroll > .row {
    white-space: nowrap;
  }

  .products.scroll > .row > [class*=col-] {
    float: none !important;
    display: inline-block;
    width: 85% !important;
  }
}

.awe-media .overlay-dark-10,
.overlay-dark-10:before {
  background-color: rgba(51, 51, 51, 0.1) !important;
}

.awe-media .overlay-light-10,
.overlay-light-10:before {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.awe-media .overlay-dark-20,
.overlay-dark-20:before {
  background-color: rgba(51, 51, 51, 0.2) !important;
}

.awe-media .overlay-light-20,
.overlay-light-20:before {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.awe-media .overlay-dark-30,
.overlay-dark-30:before {
  background-color: rgba(51, 51, 51, 0.3) !important;
}

.awe-media .overlay-light-30,
.overlay-light-30:before {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.awe-media .overlay-dark-40,
.overlay-dark-40:before {
  background-color: rgba(51, 51, 51, 0.4) !important;
}

.awe-media .overlay-light-40,
.overlay-light-40:before {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.awe-media .overlay-dark-50,
.overlay-dark-50:before {
  background-color: rgba(51, 51, 51, 0.5) !important;
}

.awe-media .overlay-light-50,
.overlay-light-50:before {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.awe-media .overlay-dark-60,
.overlay-dark-60:before {
  background-color: rgba(51, 51, 51, 0.6) !important;
}

.awe-media .overlay-light-60,
.overlay-light-60:before {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.awe-media .overlay-dark-70,
.overlay-dark-70:before {
  background-color: rgba(51, 51, 51, 0.7) !important;
}

.awe-media .overlay-light-70,
.overlay-light-70:before {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.awe-media .overlay-dark-80,
.overlay-dark-80:before {
  background-color: rgba(51, 51, 51, 0.8) !important;
}

.awe-media .overlay-light-80,
.overlay-light-80:before {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.awe-media .overlay-dark-90,
.overlay-dark-90:before {
  background-color: rgba(51, 51, 51, 0.9) !important;
}

.awe-media .overlay-light-90,
.overlay-light-90:before {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 9;
}

.background:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.list-socials {
  display: inline-block;
}

.list-socials > li {
  display: inline-block;
}

.list-socials > li > a {
  display: inline-block;
}

.background .background-wrapper,
.background .container,
.background .header-style-4 .awemenu-left .awemenu-megamenu-item > .container-fluid,
.background .wpb_wrapper {
  position: relative;
  z-index: 11;
}

.header-style-4 .awemenu-left .background .awemenu-megamenu-item > .container-fluid {
  position: relative;
  z-index: 11;
}

.background .container-fp {
  height: 100%;
}

.background-fixed,
.background-parallax {
  background-attachment: fixed;
}

.background-color-dark {
  color: #fff;
  background-color: #333;
}

.background-color-light {
  color: #333;
  background-color: #fff;
}

.list-socials {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.list-socials > li > a {
  color: #898989;
  padding: 0 5px;
}

.colors,
.label-select {
  display: block;
}

.list-socials > li > a:hover {
  color: #e41a0b;
}

.list-socials.list-small > li > a {
  font-size: 12px;
}

.list-socials.list-large > li > a {
  font-size: 16px;
}

.list-socials.list-xlarge > li > a {
  font-size: 18px;
}

.list-socials.list-xxlarge > li > a {
  font-size: 20px;
}

.list-socials.list-dark > li > a {
  color: #333;
}

.list-socials.list-light > li > a {
  color: #fff;
}

.list-socials.list-dark > li > a:hover,
.list-socials.list-light > li > a:hover {
  color: #e41a0b;
}

.alert-success {
  background-color: #59b408;
  border-color: transparent;
  color: #fff;
}

.alert-success hr {
  border-top-color: #4d9c07;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-success.alert-outline {
  color: #59b408;
  background-color: transparent;
  border-color: #59b408;
}

.alert-success.alert-outline .close {
  color: #59b408;
}

.alert-info {
  background-color: #3CBC8D;
  border-color: transparent;
  color: #fff;
}

.alert-info hr {
  border-top-color: #36a97f;
}

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-info.alert-outline {
  color: #3CBC8D;
  background-color: transparent;
  border-color: #3CBC8D;
}

.alert-info.alert-outline .close {
  color: #3CBC8D;
}

.alert-warning {
  background-color: #FCA13F;
  border-color: transparent;
  color: #fff;
}

.alert-warning hr {
  border-top-color: #fc9526;
}

.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-warning.alert-outline {
  color: #FCA13F;
  background-color: transparent;
  border-color: #FCA13F;
}

.alert-warning.alert-outline .close {
  color: #FCA13F;
}

.alert-danger {
  background-color: #fd6a4d;
  border-color: transparent;
  color: #fff;
}

.alert-danger hr {
  border-top-color: #fd5534;
}

.alert-danger .alert-link {
  color: #e6e6e6;
}

.alert-danger.alert-outline {
  color: #fd6a4d;
  background-color: transparent;
  border-color: #fd6a4d;
}

.alert-danger.alert-outline .close {
  color: #fd6a4d;
}

.alert-white {
  background-color: #fff;
  border-color: transparent;
  color: #333;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #1a1a1a;
}

.alert-white.alert-outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.alert-white.alert-outline .close {
  color: #fff;
}

.alert-dark {
  background-color: #333;
  border-color: transparent;
  color: #fff;
}

.alert-dark hr {
  border-top-color: #262626;
}

.alert-dark .alert-link {
  color: #e6e6e6;
}

.alert-dark.alert-outline {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.alert-dark.alert-outline .close {
  color: #333;
}

.alert-dark a {
  color: #fff;
}

.alert-dark a:active,
.alert-dark a:focus,
.alert-dark a:hover {
  color: #e41a0b;
}

.alert-dark .close {
  color: #fff;
}

.text-alert {
  color: #898989;
  font-size: 12px;
}

.text-alert a {
  color: #333;
}

.text-alert a:hover {
  color: #e41a0b;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control.dark {
  border-color: #333;
}

.form-control:focus {
  border-color: #8c8c8c;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.form-control.form-small {
  height: 30px;
}

.form-control-search {
  border-color: #e1e1e1;
  border-radius: 35px;
  padding-left: 35px;
}

.form-search {
  position: relative;
}

.form-search-icon {
  color: #999;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  margin-left: 15px;
}

.woocommerce .form-control {
  border-color: #eee !important;
}

.hide-show-password-wrapper {
  position: relative;
  width: 100% !important;
}

.hide-show-password-wrapper .hide-show-password-toggle {
  color: #999;
  position: absolute;
  border: none;
  background: 0 0;
  right: 8px !important;
  top: 8px !important;
}

.hide-show-password-wrapper .hide-show-password-toggle:focus,
.hide-show-password-wrapper .hide-show-password-toggle:hover {
  background: #f3f3f3;
}

.label-select {
  margin-bottom: 0;
  position: relative;
  -webkit-transition: 'all 0.3s ease';
  transition: 'all 0.3s ease';
  width: 100%;
  font-weight: 400;
  border: 1px solid #eee;
}

.label-select:before {
  position: absolute;
  pointer-events: none;
  background-color: #fff;
  font-family: FontAwesome;
  content: '\F107';
  top: 0;
  bottom: 0;
  width: 30px;
  line-height: 30px;
  right: 0;
  z-index: 1;
  text-align: center;
}

.label-select:hover {
  border-color: #333;
}

.label-select select {
  border: none;
  outline: 0;
}

.label-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
  box-shadow: none;
}

.btn,
.search-submit {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 15px;
  border: 1px solid transparent;
}

.btn:focus,
.search-submit:focus {
  outline: 0;
}

.btn-xs.search-submit {
  font-size: 10px;
  padding: 3px 7px;
}

.btn.btn-xs {
  font-size: 10px;
  padding: 3px 7px;
}

.btn.btn-sm {
  font-size: 12px;
  padding: 6px 12px;
}

.search-submit {
  font-size: 12px;
  padding: 6px 12px;
}

.btn-lg.search-submit,
.btn.btn-lg {
  font-size: 12px;
  padding: 12px 25px;
  letter-spacing: 1px;
}

.btn-arrow.search-submit,
.btn.btn-arrow {
  padding: 7px 8px;
}

.btn-arrow.search-submit,
.btn.btn-arrow.btn-sm {
  padding: 7px 9px;
}

.btn-arrow.slick-disabled.search-submit,
.btn.btn-arrow.slick-disabled {
  opacity: 0.5;
}

.awe-media-header:hover .awe-media-hover,
.awe-media-header:hover .awe-media-overlay {
  opacity: 1;
}

.awe-media-overlay {
  opacity: 1;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #fff;
  border-color: #f7f7f7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default:hover {
  color: #333;
  background-color: #fff;
}

.btn-default.active {
  color: #333;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover {
  color: #333;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default:active {
  color: #333;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
  color: #333;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
  color: #333;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default.btn-circle {
  border-radius: 50px;
}

.btn-default.btn-outline {
  border-color: #ddd;
  background: 0 0;
  color: #333;
}

.btn-default.btn-outline:hover {
  color: #333;
  border-color: #ddd;
  background: #fff;
}

.btn-default.btn-outline.active {
  color: #333;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default.btn-outline.active.focus,
.btn-default.btn-outline.active:focus,
.btn-default.btn-outline.active:hover {
  color: #333;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default.btn-outline:active {
  color: #333;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default.btn-outline:active.focus,
.btn-default.btn-outline:active:focus,
.btn-default.btn-outline:active:hover {
  color: #333;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-default.btn-outline.dropdown-toggle {
  color: #333;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-default.btn-outline.dropdown-toggle.focus,
.open > .btn-default.btn-outline.dropdown-toggle:focus,
.open > .btn-default.btn-outline.dropdown-toggle:hover {
  color: #333;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default:focus,
.btn-default:hover {
  border-color: #ddd;
}

.btn-primary {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #f35c51;
  border-color: #f35c51;
  color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.active {
  color: #fff;
  background-color: #e69200;
  border-color: #e69200;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover {
  color: #fff;
  background-color: #e69200;
  border-color: #e69200;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:active {
  color: #fff;
  background-color: #e69200;
  border-color: #e69200;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #fff;
  background-color: #e69200;
  border-color: #e69200;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #e69200;
  border-color: #e69200;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #e69200;
  border-color: #e69200;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.btn-circle {
  border-radius: 50px;
}

.btn-primary.btn-outline {
  color: #e41a0b;
  border-color: #e41a0b;
  background: 0 0;
}

.btn-primary.btn-outline:hover {
  color: #fff;
  border-color: #e41a0b;
  background: #e41a0b;
}

.btn-primary.btn-outline.active {
  color: #fff;
  background-color: #e69200;
  border-color: #e69200;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.btn-outline.active.focus,
.btn-primary.btn-outline.active:focus,
.btn-primary.btn-outline.active:hover {
  color: #fff;
  background-color: #e69200;
  border-color: #e69200;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.btn-outline:active {
  color: #fff;
  background-color: #e69200;
  border-color: #e69200;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.btn-outline:active.focus,
.btn-primary.btn-outline:active:focus,
.btn-primary.btn-outline:active:hover {
  color: #fff;
  background-color: #e69200;
  border-color: #e69200;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-primary.btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #e69200;
  border-color: #e69200;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-primary.btn-outline.dropdown-toggle.focus,
.open > .btn-primary.btn-outline.dropdown-toggle:focus,
.open > .btn-primary.btn-outline.dropdown-toggle:hover {
  color: #fff;
  background-color: #e69200;
  border-color: #e69200;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info {
  color: #fff;
  background-color: #3CBC8D;
  border-color: #3CBC8D;
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  background-color: #5fcca4;
  border-color: #5fcca4;
  color: #fff;
}

.btn-info.focus,
.btn-info:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info.active {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info:active {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info.btn-circle {
  border-radius: 50px;
}

.btn-info.btn-outline {
  color: #3CBC8D;
  border-color: #3CBC8D;
  background: 0 0;
}

.btn-info.btn-outline:hover {
  color: #fff;
  border-color: #3CBC8D;
  background: #3CBC8D;
}

.btn-info.btn-outline.active {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info.btn-outline.active.focus,
.btn-info.btn-outline.active:focus,
.btn-info.btn-outline.active:hover {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info.btn-outline:active {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info.btn-outline:active.focus,
.btn-info.btn-outline:active:focus,
.btn-info.btn-outline:active:hover {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-info.btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-info.btn-outline.dropdown-toggle.focus,
.open > .btn-info.btn-outline.dropdown-toggle:focus,
.open > .btn-info.btn-outline.dropdown-toggle:hover {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success {
  color: #fff;
  background-color: #59b408;
  border-color: #59b408;
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  background-color: #71e50a;
  border-color: #71e50a;
  color: #fff;
}

.btn-success.focus,
.btn-success:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success.active {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success:active {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success.btn-circle {
  border-radius: 50px;
}

.btn-success.btn-outline {
  color: #59b408;
  border-color: #59b408;
  background: 0 0;
}

.btn-success.btn-outline:hover {
  color: #fff;
  border-color: #59b408;
  background: #59b408;
}

.btn-success.btn-outline.active {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success.btn-outline.active.focus,
.btn-success.btn-outline.active:focus,
.btn-success.btn-outline.active:hover {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success.btn-outline:active {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success.btn-outline:active.focus,
.btn-success.btn-outline:active:focus,
.btn-success.btn-outline:active:hover {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-success.btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-success.btn-outline.dropdown-toggle.focus,
.open > .btn-success.btn-outline.dropdown-toggle:focus,
.open > .btn-success.btn-outline.dropdown-toggle:hover {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger {
  color: #fff;
  background-color: #fd6a4d;
  border-color: #fd6a4d;
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #fe947f;
  border-color: #fe947f;
  color: #fff;
}

.btn-danger.focus,
.btn-danger:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger.active {
  color: #fff;
  background-color: #fd5534;
  border-color: #fd5534;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover {
  color: #fff;
  background-color: #fd5534;
  border-color: #fd5534;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger:active {
  color: #fff;
  background-color: #fd5534;
  border-color: #fd5534;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover {
  color: #fff;
  background-color: #fd5534;
  border-color: #fd5534;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fd5534;
  border-color: #fd5534;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #fd5534;
  border-color: #fd5534;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger.btn-circle {
  border-radius: 50px;
}

.btn-danger.btn-outline {
  color: #fd6a4d;
  border-color: #fd6a4d;
  background: 0 0;
}

.btn-danger.btn-outline:hover {
  color: #fff;
  border-color: #fd6a4d;
  background: #fd6a4d;
}

.btn-danger.btn-outline.active {
  color: #fff;
  background-color: #fd5534;
  border-color: #fd5534;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger.btn-outline.active.focus,
.btn-danger.btn-outline.active:focus,
.btn-danger.btn-outline.active:hover {
  color: #fff;
  background-color: #fd5534;
  border-color: #fd5534;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger.btn-outline:active {
  color: #fff;
  background-color: #fd5534;
  border-color: #fd5534;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger.btn-outline:active.focus,
.btn-danger.btn-outline:active:focus,
.btn-danger.btn-outline:active:hover {
  color: #fff;
  background-color: #fd5534;
  border-color: #fd5534;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-danger.btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #fd5534;
  border-color: #fd5534;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-danger.btn-outline.dropdown-toggle.focus,
.open > .btn-danger.btn-outline.dropdown-toggle:focus,
.open > .btn-danger.btn-outline.dropdown-toggle:hover {
  color: #fff;
  background-color: #fd5534;
  border-color: #fd5534;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning {
  color: #fff;
  background-color: #FCA13F;
  border-color: #FCA13F;
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #fdba71;
  border-color: #fdba71;
  color: #fff;
}

.btn-warning.focus,
.btn-warning:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning.active {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning:active {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning.btn-circle {
  border-radius: 50px;
}

.btn-warning.btn-outline {
  color: #FCA13F;
  border-color: #FCA13F;
  background: 0 0;
}

.btn-warning.btn-outline:hover {
  color: #fff;
  border-color: #FCA13F;
  background: #FCA13F;
}

.btn-warning.btn-outline.active {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning.btn-outline.active.focus,
.btn-warning.btn-outline.active:focus,
.btn-warning.btn-outline.active:hover {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning.btn-outline:active {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning.btn-outline:active.focus,
.btn-warning.btn-outline:active:focus,
.btn-warning.btn-outline:active:hover {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-warning.btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-warning.btn-outline.dropdown-toggle.focus,
.open > .btn-warning.btn-outline.dropdown-toggle:focus,
.open > .btn-warning.btn-outline.dropdown-toggle:hover {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-dark,
.search-submit {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-dark.focus,
.btn-dark:focus {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.focus.search-submit,
.search-submit:focus {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-dark:hover,
.search-submit:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.active.focus.search-submit {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.active.search-submit {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.active.search-submit:focus,
.active.search-submit:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-dark.active {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-dark.active.focus,
.btn-dark.active:focus,
.btn-dark.active:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-dark:active {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-dark:active.focus,
.btn-dark:active:focus,
.btn-dark:active:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-dark.dropdown-toggle.focus,
.open > .btn-dark.dropdown-toggle:focus,
.open > .btn-dark.dropdown-toggle:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .dropdown-toggle.focus.search-submit {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .dropdown-toggle.search-submit {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .dropdown-toggle.search-submit:focus,
.open > .dropdown-toggle.search-submit:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-submit:active {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-submit:active.focus,
.search-submit:active:focus,
.search-submit:active:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-circle.search-submit {
  border-radius: 50px;
}

.btn-dark.btn-circle {
  border-radius: 50px;
}

.btn-dark.btn-outline {
  color: #333;
  border-color: #333;
  background: 0 0;
}

.btn-outline.search-submit {
  color: #333;
  border-color: #333;
  background: 0 0;
}

.btn-dark.btn-outline:hover,
.btn-outline.search-submit:hover {
  color: #fff;
  border-color: #333;
  background: #333;
}

.btn-dark.btn-outline.active {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-dark.btn-outline.active.focus,
.btn-dark.btn-outline.active:focus,
.btn-dark.btn-outline.active:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-dark.btn-outline:active {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-dark.btn-outline:active.focus,
.btn-dark.btn-outline:active:focus,
.btn-dark.btn-outline:active:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline.active.focus.search-submit {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline.active.search-submit {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline.active.search-submit:focus,
.btn-outline.active.search-submit:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline.search-submit:active {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline.search-submit:active.focus,
.btn-outline.search-submit:active:focus,
.btn-outline.search-submit:active:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-dark.btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-dark.btn-outline.dropdown-toggle.focus,
.open > .btn-dark.btn-outline.dropdown-toggle:focus,
.open > .btn-dark.btn-outline.dropdown-toggle:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-outline.dropdown-toggle.focus.search-submit {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-outline.dropdown-toggle.search-submit {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-outline.dropdown-toggle.search-submit:focus,
.open > .btn-outline.dropdown-toggle.search-submit:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}

.btn-white.focus,
.btn-white:focus,
.btn-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}

.btn-white.focus,
.btn-white:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-white.active {
  color: #333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-white.active.focus,
.btn-white.active:focus,
.btn-white.active:hover {
  color: #333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-white:active {
  color: #333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-white:active.focus,
.btn-white:active:focus,
.btn-white:active:hover {
  color: #333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-white.dropdown-toggle {
  color: #333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-white.dropdown-toggle.focus,
.open > .btn-white.dropdown-toggle:focus,
.open > .btn-white.dropdown-toggle:hover {
  color: #333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-white.btn-circle {
  border-radius: 50px;
}

.btn-white.btn-outline {
  color: #fff;
  border-color: #fff;
  background: 0 0;
}

.btn-white.btn-outline:hover {
  color: #333;
  border-color: #fff;
  background: #fff;
}

.btn-white.btn-outline.active {
  color: #333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-white.btn-outline.active.focus,
.btn-white.btn-outline.active:focus,
.btn-white.btn-outline.active:hover {
  color: #333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-white.btn-outline:active {
  color: #333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-white.btn-outline:active.focus,
.btn-white.btn-outline:active:focus,
.btn-white.btn-outline:active:hover {
  color: #333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-white.btn-outline.dropdown-toggle {
  color: #333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.open > .btn-white.btn-outline.dropdown-toggle.focus,
.open > .btn-white.btn-outline.dropdown-toggle:focus,
.open > .btn-white.btn-outline.dropdown-toggle:hover {
  color: #333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.color {
  display: inline-block;
}

.color.black {
  background-color: #000;
}

.color.white {
  border: 1px solid #eee;
  background-color: #fff;
}

.color.dark {
  background-color: #333;
}

.color.gray {
  background-color: #898989;
}

.color.orange {
  background-color: #e41a0b;
}

.color.blue {
  background-color: #31bfdf;
}

.color.green {
  background-color: #0cca4b;
}

.color.red {
  background-color: #f44336;
}

.square .color {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.square .color.active,
.square .color.current,
.square .color:active,
.square .color:hover {
  border: 1px solid #000;
}

.dots .color {
  width: 11px;
  height: 11px;
  border-radius: 11px;
  margin-right: 5px;
}

.progress {
  height: 15px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  margin-top: 10px;
  margin-bottom: 50px;
}

.progress.progress-small {
  height: 3px;
}

.progress-bar {
  color: #fff;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  padding-left: 5px;
}

.progress-bar .percent {
  position: absolute;
  right: 0;
}

.awe-nav > li > a,
.awemenu-nav .awemenu-container {
  position: relative;
}

.progress-small .progress-bar {
  color: #333;
  line-height: 30px;
  padding-left: 0;
}

.progress-small .progress-bar .percent {
  color: #737373;
  right: -10px;
  bottom: 100%;
}

.progress-bar-success {
  background-color: #59b408;
}

.progress-bar-info {
  background-color: #3CBC8D;
}

.progress-bar-warning {
  background-color: #FCA13F;
}

.progress-bar-danger {
  background-color: #fd6a4d;
}

.progress-bar-dark {
  background-color: #333;
}

.dropdown-menu {
  border-radius: 0;
}

.dropdown-menu li a {
  padding: 7px 15px;
}

.breadcrumb {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  background-color: transparent;
  margin: 30px 0 40px;
  padding: 0;
}

.breadcrumb > .active {
  color: #333;
}

.breadcrumb a {
  color: #acacac;
}

.pagination > li > a,
.pagination > li > span {
  font-size: 12px;
  margin-left: 0;
  font-family: Montserrat, Arial, sans-serif;
  color: #333;
  background-color: #fff;
  border-color: transparent;
}

.pagination > li > a:focus,
.pagination > li > a:hover {
  color: #fff;
  background-color: #333;
  border-color: transparent;
}

.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff;
  background-color: #333;
  border-color: transparent;
}

.pagination > .active > a {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.pagination > .active > a:focus,
.pagination > .active > a:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.pagination > .active > span {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.pagination > .disabled > a {
  color: #999;
  background-color: #fff;
  border-color: transparent;
}

.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover {
  color: #999;
  background-color: #fff;
  border-color: transparent;
}

.pagination > .disabled > span {
  color: #999;
  background-color: #fff;
  border-color: transparent;
}

.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #999;
  background-color: #fff;
  border-color: transparent;
}

.pagination > li.pagination-next > a,
.pagination > li.pagination-prev > a {
  border-radius: 0 !important;
  border-color: #e1e1e1;
}

.pagination > li.pagination-next > a:focus,
.pagination > li.pagination-next > a:hover {
  border-color: #333;
}

.pagination > li.pagination-prev > a:focus,
.pagination > li.pagination-prev > a:hover {
  border-color: #333;
}

.awe-nav {
  display: block;
  text-align: center;
  padding-left: 0;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 0;
}

.awe-nav > li {
  display: inline-block;
}

.awe-nav > li > a {
  display: inline-block;
  font-family: Montserrat, Arial, sans-serif;
  padding: 20px 15px;
  font-size: 14px;
  text-transform: uppercase;
  bottom: -1px;
  border-bottom: solid 2px transparent;
}

.awe-nav > li.active > a,
.awe-nav > li.current {
  color: #e41a0b;
  border-bottom-color: #e41a0b;
}

.awe-nav-responsive {
  overflow: auto;
}

.awe-nav-responsive .awe-nav {
  white-space: nowrap;
}

.awemenu-nav {
  height: 80px;
  background-color: #000000;
  border-bottom: solid 1px #e1e1e1;
}

.awemenu-nav .awemenu-bars {
  display: none;
}

.awemenu-default .awemenu,
.awemenu-left .awemenu {
  color: #333;
  position: static;
  width: auto;
}

.awemenu-default .awemenu.awemenu-right,
.awemenu-left .awemenu.awemenu-right {
  float: right;
}

.awemenu-default .awemenu.awemenu-left,
.awemenu-left .awemenu.awemenu-left {
  float: left;
}

.awemenu-default .awemenu .awemenu-item > a,
.awemenu-left .awemenu .awemenu-item > a {
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color .3s ease, background-color .3s ease;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.awemenu-default .awemenu .awemenu-item.awemenu-active > a,
.awemenu-default .awemenu .awemenu-item.awemenu-current-item > a,
.awemenu-default .awemenu .awemenu-item:hover > a {
  color: #e41a0b;
  background-color: transparent;
}

.awemenu-left .awemenu .awemenu-item.awemenu-active > a,
.awemenu-left .awemenu .awemenu-item.awemenu-current-item > a,
.awemenu-left .awemenu .awemenu-item:hover > a {
  color: #e41a0b;
  background-color: transparent;
}

.awemenu-default .awemenu .awemenu-item .awemenu-submenu,
.awemenu-left .awemenu .awemenu-item .awemenu-submenu {
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.awemenu-default .awemenu .awemenu-item .awemenu-submenu .awemenu-item > a,
.awemenu-left .awemenu .awemenu-item .awemenu-submenu .awemenu-item > a {
  color: #333;
}

.awemenu-default .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-current-item > a,
.awemenu-default .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a {
  color: #e41a0b;
}

.awemenu-left .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-current-item > a,
.awemenu-left .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a {
  color: #e41a0b;
}

.awemenu-default.awemenu-bottom .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-left .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-outleft .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-standard .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-top .awemenu .awemenu-item > a .awemenu-arrow {
  position: absolute;
  line-height: 1;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.awemenu-left.awemenu-bottom .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-left.awemenu-left .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-left.awemenu-outleft .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-left.awemenu-standard .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-left.awemenu-top .awemenu .awemenu-item > a .awemenu-arrow {
  position: absolute;
  line-height: 1;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.awemenu-default.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a,
.awemenu-default.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a,
.awemenu-default.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a,
.awemenu-default.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a,
.awemenu-default.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a {
  padding-right: 30px;
}

.awemenu-left.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a,
.awemenu-left.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a,
.awemenu-left.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a,
.awemenu-left.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a,
.awemenu-left.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a {
  padding-right: 30px;
}

.awemenu-default.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow {
  right: 12px;
}

.awemenu-left.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow,
.awemenu-left.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow,
.awemenu-left.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow,
.awemenu-left.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow,
.awemenu-left.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a .awemenu-arrow {
  right: 12px;
}

.awemenu-default.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a,
.awemenu-default.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a,
.awemenu-default.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a,
.awemenu-default.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a,
.awemenu-default.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a {
  padding-right: 20px;
  padding-left: 30px;
}

.awemenu-left.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a,
.awemenu-left.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a,
.awemenu-left.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a,
.awemenu-left.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a,
.awemenu-left.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a {
  padding-right: 20px;
  padding-left: 30px;
}

.awemenu-default.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow,
.awemenu-default.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow,
.awemenu-default.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow,
.awemenu-default.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow,
.awemenu-default.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow {
  right: auto;
  left: 12px;
}

.awemenu-left.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow,
.awemenu-left.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow,
.awemenu-left.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow,
.awemenu-left.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow,
.awemenu-left.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow {
  right: auto;
  left: 12px;
}

.awemenu-default.awemenu-left .awemenu,
.awemenu-default.awemenu-outleft .awemenu,
.awemenu-default.awemenu-outright .awemenu,
.awemenu-default.awemenu-right .awemenu {
  width: 250px;
}

.awemenu-left.awemenu-left .awemenu,
.awemenu-left.awemenu-outleft .awemenu,
.awemenu-left.awemenu-outright .awemenu,
.awemenu-left.awemenu-right .awemenu {
  width: 250px;
}

.awemenu-default.awemenu-outright .awemenu .awemenu-item > a,
.awemenu-default.awemenu-right .awemenu .awemenu-item > a {
  padding-left: 30px;
}

.awemenu-left.awemenu-outright .awemenu .awemenu-item > a,
.awemenu-left.awemenu-right .awemenu .awemenu-item > a {
  padding-left: 30px;
}

.awemenu-default.awemenu-outright .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-right .awemenu .awemenu-item > a .awemenu-arrow {
  position: absolute;
  line-height: 1;
  left: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.awemenu-left.awemenu-outright .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-left.awemenu-right .awemenu .awemenu-item > a .awemenu-arrow {
  position: absolute;
  line-height: 1;
  left: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.awemenu-default.awemenu-outright .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a,
.awemenu-default.awemenu-right .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a {
  padding-right: 30px;
  padding-left: 20px;
}

.awemenu-left.awemenu-outright .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a,
.awemenu-left.awemenu-right .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a {
  padding-right: 30px;
  padding-left: 20px;
}

.awemenu-default.awemenu-outright .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow,
.awemenu-default.awemenu-right .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow {
  left: auto;
  right: 12px;
}

.awemenu-left.awemenu-outright .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow,
.awemenu-left.awemenu-right .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow {
  left: auto;
  right: 12px;
}

.awemenu-default .awemenu-submenu .awemenu-item > a,
.awemenu-left .awemenu-submenu .awemenu-item > a {
  line-height: 40px;
}

.awemenu-mobile-default .awemenu-bars {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px !important;
}

.awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container,
.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container,
.awemenu-mobile-default.awemenu-mobile-outright .awemenu-container,
.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container,
.awemenu-mobile-default.awemenu-mobile-top .awemenu-container {
  background: #000;
}

.awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu,
.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu,
.awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu,
.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu,
.awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu {
  position: absolute;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 1000;
}

.awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item > a,
.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item > a,
.awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item > a,
.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item > a,
.awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item > a {
  display: block;
  color: #333;
  padding: 15px 20px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item > a .awemenu-arrow {
  float: right;
  margin-top: 3px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}

.awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item.awemenu-active > a,
.awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item:hover > a {
  color: #e41a0b;
  background-color: #333;
}

.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item.awemenu-active > a,
.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item:hover > a {
  color: #e41a0b;
  background-color: #333;
}

.awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item.awemenu-active > a,
.awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item:hover > a {
  color: #e41a0b;
  background-color: #333;
}

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item.awemenu-active > a,
.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item:hover > a {
  color: #e41a0b;
  background-color: #333;
}

.awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item.awemenu-active > a,
.awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item:hover > a {
  color: #e41a0b;
  background-color: #333;
}

.awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item,
.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item,
.awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item,
.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item,
.awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item {
  padding-left: 20px;
  padding-right: 20px;
}

.awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item > a,
.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item > a,
.awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item > a,
.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item > a,
.awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item > a {
  padding-left: 0;
  padding-right: 0;
}

.awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-active > a,
.awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a {
  padding-left: 15px;
  padding-right: 15px;
}

.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-active > a,
.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a {
  padding-left: 15px;
  padding-right: 15px;
}

.awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-active > a,
.awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a {
  padding-left: 15px;
  padding-right: 15px;
}

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-active > a,
.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a {
  padding-left: 15px;
  padding-right: 15px;
}

.awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-active > a,
.awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a {
  padding-left: 15px;
  padding-right: 15px;
}

.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-bars,
.awemenu-mobile-default.awemenu-mobile-outright .awemenu-bars {
  float: right;
}

.awemenu-mobile-default.awemenu-mobile-outleft .awemenu {
  width: 250px;
  position: fixed !important;
  border-right: solid 1px #ddd;
}

.awemenu-mobile-default.awemenu-mobile-outright .awemenu {
  width: 250px;
  position: fixed !important;
  border-right: solid 1px #ddd;
}

.awemenu-mobile-default.awemenu-mobile-outright .awemenu-bars {
  float: left;
}

.awemenu-mobile-default.awemenu-active .awemenu-bars span.fa:before {
  content: "\F00D";
}

.awe-box,
.awe-box-media {
  display: block;
}

.awe-box-icon {
  font-size: inherit;
}

.awe-box-icon.icon-large {
  font-size: 40px;
}

.awe-box-icon.icon-medium {
  font-size: 30px;
}

.awe-box-icon.icon-small {
  font-size: 20px;
}

.awe-box-image {
  display: inline-block;
}

.awe-box-image img {
  max-width: 100%;
}

.awe-box-content {
  display: block;
  overflow: hidden;
}

.awe-box-content h2,
.awe-box-content h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.awe-box-content h2 {
  font-size: 30px;
  margin: 45px 0;
}

.awe-box-content h3 {
  font-size: 18px;
  margin: 30px 0;
}

.awe-box-content p {
  margin-bottom: 0;
  color: #898989;
}

.box-left .awe-box-content h2,
.box-left .awe-box-content h3 {
  margin-top: 0;
}

.box-right .awe-box-content h2,
.box-right .awe-box-content h3 {
  margin-top: 0;
}

.box-left .awe-box-content h2,
.box-right .awe-box-content h2 {
  margin-bottom: 20px;
}

.box-left .awe-box-content h3,
.box-right .awe-box-content h3 {
  margin-bottom: 15px;
}

.awe-media-body p,
.awe-media-hover .content p:last-child,
.awe-media-overlay .content p:last-child {
  margin-bottom: 0;
}

.box-left .awe-box-media {
  float: left;
  margin-right: 30px;
}

.box-left .awe-box-content {
  text-align: left;
}

.box-left .awe-box-content h2,
.box-left .awe-box-content h3,
.box-left .awe-box-content p {
  text-align: left;
}

.box-right .awe-box-media {
  float: right;
  margin-left: 30px;
}

.box-right .awe-box-content {
  text-align: right;
}

.box-right .awe-box-content h2,
.box-right .awe-box-content h3,
.box-right .awe-box-content p {
  text-align: right;
}

.box-inline {
  display: inline-block;
}

.box-inline .awe-box-content {
  display: inline-block;
}

.box-hover:hover .awe-box-content h2,
.box-hover:hover .awe-box-content h3 {
  color: #e41a0b;
  -webkit-transition: color .25s ease-out 0s;
  -webkit-transition: color 0.25s ease-out 0s;
  transition: color 0.25s ease-out 0s;
}

.box-hover:hover .awe-box-icon {
  color: #e41a0b;
  -webkit-transition: color .25s ease-out 0s;
  -webkit-transition: color 0.25s ease-out 0s;
  transition: color 0.25s ease-out 0s;
}

.awe-media {
  display: block;
  overflow: hidden;
}

.awe-media.inline {
  display: inline-block;
}

.awe-media.inline .awe-media-image {
  display: inline-block;
}

.awe-media-header {
  position: relative;
  overflow: hidden;
}

.awe-media-header:hover .awe-media-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.awe-media-image {
  text-align: center;
  position: relative;
  display: block;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
  transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
}

.awe-media-image img {
  display: block;
  width: 100%;
  vertical-align: middle;
}

.awe-media-body {
  display: block;
}

.single-icon {
  color: #e41a0b;
  font-size: 26px;
}

.awe-media-title {
  font-size: 16px;
}

.awe-media-title.medium {
  font-size: 14px;
}

.awe-media-caption {
  color: #acacac;
  font-size: 12px;
  margin-bottom: 0;
}

.awe-media-hover {
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
  transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.awe-media-hover:hover {
  opacity: 1;
}

.awe-media:hover .awe-media-hover {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.awe-media-overlay {
  -webkit-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.awe-media-hover,
.awe-media-overlay {
  color: #fff;
  position: absolute;
  background-color: rgba(137, 137, 137, 0.85);
  width: 100%;
  bottom: 0;
  z-index: 99;
}

.awe-media-hover a:not(.btn),
.awe-media-overlay a:not(.btn) {
  color: #fff;
}

.awe-media-hover a:not(.btn):focus,
.awe-media-hover a:not(.btn):hover {
  color: #e41a0b;
}

.awe-media-overlay a:not(.btn):focus,
.awe-media-overlay a:not(.btn):hover {
  color: #e41a0b;
}

.awe-media-hover.fullpage,
.awe-media-overlay.fullpage {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.awe-media-hover.dark,
.awe-media-overlay.dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
}

.awe-media-hover.light,
.awe-media-overlay.light {
  color: #333;
  background-color: rgba(255, 255, 255, 0.85);
}

.awe-media-hover .content,
.awe-media-overlay .content {
  position: relative;
  height: 100%;
  padding: 25px;
}

.awe-media-hover .content p,
.awe-media-overlay .content p {
  font-size: 14px;
  line-height: 24px;
}

.awe-media-hover .bottom,
.awe-media-overlay .bottom {
  bottom: 0;
  left: 0;
  margin: 0 25px 25px;
  position: absolute;
  width: 100%;
}

.awe-media-hover .list-socials > li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.awe-media-hover .list-socials > li:nth-child(1) {
  -webkit-transition-delay: .1s;
  transition-delay: 0.1s;
}

.awe-media-hover .list-socials > li:nth-child(2) {
  -webkit-transition-delay: .2s;
  transition-delay: 0.2s;
}

.awe-media-hover .list-socials > li:nth-child(3) {
  -webkit-transition-delay: .3s;
  transition-delay: 0.3s;
}

.awe-media-hover .list-socials > li:nth-child(4) {
  -webkit-transition-delay: .4s;
  transition-delay: 0.4s;
}

.awe-media-hover .list-socials > li:nth-child(5) {
  -webkit-transition-delay: .5s;
  transition-delay: 0.5s;
}

.awe-media-hover .list-socials > li:nth-child(6) {
  -webkit-transition-delay: .6s;
  transition-delay: 0.6s;
}

.awe-media-hover .list-socials > li:nth-child(7) {
  -webkit-transition-delay: .7s;
  transition-delay: 0.7s;
}

.awe-media-hover .list-socials > li:nth-child(8) {
  -webkit-transition-delay: .8s;
  transition-delay: 0.8s;
}

.awe-media-hover .list-socials > li:nth-child(9) {
  -webkit-transition-delay: .9s;
  transition-delay: 0.9s;
}

.awe-media-hover .list-socials > li:nth-child(10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.awe-media:hover .awe-media-hover .list-socials > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.about-us-team .awe-media-image {
  background: #f9f9f9;
  text-align: center;
}

.about-us-team .awe-media-image img {
  display: inline-block;
  width: auto;
}

#about-us .border-bottom {
  background-color: transparent;
}

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

.awe-counting:after,
.awe-counting:before {
  content: " | ";
}

.awe-counting > h4 {
  font-size: 20px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.awe-counting > span {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: block;
}

@media (max-width: 480px) {
  .awe-counting > h4 {
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .awe-counting > span {
    font-size: 25px;
  }
}

.awe-body-loading {
  overflow: hidden;
}

.awe-page-loading {
  position: fixed;
  z-index: 9999999;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.awe-loading-wrapper {
  text-align: center;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -50px;
}

.awe-loading-wrapper .awe-loading-icon {
  font-size: 75px;
  line-height: 1;
  margin-bottom: 10px;
  -webkit-animation-name: aweIcon;
  animation-name: aweIcon;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.awe-loading-wrapper .awe-loading-icon .icon {
  cursor: default;
}

.awe-loading-wrapper .progress {
  background: #eee;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  height: 2px;
}

.awe-loading-wrapper .progress .progress-bar {
  background: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  -webkit-animation-name: aweProgress;
  animation-name: aweProgress;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@-webkit-keyframes aweIcon {
  0% {
    color: #333;
  }

  50% {
    color: #666;
  }

  100% {
    color: #000;
  }
}

@keyframes aweIcon {
  0% {
    color: #333;
  }

  50% {
    color: #666;
  }

  100% {
    color: #000;
  }
}

@-webkit-keyframes aweProgress {
  0% {
    width: 0;
  }

  15% {
    width: 15%;
  }

  25% {
    width: 35%;
  }

  35% {
    width: 50%;
  }

  50% {
    width: 75%;
  }

  65% {
    width: 85%;
  }

  100% {
    width: 100%;
  }
}

@keyframes aweProgress {
  0% {
    width: 0;
  }

  15% {
    width: 15%;
  }

  25% {
    width: 35%;
  }

  35% {
    width: 50%;
  }

  50% {
    width: 75%;
  }

  65% {
    width: 85%;
  }

  100% {
    width: 100%;
  }
}

.post {
  margin-bottom: 50px;
}

.entry-header {
  margin-bottom: 30px;
}

.entry-media {
  position: relative;
}

.entry-media .play-button {
  background: url(/images/play-button.png) center center no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  cursor: pointer;
  z-index: 100;
}

.entry-thumbnail {
  width: 100%;
  overflow: hidden;
}

.entry-thumbnail img {
  width: 100%;
  height: auto;
}

.entry-datetime {
  color: #898989;
}

.entry-datetime a {
  color: #898989;
}

.entry-datetime a:active,
.entry-datetime a:focus,
.entry-datetime a:hover {
  text-decoration: none;
}

.entry-datetime .entry-day {
  font-size: 40px;
}

.entry-title h1,
.entry-title h2 {
  color: #333;
  font-size: 16px;
  margin: 0;
}

h1.entry-title,
h2.entry-title {
  color: #333;
  font-size: 16px;
  margin: 0;
}

.entry-meta {
  color: #898989;
  font-size: 12px;
}

.entry-meta a {
  color: #898989;
  font-size: 12px;
}

.entry-tags {
  color: #898989;
  font-size: 12px;
}

.entry-excerpt {
  margin-bottom: 15px;
}

.entry-excerpt p {
  margin-bottom: 0;
}

.entry-tags {
  margin: 15px 0;
}

.entry-tags > a {
  color: #333;
  font-weight: 700;
}

.entry-tags > a:hover {
  color: #e41a0b;
}

.entry-author {
  color: #333;
  font-weight: 700;
}

.entry-author a {
  color: #333;
  font-weight: 700;
}

.entry-content {
  margin-bottom: 35px;
}

.entry-share {
  padding: 20px 0;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}

.entry-share .list-socials {
  margin-left: 10px;
}

.entry-content blockquote,
.entry-content ol,
.entry-content p,
.entry-content ul {
  margin-bottom: 20px;
}

.entry-content blockquote {
  background-color: #fbfbfb;
}

.entry-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th {
  vertical-align: top;
  padding: 10px;
  border-top: 1px solid #e1e1e1;
}

.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th {
  vertical-align: top;
  padding: 10px;
  border-top: 1px solid #e1e1e1;
}

.entry-content table > thead > tr > td {
  vertical-align: top;
  padding: 10px;
  border-top: 1px solid #e1e1e1;
}

.entry-content table > thead > tr > th {
  vertical-align: top;
  padding: 10px;
  border-top: 1px solid #e1e1e1;
  vertical-align: bottom;
  border-bottom: 2px solid #e1e1e1;
}

.entry-content table > caption + thead > tr:first-child > td,
.entry-content table > caption + thead > tr:first-child > th {
  border-top: 0;
}

.entry-content table > colgroup + thead > tr:first-child > td,
.entry-content table > colgroup + thead > tr:first-child > th {
  border-top: 0;
}

.entry-content table > thead:first-child > tr:first-child > td,
.entry-content table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.entry-content table > tbody + tbody {
  border-top: 2px solid #e1e1e1;
}

.entry-navigation {
  padding: 30px 0;
  border-bottom: solid 1px #e3e3e3;
  position: relative;
}

.entry-navigation .entry-navigation-next-post,
.entry-navigation .entry-navigation-prev-post {
  text-align: center;
}

.entry-navigation .entry-navigation-next-post {
  padding-right: 30px;
}

.entry-navigation .entry-navigation-prev-post {
  padding-left: 30px;
}

.entry-navigation .entry-navigation-header {
  color: #898989;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.entry-navigation .entry-navigation-header h2 {
  color: #333;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 25px;
}

.entry-navigation h2.entry-navigation-title {
  color: #333;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 25px;
}

.entry-navigation .entry-navigation-meta {
  color: #898989;
  font-size: 12px;
}

.entry-navigation .entry-navigation-button .entry-navigation-next,
.entry-navigation .entry-navigation-button .entry-navigation-prev {
  font-size: 21px;
  background: 0 0;
  position: absolute;
  top: 50%;
  width: 23px;
  height: 26px;
  line-height: 25px;
  border: none;
  margin-top: -13px;
  display: inline-block;
  text-align: center;
}

.entry-navigation .entry-navigation-button .entry-navigation-next {
  right: -23px;
}

.entry-navigation .entry-navigation-button .entry-navigation-prev {
  left: -23px;
}

@media (max-width: 768px) {
  .entry-navigation .entry-navigation-header,
  .entry-navigation .entry-navigation-next-post {
    text-align: left;
  }

  .entry-navigation .entry-navigation-prev-post {
    text-align: left;
    margin-top: 25px;
  }

  .entry-navigation .entry-navigation-next-post,
  .entry-navigation .entry-navigation-prev-post {
    padding-left: 0;
  }

  .entry-navigation .entry-navigation-button {
    display: none;
  }
}

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

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

.product-media a {
  text-align: center;
}

.product-slider-main .swiper-slide,
.product-soldout,
.view-icon {
  text-align: center;
}

.blog-masonry {
  margin-bottom: 60px;
}

.blog-masonry .entry-datetime,
.blog-masonry .entry-excerpt,
.blog-masonry .entry-thumbnail,
.blog-masonry .entry-title {
  margin-bottom: 25px;
}

.blog-detail .entry-thumbnail,
.blog-nobar .entry-thumbnail,
.blog-sidebar .entry-thumbnail {
  margin-bottom: 0;
}

.blog-detail .entry-datetime,
.blog-nobar .entry-datetime,
.blog-sidebar .entry-datetime {
  height: 80px;
  line-height: 80px;
}

.blog-detail .entry-title h1,
.blog-detail .entry-title h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.blog-detail h1.entry-title,
.blog-detail h2.entry-title {
  font-size: 25px;
  margin-bottom: 15px;
}

.blog-nobar .entry-title h1,
.blog-nobar .entry-title h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.blog-nobar h1.entry-title,
.blog-nobar h2.entry-title {
  font-size: 25px;
  margin-bottom: 15px;
}

.blog-sidebar .entry-title h1,
.blog-sidebar .entry-title h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.blog-sidebar h1.entry-title,
.blog-sidebar h2.entry-title {
  font-size: 25px;
  margin-bottom: 15px;
}

.blog-detail .entry-container,
.blog-detail .entry-summary {
  background: #fff;
  position: relative;
  margin: -80px 70px 0;
  padding: 0 25px 25px;
  z-index: 1;
}

.blog-nobar .entry-container,
.blog-nobar .entry-summary {
  background: #fff;
  position: relative;
  margin: -80px 70px 0;
  padding: 0 25px 25px;
  z-index: 1;
}

.blog-sidebar .entry-container,
.blog-sidebar .entry-summary {
  background: #fff;
  position: relative;
  margin: -80px 70px 0;
  padding: 0 25px 25px;
  z-index: 1;
}

@media (max-width: 480px) {
  .blog-masonry .entry-thumbnail img {
    width: 100%;
  }

  .blog-detail .entry-container,
  .blog-detail .entry-summary {
    background: #fff;
    position: relative;
    margin: 0;
    padding: 0;
  }

  .blog-nobar .entry-container,
  .blog-nobar .entry-summary {
    background: #fff;
    position: relative;
    margin: 0;
    padding: 0;
  }

  .blog-sidebar .entry-container,
  .blog-sidebar .entry-summary {
    background: #fff;
    position: relative;
    margin: 0;
    padding: 0;
  }
}

.entry-carousel.owl-carousel {
  color: #fff;
}

.comments-area {
  padding: 30px 0;
}

.comments-area .comments-list {
  border-bottom: solid 1px #e3e3e3;
  margin-bottom: 30px;
}

.comments-area .comments-list > ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.comments-area .comments-list > ol > li ol {
  background: #fbfbfb;
  list-style: none;
}

.comments-area .comment-title,
.comments-area .reply-comment-title {
  font-family: Montserrat;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.comments-area .comment-title {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .comments-area .comments-list > ol > li ol {
    padding-left: 100px;
  }
}

.comment {
  zoom: 1;
  overflow: hidden;
  padding: 30px 0;
}

.comment .comment-body {
  overflow: hidden;
}

.comment .comment-avatar {
  display: block;
  float: left;
  margin-right: 30px;
}

.comment .comment-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}

.comment .comment-text {
  color: #606060;
  font-size: 12px;
  margin-bottom: 10px;
}

.comment .reply-comment-action {
  font-size: 12px;
}

@media (max-width: 767px) {
  .comment .comment-avatar {
    width: 45px;
    margin-right: 15px;
  }
}

.product {
  margin-bottom: 50px;
}

.product-name {
  font-size: 14px;
}

.product-category,
.product-status {
  color: #898989;
  margin-bottom: 10px;
}

.product-price {
  color: #333;
  font-size: 25px;
  font-weight: 700;
}

.product-price del {
  color: #898989;
  font-size: 16px;
  font-weight: 400;
}

.product-label,
.product-soldout .soldout {
  font-weight: 700;
  text-transform: uppercase;
}

.product-stars {
  margin-top: 10px;
  margin-bottom: 30px;
}

.product-description {
  color: #898989;
  margin-bottom: 30px;
}

.product-media {
  background: #F7F7F7;
  overflow: hidden;
  position: relative;
  z-index: 40;
}

.product-media a {
  display: block;
}

.product-media:hover .product-hover {
  opacity: 1;
}

.product-thumbnail img {
  width: 100% !important;
}

.product-hover {
  width: 100%;
  position: absolute;
  left: 0;
}

.product-soldout {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 45;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.product-grid:hover .product-soldout {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.product-soldout .soldout {
  color: #fff;
  font-size: 20px;
  font-family: Montserrat, Arial, sans-serif;
}

.product-hover {
  bottom: -20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.product-grid:hover .product-hover {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.product-actions {
  background-color: #fff;
  padding: 20px 0;
  margin: 0 15px 20px;
  -webkit-box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.09);
}

.product-actions > .awe-button,
.product-actions > button {
  background: 0 0;
  border: transparent;
  font-size: 18px;
  padding: 0 20px;
  border-left: solid 1px #ddd;
  display: inline-block;
}

.product-actions > .awe-button:first-child,
.product-actions > button:first-child {
  border-left: none;
}

.product-actions > .awe-button.active,
.product-actions > .awe-button:hover {
  color: #e41a0b;
}

.product-actions > button.active,
.product-actions > button:hover {
  color: #e41a0b;
}

.product-actions > .awe-button > span,
.product-actions > button > span {
  display: none;
}

.product-label {
  background-color: #333;
  font-family: Montserrat, Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  z-index: 50;
  top: 20px;
  left: 0;
  width: 56px;
  height: 25px;
  line-height: 24px;
}

.product-label.hot {
  background-color: #D75B51;
}

.product-label.new {
  background-color: #43C872;
}

.product-label.sale {
  background-color: #ffa800;
}

.product-grid .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-list:after,
.product-list:before {
  content: " ";
  display: table;
}

.product-list .product-media {
  float: left;
  margin-right: 30px;
}

.product-list .product-body {
  overflow: hidden;
}

.product-list .product-name {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
}

.product-list .product-category,
.product-list .product-status {
  font-size: 16px;
  margin-bottom: 20px;
}

.product-list .product-price {
  font-size: 30px;
}

.product-list .product-price del {
  font-size: 18px;
}

@media (max-width: 480px) {
  .product-list .product-media {
    float: none;
    margin-right: 0;
  }

  .product-list .product-name {
    margin-top: 15px;
  }
}

.cart-list,
.whishlist {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.cart-list > li,
.whishlist > li {
  position: relative;
}

.cart-list > li .remove,
.cart-list > li .remove-cart {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.whishlist > li .remove,
.whishlist > li .remove-cart {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.cart-list > li:last-child .cart-item,
.whishlist > li:last-child .cart-item {
  margin-bottom: 0;
}

.cart-item,
.whishlist-item {
  zoom: 1;
  overflow: hidden;
  margin-bottom: 20px;
}

.cart-item .product-image,
.whishlist-item .product-image {
  float: left;
  margin-right: 30px;
}

.cart-item .product-body,
.whishlist-item .product-body {
  overflow: hidden;
}

.cart-item .product-name a,
.cart-item .product-name h3 {
  font-size: 14px;
}

.whishlist-item .product-name a,
.whishlist-item .product-name h3 {
  font-size: 14px;
}

.cart-item .product-price,
.whishlist-item .product-price {
  font-family: Montserrat, Arial, sans-serif;
  color: #e41a0b;
  font-size: 16px;
  font-weight: 700;
}

.whishlist .product-image {
  width: 54px;
  margin-right: 15px;
}

.whishlist .product-body {
  padding-right: 35px;
}

.whishlist .whishlist-name h2,
.whishlist .whishlist-name h3 {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 10px;
}

.whishlist .whishlist-price,
.whishlist .whishlist-quantity {
  font-family: Montserrat, Arial, sans-serif;
  color: #898989;
  font-size: 12px;
}

.whishlist > li .remove {
  font-size: 10px;
  margin-top: 0;
  top: 0;
}

.header-account .header-account-username h4 {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.header-account ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.header-account ul > li > a {
  color: #898989;
  display: block;
  padding: 7px 0;
}

.header-account ul > li > a:hover {
  color: #e41a0b;
}

.menu-cart-total {
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 15px;
  padding: 15px 0;
  font-family: Montserrat, Arial, sans-serif;
}

.menu-cart-total:after,
.menu-cart-total:before {
  content: " ";
  display: table;
}

.product-slider-thumbs,
.rating span,
.view-count,
.view-icon,
.view-icons {
  display: inline-block;
}

.menu-cart-total > span {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.menu-cart-total > .price {
  color: #e41a0b;
  float: right;
}

.product-header-actions {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: solid 1px #e1e1e1;
}

.product-header-actions .form-control {
  margin-left: 5px;
  margin-right: 5px;
}

.product-header-actions .form-group {
  position: relative;
  top: -3px;
}

.product-slider-wrapper {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
  z-index: 1;
}

.product-slider-thumbs {
  list-style: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  margin-left: 80px;
  margin-top: 100px;
  height: 290px;
}

.product-slider-thumbs img {
  cursor: pointer;
  border: 2px solid transparent;
  width: 80px;
}

.product-slider-thumbs .swiper-slide-active img {
  border: 2px solid #333;
}

@media (max-width: 991px) {
  .product-slider-thumbs {
    margin-left: 40px;
  }
}

.product-slider-main {
  background: #f7f7f7;
}

.product-slider-main .swiper-button-next,
.product-slider-main .swiper-button-prev {
  background: 0 0;
  text-align: center;
  font-size: 24px;
  line-height: 44px;
}

.product-slider-main .swiper-button-next {
  right: 25px;
}

.product-slider-main .swiper-button-prev {
  left: 25px;
}

.thumbs-bottom {
  margin: 0;
  padding: 0;
}

.thumbs-bottom .product-slider-thumbs {
  margin: 15px 0 0;
  height: auto;
  position: inherit;
  width: 100%;
}

.thumbs-bottom .product-slider-thumbs .swiper-slide {
  width: 25%;
}

.thumbs-bottom .product-slider-thumbs .swiper-slide img {
  width: 100%;
}

.view-icon {
  color: #333;
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  opacity: 0.25;
}

.view-icon.active,
.view-icon:hover {
  color: #333;
  opacity: 1;
}

.view-count {
  font-size: 12px;
  margin-left: 45px;
}

@media (max-width: 767px) {
  .form-show-sort {
    margin-top: 15px;
    padding-top: 20px;
    border-top: solid 1px #eee;
  }
}

.form-show-sort .form-group {
  width: 50%;
  margin-bottom: 0;
}

.form-show-sort .form-control {
  display: inline-block;
  width: auto;
}

@media (max-width: 479px) {
  .form-show-sort .form-group {
    width: 100%;
    margin-bottom: 15px;
    text-align: left !important;
  }

  .form-show-sort .form-group label {
    display: inline-block;
    min-width: 50px;
  }

  .form-show-sort .form-group:last-child {
    margin-bottom: 0;
  }
}

.rating {
  font-size: 18px;
}

.rating.small {
  font-size: 12px;
}

.rating span {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
}

.rating span:hover {
  cursor: pointer;
}

.rating span:before {
  content: "\F005";
  padding-right: 5px;
  color: #ACACAC;
}

.rating span.star:before {
  color: #FEA200;
}

.rating.live:hover span:before {
  color: #FEA200;
}

.rating.live span:hover ~ span:before {
  color: #ACACAC;
}

.product-quickview-popup {
  min-width: 900px;
  padding: 0;
}

.product-quickview-popup .product {
  margin-bottom: 0;
}

.product-quickview-popup .product:after,
.product-quickview-popup .product:before {
  content: " ";
  display: table;
}

.product-quickview-popup .product-media {
  float: left;
  width: 370px;
}

.product-quickview-popup .product-body {
  overflow: hidden;
  padding: 20px 30px;
}

.product-quickview-popup .product-name {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
}

.product-quickview-popup .product-category {
  font-size: 12px;
}

.product-quickview-popup .product-status {
  font-size: 12px;
  font-size: 14px;
  margin-bottom: 20px;
}

.product-quickview-popup .product-price {
  font-size: 30px;
  margin-bottom: 20px;
}

.product-quickview-popup .product-price del {
  font-size: 18px;
}

.product-quickview-popup .product-tags {
  color: #898989;
}

.product-quickview-popup .product-list-actions-wrapper {
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  padding: 30px 0;
}

.product-quickview-popup .product-meta {
  font-size: 12px;
  padding: 15px 0;
}

.product-quickview-popup .form-control {
  border-color: #e1e1e1;
}

.product-socials {
  padding: 20px 0;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  text-align: center;
  margin: 50px 0;
}

.product-socials ul {
  display: inline-block;
}

.product-socials li > a {
  color: #333;
  font-size: 20px;
}

.product-socials li > a:hover {
  color: #e41a0b;
}

.product-socials li + li {
  margin-left: 35px;
}

.product-details {
  padding-left: 50px;
}

.product-details > nav {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.product-details .nav > li > a {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 15px;
}

.product-details .nav > li > a:focus,
.product-details .nav > li > a:hover {
  background: 0 0;
}

.product-details .nav > li.active > a {
  background: url(/images/bullet.png) center left no-repeat;
  color: #e41a0b;
}

@media (max-width: 991px) {
  .product-details {
    margin-top: 50px;
    padding-left: 0;
  }
}

.product-details-wrapper {
  padding-right: 50px;
}

.product-details-wrapper .product-name {
  font-size: 26px;
}

.product-details-wrapper .product-stars {
  margin-bottom: 15px;
}

.product-details-wrapper .product-features {
  margin-bottom: 25px;
}

.product-details-wrapper .product-features h3 {
  font-size: 16px;
  margin-top: 0;
}

.product-details-wrapper .product-features ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.product-details-wrapper .product-features ul > li {
  padding: 5px 0;
}

.product-details-wrapper .product-features ul > li:before {
  font-family: FontAwesome;
  content: "\F00C";
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}

.product-details-wrapper .product-actions-wrapper .form-control {
  border-color: #e1e1e1;
}

.product-details-wrapper .product-list-actions {
  margin: 25px 0;
}

.product-details-wrapper .product-list-actions .btn,
.product-details-wrapper .product-list-actions .search-submit {
  margin-bottom: 10px;
}

.product-details-wrapper .product-price {
  display: inline-block;
  font-size: 40px;
  margin-right: 35px;
}

.product-details-wrapper .product-price del {
  font-size: 20px;
}

.product-details-wrapper .product-meta {
  font-size: 12px;
}

.product-details-wrapper .product-meta a {
  font-weight: 700;
}

#product-description > p {
  color: #676767;
}

#product-infomation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#product-infomation ul > li {
  color: #666;
  padding: 10px 0;
}

#product-infomation ul > li > .value {
  float: right;
}

#product-infomation ul > li + li {
  border-top: solid 2px #e1e1e1;
}

#product-review > h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}

#product-review .form-control {
  border-color: #e1e1e1;
}

#product-review .review-rating {
  float: left;
  margin-top: 10px;
}

#product-review .review-rating .title {
  display: inline-block;
  margin-right: 10px;
}

#product-review .submit {
  padding-left: 50px;
  padding-right: 50px;
}

.product-review-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.product-review-list > li {
  padding: 25px 0;
  border-bottom: solid 2px #e1e1e1;
}

.product-review-list .review-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}

.product-review-list .review-comment {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-review-list .review-comment > p:last-child {
  margin-bottom: 0;
}

.product-review-list .review-meta {
  color: #898989;
  font-size: 12px;
}

.product-review-list .review-meta .author {
  color: #333;
  font-weight: 700;
}

.product-review-list .review-meta .author:hover {
  color: #e41a0b;
}

.product-grid .product-thumbnail {
  overflow: hidden;
  position: relative;
}

.product-grid .product-thumbnail img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-grid .product-thumbnail img.current {
  opacity: 1;
  visibility: visible;
}

.product-grid .product-thumbnail img ~ img {
  position: absolute;
  top: 0;
  left: 0;
}

.easyzoom img {
  max-width: inherit;
}

#open-filters {
  color: #fff;
  background: #333;
  position: fixed;
  right: 0;
  top: 35%;
  padding: 4px 10px;
  cursor: pointer;
  z-index: 1000;
  display: none;
  font-size: 24px;
}

#open-filters > span {
  display: none;
}

.open-filters-open {
  overflow: hidden;
}

.widgets-filter-overlay {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99998;
}

@media (max-width: 991px) {
  .shop-widgets-filters {
    position: fixed;
    width: 256px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    border-left: solid 1px #bbb;
    overflow: auto;
    z-index: 100000;
    visibility: hidden;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .shop-widgets-filters.open {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  #open-filters {
    display: inline-block;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .products-grid-wrapper > .row > [class*=col-] {
    width: 50%;
  }
}

.product-details-left {
  padding-bottom: 0;
  margin-bottom: 50px;
  border-bottom: solid 1px #e1e1e1;
  overflow: hidden;
}

.product-details-left .product-details {
  padding-left: 0;
}

.product-details-left .product-details nav {
  float: left;
  width: 320px;
  border-bottom: none;
  border-right: solid 1px #e1e1e1;
}

.lookbook-actionbar,
.pnav {
  border-bottom: solid 1px #e1e1e1;
}

.product-details-left .product-details .tab-content {
  overflow: hidden;
  position: relative;
  left: -1px;
  border-left: solid 1px #e1e1e1;
  padding-left: 30px;
}

.pnav {
  padding-bottom: 25px;
}

.lookbook {
  margin-bottom: 70px;
}

.lookbook .heading {
  margin-bottom: 50px;
}

.lookbook h2 {
  margin-bottom: 50px;
  font-size: 24px;
  margin-top: 0;
}

.lookbook .content {
  z-index: 1;
  position: relative;
}

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

.lookbook .content-body {
  background: #fff;
  position: relative;
  float: right;
  z-index: 10;
}

.lookbook .content-body h3 {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 30px;
}

.lookbook .content-body p {
  color: #898989;
  line-height: 26px;
  margin-bottom: 45px;
}

.lookbook .small-image {
  display: none;
  float: left;
}

.lookbook .line {
  display: none;
  position: absolute;
  bottom: 0;
  border-top: solid 3px #333;
  width: 70px;
  right: 50%;
  margin-right: -105px;
}

.lookbook.lookbook-left .small-image,
.lookbook:nth-child(2n) .small-image {
  float: right;
}

.lookbook.lookbook-left .content-body,
.lookbook:nth-child(2n) .content-body {
  float: left;
}

.lookbook.lookbook-left .line,
.lookbook:nth-child(2n) .line {
  right: auto;
  left: 50%;
  margin-left: -105px;
}

@media (min-width: 992px) {
  .lookbook h2 {
    text-align: center;
    letter-spacing: 7px;
  }

  .lookbook .line {
    display: inline-block;
  }

  .lookbook .small-image {
    display: block;
  }

  .lookbook .content {
    margin-left: 70px;
    margin-right: 70px;
  }

  .lookbook .content-body {
    width: 50%;
    margin-top: -100px;
    padding: 35px;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .lookbook h2 {
    text-align: center;
    letter-spacing: 3px;
  }

  .lookbook .content-body {
    width: inherit;
    margin: -100px 50px 0;
    padding: 35px;
  }
}

.lookbook-wrapper {
  margin-top: 80px;
}

.lookbook-wrapper .toggle-bars {
  float: right;
  margin-top: 5px;
  display: none;
}

.lookbook-wrapper .toggle-action {
  display: block;
}

@media (max-width: 480px) {
  .lookbook-wrapper .section-header h2 {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .lookbook-wrapper .toggle-bars {
    display: block;
  }

  .lookbook-wrapper .toggle-action {
    display: none;
  }
}

.lookbook-actionbar {
  padding: 15px 0;
  margin-bottom: 50px;
  border-top: solid 1px #e1e1e1;
}

.lookbook-actionbar label {
  margin-bottom: 0;
  margin-right: 15px;
}

.lookbook-actionbar p,
.lookbook-actionbar strong {
  line-height: 30px;
  margin-bottom: 0;
}

.lookbook-actionbar .form-control {
  border-color: #d5d5d5;
}

@media (min-width: 768px) {
  .lookbook-actionbar .form-group {
    margin-right: 25px;
  }

  .lookbook-actionbar .form-group:last-child {
    margin-right: 0;
  }
}

.lookbook-navigation-text {
  color: #898989;
  margin-top: 7px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.lookbook-navigation-text .icon {
  font-size: 10px;
}

.blockquote,
.entry-content blockquote {
  padding: 30px 20px;
  border-left: 0;
  overflow: hidden;
  text-align: center;
}

.blockquote p,
.entry-content blockquote p {
  color: #333;
  font-size: 16px;
  font-style: italic;
  line-height: 30px;
  text-align: center;
  position: relative;
  margin: 0;
}

.blockquote p:after,
.blockquote p:before {
  font-family: aweicon;
}

.entry-content blockquote p:after,
.entry-content blockquote p:before {
  font-family: aweicon;
}

.blockquote p:before,
.entry-content blockquote p:before {
  content: "\E619";
  margin-right: 10px;
}

.blockquote p:after,
.entry-content blockquote p:after {
  content: "\E61A";
  margin-left: 10px;
}

.blockquote footer,
.entry-content blockquote footer {
  color: #acacac;
  font-size: 12px;
  font-weight: 700;
  margin-top: 40px;
}

.blockquote footer h4,
.entry-content blockquote footer h4 {
  color: #333;
  font-size: 14px;
  margin-top: 0;
}

.blockquote footer:before,
.entry-content blockquote footer:before {
  content: "";
}

.blockquote.large p,
.entry-content blockquote.large p {
  font-size: 22px;
  line-height: 45px;
}

.divider {
  display: block;
  margin: 25px 0;
  line-height: 1;
  height: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333;
  opacity: .5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.divider.light {
  color: #fff;
}

.divider.super {
  margin: 50px 0;
}

.divider:not(.horizontal) {
  height: 1px;
  border-top: 1px solid #e1e1e1;
}

.divider.horizontal {
  display: table;
  white-space: nowrap;
  height: auto;
  line-height: 1;
  overflow: hidden;
  text-align: center;
}

.divider.horizontal:after {
  background-image: url(/images/divider.png);
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
}

.divider.horizontal:before {
  background-image: url(/images/divider.png);
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: right 25px top 50%;
}

.divider.horizontal:after {
  background-position: left 25px top 50%;
}

.ranger-wrapper {
  margin-bottom: 25px;
}

.price_slider.ui-slider,
.ranger.ui-slider {
  height: 3px;
  background: #e1e1e1;
  position: relative;
  border: none;
}

.price_slider.ui-slider .ui-slider-range,
.ranger.ui-slider .ui-slider-range {
  background: #e41a0b;
  border: none;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.price_slider.ui-slider .ui-slider-handle,
.ranger.ui-slider .ui-slider-handle {
  background: url(/images/ranger-bar.png) center center no-repeat #b9b9b9;
  cursor: pointer;
  height: 15px;
  width: 15px;
  position: absolute;
  z-index: 2;
  margin-left: 0;
  top: -6.5px;
  border-radius: 0;
  border: none;
  -webkit-transition: left .15s ease;
  -webkit-transition: left 0.15s ease;
  transition: left 0.15s ease;
}

.price_slider.ui-slider .ui-slider-handle:active,
.price_slider.ui-slider .ui-slider-handle:focus {
  outline: 0;
}

.ranger.ui-slider .ui-slider-handle:active,
.ranger.ui-slider .ui-slider-handle:focus {
  outline: 0;
}

.nano {
  background: #fff;
}

.nano > .nano-pane {
  background: #dfdfdf;
  width: 6px;
  border-radius: 0;
}

.nano > .nano-pane > .nano-slider {
  background: #e41a0b;
  border-radius: 0;
  margin: 0;
  -webkit-transition: background .15s ease-in-out;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.nano > .nano-pane > .nano-slider:active,
.nano > .nano-pane > .nano-slider:focus,
.nano > .nano-pane > .nano-slider:hover {
  background: #ffbe4d;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  top: 50%;
  position: absolute;
  text-decoration: none;
  width: 20px;
  height: 30px;
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.owl-carousel .owl-nav .owl-next:before {
  font-family: aweicon;
  text-indent: 0;
  position: absolute;
  left: 0;
  width: 20px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
}

.owl-carousel .owl-nav .owl-prev {
  left: -25px;
}

.owl-carousel .owl-nav .owl-prev:before {
  font-family: aweicon;
  text-indent: 0;
  position: absolute;
  left: 0;
  width: 20px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  content: "\E605";
}

.owl-carousel .owl-nav .owl-next {
  right: -25px;
}

.owl-carousel .owl-nav .owl-next:before {
  content: "\E606";
}

.owl-carousel .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-carousel .owl-dots {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  padding: 0 5px;
}

.owl-carousel .owl-dots .owl-dot span:before {
  font-size: 10px;
  font-family: aweicon;
  content: "\E608";
}

@media (max-width: 768px) {
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0.5);
  }

  .owl-carousel .owl-nav .owl-next:before {
    font-size: 14px;
    color: #fff;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }

  .owl-carousel .owl-nav .owl-prev:before {
    font-size: 14px;
    color: #fff;
  }

  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}

.footer-wrapper .widget .widget-title,
.widget-title {
  font-family: Montserrat, Arial, sans-serif;
}

.widget.woocommerce {
  font-family: Montserrat, Arial, sans-serif;
}

.widget.woocommerce .form-control,
.widget.woocommerce ul a {
  font-family: Montserrat, Arial, sans-serif;
}

.owl-carousel .owl-dots .owl-dot.active > span:before {
  content: "\E609";
}

.owl-carousel-inset .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel-inset .owl-nav .owl-next {
  right: 0;
}

.owl-carousel-inset .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px;
}

.owl-carousel-inset .owl-next,
.owl-carousel-inset .owl-prev {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.owl-carousel-inset:hover .owl-next,
.owl-carousel-inset:hover .owl-prev {
  opacity: 1;
  visibility: visible;
}

.owl-carousel-inset:hover .owl-next.disabled,
.owl-carousel-inset:hover .owl-prev.disabled {
  opacity: 0.5;
}

.owl-carousel-inset:hover .owl-nav .owl-prev {
  left: 25px;
}

.owl-carousel-inset:hover .owl-nav .owl-next {
  right: 25px;
}

.owl-carousel .owl-item img {
  display: inline;
  width: auto;
}

.home-section-posts.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -85px;
}

.home-section-posts.owl-carousel .owl-prev {
  margin-right: 10px;
}

.home-section-posts.owl-carousel .owl-next,
.home-section-posts.owl-carousel .owl-prev {
  border: 1px solid #333;
  display: inline-block;
  left: 0;
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-transition: all .25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.home-section-posts.owl-carousel .owl-next:before,
.home-section-posts.owl-carousel .owl-prev:before {
  font-size: 12px;
  width: 28px;
}

.home-section-posts.owl-carousel .owl-next:hover,
.home-section-posts.owl-carousel .owl-prev:hover {
  color: #fff;
  background: #333;
}

.home-section-posts.owl-carousel .owl-next:hover:before,
.home-section-posts.owl-carousel .owl-prev:hover:before {
  color: #fff;
}

.products.owl-carousel .owl-next,
.products.owl-carousel .owl-prev {
  margin-top: 0;
  top: 33%;
}

.home-products .products.owl-carousel .owl-next,
.home-products .products.owl-carousel .owl-prev {
  margin-top: 0;
  top: 33%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  z-index: 999;
}

.home-products.products.owl-carousel .owl-next,
.home-products.products.owl-carousel .owl-prev {
  margin-top: 0;
  top: 33%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  z-index: 999;
}

.home-products .products.owl-carousel .owl-next:before,
.home-products .products.owl-carousel .owl-prev:before {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

.home-products.products.owl-carousel .owl-next:before,
.home-products.products.owl-carousel .owl-prev:before {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

.home-products .products.owl-carousel .owl-prev,
.home-products.products.owl-carousel .owl-prev {
  left: 15px;
}

.home-products .products.owl-carousel .owl-next,
.home-products.products.owl-carousel .owl-next {
  right: 15px;
}

.home-products .products.owl-carousel:hover .owl-next,
.home-products .products.owl-carousel:hover .owl-prev {
  opacity: 1;
  visibility: visible;
}

.home-products.products.owl-carousel:hover .owl-next,
.home-products.products.owl-carousel:hover .owl-prev {
  opacity: 1;
  visibility: visible;
}

.home-products .products.owl-carousel:hover .owl-next.disabled,
.home-products .products.owl-carousel:hover .owl-prev.disabled {
  opacity: 0.5;
}

.home-products.products.owl-carousel:hover .owl-next.disabled,
.home-products.products.owl-carousel:hover .owl-prev.disabled {
  opacity: 0.5;
}

.home-products .products.owl-carousel:hover .owl-nav .owl-prev,
.home-products.products.owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
}

.home-products .products.owl-carousel:hover .owl-nav .owl-next,
.home-products.products.owl-carousel:hover .owl-nav .owl-next {
  right: 0;
}

.widget {
  margin-bottom: 50px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget ul {
  padding: 0;
  list-style: none;
}

.widget ul > li {
  margin: 0;
}

.widget ul > li > a {
  display: block;
  height: 100%;
  padding: 10px 0;
}

.widget ul > li ul {
  margin-left: 20px;
}

.widget ul li.parent > a {
  font-weight: 700;
}

.widget .list-socials > li > a {
  font-size: 18px;
  margin: 0 20px 0 0;
  padding: 0;
}

.widget.woocommerce {
  color: #898989;
}

.widget.woocommerce ul li > a {
  color: #898989;
  font-size: 12px;
}

.widget-title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}

.widget-content p:last-child {
  margin-bottom: 0;
}

.widget-comment {
  padding: 10px 0;
}

.widget-comment .widget-comment-title {
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
}

.widget-comment .widget-comment-time {
  color: #898989;
  font-size: 12px;
  margin-bottom: 15px;
}

.widget-comment .widget-comment-time a {
  color: #898989;
  font-size: 12px;
  margin-bottom: 15px;
}

.widget-comment .widget-comment-sumary {
  font-size: 12px;
}

.widget-comment .widget-comment-sumary > p {
  margin-bottom: 0;
}

.widget-comment .widget-comment-sumary > p:before {
  content: "\201C";
}

.widget-comment .widget-comment-sumary > p:after {
  content: "\201D";
}

.widget_categories ul > li,
.widget_product_categories ul > li,
.widget_product_prices ul > li {
  background-repeat: no-repeat;
  background-position: -20px 50%;
  -webkit-transition: background .25s ease;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}

.widget_categories ul > li.active,
.widget_categories ul > li.current,
.widget_categories ul > li:hover {
  background-image: url(/images/bullet.png);
  background-position: 5px 50%;
}

.widget_product_categories ul > li.active,
.widget_product_categories ul > li.current,
.widget_product_categories ul > li:hover {
  background-image: url(/images/bullet.png);
  background-position: 5px 50%;
}

.widget_product_prices ul > li.active,
.widget_product_prices ul > li.current,
.widget_product_prices ul > li:hover {
  background-image: url(/images/bullet.png);
  background-position: 5px 50%;
}

.widget_categories ul > li > a,
.widget_product_categories ul > li > a,
.widget_product_prices ul > li > a {
  padding: 10px 20px;
}

.widget_categories ul > li.active > a,
.widget_categories ul > li.current > a,
.widget_categories ul > li > a:hover {
  color: #e41a0b;
}

.widget_product_categories ul > li.active > a,
.widget_product_categories ul > li.current > a,
.widget_product_categories ul > li > a:hover {
  color: #e41a0b;
}

.widget_product_prices ul > li.active > a,
.widget_product_prices ul > li.current > a,
.widget_product_prices ul > li > a:hover {
  color: #e41a0b;
}

.widget_recent_comments ul > li,
.widget_recent_entries ul > li {
  border-bottom: solid 2px #f1f1f1;
}

.widget_recent_comments ul > li:last-child,
.widget_recent_entries ul > li:last-child {
  border-bottom: none;
}

.widget_tag_cloud .tagcloud > a {
  color: #898989;
  background: #fff;
  font-size: 12px !important;
  border: 1px solid #dfdfdf;
  padding: 3px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.widget_tag_cloud .tagcloud > a.active,
.widget_tag_cloud .tagcloud > a.counter,
.widget_tag_cloud .tagcloud > a:focus,
.widget_tag_cloud .tagcloud > a:hover {
  color: #fff;
  background: #333;
  border-color: #333;
}

.footer-wrapper .widget {
  margin-bottom: 35px;
}

.footer-wrapper .widget .widget-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}

.footer-wrapper .widget ul {
  padding-left: 0;
  list-style: none;
}

.footer-wrapper .widget ul > li > a {
  color: #acacac;
}

.footer-wrapper .widget ul > li > a:active,
.footer-wrapper .widget ul > li > a:hover {
  color: #e41a0b;
}

.subscible-wrapper .widget {
  margin-bottom: 0;
}

.subscible-wrapper .widget-title {
  color: #fff;
}

.twitter-tweets {
  margin: 0;
}

.twitter-tweets > li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 25px !important;
  display: block;
}

.twitter-tweets > li:before {
  color: #898989;
  font-family: aweicon;
  content: "\E614";
  position: absolute;
  left: 0;
  font-size: 18px;
}

.twitter-tweets .tweet-content {
  margin-bottom: 10px;
}

.twitter-tweets .tweet-time {
  font-size: 12px;
}

.twitter-tweets .tweet-time a {
  color: #898989;
}

.instagram-widget {
  margin: 0 -25px;
}

.main-header h1,
.main-header-title,
.main-slider-text h3,
.section-header h2 {
  margin-top: 0;
  text-transform: uppercase;
}

.instagram-widget > li {
  float: left;
  padding-left: 25px;
}

.instagram-widget > li a:hover {
  opacity: 0.75;
}

.search-form {
  position: relative;
}

.search-form label {
  margin: 0;
  width: 100%;
}

.search-form label > span {
  display: none;
}

.main-header h1.block small,
.main-header-title.block small {
  display: block;
}

.search-field {
  display: block;
  width: 100%;
  border: 1px solid #e1e1e1;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  font-weight: 400;
  -webkit-transition: all .25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.search-field:focus {
  outline: 0;
  border-color: #8c8c8c;
}

.search-submit {
  position: absolute;
  right: 5px;
  top: 5px;
}

.search-submit:focus {
  outline: 0;
}

.subscible-wrapper {
  color: #fff;
}

.subscribe-title {
  margin: 0;
  text-transform: uppercase;
}

.subscribe-comment {
  margin-bottom: 0;
}

.subscribe-comment p:last-child {
  margin-bottom: 0;
}

.subscible-form .form-control {
  border: none;
  height: 38px;
  padding-top: 10px;
}

.subscible-inline {
  padding: 35px;
}

.subscible-inline .subscribe-title {
  font-size: 22px;
  line-height: 22px;
}

.subscible-inline .subscribe-comment {
  margin-bottom: 15px;
}

.subscible-inline .subscible-form .form-group,
.subscible-inline .subscible-form .form-submit {
  float: left;
}

.subscible-inline .subscible-form .form-group {
  width: 65%;
  padding-right: 10px;
  margin-bottom: 0;
}

.subscible-inline .subscible-form .form-submit {
  width: 35%;
}

.subscible-inline .subscible-form .form-submit .btn,
.subscible-inline .subscible-form .form-submit .search-submit {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .subscible-inline .subscribe-comment {
    text-align: center;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .subscible-inline .subscribe-title {
    margin-bottom: 15px !important;
  }

  .subscible-inline .form-group,
  .subscible-inline .form-submit {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .subscible-inline .form-group {
    margin-bottom: 10px !important;
  }

  .subscible-inline .form-submit .btn,
  .subscible-inline .form-submit .search-submit {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: auto !important;
  }
}

.subscible-block {
  padding: 20px;
}

.subscible-block .subscribe-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.subscible-block .subscribe-comment {
  color: #acacac;
  font-size: 12px;
  margin-bottom: 20px;
}

.footer-wrapper .subscrible-form .form-control {
  border: none;
}

.awewoo-brand {
  border: 1px solid #e1e1e1;
}

.awewoo-brand-header {
  border-bottom: solid 1px #e1e1e1;
  padding: 5px 10px;
}

.awewoo-brand-header .form-control {
  height: 27px;
  line-height: 27px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.awewoo-brand-content {
  padding: 10px;
}

.main-header {
  color: #fff;
  background-color: #333;
  text-align: center;
  padding: 60px 0;
}

.main-header-small {
  padding: 30px 0;
}

.main-header-large {
  padding: 100px 0;
}

.main-header h1,
.main-header-title {
  color: #fff;
  font-size: 34px;
  margin-bottom: 0;
  letter-spacing: 10px;
  text-indent: center;
}

.main-header h1 small,
.main-header-title small {
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
}

.main-header-light {
  color: #333;
  background: #f9f9f9;
}

.main-header-light h1 {
  color: #333;
}

.main-header-light-title {
  color: #333;
}

.main-header .breadcrumb {
  margin-bottom: 15px;
}

.section-header {
  margin-bottom: 50px;
}

.section-header:after,
.section-header:before {
  content: " ";
  display: table;
}

.section-header h2 {
  margin-bottom: 0;
  font-size: 40px;
}

.section-header h2.medium {
  font-size: 30px;
}

.section-header p {
  color: #898989;
  font-size: 16px;
  margin-bottom: 0;
}

.section-header p.medium {
  font-size: 14px;
}

.main-slider-wrapper {
  color: #fff;
  position: relative;
}

@media (max-width: 480px) {
  .main-slider-wrapper {
    display: none;
  }
}

.main-slider-item {
  position: relative;
  height: 609px;
}

.header-style-4 .awemenu-left .main-slider-item .awemenu-megamenu-item > .container-fluid {
  position: relative;
  z-index: 1000;
}

.main-slider-item .container,
.main-slider-item .header-style-4 .awemenu-left .awemenu-megamenu-item > .container-fluid {
  position: relative;
  z-index: 1000;
}

.main-slider-image img {
  width: 100%;
}

.main-slider-text {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cate-section-trait,
.section-brands {
  position: relative;
}

.main-slider-text h3 {
  font-size: 25px;
}

.main-slider-text h3.small {
  font-size: 20px;
}

.main-slider-text h3.light {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.main-slider-text h2 {
  font-size: 80px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #000000;
}

.main-slider-text h2.small {
  font-size: 60px;
}

@media (max-width: 992px) {
  .main-slider-text h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .main-slider-text h2.small {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .main-slider-wrapper .owl-dots {
    display: none;
  }

  .main-slider-wrapper .main-slider-text h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .main-slider-wrapper .main-slider-text h2.small {
    font-size: 15px;
  }

  .main-slider-wrapper .main-slider-text .button .btn,
  .main-slider-wrapper .main-slider-text .button .search-submit {
    padding: 7px 10px;
  }
}

.section-post-media {
  float: left;
  margin-right: 30px;
  width: 50%;
}

.section-post-media img {
  width: 100%;
}

.section-post-body {
  overflow: hidden;
}

.section-post-time {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
}

.section-post-time small {
  color: #898989;
  font-weight: 400;
  font-size: 18px;
}

.section-post-title {
  font-size: 16px;
}

.section-post-excerpt {
  color: #898989;
  font-size: 14px;
  line-height: 23px;
}

.read-more {
  color: #898989;
  font-size: 12px;
  border-bottom: solid 2px;
}

.read-more > a {
  color: #898989;
  font-size: 12px;
  border-bottom: solid 2px;
}

.read-more:hover,
.read-more > a:hover {
  color: #e41a0b;
}

.policy-wrapper {
  background: #000;
  padding: 20px 0;
  color: #fff;
}

.policy-wrapper.policy-style {
  position: relative;
  margin-top: -45px;
  z-index: 100;
}

@media (max-width: 991px) {
  .section-post-media {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .policy-wrapper.policy-style {
    margin-top: 0;
    border-bottom: solid 1px #e1e1e1;
  }
}

@media (max-width: 768px) {
  .policy-wrapper {
    overflow: auto;
  }

  .policy-wrapper .row {
    white-space: nowrap;
  }

  .policy-wrapper .row > div[class*=col-] {
    float: none;
    display: inline-block;
  }
}

.policy {
  text-align: center;
}

.policy .policy-icon,
.policy .policy-text {
  display: inline-block;
  text-align: left;
}

.policy .policy-icon .icon,
.policy .policy-text .icon {
  display: inline;
  vertical-align: inherit;
}

.policy .policy-icon {
  font-size: 30px;
  margin-right: 10px;
}

.policy .policy-text h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}

.policy .policy-text p {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  color: #898989;
  font-family: Montserrat, Arial, sans-serif;
}

.policy-block,
.polity-block-container .policy-block {
  text-align: left;
  padding-right: 100px;
}

.policy-block .policy-icon,
.policy-block .policy-text {
  display: block;
}

.polity-block-container .policy-block .policy-icon,
.polity-block-container .policy-block .policy-text {
  display: block;
}

.policy-block .policy-icon,
.polity-block-container .policy-block .policy-icon {
  margin-bottom: 10px;
}

.policy-block .policy-text h4,
.polity-block-container .policy-block .policy-text h4 {
  font-size: 14px;
  margin-bottom: 20px;
}

.policy-block .policy-text p,
.polity-block-container .policy-block .policy-text p {
  font-family: Roboto, Arial, sans-serif;
  text-transform: none;
}

.customers-carousel {
  color: #fff;
  margin-bottom: 30px;
}

.customers-carousel h4 {
  margin-top: 0;
  margin-bottom: 40px;
}

.customers-carousel p {
  margin-bottom: 0;
}

.customers-carousel .owl-controls,
.customers-carousel .owl-dots {
  margin-top: 50px;
}

.section-brands {
  color: #fff;
  background: #333;
  padding: 20px 0;
  z-index: 15;
}

.section-brands .brands-carousel {
  height: 80px;
}

.category-text {
  text-align: center;
  padding: 100px 0 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.category-text h3 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.category-text p {
  color: #898989;
  margin-bottom: 50px;
}

.awe-media-overlay .category-text {
  padding: 70px 70px 0;
}

.awe-media-overlay .category-text p {
  color: #fff;
  font-size: 14px;
}

.cate-section-trait:after,
.cate-section-trait:before {
  content: " ";
  display: table;
}

.cate-section-trait + .cate-section-trait {
  margin-top: 100px;
}

.cate-section-trait h2 {
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.cate-section-trait h2 > small {
  color: #898989;
  font-size: 30px;
  display: block;
  letter-spacing: 5px;
}

.cate-section-trait .lead {
  color: #898989;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 50px;
}

.cate-section-trait .small-image {
  position: absolute;
  bottom: 0;
}

.cate-section-trait .content {
  float: left;
}

.cate-section-trait .large-image,
.cate-section-trait.reverse .content,
.cate-section-trait:nth-child(2n) .content {
  float: right;
}

.cate-section-trait.reverse .large-image,
.cate-section-trait:nth-child(2n) .large-image {
  float: left;
}

@media (max-width: 1199px) {
  .cate-section-trait {
    display: inline-block;
  }

  .cate-section-trait .small-image {
    display: none;
  }

  .cate-section-trait .content {
    position: absolute;
    float: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    padding-top: 80px;
  }

  .cate-section-trait .large-image {
    float: none;
  }

  .cate-section-trait .large-image img {
    width: 100%;
  }

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

.cate-section-gutter {
  position: relative;
  padding-top: 200%;
  white-space: break-word;
}

.cate-section-gutter .awe-media,
.cate-section-gutter .category-text {
  position: absolute;
}

.cate-section-gutter .awe-media {
  top: 0;
  width: 100%;
}

.cate-section-gutter .category-text {
  top: 50%;
  height: 50%;
}

.cate-section-gutter.inverse .category-text {
  top: 0;
  height: 50%;
}

.cate-section-gutter.inverse .awe-media {
  top: inherit;
  bottom: 0;
  width: 100%;
}

.cate-section-gutter.cate-overlay {
  padding-top: 100%;
}

.cate-section-gutter.cate-overlay .awe-media {
  z-index: 100;
}

.cate-section-gutter.cate-overlay .category-text {
  color: #fff;
  background-color: rgba(51, 51, 51, 0.5);
  top: 0;
  height: 100%;
  z-index: 101;
  padding: 100px 0 0;
  width: 100%;
}

.cate-section-gutter.cate-overlay .category-text p {
  color: #fff;
}

.cate-section-gutter.cate-overlay .category-text .btn,
.cate-section-gutter.cate-overlay .category-text .search-submit {
  color: #fff;
  border-color: #fff;
}

.cate-section-gutter.cate-overlay .category-text .btn:focus,
.cate-section-gutter.cate-overlay .category-text .btn:hover {
  color: #333;
  background-color: #fff;
}

.cate-section-gutter.cate-overlay .category-text .search-submit:focus,
.cate-section-gutter.cate-overlay .category-text .search-submit:hover {
  color: #333;
  background-color: #fff;
}

.cate-section-gutter.cate-overlay.inverse .category-text {
  top: 0;
  height: 100%;
}

.cate-section-gutter.cate-overlay.inverse .awe-media {
  top: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .cate-section-trait h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .cate-section-trait h2 > small {
    font-size: 20px;
  }

  .cate-section-gutter.cate-overlay .category-text {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .cate-section-trait h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .cate-section-trait h2 > small {
    font-size: 20px;
  }

  .cate-section-gutter.cate-overlay .category-text {
    padding-top: 40px;
  }
}

@media (max-width: 479px) {
  .cate-section-gutter.cate-overlay .category-text {
    padding-top: 30px;
  }
}

@media (max-width: 1199px) {
  .cate-section-gutter .category-text {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    overflow: hidden;
  }

  .cate-section-gutter .category-text h3 {
    white-space: initial;
    word-wrap: break-word;
  }

  .cate-section-gutter .category-text p {
    white-space: initial;
    word-wrap: break-word;
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .cate-section-gutter .category-text h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .cate-section-gutter-wrapper {
    overflow: auto;
  }

  .cate-section-gutter-wrapper > .row {
    white-space: nowrap;
  }

  .cate-section-gutter-wrapper > .row > [class*=col-] {
    float: none;
    display: inline-block;
    width: 65%;
  }
}

.category-media-caption {
  background-clip: content-box;
  color: #fff;
  height: 300px;
  position: relative;
}

.category-media-caption:before {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  margin-left: 15px;
  margin-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.category-media-caption .content {
  padding: 25px;
  height: 300px;
  position: relative;
}

.category-media-caption .content .btn,
.category-media-caption .content .search-submit {
  position: absolute;
  bottom: 25px;
}

.cate-section-gutter.cate-overlay {
  overflow: hidden;
}

.cate-section-gutter.cate-overlay:hover .awe-media-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .home-cate-media .awe-media-header {
    background: #333;
    height: 250px;
  }
}

#wrapper {
  background: #fff;
}

#main {
  display: block;
  margin-bottom: 50px;
}

#menu-panel {
  color: #fff;
  background: #333;
}

@media (max-width: 1199px) {
  .products-slick .slick-next,
  .products-slick .slick-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    height: 50px;
    width: 25px;
    margin-top: -100px;
  }

  .products-slick .slick-next:after,
  .products-slick .slick-next:before {
    color: #fff;
  }

  .products-slick .slick-prev:after,
  .products-slick .slick-prev:before {
    color: #fff;
  }

  .products-slick .slick-next {
    right: 15px;
  }

  .products-slick .slick-prev {
    left: 15px;
  }
}

.awe-logo {
  float: left;
  display: inline-block;
  margin-right: 15px;
  line-height: 80px;
}

.awe-hidden-text {
  display: none;
}

.menu-shopping-cart {
  position: relative;
}

.menu-shopping-cart.have-product {
  color: #e41a0b !important;
}

.cart-number {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  background: url(/images/bg-cart-number.png) center center no-repeat;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 3px;
}

.awemenu-icon {
  font-size: 18px;
}

.menubar-search-form {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 150px;
  background: #fff;
  min-width: 500px;
  margin-top: 20px;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}

.menubar-search-form.open {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  visibility: visible;
  opacity: 1;
}

.menubar-search-form > form {
  position: relative;
}

.menubar-search-form > form .form-control {
  border-color: #333;
}

.menubar-search-form > form .menubar-search-buttons {
  margin-right: 5px;
  margin-top: 3px;
  position: absolute;
  right: 0;
  top: 0;
}

.menubar-search-form > form .menubar-search-buttons button:hover {
  background: #f9f9f9;
}

.menubar-search-form > form .menubar-search-buttons button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1199px) {
  .menubar-search-form {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: inherit;
    margin-top: 0;
    padding: 25px;
    min-width: 100%;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
  }
}

.awemenu-megamenu-wrapper {
  padding: 15px;
}

.awemenu-megamenu-wrapper p {
  color: #898989;
  margin-bottom: 15px;
}

.awemenu-megamenu-wrapper .sublist {
  margin-top: 40px;
}

.awemenu-megamenu-wrapper .bottom-link {
  position: absolute;
  bottom: 40px;
}

.awemenu-megamenu-wrapper h2 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 15px;
}

.awemenu-megamenu-wrapper ul {
  list-style: none;
  padding-left: 0;
}

.awemenu-megamenu-wrapper ul > li > a {
  color: #898989;
  padding: 10px 0;
  display: block;
}

.awemenu-megamenu-wrapper ul > li > a:active,
.awemenu-megamenu-wrapper ul > li > a:hover {
  color: #e41a0b;
}

.awemenu-megamenu-wrapper ul.super > li > a {
  font-size: 16px;
}

.awemenu-megamenu-wrapper .numbers-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
  overflow: hidden;
}

.awemenu-megamenu-wrapper .numbers-list > li {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.awemenu-megamenu-wrapper .numbers-list > li > a {
  border: 1px solid #898989;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  font-weight: 700;
  font-size: 10px;
}

.navbar-icons .submenu.dropdown > li > a,
.pages-list ul a {
  font-size: 14px;
  font-weight: 700;
  font-family: Montserrat, Arial, sans-serif;
  text-transform: uppercase;
}

.awemenu-megamenu-wrapper .numbers-list > li > a:hover {
  color: #fff;
  background-color: #e41a0b;
  border-color: #e41a0b;
}

.awemenu-mobile .awemenu-megamenu-wrapper .bottom-link {
  margin-top: 25px;
  position: inherit;
}

.awemenu-mobile .awemenu-megamenu-wrapper .bottom-link .btn,
.awemenu-mobile .awemenu-megamenu-wrapper .bottom-link .search-submit {
  width: 100%;
  padding: auto;
}

.headroom {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
}

.headroom--pinned {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.awemenu-active.headroom--pinned {
  -webkit-transform: none !important;
  transform: none !important;
}

.pages-list {
  margin: 15px 0;
}

.pages-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pages-list ul > li + li {
  margin-top: solid 1px #eee;
}

.pages-list ul a {
  display: block;
  padding: 5px 10px;
}

.pages-list ul a:hover {
  background: #f7f7f7;
}

.admin-bar .awemenu-wp,
.admin-bar .headroom {
  top: 32px;
}

.awemenu-megamenu-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-icons,
.navbar-search {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-icons > li,
.navbar-search > li {
  float: left;
}

.navbar-icons > li > a,
.navbar-search > li > a {
  display: inline-block;
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}

.navbar-icons > li .submenu,
.navbar-search > li .submenu {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  right: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

@media (max-width: 1200px) {
  .navbar-icons > li .submenu,
  .navbar-search > li .submenu {
    left: 0;
    right: auto;
  }
}

.navbar-icons > li:focus .submenu,
.navbar-icons > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.navbar-search > li:focus .submenu,
.navbar-search > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.navbar-search .awe-menubar-search {
  padding-right: 35px;
}

.navbar-icons {
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
}

.navbar-icons .submenu {
  right: 0;
  background: #fff;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
}

.navbar-icons .submenu > li {
  min-width: 250px;
}

.navbar-icons .submenu.dropdown > li > a {
  display: block;
  padding: 10px 15px;
  color: #333;
}

.navbar-icons .submenu.dropdown > li > a:focus,
.navbar-icons .submenu.dropdown > li > a:hover {
  color: #e41a0b;
}

.navbar-icons .submenu.megamenu > li {
  padding: 20px 0;
}

.navbar-header {
  float: right;
}

@media (max-width: 1199px) {
  #wrapper {
    padding-top: 0 !important;
  }

  .awemenu-nav .container,
  .awemenu-nav .header-style-4 .awemenu-left .awemenu-megamenu-item > .container-fluid {
    width: 100%;
  }

  .header-style-4 .awemenu-left .awemenu-nav .awemenu-megamenu-item > .container-fluid {
    width: 100%;
  }

  .awemenu-nav {
    position: inherit !important;
    height: auto;
  }

  .navbar-header {
    display: block;
    float: none;
    overflow: hidden;
    margin: 0 -15px;
    border-bottom: solid 1px #e1e1e1;
  }

  .navbar-search {
    float: right;
  }

  .navbar-search .awe-menubar-search {
    padding-right: 15px;
  }

  .navbar-icons {
    float: left;
    border-left: none;
    border-right: none;
  }

  .navbar-search {
    border-left: none;
    border-right: none;
  }

  .navbar-icons > li > a,
  .navbar-search > li > a {
    height: 45px;
    line-height: 48px;
  }

  .awemenu-bars {
    margin-top: 15px !important;
    color: #fff !important;
    background: #333 !important;
  }

  .menu-logo {
    display: none;
  }
}

.menubar-account .submenu {
  width: 170px;
}

.menubar-wishlist .submenu,
.submenu .menubar-cart {
  width: 250px;
}

.header-contact {
  margin-top: 13px;
  float: left;
}

.header-contact p {
  font-size: 12px;
  margin-bottom: 2px;
}

.policy-header {
  margin-top: 25px;
  margin-right: 25px;
  float: right;
}

.policy-header .policy {
  display: inline-block;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}

.header-style-1 .navbar-search a,
.header-style-2 .navbar-search a {
  font-size: 22px;
  padding-right: 15px;
}

.header-top {
  border: 1px solid #e1e1e1;
}

.header-top .header-top-relative {
  position: relative;
  z-index: 10000;
}

.header-style-1 .menubar-search-form,
.header-style-2 .menubar-search-form {
  margin-top: 24px;
  right: 0 !important;
}

.header-style-1 .awemenu-mobile .awemenu,
.header-style-2 .awemenu-mobile .awemenu {
  z-index: 99999 !important;
}

@media (max-width: 1199px) {
  .header-style-4 .awemenu-left .header-top .awemenu-megamenu-item > .container-fluid {
    width: 100%;
  }

  .header-top .container,
  .header-top .header-style-4 .awemenu-left .awemenu-megamenu-item > .container-fluid {
    width: 100%;
  }

  .header-style-1 .navbar-search,
  .header-style-2 .navbar-search {
    margin-top: -45px;
  }

  .header-style-1 .navbar-search .menubar-search-form,
  .header-style-2 .navbar-search .menubar-search-form {
    margin-top: 0 !important;
  }

  .header-style-1 .header-contact,
  .header-style-1 .policy-header {
    display: none;
  }

  .header-style-2 .header-contact,
  .header-style-2 .policy-header {
    display: none;
  }

  .header-style-1 .awemenu-nav .awe-logo,
  .header-style-2 .awemenu-nav .awe-logo {
    display: block;
  }

  .header-style-1 .navtop .awe-logo,
  .header-style-2 .navtop .awe-logo {
    display: none;
  }
}

.header-style-1 .awemenu-nav .awe-logo,
.header-style-3 .awe-logo {
  display: none;
}

.header-style-1 .menubar-search-form {
  width: 500px !important;
}

.header-style-3 .awemenu-mobile .awe-logo {
  display: block;
}

.header-style-3 .awemenu-default .awemenu {
  margin-right: 50px;
}

@media (min-width: 1200px) and (max-width: 1454px) {
  .home-style-4 {
    overflow: hidden;
    margin-left: 50px;
  }
}

@media (min-width: 1455px) {
  .home-style-4 {
    margin-left: 256px;
  }
}

@media (min-width: 1200px) {
  .header-style-3 .navbar-search-wrapper {
    float: left;
  }

  .header-style-4 {
    position: fixed;
    width: 256px;
    z-index: 9999;
    background-color: #fff;
    left: 0;
    bottom: 0;
    top: 0;
    border-right: solid 1px #e1e1e1;
  }
}

@media (min-width: 1200px) and (max-width: 1454px) {
  .header-style-4 {
    width: 50px;
  }
}

.header-style-4 .logo-small {
  display: none;
}

.header-style-4 .awe-logo {
  display: block;
  margin-right: 0;
  float: none;
  height: 80px;
  line-height: 80px;
  border-bottom: solid 1px #e1e1e1;
}

.header-style-4 .awe-logo a {
  display: block;
  text-align: center;
}

.header-style-4 .awemenu-nav {
  height: auto;
  background-color: #fff;
  border-bottom: none;
}

.header-style-4 .awemenu-left .awemenu {
  margin-top: 15px;
  margin-bottom: 15px;
}

.header-style-4 .awemenu-left .awemenu > li.awemenu-item > a {
  height: 50px;
  line-height: 50px;
  text-align: center;
}

@media (min-width: 1200px) {
  .header-style-4 .awemenu-bars {
    margin: 15px 0 !important;
    text-align: center;
    width: 100%;
    font-size: 22px;
  }

  .header-style-4 .menubar-search-form {
    right: auto !important;
    left: 100% !important;
    padding: 15px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 1454px) and (min-width: 1200px) {
  .header-style-4 .logo-large {
    display: none;
  }

  .header-style-4 .logo-small {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .header-style-4 .navbar-icons {
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    border-left: none;
    border-right: none;
    float: none;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-style-4 .navbar-search {
    float: none;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-style-4 .navbar-icons > li,
  .header-style-4 .navbar-search > li {
    float: none;
    display: block;
    position: static;
    text-align: center;
  }

  .header-style-4 .navbar-icons > li > a,
  .header-style-4 .navbar-search > li > a {
    height: 50px;
    line-height: 50px;
  }

  .header-style-4 .navbar-icons > li > ul,
  .header-style-4 .navbar-search > li > ul {
    top: 0;
    left: 100%;
    right: auto;
    background-color: #fff;
    text-align: left;
  }

  .header-style-4 .awe-menubar-search {
    padding-right: 15px !important;
  }

  .header-style-4 .awemenu-bars {
    float: none !important;
  }

  .header-style-4 .awemenu-active.awemenu-mobile-default.awemenu-mobile-outright .awemenu,
  .header-style-4 .awemenu-mobile-outleft.awemenu-active .awemenu {
    margin-left: 50px !important;
  }
}

@media (max-width: 1199px) {
  .header-style-4 .navbar-footer {
    border-bottom: solid 1px #e1e1e1;
  }

  .header-style-4 .navbar-footer:after,
  .header-style-4 .navbar-footer:before {
    content: " ";
    display: table;
  }

  .header-style-4 .navbar-footer:after {
    clear: both;
  }

  .header-style-4 .awemenu-bars {
    position: absolute;
    top: 0;
    right: 15px;
  }

  .header-style-4 .awe-logo {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-style-4 .awe-logo a {
    text-align: left;
  }
}

.comming-soon,
.error-404 {
  height: 100%;
  left: 0;
  color: #fff;
}

.awemenu-mobile-default.awemenu-mobile-outright .awemenu-megamenu-item [class*=col-],
.awemenu-mobile-outleft .awemenu-megamenu-item [class*=col-] {
  width: 100%;
}

.footer {
  position: relative;
}

.footer a {
  color: #e41a0b;
}

.footer .back-top {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  margin-top: -28px;
  text-align: center;
  z-index: 1005;
}

.footer .back-top .back-top-image {
  display: block;
}

.footer .back-top small,
.footer .back-top span {
  font-family: Montserrat, Arial, sans-serif;
  color: #898989;
}

.footer-wrapper {
  color: #acacac;
  background-color: #252525;
  padding-top: 70px;
}

.footer-copyright {
  background: #2F2F2F;
  color: #898989;
  font-size: 12px;
  padding: 15px 0;
}

.footer-copyright a {
  color: #898989;
}

.footer-copyright .language-select a:hover,
.footer-copyright .price-select a:hover,
.footer-copyright a:hover {
  color: #e41a0b;
}

.footer-copyright nav {
  margin: 0 -10px 10px;
}

.footer-copyright nav:last-child {
  margin-bottom: 0;
}

.footer-copyright nav > ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.footer-copyright nav > ul > li {
  display: inline-block;
  padding: 0 10px;
}

.footer-copyright .language-select .icon,
.footer-copyright .price-select .icon {
  font-size: 10px;
  margin-left: 3px;
}

.footer-copyright .select-title {
  display: inline-block;
  margin-right: 5px;
}

.footer-copyright .dropdown-menu li a {
  padding: 5px 15px;
}

@media (min-width: 1200px) {
  .footer-copyright .copyright {
    float: left;
  }

  .footer-copyright .copyright > p {
    margin-bottom: 0;
  }

  .footer-copyright .footer-nav {
    float: right;
  }

  .footer-copyright nav {
    margin: 0;
    float: left;
    padding: 0 10px;
  }

  .footer-copyright nav + nav {
    border-left: solid 1px #555;
  }
}

.error-404 {
  position: fixed;
  bottom: 0;
  top: 0;
}

.error-404 p {
  font-family: Montserrat, Arial, sans-serif;
}

.error-404 h2 {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.error-404 h1 {
  font-size: 135px;
  line-height: .8;
  position: relative;
}

.error-404 h1 .page {
  font-size: 12px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  margin-top: -5px;
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .error-404 h1 {
    font-size: 300px;
  }

  .error-404 h1 .page {
    font-size: 20px;
    margin-top: -10px;
  }

  .error-404 h2 {
    font-size: 30px;
    font-weight: 400;
  }
}

.comming-soon {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
}

.comming-soon .comming-soon-logo {
  margin-bottom: 25px;
}

.comming-soon .countdown-time {
  margin: 25px 0;
}

.comming-soon header h1 {
  font-size: 24px;
  letter-spacing: 10px;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.comming-soon footer .follow-us {
  font-size: 16px;
}

.comming-soon footer .list-socials {
  margin-top: 15px;
}

.comming-soon footer .list-socials a {
  color: #fff;
  font-size: 20px;
}

.comming-soon footer .list-socials a:hover {
  color: #e41a0b;
}

@media (min-width: 768px) {
  .comming-soon .comming-soon-logo {
    margin-bottom: 45px;
  }

  .comming-soon .countdown-time {
    margin: 50px 0;
  }

  .comming-soon header p {
    font-size: 18px;
  }

  .comming-soon header h1 {
    font-size: 50px;
    letter-spacing: 20px;
    margin: 0 0 40px;
  }
}

.blog-wrapper {
  margin-bottom: 115px;
}

.blog-wrapper.blog-sidebar-left .blog-column-left {
  border-right: solid 1px #e1e1e1;
  position: relative;
  right: -1px;
}

.blog-wrapper.blog-sidebar-left .blog-column-right {
  border-left: solid 1px #e1e1e1;
}

.blog-wrapper.blog-sidebar-right .blog-column-left {
  border-right: solid 1px #e1e1e1;
}

.blog-wrapper.blog-sidebar-right .blog-column-right {
  border-left: solid 1px #e1e1e1;
  position: relative;
  left: -1px;
}

.edit-comment-action {
  font-size: 12px;
}

.contact-map {
  height: 470px;
  width: 100%;
  overflow: hidden;
  margin-bottom: -50px !important;
}

@media (max-width: 767px) {
  .contact-map {
    height: 250px;
  }
}

@media (max-width: 479px) {
  .contact-map {
    height: 150px;
  }
}

.contact-wrapper {
  color: #898989;
}

.contact-header {
  max-width: 100%;
  margin-bottom: 50px;
}

.contact-header img {
  max-width: 100%;
}

.contact-header .contact-image {
  margin-bottom: 25px;
}

.contact-header > p {
  margin-bottom: 0;
}

.contact-content h2,
.contact-content h3 {
  color: #333;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.contact-content h2 {
  font-size: 26px;
}

.contact-content h3 {
  font-size: 16px;
}

.contact-content .contact-form-heading {
  margin-bottom: 35px;
}

.contact-content .contact-form-heading p {
  margin-bottom: 0;
}

.contact-content .contact-block {
  margin-bottom: 35px;
}

.contact-content .contact-block:last-child {
  margin-bottom: 0;
}

.contact-content .dl-horizontal {
  margin-bottom: 0;
}

.contact-content .dl-horizontal dt {
  width: 100px;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, Arial, sans-serif;
}

.contact-content .dl-horizontal dt:last-child {
  margin-bottom: 0;
}

.contact-content .dl-horizontal dd {
  margin-left: 100px;
}

@media (max-width: 991px) {
  .contact-content .dl-horizontal dd {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.login-popup {
  padding: 0;
  max-width: 370px;
}

.login-popup .nav-tabs > li > a {
  font-family: Montserrat, Arial, sans-serif;
  color: #898989;
  font-size: 12px;
  font-weight: 700;
  margin-right: 0;
  border-radius: 0;
  text-transform: uppercase;
}

.login-popup .nav-tabs > li.active > a {
  color: #333;
  background-color: #eee;
  border-bottom: solid 1px #ddd;
}

.login-popup .nav-tabs > li.active > a:focus,
.login-popup .nav-tabs > li.active > a:hover {
  color: #333;
  background-color: #eee;
  border-bottom: solid 1px #ddd;
}

.login-popup .tab-content {
  padding: 30px;
}

.login-popup .form-control {
  border-color: #898989;
}

.login-popup .forgot-passwd {
  margin-bottom: 25px;
  text-align: center;
}

.login-popup .forgot-passwd .icon {
  margin-right: 10px;
}

.login-popup .forgot-passwd a {
  color: #e41a0b;
}

.checkout-wrapper {
  margin-bottom: 100px;
}

.checkout-wrapper h2 {
  color: #242424;
  font-size: 24px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.payment-detail-wrapper {
  border: 1px solid #000;
  padding: 30px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .payment-right {
    padding-left: 70px;
  }
}

.list-payments {
  display: inline-block;
  margin-left: 10px;
}

.list-payments > li {
  padding: 0;
}

.cart-total,
.cart_total {
  margin: 50px 0;
}

.cart-total table tr,
.cart_total table tr {
  display: block;
  margin-bottom: 15px;
}

.cart-total table th,
.cart_total table th {
  min-width: 175px;
  font-family: Montserrat, Arial, sans-serif;
  color: #898989;
  font-size: 18px;
  font-weight: 400;
}

.cart-total table td,
.cart_total table td {
  font-family: Montserrat, Arial, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.cart-checkboxes {
  margin-bottom: 50px;
}

.cart-checkboxes .checkbox {
  margin-bottom: 25px;
}

.cart-checkboxes .checkbox label {
  font-size: 14px;
  font-family: Montserrat, Arial, sans-serif;
  padding-left: 25px;
}

.cart-checkboxes .checkbox label input[type=checkbox] {
  margin-left: -25px;
}

.cart-checkboxes .checkbox p {
  color: #898989;
  margin: 25px 0 25px 25px;
}

.portfolio-article {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.lasted-portfolio h3 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.portfolio-detail > nav {
  padding-bottom: 20px;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 25px;
}

.portfolio-detail > nav:after,
.portfolio-detail > nav:before {
  content: " ";
  display: table;
}

.back-to-pcate,
.back-to-portfolio {
  font-family: Montserrat, Arial, sans-serif;
  color: #898989;
  font-size: 12px;
  margin-top: 10px;
  display: block;
}

.back-to-pcate > .fa,
.back-to-pcate > .icon {
  margin-right: 5px;
}

.back-to-portfolio > .fa,
.back-to-portfolio > .icon {
  margin-right: 5px;
}

.portfolio-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}

.portfolio-desc {
  color: #898989;
  margin-bottom: 35px;
}

.portfolio-images .image {
  margin-bottom: 25px;
}

.portfolio-list {
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
}

.portfolio-list > li {
  padding: 10px 0;
  border-bottom: solid 2px #e1e1e1;
}

.portfolio-list > li:first-child {
  border-top: solid 2px #e1e1e1;
}

.portfolio-list .name {
  font-weight: 700;
}

.portfolio-list .value {
  color: #898989;
  float: right;
}

.portfolio-images .image a {
  display: block;
  position: relative;
}

.portfolio-images .image a:after {
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.portfolio-images .image a:before {
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  content: '';
  background: rgba(51, 51, 51, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.portfolio-images .image a:after {
  color: #e41a0b;
  font-family: aweicon;
  content: '\E61C';
  font-size: 18px;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  text-align: center;
  line-height: 30px;
}

.portfolio-images .image a:hover:after,
.portfolio-images .image a:hover:before {
  opacity: 1;
}

.profolio-content {
  margin-bottom: 100px;
}

.profolio-content h2 {
  font-size: 18px;
}

.profolio-content p {
  color: #ddd;
}

.profolio-content .bottom {
  margin-left: 0;
  margin-right: 0;
}

.profolio-content-text {
  padding: 0 20px;
  position: relative;
  display: block;
}

.profolio-content-text h2 {
  color: #fff;
  font-size: 14px;
}

.profolio-content-text p {
  color: #ddd;
  font-size: 12px;
}

.profolio-content-text .icon-next {
  color: #fff;
  font-size: 18px;
  margin-right: 20px;
  margin-top: -15px;
  position: absolute;
  right: 0;
  top: 50%;
}

.customer-block {
  color: #898989;
  background-color: #f8f8f8;
  padding: 30px 35px;
  text-align: center;
  margin-bottom: 30px;
}

.customer-block a {
  color: #898989;
}

.customer-block a:hover {
  color: #e41a0b;
}

.customer-block blockquote {
  text-align: center;
  padding: 0;
  margin: 0 0 35px;
  border: none;
  font-size: 15px;
}

.customer-block blockquote:before {
  content: "\E61A";
  font-family: aweicon;
  color: #898989;
  height: 50px;
  display: block;
}

.customer-block .customer-name {
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}

.customer-block .customer-name h3 {
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}

.customer-block .customer-address {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.customer-block .customer-address a {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.customer-block .customer-address a:hover {
  color: #e41a0b;
}

.customer-block .customer-address:hover {
  color: #e41a0b;
}

.customer-block .customer-avatar {
  background: #fff;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
}

.customer-block .customer-avatar img {
  width: 100%;
}

.customer-block .customer-avatar img:hover {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  opacity: 0.85;
}

.newsletter_div {
  background-color: #333;
}

.newsletter_div h1,
.newsletter_div h2,
.newsletter_div h3,
.newsletter_div h4,
.newsletter_div h5,
.newsletter_div h6 {
  font-weight: bold;
  color: #ffffff !important;
}

.subscible-wrapper .screen-reader-response {
  display: none !important;
}

.subscible-wrapper .wpcf7-form {
  position: relative;
}

.subscible-wrapper .wpcf7-not-valid-tip {
  font-size: 13px;
  display: block;
  background: #F93434;
  color: #fff;
  padding: 2px 10px;
}

.subscible-wrapper .wpcf7-response-output {
  position: absolute;
  top: -10px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff;
  color: #333;
  border: 1px solid #333;
  padding: 5px 10px;
  margin: 0;
}

.subscible-wrapper .wpcf7-response-output:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333;
  position: absolute;
  bottom: -7px;
  left: 5px;
}

.subscible-wrapper .wpcf7-mail-sent-ok.wpcf7-response-output {
  color: #fff;
  background: #59b408;
  border: none;
}

.subscible-wrapper .wpcf7-mail-sent-ok.wpcf7-response-output:after {
  border-top-color: #59b408;
}

.subscible-wrapper .wpcf7-validation-errors.wpcf7-response-output {
  color: #fff;
  background: #F93434;
  border: none;
}

.subscible-wrapper .wpcf7-validation-errors.wpcf7-response-output:after {
  border-top-color: #F93434;
}

.subscible-wrapper .form-submit {
  position: relative;
}

.subscible-wrapper .form-submit .ajax-loader {
  background-color: #fff;
  border-radius: 50%;
  padding: 1px;
  margin-left: 5px !important;
  margin-top: -9px;
  position: absolute;
  left: 0;
  top: 50%;
}

.subscible-wrapper.subscible-block .wpcf7-response-output {
  top: 0 !important;
}

.uheading {
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
}

.table-cart {
  margin-bottom: 50px;
}

.table-cart tr > td,
.table-cart tr > th {
  border-color: #e2e1e1 !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}

.table-cart thead > tr > td,
.table-cart thead > tr > th {
  background-color: #e2e1e1;
  padding-left: 25px;
  padding-right: 25px;
}

.table-cart tbody > tr > td,
.table-cart tbody > tr > th {
  text-align: center;
  vertical-align: middle;
  padding: 20px 25px;
}

.table-cart tfoot > tr > td {
  text-align: center;
  vertical-align: middle;
  padding: 20px 25px;
}

.table-cart tfoot .pull-right .btn,
.table-cart tfoot .pull-right .search-submit {
  margin-left: 15px;
}

.table-cart .cart-product {
  position: relative;
  text-align: left;
}

.table-cart .cart-product .remove {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #898989;
}

.table-cart .cart-product .remove:focus,
.table-cart .cart-product .remove:hover {
  color: #e41a0b;
}

.table-cart .product-title:focus,
.table-cart .product-title:hover {
  color: #e41a0b;
}

.table-summary-cart .order-total .amount {
  color: #e41a0b;
}

.table-cart .product-cart img {
  border: 1px solid #e2e1e1;
}

.table-cart .product-title {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}

.table-cart .amount {
  color: #e41a0b;
  font-size: 18px;
  font-weight: 700;
}

.table-cart .qty {
  width: 38px;
  height: 38px;
  display: inline-block;
  padding: 0;
  text-align: center;
}

.table-summary-cart {
  width: 100%;
  text-transform: uppercase;
}

.table-summary-cart td,
.table-summary-cart th {
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-summary-cart td {
  text-align: right;
}

.table-summary-cart .order-total {
  font-size: 18px;
}

.elements-section {
  padding: 120px 0;
  overflow: hidden;
}

.doc-icons-list {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}

.doc-icons-list li {
  background-color: #f9f9f9;
  border: 1px solid #fff;
  float: left;
  font-size: 12px;
  height: 125px;
  line-height: 1.4;
  padding: 10px;
  text-align: center;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  width: 50%;
}

.doc-icons-list li:hover {
  background-color: #333;
  color: #fff;
}

.doc-icons-list .doc-list-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}

.doc-icons-list .doc-list-icon {
  font-size: 32px;
  margin-bottom: 5px;
  margin-top: 10px;
  display: inline-block;
}

@media (min-width: 1200px) {
  .doc-icons-list li {
    width: 12.5%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .doc-icons-list li {
    width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .doc-icons-list li {
    width: 25%;
  }
}

.fix-footer {
  margin-bottom: -50px;
}

.doc-background {
  height: 750px;
}

.heading-large {
  font-size: 52px;
}

@media (max-width: 767px) {
  .heading-large {
    font-size: 18px;
  }
}

.box-row {
  color: #fff;
  background: #333;
  margin-bottom: 15px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all .25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.box-row:hover {
  background: #666;
}

.docs-map-1 {
  height: 500px;
}

.docs-carousel-3 .owl-dots {
  margin-top: 50px;
}

.main_divider {
  max-width: 50%;
  margin: auto;
}

.line_first,
.line_second {
  width: 50%;
  display: block;
  height: 5px;
  margin: 5px auto;
  float: left;
}

.line_first {
  background-color: #bc1515;
}

.line_second {
  background-color: #fff;
}

.main-slider-text h4 {
  text-shadow: 2px 2px 2px #000;
}

.awe-box-image .logosize {
  max-width: 100px;
}

/* add css */

.section {
  position: relative;
  padding: 70px 0;
}

.section h2 {
  font-size: 36px;
}

.white-background {
  background-color: #ffffff;
}

/*spacer*/

.spacer-5 {
  margin: 5px auto;
}

.spacer-10 {
  margin: 10px auto;
}

.spacer-20 {
  margin: 20px auto;
}

.spacer-30 {
  margin: 30px auto;
}

.spacer-40 {
  margin: 40px auto;
}

.spacer-50 {
  margin: 50px auto;
}

.spacer-60 {
  margin: 60px auto;
}

.spacer-70 {
  margin: 70px auto;
}

.spacer-80 {
  margin: 80px auto;
}

.spacer-90 {
  margin: 90px auto;
}

.spacer-100 {
  margin: 100px auto;
}

/*divider - hr*/

hr {
  position: relative;
  border-color: rgba(0, 0, 0, 0.1);
}

hr.no-border {
  border-color: transparent;
}

.regular {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #35404f;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.fourth-section h1,
.fourth-section h2,
.fourth-section h3,
.fourth-section h4,
.fourth-section h5,
.fourth-section h6 {
  font-weight: bold;
  color: #ffffff !important;
}

/*lists*/

.list {
  padding-left: 19px;
}

.list li {
  line-height: 30px;
  margin-bottom: 5px;
}

.list.list-unstyled {
  margin: 0;
  padding: 0;
}

.alt-list li {
  list-style: none;
  position: relative;
  padding-left: 8px;
}

.alt-list li i:first-child {
  position: absolute;
  left: -18px;
  top: 10px;
  width: 20px;
  height: 20px;
  line-height: 15px;
  font-size: 11px;
  text-align: center;
}

.list-inline {
  padding: 0px;
}

.list-inline.alt-list li {
  margin-right: 18px;
}

.list-inline.alt-list li:last-child {
  margin-right: 0;
}


.fa,.icon{-moz-osx-font-smoothing:grayscale;display:inline-block}.fa-fw,.fa-li,.mfp-container{text-align:center}.fa,.fa-stack,.icon{display:inline-block}.mfp-arrow,.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent}.mfp-wrap,.owl-carousel .owl-item,.owl-carousel .owl-video-play-icon{-webkit-backface-visibility:hidden}@font-face{font-family:aweicon;src:url(../fonts/aweiconcbfb.eot?-t5ttdb);src:url(../fonts/aweicond41d.eot?#iefix-t5ttdb) format('embedded-opentype'),url(../fonts/aweiconcbfb.ttf?-t5ttdb) format('truetype'),url(../fonts/aweiconcbfb.woff?-t5ttdb) format('woff'),url(../fonts/aweiconcbfb.svg?-t5ttdb#aweicon) format('svg');font-weight:400;font-style:normal}.icon{font-family:aweicon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}.icon-logo-text:before{content:"\e637"}.icon-star:before{content:"\e600"}.icon-shopping-bag:before{content:"\e601"}.icon-dolar-circle:before{content:"\e602"}.icon-car:before{content:"\e603"}.icon-telephone:before{content:"\e604"}.icon-arrow-prev:before{content:"\e605"}.icon-arrow-next:before{content:"\e606"}.icon-arrow-down:before{content:"\e607"}.icon-circle:before{content:"\e608"}.icon-circle-o:before{content:"\e609"}.icon-octagon:before{content:"\e60a"}.icon-remove:before{content:"\e60b"}.icon-plus:before{content:"\e60c"}.icon-done:before{content:"\e60d"}.icon-th-list:before{content:"\e60e"}.icon-th:before{content:"\e60f"}.icon-google-plus:before{content:"\e610"}.icon-pinterest:before{content:"\e611"}.icon-dot-dot:before{content:"\e612"}.icon-facebook:before{content:"\e613"}.icon-twitter:before{content:"\e614"}.icon-logo:before{content:"\e615"}.icon-like:before{content:"\e616"}.icon-shirt:before{content:"\e617"}.icon-help:before{content:"\e618"}.icon-quote-left:before{content:"\e619"}.icon-quote-right:before{content:"\e61a"}.icon-key:before{content:"\e61b"}.icon-eye:before{content:"\e61c"}.icon-book:before{content:"\e61d"}.icon-woman:before{content:"\e61e"}.icon-lock:before{content:"\e61f"}.icon-pen:before{content:"\e620"}.icon-cog:before{content:"\e621"}.icon-bell:before{content:"\e622"}.icon-wrench:before{content:"\e623"}.icon-desktop:before{content:"\e624"}.icon-messenger:before{content:"\e625"}.icon-cogs:before{content:"\e626"}.icon-user:before{content:"\e627"}.icon-box:before{content:"\e628"}.icon-euro-circle:before{content:"\e629"}.icon-send:before{content:"\e62a"}.icon-bell2:before{content:"\e62b"}.icon-headphone:before{content:"\e62c"}.icon-rule:before{content:"\e62d"}.icon-clock-circle:before{content:"\e62e"}.icon-mailbox:before{content:"\e62f"}.icon-users:before{content:"\e630"}.icon-setting:before{content:"\e631"}.icon-trash:before{content:"\e632"}.icon-box-2:before{content:"\e633"}.icon-zoom-in:before{content:"\e634"}.icon-user-circle:before{content:"\e635"}.icon-search:before{content:"\e636"}/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfonte0a5.eot?v=4.3.0);src:url(../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(../fonts/fontawesome-webfonte0a5.woff2?v=4.3.0) format('woff2'),url(../fonts/fontawesome-webfonte0a5.woff?v=4.3.0) format('woff'),url(../fonts/fontawesome-webfonte0a5.ttf?v=4.3.0) format('truetype'),url(../fonts/fontawesome-webfonte0a5.svg?v=4.3.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;transform:translate(0,0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0;height:100%;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before,.fa-genderless:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{z-index:1043;outline:0!important}.mfp-container{position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-close,.mfp-preloader{text-align:center;position:absolute}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;top:50%;width:auto;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-close,.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;right:0;top:0;text-decoration:none;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.owl-carousel{display:none;width:100%;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.awemenu-mobile-bottom .awemenu,.awemenu-mobile-standard.awemenu-sticky .awemenu,.awemenu-mobile-top .awemenu,.awemenu-sticky.awemenu-mobile-top .awemenu{overflow-y:auto}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.awemenu-bottom .awemenu>.awemenu-item,.awemenu-standard .awemenu>.awemenu-item,.awemenu-top .awemenu>.awemenu-item,.float-l,.swiper-container-no-flexbox .swiper-slide{float:left}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.html) no-repeat;cursor:pointer;z-index:1;transition:scale 100ms ease}.awemenu-bottom .awemenu>.awemenu-item .awemenu-submenu .awemenu-item,.awemenu-left .awemenu .awemenu-item,.awemenu-nav,.awemenu-nav .awemenu,.awemenu-nav .awemenu-container,.awemenu-outleft .awemenu .awemenu-item,.awemenu-outright .awemenu .awemenu-item,.awemenu-right .awemenu .awemenu-item,.awemenu-standard .awemenu>.awemenu-item .awemenu-submenu .awemenu-item,.awemenu-top .awemenu>.awemenu-item .awemenu-submenu .awemenu-item,.position-r,.swiper-container,.swiper-slide,.swiper-wrapper{position:relative}.owl-carousel .owl-video-play-icon:hover{transition:scale(1.3,1.3)}.owl-carousel .owl-item .owl-lazy,.owl-carousel .owl-video-tn{transition:opacity 400ms ease;opacity:0}.owl-carousel .owl-video-tn{height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.awemenu-bottom,.awemenu-mobile-bottom,.awemenu-mobile-outleft .awemenu,.awemenu-mobile-outleft.awemenu-sticky,.awemenu-mobile-outright .awemenu,.awemenu-mobile-standard.awemenu-sticky,.awemenu-mobile-top,.awemenu-outleft .awemenu,.awemenu-outleft.awemenu-sticky,.awemenu-outright .awemenu,.awemenu-outright.awemenu-sticky,.awemenu-standard.awemenu-sticky,.awemenu-sticky.awemenu-mobile-outright,.awemenu-sticky.awemenu-mobile-top,.awemenu-sticky.awemenu-top,.awemenu-top,.position-f{position:fixed}.awemenu-bottom .awemenu>.awemenu-item .awemenu-submenu,.awemenu-left .awemenu .awemenu-item .awemenu-submenu,.awemenu-mobile-bottom .awemenu,.awemenu-mobile-standard .awemenu,.awemenu-mobile-top .awemenu,.awemenu-outleft .awemenu .awemenu-item .awemenu-submenu,.awemenu-outright .awemenu .awemenu-item .awemenu-submenu,.awemenu-right .awemenu .awemenu-item .awemenu-submenu,.awemenu-standard .awemenu>.awemenu-item .awemenu-submenu,.awemenu-top .awemenu>.awemenu-item .awemenu-submenu,.position-a{position:absolute}.awemenu-nav .awemenu,.awemenu-nav .awemenu-submenu,.list-n{list-style:none}.awemenu-nav .awemenu,.awemenu-nav .awemenu-submenu,.pad-0{padding:0}.awemenu-nav .awemenu,.awemenu-nav .awemenu-submenu,.mar-0{margin:0}.awemenu-left .awemenu .awemenu-item,.awemenu-nav .awemenu-container:after,.awemenu-nav .awemenu-container:before,.awemenu-nav .awemenu:after,.awemenu-nav .awemenu:before,.awemenu-nav.awemenu-active .awemenu,.awemenu-nav:after,.awemenu-nav:before,.awemenu-outleft .awemenu .awemenu-item,.awemenu-outright .awemenu .awemenu-item,.awemenu-right .awemenu .awemenu-item,.block{display:block}.awemenu-mobile-bottom .awemenu,.awemenu-mobile-standard .awemenu,.awemenu-mobile-top .awemenu,.awemenu-nav .awemenu-submenu,.block-n{display:none}.awemenu-bottom .awemenu>.awemenu-item.awemenu-item-right,.awemenu-outright .awemenu,.awemenu-right .awemenu,.awemenu-standard .awemenu>.awemenu-item.awemenu-item-right,.awemenu-top .awemenu>.awemenu-item.awemenu-item-right,.float-r{float:right}.awemenu-outright .awemenu,.float-n{float:none}.awemenu-nav{z-index:9999}.awemenu-nav .awemenu-container:after,.awemenu-nav .awemenu-container:before,.awemenu-nav .awemenu:after,.awemenu-nav .awemenu:before,.awemenu-nav:after,.awemenu-nav:before{content:'';clear:both}.awemenu-nav .awemenu-submenu{z-index:0!important}.awemenu-nav .awemenu-active>.awemenu-submenu{display:block;z-index:1!important}.awemenu-standard .awemenu>.awemenu-item .awemenu-submenu.awemenu-dropdown .awemenu-item .awemenu-submenu,.awemenu-top .awemenu>.awemenu-item .awemenu-submenu.awemenu-dropdown .awemenu-item .awemenu-submenu{width:100%;left:100%;top:0}.awemenu-standard .awemenu>.awemenu-item .awemenu-submenu.awemenu-dropdown .awemenu-item.awemenu-invert>.awemenu-submenu,.awemenu-top .awemenu>.awemenu-item .awemenu-submenu.awemenu-dropdown .awemenu-item.awemenu-invert>.awemenu-submenu{left:auto;right:100%}.awemenu-standard.awemenu-sticky,.awemenu-sticky.awemenu-top,.awemenu-top{left:0;right:0;top:0}.awemenu-left .awemenu .awemenu-item .awemenu-submenu,.awemenu-outleft .awemenu .awemenu-item .awemenu-submenu{left:100%;top:0;width:100%}.awemenu-left .awemenu .awemenu-item.awemenu-invert>.awemenu-submenu,.awemenu-outleft .awemenu .awemenu-item.awemenu-invert>.awemenu-submenu{left:auto;right:100%}.awemenu-outright .awemenu .awemenu-item .awemenu-submenu,.awemenu-right .awemenu .awemenu-item .awemenu-submenu{right:100%;top:0;width:100%}.awemenu-outright .awemenu .awemenu-item.awemenu-invert>.awemenu-submenu,.awemenu-right .awemenu .awemenu-item.awemenu-invert>.awemenu-submenu{right:auto;left:100%}.awemenu-outleft .awemenu-bars{display:block}.awemenu-outleft .awemenu{top:0;bottom:0;left:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.awemenu-outleft.awemenu-active .awemenu{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.awemenu-outleft.awemenu-sticky{top:0;right:0;left:0}.awemenu-outright .awemenu{top:0;bottom:0;right:0;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.awemenu-outright.awemenu-active .awemenu{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.awemenu-outright.awemenu-sticky{top:0;right:0;left:0}.awemenu-bottom{bottom:0;left:0;right:0}.awemenu-bottom .awemenu>.awemenu-item .awemenu-submenu{bottom:100%}.awemenu-bottom .awemenu>.awemenu-item .awemenu-submenu .awemenu-item .awemenu-submenu{bottom:0;width:100%}.awemenu-bottom .awemenu>.awemenu-item .awemenu-submenu .awemenu-item.awemenu-vertical-invert>.awemenu-submenu{bottom:auto;top:0}.awemenu-bottom .awemenu>.awemenu-item .awemenu-submenu.awemenu-dropdown .awemenu-item .awemenu-submenu{width:100%;left:100%}.awemenu-bottom .awemenu>.awemenu-item .awemenu-submenu.awemenu-dropdown .awemenu-item.awemenu-invert .awemenu-submenu{left:auto;right:100%}.awemenu-mobile-standard .awemenu,.awemenu-mobile-top .awemenu{left:0;right:0;top:100%}.awemenu-mobile-standard.awemenu-sticky,.awemenu-sticky.awemenu-mobile-top{left:0;right:0;top:0}.awemenu-mobile-top{left:0;right:0;top:0}.awemenu-mobile-bottom{bottom:0;left:0;right:0}.awemenu-mobile-bottom .awemenu{left:0;right:0;bottom:100%}.awemenu-mobile-outleft .awemenu,.awemenu-mobile-outright .awemenu{top:0;bottom:0;left:0;overflow-y:auto;overflow-x:hidden;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.animation .awemenu,.awemenu-mobile-outright .awemenu{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}.awemenu-active.awemenu-mobile-outright .awemenu,.awemenu-mobile-outleft.awemenu-active .awemenu{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.awemenu-mobile-outleft.awemenu-sticky,.awemenu-sticky.awemenu-mobile-outright{top:0;right:0;left:0}.awemenu-mobile-outright .awemenu{left:auto;right:0;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);transition:all .3s ease}.awemenu-mobile-outright.awemenu-active .awemenu{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.awemenu-mobile-outright.awemenu-sticky{top:0;right:0;left:0}.animation .awemenu{transition:all .3s ease}.animation .awemenu-submenu{visibility:hidden;opacity:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.animation .awemenu-fadeup>.awemenu-submenu{-webkit-transform:translate(0,15px);-moz-transform:translate(0,15px);-ms-transform:translate(0,15px);-o-transform:translate(0,15px);transform:translate(0,15px)}.animation .awemenu-fadedown>.awemenu-submenu{-webkit-transform:translate(0,-15px);-moz-transform:translate(0,-15px);-ms-transform:translate(0,-15px);-o-transform:translate(0,-15px);transform:translate(0,-15px)}.animation .awemenu-fadeleft>.awemenu-submenu{-webkit-transform:translate(-25px,0);-moz-transform:translate(-25px,0);-ms-transform:translate(-25px,0);-o-transform:translate(-25px,0);transform:translate(-25px,0)}.animation .awemenu-faderight>.awemenu-submenu{-webkit-transform:translate(25px,0);-moz-transform:translate(25px,0);-ms-transform:translate(25px,0);-o-transform:translate(25px,0);transform:translate(25px,0)}.animation .awemenu-zoom>.awemenu-submenu{-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5)}.animation .awemenu-rotateupleft>.awemenu-submenu{-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.animation .awemenu-rotateupright>.awemenu-submenu{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;-o-transform-origin:100% 0;transform-origin:100% 0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.animation .awemenu-flipx>.awemenu-submenu{-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform-style:100em;-moz-transform-style:100em;-ms-transform-style:100em;-o-transform-style:100em;transform-style:100em;-webkit-transform:rotateX(-45deg);-moz-transform:rotateX(-45deg);-ms-transform:rotateX(-45deg);-o-transform:rotateX(-45deg);transform:rotateX(-45deg)}.animation .awemenu-flipy>.awemenu-submenu{-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform-style:100em;-moz-transform-style:100em;-ms-transform-style:100em;-o-transform-style:100em;transform-style:100em;-webkit-transform:rotateX(45deg);-moz-transform:rotateX(45deg);-ms-transform:rotateX(45deg);-o-transform:rotateX(45deg);transform:rotateX(45deg)}.animation .awemenu-flipyright>.awemenu-submenu{-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform-style:100em;-moz-transform-style:100em;-ms-transform-style:100em;-o-transform-style:100em;transform-style:100em;-webkit-transform:rotateY(45deg);-moz-transform:rotateY(45deg);-ms-transform:rotateY(45deg);-o-transform:rotateY(45deg);transform:rotateY(45deg)}.animation .awemenu-flipyleft>.awemenu-submenu{-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform-style:100em;-moz-transform-style:100em;-ms-transform-style:100em;-o-transform-style:100em;transform-style:100em;-webkit-transform:rotateY(-45deg);-moz-transform:rotateY(-45deg);-ms-transform:rotateY(-45deg);-o-transform:rotateY(-45deg);transform:rotateY(-45deg)}.animation .awemenu-slideleft>.awemenu-submenu{-webkit-transform:translate(-30%,0);-moz-transform:translate(-30%,0);-ms-transform:translate(-30%,0);-o-transform:translate(-30%,0);transform:translate(-30%,0)}.animation .awemenu-slideright>.awemenu-submenu{-webkit-transform:translate(30%,0);-moz-transform:translate(30%,0);-ms-transform:translate(30%,0);-o-transform:translate(30%,0);transform:translate(30%,0)}.animation .awemenu-active>.awemenu-submenu{visibility:visible;opacity:1;-webkit-transform:translate(0,0) rotate(0) scale(1);-moz-transform:translate(0,0) rotate(0) scale(1);-ms-transform:translate(0,0) rotate(0) scale(1);-o-transform:translate(0,0) rotate(0) scale(1);transform:translate(0,0) rotate(0) scale(1)}.swiper-container{margin:0 auto;overflow:hidden;z-index:1}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide,.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow{z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.easyzoom{position:relative;display:inline-block}.easyzoom-flyout,.easyzoom-notice{position:absolute;background:#FFF}.easyzoom img{vertical-align:bottom}.easyzoom.is-loading img{cursor:progress}.easyzoom.is-ready img{cursor:crosshair}.easyzoom.is-error img{cursor:not-allowed}.easyzoom-notice{top:50%;left:50%;z-index:150;width:10em;margin:-1em 0 0 -5em;line-height:2em;text-align:center;box-shadow:0 0 10px #888}.easyzoom-flyout{z-index:100;overflow:hidden}.easyzoom--overlay .easyzoom-flyout{top:0;left:0;width:100%;height:100%}.easyzoom--adjacent .easyzoom-flyout{top:0;left:100%;width:100%;height:100%;margin-left:20px}.nano{position:relative;width:100%;height:100%;overflow:hidden}.nano>.nano-content,.nano>.nano-pane{position:absolute;right:0;top:0;bottom:0}.nano>.nano-content{overflow:scroll;overflow-x:hidden;left:0}.nano>.nano-content:focus{outline:dotted thin}.nano>.nano-content::-webkit-scrollbar{display:none}.has-scrollbar>.nano-content::-webkit-scrollbar{display:block}.nano>.nano-pane{background:rgba(0,0,0,.25);width:10px;visibility:hidden\9;opacity:.01;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;transition:.2s;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.nano>.nano-pane>.nano-slider{background:#444;background:rgba(0,0,0,.5);position:relative;margin:0 1px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.nano-pane.active,.nano-pane.flashed,.nano:hover>.nano-pane{visibility:visible\9;opacity:.99}