@charset "UTF-8";
@font-face {
  font-family: 'Iciel';
  src: url("https://file.hstatic.net/200000200823/file/icielalliance-light_ddeb60d07b2048c9bb48297aeed046ae.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'icielalliance-light';
  src: url(//theme.hstatic.net/200000200823/1000691333/14/icielalliance-light.ttf?v=285) format("truetype"); }

@font-face {
  font-family: 'icielalliance-semibold';
  src: url(//theme.hstatic.net/200000200823/1000691333/14/icielalliance-semibold.ttf?v=285) format("truetype"); }

@font-face {
  font-family: 'icielalliance-medium';
  src: url(//theme.hstatic.net/200000200823/1000691333/14/icielalliance-medium.ttf?v=285) format("truetype"); }

@font-face {
  font-family: 'barlow-regular';
  src: url(//theme.hstatic.net/200000200823/1000691333/14/barlow-regular.ttf?v=285) format("truetype"); }

@font-face {
  font-family: 'barlow-bold';
  src: url(//theme.hstatic.net/200000200823/1000691333/14/barlow-bold.ttf?v=285) format("truetype"); }

@font-face {
  font-family: 'barlow-black';
  src: url(//theme.hstatic.net/200000200823/1000691333/14/barlow-black.ttf?v=285) format("truetype"); }

@font-face {
  font-family: 'Iciel';
  src: url(//theme.hstatic.net/200000200823/1000691333/14/icielalliance-regular.ttf?v=285) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'icielalliance-regular';
  src: url(//theme.hstatic.net/200000200823/1000691333/14/icielalliance-regular.ttf?v=285) format("truetype"); }

@font-face {
  font-family: 'Barlow';
  src: url("https://file.hstatic.net/200000200823/file/barlow-light_aa82d4162fe04ec399279e5c1f6d1529.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/*=============================================
=            TABLE OF CONTENT                 =
=============================================*/
/* -------------------------------------------------------------------------------
A. Common CSS
B. Compoments

1. Base compoments
2. Awe compoments
3. Awe compoments
4. Plugins compoments
5. Widgets compoments
6. Sections compoments
7. Layouts compoments
8. Wordpress fixed
-------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------
A. Common CSS
--------------------------------------------------------------------------------*/
::-moz-selection {
  color: #fff;
  background: #7FAECC; }

::selection {
  color: #fff;
  background: #7FAECC; }

html, body {
  font-family: 'Barlow', sans-serif;
  font-weight: 300 !important;
  background: #ffffff;
  color: #000000;
  background-image: url(//theme.hstatic.net/200000200823/1000691333/14/bg_main_image.jpg?v=285);
  background-repeat: repeat;
  background-position: center center;
  background-attachment: fixed; }

h1, h2, h3 {
  font-weight: 400;
  font-family: 'Iciel', sans-serif; }

h4, h5, h6 {
  font-weight: 300;
  font-family: 'Iciel', sans-serif; }

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

a:focus,
a:active, button:focus,
button:active {
  outline: none !important; }

a {
  color: #000000; }

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

label {
  font-size: 12px;
  font-family: 'Barlow', sans-serif; }

label sup {
  color: red; }

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

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

/* Color helpers */
.white {
  color: #fff !important; }

.dark {
  color: #333 !important; }

.gray {
  color: #898989 !important; }

/* Bg hepers */
.bg-lighten {
  background-color: #f9f9f9 !important; }

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

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

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

/* Font size */
.tiny {
  font-size: 10px; }

.small {
  font-size: 12px; }

.medium {
  font-size: 14px; }

.large {
  font-size: 16px; }

/* Float */
.f-right {
  float: right; }

.f-left {
  float: left; }

/**/
/* Font weight helpers */
.light {
  font-weight: 300; }

.normal {
  font-weight: 400; }

.bold {
  font-weight: 700; }

/* Text helpers */
.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

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

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

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

/* Display helpers */
.block {
  display: block !important; }

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

.inline {
  display: inline !important; }

/* Border helpers */
.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; }

/* Fullpage */
.fp-table {
  display: table;
  table-layout: fixed;
  text-align: center; }

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

.fp-table,
.fp-table-cell {
  width: 100%;
  height: 100%; }

.fp-table-cell {
  display: table-cell;
  vertical-align: middle; }

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

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

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

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

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

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

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

/* Margin and padding helpers */
/* Margin */
.margin-5 {
  margin: 5px !important; }

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

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

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

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

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

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

/* Padding */
.padding-5 {
  padding: 5px !important; }

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

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

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

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

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

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

/* Margin */
.margin-10 {
  margin: 10px !important; }

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

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

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

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

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

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

/* Padding */
.padding-10 {
  padding: 10px !important; }

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

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

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

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

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

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

/* Margin */
.margin-15 {
  margin: 15px !important; }

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

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

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

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

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

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

/* Padding */
.padding-15 {
  padding: 15px !important; }

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

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

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

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

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

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

/* Margin */
.margin-20 {
  margin: 20px !important; }

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

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

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

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

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

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

/* Padding */
.padding-20 {
  padding: 20px !important; }

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

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

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

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

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

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

/* Margin */
.margin-25 {
  margin: 25px !important; }

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

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

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

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

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

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

/* Padding */
.padding-25 {
  padding: 25px !important; }

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

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

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

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

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

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

/* Margin */
.margin-30 {
  margin: 30px !important; }

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

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

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

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

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

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

/* Padding */
.padding-30 {
  padding: 30px !important; }

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

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

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

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

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

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

/* Margin */
.margin-35 {
  margin: 35px !important; }

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

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

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

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

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

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

/* Padding */
.padding-35 {
  padding: 35px !important; }

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

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

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

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

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

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

/* Margin */
.margin-40 {
  margin: 40px !important; }

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

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

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

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

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

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

/* Padding */
.padding-40 {
  padding: 40px !important; }

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

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

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

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

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

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

/* Margin */
.margin-45 {
  margin: 45px !important; }

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

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

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

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

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

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

/* Padding */
.padding-45 {
  padding: 45px !important; }

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

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

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

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

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

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

/* Margin */
.margin-50 {
  margin: 50px !important; }

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

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

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

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

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

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

/* Padding */
.padding-50 {
  padding: 50px !important; }

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

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

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

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

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

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

/* Margin */
.margin-55 {
  margin: 55px !important; }

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

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

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

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

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

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

/* Padding */
.padding-55 {
  padding: 55px !important; }

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

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

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

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

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

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

/* Margin */
.margin-60 {
  margin: 60px !important; }

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

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

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

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

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

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

/* Padding */
.padding-60 {
  padding: 60px !important; }

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

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

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

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

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

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

/* Margin */
.margin-65 {
  margin: 65px !important; }

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

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

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

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

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

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

/* Padding */
.padding-65 {
  padding: 65px !important; }

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

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

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

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

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

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

/* Margin */
.margin-70 {
  margin: 70px !important; }

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

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

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

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

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

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

/* Padding */
.padding-70 {
  padding: 70px !important; }

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

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

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

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

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

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

/* Margin */
.margin-75 {
  margin: 75px !important; }

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

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

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

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

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

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

/* Padding */
.padding-75 {
  padding: 75px !important; }

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

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

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

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

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

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

/* Margin */
.margin-80 {
  margin: 80px !important; }

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

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

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

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

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

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

/* Padding */
.padding-80 {
  padding: 80px !important; }

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

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

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

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

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

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

/* Margin */
.margin-85 {
  margin: 85px !important; }

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

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

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

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

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

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

/* Padding */
.padding-85 {
  padding: 85px !important; }

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

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

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

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

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

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

/* Margin */
.margin-90 {
  margin: 90px !important; }

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

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

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

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

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

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

/* Padding */
.padding-90 {
  padding: 90px !important; }

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

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

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

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

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

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

/* Margin */
.margin-95 {
  margin: 95px !important; }

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

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

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

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

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

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

/* Padding */
.padding-95 {
  padding: 95px !important; }

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

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

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

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

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

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

/* Margin */
.margin-100 {
  margin: 100px !important; }

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

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

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

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

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

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

/* Padding */
.padding-100 {
  padding: 100px !important; }

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

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

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

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

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

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

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

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

.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:before,
.gallery:after {
  content: " ";
  display: table; }

.gallery:after {
  clear: both; }

[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; }

.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 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }

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

/* -------------------------------------------------------------------------------
B. Compoments
--------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------
1. Base compoments
--------------------------------------------------------------------------------*/
/* == 1.1 Grid ==*/
@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: 100% !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay-light-90:before,
.awe-media .overlay-light-90 {
  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; }

.body-headroom .main-content {
  padding-top: 80px; }

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

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

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

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

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

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

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

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

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

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

.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: #000000; }

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

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

.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: #000000; }

.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: #000000;
  border-color: transparent;
  color: #fff; }

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

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

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

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

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

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

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

.text-alert {
  color: #898989;
  font-family: 'Barlow', sans-serif;
  font-size: 12px; }

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

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

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

.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 {
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.form-control-search {
  border-color: #e1e1e1;
  -webkit-border-radius: 35px;
  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: transparent;
  right: 8px !important;
  top: 8px !important; }

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

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

.label-select:before {
  content: '';
  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: #000000; }

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

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

.btn, .search-submit {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Iciel', sans-serif;
  line-height: 1;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: none;
  padding: 10px 15px;
  border: solid 1px transparent; }

.tp-caption.sfb.rv-description.start {
  font-weight: 300 !important; }

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

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

.btn.btn-sm, .search-submit {
  font-size: 12px;
  padding: 9px 12px 8px; }

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

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

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

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

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

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

.btn-default:hover {
  color: #000000;
  background-color: white;
  border-color: #f7f7f7; }

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

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

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

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

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

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

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

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

.btn-default.btn-outline {
  color: #000000; }

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

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

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

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

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

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

.btn-primary.btn-outline {
  color: #7FAECC;
  border-color: #7FAECC;
  background: transparent; }

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

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

.btn-primary.btn-outline:active:hover,
.btn-primary.btn-outline:active:focus,
.btn-primary.btn-outline:active.focus,
.btn-primary.btn-outline.active:hover,
.btn-primary.btn-outline.active:focus,
.btn-primary.btn-outline.active.focus,
.open > .btn-primary.btn-outline.dropdown-toggle:hover,
.open > .btn-primary.btn-outline.dropdown-toggle:focus,
.open > .btn-primary.btn-outline.dropdown-toggle.focus {
  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 {
  color: #fff;
  background-color: #5fcca4;
  border-color: #5fcca4;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

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

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

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

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

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

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

.btn-info.btn-outline:active:hover,
.btn-info.btn-outline:active:focus,
.btn-info.btn-outline:active.focus,
.btn-info.btn-outline.active:hover,
.btn-info.btn-outline.active:focus,
.btn-info.btn-outline.active.focus,
.open > .btn-info.btn-outline.dropdown-toggle:hover,
.open > .btn-info.btn-outline.dropdown-toggle:focus,
.open > .btn-info.btn-outline.dropdown-toggle.focus {
  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 {
  color: #fff;
  background-color: #71e50a;
  border-color: #71e50a;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

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

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

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

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

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

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

.btn-success.btn-outline:active:hover,
.btn-success.btn-outline:active:focus,
.btn-success.btn-outline:active.focus,
.btn-success.btn-outline.active:hover,
.btn-success.btn-outline.active:focus,
.btn-success.btn-outline.active.focus,
.open > .btn-success.btn-outline.dropdown-toggle:hover,
.open > .btn-success.btn-outline.dropdown-toggle:focus,
.open > .btn-success.btn-outline.dropdown-toggle.focus {
  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 {
  color: #fff;
  background-color: #fe947f;
  border-color: #fe947f;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

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

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

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

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

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

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

.btn-danger.btn-outline:active:hover,
.btn-danger.btn-outline:active:focus,
.btn-danger.btn-outline:active.focus,
.btn-danger.btn-outline.active:hover,
.btn-danger.btn-outline.active:focus,
.btn-danger.btn-outline.active.focus,
.open > .btn-danger.btn-outline.dropdown-toggle:hover,
.open > .btn-danger.btn-outline.dropdown-toggle:focus,
.open > .btn-danger.btn-outline.dropdown-toggle.focus {
  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 {
  color: #fff;
  background-color: #fdba71;
  border-color: #fdba71;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

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

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

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

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

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

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

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

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

.btn-dark:focus,
.search-submit:focus,
.btn-dark.focus, .focus.search-submit {
  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; }

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

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

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

.btn-dark.btn-outline, .btn-outline.search-submit {
  color: #000000;
  border-color: #000000;
  background: transparent; }

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

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

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

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

.btn-white:focus,
.btn-white.focus {
  color: #000000;
  background-color: white;
  border-color: white;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-white:hover {
  color: #000000;
  background-color: white;
  border-color: white; }

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

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

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

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

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

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

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

.colors {
  display: block; }

.colors li.li-color {
  display: inline-block;
  float: left;
  padding-right: 13px; }
  .colors li.li-color input {
    display: none; }

.color {
  display: inline-block; }

.color .color:last-child {
  margin-right: 0; }

.colors .Orange {
  background-color: #ffa200; }

.colors .Green {
  background-color: #0cca4b; }

.colors .Blue {
  background-color: #31bfdf; }

.colors .Dark {
  background-color: #000000; }

.colors .Brown {
  background-color: #7d7979; }

.colors .Red {
  background-color: #ff0801; }

.li-price input {
  display: none; }

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

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

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

.progress {
  height: 15px;
  -webkit-border-radius: 0;
  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: none;
  letter-spacing: 1px;
  font-size: 10px;
  padding-left: 5px; }

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

.progress-small .progress-bar {
  color: #000000;
  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: #000000; }

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

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

.dropdown-menu li.active a {
  background: #7fa9c8 !important; }

/**
* --------------------------------------------------
* Breadcrumb
* --------------------------------------------------
*/
.breadcrumb {
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
  color: #000000;
  background-color: transparent;
  margin: 30px 0 40px;
  padding: 0; }

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

.breadcrumb a {
  color: #acacac; }

/**
* --------------------------------------------------
* Pagination
* --------------------------------------------------
*/
.pagination > li > a,
.pagination > li > span {
  font-size: 12px;
  margin-left: 0;
  font-family: 'Barlow', sans-serif;
  color: #000000;
  background-color: #fff;
  border-color: transparent; }

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

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

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

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

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

/* -------------------------------------------------------------------------------
2. Awe compoments
--------------------------------------------------------------------------------*/
.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 {
  font-family: 'Barlow', sans-serif;
  padding: 20px 15px;
  font-size: 14px;
  text-transform: none;
  display: inline-block;
  position: relative;
  bottom: -1px;
  border-bottom: solid 2px transparent; }

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

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

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

.awemenu-nav {
  height: 80px;
  background-color: #ffffff; }

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

.awemenu-nav .awemenu-container {
  position: relative; }

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

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

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

.awemenu-left .awemenu .awemenu-item > a,
.awemenu-default .awemenu .awemenu-item > a {
  color: #000000;
  font-family: 'Iciel', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  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 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease; }

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

.awemenu-left .awemenu .awemenu-item .awemenu-submenu,
.awemenu-default .awemenu .awemenu-item .awemenu-submenu {
  background-color: #ffffff;
  -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; }

.one-col-item {
  font-size: 14px;
  text-transform: none;
  line-height: 35px;
  color: #000000;
  padding-left: 15px; }

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

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

.awemenu-left.awemenu-standard .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-left.awemenu-top .awemenu .awemenu-item > a .awemenu-arrow,
.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-default.awemenu-standard .awemenu .awemenu-item > a .awemenu-arrow,
.awemenu-default.awemenu-top .awemenu .awemenu-item > a .awemenu-arrow,
.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 {
  position: absolute;
  line-height: 1;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.awemenu-left.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a,
.awemenu-left.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a,
.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-default.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a,
.awemenu-default.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item > a,
.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 {
  padding-right: 30px; }

.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,
.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-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,
.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 {
  right: 12px; }

.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,
.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-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,
.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 {
  padding-right: 20px;
  padding-left: 30px; }

.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,
.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-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,
.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 {
  right: auto;
  left: 12px; }

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

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

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

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

.awemenu-left.awemenu-right .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a,
.awemenu-left.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,
.awemenu-default.awemenu-outright .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a {
  padding-right: 30px;
  padding-left: 20px; }

.awemenu-left.awemenu-right .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow,
.awemenu-left.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,
.awemenu-default.awemenu-outright .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert > a .awemenu-arrow {
  left: auto;
  right: 12px; }

.awemenu-left .awemenu-submenu .awemenu-item > a,
.awemenu-default .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-standard .awemenu-container, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container {
  background: #fff; }

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu, .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 {
  position: absolute;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 1000; }

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item > a, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item > a, .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 {
  display: block;
  color: #000000;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: 'Iciel', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: none; }

.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, .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 {
  float: right;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
  z-index: 999; }

.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item {
  position: relative; }

.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item > a .awemenu-arrow.fa-angle-down:before {
  content: '';
  width: 14px;
  height: 14px;
  background-image: url(https://file.hstatic.net/200000200823/file/icon_menu-xanh_e74cc6446b4f4beabd10da480caefd55.png);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 8px;
  top: 8px; }

.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item > a .awemenu-arrow.fa-close:before {
  content: '';
  width: 14px;
  height: 14px;
  background-image: url(https://file.hstatic.net/200000200823/file/icon_dau-x-xanh_1fd10118acae4ab4b33d029770e589b3.png);
  position: absolute;
  background-size: contain;
  left: 8px;
  top: 8px; }

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item.awemenu-active > a, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item.awemenu-active > a, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item.awemenu-active > a, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item.awemenu-active > a, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item.awemenu-active > a {
  color: #7FAECC;
  background-color: #000000; }

.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, .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 {
  padding-left: 20px;
  padding-right: 20px; }

.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, .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 {
  padding-left: 0;
  padding-right: 0; }

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover > a, .awemenu-mobile-default.awemenu-mobile-standard .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.awemenu-active > a, .awemenu-mobile-default.awemenu-mobile-bottom .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.awemenu-active > a, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-active > 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, .awemenu-mobile-default.awemenu-mobile-outright .awemenu {
  width: 250px;
  position: fixed !important;
  border-right: solid 1px #ddd;
  opacity: 0;
  visibility: hidden;
  display: none; }

.awemenu-mobile-default.awemenu-mobile-outleft.awemenu-active .awemenu {
  opacity: 1;
  visibility: visible;
  display: block; }

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

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

.awe-box {
  display: block; }

.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 h3, .awe-box-content h2 {
  text-transform: none;
  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,
.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; }

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

.box-left .awe-box-content,
.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,
.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-icon,
.box-hover:hover .awe-box-content h2,
.box-hover:hover .awe-box-content h3 {
  color: #7FAECC;
  -webkit-transition: color 0.25s ease-out 0s;
  -o-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-overlay,
.awe-media-header:hover .awe-media-hover {
  opacity: 1; }

.awe-media-header:hover .awe-media-image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-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);
  -o-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; }

.awe-media-body p {
  margin-bottom: 0; }

.single-icon {
  color: #7FAECC;
  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-overlay {
  opacity: 1; }

.awe-media-hover {
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
  -o-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%);
  -ms-transform: translate(0, 100%);
  -o-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);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

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

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

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

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

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

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

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

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

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

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

.awe-media-overlay .bottom,
.awe-media-hover .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 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

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

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

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

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

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

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

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

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

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

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

.awe-media:hover .awe-media-hover .list-socials > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-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; }

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

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

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

.awe-counting > span {
  font-family: 'Barlow', 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;
  -o-animation-name: aweIcon;
  animation-name: aweIcon;
  -webkit-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

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

.awe-loading-wrapper .progress {
  background: #eee;
  -webkit-border-radius: 0;
  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;
  -o-animation-name: aweProgress;
  animation-name: aweProgress;
  -webkit-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s; }

@-webkit-keyframes aweIcon {
  0% {
    color: #000000; }
  50% {
    color: #666; }
  100% {
    color: #000; } }

@-o-keyframes aweIcon {
  0% {
    color: #000000; }
  50% {
    color: #666; }
  100% {
    color: #000; } }

@keyframes aweIcon {
  0% {
    color: #000000; }
  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%; } }

@-o-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%; } }

/* -------------------------------------------------------------------------------
3. Awe compoments
--------------------------------------------------------------------------------*/
.post {
  margin-bottom: 50px; }

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

.entry-media {
  position: relative; }
  .entry-media img {
    width: 100%; }

.entry-media .play-button {
  background: url("../img/play-button.png") no-repeat center center;
  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:hover,
.entry-datetime a:active,
.entry-datetime a:focus {
  text-decoration: none; }

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

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

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

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

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

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

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

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

.entry-author,
.entry-author a {
  color: #000000;
  font-weight: bold; }

.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 p,
.entry-content ul, .entry-content ol,
.entry-content blockquote {
  margin-bottom: 20px; }

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

.entry-content blockquote p {
  color: #898989; }

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

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

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

.entry-content table > caption + thead > tr:first-child > th,
.entry-content table > caption + thead > tr:first-child > td,
.entry-content table > colgroup + thead > tr:first-child > th,
.entry-content table > colgroup + thead > tr:first-child > td,
.entry-content table > thead:first-child > tr:first-child > th, .entry-content table > thead:first-child > tr:first-child > td {
  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;
  text-transform: none; }

.entry-navigation h2.entry-navigation-title,
.entry-navigation .entry-navigation-header h2 {
  color: #000000;
  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: transparent;
  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,
  .entry-navigation .entry-navigation-prev-post {
    text-align: left; }
  .entry-navigation .entry-navigation-prev-post {
    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; } }

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

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

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

.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 h1.entry-title,
.blog-detail .entry-title h2,
.blog-detail h2.entry-title,
.blog-nobar .entry-title h1,
.blog-nobar h1.entry-title,
.blog-nobar .entry-title h2,
.blog-nobar h2.entry-title,
.blog-sidebar .entry-title h1,
.blog-sidebar h1.entry-title,
.blog-sidebar .entry-title h2,
.blog-sidebar h2.entry-title {
  font-size: 25px;
  margin-bottom: 15px; }

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

@media (max-width: 480px) {
  .blog-detail .entry-summary,
  .blog-detail .entry-container,
  .blog-nobar .entry-summary,
  .blog-nobar .entry-container,
  .blog-sidebar .entry-summary,
  .blog-sidebar .entry-container {
    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; }

@media (min-width: 768px) {
  .comments-area .comments-list > ol > li ol {
    padding-left: 100px; } }

.comments-area .comment-title,
.comments-area .reply-comment-title {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: none; }

.comments-area .comment-title {
  margin-bottom: 0; }

.comment {
  zoom: 1;
  overflow: hidden;
  padding: 30px 0; }

.comment .comment-body {
  overflow: hidden; }

.comment .comment-avatar {
  display: block;
  float: left;
  margin-right: 30px; }

@media (max-width: 767px) {
  .comment .comment-avatar {
    width: 45px;
    margin-right: 15px; } }

.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; }

.product {
  margin-bottom: 50px; }

.product-name {
  font-size: 16px;
  margin-bottom: 0; }

.product-category,
.product-status,
.product-tags {
  color: #898989;
  margin-bottom: 10px; }

.product-price {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Iciel', sans-serif; }

.product-price del {
  color: #898989;
  font-size: 13px;
  font-family: 'icielalliance-light', sans-serif; }

.product-stars {
  margin-top: 10px;
  margin-bottom: 30px; }

.product-description,
.des.description {
  color: #898989;
  margin-bottom: 30px; }

.product-media {
  text-align: center;
  position: relative;
  z-index: 40; }
  .product-media img {
    width: 100%; }

div#ProductPhoto {
  z-index: 99999999;
  position: relative; }

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

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

.product-thumbnail img {
  width: 100% !important; }

.product-media.thumbnai-left .item {
  margin: 0 5px; }

.product-media.thumbnai-left .more-views {
  margin: 0 -5px; }

.product-soldout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 45;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2); }

.product-grid:hover .product-soldout {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.product-soldout {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center; }

.product-soldout .soldout {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .product-hover {
    display: none; } }

.product-hover {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -o-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: #ffffff;
  padding: 20px 0;
  margin: 0 15px 20px;
  text-align: center;
  -webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.09); }

.product-actions > .awe-button,
.product-actions > button {
  background: transparent;
  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,
.product-actions > button.active,
.product-actions > button:hover {
  color: #7FAECC; }

.product-actions > .awe-button > span,
.product-actions > button > span {
  display: none; }

.product-label {
  background-color: #000000;
  font-family: 'Barlow', sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  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;
  left: auto;
  right: 0; }

.product-label.sale {
  background-color: #7faecc; }

.product-grid .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'icielalliance-semibold', sans-serif;
  font-size: 17px;
  margin-bottom: 5px; }
  .product-grid .product-name a {
    font-family: 'icielalliance-semibold', sans-serif;
    font-size: 17px; }

.product-grid .product-price {
  font-family: 'Iciel', sans-serif;
  font-weight: 400; }
  .product-grid .product-price .amout span {
    font-family: 'Iciel', sans-serif;
    font-size: 15px; }
  .product-grid .product-price .amout del {
    font-family: 'icielalliance-light', sans-serif;
    font-size: 13px; }

.product-list:before,
.product-list:after {
  content: " ";
  display: table; }

.product-list:after {
  clear: both; }

.product-list .product-media {
  float: left;
  margin-right: 30px;
  width: 35%; }

.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: 1199px) and (min-width: 481px) {
  .product-actions > .awe-button {
    padding: 0 15px; } }

@media (max-width: 480px) {
  .product-list .product-media {
    float: none;
    margin-right: 0; }
  .product-list .product-name {
    margin-top: 15px; } }

.whishlist,
.cart-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.whishlist > li,
.cart-list > li {
  position: relative; }

.whishlist > li .remove,
.whishlist > li .remove-cart,
.cart-list > li .remove,
.cart-list > li .remove-cart {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px; }

.whishlist > li:last-child .cart-item,
.cart-list > li:last-child .cart-item {
  margin-bottom: 0; }

.whishlist-item,
.cart-item {
  zoom: 1;
  overflow: hidden;
  margin-bottom: 20px; }

.whishlist-item .product-image,
.cart-item .product-image {
  float: left;
  margin-right: 30px; }

.whishlist-item .product-body,
.cart-item .product-body {
  overflow: hidden; }

.whishlist-item .product-name h3,
.whishlist-item .product-name a,
.cart-item .product-name h3,
.cart-item .product-name a {
  font-size: 14px;
  padding-right: 30px; }

.whishlist-item .product-price,
.cart-item .product-price {
  font-family: 'Barlow', sans-serif;
  color: #7FAECC;
  font-size: 16px;
  font-weight: 300; }

.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-quantity,
.whishlist .whishlist-price {
  font-family: 'Barlow', sans-serif;
  color: #898989;
  font-size: 12px; }
  .whishlist .whishlist-quantity .qty,
  .whishlist .whishlist-price .qty {
    display: inline; }

.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: #7FAECC; }

.menu-cart-total {
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 15px;
  padding: 15px 0;
  font-family: 'Barlow', sans-serif; }

.menu-cart-total:before,
.menu-cart-total:after {
  content: " ";
  display: table; }

.menu-cart-total:after {
  clear: both; }

.menu-cart-total > span {
  color: #000000;
  font-size: 14px;
  font-weight: 700; }

.menu-cart-total > .price {
  color: #7FAECC;
  float: right; }

.product-header-actions {
  padding-bottom: 15px;
  margin-bottom: 30px; }

.product-header-actions .form-control {
  margin-left: 5px;
  margin-right: 5px; }

.product-header-actions .form-group {
  position: relative;
  top: -3px; }

@media (min-width: 768px) and (max-width: 991px) {
  .collection-grid .col-sm-4:nth-child(3n+1) {
    clear: left; } }

@media (max-width: 767px) {
  .collection-grid .col-sm-4:nth-child(2n+1) {
    clear: left; } }

.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;
  display: inline-block;
  margin-left: 80px;
  margin-top: 100px;
  height: 290px; }

.product-slider-thumbs img {
  cursor: pointer;
  border: solid 2px transparent;
  width: 80px; }

@media (max-width: 991px) {
  .product-slider-thumbs {
    margin-left: 40px; } }

.product-slider-thumbs .swiper-slide-active img {
  border: solid 2px #333; }

.product-slider-main {
  background: #f7f7f7; }

.product-slider-main .swiper-slide {
  text-align: center; }

.product-slider-main .swiper-button-next,
.product-slider-main .swiper-button-prev {
  background: transparent;
  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-icons {
  display: inline-block; }

.view-icon {
  color: #000000;
  display: inline-block;
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  opacity: 0.25; }

.view-icon:hover,
.view-icon.active {
  color: #000000;
  opacity: 1; }

.view-count {
  font-size: 12px;
  display: inline-block;
  margin-left: 45px; }

.dropdown-content.active {
  display: block;
  min-width: 59px;
  left: 43px;
  width: 400px; }

.collection-sorting .dropdown-content.active {
  right: 5px;
  left: auto; }

.form-show-sort .form-group {
  width: 50%;
  margin-bottom: 0;
  font-family: 'icielalliance-regular', sans-serif; }
  .form-show-sort .form-group .dropdown-toggle {
    display: inline-block;
    width: 400px;
    background: #fff;
    height: 30px;
    border: 1px solid #ccc;
    margin-left: 5px;
    padding: 5px 30px 5px 10px;
    margin-right: 5px;
    position: relative;
    text-align: left;
    font-family: 'icielalliance-regular', sans-serif; }
    .form-show-sort .form-group .dropdown-toggle:before {
      content: '';
      position: absolute;
      right: 6px;
      top: 7px;
      background: url(https://file.hstatic.net/200000200823/file/icon_o-sap-xep_71178fde70c54905b5f3dcace6a2101b.png);
      width: 16px;
      height: 16px;
      z-index: 99;
      background-size: contain; }
  .form-show-sort .form-group .dropdown-content {
    border: 1px solid #c7c7c7 !important;
    box-shadow: none !important; }

@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; } }

.form-show-sort .form-control {
  display: inline-block;
  width: auto; }

.rating {
  font-size: 18px; }

.rating.small {
  font-size: 12px; }

.rating span {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block; }

.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:before,
.product-quickview-popup .product:after {
  content: " ";
  display: table; }

.product-quickview-popup .product:after {
  clear: both; }

.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,
.product-quickview-popup .product-status {
  font-size: 12px; }

.product-quickview-popup .product-status {
  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: #000000;
  font-size: 20px; }

.product-socials li > a:hover {
  color: #7FAECC; }

.product-socials li + li {
  margin-left: 35px; }

.product-details {
  padding-left: 50px; }

@media (max-width: 991px) {
  .product-details {
    margin-top: 50px;
    padding-left: 0; } }

.product-details > nav {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 30px;
  margin-bottom: 40px; }

.product-details .nav > li > a {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  padding-left: 15px; }

.product-details .nav > li > a:hover,
.product-details .nav > li > a:focus {
  background: transparent; }

.product-details .nav > li.active > a {
  color: #7FAECC; }

.product-details-wrapper .product-name {
  font-size: 30px;
  margin-top: 0;
  font-family: 'icielalliance-light', sans-serif; }

.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-top: 15px; }
  .product-details-wrapper .product-list-actions del.amount {
    margin-right: 35px; }

.product-details-wrapper .product-list-actions .btn, .product-details-wrapper .product-list-actions .search-submit {
  margin-bottom: 10px; }

.product-details-wrapper .product-price label {
  display: inline-block;
  font-size: 24px;
  font-family: 'Iciel', sans-serif;
  font-weight: 400; }

.product-details-wrapper .product-price del {
  font-size: 20px;
  font-weight: 400;
  font-family: 'icielalliance-light', sans-serif; }

.product-details-wrapper .product-meta {
  font-size: 12px; }

.product-details-wrapper .product-meta a {
  font-weight: 700; }

#product-description > p {
  color: #676767; }

#product-review > h3 {
  font-size: 16px;
  text-transform: none;
  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: #000000;
  font-weight: 700; }

.product-review-list .review-meta .author:hover {
  color: #7FAECC; }

.product-grid .product-thumbnail {
  overflow: hidden;
  position: relative; }

.product-grid .product-thumbnail img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  left: 0; }

.product-grid .product-thumbnail > a:before {
  content: '';
  display: block;
  padding-bottom: 100%; }

.product-grid .product-thumbnail img ~ img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

/* Fix */
.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 #bbbbbb;
    overflow: auto;
    z-index: 100000;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .shop-widgets-filters.open {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-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; }

.product-details-left .product-details .tab-content {
  overflow: hidden;
  position: relative;
  left: -1px;
  border-left: solid 1px #e1e1e1;
  padding-left: 30px; }

.pnav {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 25px; }

.lookbook {
  margin-bottom: 70px; }

.lookbook h2 {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 0 15px;
  text-align: left;
  font-family: 'icielalliance-light', sans-serif; }

.lookbook .heading {
  margin-bottom: 20px; }

.lookbook .content {
  z-index: 1;
  position: relative; }

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

.lookbook .content:after {
  clear: both; }

.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:nth-child(2n) .small-image,
.lookbook.lookbook-left .small-image {
  float: right; }

.lookbook:nth-child(2n) .content-body,
.lookbook.lookbook-left .content-body {
  float: left; }

.lookbook:nth-child(2n) .line,
.lookbook.lookbook-left .line {
  right: auto;
  left: 50%;
  margin-left: -105px; }

@media (min-width: 992px) {
  .lookbook h2 {
    text-align: left; }
  .lookbook .line {
    display: inline-block; }
  .lookbook .small-image {
    display: block; }
  .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) {
  .section-header h2 {
    font-size: 20px !important; }
  .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;
  border-bottom: solid 1px #e1e1e1; }

.lookbook-actionbar label {
  margin-bottom: 0;
  margin-right: 15px; }

.lookbook-actionbar strong, .lookbook-actionbar p {
  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: none; }

.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: #000000;
  font-size: 16px;
  font-style: italic;
  line-height: 30px;
  text-align: center;
  position: relative;
  margin: 0; }

.blockquote p:before,
.entry-content blockquote p:before,
.blockquote p:after, .entry-content blockquote p:after {
  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: #000000;
  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: none;
  letter-spacing: 2px;
  color: #000000;
  opacity: 0.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:before,
.divider.horizontal:after {
  background-image: url("../img/divider.png");
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat; }

.divider.horizontal:before {
  background-position: right 25px top 50%; }

.divider.horizontal:after {
  background-position: left 25px top 50%; }

/* -------------------------------------------------------------------------------
4. Plugins compoments
--------------------------------------------------------------------------------*/
.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: #7FAECC none repeat scroll 0 0;
  border: medium 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("../img/ranger-bar.png") no-repeat center center #b9b9b9;
  cursor: pointer;
  height: 15px;
  width: 15px;
  position: absolute;
  z-index: 2;
  margin-left: 0;
  top: -6.5px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-transition: left 0.15s ease;
  -o-transition: left 0.15s ease;
  transition: left 0.15s ease; }

.price_slider.ui-slider .ui-slider-handle:focus,
.price_slider.ui-slider .ui-slider-handle:active,
.ranger.ui-slider .ui-slider-handle:focus,
.ranger.ui-slider .ui-slider-handle:active {
  outline: none; }

.nano {
  background: #fff; }

.nano > .nano-pane {
  background: #dfdfdf;
  width: 6px;
  -webkit-border-radius: 0;
  border-radius: 0; }

.nano > .nano-pane > .nano-slider {
  background: #7FAECC;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  -webkit-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out; }

.nano > .nano-pane > .nano-slider:hover,
.nano > .nano-pane > .nano-slider:focus,
.nano > .nano-pane > .nano-slider:active {
  background: #ffbe4d; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  top: 50%;
  position: absolute;
  text-decoration: none;
  width: 20px;
  height: 30px;
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.owl-carousel .owl-nav .owl-prev:before,
.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 {
  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: 0.5;
  cursor: default; }

@media (max-width: 768px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0.5); }
  .owl-carousel .owl-nav .owl-prev:before,
  .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-next {
    right: 0; } }

.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"; }

.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-prev,
.owl-carousel-inset .owl-next {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.owl-carousel-inset:hover .owl-prev,
.owl-carousel-inset:hover .owl-next {
  opacity: 1;
  visibility: visible; }

.owl-carousel-inset:hover .owl-prev.disabled,
.owl-carousel-inset:hover .owl-next.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; }

.owl-carousel .owl-item.focus {
  border: 2px solid #333; }

.product-media .owl-carousel .owl-item img {
  display: inline;
  width: 100%; }

.home-section-posts.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -85px; }

@media (max-width: 480px) {
  .home-section-posts.owl-carousel .owl-nav {
    top: -65px; } }

.home-section-posts.owl-carousel .owl-prev {
  margin-right: 10px; }

.home-section-posts.owl-carousel .owl-prev,
.home-section-posts.owl-carousel .owl-next {
  border: 1px solid #333;
  display: inline-block;
  left: 0;
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.home-section-posts.owl-carousel .owl-prev:before,
.home-section-posts.owl-carousel .owl-next:before {
  font-size: 12px;
  width: 28px; }

.home-section-posts.owl-carousel .owl-prev:hover,
.home-section-posts.owl-carousel .owl-next:hover {
  color: #fff;
  background: #333; }

.home-section-posts.owl-carousel .owl-prev:hover:before,
.home-section-posts.owl-carousel .owl-next:hover:before {
  color: #fff; }

.products.owl-carousel .owl-prev,
.products.owl-carousel .owl-next {
  margin-top: 0;
  top: 33%; }

.home-products.products.owl-carousel .owl-prev,
.home-products.products.owl-carousel .owl-next,
.home-products .products.owl-carousel .owl-prev,
.home-products .products.owl-carousel .owl-next {
  margin-top: 0;
  top: 33%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 999; }

.home-products.products.owl-carousel .owl-prev:before,
.home-products.products.owl-carousel .owl-next:before,
.home-products .products.owl-carousel .owl-prev:before,
.home-products .products.owl-carousel .owl-next: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-prev,
.home-products.products.owl-carousel:hover .owl-next,
.home-products .products.owl-carousel:hover .owl-prev,
.home-products .products.owl-carousel:hover .owl-next {
  opacity: 1;
  visibility: visible; }

.home-products.products.owl-carousel:hover .owl-prev.disabled,
.home-products.products.owl-carousel:hover .owl-next.disabled,
.home-products .products.owl-carousel:hover .owl-prev.disabled,
.home-products .products.owl-carousel:hover .owl-next.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; }

/* -------------------------------------------------------------------------------
5. Widgets compoments
--------------------------------------------------------------------------------*/
.widget {
  margin-bottom: 50px; }

.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: bold; }

.widget .list-socials > li > a {
  font-size: 18px;
  margin: 0 20px 0 0;
  padding: 0; }

.widget.woocommerce {
  color: #898989;
  font-family: 'Barlow', sans-serif; }

.widget.woocommerce ul a,
.widget.woocommerce .form-control {
  font-family: 'Barlow', sans-serif; }

.widget.woocommerce ul li > a {
  color: #898989;
  font-size: 12px; }

.widget-title {
  font-family: 'Barlow', sans-serif;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 25px; }
  .widget-title .clear {
    font-size: 0; }
    .widget-title .clear:before {
      content: '\f00d';
      font-size: 16px;
      color: #7FAECC;
      font-family: FontAwesome;
      margin-left: 20px;
      position: absolute; }

.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,
.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: "“"; }

.widget-comment .widget-comment-sumary > p:after {
  content: "”"; }

.widget_categories ul > li,
.widget_product_prices ul > li,
.widget_product_categories ul > li {
  background-repeat: no-repeat;
  background-position: -20px 50%;
  -webkit-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease; }
  .widget_categories ul > li span,
  .widget_product_prices ul > li span,
  .widget_product_categories ul > li span {
    float: right; }

.widget_categories ul > li:hover,
.widget_categories ul > li.current,
.widget_categories ul > li.active,
.widget_product_prices ul > li:hover,
.widget_product_prices ul > li.current,
.widget_product_prices ul > li.active,
.widget_product_categories ul > li:hover,
.widget_product_categories ul > li.current,
.widget_product_categories ul > li.active {
  background-image: url(//theme.hstatic.net/200000200823/1000691333/14/bulletx.png?v=285);
  background-position: 5px 50%; }

.widget_categories ul > li > a,
.widget_product_prices ul > li > a,
.widget_product_categories ul > li > a {
  padding: 10px 20px; }

.widget_categories ul > li > label,
.widget_product_prices ul > li > label,
.widget_product_categories ul > li > label {
  padding: 10px 20px;
  color: #7FAECC; }

.widget_categories ul > li > a:hover,
.widget_categories ul > li.current > a,
.widget_categories ul > li.active > a,
.widget_product_prices ul > li > a:hover,
.widget_product_prices ul > li.current > a,
.widget_product_prices ul > li.active > a,
.widget_product_categories ul > li > a:hover,
.widget_product_categories ul > li.current > a,
.widget_product_categories ul > li.active > a {
  color: #7FAECC; }

.widget_recent_entries ul > li,
.widget_recent_comments ul > li {
  border-bottom: solid 2px #f1f1f1; }

.widget_recent_entries ul > li:last-child,
.widget_recent_comments ul > li:last-child {
  border-bottom: none; }

.widget_tag_cloud .tagcloud > a {
  color: #898989;
  background: #fff;
  font-size: 12px !important;
  border: solid 1px #dfdfdf;
  padding: 3px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block; }

.widget_tag_cloud .tagcloud > a:hover,
.widget_tag_cloud .tagcloud > a:focus,
.widget_tag_cloud .tagcloud > a.counter,
.widget_tag_cloud .tagcloud > a.active {
  color: #fff;
  background: #333;
  border-color: #000000; }

.footer-wrapper .widget {
  margin-bottom: 35px; }

.footer-wrapper .widget .widget-title {
  font-family: 'icielalliance-regular', sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  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:hover,
.footer-wrapper .widget ul > li > a:active {
  color: #7FAECC; }

.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; }

.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; }

.search-field {
  width: 100%;
  border: solid 1px #e1e1e1;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  display: block;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.search-field:focus {
  outline: none;
  border-color: #8c8c8c; }

.search-submit {
  position: absolute;
  right: 5px;
  top: 5px; }

.search-submit:focus {
  outline: none; }

/** Subscible **/
.subscible-wrapper {
  color: #fff;
  background: #2F2F2F; }

.subscribe-title {
  margin: 0;
  text-transform: none; }

.subscribe-comment {
  margin-bottom: 0; }

.subscribe-comment p:last-child {
  margin-bottom: 0; }

.subscible-form .form-control {
  border: none;
  height: 38px; }

.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: solid 1px #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; }

/* -------------------------------------------------------------------------------
6. Sections compoments
--------------------------------------------------------------------------------*/
.main-header {
  color: #fff;
  background-color: #000000;
  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;
  text-transform: none;
  margin-top: 0;
  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 h1.block small,
.main-header-title.block small {
  display: block; }

.main-header-light {
  color: #000000;
  background: #f9f9f9; }

.main-header-light h1,
.main-header-light-title {
  color: #000000; }

.main-header .breadcrumb {
  margin-bottom: 15px; }

.section-header {
  margin-bottom: 50px; }

.section-header:before,
.section-header:after {
  content: " ";
  display: table; }

.section-header:after {
  clear: both; }

.section-header h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  text-transform: none;
  color: #000000; }

.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; }

.main-slider-item .container, .main-slider-item .header-style-4 .awemenu-left .awemenu-megamenu-item > .container-fluid, .header-style-4 .awemenu-left .main-slider-item .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%; }

.main-slider-text h3 {
  font-size: 25px;
  margin-top: 0;
  text-transform: none; }

.main-slider-text h3.small {
  font-size: 20px; }

.main-slider-text h3.light {
  font-family: 'Iciel', sans-serif;
  font-size: 30px;
  font-weight: 400; }

.main-slider-text h2 {
  font-size: 80px;
  margin-bottom: 50px;
  text-transform: none; }

.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; }

@media (max-width: 480px) {
  .section-post-time {
    font-size: 40px !important; } }

.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,
.read-more > a {
  color: #898989;
  font-size: 12px;
  border-bottom: solid 2px; }

.read-more:hover,
.read-more > a:hover {
  color: #7FAECC; }

@media (max-width: 991px) {
  .section-post-media {
    float: none;
    margin-right: 0;
    width: 100%; } }

.policy-wrapper {
  background: #fff;
  padding: 70px 0; }

.policy-wrapper.policy-style {
  position: relative;
  margin-top: 15px;
  z-index: 100; }

@media (max-width: 991px) {
  .policy-wrapper.policy-style {
    margin-top: 0;
    border-bottom: solid 1px #e1e1e1; } }

@media (max-width: 750px) {
  .body-headroom .main-content {
    padding-top: 0px; }
  .policy-wrapper .policy .policy-icon {
    display: inline-block;
    width: 90px;
    text-align: center; } }

@media (max-width: 750px) {
  .policy-wrapper .row > div[class*='col-'] {
    float: none;
    width: 100%; }
  .policy-wrapper .policy {
    text-align: left;
    margin-left: 30px; } }

.policy {
  text-align: center; }

.policy .policy-icon,
.policy .policy-text {
  display: inline-block;
  text-align: left; }

.policy .policy-icon > img {
  margin-bottom: 7px; }

.policy .policy-icon .icon,
.policy .policy-text .icon {
  display: inline;
  vertical-align: inherit; }

.policy .policy-icon, .policy .policy-text {
  display: block;
  text-align: center; }

.policy .policy-icon {
  font-size: 30px;
  margin-right: 10px; }

.policy .policy-text h4, .policy .policy-text p {
  font-size: 14px;
  text-transform: none;
  margin: 0; }

.policy .policy-text h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px; }

.policy .policy-text p {
  color: #898989;
  font-family: 'Barlow', sans-serif; }

.policy-block,
.polity-block-container .policy-block {
  text-align: left;
  padding-right: 100px; }

.policy-block .policy-icon,
.policy-block .policy-text,
.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-dots,
.customers-carousel .owl-controls {
  margin-top: 50px; }

.section-brands {
  color: #fff;
  background: #333;
  padding: 20px 0;
  position: relative;
  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: none; }

.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 {
  position: relative; }

.cate-section-trait:before,
.cate-section-trait:after {
  content: " ";
  display: table; }

.cate-section-trait:after {
  clear: both; }

.cate-section-trait + .cate-section-trait {
  margin-top: 100px; }

.cate-section-trait h2 {
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 10px;
  text-transform: none; }

.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 {
  float: right; }

.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%; } }

@media (max-width: 991px) {
  .cate-section-trait h2 {
    font-size: 40px;
    line-height: 40px; }
  .cate-section-trait h2 > small {
    font-size: 20px; } }

@media (max-width: 767px) {
  .cate-section-trait h2 {
    font-size: 30px;
    line-height: 30px; }
  .cate-section-trait h2 > small {
    font-size: 20px; } }

@media (max-width: 1199px) {
  .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%; }

@media (max-width: 991px) {
  .cate-section-gutter.cate-overlay .category-text {
    padding-top: 30px; } }

@media (max-width: 767px) {
  .cate-section-gutter.cate-overlay .category-text {
    padding-top: 40px; } }

@media (max-width: 479px) {
  .cate-section-gutter.cate-overlay .category-text {
    padding-top: 30px; } }

.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:hover,
.cate-section-gutter.cate-overlay .category-text .search-submit:hover,
.cate-section-gutter.cate-overlay .category-text .btn:focus, .cate-section-gutter.cate-overlay .category-text .search-submit:focus {
  color: #000000;
  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: 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, .cate-section-gutter .category-text p {
    white-space: initial;
    word-wrap: break-word; }
  .cate-section-gutter .category-text p {
    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 > [class*="col-"] {
    display: block;
    width: 100%; } }

.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);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

@media (max-width: 767px) {
  .home-cate-media .awe-media-header {
    background: #333;
    height: 250px; } }

/* -------------------------------------------------------------------------------
7. Layouts compoments
--------------------------------------------------------------------------------*/
#wrapper {
  background: #fff; }

#main {
  display: block;
  margin-bottom: 50px; }

main {
  margin-bottom: 50px; }

#menu-panel {
  color: #fff;
  background: #333; }

@media (max-width: 1199px) {
  .products-slick .slick-prev,
  .products-slick .slick-next {
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    height: 50px;
    width: 25px;
    margin-top: -100px; }
  .products-slick .slick-prev:before,
  .products-slick .slick-prev:after,
  .products-slick .slick-next:before,
  .products-slick .slick-next:after {
    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;
  padding-left: 15px; }

.awe-hidden-text {
  display: none; }

.menu-shopping-cart {
  position: relative; }

.menu-shopping-cart.have-product {
  color: #7FAECC !important; }

.CartCount {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  background: url(//theme.hstatic.net/200000200823/1000691333/14/bg-cart-numberx.png?v=285) no-repeat center center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  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 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0; }

.menubar-search-form.open {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  visibility: visible;
  opacity: 1; }

.menubar-search-form > form {
  position: relative; }

.menubar-search-form > form .form-control {
  border-color: #000000; }

.menubar-search-form > form .menubar-search-buttons {
  margin-right: 1px;
  margin-top: 1px;
  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:hover,
.awemenu-megamenu-wrapper ul > li > a:active {
  color: #7FAECC; }

.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: solid 1px #898989;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  font-weight: 700;
  font-size: 10px; }

.awemenu-megamenu-wrapper .numbers-list > li > a:hover {
  color: #fff;
  background-color: #7FAECC;
  border-color: #7FAECC; }

.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; }

.body-headroom .main-wrapper {
  padding-top: 80px; }

.headroom {
  -webkit-transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0; }

.headroom--pinned {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.awemenu-active.headroom--pinned {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-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 {
  font-size: 14px;
  text-transform: none;
  font-weight: 300;
  font-family: 'Barlow', sans-serif;
  display: block;
  padding: 5px 10px; }

.pages-list ul a:hover {
  background: #f7f7f7; }

.admin-bar .headroom,
.admin-bar .awemenu-wp {
  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 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-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:hover .submenu,
.navbar-icons > li:focus .submenu,
.navbar-search > li:hover .submenu,
.navbar-search > li:focus .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.navbar-search .awe-menubar-search {
  padding-right: 15px; }

.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: #000000;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: none; }

.navbar-icons .submenu.dropdown > li > a:hover,
.navbar-icons .submenu.dropdown > li > a:focus {
  color: #7FAECC; }

.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, .header-style-4 .awemenu-left .awemenu-nav .awemenu-megamenu-item > .container-fluid {
    width: 100%; }
  .awemenu-nav {
    position: inherit !important;
    height: auto; }
  .navbar-header {
    display: inline-block;
    float: right;
    overflow: hidden;
    margin: 0 -15px; }
  .navbar-search {
    float: right; }
  .navbar-search .awe-menubar-search {
    padding-right: 15px; }
  .navbar-icons {
    float: left; }
  .icon-search:before {
    content: "\e636";
    font-size: 21px; }
  .navbar-search,
  .navbar-icons {
    border-left: none;
    border-right: none;
    margin-top: 15px;
    margin-right: 15px; }
  .navbar-icons {
    margin-right: 0; }
  .navbar-search {
    margin-right: 55px; }
  .navbar-search > li > a,
  .navbar-icons > li > a {
    height: 45px;
    line-height: 48px; }
  .awemenu-bars {
    position: absolute;
    right: 0;
    margin-top: 15px !important;
    color: #000 !important;
    background: #fff !important;
    font-size: 20px; }
  .awe-logo {
    float: left;
    display: inline-block;
    margin-right: 0;
    line-height: 66px;
    padding-left: 0; }
  .menu-logo {
    display: none; } }

.menubar-account .submenu {
  width: 170px; }

.submenu .menubar-cart,
.menubar-wishlist .submenu {
  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-top {
  border: solid 1px #e1e1e1; }

@media (max-width: 1199px) {
  .header-top .container, .header-top .header-style-4 .awemenu-left .awemenu-megamenu-item > .container-fluid, .header-style-4 .awemenu-left .header-top .awemenu-megamenu-item > .container-fluid {
    width: 100%; } }

.header-top .header-top-relative {
  position: relative;
  z-index: 10000; }

.header-style-2 .navbar-search a,
.header-style-1 .navbar-search a {
  font-size: 22px;
  padding-right: 15px; }

.header-style-2 .menubar-search-form,
.header-style-1 .menubar-search-form {
  margin-top: 24px;
  right: 0 !important; }

.header-style-2 .awemenu-mobile .awemenu,
.header-style-1 .awemenu-mobile .awemenu {
  z-index: 99999 !important; }

@media (max-width: 1199px) {
  .header-style-2 .navbar-search,
  .header-style-1 .navbar-search {
    margin-top: -45px; }
  .header-style-2 .navbar-search .menubar-search-form,
  .header-style-1 .navbar-search .menubar-search-form {
    margin-top: 0 !important; }
  .header-style-2 .header-contact,
  .header-style-2 .policy-header,
  .header-style-1 .header-contact,
  .header-style-1 .policy-header {
    display: none; }
  .header-style-2 .awemenu-nav .awe-logo,
  .header-style-1 .awemenu-nav .awe-logo {
    display: block; }
  .header-style-2 .navtop .awe-logo,
  .header-style-1 .navtop .awe-logo {
    display: none; } }

.header-style-1 .awemenu-nav .awe-logo {
  display: none; }

.header-style-1 .navbar-search a {
  font-size: 22px;
  padding-right: 15px; }

.header-style-1 .menubar-search-form {
  width: 500px !important; }

@media (min-width: 1200px) {
  .header-style-3 .navbar-search-wrapper {
    float: left; } }

.header-style-3 .awe-logo {
  display: none; }

.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; }
  .fix-header-style5 {
    margin-left: 256px; } }

@media (min-width: 1200px) {
  .header-style-4 {
    position: fixed;
    width: 256px;
    z-index: 9999;
    background-color: white;
    left: 0;
    bottom: 0;
    top: 0;
    border-right: solid 1px #e1e1e1; } }

@media (min-width: 1200px) and (max-width: 1454px) {
  .header-style-4 {
    width: 50px; }
  .fix-header-style5 {
    margin-left: 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; }

@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; } }

.header-style-4 .awemenu-nav {
  height: auto;
  background-color: white;
  border-bottom: none; }

@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; }
  .header-style-4 .navbar-icons,
  .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: white;
    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-mobile-outleft.awemenu-active .awemenu, .header-style-4 .awemenu-active.awemenu-mobile-default.awemenu-mobile-outright .awemenu {
    margin-left: 50px !important; } }

@media (max-width: 1199px) {
  .header-style-4 .navbar-footer {
    border-bottom: solid 1px #e1e1e1; }
  .header-style-4 .navbar-footer:before,
  .header-style-4 .navbar-footer:after {
    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; } }

.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; }

.awemenu-mobile-outleft .awemenu-megamenu-item [class*="col-"], .awemenu-mobile-default.awemenu-mobile-outright .awemenu-megamenu-item [class*="col-"] {
  width: 100%; }

.footer {
  position: relative; }

.footer a {
  color: #7FAECC; }

.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: 'Barlow', 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 a:hover {
  color: #7FAECC; }

.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 .price-select a:hover,
.footer-copyright .language-select a:hover {
  color: #7FAECC; }

.footer-copyright .price-select .icon,
.footer-copyright .language-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: 992px) {
  .footer-copyright .copyright > p {
    margin-bottom: 0; }
  .footer-copyright .copyright {
    float: left; }
  .footer-copyright .footer-nav {
    float: right; }
  .footer-copyright nav {
    margin: 0;
    float: left;
    padding: 0 10px; }
  .footer-copyright nav + nav {
    border-left: solid 1px #555555; } }

@media (max-width: 991px) {
  .footer-copyright {
    text-align: center; }
  .footer-copyright ul {
    text-align: center; } }

/* Custom footer 767 */
.footer .widget-title i {
  display: none;
  cursor: pointer; }

@media (max-width: 767px) {
  .footer .widget-title i {
    display: inline-block;
    float: right; }
  .footer .widget ul,
  .footer .widget .widget-content {
    display: none; }
    .footer .widget ul.active,
    .footer .widget .widget-content.active {
      display: block; } }

.error-404 {
  color: #fff;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  top: 0; }

.error-404 p {
  font-family: 'Barlow', sans-serif; }

.error-404 h2 {
  font-size: 25px;
  text-transform: none;
  letter-spacing: 7px; }

.error-404 h1 {
  font-size: 135px;
  line-height: 0.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: none; }

@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 {
  color: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  left: 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: none; }

.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: #7FAECC; }

@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 h3, .contact-content h2 {
  color: #000000;
  margin-top: 0;
  text-transform: none;
  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: #000000;
  text-transform: none;
  margin-bottom: 15px;
  font-family: 'Barlow', 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: 'Barlow', sans-serif;
  color: #898989;
  font-size: 12px;
  font-weight: 300;
  margin-right: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: none; }

.login-popup .nav-tabs > li.active > a,
.login-popup .nav-tabs > li.active > a:hover,
.login-popup .nav-tabs > li.active > a:focus {
  color: #000000;
  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: #7FAECC; }

.checkout-wrapper {
  margin-bottom: 100px; }

.checkout-wrapper h2 {
  color: #242424;
  font-size: 24px;
  margin-bottom: 40px;
  text-transform: none; }

.payment-detail-wrapper {
  border: solid 1px #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: 'Barlow', sans-serif;
  color: #898989;
  font-size: 18px;
  font-weight: 400; }

.cart-total table td,
.cart_total table td {
  font-family: 'Barlow', 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: 'Barlow', 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: none; }

.portfolio-detail > nav {
  padding-bottom: 20px;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 25px; }

.portfolio-detail > nav:before,
.portfolio-detail > nav:after {
  content: " ";
  display: table; }

.portfolio-detail > nav:after {
  clear: both; }

.back-to-portfolio, .back-to-pcate {
  font-family: 'Barlow', sans-serif;
  color: #898989;
  font-size: 12px;
  margin-top: 10px;
  display: block; }

.back-to-portfolio > .fa,
.back-to-pcate > .fa,
.back-to-portfolio > .icon, .back-to-pcate > .icon {
  margin-right: 5px; }

.portfolio-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px; }

.portfolio-desc {
  color: #898989;
  margin-bottom: 35px; }

.portfolio-list {
  padding: 0;
  list-style: none;
  margin-bottom: 25px; }

.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 {
  margin-bottom: 25px; }

.portfolio-images .image a {
  display: block;
  position: relative; }

.portfolio-images .image a:before,
.portfolio-images .image a:after {
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }

.portfolio-images .image a:before {
  content: '';
  background: rgba(51, 51, 51, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.portfolio-images .image a:after {
  color: #7FAECC;
  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:before,
.portfolio-images .image a:hover:after {
  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: #7FAECC; }

.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,
.customer-block .customer-name h3 {
  color: #000000;
  font-size: 14px;
  text-transform: none; }

.customer-block .customer-address,
.customer-block .customer-address a {
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  text-transform: none; }

.customer-block .customer-address:hover,
.customer-block .customer-address a:hover {
  color: #7FAECC; }

.customer-block .customer-avatar {
  background: #fff;
  width: 62px;
  height: 62px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden; }

.customer-block .customer-avatar img {
  width: 100%; }

.customer-block .customer-avatar img:hover {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0.85; }

/* -------------------------------------------------------------------------------
8. Wordpress fixed
--------------------------------------------------------------------------------*/
.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%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff;
  color: #000000;
  border: solid 1px #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;
  -webkit-border-radius: 50%;
  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; }

.list-mode .product-hover {
  display: none; }

.list-mode .product-wrap {
  width: 100%; }

.list-mode .product-media {
  float: left;
  margin-right: 30px;
  width: 35%; }

.list-mode .product-name {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0; }

.list-mode .product-price {
  font-size: 30px; }

.list-mode .product-category, .list-mode .product-list .product-status {
  font-size: 16px;
  margin-bottom: 20px; }

.list-mode .product-body-list {
  display: block; }

.list-mode .product-body {
  display: none; }

.grid-mode .product-body-list {
  display: none; }

.grid-mode .cproduct-body {
  display: block; }

/*# sourceMappingURL=maps/main.css.map */
.template-404 header,
.template-404 footer {
  display: none; }

/*================Cart=========================  */
.cart-form .quantity {
  background: #212121;
  height: 35px;
  margin-bottom: 13px;
  width: 100px;
  line-height: 33px;
  position: relative;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4); }

.cart-form .quantity .qty {
  width: 100%;
  border: medium none;
  height: 33px;
  padding: 0px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #212121;
  -webkit-moz-appearance: none;
  -moz-moz-appearance: none;
  -ms-moz-appearance: none;
  -o-moz-appearance: none;
  moz-appearance: none;
  -webkit-appearance: none; }
  .cart-form .quantity .qty:hover, .cart-form .quantity .qty:focus {
    -webkit-moz-appearance: none;
    -moz-moz-appearance: none;
    -ms-moz-appearance: none;
    -o-moz-appearance: none;
    moz-appearance: none;
    -webkit-appearance: none; }

.cart-form .quantity .minus {
  position: absolute;
  display: block;
  height: 100%;
  color: rgba(255, 255, 255, 0.4);
  width: 20px;
  text-align: center;
  top: 0px;
  left: 5px;
  cursor: pointer; }

.cart-form .quantity .plus {
  position: absolute;
  display: block;
  height: 100%;
  width: 20px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  top: 0px;
  right: 5px;
  cursor: pointer; }

.cart-form .product-name {
  font-weight: 700;
  font-family: 'Barlow', sans-serif; }

.cart-form .table > tbody > tr > td {
  vertical-align: middle; }

.cart-form .quantity .qty {
  background: #fff;
  color: #bcbcbc; }

.cart-form .quantity .minus {
  color: #bcbcbc; }

.cart-form .quantity .plus {
  color: #bcbccb; }

.cart-form .cart-total .total .title {
  min-width: 175px;
  font-family: 'Barlow', sans-serif;
  color: #898989;
  font-size: 24px;
  font-weight: 400; }

.cart-form .cart-total .total .price {
  font-family: 'Barlow', sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 700; }

.cart-form .product-stock-status {
  font-family: 'Barlow', sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 700; }

/*================End cart=====================  */
/* ===============wishlist=============== */
.cart-table .regular-product {
  margin: 0; }

.cart-table > tbody > tr > td {
  vertical-align: middle; }

.cart-table .product-name {
  font-weight: 700;
  font-family: 'Barlow', sans-serif; }

/* ===========End wishlist================ */
/* ===============Order================== */
.table > tfoot.total-order > tr > td {
  color: #000000;
  border-top: none;
  font-size: 20px;
  padding: 0 5px; }

.table > tfoot.total-order {
  text-align: right; }

/*================End order=================  */
/* ===========Table responsive================= */
.table-responsive {
  /* 
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
  /* Smartphones (portrait and landscape) ----------- */
  /* iPads (portrait and landscape) ----------- */ }
  @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .table-responsive {
      /* Force table to not be like tables anymore */
      /* Hide table headers (but not display: none;, for accessibility) */ }
      .table-responsive table, .table-responsive thead, .table-responsive tbody, .table-responsive th, .table-responsive td, .table-responsive tr {
        display: block; }
      .table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px; }
      .table-responsive tr {
        border: 1px solid #ccc; }
      .table-responsive td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%; }
      .table-responsive td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .table-responsive body {
      padding: 0;
      margin: 0;
      width: 320px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .table-responsive body {
      width: 495px; } }

/*=================End table responsive===========  */
/* Addr */
#AddAddress {
  display: none; }
  #AddAddress.active {
    display: block; }

/*  */
/*-----------------------------------------------------------------------------
-	Revolution Slider 4.1 Captions -
*/
.tp-static-layers {
  position: absolute;
  z-index: 505;
  top: 0;
  left: 0; }

.tp-caption.tp-hidden-caption, .tp-hide-revslider {
  visibility: hidden !important;
  display: none !important; }

.tp-caption {
  z-index: 1;
  white-space: nowrap; }

.tp-caption-demo .tp-caption {
  position: relative !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px !important; }

.tp-caption.whitedivider3px {
  background-position: initial initial;
  background-repeat: initial initial; }

.tp-caption.whitedivider3px {
  color: #000;
  text-shadow: none;
  background-color: #fff;
  background-color: white;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  min-width: 468px;
  min-height: 3px;
  border-width: 0;
  border-color: #000;
  border-style: none; }

.tp-caption.boldwide_small_white {
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  font-family: "Open Sans",sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 5px;
  border-width: 0;
  border-color: #000;
  border-style: none; }

.tp-caption.whitedivider3px_vertical {
  color: #000;
  text-shadow: none;
  background-color: #fff;
  background-color: white;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  min-width: 3px;
  min-height: 130px;
  border-width: 0;
  border-color: #000;
  border-style: none; }

.tp-caption.finewide_small_white {
  color: #fff;
  text-shadow: none;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  font-family: "Open Sans",sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 5px;
  border-width: 0;
  border-color: #000;
  border-style: none; }

.tp-caption.finewide_verysmall_white_mw {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 5px;
  max-width: 470px;
  white-space: normal !important;
  border-width: 0;
  border-color: #000;
  border-style: none; }

.tp-caption.lightgrey_divider {
  background-color: #ebebeb; }

.tp-caption.finewide_large_white {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans",sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 8px;
  border-width: 0;
  border-color: #000;
  border-style: none; }

.tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  font-family: "Open Sans",sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 5px;
  border-width: 0;
  border-color: #000;
  border-style: none; }

.tp-caption.huge_red {
  position: absolute;
  color: #df4b6b;
  font-weight: 400;
  font-size: 150px;
  line-height: 130px;
  font-family: Oswald,sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  background-color: #2d3136;
  padding: 0; }

.tp-caption.middle_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  font-family: 'Open Sans',sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap; }

.tp-caption.huge_thin_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  font-family: 'Open Sans',sans-serif;
  margin: 0;
  letter-spacing: 20px;
  border-width: 0;
  border-style: none;
  white-space: nowrap; }

.tp-caption.big_dark {
  position: absolute;
  color: #333;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  font-family: "Open Sans";
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_dark {
  position: absolute;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans";
  margin: 0;
  letter-spacing: 5px;
  border-width: 0;
  border-style: none;
  white-space: nowrap; }

.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0 5px 10px;
  border-width: 0;
  border-color: #fff;
  border-style: none; }

.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0 5px 10px;
  border-width: 0;
  border-color: #fff;
  border-style: none; }

.tp-caption.medium_bold_grey {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0;
  padding: 1px 4px 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out; }

.tp-caption a:hover {
  color: #ffa902; }

.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none; }

.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline; }

.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.498039);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px;
  border-width: 0;
  border-color: #000;
  border-style: none; }

.tp-caption.largeblackbg {
  text-decoration: none;
  border-width: 0;
  border-color: #fff;
  border-style: none; }

.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.black {
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: 'Open Sans',sans; }

.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important; }

.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0; }

.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 0;
  top: 0; }

.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0; }

.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 0;
  top: 0; }

img.tp-slider-alternative-image {
  width: 100%;
  height: auto; }

.tp-simpleresponsive .button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url(g30.png) top repeat-x;
  font-family: arial,sans-serif;
  font-weight: 700;
  letter-spacing: -1px; }

.tp-simpleresponsive .button.big {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url(g40.png) top repeat-x; }

.tp-simpleresponsive .button.big:hover, .tp-simpleresponsive .button:hover, .tp-simpleresponsive .purchase:hover {
  background-position: bottom,15px 11px; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tp-simpleresponsive .button {
    padding: 4px 8px 3px;
    line-height: 25px !important;
    font-size: 11px !important;
    font-weight: 400; }
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none; } }

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tp-simpleresponsive .button {
    padding: 2px 5px;
    line-height: 20px !important;
    font-size: 10px !important; }
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none; } }

.tp-simpleresponsive .button.green, .tp-simpleresponsive .button:hover.green, .tp-simpleresponsive .purchase.green, .tp-simpleresponsive .purchase:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0 3px 0 0 #104d0b;
  -moz-box-shadow: 0 3px 0 0 #104d0b;
  box-shadow: 0 3px 0 0 #104d0b; }

.tp-simpleresponsive .button.blue, .tp-simpleresponsive .button:hover.blue, .tp-simpleresponsive .purchase.blue, .tp-simpleresponsive .purchase:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0 3px 0 0 #0f3e68;
  -moz-box-shadow: 0 3px 0 0 #0f3e68;
  box-shadow: 0 3px 0 0 #0f3e68; }

.tp-simpleresponsive .button.red, .tp-simpleresponsive .button:hover.red, .tp-simpleresponsive .purchase.red, .tp-simpleresponsive .purchase:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0 3px 0 0 #7c1212;
  -moz-box-shadow: 0 3px 0 0 #7c1212;
  box-shadow: 0 3px 0 0 #7c1212; }

.tp-simpleresponsive .button.orange, .tp-simpleresponsive .button:hover.orange, .tp-simpleresponsive .purchase.orange, .tp-simpleresponsive .purchase:hover.orange {
  background-color: #f70;
  -webkit-box-shadow: 0 3px 0 0 #a34c00;
  -moz-box-shadow: 0 3px 0 0 #a34c00;
  box-shadow: 0 3px 0 0 #a34c00; }

.tp-simpleresponsive .button.darkgrey, .tp-simpleresponsive .button.grey, .tp-simpleresponsive .button:hover.darkgrey, .tp-simpleresponsive .button:hover.grey, .tp-simpleresponsive .purchase.darkgrey, .tp-simpleresponsive .purchase:hover.darkgrey {
  background-color: #555;
  -webkit-box-shadow: 0 3px 0 0 #222;
  -moz-box-shadow: 0 3px 0 0 #222;
  box-shadow: 0 3px 0 0 #222; }

.tp-simpleresponsive .button.lightgrey, .tp-simpleresponsive .button:hover.lightgrey, .tp-simpleresponsive .purchase.lightgrey, .tp-simpleresponsive .purchase:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0 3px 0 0 #555;
  -moz-box-shadow: 0 3px 0 0 #555;
  box-shadow: 0 3px 0 0 #555; }

.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0; }

.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden; }

.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative; }

.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important; }

.tp-simpleresponsive img {
  max-width: none; }

.noFilterClass {
  filter: none !important; }

.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tp-bannershadow.tp-shadow1 {
  background: url(shadow1.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px; }

.tp-bannershadow.tp-shadow2 {
  background: url(shadow2.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px; }

.tp-bannershadow.tp-shadow3 {
  background: url(shadow3.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px; }

.caption.fullscreenvideo {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

.caption.fullscreenvideo iframe, .caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none; }

.tp-caption.fullscreenvideo {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

.tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none; }

.fullcoveredvideo video, .fullscreenvideo video {
  background: #000; }

.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.html5vid.videoisplaying .tp-poster {
  display: none; }

.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #FFF;
  z-index: 3;
  margin-top: -27px;
  margin-left: -28px;
  text-align: center;
  cursor: pointer; }

.html5vid .tp-revstop {
  width: 15px;
  height: 20px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
  margin: 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: none; }

.html5vid.videoisplaying .revicon-right-dir {
  display: none; }

.html5vid.videoisplaying .tp-revstop {
  display: block; }

.html5vid.videoisplaying .tp-video-play-button {
  display: none; }

.html5vid:hover .tp-video-play-button {
  display: block; }

.fullcoveredvideo .tp-video-play-button {
  display: none !important; }

.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
  background-image: linear-gradient(bottom, #000 13%, #323232 100%);
  background-image: -o-linear-gradient(bottom, #000 13%, #323232 100%);
  background-image: -moz-linear-gradient(bottom, #000 13%, #323232 100%);
  background-image: -webkit-linear-gradient(bottom, #000 13%, #323232 100%);
  background-image: -ms-linear-gradient(bottom, #000 13%, #323232 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, #000), color-stop(1, #323232));
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.tp-caption:hover .tp-video-controls {
  opacity: .9; }

.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  padding: 0;
  margin: 0;
  outline: 0; }

.tp-video-button:hover {
  cursor: pointer; }

.tp-video-button-wrap, .tp-video-seek-bar-wrap, .tp-video-vol-bar-wrap {
  padding: 0 5px;
  display: table-cell; }

.tp-video-seek-bar-wrap {
  width: 80%; }

.tp-video-vol-bar-wrap {
  width: 20%; }

.tp-seek-bar, .tp-volume-bar {
  width: 100%;
  cursor: pointer;
  outline: 0;
  line-height: 12px;
  margin: 0;
  padding: 0; }

.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4; }

.tp-dottedoverlay.twoxtwo {
  background: url(gridtile.png); }

.tp-dottedoverlay.twoxtwowhite {
  background: url(gridtile_white.png); }

.tp-dottedoverlay.threexthree {
  background: url(gridtile_3x3.png); }

.tp-dottedoverlay.threexthreewhite {
  background: url(gridtile_3x3_white.png); }

.tpclear {
  clear: both; }

.tp-bullets {
  z-index: 1000;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  -webkit-transform: translateZ(5px); }

.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(boxed_bgtile.png);
  height: 40px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tp-bullets.simplebullets.navbar-old {
  background: url(navigdots_bgtile.png);
  height: 35px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url(bullet.png) top left;
  width: 20px;
  height: 20px;
  margin-right: 0;
  float: left;
  margin-top: 0;
  margin-left: 3px; }

.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px; }

.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(bullets.png) bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0;
  float: left;
  margin-top: 0; }

.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0; }

.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(bullets2.png) bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0;
  float: left;
  margin-top: 0; }

.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0; }

.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(bullets2.png) bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0;
  float: left;
  margin-top: 0; }

.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0; }

.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(bullet_boxed.png) top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 0; }

.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0 !important; }

.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0 !important; }

.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(navigdots.png) bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px; }

.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0 !important; }

.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0 !important; }

.tp-bullets.simplebullets .bullet.selected, .tp-bullets.simplebullets .bullet:hover {
  background-position: top left; }

.tp-bullets.simplebullets.navbar .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover {
  background-position: bottom left; }

.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  z-index: 600;
  position: relative; }

.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(large_left.png) top left;
  width: 40px;
  height: 40px; }

.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(large_right.png) top left;
  width: 40px;
  height: 40px; }

.tp-leftarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(small_left.png) top left;
  width: 19px;
  height: 14px;
  margin-right: 0;
  float: left;
  margin-top: 0; }

.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(small_right.png) top left;
  width: 19px;
  height: 14px;
  margin-right: 0;
  float: left;
  margin-top: 0; }

.tp-leftarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(arrow_left.png) top left;
  width: 26px;
  height: 26px;
  margin-right: 0;
  float: left;
  margin-top: 0; }

.tp-rightarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(arrow_right.png) top left;
  width: 26px;
  height: 26px;
  margin-right: 0;
  float: left;
  margin-top: 0; }

.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(small_left_boxed.png) top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px; }

.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(small_right_boxed.png) top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px; }

.tp-leftarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(arrowleft.png) top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 10px; }

.tp-rightarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(arrowright.png) top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: 6px;
  margin-top: 10px; }

.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px; }

.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0; }

.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(arrow_left2.png) top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0;
  margin-top: 0; }

.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(arrow_right2.png) top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0;
  margin-top: 0; }

.tp-leftarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(arrow_left2.png) top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0;
  margin-top: 0; }

.tp-rightarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(arrow_right2.png) top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0;
  margin-top: 0; }

.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(large_left.png);
  width: 40px;
  height: 40px; }

.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(large_right.png);
  width: 40px;
  height: 40px; }

.tp-leftarrow:hover, .tp-rightarrow:hover {
  background-position: bottom left; }

.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  margin-top: -50px; }

.fullwidthbanner-container .tp-thumbs {
  padding: 3px; }

.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  overflow: hidden;
  position: relative; }

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute; }

.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  cursor: pointer;
  overflow: hidden;
  background: 0 0;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out; }

.tp-bullets.tp-thumbs .bullet.selected, .tp-bullets.tp-thumbs .bullet:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-thumbs img {
  width: 100%; }

.tp-bannertimer {
  width: 100%;
  height: 10px;
  position: absolute;
  z-index: 200;
  top: 0; }

.tp-bannertimer.tp-bottom {
  bottom: 0;
  height: 5px;
  top: auto; }

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets, .responsive .tparrows {
    display: none; } }

.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tp-simpleresponsive a {
  text-decoration: none; }

.tp-simpleresponsive ul, .tp-simpleresponsive ul li, .tp-simpleresponsive ul li:before {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  overflow-x: visible;
  overflow-y: visible;
  background-image: none; }

.tp-simpleresponsive > ul > li {
  list-style: none;
  position: absolute;
  visibility: hidden; }

.caption.slidelink a div, .tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(coloredbg.png); }

.tp-caption.slidelink a span {
  background: url(coloredbg.png); }

.tparrows .tp-arr-imgholder, .tparrows .tp-arr-titleholder {
  display: none; }

.tparrows.preview1 {
  width: 100px;
  height: 100px;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  background: 0 0; }

.tparrows.preview1:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: revicons;
  color: #fff;
  font-size: 30px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
  line-height: 100px;
  -webkit-transition: background .3s,color .3s;
  -moz-transition: background .3s,color .3s;
  transition: background .3s,color .3s; }

.tp-rightarrow.preview1:after {
  content: '\e825'; }

.tp-leftarrow.preview1:after {
  content: '\e824'; }

.tparrows.preview1:hover:after {
  background: white;
  color: #aaa; }

.tparrows.preview1 .tp-arr-imgholder {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tparrows.preview1 .tp-arr-iwrapper {
  -webkit-transition: all .3s;
  transition: all .3s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.tparrows.preview1:hover .tp-arr-iwrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-rightarrow.preview1 .tp-arr-imgholder {
  right: 100%;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.tp-leftarrow.preview1 .tp-arr-imgholder {
  left: 100%;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.tparrows.preview1:hover .tp-arr-imgholder {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview1, .tparrows.preview1:after {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview1, .tparrows.preview1:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px; } }

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tparrows.preview1, .tparrows.preview1:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px; } }

.tp-bullets.preview1 {
  height: 21px; }

.tp-bullets.preview1 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid transparent !important;
  display: inline-block;
  margin-right: 5px !important;
  margin-bottom: 0 !important;
  -webkit-transition: background-color .2s,border-color .2s;
  -moz-transition: background-color .2s,border-color .2s;
  -o-transition: background-color .2s,border-color .2s;
  -ms-transition: background-color .2s,border-color .2s;
  transition: background-color .2s,border-color .2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview1 .bullet.last {
  margin-right: 0; }

.tp-bullets.preview1 .bullet.selected, .tp-bullets.preview1 .bullet:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #aaa !important;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid white !important; }

.tparrows.preview2 {
  min-width: 60px;
  min-height: 60px;
  background: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1.3s;
  -webkit-transition: width .3s,background-color .3s,opacity .3s;
  transition: width .3s,background-color .3s,opacity .3s;
  backface-visibility: hidden; }

.tparrows.preview2:after {
  position: absolute;
  top: 50%;
  font-family: revicons;
  color: #aaa;
  font-size: 25px;
  margin-top: -12px;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s; }

.tp-rightarrow.preview2:after {
  content: '\e81e';
  right: 18px; }

.tp-leftarrow.preview2:after {
  content: '\e81f';
  left: 18px; }

.tparrows.preview2 .tp-arr-titleholder {
  background-size: cover;
  background-position: center center;
  display: block;
  visibility: hidden;
  position: relative;
  top: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  color: #000;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  padding: 0 10px; }

.tp-rightarrow.preview2 .tp-arr-titleholder {
  right: 50px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.tp-leftarrow.preview2 .tp-arr-titleholder {
  left: 50px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.tparrows.preview2.hovered {
  width: 300px; }

.tparrows.preview2:hover {
  background: #fff; }

.tparrows.preview2:hover:after {
  color: #000; }

.tparrows.preview2:hover .tp-arr-titleholder {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  position: absolute; }

.tp-bullets.preview2 {
  height: 17px; }

.tp-bullets.preview2 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0 !important;
  -webkit-transition: background-color .2s,border-color .2s;
  -moz-transition: background-color .2s,border-color .2s;
  -o-transition: background-color .2s,border-color .2s;
  -ms-transition: background-color .2s,border-color .2s;
  transition: background-color .2s,border-color .2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview2 .bullet.last {
  margin-right: 0; }

.tp-bullets.preview2 .bullet.selected, .tp-bullets.preview2 .bullet:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important; }

.tp-arr-titleholder.alwayshidden {
  display: none !important; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview2 {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px; }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: revicons;
    font-size: 20px;
    margin-top: -12px; }
  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 11px; }
  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 11px; }
  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0; }
  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 35px; }
  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 35px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: revicons;
    font-size: 14px;
    margin-top: -12px; }
  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px; }
  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px; }
  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 0; }
  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 25px; }
  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 25px; }
  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none; } }

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: revicons;
    font-size: 14px;
    margin-top: -12px; }
  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px; }
  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px; }
  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none; }
  .tparrows.preview2:hover {
    width: 30px !important;
    height: 30px !important; } }

.tparrows.preview3 {
  width: 70px;
  height: 70px;
  background: #fff;
  background: white;
  -webkit-transform-style: flat; }

.tparrows.preview3:after {
  position: absolute;
  line-height: 70px;
  text-align: center;
  font-family: revicons;
  color: #aaa;
  font-size: 30px;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  width: 70px;
  height: 70px;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s; }

.tparrows.preview3:hover:after {
  color: #000; }

.tp-rightarrow.preview3:after {
  content: '\e825'; }

.tp-leftarrow.preview3:after {
  content: '\e824'; }

.tparrows.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
  z-index: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  display: table;
  min-height: 90px;
  top: -10px; }

.tp-leftarrow.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.tparrows.preview3 .tp-arr-imgholder {
  background-size: cover;
  background-position: center center;
  display: table-cell;
  min-width: 90px;
  height: 90px;
  position: relative;
  top: 0; }

.tp-rightarrow.preview3 .tp-arr-iwrapper {
  right: 0;
  padding-right: 70px; }

.tp-leftarrow.preview3 .tp-arr-iwrapper {
  left: 0;
  direction: rtl;
  padding-left: 70px; }

.tparrows.preview3 .tp-arr-titleholder {
  display: table-cell;
  padding: 30px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  position: relative;
  clear: right;
  vertical-align: middle; }

.tparrows.preview3:hover .tp-arr-iwrapper {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

.tp-bullets.preview3 {
  height: 17px; }

.tp-bullets.preview3 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0 !important;
  -webkit-transition: background-color .2s,border-color .2s;
  -moz-transition: background-color .2s,border-color .2s;
  -o-transition: background-color .2s,border-color .2s;
  -ms-transition: background-color .2s,border-color .2s;
  transition: background-color .2s,border-color .2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview3 .bullet.last {
  margin-right: 0; }

.tp-bullets.preview3 .bullet.selected, .tp-bullets.preview3 .bullet:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview3, .tparrows.preview3:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px; }
  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px; }
  .tparrows.preview3 .tp-arr-imgholder {
    min-width: 70px;
    height: 70px; }
  .tp-rightarrow.preview3 .tp-arr-iwrapper {
    padding-right: 50px; }
  .tp-leftarrow.preview3 .tp-arr-iwrapper {
    padding-left: 50px; }
  .tparrows.preview3 .tp-arr-titleholder {
    padding: 10px;
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .tparrows.preview3, .tparrows.preview3:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px; }
  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px; } }

.tparrows.preview4 {
  width: 30px;
  height: 110px;
  background: 0 0;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000; }

.tparrows.preview4:after {
  position: absolute;
  line-height: 110px;
  text-align: center;
  font-family: revicons;
  color: #fff;
  font-size: 20px;
  top: 0;
  left: 0;
  z-index: 0;
  width: 30px;
  height: 110px;
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-rightarrow.preview4:after {
  content: '\e825'; }

.tp-leftarrow.preview4:after {
  content: '\e824'; }

.tparrows.preview4 .tp-arr-allwrapper {
  visibility: hidden;
  width: 180px;
  position: absolute;
  z-index: 1;
  min-height: 120px;
  top: 0;
  left: -150px;
  overflow: hidden;
  -webkit-perspective: 1000px;
  -webkit-transform-style: flat; }

.tp-leftarrow.preview4 .tp-arr-allwrapper {
  left: 0; }

.tparrows.preview4 .tp-arr-iwrapper {
  position: relative; }

.tparrows.preview4 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: relative;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tparrows.preview4 .tp-arr-imgholder2 {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: absolute;
  top: 0;
  left: 180px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tp-leftarrow.preview4 .tp-arr-imgholder2 {
  left: -180px; }

.tparrows.preview4 .tp-arr-titleholder {
  display: block;
  padding: 0 10px;
  text-align: left;
  position: relative;
  background: #000;
  color: #FFF;
  text-transform: none;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 11px;
  line-height: 2.75;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.tparrows.preview4:after {
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%; }

.tp-leftarrow.preview4:after {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

@media only screen and (min-width: 768px) {
  .tparrows.preview4:hover:after {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  .tp-leftarrow.preview4:hover:after {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  .tparrows.preview4:hover .tp-arr-titleholder {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; } }

.tp-bullets.preview4 {
  height: 17px; }

.tp-bullets.preview4 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0 !important;
  -webkit-transition: background-color .2s,border-color .2s;
  -moz-transition: background-color .2s,border-color .2s;
  -o-transition: background-color .2s,border-color .2s;
  -ms-transition: background-color .2s,border-color .2s;
  transition: background-color .2s,border-color .2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview4 .bullet.last {
  margin-right: 0; }

.tp-bullets.preview4 .bullet.selected, .tp-bullets.preview4 .bullet:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important; }

@media only screen and (max-width: 767px) {
  .tparrows.preview4 {
    width: 20px;
    height: 80px; }
  .tparrows.preview4:after {
    width: 20px;
    height: 80px;
    line-height: 80px;
    font-size: 14px; }
  .tparrows.preview1 .tp-arr-allwrapper, .tparrows.preview2 .tp-arr-allwrapper, .tparrows.preview3 .tp-arr-allwrapper, .tparrows.preview4 .tp-arr-allwrapper {
    display: none !important; } }

.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute; }

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background: url(loader.gif) center center no-repeat #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.tp-loader.spinner5 {
  background: url(loader.gif) 10px 10px no-repeat #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1s infinite ease-in-out;
  animation: tp-scaleout 1s infinite ease-in-out; }

@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0; } }

.tp-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center; }

.tp-loader.spinner3 .bounce1, .tp-loader.spinner3 .bounce2, .tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s; }

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s; }

@-webkit-keyframes tp-bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes tp-bouncedelay {
  0%, 100%, 80% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.tp-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2s infinite linear;
  animation: tp-rotate 2s infinite linear; }

.tp-loader.spinner4 .dot1, .tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2s infinite ease-in-out;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes tp-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.tp-transparentimg {
  content: "url(transparent.png)"; }

.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%; }

.tp-caption img {
  background: 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  zoom: 1; }

@font-face {
  font-family: revicons;
  src: url(revicons.eot?5510888);
  src: url(revicons.eot?5510888#iefix) format("embedded-opentype"), url(revicons.woff?5510888) format("woff"), url(revicons.ttf?5510888) format("truetype"), url(revicons.svg?5510888#revicons) format("svg");
  font-weight: 400;
  font-style: normal; }

[class*=" revicon-"]:before, [class^=revicon-]:before {
  font-family: revicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; }

.revicon-search-1:before {
  content: '\e802'; }

.revicon-pencil-1:before {
  content: '\e831'; }

.revicon-picture-1:before {
  content: '\e803'; }

.revicon-cancel:before {
  content: '\e80a'; }

.revicon-info-circled:before {
  content: '\e80f'; }

.revicon-trash:before {
  content: '\e801'; }

.revicon-left-dir:before {
  content: '\e817'; }

.revicon-right-dir:before {
  content: '\e818'; }

.revicon-down-open:before {
  content: '\e83b'; }

.revicon-left-open:before {
  content: '\e819'; }

.revicon-right-open:before {
  content: '\e81a'; }

.revicon-angle-left:before {
  content: '\e820'; }

.revicon-angle-right:before {
  content: '\e81d'; }

.revicon-left-big:before {
  content: '\e81f'; }

.revicon-right-big:before {
  content: '\e81e'; }

.revicon-magic:before {
  content: '\e807'; }

.revicon-picture:before {
  content: '\e800'; }

.revicon-export:before {
  content: '\e80b'; }

.revicon-cog:before {
  content: '\e832'; }

.revicon-login:before {
  content: '\e833'; }

.revicon-logout:before {
  content: '\e834'; }

.revicon-video:before {
  content: '\e805'; }

.revicon-arrow-combo:before {
  content: '\e827'; }

.revicon-left-open-1:before {
  content: '\e82a'; }

.revicon-right-open-1:before {
  content: '\e82b'; }

.revicon-left-open-mini:before {
  content: '\e822'; }

.revicon-right-open-mini:before {
  content: '\e823'; }

.revicon-left-open-big:before {
  content: '\e824'; }

.revicon-right-open-big:before {
  content: '\e825'; }

.revicon-left:before {
  content: '\e836'; }

.revicon-right:before {
  content: '\e826'; }

.revicon-ccw:before {
  content: '\e808'; }

.revicon-arrows-ccw:before {
  content: '\e806'; }

.revicon-palette:before {
  content: '\e829'; }

.revicon-list-add:before {
  content: '\e80c'; }

.revicon-doc:before {
  content: '\e809'; }

.revicon-left-open-outline:before {
  content: '\e82e'; }

.revicon-left-open-2:before {
  content: '\e82c'; }

.revicon-right-open-outline:before {
  content: '\e82f'; }

.revicon-right-open-2:before {
  content: '\e82d'; }

.revicon-equalizer:before {
  content: '\e83a'; }

.revicon-layers-alt:before {
  content: '\e804'; }

.revicon-popup:before {
  content: '\e828'; }

.medium_grey, .tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #888;
  white-space: nowrap; }

.small_text, .tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap; }

.medium_text, .tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap; }

.large_text, .tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap; }

.tp-caption.very_large_text, .very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px; }

.tp-caption.very_big_white, .very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  padding: 1px 4px 0;
  background-color: #000; }

.tp-caption.very_big_black, .very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  padding: 1px 4px 0;
  background-color: #fff; }

.modern_medium_fat, .tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans",sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap; }

.modern_medium_fat_white, .tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans",sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap; }

.modern_medium_light, .tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans",sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap; }

.modern_big_bluebg, .tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans",sans-serif;
  padding: 3px 10px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0; }

.modern_big_redbg, .tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans",sans-serif;
  padding: 1px 10px 3px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0; }

.modern_small_text_dark, .tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap; }

.boxshadow, .tp-caption.boxshadow {
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.black, .tp-caption.black {
  color: #000;
  text-shadow: none; }

.noshadow, .tp-caption.noshadow {
  text-shadow: none; }

.thinheadline_dark, .tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Open Sans";
  background-color: transparent; }

.thintext_dark, .tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
  background-color: transparent; }

.largeblackbg, .tp-caption.largeblackbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #000;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.largepinkbg, .tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #db4360;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.largewhitebg, .tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #fff;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.largegreenbg, .tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #67ae73;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.excerpt, .tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #fff;
  text-decoration: none;
  background-color: black;
  text-shadow: none;
  margin: 0;
  letter-spacing: -1.5px;
  padding: 1px 4px 0;
  width: 150px;
  white-space: normal !important;
  height: auto;
  border-width: 0;
  border-color: #fff;
  border-style: none; }

.large_bold_grey, .tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0;
  padding: 1px 4px 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.medium_thin_grey, .tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0;
  text-shadow: none;
  margin: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.small_thin_grey, .tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0;
  text-shadow: none;
  margin: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.lightgrey_divider, .tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0;
  border-color: #222;
  border-style: none; }

.large_bold_darkblue, .tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.medium_bg_darkblue, .tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.medium_bold_red, .tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.medium_light_red, .tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.medium_bg_red, .tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.medium_bold_orange, .tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.medium_bg_orange, .tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.grassfloor, .tp-caption.grassfloor {
  text-decoration: none;
  background-color: #a0b397;
  width: 4000px;
  height: 150px;
  border-width: 0;
  border-color: #222;
  border-style: none; }

.large_bold_white, .tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.medium_light_white, .tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.mediumlarge_light_white, .tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.mediumlarge_light_white_center, .tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  text-align: center;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.medium_bg_asbestos, .tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.medium_light_black, .tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #000;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.large_bold_black, .tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.mediumlarge_light_darkblue, .tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.small_light_white, .tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.roundedimage, .tp-caption.roundedimage {
  border-width: 0;
  border-color: #222;
  border-style: none; }

.large_bg_black, .tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #000;
  padding: 10px 20px 15px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none; }

.mediumwhitebg, .tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #000;
  text-decoration: none;
  background-color: #fff;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0;
  border-color: #000;
  border-style: none; }

.nova_color, .tp-caption.nova_color {
  position: absolute;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2.5px;
  line-height: 48px;
  font-family: Lato;
  padding: 0 15px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #eeb013;
  white-space: nowrap;
  border-radius: 0; }

.nova_color:hover, .tp-caption.nova_color:hover {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 300;
  font-size: 14px;
  line-height: 48px;
  font-family: Lato;
  padding: 0 15px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #202020;
  white-space: nowrap; }

.rev_slider_wrapper .tp-caption {
  z-index: 9999; }
  .rev_slider_wrapper .tp-caption.rv-heading {
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 15px;
    text-transform: none; }
  .rev_slider_wrapper .tp-caption.rv-description {
    font-size: 24px;
    letter-spacing: 5px;
    text-transform: none; }
    .rev_slider_wrapper .tp-caption.rv-description:before, .rev_slider_wrapper .tp-caption.rv-description:after {
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 1px;
      background: #fbf063;
      content: "";
      margin: 0 20px; }

main .main-slider .tp-bullets.preview3 .bullet {
  width: 12px !important;
  height: 12px !important; }

main .main-slider .tp-bullets.preview3 .bullet.selected {
  width: 10px !important;
  height: 10px !important; }

main .main-slider .tp-caption.rv-button {
  background: #7FAECC !important;
  border: 1px solid #7FAECC !important; }
  main .main-slider .tp-caption.rv-button.btn-white.btn-outline {
    background: none !important;
    border: 1px solid #fff !important; }
    main .main-slider .tp-caption.rv-button.btn-white.btn-outline:hover {
      background: #fff !important;
      color: #333 !important; }

.main-slider {
  text-align: center;
  text-transform: none;
  font-weight: 400;
  font-family: 'Iciel', sans-serif; }
  .main-slider .btn-primary {
    color: #fff !important; }
  .main-slider .tp-caption {
    line-height: 1.1; }
  .main-slider .tp-caption.rv-button {
    background-color: #ffb533;
    border-color: #ffb533;
    font-size: 12px;
    padding: 12px 25px;
    letter-spacing: 1px; }
  .main-slider .tp-bullets.preview3 {
    margin-left: 0 !important;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%); }
    .main-slider .tp-bullets.preview3 .bullet {
      width: 14px !important;
      height: 14px !important;
      border: none !important;
      background: #fff !important;
      margin: 0 5px !important; }
      .main-slider .tp-bullets.preview3 .bullet.selected {
        background: none !important;
        border: 1px solid #fff !important;
        width: 12px !important;
        height: 12px !important; }

/*-----------------------------------------------------------------------------
-	Cloudzoom -
*/
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  background-color: #fff;
  cursor: move; }

/* cloud zoom wrapper styles */
.cloud-zoom-wrap {
  top: 0;
  z-index: 9999;
  position: relative; }

/* This is the zoom window. */
.cloud-zoom-big {
  overflow: hidden; }

/* This is the loading message. */
.cloud-zoom-loading {
  color: white;
  background: #222;
  padding: 3px; }

@media (max-width: 1199px) {
  .mousetrap {
    display: none; }
  .product-media {
    margin-bottom: 30px; } }

/*=======================Select options proudct-detail=================  */
.selector-wrapper {
  display: inline-block;
  margin-right: 10px;
  float: left;
  width: 23%; }
  .selector-wrapper .single-option-selector {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 4px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.product-single-quantity {
  display: flex;
  margin-top: 15px;
  align-items: center; }

input.qty-btn, button.qty-btn {
  float: left;
  background: transparent;
  border: solid 1px #f5f5f5;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  height: 40px;
  width: 32px;
  text-align: center;
  border-radius: 0;
  color: #7fa9c8; }

button.qty-btn img {
  width: 9px; }

button.qty-btn.qty-plus {
  border-left: 0; }

button.qty-btn.qty-minus {
  border-right: 0; }

input#Quantity {
  background: #fff;
  font-weight: 600;
  height: 40px;
  padding: 0;
  text-align: center;
  width: 70px;
  border: 1px solid #f5f5f5;
  border-left: none;
  border-right: none;
  border-radius: 1px;
  float: left;
  -webkit-appearance: none;
  font-family: 'icielalliance-light', sans-serif; }

button#AddToCart {
  font-size: 13px;
  padding: 13px 20px;
  margin-left: 8px; }
  button#AddToCart span {
    font-size: 13px;
    font-family: 'icielalliance-light', sans-serif; }
  button#AddToCart:hover {
    background-color: #373737;
    border-color: #373737; }

/*======================End select options=================  */
/* ===============Product action icon=============  */
.awe-button.product-quick-whistlist {
  background: transparent;
  border: transparent;
  font-size: 18px;
  padding: 0 20px;
  border-left: solid 1px #ddd;
  display: inline-block; }

.product-actions form,
.product-list-actions form {
  display: inline-block; }
  .product-actions form a.product-add-cart,
  .product-list-actions form a.product-add-cart {
    background: transparent;
    border: transparent;
    font-size: 18px;
    padding: 0 20px;
    display: inline-block; }

/* =================End product action icon========== */
/*=================Quick view===================  */
.quickview-product.engo-popup .product-name {
  font-size: 20px; }

.quickview-product.engo-popup .description {
  margin: 10px 0; }

.quickview-product.engo-popup .selector-wrapper {
  width: 100px; }

.quickview-product.engo-popup .selector-wrapper {
  display: none; }

.quickview-product.engo-popup .product-actions {
  margin: 0;
  box-shadow: none;
  text-align: left; }
  .quickview-product.engo-popup .product-actions .form-control {
    width: 150px; }

.quickview-product.engo-popup .total-price > span {
  line-height: 40px; }

/*================End quickview=================  */
/* Currency */
.price-select:hover {
  color: #7FAECC; }

.currency-picker {
  background: #2F2F2F;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(//theme.hstatic.net/200000200823/1000691333/14/dropdow-icon.png?v=285);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 12px; }
  .currency-picker:hover {
    color: #7FAECC; }
  .currency-picker:focus {
    border: none;
    outline: none; }

/* =================image hover effect=================== */
.img_ef1 {
  position: relative;
  overflow: hidden; }
  .img_ef1 img {
    width: 100%;
    height: auto; }
  .img_ef1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(67, 69, 113, 0.1);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out; }
  .img_ef1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 69, 113, 0.1);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out; }
  @media (min-width: 768px) {
    .img_ef1:hover:before {
      right: 50%;
      left: 50%;
      width: 0;
      background: rgba(255, 255, 255, 0.5); }
    .img_ef1:hover:after {
      height: 0;
      top: 50%;
      bottom: 50%;
      background: rgba(255, 255, 255, 0.5); } }

.successForm p {
  color: green;
  font-weight: bold; }

.errorForm p {
  color: red;
  font-weight: bold; }

.error_collection {
  text-align: center;
  width: 100%;
  margin-top: 100px; }

.template-collection .spr-badge {
  height: 25px; }

.template-product .spr-icon, .template-collection .spr-icon {
  font-weight: normal;
  font-style: normal;
  display: inline-block; }
  .template-product .spr-icon:before, .template-collection .spr-icon:before {
    font-family: FontAwesome;
    content: "\f005";
    padding-right: 9px;
    color: #ffa200;
    line-height: auto;
    font-size: 19px;
    width: auto;
    opacity: 1; }

.template-product .tab-content .spr-icon:before, .template-collection .tab-content .spr-icon:before {
  font-family: FontAwesome;
  content: "\f005";
  padding-right: 5px;
  color: #ffa200;
  line-height: auto;
  font-size: 13px;
  width: auto;
  opacity: 1; }

.template-product .spr-icon.spr-icon-star-empty:before, .template-collection .spr-icon.spr-icon-star-empty:before {
  color: #ACACAC;
  opacity: 1; }

.template-product .spr-header-title, .template-collection .spr-header-title {
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 25px; }

.template-product .tab-content #haravan-product-reviews, .template-collection .tab-content #haravan-product-reviews {
  margin-top: 0; }

.template-product .spr-form-input-text, .template-product .spr-form-input-email, .template-product .spr-form-input-textarea, .template-collection .spr-form-input-text, .template-collection .spr-form-input-email, .template-collection .spr-form-input-textarea {
  border-color: #e1e1e1;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.product-stars .spr-badge-starrating .spr-icon {
  font-size: 18px; }

.tab-content .spr-container {
  padding: 0;
  border: none; }

.background-color-dark .section-header h2 {
  color: #FFF; }

.awe-logo img {
  max-height: 80px; }

.section-brands {
  color: #373737;
  background: none; }

.main-slider .tp-caption {
  text-align: left; }

.bgabout {
  padding: 80px 65px; }

.boxaoutus > div {
  color: #fff;
  font-size: 30px; }

.category-textnew {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%; }

.category-textnew .btn {
  position: absolute;
  bottom: 28px;
  left: 26px;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px; }

.yayatore {
  position: absolute;
  top: 30px;
  left: 50px; }

.policy-wrapper .policy {
  margin-bottom: 20px; }

.product-body.dacbiet {
  position: absolute;
  bottom: 20px;
  left: 35px;
  text-align: left; }
  @media (max-width: 767px) {
    .product-body.dacbiet {
      bottom: 0px;
      left: 35px; }
      .product-body.dacbiet .product-price {
        min-height: 40px; } }

.product-body.dacbiet .product-name a {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  font-family: 'icielalliance-semibold', sans-serif; }

.product-body.dacbiet .product-price {
  color: #373737;
  font-size: 16px;
  font-weight: 500; }

.product-body.dacbiet .product-name {
  margin-bottom: 5px !important; }

.buttok {
  background: #000 !important;
  color: #fff !important; }

.footer .back-top {
  display: none !important; }

.product-label.sale {
  background-color: #7faecc;
  display: none; }

.dropdown strong {
  font-size: 12px; }

.main-header.background {
  display: none; }

#ComparePrice, .sale-price {
  margin-left: 5px; }

.btn-outline i {
  font-size: 9px;
  margin-right: 15px;
  -webkit-text-stroke: 0.2px white; }

.btn-outline:hover i:before {
  content: '\f061'; }

.bgabout i {
  font-size: 10px;
  margin-right: 15px;
  -webkit-text-stroke: 0.2px white; }

.bgabout a:hover i:before {
  content: '\f061'; }

.boxvideoorimge a:hover i:before {
  content: '\f061'; }

.boxvideoorimge i {
  font-size: 9px;
  margin-right: 15px;
  -webkit-text-stroke: 0.2px white; }

footer .widget ul > li > a {
  display: block;
  height: 100%;
  padding: 2px 0; }

.footer-wrapper .widget .widget-title {
  margin-bottom: 10px; }

.boxvideoorimge {
  position: relative; }

.bvideoinfo {
  position: absolute;
  top: 50%;
  left: 65px;
  transform: translateY(-50%);
  width: 100%;
  z-index: 9; }

.bvideoinfo h6 {
  font-size: 16px;
  color: #fff; }

.bvideoinfo h3 {
  color: #fff;
  font-size: 45px;
  margin-top: 0; }

.gxemthem {
  display: inline-block;
  background: #fff;
  font-size: 14px;
  padding: 10px 20px; }

.rowflex {
  display: flex; }

.rowflex > div {
  width: calc(100%/2); }

.miboxinfo {
  position: relative; }

.miboxinfo > div:nth-child(1) {
  font-size: 50px;
  position: absolute;
  left: 50px;
  top: 50px; }

.miboxinfo {
  height: 100%;
  width: 100%;
  background: #fcfcfc; }

.boxso2 {
  position: absolute;
  bottom: 68px;
  left: 50px; }

.boxso2 .content {
  margin-bottom: 10px; }

.boxso2 .content span, .miboxinfo > div:nth-child(1) span {
  display: block; }

.navbar-icons {
  border-left: none;
  border-right: none; }

.policy-wrapper.policy-style {
  background: #000; }

.policy-text h4, .policy-text p {
  color: #fff !important; }

.policy-wrapper .policy {
  margin-bottom: 0; }

.padding-vertical-50z .section-header {
  margin-bottom: 0px; }

html, body {
  overflow-x: hidden; }

@media (max-width: 767px) {
  .awemenu-container {
    padding: 0 15px; }
  .policy-wrapper .policy {
    margin-bottom: 0;
    margin-bottom: 80px; }
  .rowflex {
    display: block; }
  .rowflex > div {
    width: 100%; } }

.logosan {
  display: block;
  margin-bottom: 30px; }

#fetubackgr {
  background: #ffffff;
  padding-bottom: 50px; }

.nopadding {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.awemenu-submenu.awemenu-megamenu {
  width: 100% !important;
  left: 0 !important; }

.awemenu-submenu.awemenu-megamenu .list-unstyled {
  display: flex;
  justify-content: center; }

.awemenu-megamenu-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  background: #e2e0e0; }

.one-col-item {
  font-size: 16px; }

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

.one-col-item {
  font-size: 14px;
  padding-right: 60px; }

.policy .policy-text p {
  font-size: 12px; }

.logosan img {
  max-width: 140px; }

.footer-wrapper .widget ul > li > a {
  color: #acacac;
  font-size: 16px;
  margin-bottom: 6px; }

.footer-wrapper .widget .widget-title {
  margin-bottom: 10px;
  font-size: 18px; }

.buttok span {
  font-size: 14px; }

.CartCount {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  background: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  position: initial;
  top: 18px;
  right: 3px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%; }

.navbar-icons > li > a, .navbar-search > li > a {
  font-family: 'Iciel', sans-serif;
  font-size: 16px; }

.navbar-search .awe-menubar-search {
  margin-top: 3px; }

.menubar-search-form.open {
  right: 70px !important; }

.policy-wrapper .policy {
  position: relative; }

.policy-wrapper .policy:after {
  content: url("//theme.hstatic.net/200000200823/1000691333/14/daucongnho.png?v=285");
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #898989; }

.policy-wrapper .noeno.policy:after {
  display: none; }

.main-slider {
  position: relative; }

.miinfo {
  position: absolute;
  top: 70px;
  z-index: 9;
  text-align: left;
  left: 65px; }

.miinfo .titl2 {
  font-size: 50px; }

.miinfo .titl1 {
  font-size: 17px; }

.banaa {
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 13px 20px;
  display: inline-block;
  margin-top: 15px; }

.banaa i {
  font-size: 9px;
  margin-right: 4px;
  -webkit-text-stroke: 0.2px white;
  margin-right: 15px; }

.banaa:hover i.fa-plus:before {
  content: '\f061'; }

@media (max-width: 767px) {
  .policy .policy-icon, .policy .policy-text {
    display: block;
    text-align: left; }
  .policy-wrapper .col-md-3 {
    width: 50% !important;
    float: left !important; }
  .policy-wrapper .policy {
    text-align: left;
    margin-left: 0; }
  .policy-wrapper .row .col-md-3:nth-child(2) .policy:after {
    display: none; }
  .policy .policy-icon, .policy .policy-text {
    display: block;
    text-align: center; }
  .policy-wrapper .policy:after {
    right: -20px; }
  .miboxinfo > div:nth-child(1), .boxso2 {
    left: 20px; }
  .footer .widget ul, .footer .widget .widget-content {
    display: block; }
  .footer .widget-title i {
    display: inline-block;
    float: right;
    display: none; }
  .logosan {
    padding-left: 0; }
  .row.flexking {
    display: flex;
    flex-wrap: wrap; }
  .footer-wrapper {
    padding-top: 25px; }
  #bg_video_content {
    padding: 25% 0 !important; } }

.miinfo .titl1, .miinfo .titl2, .buttok {
  font-family: 'icielalliance-light', sans-serif; }

.boxaoutus > div, .miboxinfo > div:nth-child(1), .bvideoinfo h6 {
  font-family: 'icielalliance-light', sans-serif; }

.bvideoinfo h3 {
  font-family: 'icielalliance-light', sans-serif;
  font-size: 50px; }

.bgabout a, .bvideoinfo a {
  background: #fff !important;
  color: #000 !important; }

.category-textnew .banaa {
  position: absolute;
  bottom: 28px;
  left: 50px; }

.buttok {
  min-width: 148px; }

.boxso2 .content {
  font-size: 16px; }

.awe-logo img {
  max-height: 45px; }

.awemenu-submenu a {
  font-size: 13px;
  font-family: 'Iciel', sans-serif; }

.footer-wrapper .widget .widget-title {
  margin-bottom: 30px; }

@media (max-width: 767px) {
  #bg_video_content {
    padding: 65% 0 !important; }
  .bvideoinfo {
    position: absolute;
    top: 50%;
    left: 13px; }
  .miinfo {
    position: absolute;
    top: 70px;
    z-index: 9;
    text-align: left;
    left: 22px; }
  .bgabout {
    padding: 43px 32px; }
  .rowflex > div {
    height: initial !important; }
  .boxso2 {
    position: initial; }
  .miboxinfo > div:nth-child(1) {
    position: initial; }
  .miboxinfo {
    padding: 25px; }
  .policy-wrapper .col-md-3:nth-child(3) .policy, .policy-wrapper .col-md-3:nth-child(4) .policy {
    margin-bottom: 0; } }

@media (max-width: 410px) {
  .awe-logo img {
    max-height: 40px; }
  .navbar-search {
    margin-right: 35px; } }

.list-unstyled ul li {
  list-style: none; }

.list-unstyled ul li a {
  padding-left: 0; }

.list-unstyled ul {
  margin-top: 10px;
  padding-left: 15px; }

.product-body.dacbiet .product-price {
  font-family: 'Iciel', sans-serif; }

.icon-search:before {
  -webkit-text-stroke: 1px white; }

.row.flexking {
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 1199px) {
  .awemenu-submenu.awemenu-megamenu .list-unstyled {
    display: block;
    justify-content: center; }
  .awemenu-megamenu-item .col-lg-12 {
    padding: 0; } }

.awemenu-left .awemenu .awemenu-item > a, .awemenu-default .awemenu .awemenu-item > a {
  font-size: 16px; }

.awemenu-submenu a {
  font-size: 15px;
  font-weight: 400; }

.list-unstyled ul li a {
  font-family: 'barlow-regular';
  font-size: 14px; }

.imgsearch {
  width: 20px;
  vertical-align: sub; }

@media (min-width: 768px) {
  .icon-search {
    font-size: 19px; } }

.rowflex img {
  width: 100%; }

.awemenu-bars img {
  width: 21px;
  margin-right: 10px; }

.awemenu-mobile-active img:nth-child(1) {
  display: none; }

.awemenu-bars img:nth-child(2) {
  display: none; }

.awemenu-mobile-active img:nth-child(2) {
  display: inline-block; }

button#AddToCart i {
  font-size: 12px;
  font-weight: 600;
  margin-right: 10px; }

.daucongn {
  width: 9px !important;
  margin-right: 14px;
  vertical-align: unset; }

.slider-nav .slick-prev, .slider-nav .slick-next {
  position: relative !important; }

.more-views .slider-nav .slick-prev.slick-arrow, .more-views .slider-nav .slick-next.slick-arrow {
  background: transparent; }

.more-views .slider-nav .slick-prev.slick-arrow:before {
  background: url(https://file.hstatic.net/200000200823/file/icon_thumnail-hinh-len_4d18ccb47d7a40ae9c801ebf499cdcd7.png);
  background-size: 100%;
  transform: rotate(0deg); }

.more-views .slider-nav .slick-next.slick-arrow:before {
  background: url(https://file.hstatic.net/200000200823/file/icon_thumbnail-hinh-xuong_73d1c222a8ab46c5b5e61ed283859be3.png);
  background-size: 100%; }

.daucongn {
  width: 9px !important;
  margin-right: 14px;
  vertical-align: unset; }

.buttok img:nth-child(2) {
  display: none; }

.buttok:hover img:nth-child(2) {
  display: inline-block; }

.buttok:hover img:nth-child(1) {
  display: none; }

.slick-vertical .item.slick-slide {
  border: 0; }

@media (min-width: 768px) {
  .item.slick-slide.slick-current.slick-active {
    border-bottom: 5px solid #000000;
    padding: 0;
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .form-show-sort {
    margin-top: 15px;
    display: flex;
    padding-top: 20px; }
    .form-show-sort .form-group {
      width: 100%;
      margin-bottom: 0;
      top: 0;
      left: 0;
      font-family: 'icielalliance-regular', sans-serif;
      float: left !important;
      text-align: left; }
      .form-show-sort .form-group label {
        display: none; }
      .form-show-sort .form-group .dropdown-toggle {
        position: relative;
        width: 50%;
        margin: 0;
        font-family: 'icielalliance-regular', sans-serif; }
        .form-show-sort .form-group .dropdown-toggle span {
          font-family: 'icielalliance-regular', sans-serif; }
      .form-show-sort .form-group .dropdown-content {
        left: 0;
        width: 50%; }
        .form-show-sort .form-group .dropdown-content > .active > a {
          background-color: #7fa9c8; }
  .awemenu-default .awemenu .awemenu-item {
    float: none; }
  .awemenu-default .awemenu .awemenu-item > a {
    line-height: inherit; } }

.list-color {
  display: flex;
  align-items: center; }
