@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap');

body,h1,h2 {
  font-weight: 400;
}

.filbut,thead tr th {
  text-transform: uppercase;
}

.banner-static .banner-box:before,q:after,q:before {
  content: "";
}

.v-top,caption,td,th {
  vertical-align: top;
}

address,cite {
  font-style: normal;
}

.sorter .short-by select,select.cate-dropdown {
  text-indent: .01px;
  text-overflow: '';
}

.mitra .page-content .form-selector textarea,textarea {
  resize: none;
}

.button-pickdev a,.nospacingtext {
  word-wrap: break-word;
}

.tp-bannershadow,.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.btn {
  padding: 8px 12px!important;
}

.btn-green {
  background: #fd6331;
  color: #fff;
}

.btn-green:hover {
  background: #6b1a00;
  color: #fff;
  box-shadow: 0 0 8px 2px #ccc;
}

.btn-orange {
  background: #ffa200;
  color: #fff;
}

.p-relative {
  position: relative;
}

.d-flex-col {
  display: flex;
  flex-direction: column;
}

.d-flex.j-center {
  justify-content: center;
}

.d-flex.j-start {
  justify-content: flex-start;
}

.d-flex.j-end {
  justify-content: flex-end;
}

.d-flex.j-sp-around {
  justify-content: space-around;
}

.d-flex.j-sp-between {
  justify-content: space-between;
}

.d-flex.a-center {
  align-items: center;
}

.d-flex.a-baseline {
  align-items: baseline;
}

.d-flex.a-start {
  align-items: flex-start;
}

.d-flex.a-end {
  align-items: flex-end;
}

.d-flex-col.w-5,.d-flex.w-5,.w-5 {
  width: 5%;
}

.d-flex-col.w-10,.d-flex.w-10,.w-10 {
  width: 10%;
}

.d-flex-col.w-13,.d-flex.w-13,.w-13 {
  width: 13%;
}

.d-flex-col.w-15,.d-flex.w-15,.w-15 {
  width: 15%;
}

.d-flex-col.w-20,.d-flex.w-20,.w-20 {
  width: 20%;
}

.d-flex-col.w-23,.d-flex.w-23 {
  width: 23%;
}

.d-flex-col.w-25,.d-flex.w-25 {
  width: 25%;
}

.d-flex-col.w-27,.d-flex.w-27 {
  width: 27%;
}

.d-flex-col.w-30,.d-flex.w-30 {
  width: 30%;
}

.d-flex-col.w-33,.d-flex.w-33 {
  width: 33%;
}

.d-flex-col.w-35,.d-flex.w-35 {
  width: 35%;
}

.d-flex-col.w-40,.d-flex.w-40 {
  width: 40%;
}

.d-flex-col.w-45,.d-flex.w-45 {
  width: 45%;
}

.d-flex-col.w-49,.d-flex.w-49 {
  width: 49%;
}

.d-flex-col.w-50,.d-flex.w-50,.w-50 {
  width: 50%;
}

.d-flex-col.w-55,.d-flex.w-55 {
  width: 55%;
}

.d-flex-col.w-60,.d-flex.w-60 {
  width: 60%;
}

.d-flex-col.w-65,.d-flex.w-65 {
  width: 65%;
}

.d-flex-col.w-70,.d-flex.w-70 {
  width: 70%;
}

.d-flex-col.w-70,.d-flex.w-72 {
  width: 72%;
}

.d-flex-col.w-75,.d-flex.w-75 {
  width: 75%;
}

.d-flex-col.w-80,.d-flex.w-80 {
  width: 80%;
}

.d-flex-col.w-82,.d-flex.w-82 {
  width: 82%;
}

.d-flex-col.w-83,.d-flex.w-83 {
  width: 83%;
}

.d-flex-col.w-90,.d-flex.w-90 {
  width: 90%;
}

.d-flex-col.w-100,.d-flex.w-100,.w-100 {
  width: 100%;
}

.f-wrap {
  flex-wrap: wrap;
}

.m-auto {
  margin: auto;
}

.m-auto-right {
  margin: 0 0 0 auto;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-0 {
  margin-left: 0;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-0 {
  margin-right: 0;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.p-0 {
  padding: 0;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.plp-20 {
  padding-left: 20%;
}

.mrp-2 {
  margin-right: 2%;
}

@media (max-width:991px) {
  .mpr-0 {
    padding-right: 0;
  }

  .flex-nowrap {
    flex-wrap: wrap!important;
  }

  .flex-nowrap .d-flex.col {
    width: 32%;
  }
}

@media (max-width:767px) {
  .mp-0 .container {
    padding: 0!important;
  }
}

@media (min-width:768px) and (max-width:1200px) {
  .m-cen.d-flex {
    align-items: center!important;
  }
}

.filbut {
  text-align: center;
  border: 1px solid #efa93e;
  background: #fff;
  color: #efa93e;
  width: 100%;
  margin-bottom: 20px;
}

fieldset,img,table {
  border: 0;
}

.close-fil {
  position: absolute;
  right: 0;
  padding: 10px;
  background: 0 0;
  color: green;
  font-size: 24px;
}

*,ol,ul {
  padding: 0;
}

@media (min-width:1200px) {
  .container {
    width: 98.18731%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1324px;
  }
}

body {
  background: #fff;
  color: #39342e;
 font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  letter-spacing: .5px;
}

* {
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: .5s all ease;
}

a:hover {
  text-decoration: none;
  color: #5572ba;
}

a:focus {
  outline: 0;
  text-decoration: none;
  color: #666;
}

:focus {
  outline: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0 0 5px;
  line-height: 1.35;
  /* color: #39342e; */
}

h2 {
  margin-bottom: 15px;
}

h3,h4,h5,h6,strong {
  font-weight: 900;
}

form {
  display: inline;
}

legend {
  display: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}

caption,td,th {
  text-align: left;
  font-weight: 400;
}

thead tr th {
  font-weight: 900;
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

address {
  line-height: 1.35;
}

blockquote,q {
  quotes: none;
}

big,small {
  font-size: 1em;
}

ol,ul {
  margin: 0 0 10px 25px;
}

ol ol,ol ul,ul ol,ul ul {
  margin-bottom: 0;
}

ol.inline,ol.unstyled,ul.inline,ul.unstyled {
  margin-left: 0;
  list-style: none;
}

.hidden,.no-margin {
  margin: 0!important;
}

ol.inline>li,ul.inline>li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

.hidden,.no-padding {
  padding: 0!important;
}

ol ul,ul ul {
  list-style-type: circle;
}

.hidden {
  display: block!important;
  border: 0!important;
  font-size: 0!important;
  line-height: 0!important;
  width: 0!important;
  height: 0!important;
  overflow: hidden!important;
}

.nobr {
  white-space: nowrap!important;
}

.sidebar-cart .mini-products-list .product-details .nobr,.wrap {
  white-space: normal!important;
}

.a-left {
  text-align: left!important;
}

.a-center {
  text-align: center!important;
}

.a-right {
  text-align: right!important;
}

.v-middle {
  vertical-align: middle;
}

.f-left,.left {
  float: left!important;
}

.f-right,.right {
  float: right!important;
}

.f-none {
  float: none!important;
}

.f-fix {
  float: left;
  width: 100%;
}

.no-display {
  display: none;
}

.no-bg {
  background: 0 0!important;
}

small {
  font-size: 85%;
  font-weight: 400;
  /*text-transform: lowercase;*/
  color: #999;
}

input:focus {
  outline: 0;
}

@font-face {
  font-family:Lato;font-style:normal;font-weight:300;src:local("Lato Light"),local("Lato-Light"),url(../fonts/lato/KT3KS9Aol4WfR6Vas8kNcg.woff) format("woff");
}

@font-face {
  font-family:Lato;font-style:normal;font-weight:400;src:local("Lato Regular"),local("Lato-Regular"),url(../fonts/lato/9k-RPmcnxYEPm8CNFsH2gg.woff) format("woff");
}

@font-face {
  font-family:Lato;font-style:normal;font-weight:700;src:local("Lato 900"),local("Lato-900"),url(../fonts/lato/wkfQbvfT_02e2IWO3yYueQ.woff) format("woff");
}

@font-face {
  font-family:Lato;font-style:normal;font-weight:900;src:local("Lato Black"),local("Lato-Black"),url(../fonts/lato/BVtM30trf7q_jfqYeHfjtA.woff) format("woff");
}

.modal-dialog.newsletter-popup {
  background: url(../images/newsletter.jpg);
  width: 775px;
  height: 375px;
  margin-top: 12%;
}

.newsletter-popup .modal-content {
  background: inherit;
  box-shadow: none;
  border: none;
}

.newsletter-popup .close,.newsletter-popup .close:hover {
  background: #fe0100;
  color: #fff;
}

.newsletter-popup .close {
  cursor: pointer;
  line-height: 30px;
  min-width: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: -30px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  opacity: 1;
}

.newsletter-popup h4.modal-title {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

#newsletter-form .content-subscribe {
  overflow: hidden;
}

.form-subscribe-header label {
  color: #eee;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 25px;
  margin: 20px 0;
  max-width: 72%;
}

#newsletter-form .content-subscribe .actions,#newsletter-form .input-box {
  display: inline-block;
}

#newsletter-form .input-box .input-text {
  border: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  margin: 0 0 5px;
  padding-left: 15px;
  width: 380px;
  color: #39342e;
}

.subscribe-bottom input[type=checkbox] {
  vertical-align: sub;
}

#newsletter-form .actions .button-subscribe {
  background-color: #efa93e;
  border: none;
  color: #fff;
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  min-width: 105px;
  padding: 0 10px 0 3px;
  text-transform: uppercase;
  font-weight: 700;
}

#newsletter-form .actions .button-subscribe:hover {
  background: #334141;
  color: #fff;
}

.subscribe-bottom {
  color: #eee;
  display: block;
  margin-top: 15px;
  overflow: hidden;
}

.subscribe-bottom label {
  color: #39342e;
  font-size: 12px;
  margin-bottom: 0;
}

#dont_show {
  margin: 0;
  vertical-align: middle;
}

.modal-open .modal {
  background: rgba(0,0,0,.6);
}

.main-col {
  margin: auto;
  overflow: hidden;
}

.col-main {
  font-size: 14px;
}

.col-left,.col-right {
  margin-bottom: 0;
}

.col1-layout .header-background-default {
  margin: 20px;
  padding: 0;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  margin-top: 0;
}

.col2-left-layout .col-main {
  margin-top: 0;
}

.col2-right-layout ol.opc .col-md-4 {
  margin-right: 15px;
}

.col3-layout .col-wrapper {
  float: left;
  width: 780px;
}

.col3-layout .col-wrapper .col-main {
  float: right;
}

.main-container {
  min-height: 350px;
  padding: 0;
}

.welcome-info {
  background-color: #fff;
  border-bottom: 1px #e5e5e5 solid;
  padding: 30px 0 60px;
  text-align: center;
}

.welcome-info .page-header {
  margin-top: 10px;
}

.welcome-info .page-header h1 {
  color: #39342e;
  font-size: 40px;
}

.welcome-info .page-header p {
  font-size: 30px;
}

.welcome-info .page-header p em {
  font-style: normal;
  border-bottom: 2px #efa93e solid;
  padding-bottom: 5px;
}

.welcome-info .page-header .text-main {
  color: #efa93e;
}

@media (max-width:767px) {
  .welcome-info {
    padding: 10px 0 30px;
  }

  .welcome-info .page-header h1 {
    font-size: 30px;
  }

  .welcome-info .page-header p {
    font-size: 20px;
    line-height: 35px;
  }

  .welcome-info .page-header p em {
    padding-bottom: 2px;
  }
}

.header-top {
  background: #5572ba;
  border-bottom: 1px solid #5572ba;
  line-height: 32px;
  width: 100%;
  color: #fff;
  padding: 4px 0;
}

@media (max-width:767px) {
  .header-top {
    padding: 0;
  }

  .header-top marquee {
    font-size: 12px!important;
  }
}

.header-top a {
  color: #fff;
}

.header-top a:hover {
  color: #ffa200;
}

.welcome-msg {
  font-size: 12px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  .welcome-msg {
    float: left;
    display: none;
  }

  .headerlinkmenu {
    padding-left: 0;
    padding-right: 0;
  }
}

.language-currency-wrapper {
  float: right;
  margin-top: 1px;
}

.language-currency-wrapper .block {
  float: left;
  margin: 0;
  position: relative;
  border-bottom: none;
}

.language-currency-wrapper .block span {
  display: inline-block;
  text-transform: capitalize;
}

.language-currency-wrapper .block:hover {
  cursor: pointer;
}

.language-currency-wrapper .block:hover>ul {
  margin-top: 0;
  top: 32px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.language-currency-wrapper .block>div {
  line-height: 32px;
  position: relative;
}

.language-currency-wrapper .block>div>span:hover {
  color: #efa93e;
}

.language-currency-wrapper .block>div img {
  margin-top: 0;
  margin-right: 3px;
  margin-left: 15px;
}

.language-currency-wrapper .block>ul {
  position: absolute;
  right: 0;
  top: 52px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.2);
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 1001;
  text-align: left;
}

.language-currency-wrapper .block>ul li {
  list-style: none;
  background: #fbfbfb;
}

.language-currency-wrapper .block>ul li a {
  position: relative;
  white-space: nowrap;
  line-height: 30px;
  color: #666;
  font-size: 12px;
  padding-left: 12px;
  display: block;
}

.language-currency-wrapper .block>ul li a img {
  margin-right: 8px;
  margin-top: 0;
}

.language-currency-wrapper .block>ul li a .cur_icon {
  margin-right: 6px;
}

.language-currency-wrapper .block>ul li a:hover {
  color: #efa93e;
  text-decoration: none;
}

.language-currency-wrapper .block.block-language {
  border-left: 1px solid #000;
  padding: 0 0 3px;
}

.language-currency-wrapper .block.block-language>ul {
  min-width: 132px;
  left: 0;
  margin: auto;
}

.language-currency-wrapper .block.block-currency {
  margin-left: 15px;
}

.language-currency-wrapper .block.block-currency>ul {
  min-width: 114px;
  margin: auto;
}

@media (max-width:990px) {
  .language-currency-wrapper .block>div img {
    margin-left: 10px;
  }

  .lg-cur span .lg-fr {
    display: none;
  }
}

@media (max-width:992px) {
  .language-currency-wrapper .block.block-language {
    width: 55px;
  }
}

@media (max-width:1024px) {
  .language-currency-wrapper .block.block-currency {
    width: 55px;
  }

  .language-currency-wrapper .block.block-currency>div {
    margin-right: 8px;
  }
}

@media (max-width:479px) {
  .headerlinkmenu {
    padding-left: 0;
  }
}

.headerlinkmenu {
  line-height: normal;
}

.headerlinkmenu .links a {
  padding: 0 12px;
  font-size: 18px;
}

.headerlinkmenu .links .tooltiptext {
  font-size: 14px!important;
}

.top-search a {
  color: #fff;
  cursor: pointer;
  padding: 8px 12px 9px;
}

.top-search a:hover {
  background: #006393;
  color: #fff;
}

.icon-search:before {
  font-size: 16px;
}

.cart-top .dropdown-menu {
  padding: 10px;
  min-height: 100px;
  height: auto!important;
  min-width: 445px;
  top: 0;
  position: fixed;
  z-index: 999;
  display: block;
  -webkit-transform: translate3d(100%,0,0);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  -o-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  -webkit-transition: all .4s cubic-bezier(.25,.46,.45,.94) 0s;
  -o-transition: all .4s cubic-bezier(.25,.46,.45,.94) 0s;
  transition: all .4s cubic-bezier(.25,.46,.45,.94) 0s;
}

#search .input-group {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background: #fff;
}

#search input {
  height: auto;
  width: 91%;
  background: #fff;
  box-shadow: none;
  padding: 8.2px;
  border: 2px solid #5572BA;
  margin-top: 10px;
margin-left: 30px;
}

#search form {
  display: flex;
}

#search button {
  padding: 8px 12px;
  float: right;
  display: inline-block;
  background: #5572BA;
  border: none;
  color: #fff;
  border-left: none;
  width: 10%;
  border-radius: 0 4px 4px 0;
  margin-top: 10px;
}

#search button:hover {
  background: #5572ba;
  border: none;
  color: #fff;
}

#search button i {
  font-size: 14px;
}

@media (max-width:767px) {
  #search button {
    width: 20%;
  }
}

.form-control::-moz-placeholder {
  color: #39342e;
}

.top-search .fade.in {
  background: rgba(0,0,0,.5);
  opacity: 1;
}

.cate-dropdown {
  float: left;
  width: 145px;
  height: 35px;
  border: none;
  display: inline-block;
}

select.cate-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  position: right 10px center;
  padding-right: 28px;
  padding-left: 18px;
  cursor: pointer;
  color: #39342e;
}

.cate-dropdown:focus {
  border: none;
}

.top-search .modal-lg {
  width: 700px;
}

.modal-header {
  text-align: left;
}

.modal-open {
  padding: 0!important;
}

.header-container .container .row.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.dm-none {
  display: block!important;
}

@media only screen and (min-width:768px) and (max-width:1200px) {
  .dm-none {
    display: block!important;
  }

  .dd-none {
    display: none!important;
  }
}

.dd-none {
  display: none!important;
}

@media (max-width:767px) {
  .dm-none {
    display: none!important;
  }

  .dd-none {
    display: block!important;
    margin-bottom: 18px;
  }
}

.logo a {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.logo a span {
  position: absolute;
  background: #efa93e;
  color: #fff;
  padding: 4px;
  right: 0;
  border-radius: 5px;
}

@media only screen and (min-width:768px) and (max-width:1200px) {
  .logo a span {
    font-size: 10px;
    padding: 1px 8px;
  }
}

.logo a img {
  max-width: 50%;
}

@media (max-width:544px) {
  .logo a img {
    max-width: 100%;
  }
}

@media (max-width:767) {
  .logo {
    text-align: center;
    width: 100%;
    height: 60px;
  }
}

@media (min-width:544px) and (max-width:767px) {
  .logo a img {
    max-width: 75%;
  }

  .logo {
    height: 76px;
  }
}

@media (max-width:479px) {
  header .logo a img {
    width: 45%;
  }
}

@media (max-width:768px) {
  header .logo a img {
    width: 40%;
  }
}

.top-cart-contain .top-cart-content {
  opacity: 0;
  transform-origin: 0 0 0;
  transition: all .5s ease 0s;
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  border: 1px solid #efa93e;
}

.top-cart-contain .mini-cart:hover .top-cart-content {
  opacity: 1;
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.top-cart {
  padding-left: 0;
}

.mini-products-list .product-image {
  float: left;
  width: 68px;
  padding: 0;
  border: 1px solid #eee;
}

.top-cart-content .product-name {
  margin: 0;
  width: 178px;
  line-height: 1.3em;
  padding: 0 0 3px;
}

.top-cart-content .product-name a {
  font-size: 13px;
  line-height: normal;
  font-weight: 400;
}

.top-cart-title span {
  color: #fff;
}

.top-cart-contain .price {
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  padding-left: 10px;
  float: right;
}

.top-cart-contain .product-details .price {
  width: auto;
  float: none;
  font-weight: 900;
  padding-left: 0;
  font-size: 13px;
}

.mini-cart {
  text-align: center;
  cursor: pointer;
}

.mini-cart .basket a {
  color: #39342e;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.mini-cart .basket a .cart-title {
  color: #232323;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.mini-cart .basket a .cart-total {
  font-size: 12px;
  font-weight: 400;
}

.shoppingcart-inner {
  border: 2px solid #5572BA;
  border-left: 0;
  background: #fff;
  padding: 7px 12px;
  border-radius: 0 4px 4px 0;
}

@media (max-width:991px) {
  .shoppingcart-inner {
    position: absolute;
    border: none;
    right: -10px;
    padding: 2px 8px!important;
    border-radius: 50%;
    top: -8px;
    background: #8a2be2;
    width: auto;
  }

  .shoppingcart-inner .cart-title {
    color: #fff!important;
  }

  .shoppingcart-inner .hm {
    display: none;
  }
}

.mini-cart .basket a .fa-shopping-cart:before {
  font-size: 12px;
  background: #5572BA;
  padding: 13px 14px;
  color: #fff;
  border-radius: 4px 0 0 4px;
}

@media (min-width:767px) and (max-width:991px) {
  .mini-cart .basket a .fa-shopping-cart:before {
    border-radius: 4px;
  }
}

.mini-cart .basket a:hover .fa-shopping-cart:before {
  background: #842a0c;
  color: #fff;
}

.mini-cart .open .basket a {
  color: #fff;
  background: #fff;
  box-shadow: 0 3px 9px rgba(0,0,0,.3);
}

.mini-cart .dropdown-toggle {
  font-size: 12px;
  padding: 0;
  text-transform: none;
}

@-webkit-keyframes notif {
  0% {
    color: red;
  }

  25% {
    color: orange;
  }

  50% {
    color: green;
  }

  75% {
    color: #efa93e;
  }

  100% {
    color: #00f;
  }
}

@keyframes notif {
  0% {
    color: red;
  }

  25% {
    color: orange;
  }

  50% {
    color: green;
  }

  75% {
    color: #efa93e;
  }

  100% {
    color: #00f;
  }
}

.top-cart-contain {
  color: #fff;
  position: absolute;
  right: 0;
  margin-right: 14px;
}

.top-cart-contain .notifcart i {
  right: 16px;
  top: -10px;
}

.top-cart-title p {
  margin: 0;
}

.top-cart-content {
  width: 308px;
  position: absolute;
  top: 38px;
  right: 0;
  background: #fff;
  padding: 0;
  text-align: right;
  box-shadow: 0 0 5px -5px rgba(0,0,0,.2);
  border: 1px solid #f5f5f5;
  z-index: 50;
}

.top-cart-content .empty {
  padding: 10px;
}

.top-cart-content p {
  color: #39342e;
  margin: 0;
  padding: 10px;
}

.top-subtotal {
  color: #39342e;
  font-size: 13px;
  font-weight: 900;
  padding: 8px 15px;
  text-align: left;
  text-transform: none;
  background-color: #f3f3f3;
  margin-bottom: 15px;
}

.top-cart-title {
  display: inline-block;
  padding: 3px;
  margin: 2px 0 0 29px;
  vertical-align: top;
  text-align: center;
  color: #223D62;
  line-height: 12px;
  position: relative;
  font-size: 12px;
  width: 20px;
}

.top-cart-content .block-subtitle {
  border-bottom: 1px solid #fbfbfb;
  color: #39342e;
  overflow: hidden;
  padding: 15px;
  text-align: left;
  font-size: 13px;
  background: #f5f5f5;
}

ul#cart-sidebar {
  padding: 3px 15px 6px;
  margin: auto;
  max-height: 164px;
  overflow: auto;
}

.top-cart-title .cart_arrow {
  position: absolute;
  bottom: -6px;
  right: 50px;
  width: 18px;
  height: 11px;
  z-index: 1000;
  display: none;
}

.top-cart-contain:hover .top-cart-title .cart_arrow {
  display: block;
}

.top-cart-content li.item {
  width: 272px;
  margin: 5px 0;
  border-bottom: 1px #eee solid;
  min-height: 67px;
}

.top-cart-content li.item.last {
  margin: 0;
  border-bottom: 0 #eee solid;
  padding-bottom: 10px;
}

.top-cart-content .product-details {
  color: #39342e;
  position: relative;
  text-align: left;
}

.mini-products-list .product-details {
  margin-left: 80px;
  padding: 0;
}

.top-cart-content {
  padding-bottom: 12px;
}

.top-cart-content .product-details .btn-remove {
  position: absolute;
  right: 10px;
  top: 12px;
}

.top-cart-content .product-details .btn-edit {
  position: absolute;
  right: 22px;
  top: 6px;
}

.top-cart-content .actions {
  padding: 5px 15px;
  margin: 0;
  overflow: hidden;
}

.top-cart-icon {
  padding: 5px;
  width: 20px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.top-cart-title span {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.top-cart-title p span {
  text-transform: none;
}

.mini-cart .actions .fa-check:before,.mini-cart .actions .fa-shopping-cart:before {
  font-size: 13px;
  padding-right: 8px;
}

.mini-cart .actions .btn-checkout,.mini-cart .actions .view-cart {
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 900;
  transition: color .3s ease-in-out 0s,background-color .3s ease-in-out 0s,background-position .3s ease-in-out 0s;
  cursor: pointer;
}

.mini-cart .actions .btn-checkout {
  background: #efa93e;
  color: #fff;
  border: none;
  display: inline-block;
  border: 2px solid rgba(0,0,0,.08);
  text-transform: uppercase;
}

.mini-cart .actions .btn-checkout:hover {
  background: #39342e;
  color: #fff;
}

.mini-cart .actions .view-cart {
  background: #fff;
  color: #39342e;
  text-decoration: none;
  float: left;
  border: 2px solid #39342e;
  width: 100%;
  text-align: center;
}

.mini-cart .actions .view-cart:hover {
  background: #efa93e;
  color: #fff;
}

.mini-cart .actions .button {
  display: inline-block;
  width: 100px;
  text-align: center;
  margin-bottom: 3px;
  padding: 8px 10px 6px;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
}

.mini-cart .button.btn-checkout {
  background-color: #970400;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 6px;
  height: 32px;
  line-height: 32px;
}

.block_mini_cart_above_products {
  margin-bottom: 15px;
}

.mini-cart>.button {
  color: #39342e;
  font-size: 12px;
  font-weight: 300;
  text-shadow: none;
  border: none;
  box-shadow: none;
  background: 0 0;
}

#cart-sidebar li {
  border-bottom: 1px solid #ECECEC;
  list-style: none;
  margin-bottom: 8px;
  overflow: hidden;
  padding: 8px 0 15px;
}

#cart-sidebar li.last {
  padding: 5px 0 0;
  border-bottom: none;
  margin-bottom: 0;
}

.remove-cart {
  display: block;
  width: 15px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 0;
}

.home-product-tabs {
  line-height: normal;
  margin: 5px 0 0;
  outline: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e0e0e0;
  height: 14px;
  text-align: left;
  width: 100%;
}

.home-product-tabs li a {
  border-bottom: none;
  color: #39342e;
  margin-right: 0;
  text-decoration: none;
  font-size: 14px;
  transition: color .3s ease-in-out 0s,background-color .3s ease-in-out 0s,background-position .3s ease-in-out 0s;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}

.home-product-tabs li.active a {
  background: #fff;
  color: #39342e;
  padding: 12px;
  border: none;
}

@media (max-width:479px) {
  .home-product-tabs li a {
    font-size: 14px;
  }
}

@media (min-width:480px) and (max-width:767px) {
  .home-product-tabs li a {
    font-size: 16px;
  }
}

.home-nav-tabs.home-product-tabs>li>a {
  margin-right: 0;
  line-height: 1.42857143;
  border: 0 solid #999;
  padding: 0 15px;
  background: #f7f7f7;
}

.home-product-tabs li:first-child a {
  padding-left: 0;
  padding-right: 8px;
}

.home-nav-tabs>li {
  float: none;
  margin-bottom: -1px;
  display: inline-block;
  margin-right: 0;
}

.home-nav-tabs>li.active>a,.home-nav-tabs>li.active>a:focus,.home-nav-tabs>li.active>a:hover {
  border: 0 solid #fe0100;
  border-radius: 0;
  background: #f7f7f7;
  color: #efa93e;
}

.home-nav-tabs>li>a:efa93e {
  background: #f7f7f7;
  color: #39342e;
  border: 0 solid #39342e;
}

.home-nav-tabs>li.divider {
  border-right: 1px solid #e0e0e0;
  color: #ccc;
  display: inline;
  height: 20px;
  margin-left: 0;
  margin-right: 0;
  width: 1px;
}

.page-header h1,.page-header h2 {
  font-weight: 900;
  color: #39342e;
  text-transform: uppercase;
}

.hot-deal,.hot-deal .title-text {
  width: 100%;
  display: inline-block;
}

@media (max-width:767px) {
  .home-nav-tabs>li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
  }
}

.home-tab {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  padding: 18px 22px 12px;
  margin-bottom: 15px;
}

.home-tab .tab-content {
  padding: 5px 0 0;
  overflow: visible;
  font-size: 14px;
  line-height: 19px;
  margin-top: 5px;
  margin-bottom: 0;
}

.home-tab .product-flexslider {
  margin-bottom: 0;
}

@media (max-width:767px) {
  .home-tab .tab-content {
    margin-top: 0;
  }

  .home-product-tabs {
    height: inherit;
    border: none;
  }

  .home-nav-tabs>li.divider {
    display: none;
  }

  .home-nav-tabs.home-product-tabs>li>a {
    padding: 0;
  }
}

.page-header {
  border: none;
  padding-bottom: 0;
  margin: 30px 0 0;
}

.page-header h1 {
  font-size: 22px;
}

.page-header h2 {
  font-size: 20px;
}

.page-header .text-main {
  color: #efa93e;
}

@media (max-width:479px) {
  .page-header h2 {
    font-size: 28px;
  }
}

.divider-icon {
  font-size: 28px;
  margin: 5px 0 20px;
}

.timer-item.item {
  margin: auto;
}

.timely {
  margin-bottom: 5px;
  border: 1px solid #e8e8e8;
  padding: 0 20px 12px;
  margin-right: 30px;
}

.timely .item-info {
  text-align: center;
  margin-top: 0;
}

.jtv-timer-grid {
  overflow: hidden;
  display: inline-block;
}

.jtv-timer-grid .box-time-date {
  background: #fbfbfb;
  font-size: 9px;
  color: grey;
  min-width: 55px;
  min-height: 55px;
  text-align: center;
  margin-top: 6px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #e8e8e8;
  display: block;
  border-radius: 10px 0;
}

.jtv-timer-grid .box-time-date span {
  display: block;
  font-size: 15px;
  color: #3f3f3f;
  margin-top: 8px;
}

.hot-deal .title-text,.efa93e_data .desc-text,.efa93e_data .title,.jtv-banner1 .efa93e_content .hover_data .title,.jtv-banner2 .hover_data .desc-text,.jtv-banner2 .hover_data .title,.shop-now a {
  color: #fff;
  text-transform: uppercase;
}

.jtv-box-timer {
  bottom: 15px;
  left: 8px;
  text-align: center;
  margin-top: 0;
  position: absolute;
  top: 3%;
}

.hot-deal {
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

.hot-deal .product-item .pr-img-area {
  height: 238px;
}

.hot-deal .products-grid .item {
  margin-bottom: 25px;
  margin-top: 0;
}

.hot-deal .product-item {
  margin: 0;
}

.jtv-banner2,.top-banner {
  margin-top: 30px;
}

@media (min-width:922px) and (max-width:1200px) {
  .hot-deal .product-item {
    height: 17pc;
    overflow: auto;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .hot-deal .product-item {
    height: 12.6pc;
    overflow: auto;
  }
}

.jtv-banner1,.jtv-banner2 {
  overflow: hidden;
}

.hot-deal .title-text {
  font-size: 14px;
  font-weight: 900;
  background-color: #efa93e;
  padding: 15px;
  text-align: left;
}

.top-banner {
  margin-bottom: 5px;
}

.jtv-banner3-inner {
  display: block;
  position: relative;
  overflow: hidden;
}

.jtv-banner3 {
  overflow: visible!important;
  position: relative;
}

.mmPushBody,html {
  overflow-x: hidden;
}

.jtv-banner1:hover img,.jtv-banner2:hover img,.jtv-banner3:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.jtv-banner1 img,.jtv-banner2 img,.jtv-banner3 img {
  position: relative;
  transition: all .9s ease 0s;
  -webkit-transition: all .9s ease 0s;
  -moz-transition: all .9s ease 0s;
  -ms-transition: all .9s ease 0s;
  -o-transition: all .9s ease 0s;
}

.jtv-banner3 .hover_content {
  position: absolute;
  background-color: rgba(245,131,35,.7);
  opacity: 1;
  width: 58%;
  display: inline-block;
  top: 20px;
  left: 20px;
  margin: 0 auto;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  padding: 10px;
}

.jtv-banner1 .hover_content,.jtv-banner1 .shop-now {
  display: inline-block;
  bottom: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  text-align: left;
  right: 0;
}

.jtv-banner1 .hover_content {
  position: absolute;
  background-color: rgba(109,172,35,.8);
  width: 48%;
  height: 100%;
  transition: all .3s ease 0s;
  padding: 10px;
}

.jtv-banner1 .shop-now {
  margin-top: 15px;
  opacity: 1;
  transition: all .3s ease 0s;
  padding: 10px 0;
}

.jtv-banner2 .hover_content,.jtv-banner3 .hover_data {
  display: block;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

.jtv-banner2 .hover_content {
  position: absolute;
  background-color: rgba(0,0,0,.3);
  opacity: 1;
  width: 57%;
  top: 28%;
  left: 4%;
  transition: all .3s ease 0s;
  padding: 10px;
}

.banner-static,.jtv-banner1,.jtv-banner2 {
  position: relative;
}

.jtv-banner1:hover .hover_content,.jtv-banner2:hover .hover_content,.jtv-banner3:hover .hover_content {
  visibility: visible;
}

.jtv-banner3 .hover_data {
  padding: 20px 0 7px;
  bottom: -8%;
  width: 100%;
  transition: all .3s ease 0s;
  border: 1px solid rgba(255,255,255,.6);
}

.jtv-banner1 .hover_data,.jtv-banner2 .hover_data {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

.jtv-banner3:hover .hover_data {
  opacity: 1;
  bottom: 8%;
}

.jtv-banner1 .hover_data {
  height: 100%;
  transition: all .3s ease 0s;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.6);
}

.jtv-banner2 .hover_data {
  transition: all .3s ease 0s;
  border: 1px solid rgba(0,0,0,.6);
  padding: 15px;
  text-align: left;
}

.jtv-banner2:hover .hover_data {
  left: 0;
}

.jtv-banner1 .hover_content .hover_data .title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
}

.jtv-banner1 .hover_content .hover_data .desc-text {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  margin-top: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hover_content {
  text-align: center;
}

.hover_data .title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
}

.hover_data .desc-text {
  font-size: 15px;
  font-weight: 400;
  margin-top: 11px;
  letter-spacing: 2px;
}

.jtv-banner2 .hover_data .title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
}

.jtv-banner2 .hover_data .desc-text {
  font-size: 20px;
  font-weight: 400;
  margin-top: 11px;
  letter-spacing: 2px;
}

.shop-now a {
  background: #f58320;
  padding: 7px 20px;
  display: inline-block;
  font-weight: 900;
  border-radius: 2px;
}

.shop-now a:focus,.shop-now a:hover {
  background: #fff;
  color: #000;
  font-weight: 900;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.banner-static {
  margin: 0;
}

.banner-static img {
  max-width: 100%;
  border-radius: 0;
}

.banner-static .banner-box {
  text-align: center;
  position: relative;
}

.banner-static .banner-box:before {
  display: block;
  position: absolute;
  border: 3px solid transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-static .banner-box:hover:before {
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-color: #6dac23;
  border-radius: 0;
}

.banner-static .banner-box .box-hover {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -16px;
  transition: all .5s ease-out;
}

.banner-static .banner-box .box-hover .banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}

.banner-static .banner-box .box-hover span {
  color: #fff;
  font-size: 16px;
}

.banner-static .banner-box .box-hover a {
  display: inline-block;
  line-height: 27px;
  padding: 0 10px;
  font-size: 14px;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  transform: scaleY(1);
  opacity: 1;
  transition: all .5s ease-out;
  background: #000;
  margin-top: 10px;
}

.banner-static .banner-box:hover .box-hover a {
  transform: scaleY(1);
  opacity: 1;
}

.icon-new-label {
  display: none!important;
  font-size: 10px;
  color: #fff;
  background: #8a2be2;
  text-transform: uppercase;
  padding: 0 10px;
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  font-weight: 400;
  letter-spacing: 1px;
  width: 70%;
  line-height: 24px;
  border-radius: 50px 0 0 00px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icon-new-label.discount {
  top: 28px;
  border-radius: 0;
  width: 104px;
  background: 0 0;
}

.icon-hot-label,.icon-sale-label {
  font-size: 11px;
  padding: 10px 0 0;
  text-align: center;
  position: absolute;
  z-index: 1;
  font-weight: 400;
  width: 75px;
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  margin-left: 0;
  top: -12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.icon-sale-label {
  display: none;
}

.icon-hot-label,.pr-buttonon .mt-butt a {
  color: #fff;
  display: block;
}

.new-right {
  right: 0;
}

.sale-right {
  top: -12px;
  right: -28px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.sale-left {
  left: -28px;
  top: -12px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.icon-hot-label {
  background: #fe0100;
}

.hot-right {
  top: -12px;
  right: -28px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.hot-left {
  left: -28px;
  top: -12px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.pr-img-area {
  overflow: hidden;
  position: relative;
}

.hover-img {
  left: 0;
  opacity: 0;
  position: absolute;
  bottom: 220px;
  transition: all .5s ease-out 0s;
  visibility: hidden;
}

.add-to-cart-mt {
  background: #efa93e;
  border: 0;
  bottom: 0;
  font-size: 12px;
  left: -100%;
  line-height: 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transition: all .5s ease-out 0s;
  width: 100%;
  padding: 12px 0;
  color: #fff;
}

.pr-button .mt-button,.pr-buttonon .mt-butt {
  height: 40px;
  line-height: 25px;
  text-align: center;
  float: left;
}

.add-to-cart-mt:hover {
  background: #ffa200;
  color: #fff;
}

.add-to-cart-mt span {
  margin-left: 5px;
}

.pr-button,.pr-buttonon {
  margin-left: -2px;
  top: 0;
  left: 0;
}

.pr-buttonon {
  background: #F2F2F2;
  border: 0;
  position: absolute;
}

.pr-button .mt-button a,.pr-buttonon .mt-butt a {
  padding: 9px 0 6px;
  background: #ffa200;
  font-size: 14px;
  font-weight: 400;
}

.pr-buttonon .mt-butt {
  border-right: 0 none;
  width: 40px;
}

.product-thumbnail {
  position: relative;
}

.product-item .item-inner .product-thumbnail:hover .add-to-cart-mt {
  left: 0;
}

.product-item .item-inner .product-thumbnail:hover .hover-img {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.pr-button .mt-butt {
  width: 33.3%;
  float: left;
  text-align: center;
  border-right: 1px solid;
}

.pr-button .mt-butt.add_to_compare,.pr-button .mt-butt.quick-view {
  display: none;
}

.pr-info-area .product-name a:hover {
  color: #efa93e;
}

.pr-button .mt-button a {
  color: #fff;
  display: block;
}

.pr-info-area .pr-button .s-button a:hover {
  background: #efa93e;
  color: #fff;
}

.pr-button .s-button a {
  color: #fff;
}

.pr-img-area img {
  width: 100%;
}

.pr-button {
  transition: all .5s ease-out 0s;
  border: 0;
  position: absolute;
  opacity: 0;
}

.owl-buttons,.product-flexslider:hover .owl-buttons {
  opacity: 1;
}

.product-item .item-inner .product-thumbnail:hover .pr-button {
  background: 0 0;
  opacity: 1;
}

.pr-button .mt-button {
  border-right: 0 none;
  margin-right: 5px;
  transform: scale(0);
  transition: all .4s ease 0s;
  width: 40px;
}

.pr-button .mt-button a:hover {
  background: #efa93e;
  color: #fff;
}

.item-title a,.title a {
  color: #39342e;
}

.item-title a:hover,.title a:hover {
  color: #ffa200;
}

.product-item {
  padding-bottom: 10px;
}

.product-item:hover {
  background: #fff;
}

.product-item .item-inner {
  position: relative;
}

.product-item .item-inner .product-thumbnail:hover .mt-button {
  transform: scale(1);
}

.product-item .item-inner .item-info {
  text-align: center;
  padding-top: 12px;
}

.product-item .item-inner .item-info .item-title {
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  overflow: hidden;
  line-height: 20px;
}

.product-item .item-inner .item-info .item-title a {
  padding: 0 10px;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-item .item-inner .item-info .item-title a:hover {
  color: #efa93e;
}

.product-item .pr-img-area,.product-item figure {
  height: 182px;
  background: #fff;
}

.product-item .pr-img-area img,.product-item figure img {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (max-width:479px) {
  .product-item .item-inner .item-info .item-title {
    font-size: 14px;
    padding: 0 10px;
  }

  .home-tab .product-item {
    margin: 0 8px;
  }
}

#best-sale-slider.product-flexslider {
  margin: 20px -12px;
}

.best-sale-pro .slider-items-products .owl-buttons .owl-next,.best-sale-pro .slider-items-products .owl-buttons .owl-prev {
  top: 15%;
}

.special-products {
  background-color: #fff;
  padding: 18px 25px 12px 22px;
  margin: 0;
  position: relative;
}

.artikel {
  background-color: #f7f7f7;
  /*padding: 18px 0px 12px 22px;*/
  margin: 0;
  position: relative;
}

@media (max-width:767px) {
  .special-products {
    padding: 12px!important;
  }

   .artikel {
    padding: 12px!important;
  }
}

.special-products .page-header {
  width: 90%;
  /*border-bottom: 1px #ddd solid;*/
  margin-top: 5px;
}

.special-products .page-header h2,.special-products .page-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #39342e;
/*  background: #f7f7f7;*/
  padding-right: 12px;
  display: inline-block;
  margin-top: 0;
  letter-spacing: 1px;
}

.modtitle {
    border-bottom: 2px solid #eee;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 0;
    margin-bottom: 15px; }
  .modtitle:after {
    position: absolute;
    content: "";
    width: 110px;
    height: 2px;
    background-color: #5572BA;
    bottom: -2px;
    left: 0; }
  .modtitle span {
     font-size: 18px;
    text-transform: uppercase;
    color: #39342e;
    /* background: #f7f7f7; */
    padding-right: 12px;
    display: inline-block;
    margin-top: 0;
    letter-spacing: 1px;
}
/*.head-title{
	border-bottom: 2px solid #eee;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
}*/

.footer-top {
  background-color: #8DC7DC; 
  border-radius: 10px;
  padding: 18px 25px 12px 22px;
  margin : 0px 15px 0 15px;
}

.footer-links li a:hover, .socials li a:hover, .footer-middle .footer-links li a:hover {
  color: #3DCE59; }

.newsletter-footer1 .newsletter .block_content form.signup .subcribe button:hover {
  background-color: background; }

.module .modtitle:after {
  background-color: #3DCE59; }

.socials li a {
    color: #fff;
    font-size: 18px;
    width: 42px;
    height: 42px;
    line-height: 1px;
    text-align: center;
    /* background-color: rgba(0, 0, 0, 0.2); */
    border-radius: 3px;
    display: block;
    padding: 10px;
}

.socials-w h2{
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    float: left;
    margin-right: 20px;
    line-height: 42px;
    margin-bottom: 0;
    margin-top: 0; 
}

.socials {
    float: left; 
/*    margin-top: 10px;*/
}
  .socials li {
  	list-style-type: none;
    /*position: relative;*/
    float: left;
    margin: 0 5px; 
/*    padding: 10px;*/
}
  
  .socials li a span {
    display: none; }
  .socials li a:hover {
    /*background-color: #fff;*/ }
  .infos-footer ul {
    margin-top: 20px; }

.slider-items-products .owl-buttons .owl-next a:before,.slider-items-products .owl-buttons .owl-prev a:before {
  font-size: 22px;
  line-height: 26px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  speak: none;
}

.special-products.terlaris {
  padding: 18px 25px 20px 22px;
}

.special-products.terlaris .swiper-slide a figure {
  height: 120px;
  background: #fff;
}

.special-products.terlaris .swiper-slide a figure img {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 5px;
  background: #fff;
}

.special-products.terlaris .swiper-slide a:hover span {
  display: block;
}

.special-products.terlaris .swiper-slide span {
  display: none;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  top: 0;
  position: absolute;
  background: #efa93e;
  color: #fff;
  padding: 5px;
}

.special-products-pro {
  margin-top: 30px;
}

.special-products-pro .product-flexslider {
  margin-bottom: 0;
}

@media (min-width:320px) and (max-width:767px) {
  .hot-products #hotdeal {
    border: 1px solid #ddd;
    background: #167442;
  }

  .hot-deal {
    border: none;
  }
}

@media only screen and (min-width:300px) and (max-width:479px) {
  .hot-products {
    text-align: center;
    display: inline-block;
  }
}

@media (max-width:767px) {
  .hot-deal,.special-products {
    margin: auto;
    width: 100%;
  }

  .hot-products {
    text-align: center;
    display: inline-block;
  }
}

@media only screen and (min-width:1024px) and (max-width:1070px) {
  .jtv-box-timer {
    top: -1%;
  }
}

.owl-item .item {
  margin: 0 12px;
}

@media (max-width:480px) {
  #latest-news .owl-item .item {
    margin: 0 6px;
  }
}

.slider-items-products {
  position: relative;
}

.slider-items-products .item {
  text-align: center;
}

.slider-items-products .item .product-image {
  display: block;
  overflow: hidden;
}

.slider-items-products .item .product-image img {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.owl-buttons,.slider-items-products .owl-buttons .owl-next a,.slider-items-products .owl-buttons .owl-prev a {
  transition: all .5s ease-out 0s;
}

.slider-items-products .item .product-image:hover img {
  transform: scale(-1,1);
}

.slider-items-products .owl-buttons .owl-prev {
  position: absolute;
  right: 40px;
  top: -55px;
  left: inherit;
}

.slider-items-products .owl-buttons .owl-next {
  position: absolute;
  top: -55px;
  right: 8px;
}

.slider-items-products .owl-buttons .owl-next a {
  background-position: 100% 100%;
  top: 50%;
}

.slider-items-products .owl-buttons .owl-next a:before {
  font-weight: 400;
  content: "\f105";
  text-transform: none;
}

.slider-items-products .owl-buttons .owl-prev a:before {
  font-weight: 400;
  content: "\f104";
  text-transform: none;
}

.slider-items-products .owl-buttons a {
  background: #fff;
  display: block;
  height: 30px;
  margin: 0 0 0 -20px;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 5;
  color: #666;
  border: 1px solid #e0e0e0;
}

.product-flexslider {
  margin: 20px -12px 30px;
}

.owl-theme .owl-controls .owl-buttons div {
  background: 0 0!important;
}

.slider-items-products .owl-buttons a:hover {
  text-decoration: none;
  background: #efa93e;
  color: #fff;
  border: 1px solid #efa93e;
}

.slider-items-products .owl-buttons .owl-prev a {
  background-position: 0 100%;
}

.testimonials {
  background-color: #efa93e;
  padding: 25px;
  text-align: center;
  margin: 15px 0;
}

.home-testimonials .holder {
  margin: 0 auto;
}

.home-testimonials .thumb {
  margin: 13px auto 15px;
  display: block;
  width: 130px;
  position: relative;
}

.testimonials .divider-icon {
  color: #f9f9f9;
}

.home-testimonials .thumb img {
  border: 2px solid #ddd;
  width: 90px;
}

.home-testimonials p {
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  font-weight: 400;
  color: #f9f9f9;
  text-transform: none;
}

.home-testimonials strong.name {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  display: table;
  margin: 0 auto 10px;
  text-align: center;
  position: relative;
  color: #fff;
  letter-spacing: 1px;
}

.home-testimonials strong.name:after,.home-testimonials strong.name:before {
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 2px dotted;
  width: 22px;
  height: 2px;
}

.home-testimonials strong.name:before {
  position: absolute;
  left: -32px;
}

.home-testimonials strong.name:after {
  position: absolute;
  right: -32px;
}

.home-testimonials strong.designation {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #f9f9f9;
  text-align: center;
  display: block;
}

.home-testimonials .bx-wrapper {
  float: left;
  width: 100%;
  margin: 0;
}

.home-testimonials .bx-wrapper .bx-viewport {
  background: 0 0;
  border: 0;
  box-shadow: none;
  left: 0;
}

.home-testimonials .bx-wrapper .bx-pager {
  display: none;
  padding: 0;
}

.home-testimonials .bx-wrapper .bx-controls-direction a {
  display: none;
}

.testimonials .owl-theme .owl-controls {
  display: none!important;
}

@media only screen and (min-width:300px) and (max-width:767px) {
  .home-testimonials .holder {
    max-width: 100%;
    margin: 0 auto;
  }
}

.our-clients {
  background-color: #f7f7f7;
  margin: 15px 0;
  padding: 18px;
  border: 1px solid #e5e5e5;
}

.our-clients .lead {
  font-size: 18px;
  text-transform: none;
  margin: auto 8% 45px;
}

#latest-news .page-header h2,#latest-news .title-text {
  font-size: 18px;
  text-transform: uppercase;
  color: #39342e;
}

.our-clients .page-header h2 {
  color: #39342e;
}

.our-clients .container {
  padding: 0 50px;
}

.our-clients .slider-items-products .owl-buttons .owl-next {
  position: absolute;
  right: -22px;
  top: 15px;
}

#latest-news,.blog-img a {
  position: relative;
  overflow: hidden;
}

.our-clients .slider-items-products .owl-buttons a {
  margin-top: -15px;
}

@media (max-width:480px) {
  .our-clients .container {
    padding: 0;
  }
}

@media (max-width:479px) {
  .our-clients .slider-items-products .owl-buttons .owl-prev {
    left: 58px;
  }

  .our-clients .slider-items-products .owl-buttons .owl-next {
    right: 10px;
  }
}

#latest-news {
  background-color: #f7f7f7;
  padding: 14px 25px 12px 22px;
  margin-bottom: 30px;
}

.news .product-flexslider {
  margin-bottom: 0;
}

#latest-news .title-text {
  font-weight: 900;
}

#latest-news .page-header {
  width: 90%;
  border-bottom: 1px #ddd solid;
  height: 14px;
  margin-top: 5px;
  margin-bottom: 30px;
}

#latest-news .page-header h2 {
  background: #f7f7f7;
  padding-right: 12px;
  display: inline-block;
  margin-top: 0;
  letter-spacing: 1px;
}

.blog-img>a::after,.blog-img>a::before {
  animation-duration: .5s;
  background: rgba(0,0,0,.5);
  transform: translateX(0);
  transition: all .5s ease 0s;
  width: 50%;
  opacity: 1;
  height: 100%;
  content: "";
}

.jtv-blog {
  text-align: left;
}

.blog-img a {
  display: block;
  text-align: center;
}

.banner-overly,.blog-img>a::after,.blog-img>a::before {
  position: absolute;
  z-index: 1;
  top: 0;
}

.blog-img>a::after {
  display: block;
  right: 0;
}

.blog-img>a::before {
  display: block;
  left: 0;
}

.jtv-blog:hover .blog-img>a::before {
  opacity: 1;
  transform: translateX(-100%);
  visibility: visible;
}

.jtv-blog:hover .blog-img>a::after {
  opacity: 1;
  transform: translateX(100%);
  visibility: visible;
}

.blog-content-jtv a {
  color: #39342e;
  font-size: 16px;
  font-weight: 700;
}

.blog-content-jtv a:hover {
  color: #efa93e;
}

.blog-content-jtv>h2 {
  line-height: 10px;
}

.blog-content-jtv>span {
  text-transform: capitalize;
}

.blog-content-jtv>p,.product-info h2 p {
  margin-top: 20px;
}

.blog-action {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
}

.blog-action>span {
  margin-right: 10px;
}

.blog-action>span>i {
  margin-right: 5px;
  color: #39342e;
}

.blog-content-jtv {
  padding: 15px 0 0;
}

.blog-content-jtv .read-more {
  float: right;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}

.blog-content-jtv .read-more:hover {
  color: #ef6644;
}

.blog-comments {
  display: inline-block;
  float: right;
}

.blog-likes i {
  color: #6dac23;
}

.blog-comments i {
  color: #f93;
}

.rating {
  color: #999;
  font-size: 12px;
}

.rating .fa-star {
  color: #FC0;
}

.ads {
  display: block;
}

.ads img,.banner a img {
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  max-width: 100%;
}

.banner-overly,.bottom-banner-img h3 {
  -moz-transition: .4s;
  -o-transition: .4s;
  -webkit-transition: .4s;
}

.bottom-banner-section {
  padding: 18px 0;
}

.banner-overly {
  left: 0;
  background-color: rgba(0,0,0,.5);
  transition: .4s;
}

.bottom-banner-img {
  width: 100%;
  float: left;
  height: 100%;
  margin: 15px 0;
  position: relative;
  display: inline-block;
}

.bottom-banner-img img {
  max-width: 100%;
}

.bottom-banner-img h3 {
  margin-top: 100px;
  margin-bottom: 5px;
  transition: .4s;
  text-align: center;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
}

.bottom-banner-img h6 {
  display: table;
  margin: auto auto 20px;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

.bottom-banner-img .btn {
  border-color: transparent;
  display: table;
  margin: auto;
}

.bottom-banner-img .shop-now-btn {
  opacity: 0;
  -moz-transition: .4s;
  -o-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
  background-color: #e62263;
  border-color: #e62263;
}

.button-cart button,.jtv-product-action,.product-img>a::before,img.secondary-img {
  transition: all .3s ease 0s;
}

.bottom-banner-img .banner-overly {
  width: 100%;
  height: 100%;
  background-color: rgba(55,55,55,.3);
}

.bottom-banner-img:hover h3 {
  margin-top: 60px;
  color: #fff;
}

.bottom-banner-img:hover .shop-now-btn {
  opacity: 1;
  background-color: #efa93e;
  border-color: #efa93e;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #39342e;
}

.bottom-banner-img:hover .banner-overly {
  background-color: rgba(55,55,55,.5);
}

.bottom-img-info {
  width: 100%;
  z-index: 1;
  position: absolute;
  height: 100%;
  color: #fff;
  text-align: center;
  top: 0;
}

@media only screen and (min-width:300px) and (max-width:479px) {
  .bottom-banner-img h3 {
    margin-top: 90px;
    font-size: 25px;
  }

  .bottom-banner-img h6 {
    font-size: 12px;
  }

  .bottom-banner-img.last h3 {
    margin-top: 20px;
    font-size: 15px;
  }

  .bottom-banner-img.last:hover .shop-now-btn {
    display: none;
  }
}

.button-cart,.product-img a {
  display: block;
}

@media only screen and (min-width:480px) and (max-width:767px) {
  .bottom-banner-img {
    height: 240px;
    width: 360px;
    float: none;
  }

  .bottom-banner-img h3 {
    margin-top: 90px;
    font-size: 25px;
  }

  .bottom-banner-img h6 {
    font-size: 12px;
  }

  .bottom-banner-img .banner-overly {
    height: 240px;
  }

  .bottom-banner-img .banner-overly.last {
    height: 145px;
  }

  .bottom-banner-img.last {
    height: 144px;
    width: 450px;
  }

  .bottom-banner-img.last h3 {
    margin-top: 30px;
    font-size: 18px;
  }

  .bottom-banner-section .col-md-4 {
    float: none;
    margin: auto;
    text-align: center;
  }
}

@media only screen and (min-width:1024px) and (max-width:1080px) {
  .bottom-banner-img {
    height: 200px;
  }

  .bottom-banner-img h3 {
    margin-top: 90px;
    font-size: 25px;
  }

  .bottom-banner-img h6 {
    font-size: 12px;
  }

  .bottom-banner-img .banner-overly,.bottom-banner-img .banner-overly.last {
    height: 196px;
  }

  .bottom-banner-img.last h3 {
    margin-top: 30px;
  }
}

.product-img>a::before {
  background: #39342e;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.jtv-product:hover a::before {
  opacity: .6;
}

img.secondary-img {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}

.jtv-product:hover img.secondary-img {
  opacity: 1;
}

.jtv-product-action {
  bottom: 10px;
  opacity: 0;
  position: absolute;
  right: -137px;
  visibility: hidden;
  z-index: 10;
}

.jtv-product:hover .jtv-product-action {
  right: 10px;
  opacity: 1;
  visibility: visible;
}

.jtv-extra-link {
  float: right;
  overflow: hidden;
}

.jtv-extra-link a:hover {
  background: #fe4847;
  color: #fff;
}

.button-cart {
  clear: both;
  overflow: hidden;
}

.button-cart button {
  background: #fff;
  border: 0;
  color: #39342e;
  height: 36px;
  line-height: 36px;
  margin-top: 5px;
  padding: 0 12px;
  text-transform: uppercase;
}

.button-cart button:hover {
  background: #fe4847;
  color: #fff;
}

.button-cart button i {
  margin-right: 7px;
}

.jtv-product-content {
  padding: 0 0 0 12px;
}

.jtv-product-content h3 {
  font-size: 14px;
  color: #efa93e;
}

.jtv-category-area {
  margin-bottom: 30px;
}

.jtv-category-area .product-img {
  float: left;
  width: 35%;
}

.jtv-category-area .jtv-product-content {
  float: right;
  width: 62%;
}

.jtv-category-area .jtv-product {
  overflow: hidden;
}

.jtv-category-area .jtv-product:last-child {
  margin-top: 20px;
}

.jtv-category-area .jtv-product-action {
  margin-top: 14px;
  opacity: 1;
  position: static;
  visibility: visible;
}

.jtv-category-area .jtv-extra-link {
  float: left;
}

.jtv-category-area .jtv-extra-link a {
  border: 1px solid #ccc;
  color: #666;
  float: left;
  height: 35px;
  line-height: 34px;
  margin-right: 6px;
  margin-top: 0;
  width: 35px;
  text-align: center;
}

.jtv-category-area .button-cart {
  clear: inherit;
  float: left;
  margin-right: 6px;
}

.jtv-category-area .button-cart button {
  border: 1px solid #efa93e;
  color: #fff;
  height: 35px;
  line-height: 31px;
  margin-top: 0;
  padding: 0;
  text-align: center;
  width: 35px;
  background-color: #efa93e;
  font-size: 14px;
}

.jtv-category-area .button-cart button i {
  margin-right: 0;
}

.jtv-category-area .button-cart button:hover,.jtv-category-area .jtv-extra-link a:hover {
  background: #efa93e;
  border-color: #efa93e;
  color: #fff;
}

.jtv-single-cat {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  padding: 18px;
  overflow: hidden;
}

.cat-more {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
}

.cat-more a {
  color: #666;
  font-weight: 700;
}

.cat-more a:hover {
  color: #FE4847;
}

.jtv-cat-margin {
  margin-top: 22px;
}

.cat-title {
  color: #39342e;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 20px;
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cat-title::before {
  background: #efa93e;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 35px;
}

.product-img {
  overflow: hidden;
  position: relative;
}

.jtv-service-area {
  text-align: left;
  padding: 0 0 30px;
}

.jtv-service-area .block-wrapper {
  background: #407ac5;
  padding: 15px;
}

.jtv-service-area .block-wrapper.return:hover,.jtv-service-area .block-wrapper.ship:hover,.jtv-service-area .block-wrapper:hover {
  background-color: #222;
}

.icon-wrapper {
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  line-height: 36px;
  font-size: 36px;
  margin-right: 5px;
}

.service-wrapper {
  overflow: hidden;
  zoom: 1;
  text-align: left;
}

.jtv-service-area .block-wrapper.return {
  background: #fa6b6b;
}

.jtv-service-area .block-wrapper.ship {
  background: #16defb;
}

.jtv-service-area .block-wrapper.user {
  background: #efa93e;
}

.jtv-service-area .block-wrapper .text-des {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
  color: #fff;
}

.jtv-service-area .block-wrapper .text-des h3 {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin-bottom: 3px;
  display: inline-block;
  margin-left: 2px;
  vertical-align: top;
  font-weight: 700;
}

.jtv-service-area .block-wrapper .text-des p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}

.bottom-service {
  background-color: #1fc0a0;
}

.bottom-service-box .box-outer>div.column:first-child {
  border-left: 0 none;
}

.bottom-service-box .service-box-center {
  padding: 30px 0;
  text-align: left;
}

.bottom-service-box .service-box-center .bottom-service-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .35s ease 0s;
}

.bottom-service-box .service-box-center:hover .bottom-service-title {
  letter-spacing: 4px;
}

.bottom-service-box .service-box-center .description {
  color: #f8f8f8;
  font-size: 13px;
}

.bottom-service-box .box-outer>div {
  border-left: 1px solid rgba(255,255,255,.2);
}

.jtv-single-service {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  padding: 18px;
  text-align: center;
}

.jtv-single-service:last-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 19px;
}

.service-text h2 {
  color: #39342e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.service-text p {
  color: #39342e;
  font-size: 13px;
  display: inline-block;
  padding: 0 5px;
}

.totop {
  background: #5572ba;
  bottom: 40px;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-align: center;
  transition: opacity .3s ease 0s,visibility 0s ease .3s;
  visibility: hidden;
  white-space: nowrap;
  width: 40px;
  z-index: 100;
}

.totop:before {
  content: "\f062";
  font-family: FontAwesome;
  font-size: 18px;
}

a.totop:hover {
  color: #39342e;
}

.no-touch .totop:hover,.totop.totop-fade-out,.totop.totop-is-visible {
  -webkit-transition: opacity .3s 0s,visibility 0s 0s;
  -moz-transition: opacity .3s 0s,visibility 0s 0s;
  transition: opacity .3s 0s,visibility 0s 0s;
}

.totop.totop-is-visible {
  visibility: visible;
  opacity: 1;
  top: 50%;
}

.no-touch .totop:hover {
  background-color: #39342e;
  opacity: 1;
}

@media (max-width:530px) {
  .collapsed-block {
    padding-top: 15px;
    margin: 0;
  }

  .collapsed-block h4 {
    padding: 5px 15px;
  }

  .collapsed-block .tabBlock {
    display: none;
    padding: 0 15px 5px;
  }

  .collapsed-block .expander {
    float: right;
    cursor: pointer;
    padding: 0 8px;
    margin-top: -5px;
    font-size: 20px;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    color: #666;
  }

  .collapsed-block .expander.visible-xs {
    display: none!important;
  }

  footer h3 {
    border-bottom: 1px #eee solid;
  }
}

footer,footer a,footer h3,footer h3 small {
  color: #fff;
  padding-top: 30px;
  line-height: 25px;
}

footer {
  overflow: hidden;
  background: #333333;
}

footer h3 {
  font-size: 14px;
  margin: 0 0 8px;
  padding: 0 0 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

footer .footer-links ul {
  margin: 0;
  padding: 0;
}

footer .footer-links ul li {
  list-style-type: none;
  padding: 5px 0;
}

footer .footer-links ul li a {
  color: #fff;
  transition: all .3s ease-in-out 0s;
}

footer .footer-links ul li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block!important;
  cursor: pointer;
  line-height: 20px;
  margin-right: 5px;
}

.footer-logo,.footer-logo p {
  display: block;
}

footer .footer-links ul li a:hover {
  transition: all .3s ease-in-out 0s;
  padding-left: 10px;
  color: #fe0100;
}

.footer-logo {
  text-align: center;
  margin: 0 0 12px;
}

.email .glyphicon:before {
  font-size: 13px;
  color: #666;
  height: 35px;
  width: 35px;
  line-height: 32px;
  display: inline-block;
  font-style: normal;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 8px;
  border: 1px solid #e8e6e2;
  background: #fafafa;
}

.footer-content .address {
  line-height: 1.5em;
}

.address {
  display: inline-flex;
}

.address .glyphicon:before,.phone .glyphicon:before {
  border: 1px solid #e8e6e2;
  color: #666;
  display: inline-block;
  font-size: 15px;
  font-style: normal;
  height: 35px;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  background: #fafafa;
}

.address i {
  float: left;
}

.address .glyphicon:before {
  line-height: 32px;
  margin-bottom: 8px;
}

.phone .glyphicon:before {
  line-height: 34px;
}

.footer-content .phone {
  display: flex;
  align-items: center;
}

.footer-content p,.newsletter-inner,.payment,.payment li,.social ul li {
  display: inline-block;
}

.footer-content p {
  padding-left: 5px;
  width: 80%;
  margin-bottom: 0;
}

@media (min-width:320px) and (max-width:991px) {
  .newsletter-inner {
    width: 100%;
  }
}

.footer-newsletter p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-align: left;
  text-transform: none;
}

.footer-newsletter .newsletter-email,.footer-newsletter2 .newsletter-email {
  font-size: 13px;
  font-weight: 300;
  background: #fff;
  color: #666;
  padding: 10px 12px 10px 20px;
  float: left;
}

.footer-newsletter .newsletter-email {
  border: 0;
  width: 310px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .footer-newsletter .newsletter-email {
    width: 100%;
  }
}

.footer-newsletter .email {
  text-transform: none;
  float: left;
}

.footer-newsletter2 .newsletter-email {
  width: 220px;
  border: 1px solid #efa93e;
  border-right: none;
}

@media (min-width:320px) and (max-width:991px) {
  .footer-newsletter2 .newsletter-email {
    width: 100%;
    border: 1px solid #efa93e;
    border-right: 1px solid #efa93e;
  }

  .footer-newsletter .subscribe,.footer-newsletter2 .subscribe {
    width: 100%;
  }
}

.footer-newsletter2 .email {
  text-transform: none;
  float: left;
}

@media (max-width:479px) {
  .footer-newsletter .newsletter-email {
    width: 100%;
  }

  .footer-content p {
    font-size: 12px;
  }
}

@media (min-width:320px) and (max-width:767px) {
  .footer-newsletter .newsletter-email {
    width: 100%;
  }
}

button.subscribe:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 13px;
  padding-right: 8px;
}

.footer-newsletter .subscribe,.footer-newsletter2 .subscribe {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  float: left;
  color: #fff;
  text-decoration: none;
  background: #ffa200;
  padding: 8px 25px 8px 18px;
  border: 2px solid #ffa200;
}

@media (max-width:479px) {
  .footer-newsletter .subscribe {
    float: none;
  }
}

@media (max-width:767px) {
  .social.m-sos {
    margin-top: 20px;
  }

  .social.m-sos a {
    position: relative;
  }

  .social.m-sos a img {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.social ul.inline-mode li a {
  color: #fff;
  font-size: 14px;
  height: 28px;
  width: 28px;
  display: inline-block;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 50%;
}

.social ul.inline-mode li a:before {
  content: "";
}

.social h4 {
  margin: 25px 0 5px;
}

.social ul {
  margin: 0;
  list-style: none;
  text-align: right;
}

.social ul li {
  margin-left: 7px;
}

@media (min-width:320px) and (max-width:767px) {
  .social ul {
    text-align: left;
    float: left;
  }

  .social ul li {
    margin-right: 5px!important;
  }
}

.social a {
  transition: background .4s ease-in-out;
  -webkit-transition: background .4s ease-in-out;
  -moz-transition: background .4s ease-in-out;
  -o-transition: background .4s ease-in-out;
}

@media (max-width:640px) {
  .social ul {
    float: none;
    text-align: left;
  }

  .social {
    float: none;
    margin-bottom: 5px;
    text-align: center;
  }

  .social ul li {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media (min-width:1024px) and (max-width:1080px) {
  .footer-newsletter .newsletter-email {
    width: 232px;
  }

  .footer-newsletter h3 {
    font-size: 15px;
  }

  .footer-newsletter p {
    font-size: 12px;
  }
}

@media (min-width:1024px) and (max-width:1200px) {
  .social ul li {
    margin-left: 4px;
  }

  .social ul.inline-mode li a {
    height: 30px;
    width: 30px;
  }
}

.payment {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  text-align: right;
}

.payment ul {
  padding: 0;
  margin: auto;
}

.payment li {
  list-style: none;
  margin-right: 6px;
}

@media only screen and (min-width:300px) and (max-width:640px) {
  .payment {
    text-align: center;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .payment {
    margin-bottom: 14px;
  }

  .social ul li {
    margin-left: 3px;
  }

  .social ul.inline-mode li a {
    height: 24px;
    width: 24px;
  }
}

@media only screen and (min-width:1024px) and (max-width:1169px) {
  .payment {
    margin-bottom: 14px;
  }
}

.footer-coppyright {
  padding-bottom: 8px;
  /* border-top: 1px solid #e8e6e2; */
  background-color: #2e2e2e;
}

@media (min-width:320px) and (max-width:767px) {
  .footer-coppyright .col-lg-6 {
    text-align: left;
  }
}

.coppyright {
  padding-top: 14px;
  padding-bottom: 7px;
  color: white !important;
}

@media (max-width:640px) {
  .coppyright {
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
}

@media (max-width:991px) {
  .mm-toggle-wrap {
    display: block;
  }
}

nav {
  position: relative;
  margin: auto;
  width: 100%;
  background: #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  border-top: 1px solid #f7f7f7;
}

nav a {
  color: #39342e;
}

nav a:hover {
  color: #fff;
}

.notifcart i {
  position: absolute;
  font-size: 15px;
  -webkit-animation-name: notif;
  -webkit-animation-duration: 10s;
  animation-name: notif;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.mtmegamenu,.mtmegamenu .mt-root,.mtmegamenu>ul>li.demo_custom_link_cms {
  position: relative;
}

@media (max-width:767px) {
  nav .mtmegamenu {
    display: none;
  }
}

.mtmegamenu {
  width: 100%;
  margin: auto 15px;
 font-family: 'Montserrat', sans-serif;
}

.mtmegamenu .menu-items {
  opacity: 0;
  transform-origin: 0 0 0;
  transition: all .8s ease 0s;
  left: 0!important;
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}

.mtmegamenu li:hover .menu-items {
  opacity: 1;
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.mtmegamenu a:focus {
  outline: 0;
}

.mtmegamenu>ul {
  display: block;
  clear: both;
  margin: 0;
  /*height: 28px;*/
  padding: 0;
  text-align: left;
}

.mtmegamenu>ul>li {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  background: 0 0!important;
  /* margin-right: 40px; */
}

.mtmegamenu .demo_custom_link_cms .menu-items.active {
  width: 200px;
}

.mtmegamenu>ul>li:last-child {
  float: right;
}

.mtmegamenu .mt-root-item.no-description .title {
  padding: 1px 12px 0;
  display: block;
}

.mtmegamenu .mt-root .mt-root-item>a.active>.title,.mtmegamenu .mt-root.active .mt-root-item>.title,.mtmegamenu .mt-root.active .mt-root-item>a>.title,.mtmegamenu .mt-root:hover .mt-root-item>.title,.mtmegamenu .mt-root:hover .mt-root-item>a>.title {
  color: #39342e;
}

.mtmegamenu .mt-root .notifcart i {
  right: -6px;
  top: 5px;
}

.mtmegamenu>ul>li img {
  max-width: 100%;
}

@media only screen and (min-width:768px) and (max-width:992px) {
  .mtmegamenu>ul>li {
    font-size: 12px;
    margin-right: 12px;
  }

  .mtmegamenu .menu-items {
    left: 0!important;
    max-width: 730px;
  }
}

#header_menu .mtmegamenu>ul>li:hover {
  padding-bottom: 40px;
}

.mtmegamenu .mt-root>li {
  overflow: hidden;
}

.mtmegamenu .mt-root-item {
  float: left;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}

.mtmegamenu .mt-root-item.hilight .title-text {
  background: orange;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 500;
}

.mtmegamenu .mt-root-item.hilight .title-text:hover {
  color: #000!important;
}

.mtmegamenu a .title.title_font span {
  color: #39342e;
}

.mtmegamenu .mt-root-item a:hover,.mtmegamenu a .title.title_font span:hover {
  color: #5572BA;
}

.mtmegamenu .title_font span {
  font-weight: 900;
  font-size: 13px;
}

.mtmegamenu .mt-root-item a {
  font-weight: 700;
}

.mtmegamenu .mt-root-item .title .icon-has-sub {
  font-size: 14px;
  margin-left: 10px;
  margin-top: 16px;
  vertical-align: top;
}

.mtmegamenu .menu-items .icon {
  margin-right: 10px;
}

.mtmegamenu .description {
  display: block;
  clear: both;
  font-size: 11px;
  color: #84888f;
}

.mtmegamenu .menu-items {
  position: absolute;
  z-index: 99999;
  top: 55px!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  height: auto;
  border-bottom: 5px solid #ccc;
  background: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.176);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.176);
  box-shadow: 0 6px 12px rgba(0,0,0,.176);
  line-height: normal;
  margin: auto;
}

.amazonmenu ul,.mobile-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.mtmegamenu .demo_custom_link_cms .menu-items {
  padding: 12px 6px;
  margin: auto;
  width: 200px;
}

.mtmegamenu .menu-items ul {
  font-size: 0;
}

.mtmegamenu .menu-items li {
  font-size: 13px;
  list-style: none;
}

.mtmegamenu .menu-items>li {
  float: left;
  padding: 0 8px;
  list-style: none;
}

.mtmegamenu .menu-item.depth-1>.title.title_font {
  margin: 12px 0 10px;
  padding: 0 0 8px;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
}

.mtmegamenu .submenu .title a {
  text-transform: capitalize;
}

.mtmegamenu .menu-item>.title {
  padding: 5px 0;
}

.mtmegamenu .submenu {
  overflow: hidden;
  margin-left: -1%;
  margin-right: -1%;
}

.mtmegamenu .submenu>li {
  margin: 0 1%;
}

.mtmegamenu .submenu>li .submenu>li {
  padding-left: 10px;
}

.mtmegamenu .submenu>li.no-title>.submenu>li {
  padding-left: 0;
}

.mtmegamenu .submenu .title {
  float: none;
}

.mtmegamenu .submenu .title a:before {
  content: "\f105";
  font-family: fontawesome;
  margin-right: 5px;
}

.mtmegamenu .menu-item.divider {
  position: relative;
  display: block;
  float: none;
  clear: both;
  margin: 0;
  padding: 5px 1%;
  width: 100%;
  border: none;
}

.mtmegamenu .custom-content p {
  padding: 5px 0;
}

.mtmegamenu .custom-content ul {
  list-style-type: disc;
}

.mtmegamenu .custom-content ol {
  list-style-type: decimal;
}

.mtmegamenu .custom-content li {
  margin-left: 16px;
}

.mtmegamenu .product.withimage {
  display: inline-block;
  float: left;
  vertical-align: top;
  padding-bottom: 8px;
  padding-top: 15px;
}

.mtmegamenu .product.withimage .product-item {
  margin: 0 2px;
}

.mtmegamenu .product.withimage .right-block {
  padding-bottom: 0;
  min-height: 90px;
}

.mtmegamenu .product .product-image {
  display: block;
}

.mtmegamenu .product.withimage .title {
  margin-top: 10px;
}

.mtmegamenu>ul>li span.img_root img {
  border: none;
  padding: 0;
}

.mtmegamenu .depth-1.product .title {
  font-weight: 400;
  font-size: 13px;
  border: none;
  margin: 10px 0;
  padding: 0;
}

.mtmegamenu .manufacturer.withimage {
  display: inline-block;
  float: none;
  vertical-align: top;
  padding: 1px 0!important;
}

.mtmegamenu .manufacturer.withimage .title {
  margin-top: 10px;
}

.mtmegamenu .depth-1.manufacturer .title {
  font-weight: 400;
  font-size: 13px;
  border: none;
  margin: 10px 0;
  padding: 0;
}

.mtmegamenu .supplier.withimage {
  display: inline-block;
  float: none;
  vertical-align: top;
  padding: 1px 0!important;
}

.mtmegamenu .supplier.withimage .title {
  margin-top: 10px;
}

.mtmegamenu .depth-1.supplier .title {
  font-weight: 400;
  font-size: 13px;
  border: none;
  margin: 10px 0;
  padding: 0;
}

.mtmegamenu .demo_custom_link_cms .menu-item.depth-1>.title a:before:hover,.mtmegamenu .submenu .title:hover a {
  margin-left: 5px;
  transition: all .3s ease-in-out 0s;
}

.category_demo_custom>ul>li.customcontent {
  width: 40%;
  margin-top: 5px;
}

[class*=menucol-] {
  float: left;
}

.menucol-1-1 {
  width: 100%!important;
}

.menucol-1-2 {
  width: 50%!important;
}

.menucol-1-3 {
  width: 33.33%!important;
}

.menucol-2-3 {
  width: 66.67%!important;
}

.menucol-1-4 {
  width: 25%!important;
}

.menucol-3-4 {
  width: 75%!important;
}

.menucol-1-5 {
  width: 21%!important;
}

.menucol-2-5 {
  width: 37%!important;
}

.menucol-1-6 {
  width: 16.66%!important;
}

.menucol-1-10 {
  width: 10%!important;
}

.mtmegamenu .inline ul {
  font-size: 0;
}

.mtmegamenu .inline li {
  display: inline-block;
  float: left;
  padding: 0 10px;
  width: 20%;
  vertical-align: top;
  font-size: 12px;
  list-style: none;
}

.mtmegamenu .text-center li,.mtmegamenu .text-center ul {
  text-align: center;
}

.mtmegamenu .menu-item.no-description>.description,.mtmegamenu .menu-item.no-title>.title {
  display: none;
}

.mobile-menu li li a span {
  font-family: Arimo,sans-serif;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
}

#header_menu {
  background: #f5f5f5;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -14px;
}

.custom-menu-bottom,.custom-menu-top {
  min-height: 140px;
  margin-top: 6px;
}

.fieldmm-nav {
  position: relative;
  text-align: left;
}

#fieldmm-button {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 21px;
  margin-right: 0;
  position: absolute;
  right: 15px;
}

.right_block_img_menu {
  padding-top: 15px;
}

.custom_link_feature a {
  text-transform: none;
  line-height: 32px;
}

.custom_link_feature a:before {
  font-family: fontawesome;
  content: "\f105";
  margin-right: 10px;
}

.mtmegamenu .menu-item.depth-1.cmspage .title {
  font-size: 14px;
  border: 0;
}

.mtmegamenu .demo_custom_link_cms .menu-items>li {
  width: 100%;
  padding: 0 5px 8px;
}

.mtmegamenu .demo_custom_link_cms .menu-items>li:last-child {
  padding: 0 5px;
}

.mtmegamenu .demo_custom_link_cms .menu-item.depth-1>.title a {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 400;
  border: 0;
  transition: all .3s ease-in-out 0s;
}

.mtmegamenu .demo_custom_link_cms .menu-item.depth-1>.title a:hover {
  padding-left: 5px;
  transition: all .3s ease-in-out 0s;
  color: #fe0100;
}

.mtmegamenu .demo_custom_link_cms .menu-item.depth-1>.title a:before {
  font-family: fontawesome;
  content: "\f105";
  margin-right: 8px;
}

.mtmegamenu .menu-items .icon,.mtmegamenu .menu-items .title a:hover .icon {
  transition: all .3s ease-in-out 0s;
}

.mtmegamenu .submenu .title a {
  margin-left: 0;
  transition: all .3s ease-in-out 0s;
}

.mtmegamenu .submenu .title a:hover {
  color: #fe0100;
}

.mtmegamenu>ul>li img:hover {
  opacity: .8;
}

.menu-bottom .menu-bottom-dec a,.mtmegamenu>ul>li.active {
  background-color: #efa93e;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
}

.menu-bottom .menu-bottom-dec a:hover,.mtmegamenu>ul>li.active:hover {
  border-color: #efa93e;
}

.mtmegamenu a.active .title.title_font span {
  color: #bff9d8;
}

.custom-menu-bottom img {
  float: left;
  margin-right: 20px;
}

@media only screen and (min-width:768px) and (max-width:992px) {
  .custom-menu-bottom img {
    margin-right: 10px;
  }
}

.menu-bottom .menu-bottom-dec a {
  padding: 8px 18px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  font-weight: 900;
  border: 2px solid #fe0100;
}

.menu-bottom .menu-bottom-dec a:hover {
  color: #fe0100;
  border: 2px solid #fe0100;
  background-color: #fff;
}

.menu-bottom p {
  margin: 0;
  text-transform: none;
  line-height: 22px;
  color: #39342e;
}

.menu-bottom h3 {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.left_column_img,.right_column_img {
  margin-top: 20px;
  padding: 0;
  margin-bottom: 8px;
  float: left;
}

.right_column_img {
  text-align: right;
}

@media only screen and (min-width:768px) and (max-width:992px) {
  .menu-bottom p {
    display: none;
  }

  .menu-bottom h3 {
    font-size: 14px;
  }

  .mtmegamenu .product.withimage .product-item {
    margin: 0;
  }

  .mtmegamenu .product.withimage .product-item .item-inner {
    margin-bottom: 0;
  }
}

#page {
  position: relative;
  left: 0;
  overflow: hidden;
}

.mmPushBody {
  width: 100%;
  height: 100%;
}

#mobile-menu {
  position: absolute;
  top: 0;
  background: #f7f7f7;
  z-index: 99999;
  display: none;
  font-size: 13px;
  line-height: 1.42857;
  text-transform: uppercase;
  border-right: 2px #39342e solid;
  letter-spacing: .5px;
}

.mobile-menu {
  list-style-type: none;
  margin: 0;
  width: 100%;
  float: left;
  padding-left: 0;
  position: relative;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-menu ul {
  margin-left: 0;
  padding-left: 0;
}

.mobile-menu .home {
  background-color: #fe0100;
  color: #fff;
  height: 43px;
  overflow: hidden;
}

.mobile-menu .home i {
  padding-right: 5px;
}

.mobile-menu .home a.active {
  color: #39342e!important;
}

.mobile-menu .expand {
  right: 0;
  position: absolute;
  padding: 0 10px;
  color: #39342e;
  margin-left: 100px;
  font-size: 14px;
}

.mobile-menu .expand:hover {
  cursor: pointer;
}

.mobile-menu li {
  display: block;
  border-top: 1px solid #e8e6e2;
  width: 100%;
  float: left;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}

.mobile-menu li .home a {
  color: #39342e;
}

.mobile-menu li.mencat {
  border-top: 2px dashed #fd6331;
}

.mobile-menu li a {
  display: block;
  overflow: hidden;
  white-space: normal;
  color: #39342e;
  text-decoration: none;
  padding: 10px 10px 10px 15px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 1px;
}

.mm-toggle,.mobile-menu li li a span.fa-plus:before {
  display: none;
}

.mobile-menu li a.active,.mobile-menu li a:hover {
  color: #fd6331;
}

.mobile-menu li li {
  background: #f7f7f7;
}

.mobile-menu li li a {
  padding-left: 18px;
  text-transform: none;
  font-weight: 400;
}

.mobile-menu li li li a {
  padding-left: 28px;
  text-transform: capitalize;
  font-weight: 400;
}

.mobile-menu li li li:last-child {
  border-bottom: none;
}

.mm-toggle-wrap {
  line-height: 1;
  display: none;
}

.mm-toggle {
  cursor: pointer;
  font-size: 23px;
  color: #fff;
  width: auto;
  float: left;
  background: #5572ba;
  padding: 15px 14px 12px;
}

@media (max-width:991px) {
  .mm-toggle {
    display: block;
  }

  .mm-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    padding: 16px 12px;
    text-transform: uppercase;
  }

  .mm-label a {
    color: #39342e;
  }

  .mm-toggle-wrap {
    display: inline-flex;
  }
}

.page-title h1,.page-title h2 {
  color: #39342e;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  line-height: normal;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.mega-menu-title h3,.mega-menu-title span,.menu>li>a {
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

@media (max-width:767px) {
  .page-title h1,.page-title h2 {
    font-size: 18px;
  }
}

.menu {
  list-style: none;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-left: 0;
  margin: 0 0 0 -30px;
}

.menu>li {
  float: left;
}

.menu>li>a {
  line-height: 20px;
  font-size: 13px;
  color: #222;
  padding: 8px 24px;
  border-left: 1px solid #d9d9d9;
}

.menu>li:first-child>a {
  border-left: 0;
}

.menu>li.active>a,.menu>li>a:focus,.menu>li>a:hover {
  text-decoration: none;
  color: #efa93e;
}

.mega-container {
  z-index: 2;
}

.navleft-container {
  width: 100%;
  text-align: left;
}

.mega-menu-title {
  /* background-color: #5572BA; */
  color: #404040 !important;
  cursor: pointer;
  height: auto;
}

.mega-menu-title h3,.mega-menu-title span {
  font-size: 14px;
  margin: 0;
  padding: 12px;
  position: relative;
  width: 100%;
}

/* .mega-menu-title h3:after,.mega-menu-title span:after {
  content: "\f039";
  background: transparent !important;
  width: 55px;
  position: absolute;
  top: 0;
  right: 0;
  font-family: FontAwesome;
  text-align: center;
  color:#fff;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  padding: 12px;
} */

.mega-menu-title h3 a,.mega-menu-title span a {
  color: #404040;
  font-weight: 900;
    font-size: 13px;
}

.mega-menu-title h3 a:hover,.mega-menu-title span a:hover {
  color: #000;
}

@media (min-width:767px) and (max-width:991px) {
  .mega-menu-title h3 a,.mega-menu-title span a {
    display: none;
  }
}

.mega-menu-title:hover h3:after {
  background: #ffa200;
}

.mega-menu-category {
  border: 2px solid #d9d9d9;
  border-top: 0;
  display: none;
}

.cms-home-page .mega-menu-category {
  width: 100%;
}

.mega-menu-category ul {
  padding: 0;
  margin: 0;
}

.mega-menu-category ul li i {
  width: 28px;
  text-align: center;
}

.mega-menu-category>.nav>li>a {
  border-bottom: 1px solid #f1f1f1;
  padding: 15px;
  color: #404040;
  background-color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
}

.box-banner h3,.popup h3 {
  font-weight: 700;
  text-transform: uppercase;
}

.mega-menu-category>.nav>li>a:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 19px;
  position: absolute;
  right: 15px;
}

.mega-menu-category>.nav>li.more-menu,.mega-menu-category>.nav>li.nosub>a:after,.popup {
  display: none;
}

.mega-menu-category>.nav>li.view-more>a {
  border-bottom: 0;
}

.mega-menu-category>.nav>li.view-more>a:after {
  content: "\f0fe";
}

.mega-menu-category>.nav>li.active>a,.mega-menu-category>.nav>li>a:focus,.mega-menu-category>.nav>li>a:hover {
  background-color: #ffa200;
  color: #fff;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  .mega-menu-category {
    display: none;
  }
}

.wrap-popup {
  position: absolute;
  left: 110%;
  top: 0;
  width: 700px;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  z-index: 100;
}

@media (min-width:320px) and (max-width:767px) {
  .wrap-popup {
    position: initial;
    left: 0;
    top: 0;
    width: 100%!important;
  }
}

.wrap-popup.column2 {
  width: 400px;
}

.wrap-popup.column1 {
  width: 200px;
}

.wrap-popup .popup .col-md-4 {
  padding: 0;
}

.mega-menu-category>.nav>li.active .wrap-popup {
  left: 100%;
}

.popup {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0,0,0,.176);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.176);
  text-align: left;
  z-index: 3000;
  padding: 10px 20px;
}

@media (min-width:320px) and (max-width:767px) {
  .popup {
    display: block;
    width: 100%;
    padding: 0;
    border-left: 2px solid #efa93e;
    max-height: 170px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.popup h3 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.box-banner+.box-banner,a.ads1 {
  margin-top: 10px;
}

@media only screen and (min-width:768px) and (max-width:992px) {
  .popup {
    padding: 12px;
  }

  .wrap-popup {
    width: 400px;
  }
}

a.ads1 {
  display: inline-block;
}

a.ads1 img {
  max-width: 100%;
}

.popup .nav>li>a {
  padding: 7px 12px;
}

.popup .nav>li>a:focus,.popup .nav>li>a:hover {
  color: #34bcec;
  background-color: transparent;
}

.box-banner {
  padding-bottom: 10px;
  position: relative;
}

.box-banner:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.box-banner.menu-banner {
  margin-top: 8px;
}

.box-banner h3 {
  color: #fff;
  font-size: 22px;
  margin: 0;
}

.box-banner .price-sale {
  color: #efa93e;
  font-size: 36px;
  line-height: 40px;
  font-weight: 900;
}

.box-banner .price-sale sub,.box-banner .price-sale sup {
  font-size: 16px;
  font-weight: 700;
}

.box-banner .price-sale sub {
  bottom: 3px;
  left: -22px;
}

.box-banner .price-sale sup {
  top: -17px;
  left: -8px;
}

.box-banner a {
  text-transform: capitalize;
  color: #fff;
  text-decoration: underline;
}

.box-banner.media:first-child {
  margin-top: 10px;
}

.box-banner.media:last-child {
  margin-bottom: 5px;
}

.add-desc {
  position: absolute;
  top: 12%;
  left: 10%;
  display: none;
}

.box-banner a:hover {
  color: #efa93e;
}

.navbar-nav>li>a,.navbar-primary .navbar-brand {
  color: #fff;
  font-weight: 700;
}

.has-sep:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
}

.navbar-primary {
  background-color: #efa93e;
  margin: 0;
  border: 0;
}

.navbar-brand {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-nav>li>a {
  font-size: 13px;
  text-transform: uppercase;
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover,.navbar-nav>li.active>a,.navbar-nav>li>a:focus,.navbar-nav>li>a:hover {
  background-color: transparent;
  color: #39342e;
}

.toolbar {
  margin: 0;
  overflow: hidden;
  border-bottom: 1px #eee solid;
}

.toolbar .sorter {
  margin-top: 3px;
}

.sorter .short-by {
  float: left;
  margin: 0;
  padding-left: 0;
  padding-right: 20px;
}

.toolbar.column .sorter .short-by.page {
  float: left;
  margin: 0 0 10px;
  padding-left: 0;
}

.toolbar label {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  text-transform: capitalize;
}

.cart-checkout a,.filter-price a,.sidebar-bar-title,button span {
  text-transform: uppercase;
}

@media (max-width:767px) {
  .sorter .short-by {
    padding: 0 6px;
  }
}

.sorter .short-by select {
  display: inline-block;
  font-size: 14px;
  height: 30px;
  margin: 0;
  padding: 0 28px 0 14px;
  vertical-align: middle;
  width: 110px;
  border: 1px solid #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(../images/arrow-d.png);
  background-repeat: no-repeat;
  position: right 10px center;
  cursor: pointer;
}

.sorter .short-by.page select {
  width: 65px;
}

.view-mode {
  float: left;
}

.view-mode ul {
  padding: 0;
  margin: 0;
}

.view-mode ul li {
  float: left;
  padding: 4px 10px 4px 0;
  list-style: none;
}

.view-mode ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  padding-right: 5px;
}

.view-mode ul li:last-child {
  border: none;
  margin-left: 5px;
  padding-right: 0;
}

.view-mode li.active a {
  color: #efa93e;
}

.shop .product-des .color ul li {
  border: 0;
  display: inline-block;
  float: none;
  margin-right: 5px;
  margin-top: 10px;
}

.shop .product-des h2 {
  line-height: 18px;
  margin: 0 0 5px;
}

.pagination-area {
  background: 0 0;
  border-top: 1px solid #eee;
  margin: 10px 0 0;
  padding-top: 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.pagination-area ul li,.pagination-area ul li a {
  width: 30px;
  font-weight: 700;
  height: 30px;
  font-size: 12px;
}

.pagination-area ul {
  margin-bottom: 0;
}

.pagination-area ul li {
  background: #f5f5f5;
  color: #393939;
  display: inline-block;
  line-height: 30px;
  margin: 0 0 0 5px;
}

.pagination-area ul li a {
  border: 1px solid #e0e0e0;
  color: #363636;
  display: block;
  text-decoration: none;
  transition: all .4s ease-out .2s;
}

.pagination-area ul li a:hover {
  background: #39342e;
  border: 1px solid #39342e;
  color: #fff;
}

.pagination-area ul li a.active {
  background: #efa93e;
  border: 1px solid #efa93e;
  color: #fff;
  transition: all .4s ease-out .2s;
}

.filter-price {
  margin: auto 15px 25px;
}

.filter-price p {
  margin: 0 0 10px;
}

.filter-price p input {
  border: 0;
  color: #39342e;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  background: inherit;
}

.filter-price a {
  border-bottom: 2px solid #f7505a;
  color: #f7505a;
  display: inline-block;
  line-height: 20px;
  margin: 0 0 20px;
  padding: 0;
}

.filter-price .ui-slider-horizontal {
  height: 6px;
}

.filter-price .ui-widget-header {
  background: #39342e;
  border: 0;
  color: #fff;
  height: 6px;
}

.filter-price .ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr {
  border-radius: 0;
}

.filter-price .ui-slider .ui-slider-handle {
  background: #fff;
  border: 2px solid #efa93e;
  cursor: pointer;
  height: 18px;
  position: absolute;
  width: 18px;
  z-index: 2;
  border-radius: 100%;
}

.filter-price .ui-slider-horizontal .ui-slider-handle {
  top: -6px;
}

.manufacturer-area {
  margin-bottom: 12px;
}

.manufacturer-area ul li {
  padding-bottom: 5px;
}

button.button {
  display: inline-block;
  background: #efa93e;
  padding: 6px 16px;
  font-size: 12px;
  border: 2px solid #efa93e;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-weight: 400;
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

button.button:hover {
  background: #39342e;
  border: 2px solid #39342e;
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  color: #fff;
}

button span {
  font-weight: 900;
}

.breadcrumbs {
  padding: 6px 0;
  margin: auto;
  font-size: 11px;
  background-color: #fff;
  border-bottom: 1px solid #e8e6e2;
}

.breadcrumbs a {
  color: #666;
}

.breadcrumbs span {
  display: inline-block;
  margin: 0 5px;
  color: #666;
  font-size: 13px;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
}

.breadcrumbs ul li {
  list-style-type: none;
  display: inline;
}

.sidebar .block {
  margin-bottom: 30px;
  background-color: #f7f7f7;
}

.category-sidebar {
  background: #fff;
  margin-bottom: 25px;
  border: none;
  margin-top: 10px;
  display: none;
}

.category-sidebar .block-title:before {
  content: '\f0c9';
  font-family: FontAwesome;
  margin-right: 4px;
}

.category-sidebar .product-categories {
  margin: auto;
}

.category-sidebar ul.product-categories ul {
  margin: 0;
  padding: 0;
}

.category-sidebar .product-categories li {
  padding: 8px 0 10px 14px;
  position: relative;
  border-bottom: 1px solid #ececec;
}

.category-sidebar .product-categories li:last-child {
  border-bottom: none;
}

.category-sidebar .product-categories li a {
  font-weight: 400;
  font-size: 13px;
  color: #222;
 font-family: 'Montserrat', sans-serif;
}

.category-sidebar .product-categories li a:hover {
  color: #1bbaaf;
}

.category-sidebar .product-categories li.current-cat a {
  font-weight: 700;
  font-size: 13px;
  color: #39342e;
}

.category-sidebar .product-categories li.current-cat ul li a {
  border-bottom: 0 solid #e8e6e2;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  padding: 2px;
}

.category-sidebar .product-categories li.current-cat ul li a:hover {
  color: #1bbaaf;
}

.category-sidebar .product-categories li ul li {
  padding: 5px 0 5px 10px;
  border-bottom: none;
  list-style: none;
}

.sidebar li {
  list-style: none;
}

.category-sidebar .product-categories {
  overflow: auto;
  padding: 8px 0 0;
  border: 1px solid #eee;
}

.category-sidebar .product-categories li ul li a {
  border-bottom: 0 solid #e8e6e2;
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  padding: 6px 3px;
  text-decoration: none;
  color: #666;
  transition: color .3s ease-in-out 0s,background-color .3s ease-in-out 0s,background-position .3s ease-in-out 0s;
}

.category-sidebar .cat-item.cat-parent.current-cat-parent.close-cat:after,.category-sidebar .cat-item.cat-parent.open-cat:after,.category-sidebar .cat-item.cat-parent:after {
  content: "";
  color: #555;
  position: absolute;
  right: 5px;
  height: 24px;
  width: 24px;
  text-align: center;
  font-family: FontAwesome;
  font-weight: 400;
  vertical-align: top;
}

.category-sidebar .product-categories li .count {
  display: none;
}

.category-sidebar .cat-item.cat-parent:hover {
  cursor: pointer;
}

.category-sidebar .cat-item.cat-parent:after {
  font-size: 12px;
  top: 8px;
  background-image: url(../images/plus-d2.png);
  background-repeat: no-repeat;
}

.category-sidebar .cat-item.cat-parent.open-cat:after {
  font-size: 14px;
  top: 6px;
  background-image: url(../images/minus-d1.png);
  background-repeat: no-repeat;
}

.category-sidebar .cat-item.cat-parent.current-cat-parent.close-cat:after {
  font-size: 12px;
  top: 8px;
  background-image: url(../images/plus-d2.png);
  background-repeat: no-repeat;
}

.category-sidebar .cat-item.cat-parent.current-cat-parent:after,.category-sidebar .cat-item.cat-parent.current-cat:after {
  top: 6px;
  background-image: url(../images/minus-d1.png);
  content: "";
  color: #555;
  position: absolute;
  right: 5px;
  height: 24px;
  width: 24px;
  text-align: center;
  font-family: FontAwesome;
  font-weight: 400;
  background-repeat: no-repeat;
}

.category-sidebar .cat-item.cat-parent.current-cat-parent:after {
  font-size: 14px;
  vertical-align: top;
}

.category-sidebar .cat-item.cat-parent.current-cat:after {
  font-size: 16px;
}

.category-sidebar .cat-item.cat-parent.current-cat.open-cat:after {
  content: "";
  color: #555;
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 8px;
  height: 24px;
  width: 24px;
  vertical-align: top;
  text-align: center;
  font-family: FontAwesome;
  font-weight: 400;
  background-image: url(../images/plus-d2.png);
  background-repeat: no-repeat;
}

.category-sidebar .sidebar-title {
  font-size: 16px;
  margin: 0;
  padding: 12px 14px;
  text-transform: uppercase;
  background-color: #efa93e;
}

.category-sidebar .sidebar-title h3 {
  margin: auto;
  font-size: 15px;
  letter-spacing: 1px;
}

.sidebar-cart .block-content {
  padding: 14px;
}

.sidebar-cart .amount {
  margin-bottom: 15px;
  border-bottom: 1px #ddd solid;
  padding-bottom: 4px;
}

.sidebar-cart .summary {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.sidebar-cart .subtotal {
  margin: 10px 0 8px;
  padding: 8px 10px;
  text-align: left;
  background: #f5f5f5;
}

.sidebar-cart .block-content .summary .subtotal .label {
  padding: 2px 0;
  color: #39342e;
  font-size: 13px;
  font-weight: 700;
}

.sidebar-cart .subtotal .price {
  font-size: 15px;
  font-weight: 900;
  float: right;
}

.cart-checkout a,.cart-checkout a:hover {
  text-shadow: 0 1px 0 #39342e;
  color: #FFF;
  font-size: 11px;
}

.cart-checkout {
  border: 0;
  margin: 0;
  padding: 5px 0;
  text-align: left;
}

.cart-checkout a {
  border: 0 solid #dc436b;
  background: #323C46;
  padding: 8px 12px;
  border-radius: 50px;
}

.cart-checkout a:hover {
  border: 0 solid #111;
  background: #222;
  padding: 6px 10px;
  border-radius: 2px;
  cursor: pointer;
}

.sidebar-cart .block-content ul li .product-details {
  float: right;
  width: 68%;
}

.sidebar-cart ul li.item {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}

.sidebar-cart ul li.item img {
  width: 65px;
}

.sidebar-cart ul li.item.last {
  border-bottom: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.sidebar-cart .block-content ul li a.product-image {
  display: inline;
}

.sidebar-cart .block-content ul li a.product-image img {
  border: 1px solid #ECECEC;
}

.sidebar-cart .block-content ul li .product-name {
  margin: 0 0 2px;
  font-size: 13px;
  padding-right: 15px;
}

@media only screen and (min-width:300px) and (max-width:767px) {
  .sidebar-cart .block-content ul li .product-details {
    width: 65%;
    margin-right: 15px;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  .sidebar-cart .block-content ul li .product-details {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
  .sidebar-cart .block-content ul li .product-details {
    width: 58%;
  }
}

.sidebar ol,.sidebar ul {
  margin: 0;
  padding: 0;
}

.sidebar-bar-title {
  background-color: #f7f7f7;
  color: #39342e;
  margin: auto;
  font-size: 14px;
  padding: 12px 14px 0;
  overflow: hidden;
  border-bottom: 1px #eee solid;
}

.sidebar-bar-title h3 {
  font-size: 13px;
  letter-spacing: 1px;
  border-bottom: 2px #efa93e solid;
  display: inline-block;
  margin-bottom: -1px;
  padding-bottom: 10px;
}

.product-price-range .block-content {
  padding: 28px 15px 10px;
}

.product-price-range .amount-range-price {
  padding: 15px 0;
}

.product-price-range .slider-range-price {
  height: 7px;
  background: #efa93e;
  border: none;
  border-radius: 50px;
}

.product-price-range .slider-range-price .ui-widget-header {
  background: #39342e;
  height: 7px;
}

.product-price-range .slider-range-price .ui-slider-handle {
  border: 1px solid #666;
  border-radius: 100%;
  background: #efa93e;
  cursor: pointer;
}

.check-box-list {
  overflow: hidden;
}

.check-box-list li {
  line-height: 24px;
}

.check-box-list label {
  display: inline-block;
  cursor: pointer;
  line-height: 12px;
}

.check-box-list label:hover {
  color: #efa93e;
}

.check-box-list input[type=checkbox] {
  display: none;
}

.check-box-list input[type=checkbox]+label span.button {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  background: url(../images/checkbox.png) no-repeat;
  padding: 0;
  border: 1px solid;
}

.check-box-list input[type=checkbox]:checked+label {
  color: #efa93e;
}

.check-box-list input[type=checkbox]:checked+label span.button {
  background: url(../images/checked.png) center center no-repeat #efa93e;
}

.check-box-list label span.count {
  color: #a4a4a4;
  margin-left: 2px;
}

@media only screen and (min-width:480px) and (max-width:1024px) {
  .check-box-list input[type=checkbox]+label span.button {
    margin-right: 6px;
  }
}

.filter-color ul {
  padding: 0;
  margin: -5px -5px 0;
  overflow: hidden;
}

.filter-color li {
  display: inline;
  margin: 0;
  line-height: normal;
  float: left;
  padding: 5px;
}

.filter-color li label {
  border: 1px solid #e8e6e2;
  width: 20px;
  height: 20px;
  padding-top: 6px;
  padding-left: 6px;
  float: left;
}

.filter-color li input[type=checkbox]+label span.button {
  background: 0 0;
  margin: 0;
}

.filter-color li input[type=checkbox]:checked+label {
  border-color: #f36;
}

.filter-size {
  max-height: 200px;
  overflow-y: auto;
}

.filter-size li {
  width: 50%;
  float: left;
}

h2.saider-bar-title {
  color: #39342e;
  display: block;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px #ddd solid;
  margin-bottom: 14px;
  padding-bottom: 5px;
}

.color ul li a,.size li a {
  float: left;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.shop-by-side {
  background: #fff;
  margin-bottom: 25px;
}

.shop-by-side .block-content {
  padding: 14px;
  max-height: 120pc;
  overflow-y: auto;
}

.color-area {
  margin-bottom: 18px;
  overflow: hidden;
}

.color ul li {
  border: 0;
  float: left;
  margin-right: 5px;
}

.color ul li a {
  clear: both;
  background: #39342e;
  height: 20px;
  width: 20px;
  border: 1px solid #e0e0e0;
}

.inner-info,.oe_overlay {
  top: 0;
  left: 0;
  height: 100%;
}

.color ul li:nth-child(2) a {
  background: #e32b00;
}

.color ul li:nth-child(3) a {
  background: #ff9000;
}

.color ul li:nth-child(4) a {
  background: #8BC44A;
}

.color ul li:nth-child(5) a {
  background: #10b9b9;
}

.color ul li:nth-child(6) a {
  background: #FFF;
}

@media only screen and (min-width:480px) and (max-width:1024px) {
  .color ul li {
    margin-bottom: 5px;
  }
}

.size-area {
  margin-bottom: 8px;
  overflow: hidden;
}

.size li {
  border: 0;
  float: left;
  margin-right: 5px;
}

.size li a {
  border: 2px solid #e8e6e2;
  padding: 3px 10px;
  color: #666;
  text-decoration: none;
}

.size li a:hover {
  border-color: #efa93e;
}

@media only screen and (min-width:480px) and (max-width:1024px) {
  .size li {
    margin-bottom: 5px;
  }
}

.compare .block-content {
  padding: 14px;
}

ol#compare-items li {
  margin: 0 0 10px;
  padding: 0 0 10px;
  position: relative;
  border-bottom: 1px solid #eee;
  background: 0 0;
}

ol#compare-items li a.product-name {
  font-size: 13px;
  padding: 0 3px;
  margin: 0;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  display: inline-block;
  width: 90%;
}

ol#compare-items li:last-child {
  border-bottom: none;
  margin-bottom: 5px;
}

button.button-compare {
  padding: 6px 12px;
}

button.button.button-clear {
  border: 2px solid #39342e;
  background: #fff;
  color: #39342e;
  padding: 6px 12px;
}

button.button.button-clear:hover {
  background: #39342e;
  color: #fff;
  border: 2px solid #39342e;
}

@media only screen and (min-width:768px) and (max-width:1200px) {
  button.button.button-clear {
    margin-top: 10px;
  }
}

.popular-tags-area .tag {
  padding: 10px 15px 20px;
}

.popular-tags-area .tag li a:hover {
  background: #efa93e;
  color: #fff;
}

.tag li {
  display: inline-block;
  line-height: 28px;
  margin: 5px 5px 0 0;
}

.tag li a {
  background: #efefef;
  color: #838383;
  display: block;
  padding: 0 8px;
  text-decoration: none;
}

.single-img-add {
  margin-bottom: 25px;
  display: inline-block;
  text-shadow: none;
}

.single-img-add h3 {
  font-size: 20px;
  padding-top: 12px;
}

.single-img-add h3 a {
  text-shadow: none;
  color: #fff;
}

.single-img-add a.info {
  display: inline-block;
  float: none;
  margin-top: 5px;
}

.single-img-add .carousel-indicators {
  display: none;
}

#carousel-example-generic {
  background: #fff!important;
  padding: 5px;
  border: 1px solid #eee;
}

#carousel-example-generic .carousel-control.left,#carousel-example-generic .carousel-control.right {
  background: 0 0;
  display: none;
}

#carousel-example-generic .carousel-inner {
  margin: 0;
}

#carousel-example-generic .carousel-caption {
  width: 100%;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.3);
  padding: 0 0 18px;
  bottom: 0;
  text-align: center;
  text-shadow: none;
  display: none;
}

.oe_overlay {
  background: #39342e;
  opacity: .7;
  position: fixed;
  width: 100%;
  z-index: 10;
  display: block;
}

@media only screen and (min-width:768px) and (max-width:1169px) {
  .single-img-add .carousel-inner>.item img {
    width: 100%;
  }
}

.special-product .products-block-left {
  width: 75px;
  float: left;
}

.special-product .products-block-right {
  margin-left: 85px;
}

.special-product .products-block-right p {
  margin: 0;
}

.special-product .block-content {
  padding: 14px;
}

.special-product ul li {
  display: inline-block;
  border-bottom: 1px #e8e6e2 solid;
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.special-product ul li:last-child {
  border: none;
  margin-bottom: 5px;
}

.special-product a.link-all {
  background: #efa93e;
  color: #fff;
  font-size: 12px;
  padding: 6px 16px;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #efa93e;
  font-weight: 900;
  text-transform: uppercase;
}

.artikel .products-block-left {
  width: 75px;
  float: left;
}

.artikel .products-block-right {
  margin-left: 85px;
}

.artikel .products-block-right p {
  margin: 0;
}

.artikel .block-content {
  padding: 14px;
}

.artikel ul li {
  display: inline-block;
  border-bottom: 1px #e8e6e2 solid;
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.artikel ul li:last-child {
  border: none;
  margin-bottom: 5px;
}

.artikel a.link-all {
  background: #efa93e;
  color: #fff;
  font-size: 12px;
  padding: 6px 16px;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #efa93e;
  font-weight: 900;
  text-transform: uppercase;
}

.inner-info {
  position: absolute;
  margin: 0;
  width: 350px;
}

.cat-img-title .cat-heading,.cat-img-title p {
  transition: color 450ms ease-in-out 0s,background-color 450ms ease-in-out 0s;
  margin-bottom: 5px;
  color: #fff;
}

.cat-img-title {
  display: block;
  bottom: 0;
  padding: 0 25px;
  margin-top: 100px;
}

.cat-img-title .cat-heading {
  font-size: 35px;
  text-transform: uppercase;
}

.cat-img-title p {
  clear: left;
  font-size: 14px;
  line-height: 1.4em;
}

.cat-img-title span {
  font-size: 16px;
  color: #eee;
  text-transform: uppercase;
}

.cat-img-title.cat-bg .cat-heading,.cat-img-title.cat-bg p {
  color: #39342e;
}

.category-description .owl-item .item {
  margin: auto;
  overflow: hidden;
}

.category-description .owl-item .item img {
  width: 100%;
}

.category-description #category-desc-slider {
  height: 175px;
  overflow: hidden;
}

.category-description a.info {
  float: none;
  display: inline-block;
  background: #39342e;
  color: #fff;
  border: 2px solid #39342e;
  font-size: 12px;
  padding: 6px 18px;
  cursor: pointer;
  transition: color .3s ease-in-out 0s,background-color .3s ease-in-out 0s,background-position .3s ease-in-out 0s;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 15px;
}

.category-description a.info:hover {
  background: #efa93e;
  color: #fff;
  border: 2px solid rgba(0,0,0,.08);
}

#category-desc-slider .owl-theme .owl-controls {
  opacity: 0;
}

#category-desc-slider:hover .owl-theme .owl-controls {
  opacity: 1;
}

.category-description {
  overflow: hidden;
}

.category-description .slider-items-products .owl-buttons .owl-prev {
  top: 40%;
  left: 18px;
}

.category-description .slider-items-products .owl-buttons .owl-next {
  top: 40%;
}

.category-description .product-flexslider {
  margin-top: 0;
}

.shop-inner {
  padding: 20px;
  background-color: #f7f7f7;
  margin-bottom: 30px;
}

.products-grid {
  margin: 0;
  list-style: none;
}

ul.products-grid {
  padding: 0;
  margin: 0;
}

.products-grid .item {
  margin-top: 20px;
}

@media (max-width:479px) {
  .product-grid-area .products-grid .item {
    width: 80%;
    float: none;
    margin: 15px auto;
  }
}

.col-main .product-grid-area .products-grid {
  margin-left: -12px;
  margin-right: -12px;
}

.products-list h2 {
  font-size: 16px;
  font-weight: 900;
  text-align: left;
  line-height: normal;
  margin-bottom: 8px;
}

ul.products-list {
  margin: auto;
}

.products-list .item {
  padding: 0 0 20px;
  overflow: hidden;
  margin: 15px 0 20px!important;
  border-bottom: 1px solid #eee;
  list-style: none;
}

.products-list .rating {
  display: inline-block;
  margin-right: 6px;
}

.products-list .rating-links {
  display: inline-block;
  margin-bottom: 4px;
}

.products-list .rating-links a {
  font-size: 11px;
}

.products-list .item h3 {
  font-weight: 400;
  color: #353535;
  padding-bottom: 2px;
}

.products-list .item h3 a {
  font-weight: 400;
  font-size: 14px;
  color: #407CBF;
  text-decoration: none;
}

.products-list .item h3 a:hover {
  font-weight: 400;
  font-size: 14px;
  color: #39342e;
  text-decoration: underline;
}

.products-list .product-img {
  overflow: hidden;
  position: relative;
  padding-left: 0;
  width: 30%;
  float: left;
}

.products-list .product-img img {
  width: 100%;
}

.products-list .product-shop {
  width: 67%;
  float: right;
}

.products-list .product-shop .desc {
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 5px;
  color: #666;
}

.products-list .product-shop p {
  font-size: 14px;
  color: #666;
  line-height: 1.5em;
}

.products-list .product-shop .price-box {
  margin: 5px 0 10px;
  border-top: 1px solid #eee;
  padding-top: 12px;
}

.products-list .desc a.link-learn {
  font-size: 13px;
  font-weight: 900;
  margin-top: 5px;
  color: #efa93e;
}

.products-list .product-shop button.button span {
  font-size: 12px;
  padding: 1px 0 0 10px;
  text-transform: uppercase;
}

.products-list .product-shop .actions ul {
  display: inline-block;
  float: right;
  margin-top: 8px;
}

.products-list .product-shop .actions ul li {
  margin-right: 20px;
  display: inline-block;
}

.old-price,.regular-price {
  display: inline;
}

.products-list .product-shop .actions ul li a {
  text-transform: uppercase;
  font-size: 12px;
}

.products-list .product-shop .actions ul li:last-child {
  margin-right: 0;
}

.products-list .product-shop .actions ul li:last-child a {
  border-left: 1px solid #e5e5e5;
  padding-left: 21px;
}

.products-list .product-shop .actions ul li span {
  margin-left: 5px;
}

.price {
  font-size: 14px;
  color: #fe0100;
  white-space: nowrap!important;
}

.regular-price .price {
  font-weight: 900;
  font-size: 16px;
  color: #5572BA;
}

.block .regular-price,.block .regular-price .price {
  color: #5572BA;
}

.price-box .minimal-price .price,.price-box .price-from .price,.price-box .price-to .price {
  font-weight: 900;
  font-size: 14px;
  color: #5572BA;
}

.old-price .price-label {
  color: #777;
  display: none;
  white-space: nowrap;
}

.old-price .price {
  color: #777!important;
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
}

.accordion-faq .panel-heading a:hover,.flex-direction-nav .flex-next,.flex-direction-nav .flex-next:hover,.flex-direction-nav .flex-prev,.flex-direction-nav .flex-prev:hover,.hot-products .hotdeals,.largebtn,.product-tabs li a,.review-ratting p a,.shop-by-side ul li a {
  text-decoration: none;
}

.special-price .price {
  font-size: 16px;
  color: #efa93e;
  font-weight: 900;
}

.special-price .price-label {
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  color: #666;
  display: none;
}

.minimal-price {
  margin: 0;
}

.minimal-price .price-label {
  white-space: nowrap;
}

.minimal-price-link {
  display: inline;
}

.large-image img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  -moz-transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.large-image a {
  background: #fff;
  height: 224px;
}

.product-view-area .product-img-box .product-image {
  margin: 0 0 13px;
  position: relative;
  overflow: hidden;
}

.magnifier img {
  max-width: inherit;
}

.product-big-image {
  position: relative;
  overflow: hidden;
  padding: 0;
}

@media (max-width:480px) {
  .product-big-image {
    border-right: none;
    margin-bottom: 12px;
  }

  .magnifier {
    left: 15px!important;
  }
}

.product-view-area {
  margin: auto;
  position: relative;
  z-index: 3;
  background: #f7f7f7;
  display: inline-block;
  padding: 22px;
}

.product-view-area .flexslider-thumb {
  max-width: 455px;
  padding: 22px 0;
  position: relative;
  border-top: 1px #e5e5e5 solid;
}

@media (max-width:480px) {
  .product-view-area {
    width: 100%;
    padding: 2px;
  }
}

@media (max-width:479px) {
  .product-view-area .flexslider-thumb {
    padding: 22px 32px;
    border-bottom: 1px #e5e5e5 solid;
  }
}

@media (max-width:767px) {
  .product-view-area .flexslider-thumb {
    padding: 22px 18px;
    border-bottom: 1px #e5e5e5 solid;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .product-view-area .flexslider-thumb {
    padding: 22px 35px;
    border-bottom: 1px #e5e5e5 solid;
  }
}

.product-view-area-compact .flexslider-thumb {
  margin: 17px auto 0;
}

.product-view-area .flexslider-thumb .flex-viewport {
  z-index: 10;
}

.product-view-area .flexslider-thumb .flex-direction-nav {
  top: 30%;
  left: 0;
  width: 100%;
  z-index: 100;
}

.product-view-area .flexslider-thumb .flex-next,.product-view-area .flexslider-thumb .flex-prev {
  position: absolute;
  top: 8px;
  border: 1px solid #e5e5e5;
  width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 11px;
  transition: color .3s ease-in-out 0s,background-color .3s ease-in-out 0s,background-position .3s ease-in-out 0s;
  text-align: center;
}

.product-view-area .flexslider-thumb .flex-prev {
  left: 4px;
  background: #fff;
  border-radius: 100%;
}

.product-view-area .flexslider-thumb .flex-direction-nav a:hover {
  background-color: #efa93e;
  color: #39342e;
  transition: color .3s ease-in-out 0s,background-color .3s ease-in-out 0s,background-position .3s ease-in-out 0s;
}

.product-view-area .flexslider-thumb .flex-next {
  right: 4px;
  background: #fff;
  border-radius: 100%;
}

.product-view-area .flexslider-thumb li img {
  cursor: pointer;
  -moz-user-select: none;
  border: 1px solid #e5e5e5;
  padding: 2px;
}

.product-view-area .previews-list {
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.product-view-area .previews-list li {
  margin-right: 15px;
  padding: 0;
  float: none;
  display: inline-block;
}

.product-view-area .flexslider-thumb-vertical-outer {
  margin: 0 10px 15px 0;
  width: 76px;
  float: left;
  position: relative;
  z-index: 1;
}

.product-view-area .flexslider-thumb-vertical .flex-viewport {
  height: 300px!important;
}

.product-view-area .flexslider-thumb-vertical .slides {
  margin: -4px 0 0;
  padding: 0;
  list-style-type: none;
}

.product-view-area .flexslider-thumb-vertical .slides li {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.product-view-area .flexslider-thumb-vertical .slides li img {
  width: 100%;
  padding: 4px 0;
  cursor: pointer;
  -moz-user-select: none;
}

.flex-direction-nav,.slider-controls {
  -webkit-transform: translate3d(0,0,0);
}

.product-view-area li {
  list-style: none;
}

.product-color-size-area {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}

.product-color-size-area .color-area {
  display: inline-block;
  width: 40%;
  float: left;
  margin-right: 18px;
}

.product-color-size-area .size-area {
  display: inline-block;
  width: 40%;
}

@media only screen and (min-width:768px) and (max-width:992px) {
  .product-color-size-area .color-area {
    width: 42%;
  }
}

@media (max-width:480px) {
  .product-view-area .flexslider-thumb .flex-next {
    right: 0;
  }

  .product-view-area .color ul li,.product-view-area .size li {
    margin-bottom: 5px;
  }

  .product-color-size-area .color-area {
    margin-right: 0;
    width: 100%;
  }
}

.product-view-area .product-details-area {
  margin-top: 0;
  z-index: -9;
  padding: 0 0 0 22px;
}

.product-view-area .product-name h1 {
  font-size: 24px;
  margin: 0 0 15px;
  text-align: left;
  line-height: normal;
  padding-bottom: 4px;
  letter-spacing: normal;
  font-weight: 700;
}

@media (max-width:767px) {
  .product-view-area .product-name h1 {
    margin-bottom: 12px;
  }
}

.product-view-area .short-description {
  font-size: 13px;
  padding-top: 12px;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

.product-view-area .short-description h2 {
  font-size: 15px;
  text-transform: uppercase;
  color: #39342e;
  margin-bottom: 5px;
  font-weight: 900;
}

.product-view-area .short-description p {
  font-size: 14px;
}

.product-view-area .product-details-area .ratings {
  padding: 5px 0 0;
  margin: auto;
}

.product-view-area .product-details-area .ratings .rating {
  margin-bottom: 15px;
  display: inline-block;
  margin-right: 10px;
}

.product-view-area .product-details-area .ratings .rating i {
  font-size: 15px;
}

.product-view-area .product-details-area .ratings .rating-links {
  margin-bottom: 12px;
  display: inline-block;
}

@media (min-width:544px) and (max-width:767px) {
  .product-view-area .product-details-area {
    padding: 0;
    margin-top: 12px;
  }
}

@media (max-width:544px) {
  .product-view-area .product-name h1 {
    font-size: 24px;
  }

  .product-view-area .product-details-area {
    padding: 0 12px;
    margin-top: 12px;
  }
}

@media (max-width:768px) {
  .product-view-area .flexslider-thumb .flex-prev {
    left: 0;
  }

  .product-view-area .flexslider-thumb .flex-next {
    right: 0;
  }

  .product-color-size-area .size-area {
    width: 52%;
  }

  .product-view-area .product-details-area .ratings .rating-links {
    display: none;
  }
}

.availability.in-stock span,.availability.out-of-stock span {
  color: #fff;
  padding: 7px 12px 5px;
  font-size: 12px;
  font-weight: 900;
  border-radius: 4px;
  margin-left: 12px;
}

.availability.in-stock span {
  background-color: #8a2be2;
}

.availability span {
  background-color: #d9534f;
}

.product-view-area .product-details-area .price-box {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 5px;
}

.product-view-area .product-details-area .price-box .old-price {
  margin-top: 0;
  display: inline-block;
}

@media (min-width:320px) and (max-width:767px) {
  .product-view-area .product-details-area .special-price {
    margin-bottom: 12px;
  }
}

.product-view-area .product-details-area .old-price .price {
  font-size: 20px;
  font-weight: 400;
  color: #ccc;
  margin-left: 10px;
}

.product-view-area .product-details-area .price {
  font-size: 20px;
  color: #efa93e;
  font-weight: 700;
}

.cart-plus-minus .qty {
  border: 1px solid #e0e0e0;
  color: #39342e;
  float: left;
  font-size: 18px;
  font-weight: 900;
  height: 40px;
  margin-right: 0;
  padding: 0 5px 1px;
  text-align: center;
  width: 65px;
}

.cart-plus-minus label,.form-add-tags h2,.product-cart-option ul li a,.product-tabs li a {
  font-weight: 700;
  text-transform: uppercase;
}

.dec.qtybutton,.inc.qtybutton {
  font-size: 14px;
  padding: 12px 14px 9px 16px;
  line-height: 18px;
  height: 40px;
  display: inline-block;
  float: left;
  transition: color .3s ease-in-out 0s,background-color .3s ease-in-out 0s,background-position .3s ease-in-out 0s;
  cursor: pointer;
}

.dec.qtybutton {
  background-color: #e5e5e5;
  border: 1px solid #ddd;
  border-right: none;
  color: #39342e;
}

.dec.qtybutton:hover {
  background-color: #efa93e;
  color: #fff;
}

.inc.qtybutton {
  background-color: #e5e5e5;
  border: 1px solid #ddd;
  border-left: none;
  color: #39342e;
}

.inc.qtybutton:hover {
  background-color: #efa93e;
  color: #fff;
}

.cart-plus-minus {
  display: inline-block;
  float: left;
  margin-right: 18px;
}

.cart-plus-minus label {
  display: inline-block;
  float: left;
  margin-top: 10px;
  text-align: left;
  font-size: 13px;
  margin-right: 10px;
}

@media (min-width:768px) and (max-width:991px) {
  .cart-plus-minus label {
    display: none;
  }
}

@media (max-width:480px) {
  .cart-plus-minus {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.product-variation {
  display: inline-block;
  width: 100%;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
  padding: 15px 0;
  margin-bottom: 15px;
}

.numbers-row,.pro-add-to-cart {
  float: left;
}

button.button.pro-add-to-cart {
  background: #efa93e;
  color: #fff;
  padding: 7px 22px;
  border: 2px solid #efa93e;
}

button.button.pro-add-to-cart:hover {
  background: #39342e;
  border: 2px solid #39342e;
  color: #fff;
}

button.button.pro-add-to-cart span {
  font-size: 16px;
}

button.button.pro-add-to-cart span i {
  margin-right: 10px;
}

.email-addto-box {
  display: inline-block;
  margin-top: 30px;
}

.product-cart-option ul {
  margin: auto;
  display: inline-block;
}

.product-cart-option ul li {
  border-right: 1px solid #e5e5e5;
  float: left;
  margin-right: 15px;
  padding-right: 15px;
}

.product-cart-option ul li a {
  color: #636363;
  display: block;
  font-size: 11px;
  line-height: 22px;
  margin: 0;
  text-align: center;
  text-decoration: none;
}

.product-cart-option ul li a:hover,.product-cart-option ul li a:hover i {
  color: #efa93e;
}

.product-cart-option ul li:last-child {
  border: none;
}

.product-cart-option ul li a i {
  color: #bbb;
  font-size: 14px;
  margin-right: 8px;
}

.product-cart-option ul li a i.fa.fa-heart {
  font-size: 12px;
}

@media (max-width:480px) {
  .product-cart-option ul li {
    border-right: none;
    margin-right: 0;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .product-cart-option ul li {
    margin-right: 6px;
    padding-right: 6px;
  }
}

.product-overview-tab {
  margin-top: 18px;
  margin-bottom: 15px;
}

.product-tab-inner {
  padding: 22px;
  background-color: #f7f7f7;
}

.product-tabs {
  line-height: normal;
  margin: 5px 0 0;
  outline: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  border-bottom: 3px double #ddd;
  height: 22px;
  text-align: center;
  width: 100%;
}

.product-tabs li a {
  border-bottom: none;
  color: #8c8b8b;
  margin-right: 15px;
  font-size: 14px;
  transition: color .3s ease-in-out 0s,background-color .3s ease-in-out 0s,background-position .3s ease-in-out 0s;
  padding: 0 20px;
  letter-spacing: 1px;
}

.product-tabs li.active a {
  border: 2px solid #efa93e;
  background: #efa93e;
  color: #39342e;
}

#product-detail-tab.nav-tabs>li {
  float: none;
  display: inline-block;
}

.table-responsive.reviews-table {
  overflow: inherit;
}

.about-page,.page-content,.tab-content,.tag-content .form-element {
  overflow: hidden;
}

@media (max-width:480px) {
  .product-tabs {
    height: auto;
    border-bottom: none;
  }

  #product-detail-tab.nav-tabs>li {
    margin-bottom: 10px;
    width: 100%;
  }
}

.nav-tabs.product-tabs>li>a {
  line-height: 1.42857143;
  border: 2px solid #999;
  padding: 8px 28px;
  background: #fff;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
  background: #efa93e;
  border: 2px solid #efa93e;
  color: #fff;
}

.nav-tabs>li>a:hover {
  background: #39342e;
  color: #fff;
  border: 2px solid #39342e;
}

.tab-content {
  padding: 5px 0 0;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}

.tab-content>.active {
  margin-top: 15px;
}

@media (max-width:480px) {
  .tab-content {
    margin-top: 5px;
  }
}

.form-add-tags input.input-text,select,textarea {
  border: 2px solid #ddd;
  margin-top: 0;
  padding: 5px 10px 7px;
  width: 35%;
  background: #fff;
}

@media (max-width:480px) {
  .form-add-tags input.input-text,select,textarea {
    width: 60%;
  }
}

button.button.add-tags {
  margin-left: -5px;
  background: #efa93e;
  border: 2px solid #efa93e;
  color: #fff;
}

.form-add-tags {
  text-align: center;
}

.form-add-tags h2 {
  font-size: 14px;
  margin-bottom: 6px;
}

p.note {
  text-align: center;
  margin-top: 8px;
}

.reviews-content-left h2,.reviews-content-right h2 {
  color: #222;
  font-size: 15px;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 900;
}

.product-view .box-reviews dl {
  margin: 15px 0;
}

.review-ratting {
  margin: 15px 0;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}

.review-ratting:last-child {
  border-bottom: none;
}

.review-ratting p {
  margin: 4px 0 6px;
}

.review-ratting p a {
  color: #efa93e;
}

.review-ratting p a:hover {
  color: #39342e;
}

.review-ratting table tr td,.review-ratting table tr th {
  font-size: 12px;
  line-height: 1em;
  padding: 5px 0;
}

.review-ratting table tr th {
  font-weight: 900;
  padding-right: 8px;
}

.author span {
  background: #efa93e;
  color: #fff;
  margin: 0 0 0 7px;
  padding: 4px;
  font-size: 11px;
  border-radius: 10px 0 10px 00px;
}

.author small {
  font-style: italic;
}

.reviews-content-right h3 {
  font-size: 13px;
  font-weight: 400;
  color: #222;
  line-height: 1.35;
  margin: 0 0 5px;
}

.reviews-content-right h3 span {
  color: #efa93e;
}

.reviews-content-right h4 {
  color: #222;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}

.reviews-content-right h4 em {
  color: #ed1c24;
}

.reviews-content-right table {
  margin-top: 15px;
  text-align: center;
  width: 100%;
}

.reviews-content-right table tr td {
  border: 1px solid #e5e5e5;
  padding: 6px 10px;
  background: #fff;
}

.reviews-content-right table tr th {
  background: #39342e;
  border: 0;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.product-overview-tab .form-area {
  margin: 15px 0 0;
}

.product-overview-tab .form-area .form-element input {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 5px;
  width: 60%;
  height: 34px;
}

textarea {
  border: 1px solid #e0e0e0;
  padding: 5px;
  width: 100%;
}

@media (min-width:320px) and (max-width:767px) {
  textarea {
    width: 100%!important;
    display: block;
  }
}

@media (max-width:480px) {
  .product-overview-tab .form-area .form-element input,textarea {
    width: 90%;
  }
}

.product-overview-tab .form-area .form-element textarea {
  height: 100px;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 5px;
  border-radius: 0;
}

.product-overview-tab .buttons-set {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 20px 0 0;
  padding: 8px 0 0;
  text-align: right;
}

.cart_summary .action,.cart_summary .price,.cart_summary .qty,.orbtn a.checkout-btn,.page-order .availability,.page-order ul.step li,.table-bordered>thead>tr>th {
  text-align: center;
}

.tag-content .form-element input {
  height: 40px;
  width: 299px;
  float: left;
  margin-right: 5px;
}

.ck-box label,.form-element label {
  color: #39342e;
  display: block;
  font-size: 13px;
  font-weight: 900;
  text-transform: capitalize;
  margin: 10px auto 2px;
}

.form-element label em {
  color: #f22e3b;
  font-family: arial;
  font-style: normal;
}

.upsell-product-area {
  background-color: #f7f7f7;
  border-top: 1px #e5e5e5 solid;
  padding: 5px 0 30px;
  border-bottom: 1px #e5e5e5 solid;
}

.upsell-product-area .product-flexslider {
  margin-bottom: 10px;
}

.upsell-product-area .page-header h2 {
  color: #39342e;
}

.related-product-area {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  margin: 15px 0 30px;
  padding: 18px 25px 12px 22px;
}

.related-products-pro {
  margin-top: 30px;
}

.related-products-pro .product-flexslider {
  margin-bottom: 10px;
}

.related-product-area .page-header {
  border-bottom: 1px #ddd solid;
  height: 14px;
  margin-top: 5px;
}

.related-product-area .page-header h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #39342e;
  background: #f7f7f7;
  padding-right: 12px;
  display: inline-block;
  margin-top: 0;
  letter-spacing: 1px;
}

.col2-right-layout .product-view-area {
  margin: 0;
  width: 100%;
}

.col2-right-layout .product-view-area .product-details-area {
  padding: 20px 0 12px;
}

.col2-right-layout .product-view-area .flexslider-thumb {
  padding: 22px 65px;
}

.product-overview-tab ul,.product-view-area ul {
  padding: 0;
  margin: 0;
}

.col2-right-layout .product-color-size-area .size-area {
  width: 45%;
}

.col2-right-layout .nav-tabs.product-tabs>li>a {
  padding: 8px 20px;
}

.col2-left-layout .product-view-area {
  margin: 0;
  width: 100%;
}

.col2-left-layout .product-view-area .flexslider-thumb {
  padding: 22px 0;
}

.col2-left-layout .product-color-size-area .size-area {
  width: 48%;
}

.col2-left-layout .nav-tabs.product-tabs>li>a {
  padding: 8px 20px;
}

.page-content {
  background-color: #f7f7f7;
  margin-bottom: 30px;
  padding: 20px;
}

.page-content .page-title {
  padding-bottom: 15px;
}

@media (min-width:320px) and (max-width:767px) {
  .page-content {
    background-color: transparent;
    padding: 0;
  }
}

.page-order ul.step {
  width: 100%;
  clear: both;
  overflow: hidden;
}

.page-order ul.step li {
  display: inline;
  line-height: 30px;
  width: 19%;
  float: left;
  border: 2px solid #ccc;
  margin-right: 12px;
  background: #fff;
  text-transform: uppercase;
}

.page-order ul.step li:last-child {
  margin-right: 0;
}

.page-order ul.step li.current-step {
  border: 2px solid #e99544;
}

.page-order .heading-counter {
  margin: 30px 0;
  padding: 15px;
  border: 1px solid #e8e6e2;
  background: #fff;
}

@media (max-width:568px) {
  .page-order ul.step li {
    width: 98%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width:567px) and (max-width:1024px) {
  .page-order ul.step li {
    margin-right: 6px;
  }
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
  border-bottom-width: 0;
}

.page-order .cart_navigation a.continue-btn {
  padding: 10px 20px;
  border: 2px solid #e8e6e2;
  background: #f9f9f9;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  margin-bottom: 10px;
}

.page-order .product-name {
  font-size: 16px;
  margin-bottom: 0;
}

.page-order .cart_description {
  font-size: 14px;
}

.page-order .cart_description a {
  color: #000;
}

.orbtn a.checkout-btn {
  font-size: 12px;
  padding: 6px 12px;
  width: 100%;
  margin-top: 12px;
  background: #5572ba;
  border: none;
  border-radius: 10px;
}

.orbtn a.checkout-btn:hover {
  border: none;
  background: #efa93e;
}

a.checkout-btn {
  float: right;
  background: #fe0100;
  color: #fff;
  border: 2px solid #fe0100;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 30px;
}

a.checkout-btn:hover {
  border: 2px solid #efa93e;
  background: #efa93e;
}

@media (max-width:480px) {
  .page-order .cart_navigation a.checkout-btn {
    float: left;
  }
}

.cart_summary>tfoot,.cart_summary>thead {
  background: #f7f7f7;
  font-size: 16px;
}

.cart_summary>tfoot strong {
  color: #5572BA;
}

.cart_summary>thead>th {
  border-bottom-width: 1px;
  padding: 20px;
}

.cart_summary td {
  vertical-align: middle!important;
  padding: 20px;
}

.cart_summary .table>tbody>tr>td,.cart_summary .table>tfoot>tr>td,.cart_summary .table>thead>tr>td,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>th {
  padding: 10px;
}

.cart_summary img {
  max-width: 100px;
}

.cart_summary td.cart_product {
  width: 120px;
  padding: 15px;
}

.cart_summary .price {
  font-weight: 700;
}

.cart_summary .qty {
  width: 100px;
}

.cart_summary .qty input {
  text-align: center;
  max-width: 64px;
  margin: 0 auto;
  border-radius: 0;
  border: 1px solid #e8e6e2;
}

.cart_summary .qty a {
  padding: 8px 10px 5px;
  border: 1px solid #e8e6e2;
  display: inline-block;
  width: auto;
  margin-top: 5px;
}

.cart_summary .qty a:hover {
  background: #efa93e;
  color: #fff;
}

.cart_summary .action a {
  font-size: 13px;
  display: inline-block;
  line-height: 24px;
}

.cart_summary tfoot {
  text-align: right;
}

@media (max-width:767px) {
  .cart_summary .qty input {
    width: 50px;
  }
}

.cart_navigation {
  margin-top: 10px;
  float: left;
  width: 100%;
}

.wishlist-item table .th-stock {
  width: 12%;
}

.wishlist-item table .th-stock a {
  color: #EC4445;
}

.wishlist-item .all-cart,.wishlist-item table .td-add-to-cart>a {
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.wishlist-item table .td-add-to-cart>a {
  background: #efa93e;
  width: 100%;
  text-align: center;
}

.wishlist-item .all-cart {
  background: #39342e;
  margin-top: 18px;
}

.wishlist-item .all-cart:hover,.wishlist-item table .td-add-to-cart>a:hover {
  background: #efa93e;
  color: #39342e;
}

.wishlist-area .social-sharing {
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin-bottom: 40px;
  padding: 35px;
  text-align: center;
}

.wishlist-area h3.widget-title-modal {
  text-align: center;
}

.wishlist-area .widget .social-icons {
  float: none;
}

.wishlist-area .widget .social-icons li {
  display: inline;
  float: none;
}

.wishlist-item table {
  border-bottom: 1px solid #E1E1E1;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.wishlist-item table a {
  color: #39342e;
}

.wishlist-item table a:hover {
  color: #efa93e;
}

.wishlist-item table thead {
  background: #f7f7f7;
  color: #39342e;
}

.wishlist-item.table-responsive {
  margin-top: 15px;
  border: none;
}

.wishlist-item table td,.wishlist-item table th {
  border-bottom: 1px solid #e1e1e1;
  padding: 12px;
  text-align: left;
}

.wishlist-item table th {
  border-top: 1px solid #e1e1e1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.wishlist-item table .th-product {
  width: 18%;
}

.wishlist-item table .th-product img {
  width: 100px;
}

.wishlist-item table .th-details {
  width: 35%;
}

.wishlist-item table tbody .th-details {
  text-align: left;
}

.wishlist-item table .th-delate {
  width: 5%;
}

.wishlist-item table .th-edit {
  width: 10%;
}

.wishlist-item table .td-add-to-cart {
  width: 18%;
}

.wishlist-item table .th-price {
  width: 12%;
  font-weight: 700;
}

.wishlist-item .th-details a {
  font-size: 14px;
}

.sidebar-account .block-content {
  padding: 0 14px;
}

.sidebar-account .block-content ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

.sidebar-account .block-content li {
  padding: 10px 0;
  border-top: 1px #fff solid;
  border-bottom: 1px #ddd solid;
}

.sidebar-account .block-content li:first-child {
  border-top: none;
}

.sidebar-account .block-content li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 10px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  line-height: 16px;
  color: #39342e;
}

.sidebar .block-content li.last {
  border-bottom: none;
}

.sidebar-account .block-content li a {
  cursor: pointer;
  padding: 0 12px;
  transition: color .3s ease-in-out 0s,background-color .3s ease-in-out 0s,background-position .3s ease-in-out 0s;
}

.sidebar-account .block-content li a:hover {
  cursor: pointer;
  padding: 0 12px;
  color: #efa93e;
}

.sidebar-account .block-content li.current {
  font-weight: 900;
  color: #efa93e;
}

.sidebar-checkout .block-content {
  padding: 14px;
}

.box-wishlist {
  margin-top: 20px;
}

.box-wishlist .button,.box-wishlist label {
  margin-top: 10px;
  margin-bottom: 5px;
}

.my-account {
  padding: 20px;
  background-color: #f7f7f7;
  border: 1px solid #e8e6e2;
  margin-bottom: 30px;
}

.table-compare td.compare-label {
  width: 150px;
  background: #fafafa;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 900;
}

.compare-list {
  margin-bottom: 35px;
}

.table-compare .product-star .fa {
  line-height: inherit;
  color: #f90;
}

.table-compare .price {
  font-weight: 900;
}

.table-compare .add-cart {
  background: #39342e;
  color: #fff;
  border: 2px solid #39342e;
}

.table-compare .add-cart:hover {
  opacity: .8;
}

.table-compare .action button.button {
  border-radius: 100%;
  padding: 0 12px 0 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 12px;
}

.checkout-page ul {
  padding: 0;
  margin: auto;
}

.checkout-page li {
  list-style: none;
}

.checkout-page h4.checkout-sep {
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px #e8e6e2 solid;
  line-height: normal;
  padding: 0 0 12px;
  margin-bottom: 12px;
}

.checkout-page h4.checkout-sep.last {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.checkout-page .box-border {
  margin-bottom: 15px;
}

.checkout-page .box-border .button {
  margin-top: 15px;
}

.checkout-page .box-border label {
  margin-top: 5px;
  font-size: 13px;
}

.checkout-page .box-border h4,.checkout-page .box-border p {
  padding-bottom: 5px;
  margin-top: 5px;
}

.checkout-page .box-border .fa {
  line-height: inherit;
}

.checkout-page .box-border input[type=radio] {
  margin-right: 10px;
}

#contact {
  margin-top: 10px;
}

#contact .page-subheading {
  padding-left: 0;
  border: none;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 18px;
  color: #333;
}

#contact .contact-form-box {
  padding: 0;
  margin: 0;
}

#contact .contact-form-box label {
  padding-bottom: 5px;
}

#contact .contact-form-box .form-selector {
  padding-bottom: 25px;
}

#contact .contact-form-box .form-selector:last-child {
  padding-bottom: 0;
}

#contact input,#contact select,#contact textarea {
  border-radius: 0;
  border-color: #ddd;
  box-shadow: inherit;
  outline: 0;
  height: 35px;
}

#contact input:focus,#contact select:focus,#contact textarea:focus {
  box-shadow: inherit;
  outline: 0;
}

#contact #btn-send-contact {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  background: #666;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 10px 25px;
}

#contact #btn-send-contact:hover {
  background: #F36;
}

#contact_form_map ul {
  line-height: 28px;
  list-style: disc inside;
  font-style: italic;
  margin: auto;
}

.box-authentication>h3,.content-text p {
  margin-bottom: 15px;
}

#contact_form_map ul.store_info {
  list-style: none;
  font-style: normal;
  color: #696969;
}

#contact_form_map ul.store_info i {
  display: inline-block;
  width: 30px;
  line-height: inherit;
  font-size: 18px;
}

#message-box-conact .fa {
  line-height: inherit;
}

.content-text {
  padding: 20px 0;
}

.right-sidebar #left_column {
  float: right;
}

.account-login {
  display: inline-block;
  width: 100%;
}

.box-authentication {
  display: inline-block;
  float: left;
}

.box-authentication label {
  margin-top: 10px;
  margin-bottom: 2px;
}

.box-authentication .button,.box-authentication .forgot-pass {
  margin-top: 15px;
}

.box-authentication input,.box-authentication textarea {
  border-radius: 0;
  border: 1px solid #e8e6e2;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

@media only screen and (min-width:300px) and (max-width:767px) {
  .box-authentication {
    width: 100%;
    margin-bottom: 20px;
  }

  .account-login .box-authentication:last-child {
    margin-bottom: 0;
  }

  .box-authentication input,.box-authentication textarea {
    width: 90%;
  }
}

.error_pagenotfound {
  padding: 50px 30px 58px;
  width: 60%;
  background-color: #fff;
  border: 1px solid #eee;
  text-align: center;
  margin: 30px auto;
}

.error_pagenotfound strong {
  display: block;
  font-size: 145px;
  line-height: 100px;
  color: #999;
  font-weight: 900;
  margin-bottom: 10px;
  text-shadow: 5px 5px 1px #e8e6e2;
}

.error_pagenotfound b {
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #999;
  margin: 0;
  font-weight: 300;
}

.error_pagenotfound em {
  display: block;
  font-size: 18px;
  color: #efa93e;
  margin: 15px 0;
  font-style: normal;
}

a.button-back {
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 25px;
  margin-top: 15px;
  background: #efa93e;
  color: #39342e;
  font-weight: 700;
}

#service h4,.about-page h1,.about-slid h2,.team h5 {
  font-weight: 900;
}

a.button-back:hover {
  background: #39342e;
  color: #fff;
}

#animate-arrow {
  position: relative;
  top: 15px;
  left: 0;
  animation: move 1s ease infinite;
  margin-top: 150px;
  color: red;
}

@keyframes move {
  50% {
    bottom: 10px;
    top: 0;
  }
}

@media only screen and (min-width:300px) and (max-width:767px) {
  .error_pagenotfound {
    width: 100%;
    border-radius: 0;
    margin: 25px auto;
    padding: 15px;
  }

  .error_pagenotfound em {
    line-height: none;
    margin-bottom: 10px;
  }
}

.about-page {
  display: inline-block;
  background-color: #f7f7f7;
  margin-bottom: 30px;
  padding: 20px 10px 0;
}

.about-slid {
  background-size: cover;
  text-align: center;
  padding: 80px 0 100px;
}

.about-slid h2 {
  font-size: 42px;
  color: #fff;
}

.about-slid p {
  color: #fff;
  font-size: 16px;
  margin: 8px auto 0;
  line-height: 22px;
  width: 78%;
}

.about-slid-info {
  width: 80%;
  margin: 0 auto;
}

.about-page ul {
  padding: 0;
  margin: auto;
}

.about-page ul li {
  display: block;
  margin: 1.2em 0 0;
}

.faq-page,.our-team {
  display: inline-block;
}

.about-page ul li a {
  color: #333;
  font-size: 15px;
}

.about-page ul li a:hover {
  color: #efa93e;
  padding-left: 10px;
}

.about-page .fa-arrow-right {
  font-size: 12px;
}

.about-page .text_color {
  color: #efa93e;
}

label[for=rememberme] {
  margin-left: .75em;
}

.box-authentication .inline input {
  width: auto;
}

.about-page .carousel-inner>.item>a>img,.about-page .carousel-inner>.item>img,.our-team {
  width: 100%;
}

.register-benefits {
  margin-top: 12px;
}

.box-authentication .required {
  color: red;
  padding-left: 3px;
}

@media only screen and (min-width:300px) and (max-width:767px) {
  .about-slid-info {
    width: 100%;
  }

  .about-slid h2 {
    font-size: 30px;
  }

  .align-center-btn a.button {
    display: inline-block;
    margin-bottom: 10px;
  }
}

.our-team {
  background: #fff;
  padding-bottom: 30px;
  margin-bottom: 15px;
}

.our-team .page-header h2 {
  color: #333;
}

.our-team .team {
  background: #f7f7f7;
  padding: 15px;
  text-align: center;
}

.align-center-btn a.button,.align-center-btn a.button.buy-temp {
  background: #efa93e;
  color: #fff;
  border: 2px solid #efa93e;
}

.team h5 {
  font-size: 16px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.team p.subtitle {
  margin-bottom: 10px;
}

#service i,.avatar {
  margin-bottom: 20px;
}

.team-social {
  margin-left: 0;
  padding-left: 0;
}

.align-center-btn {
  margin-top: 25px;
}

.align-center-btn a.button {
  padding: 8px 25px;
  font-weight: 900;
  font-size: 15px;
  margin-right: 15px;
}

#service {
  background: #f7f7f7;
  border-top: 1px solid #eee;
  padding-bottom: 20px;
  margin-top: 15px;
  padding-top: 15px;
}

.simple-list,.simple-list ul {
  padding: 0;
  list-style-type: none;
}

#service .page-header h2 {
  color: #333;
}

#service i {
  font-size: 50px;
  margin-top: 20px;
}

#service h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

.sitemap-page {
  margin-top: 25px;
  margin-bottom: 50px;
}

.simple-list {
  margin: 0;
}

.simple-list ul {
  margin: 0;
  position: relative;
  bottom: -.8em;
}

.simple-list li {
  margin: 0;
  padding: 0 0 12px;
}

.faq-page {
  background-color: #fff;
  border: 1px solid #e8e6e2;
  margin-bottom: 30px;
  padding: 5px 5px 20px;
  margin-top: 30px;
}

.faq-page .page-title {
  margin: 15px 0 20px auto;
}

.faq-page .content-box {
  padding: 32px 28px;
  margin: 0 0 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.faq-page .content-box h3,.faq-page .content-box i,.faq-page .content-box p {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.faq-page .content-box p {
  margin: 15px 0;
  color: #fff;
}

.faq-page .content-box h3 {
  line-height: 26px;
  padding-bottom: 8px;
  color: #fff;
  font-weight: 700;
}

.faq-page .content-box i {
  font-size: 80px;
  height: 80px;
  color: #fff;
  margin: 10px 0;
  display: block;
}

.faq-page .content-box.color-effect-1 {
  background: #e04c51;
}

.faq-page .box-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 0 0 20px;
  max-height: 120px;
}

.faq-page .box-icon i {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  margin: 15px 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}

.faq-page .box-icon i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.faq-page .box-icon i:before {
  speak: none;
  font-size: 40px;
  line-height: 90px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.faq-page .box-icon-effect-1 .box-icon i {
  background: #efa93e;
  color: #39342e;
  -webkit-transition: background .2s,color .2s;
  -moz-transition: background .2s,color .2s;
  transition: background .2s,color .2s;
}

.faq-page .box-icon-effect-1 .box-icon i:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: -webkit-transform .2s,opacity .2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform .2s,opacity .2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform .2s,opacity .2s;
  transform: scale(.8);
  opacity: 0;
}

.faq-page .content-box:hover .box-icon-effect-1a .box-icon i {
  background: #fff;
  color: #39342e;
}

.faq-page .content-box:hover .box-icon-effect-1a .box-icon i:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.accordion-faq {
  text-align: left;
  position: relative;
}

.accordion-faq .panel {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.accordion-faq .panel .panel-heading {
  padding: 0;
  color: #fff;
  border-radius: 0!important;
  background: #333;
}

.accordion-faq .panel-heading a,.accordion-faq .panel-heading a.collapsed {
  position: relative;
  padding: 14px 50px 12px 15px;
  min-height: 50px;
  font-weight: 900;
  font-size: 14px;
  display: block;
}

.accordion-faq .panel-heading a {
  background: #f7f7f7;
  color: #39342e;
  border-radius: 0;
  border: 1px solid #eee;
}

.accordion-faq .panel-heading a.collapsed {
  background: #fff;
  border-radius: 0;
  border: 1px solid #eee;
}

.accordion-faq .panel:last-child {
  box-shadow: none;
  border-bottom: none;
}

.accordion-faq .arrow-down,.accordion-faq .arrow-up {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  top: 54%;
  margin-top: -12px;
  right: 10px;
}

.accordion-faq .arrow-down,.accordion-faq .collapsed .arrow-up {
  display: none;
}

.accordion-faq .collapsed .arrow-down {
  display: block;
  color: #333;
}

.accordion-faq .panel-body {
  border-top: 0!important;
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
}

.accordion-faq.panel-group .panel+.panel {
  margin-top: 10px;
}

.sitemap-page {
  padding: 22px;
  background: #fff;
  border: 1px solid #eee;
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .about-page {
    padding: 20px 10px 15px;
  }

  .team h5 {
    font-size: 14px;
  }

  .our-team .team {
    padding: 10px;
  }
}

.mmPushBody .fa-align-justify:before {
  content: "∩Çì";
}

@media only screen and (min-width:280px) and (max-width:479px) {
  #newsletter-form .content-subscribe .actions,#newsletter-form .input-box {
    float: none;
  }

  .cat-img-title p,.toolbar label {
    display: none;
  }

  .modal-dialog.newsletter-popup {
    width: 95%;
    min-width: inherit;
    padding: 15px;
    height: inherit;
    background: inherit;
    margin-top: 12%;
  }

  .newsletter-popup .modal-body {
    padding: 20px;
  }

  .newsletter-popup h4.modal-title {
    margin-top: 0;
    font-size: 22px;
  }

  .newsletter-popup .modal-content {
    background: #f8f8f8;
    height: inherit;
  }

  .form-subscribe-header label {
    margin: 10px 0;
    max-width: 100%;
  }

  #newsletter-form .input-box .input-text {
    width: 100%;
  }

  #search {
    padding-top: 0;
  }

  .top-cart-contain {
    margin-top: 5px;
    padding: 0;
  }

  .top-cart-content {
    top: 50px;
    right: 8px;
  }

  nav {
    height: 50px;
  }

  #latest-news .page-header,.special-products .page-header {
    border-bottom: none;
    height: inherit;
    margin-top: 0;
    margin-bottom: 0;
  }

  .slider-items-products .owl-buttons .owl-next,.slider-items-products .owl-buttons .owl-prev {
    top: -80px;
  }

  #latest-news .slider-items-products .owl-buttons .owl-next,#latest-news .slider-items-products .owl-buttons .owl-prev,.special-products-pro .slider-items-products .owl-buttons .owl-next,.special-products-pro .slider-items-products .owl-buttons .owl-prev {
    top: -55px;
  }

  .special-products .page-header h2 {
    font-size: 14px;
  }

  .special-products-pro,.special-products-pro .product-flexslider {
    margin-top: 5px;
  }

  #latest-news {
    padding: 14px 15px 12px 18px;
  }

  #latest-news .page-header h2 {
    margin-bottom: 0;
  }

  #latest-news .product-flexslider {
    margin: 20px 0 30px;
  }

  .cat-img-title {
    margin-top: 15px;
  }

  .cat-img-title span {
    font-size: 12px;
  }

  .inner-info {
    width: 100%;
    text-align: left;
  }

  .cat-img-title .cat-heading {
    font-size: 24px;
  }

  .category-description a.info {
    font-size: 10px;
    margin-top: 5px;
    padding: 2px 14px 5px;
  }

  .sorter .short-by.page {
    float: left;
    padding-left: 10px;
  }

  .toolbar .sorter {
    margin-top: 6px;
  }

  .sorter .short-by {
    padding: 0;
  }

  .shop-inner {
    padding: 12px;
  }

  .products-list .product-img {
    width: 100%;
    margin-bottom: 12px;
  }

  .products-list .product-shop {
    float: none;
    width: 100%;
  }

  .products-list .product-shop .actions ul {
    display: block;
    float: left;
    margin: auto;
    width: 100%;
  }

  .products-list .product-shop .actions ul li {
    margin: 8px 0;
    display: block;
  }

  .products-list .product-shop .actions ul li:last-child {
    margin-bottom: 0;
  }

  .products-list .product-shop .actions ul li:last-child a {
    border-left: medium none;
    padding-left: 0;
  }

  .wishlist-item .all-cart {
    margin-bottom: 15px;
  }

  .checkout-page .box-border .button {
    margin-bottom: 18px;
  }

  .page-order .cart_navigation a.checkout-btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .about-page {
    width: 100%;
  }

  .mini-cart .basket a .fa-shopping-cart:before {
    margin-right: 0;
  }

  ul#cart-sidebar {
    padding: 0;
  }

  .top-search {
    position: relative;
    z-index: 1000;
  }

  .jtv-banner1 .hover_content .hover_data .title {
    font-size: 15px;
  }

  .jtv-banner1 .hover_data {
    padding: 6px;
  }

  .jtv-banner1 .hover_content .hover_data .desc-text {
    font-size: 18px;
    margin-top: 0;
  }

  .jtv-banner1 .shop-now {
    margin-top: 0;
    padding: 2px 0;
  }

  .shop-now a {
    padding: 3px 10px;
    font-size: 9px;
  }

  .jtv-banner2 .hover_content {
    width: 68%;
    top: 5%;
  }

  .jtv-banner2 .hover_data {
    padding: 8px;
  }

  .jtv-banner2 .hover_data .title {
    font-size: 22px;
  }

  .jtv-banner2 .hover_data .desc-text {
    font-size: 13px;
    margin-top: 4px;
  }

  .jtv-banner2,.jtv-banner3,.top-banner {
    margin-top: 15px;
  }

  .hover_data .title {
    font-size: 20px;
  }

  .hover_data .desc-text {
    font-size: 13px;
    margin-top: 5px;
  }

  #latest-news,.testimonials {
    margin-top: 0;
  }

  .banner-static .banner-box,.jtv-service-area .block-wrapper {
    margin-bottom: 15px;
  }

  .jtv-category-area {
    margin-bottom: 0;
  }

  .jtv-category-area .col-md-4 {
    margin-bottom: 15px;
  }

  .jtv-service-area {
    padding-bottom: 0;
  }

  .banner-static {
    margin-bottom: 0;
  }

  #latest-news {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width:480px) and (max-width:767px) {
  #newsletter-form .content-subscribe .actions,#newsletter-form .input-box {
    float: none;
  }

  .modal-dialog.newsletter-popup {
    width: 95%;
    min-width: inherit;
    padding: 15px;
    height: inherit;
    background: inherit;
    margin-top: 5%;
  }

  .newsletter-popup .modal-body {
    padding: 20px;
  }

  .newsletter-popup h4.modal-title {
    margin-top: 0;
  }

  .newsletter-popup .modal-content {
    background: #f8f8f8;
    height: inherit;
  }

  .form-subscribe-header label {
    margin: 10px 0;
    max-width: 100%;
  }

  .logo,.top-cart-contain {
    margin-top: 15px;
  }

  #newsletter-form .input-box .input-text {
    width: 100%;
  }

  .logo {
    display: inherit;
    margin-bottom: 0;
    text-align: center;
  }

  .top-cart-content {
    top: 50px;
    right: 8px;
  }

  nav {
    height: 50px;
  }

  #latest-news .page-header,.special-products .page-header {
    border-bottom: none;
    height: inherit;
    margin-top: 0;
    margin-bottom: 0;
  }

  .slider-items-products .owl-buttons .owl-next,.slider-items-products .owl-buttons .owl-prev {
    top: -80px;
  }

  #latest-news .slider-items-products .owl-buttons .owl-next,#latest-news .slider-items-products .owl-buttons .owl-prev,.special-products-pro .slider-items-products .owl-buttons .owl-next,.special-products-pro .slider-items-products .owl-buttons .owl-prev {
    top: -55px;
  }

  .special-products .page-header h2 {
    font-size: 14px;
  }

  .special-products-pro,.special-products-pro .product-flexslider {
    margin-top: 5px;
  }

  #latest-news {
    padding: 14px 15px 12px 18px;
  }

  #latest-news .page-header h2 {
    margin-bottom: 0;
  }

  #latest-news .product-flexslider {
    margin: 20px 0 30px;
  }

  .col-sm-3 .jtv-banner-box {
    margin-bottom: 30px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 48%;
    display: inline-block;
  }

  .cat-img-title {
    margin-top: 30px;
  }

  .cat-img-title span {
    font-size: 12px;
  }

  .inner-info {
    width: 100%;
    text-align: left;
  }

  .cat-img-title .cat-heading {
    font-size: 24px;
  }

  .cat-img-title p {
    font-size: 12px;
  }

  .category-description a.info {
    font-size: 10px;
    margin-top: 5px;
    padding: 2px 14px 5px;
  }

  .products-list .product-img {
    width: 50%;
    margin-bottom: 15px;
  }

  .products-list .product-shop {
    float: left;
    width: 100%;
  }

  .products-list .product-shop .actions ul {
    float: left;
    margin: 12px auto 0;
    width: 100%;
  }

  .wishlist-item .all-cart {
    margin-bottom: 15px;
  }

  .checkout-page .box-border .button {
    margin-bottom: 18px;
  }

  .about-page {
    width: 100%;
  }

  .mini-cart .basket a .fa-shopping-cart:before {
    margin-right: 0;
  }

  ul#cart-sidebar {
    padding: 0;
  }

  .top-search {
    position: relative;
    z-index: 1000;
  }

  .jtv-banner1 .hover_content .hover_data .title {
    font-size: 24px;
  }

  .jtv-banner1 .hover_data {
    padding: 12px;
  }

  .jtv-banner1 .shop-now {
    margin-top: 0;
    padding: 8px 0;
  }

  .shop-now a {
    padding: 5px 10px;
    font-size: 12px;
  }

  .jtv-banner2 .hover_content {
    width: 68%;
    top: 24%;
  }

  .jtv-banner2 .hover_data {
    padding: 8px;
  }

  .jtv-banner2 .hover_data .title {
    font-size: 24px;
  }

  .jtv-banner2 .hover_data .desc-text {
    margin-top: 8px;
  }

  .jtv-banner2,.jtv-banner3,.top-banner {
    margin-top: 15px;
  }

  .hover_data .title {
    font-size: 30px;
  }

  .hover_data .desc-text {
    font-size: 13px;
    margin-top: 5px;
  }

  #latest-news,.testimonials {
    margin-top: 0;
  }

  .banner-static .banner-box,.jtv-service-area .block-wrapper {
    margin-bottom: 15px;
  }

  .jtv-category-area {
    margin-bottom: 0;
  }

  .jtv-category-area .col-md-4 {
    margin-bottom: 15px;
  }

  .jtv-service-area {
    padding-bottom: 0;
  }

  .banner-static {
    margin-bottom: 0;
  }

  #latest-news {
    margin-bottom: 15px;
  }

  .banner-static .banner-box:before {
    display: none;
  }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
  .modal-dialog.newsletter-popup {
    height: inherit;
    min-width: inherit;
    margin-top: 10%;
    width: 740px;
  }

  .headerlinkmenu .links {
    margin-right: 12px;
  }

  #search input {
    width: 85%;
  }

  #search .btn-search {
    width: 15%!important;
  }

  .mtmegamenu {
    margin: auto;
    padding: 12px 0;
  }

  .home-product-tabs li a {
    font-size: 14px;
  }

  .jtv-banner-box.banner-inner .title {
    font-size: 20px;
  }

  .jtv-banner-box .title {
    font-size: 28px;
  }

  .bottom-banner-img h3 {
    font-size: 24px;
    margin-top: 40px;
  }

  .bottom-banner-img .shop-now-btn {
    display: none;
  }

  .jtv-single-service {
    display: inline-block;
    width: 33%;
    padding: 15px 8px;
    margin-top: 20px;
    border: 1px solid #ddd;
  }

  .jtv-single-service:last-child {
    padding-bottom: 15px;
  }

  .service-text h2 {
    font-size: 12px;
  }

  .footer-links {
    margin-bottom: 15px;
  }

  .menu-items .pr-button {
    margin-left: -55px;
    top: 22%;
  }

  .menu-items .pr-button .mt-button {
    height: 35px;
    line-height: 18px;
    width: 33px;
  }

  .cat-img-title {
    margin-top: 30px;
  }

  .sidebar.col-sm-pull-9 {
    padding-right: 0;
  }

  .right.sidebar {
    padding-left: 0;
  }

  .category-description .product-flexslider {
    margin-top: 0;
  }

  .sidebar-cart .subtotal {
    display: inline-block;
    text-align: center;
  }

  .sidebar-cart .subtotal .price,.special-product .products-block-left {
    float: none;
  }

  .special-product .products-block-right {
    margin: 5px 0;
  }

  .mtmegamenu .mt-root.demo_custom_link_cms .menu-items {
    left: 0!important;
    width: 200px;
  }

  .mtmegamenu .menu-items {
    left: -170px!important;
    width: 650px;
  }

  .mtmegamenu .menu-item.depth-1>.title.title_font {
    font-size: 13px;
  }

  .products-list .product-img {
    width: 37%;
    margin-bottom: 15px;
  }

  .products-list .product-shop {
    width: 60%;
  }

  .products-list .product-shop .actions ul {
    float: left;
    margin: 12px auto 0;
    width: 100%;
  }

  .sidebar .block {
    margin-bottom: 20px;
  }

  .color ul li {
    margin-right: 3px;
  }

  .jtv-banner1 .hover_content {
    width: 55%;
  }

  .jtv-banner1 .hover_data {
    padding: 10px;
  }

  .jtv-banner1 .hover_content .hover_data .title {
    font-size: 22px;
  }

  .jtv-banner1 .hover_content .hover_data .desc-text {
    font-size: 18px;
    margin-top: 5px;
  }

  .jtv-banner1 .shop-now {
    margin-top: 5px;
    padding: 0;
  }

  .shop-now a {
    padding: 4px 12px;
    font-size: 11px;
  }

  .jtv-banner2 .hover_content {
    top: 8%;
    width: 80%;
  }

  .hover_data .title {
    font-size: 26px;
  }

  .jtv-service-area .block-wrapper,.jtv-single-cat {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .headerlinkmenu .links,.products-list .product-shop .actions ul li {
    margin-right: 12px;
  }

  #search input {
    width: 90%;
  }

  .testimonials {
    padding: 5px 25px;
  }

  .service-text h2 {
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .footer-links {
    margin-bottom: 15px;
  }

  .cat-img-title {
    margin-top: 50px;
  }

  .products-list .product-img {
    width: 28%;
  }

  .products-list .product-shop {
    width: 69%;
  }

  .products-list .product-shop .actions ul {
    margin-left: 0;
  }

  .products-list .product-shop .actions ul li:last-child a {
    padding-left: 15px;
  }

  .jtv-banner1 .hover_content {
    width: 55%;
  }

  .jtv-banner1 .shop-now {
    margin-top: 12px;
    padding: 0;
  }

  .jtv-banner3 .hover_content {
    width: 62%;
  }

  .icon-wrapper {
    font-size: 25px;
    height: 50px;
    margin-right: 5px;
    width: 25px;
  }

  .jtv-service-area .block-wrapper .text-des h3 {
    font-size: 12px;
  }
}

.menubar {
  position: relative;
  margin: auto auto 20px;
  width: 100%;
  /* background: #f7f7f7; */
  /* border-bottom: 1px solid #f7f7f7;
  border-top: 1px solid #f7f7f7; */
}

@media (max-width:767px) {
  .menubar {
    overflow: hidden;
    margin-bottom: 12px;
  }
}

.hr24 {
  margin: 32px 0;
}

@media (max-width:767px) {
  .hr24 {
    margin: 12px 0;
  }
}

.os-lvl-1 {
  line-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 235px;
}

@media (max-width:1200px) {
  .os-lvl-1 {
    min-height: 100%;
  }
}

#os-mainbanner:hover .swiper-button-next,#os-mainbanner:hover .swiper-button-prev {
  display: block;
}

#os-mainbanner .swiper-button-next,#os-mainbanner .swiper-button-prev {
  background-image: none;
  display: none;
}

#os-mainbanner .swiper-button-next span,#os-mainbanner .swiper-button-prev span {
  font-size: 32px;
  color: #fff;
  position: relative;
}

#os-mainbanner .swiper-button-next span.glyphicon-chevron-left,#os-mainbanner .swiper-button-prev span.glyphicon-chevron-left {
  left: 8px;
}

#os-mainbanner .swiper-button-next span.glyphicon-chevron-right,#os-mainbanner .swiper-button-prev span.glyphicon-chevron-right {
  right: 16px;
}

#os-mainbanner .swiper-pagination .swiper-pagination-bullet-active {
  background: #efa93e;
}

.sw-pagination {
  position: absolute;
  right: 24px;
  display: -webkit-inline-box;
  font-size: 30px;
  top: 20px;
  color: #efa93e;
}

.sw-pagination i {
  margin: 0 5px;
}

.sw-pagination .swiper-button-disabled {
  color: #f0f0f0;
}

.np .row li {
  list-style: none;
  margin-bottom: 12px;
}

.np .row li .item-inner {
  border: 1px solid transparent;
  border-bottom: 3px solid transparent;
}

.np .row li .item-inner:hover {
  border: 1px solid #efa93e;
  /* border-bottom: 3px solid #efa93e; */
}

.np img {
  height: auto;
}

@media (min-width:320px) and (max-width:1200px) {
  .stck.d-flex {
    display: inherit!important;
  }

  .stck .text-right {
    text-align: left!important;
    padding: 0;
    margin-top: 12px;
  }
}

.negodeal {
  background-image: url(../images/sementara/nsd.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  width: 75%;
  text-align: right;
  margin: 0 0 0 auto;
}

.olshop a,.wa {
  text-align: center;
}

@media only screen and (min-width:768px) and (max-width:1200px) {
  .negodeal {
    height: 44px;
    background-size: contain;
  }
}

.wa {
  border: 1px solid #efa93e;
  padding: 8px;
  width: 100%;
  border-radius: 8px;
}

.wa:hover {
  background: #efa93e;
  color: #fff;
}

.infos {
  background: #8a2be2;
  color: #fff;
  padding: 4px 10px;
  border-radius: 50%;
  margin-left: 8px;
  font-size: 13px;
  opacity: 1;
}

.infos:hover {
  background: #fff;
}

.olshop a {
  border: 1px solid;
  width: 100%;
  display: block;
  padding: 6px;
  color: #fff;
  margin-bottom: 12px;
}

.banner-products,.banner-ung {
  border-radius: .125rem;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
  overflow: hidden;
}

.olshop a.nonactive {
  background: #ddd!important;
  cursor: not-allowed;
}

.olshop a.tokped {
  background: #42b648;
}

.olshop a.tokped:hover {
  background: #000;
}

.olshop a.shopee {
  background: #ff531d;
}

.olshop a.shopee:hover {
  background: #000;
}

.olshop a.bukalapak {
  background: #d81149;
}

.olshop a.bukalapak:hover {
  background: #000;
}

.share {
  display: flex;
  align-items: center;
}

.share span {
  margin-right: 12px;
}

.banner-ung {
  width: 300px!important;
  height: 548px;
}

@media (min-width:768px) and (max-width:1200px) {
  .banner-ung {
    height: auto;
  }
}

.banner-ung a {
  width: 100%;
  -webkit-transition: all .2s cubic-bezier(.4,0,.2,1);
  transition: all .2s cubic-bezier(.4,0,.2,1);
}

.banner-ung a img {
  width: 100%;
}

.banner-products {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-box-flex: 2;
  -webkit-flex: 2 1 auto;
  -moz-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
}

@media (max-width:767px) {
  .sw-pagination {
    top: 8px;
    right: 8px;
  }

  .banner-products {
    margin-bottom: 0;
  }
}

.hot-products {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: .3125rem;
}

.hot-products .hotdeals {
  color: rgba(0,0,0,.8);
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
  border-radius: .125rem;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  background-position: bottom;
}

.boxlogin .regis a,.inform2 a {
  text-decoration: underline;
}

.hot-products .hotdeals.v2 {
  margin-top: .3125rem;
  border-bottom-right-radius: 2px;
  overflow: hidden;
}

.whyus {
  padding: 18px 25px 20px 22px;
}

.whyus .page-header {
  width: 100%;
}

.whyus small {
  text-transform: none;
}

@media (min-width:320px) and (max-width:767px) {
  .top-search .input-group {
    display: inline-flex!important;
  }

  .whyus .row .col-lg-4 {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .whyus img {
    margin: 0 auto;
  }
}

.howto .page-header {
  width: 100%;
  position: relative;
}

.howto .page-header h2 {
  width: 100%;
  text-align: center;
}

@media (min-width:320px) and (max-width:767px) {
  .howto .page-header h2 {
    text-align: left;
  }
}

.boxlogin .upl,.howto .special-products-pro ul li,.kategori .catos {
  text-align: center;
}

.howto .page-header h2:after {
  content: '';
  border: 1px solid #eaeaea;
  width: 33%;
  position: absolute;
  top: 12px;
  margin-left: 12px;
  right: 0;
}

@media (min-width:320px) and (max-width:1200px) {
  .howto .page-header h2:after {
    content: none;
  }
}

.howto .page-header h2:before {
  content: '';
  border: 1px solid #eaeaea;
  position: absolute;
  top: 12px;
  left: 0;
  margin-right: 0;
  width: 32%;
}

@media (min-width:320px) and (max-width:1200px) {
  .howto .page-header h2:before {
    content: none;
  }
}

.howto .special-products-pro {
  margin-top: 40px;
}

.howto .special-products-pro ul {
  list-style: none;
}

@media (min-width:320px) and (max-width:767px) {
  .howto .special-products-pro {
    margin-top: 0;
  }

  .howto .special-products-pro ul.row {
    height: 300px;
    overflow: auto;
  }

  .howto .special-products-pro ul li {
    width: 100%;
  }
}

.howto .special-products-pro ul li .howwarp {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  min-height: 300px;
}

@media (min-width:320px) and (max-width:767px) {
  .howto .special-products-pro ul li .howwarp {
    min-height: auto;
    border-radius: 0;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .howto .special-products-pro ul li {
    width: 33.3%;
  }

  .howto .special-products-pro ul li .howwarp {
    min-height: 382px;
    margin-bottom: 12px;
  }
}

.howto .special-products-pro ul li .howwarp img {
  margin: 0 auto 8px;
}

.howto .special-products-pro ul li .howwarp span {
  background: #efa93e;
  color: #fff;
  padding: 15px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  margin: 20px auto;
}

.ps-page li {
  border: none!important;
}

.ps-page li a {
  margin: 0 4px 12px;
  border-radius: 0!important;
  color: #efa93e;
  font-size: 14px;
  border: 1px solid #efa93e!important;
}

.ps-page li.active a {
  color: #fff;
  background: #efa93e!important;
  z-index: 0;
}

.kategori .page-header {
  width: 100%;
}

@media screen and (max-width:544px) {
  .kategori .catos .row .col-xs-6 {
    height: 132px;
  }
}

.kategori .catos a {
  display: block;
  width: 100%;
}

.kategori .catos a:hover img {
  cursor: pointer;
  animation: shake 1s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.kategori .catos .imgbox {
  position: relative;
  overflow: hidden;
}

.kategori .catos .imgbox img {
  width: 75px;
  height: 75px;
  margin: 0 auto 12px;
  color: #fff;
}

@media (max-width:767px) {
  .kategori .catos .imgbox img {
    width: 50px;
    height: 50px;
  }
}

.kategori .catos h4 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 12px;
}

@keyframes bounce {
  0%,100%,20%,50%,80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  60% {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.amazonmenu,.dropdown-content {
  position: absolute;
  width: 100%;
}

.dropdown-content {
  display: none;
  z-index: 4;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.amazonmenu ul {
  font: 400 12px Verdana;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.amazonmenu ul li {
  position: static;
}

.amazonmenu ul li a:hover,.amazonmenu ul li.hassub.selected>a {
  color: #fff;
  background: #5572ba;
}

.amazonmenu ul li>div,.amazonmenu ul li>ul,.amazonmenu>ul {
  background: #fff;
  border: 2px solid #d9d9d9;
  min-height: 390px;
  max-height: 580px;
}

.amazonmenu ul li>div,.amazonmenu ul li>ul {
  display: none;
  font-weight: 400;
  
  overflow-y: auto;
  height: 101%;
  left: 100%;
  position: absolute;
  top: -2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
}

.amazonmenu>ul {
  width: 100%;
  position: relative;
}

.amazonmenu>ul li a {
  border-bottom: 1px solid #f1f1f1;
  padding: 15px;
  color: #404040;
  background-color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: left;
  width: 281px;
}

.amazonmenu>ul li.hassub>a::after {
  border: 5px solid transparent;
  border-left-color: gray;
  content: '';
  height: 0;
  position: absolute;
  right: 5px;
  top: 35%;
  width: 0;
}

.amazonmenu>ul li.hassub.selected>a::after {
  border-left-color: #fff;
}

@media screen and (max-width:480px) {
  .amazonmenu ul li>div,.amazonmenu ul li>ul {
    left: 30px;
  }

  .amazonmenu>ul li.hassub.selected::after {
    background: #eee;
    content: '';
    height: 100%;
    left: 0;
    opacity: .8;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

.abstol .nego,.offlinestore {
  background-repeat: no-repeat;
  background-size: contain;
}

.offlinestore {
  background-image: url(../../images/temp/shop1.png);
  height: 168px;
  width: 100%;
  background-position: center center;
  margin: 0 0 0 auto;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .offlinestore {
    height: 100px;
    background-size: contain;
  }
}

.abstol {
  position: absolute;
  right: 0;
  top: -2px;
}

.abstol .nego {
  background-image: url(../images/sementara/deal.png);
  height: 30px;
  width: 30px;
  display: block;
}

.boxlogin {
  width: 40%;
  margin: 24px auto 48px;
  padding: 24px;
  border: 3px solid #efa93e;
}

.boxlogin.v2 {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

@media (min-width:320px) and (max-width:767px) {
  .boxlogin {
    margin-top: 12px;
    margin-bottom: 42px;
    padding: 12px;
    width: 100%;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .boxlogin {
    width: 60%;
  }
}

.boxlogin h2,.boxlogin h4 {
  text-transform: uppercase!important;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 18px;
}

.boxlogin .regis {
  margin-top: 24px;
}

.boxlogin .regis a {
  color: blur;
}

.boxlogin input[type=file] {
  display: none;
}

.boxlogin .upl {
  width: 100px;
  background: #efa93e;
  color: #fff;
  padding: 6px;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
}

.boxlogin .imgbox {
  width: 100%;
  height: 121px;
  position: relative;
}

.boxlogin .imgbox img {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.c-img .imgbox img,.cart_product a img {
  max-width: 100%;
  transition: all .6s ease 0s;
}

.boxlogin .uplod .col-xs-12 {
  margin-bottom: 24px;
}

.boxlogin .uplod .col-xs-12 .upl {
  width: 100%;
  display: block;
  border-radius: 8px;
  background: #fff;
  color: #000;
  border: 1px solid #efa93e;
  font-weight: 400;
}

.boxlogin .w100 {
  width: 100%;
}

img.lazy {
  background-image: url(../../images/temp/lazy.gif);
  background-repeat: no-repeat;
  background-size: 64px;
  background-position: center center;
}

.buyerinfo h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.buyerinfo .form-horizontal .form-group {
  margin: 0;
  padding: 4px 0;
}

@media (min-width:320px) and (max-width:767px) {
  .buyerinfo .form-horizontal .form-group .col-sm-10 {
    padding: 0!important;
  }
}

.buyerinfo .form-horizontal label {
  padding: 0;
  text-align: left;
}

.buyerinfo .whyus {
  padding: 0;
}

.buyerinfo .whyus .catos .row {
  margin-bottom: 5px;
}

.Norek {
  margin-bottom: 12px;
}

.Norek .cart_navigation {
  float: none!important;
}

.Norek .row1 {
  padding: 20px 0;
  margin: 0 0 8px;
  background: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.d-flex,.std .row {
  align-items: center;
}

.Norek .row1 .bl0 {
  border-left: 2px solid #efa93e;
}

@media (min-width:320px) and (max-width:767px) {
  .Norek .row1 {
    display: inherit;
  }

  .Norek .row1 .col-xs-12 {
    margin-bottom: 16px;
  }

  .Norek .row1 .bl0 {
    border-left: none;
    margin-bottom: 0;
  }
}

.Norek .row1 ul {
  margin: 0;
  list-style: none;
}

.Norek .row1 .confirmpay a {
  background: #fe0100;
  font-size: 14px;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  margin: 0 auto 8px;
}

.Norek .row1 label {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: green;
  margin: 0;
}

.Norek .row1 .totprice {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #efa93e;
  padding: 20px 0;
}

@media (min-width:320px) and (max-width:767px) {
  .buy {
    margin-bottom: 12px;
  }
}

@media (min-width:768px) and (max-width:1200px) {
  .userhd {
    display: none;
  }
}

.userhd a {
  display: block;
}

.minor {
  text-align: center;
  margin-top: 8px;
}

.minor small {
  color: #fff;
  background: red;
  border-radius: 4px;
  padding: 3px 8px;
  text-transform: inherit;
  font-size: 10px;
}

.d-flex {
  width: 100%;
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
}

.notif-pay {
  position: relative;
}

.notif-pay.dropdown {
  width: auto!important;
}

.notif-pay.dropdown .dropdown-menu {
  box-shadow: none;
  border: 1px solid #efa93e;
  padding: 0;
  border-radius: 0;
}

.notif-pay.dropdown .dropdown-menu a {
  color: #000;
  padding: 6px 12px;
}

.notif-pay.mm-label .note {
  right: 0;
  top: 4px;
  padding: 0 8px;
  line-height: 20px;
}

.notif-pay.mm-label .fa-bell {
  font-size: 16px;
}

.notif-pay.mm-label .dropdown-menu {
  padding: 4px;
}

.notif-pay.mm-label .dropdown-menu li a {
  font-size: 12px!important;
  text-transform: initial;
}

.notif-pay .note {
  color: #fff;
  position: absolute;
  right: -1px;
  top: 4px;
  background: orange;
  padding: 2px 5px;
  border-radius: 50%;
  font-size: 8px;
}

.count div>span,.count>div {
  display: inline-block;
  border-radius: 0;
}

.count {
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width:320px) and (max-width:767px) {
  .count {
    font-size: 20px;
  }
}

.count>div {
  padding: 10px;
  background: #efa93e;
}

.count div>span {
  padding: 15px;
  background: #fff;
  color: #000;
}

.sticky,.sticky #search .input-group {
  /* background: #5572ba; */
}

.smalltext {
  padding-top: 5px;
  font-size: 16px;
}

.c-img .imgbox {
  width: 100%;
  height: 54px;
  position: relative!important;
}

.c-img .imgbox img {
  max-height: 100%;
  overflow: hidden;
  -moz-transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.wmainl {
  display: none;
}

.filter.sticky {
  width: 100%;
  padding: 0!important;
  left: 0;
  top: 0;
  z-index: 1000;
  overflow-y: auto;
}

.filter.sticky .shop-by-side {
  height: 100vh;
  overflow-y: auto;
}

.sticky {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  padding: 5px 0!important;
  border-bottom: 2px solid #5572ba;
  background: #fff!important;
}

@media (max-width:767px) {
  .sticky .logo {
    display: none!important;
  }
}

.sticky .mainl {
  display: none;
}

.sticky .wmainl {
  display: block;
}

.sticky #search button {
  padding: 8px 12px;
    float: right;
    display: inline-block;
    background: #5572BA;
    border: none;
    color: #fff;
    border-left: none;
    width: 10%;
    border-radius: 0 4px 4px 0;

}

.footer-down{
	text-align: right;
	padding: 10px;
	font-weight: bold;
}

.sticky .fa-shopping-cart:before {
  background: #fff!important;
  padding: 12px 14px!important;
  color: #5572BA!important;
  border: 2px solid #5572BA;
}

.sticky .btn-green {
  background: #fff;
  color: #fd6331;
}

.sticky .shoppingcart-inner {
  padding: 8px 12px;
}

.ketupat,.lampion {
  background-size: 220px;
  background-position: center center;
  /* padding: 24px 0; */
  /* background-color: #333333; */
}

.ketupat .white-warph,.lampion .white-warph {
  background: 0 0;
}

@media (max-width:767px) {
  .ketupat,.lampion {
    padding: 12px 0;
  }

  .ketupat .d-flex.m-block,.lampion .d-flex.m-block {
    display: block!important;
  }

  .ketupat .d-flex.m-block .col-xs-12,.lampion .d-flex.m-block .col-xs-12 {
    padding: 0!important;
  }
}

.jssocials-share-logo {
  font-size: 1.2em!important;
}

@media (max-width:1200px) {
  .jssocials-share-logo {
    font-size: 1em!important;
  }
}

.jssocials-share-link {
  border-radius: 50%!important;
  padding: .5em!important;
}

.catos .imgbox:active:after {
  opacity: 0;
}

.catos .imgbox:after {
  animation: shine 5s ease-in-out infinite;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255,255,255,.13);
  background: linear-gradient(to right,rgba(255,255,255,.13) 0,rgba(255,255,255,.13) 77%,rgba(255,255,255,.5) 92%,rgba(255,255,255,0) 100%);
}

@keyframes shine {
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left,top,opacity;
    transition-duration: .7s,.7s,.15s;
    transition-timing-function: ease;
  }

  100% {
    opacity: 0;
    top: -30%;
    left: -30%;
    transition-property: left,top,opacity;
  }
}

@keyframes shake {
  10%,90% {
    transform: translate3d(-1px,0,0);
  }

  20%,80% {
    transform: translate3d(2px,0,0);
  }

  30%,50%,70% {
    transform: translate3d(-4px,0,0);
  }

  40%,60% {
    transform: translate3d(4px,0,0);
  }
}

.reviewbg {
  background: url(../../images/temp/review_bg.jpg) center no-repeat fixed;
  background-size: cover;
  position: relative;
}

@media (max-width:767px) {
  .reviewbg .sw-pagination {
    top: -4px!important;
    right: 0!important;
  }
}

@media (min-width:768px) and (max-width:1200px) {
  .reviewbg .sw-pagination {
    top: 10px;
  }
}

.reviewbg .mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.reviewbg h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width:767px) {
  .reviewbg h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
    padding: 0 12px;
  }

  .reviewbg .r-view.d-flex {
    display: block!important;
  }

  .reviewbg .r-view.d-flex .imgbox {
    margin: 0 auto 12px;
  }

  .reviewbg .r-view.d-flex .des {
    width: 92%!important;
  }
}

.reviewbg .r-view .imgbox {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.reviewbg .r-view .imgbox img {
  color: transparent;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.reviewbg .des {
  display: block!important;
  background: #fff;
  padding: 12px 20px;
  margin-left: 12px;
  width: 82%;
  border-radius: 8px;
}

.reviewbg .special-products-pro {
  padding: 0 30px 50px;
}

@media (max-width:767px) {
  .reviewbg .special-products-pro {
    padding: 0 0 25px;
  }
}

.reviewbg .checked {
  color: orange;
}

.tooltip {
  position: relative;
  display: inline-block;
  z-index: 4!important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 178px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 8px;
  position: absolute;
  z-index: 1;
  top: 125%;
  left: -67%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity .3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.h-100 {
  max-height: 100px;
  overflow-y: auto;
  text-align: left;
}

.near-location .form-control {
  height: 38px;
  border: 2px solid green!important;
}

.popupone {
  overflow: hidden!important;
}

.popupone .modal-content {
  box-shadow: none!important;
  background-color: transparent!important;
  overflow: hidden;
  border: none;
}

.popupone .modal-dialog {
  margin: 4% auto!important;
}

.popupone .img-warp {
  width: 100%;
  height: 500px;
  background: 0 0;
  overflow: hidden;
  margin: 0 auto;
}

.popupone .btn-close {
  right: 25%;
  font-size: 50px;
  color: #fff;
  padding: 12px 16px;
  background: #069442;
  border-radius: 50%;
  opacity: 1;
}

.review-msg {
  padding: 30px 0 0;
  font-size: 18px;
  color: #fff;
}

.keterangan {
  text-align: left;
  color: #fff;
}

.keterangan h5 {
  font-size: 32px;
  color: #fff;
}

@media (max-width:767px) {
  .openloc .w-20,.pro-ung.w-72 {
    width: 100%;
  }

  .md-block.d-flex {
    display: block!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .openloc .w-20 {
    width: 50%;
  }
}

.cart_product a {
  height: 100px;
  background: #fff;
  display: block;
  position: relative;
}

.cart_product a img {
  max-height: 100%;
  overflow: hidden;
  -moz-transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.btnrow .btn {
  width: 100%;
  text-align: center;
  padding: 8px;
}

@media (max-width:767px) and (min-width:320px) {
  .btnrow .btn {
    padding: 12px;
    border-radius: 0;
  }
}

.fixed-button {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  left: 0;
  padding: 0;
  z-index: 1;
}

.fixed-button a {
  border-radius: 0;
  padding: 12px!important;
}

.buy,.fav {
  border: 1px solid orange;
}

.fav {
  color: orange;
  background: #fff;
}

.buy,.fav:hover {
  background: orange;
  color: #fff;
}

.buy {
  /* text-transform: uppercase; */
  width: 100%;
}

.buy:hover {
  background: #b57a0e;
  border: 1px solid #b57a0e;
  color: #fff;
}

@media (min-width:320px) and (max-width:767px) {
  .buy {
    margin-bottom: 0;
  }

  .product-details-area .text-right {
    text-align: left;
  }
}

.sidebar-bar-title.pd22 {
  padding: 22px 12px;
}

.destab {
  max-height: 300px;
  overflow: auto;
}

.img-warp img,.membership .imgbox img,.products-block-left a img {
  max-width: 100%;
  max-height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

.destab p {
  margin-bottom: 0;
}

.special-product {
  background: #f7f7f7;
}

.artikel {
  background: transparent;
}

.special-product ul {
  padding: 0 12px 12px;
}

.artikel ul {
 /* padding: 0 12px 12px;*/
}

@media (max-width:767px) {
  .special-product {
    margin-bottom: 12px;
  }

  .artikel {
    margin-bottom: 12px;
  }

  .prpes2 {
    background: #fff;
    padding: 12px;
    box-shadow: 0 0 4px 0 grey;
    border-radius: 8px;
  }

  .prpes2 .special-price {
    width: 100%;
    text-align: center;
  }

  .prpes2 .special-price .price small {
    font-size: 12px;
  }
}

.prpes {
  background: #f7f7f7;
  margin-bottom: 20px;
}

@media (max-width:991px) {
  .prpes .d-flex.price {
    display: block!important;
  }

  .prpes .d-flex.minor.j-center {
    justify-content: left!important;
    margin-left: 0;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
  }

  .prpes .d-flex.j-end {
    justify-content: flex-start;
    text-align: left;
  }
}

.prpes .special-price .price {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: block;
  color: #5572ba;
}

.prpes .special-price .price p {
  margin-bottom: 0;
}

.prpes .special-price .price .minor {
  margin-top: 0;
}

.prpes .special-price .price small {
  font-size: 12px;
  text-transform: inherit;
}

.os-modal .modal-footer,.os-modal .modal-header {
  border: none;
}

.os-modal .mt-10 input {
  width: 60%;
}

.os-modal.loginbox .modal-body {
  padding: 0!important;
}

.os-modal.loginbox .modal-body .close {
  padding: 12px;
  font-size: 32px;
}

.os-modal .boxlogin {
  width: 100%;
  margin: 0;
}

.std .row {
  margin-bottom: 12px;
}

@media (min-width:320px) and (max-width:767px) {
  .std .row {
    margin-bottom: 0;
    display: inherit;
  }

  .std .row .col-lg-2 {
    margin-bottom: 5px;
    font-weight: 700;
  }
}

.std i {
  font-size: 18px;
  margin-right: 8px;
}

@media (max-width:767px) {
  #ongkir .product-tab-inner {
    padding: 0;
  }

  .std i {
    margin-right: 0;
  }
}

@media (max-width:991px) {
  .std a {
    margin-bottom: 12px;
  }

  .std a span {
    display: none!important;
  }

  .std a i {
    margin: 0;
  }
}

.std h2 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.inform {
  border: 2px dashed #69bd43;
  padding: 12px 20px;
  border-left: 5px solid #5cb85c;
  background: #fff;
}

.inform hr {
  margin: 12px 0;
}

@media (max-width:767px) and (min-width:320px) {
  .inform .col-xs-2 {
    display: none!important;
  }
}

.inform img {
  height: 64px;
  width: 100%;
  margin: 0 auto;
}

.inform2 {
  margin-top: 12px;
  border: 2px dashed red;
  padding: 10px;
  text-align: center;
  background: #f7f7f7;
}

.hidden-md {
  display: none!important;
}

.hidden-sm {
  display: block!important;
}

@media (max-width:767px) {
  .hidden-md {
    display: block!important;
  }

  .hidden-sm {
    display: none!important;
  }
}

.products-block-left a {
  width: 75px;
  position: relative;
  height: 75px;
  display: block;
}

.products-block-left a img {
  overflow: hidden;
  transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  position: absolute;
  width: auto;
  margin: auto;
}

.mitraloc .details {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: rgba(0,0,0,.74);
  padding: 20px;
}

.mitraloc .details h4 {
  color: #fff;
  text-transform: uppercase;
}

.mitraloc .details .det {
  color: #fff;
  text-align: left;
}

.mitraloc .details .det address {
  margin: 0;
}

.img-warp {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

@media (max-width:767px) {
  .img-warp {
    width: 40%;
  }
}

.img-warp img {
  overflow: hidden;
  position: absolute;
  width: auto;
  margin: auto;
}

.mitra .page-content {
  background-color: #f7f7f7;
  margin-bottom: 30px;
  padding: 20px;
  overflow: hidden;
}

.mitra .page-content .error-message {
  text-align: center;
  padding: 16px;
  background: pink;
  color: #000;
  margin-bottom: 24px;
  border-radius: 2px;
}

.mitra .page-content .error-message p {
  margin: 0;
}

.mitra .page-content .form-selector {
  padding-bottom: 25px;
}

.mitra .page-content .form-selector label {
  padding-bottom: 5px;
}

.mitra .page-content .form-selector input {
  border-radius: 0;
  border-color: #ddd;
  box-shadow: inherit;
  outline: 0;
  height: 35px;
}

.mitra .page-content .form-selector textarea.height125 {
  height: 125px;
}


.static {
  margin-bottom: 24px;
}

.static h1,.static h2 {
  color: #39342e;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  line-height: normal;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.static h3 {
  font-weight: 500;
  font-size: 16px;
}

.static h4 {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.gallery {
  text-align: center;
}

.gallery .current-image-wrapper {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.gallery .current-image-wrapper img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  opacity: 1;
  transition: opacity 1.85s;
}

.gallery .current-image-wrapper .hideme {
  opacity: 0;
}

.gallery .thumbnails {
  margin: 0;
  width: 100%;
  display: flex;
  overflow-x: auto;
}

.gallery .thumbnails a,.gallery .thumbnails img,.gallery .thumbnails li {
  display: inline-block;
  width: 4.5em;
  height: 3em;
  border: none;
}

.pm .banner-box {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 32px;
}

.pm .box-hover {
  margin-top: 12px;
  font-weight: 700;
}

.pm .wa {
  width: 100%;
}

.pm .wa:hover {
  background: #68be42;
  color: #fff;
}

.banner-static a {
  display: block;
}

.membership {
  background: #f7f7f7;
  width: 100%;
  margin: 0 auto;
  padding: 25px;
}

@media (min-width:320px) and (max-width:991px) {
  .membership {
    width: 100%;
  }
}

.membership .imgbox {
  background: #fff;
  height: 124px;
  width: 124px;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #000;
}

.membership .imgbox.v2 {
  border-radius: 0!important;
}

.membership .imgbox img {
  overflow: hidden;
  transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  position: absolute;
  width: auto;
  margin: auto;
}

.membership .change .btn {
  background: #68be42;
  color: #fff;
  margin-top: 12px;
}

.membership .change .btn:hover {
  background: #325224;
}

.membership .historypay {
  background: #fff;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid #efa93e;
}

.membership .historypay h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.membership .historypay .btn {
  padding: 6px 12px;
  background: 0 0;
  width: 100%;
  border: 1px solid #efa93e;
  border-radius: 20px;
  text-align: center;
}

.membership .historypay .btn:hover {
  background: #efa93e;
  color: #fff;
}

.membership .form-horizontal label {
  text-align: left;
  padding-left: 12px;
}

.menumember {
  background: #fff;
  border-radius: 12px!important;
  padding: 16px;
  border: 1px solid #efa93e;
  position: relative;
}

.menumember .tooltip {
  width: 100px;
  left: -18px!important;
}

.menumember.p2 ul li {
  border: none;
}

.menumember .memname {
  width: 100%;
  text-align: center;
  margin: 12px 0;
  font-size: 14px;
  font-weight: 700;
}

.menumember ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.menumember ul li {
  border-top: 1px solid #efa93e;
}

.menumember ul li a {
  display: inline-flex;
  padding: 12px;
  font-size: 14px;
  position: relative;
  width: 100%;
  align-items: center;
  color: #000;
}

.menumember ul li a .w90 {
  width: 90%;
}

.menumember ul li a .glyphicon {
  top: 0;
  width: 10%;
  text-align: right;
}

.menumember ul li a i {
  text-align: left!important;
}

.menumember ul li a:hover {
  background: #efa93e;
  color: #fff;
}

.royalty {
  background: url(../images/bukti_pembayaran/loyalty.svg) center center no-repeat;
  width: 64px;
  height: 64px;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
}

.cat-warp {
  border: 1px solid #68be42;
  padding: 12px;
  margin-bottom: 28px;
  background: #fff;
}

.cat-warp .cat-head {
  border-bottom: 2px solid #68be42;
  display: block;
  padding: 0 0 12px;
  margin-bottom: 12px;
}

.cat-warp ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 224px;
  overflow: auto;
}

.cat-warp ul li {
  border-bottom: 1px solid #ddd;
}

.cat-warp ul li:last-child {
  border-bottom: none;
}

.cat-warp ul li a {
  display: block;
  padding: 6px 0;
}

@-webkit-keyframes example {
  0% {
    background-color: red;
  }

  25% {
    background-color: orange;
  }

  50% {
    background-color: green;
  }

  75% {
    background-color: #68be42;
  }

  100% {
    background-color: #00f;
  }
}

@keyframes example {
  0% {
    background-color: red;
  }

  25% {
    background-color: orange;
  }

  50% {
    background-color: green;
  }

  75% {
    background-color: #68be42;
  }

  100% {
    background-color: #00f;
  }
}

.notif {
  background: #8a2be2;
  margin-right: 12px;
  color: #fff;
  border-radius: 48%;
  padding: 8px;
  font-size: 11px;
}

.shop-by-side ul li a {
  margin-bottom: 10px;
  display: block;
  color: #000;
}

.shop-by-side ul li a:hover {
  color: green;
}

.shop-by-side .h-17 {
  max-height: 17pc;
}

.progressbar {
  margin: 0!important;
}

.progressbar li {
  list-style-type: none;
  width: 20%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}

@media (max-width:767px) {
  .progressbar li {
    font-size: 10px;
    line-height: 15px;
    word-wrap: break-word;
  }
}

.progressbar li.th-1:before {
  background-image: url(/images/bread/cart.png)!important;
}

.progressbar li.th-2:before {
  background-image: url(/images/bread/cash.png)!important;
}

.progressbar li.th-3:before {
  background-image: url(/images/bread/verif.png)!important;
}

.progressbar li.th-4:before {
  background-image: url(/images/bread/delivery.png)!important;
}

.progressbar li.th-5:before {
  background-image: url(/images/bread/done.png)!important;
}

.progressbar li:before {
  width: 64px;
  height: 64px;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  content: '';
  background-size: 38px!important;
  line-height: 30px;
  border: 3px solid #000;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  background: #fff;
  border-radius: 50%;
}

@media (max-width:767px) {
  .progressbar li:before {
    width: 40px;
    height: 40px;
    background-size: 24px!important;
  }
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #000;
  top: 33px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: green;
}

.progressbar li.active:before {
  border-color: #efa93e;
  color: #fff;
}

.progressbar li.active+li:after {
  background-color: #55b776;
}

.deliver {
  background-image: url(/images/bread/delivery.png)!important;
}

.offlinestoreblack {
  background-image: url(/images/sementara/shopblack.png)!important;
}

.deliver,.offlinestoreblack {
  background-size: 50px!important;
  height: 50px;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  margin-bottom: 20px;
}

.button-pickdev a {
  border: 2px solid #000;
  background: #fff;
  display: block;
  padding: 12px!important;
  color: #000;
  white-space: inherit;
  text-transform: uppercase;
}

@media (max-width:767px) {
  .progressbar li:after {
    top: 20px;
  }

  .button-pickdev a {
    text-transform: capitalize;
  }
}

.button-pickdev a:hover {
  background: orange;
}

.pickuploc a {
  width: 40%;
  font-weight: 900;
  text-transform: uppercase;
  background: #fff;
  color: #000;
}

.listlocation ul {
  list-style: none;
  margin: 0;
}

.listlocation .fa-map-marker {
  font-size: 24px;
  margin-right: 12px;
}

.listlocation .orloc {
  background: #fff;
  color: #000;
  border-radius: 8px;
  border: 1px solid green;
  padding: 12px 20px!important;
  margin-bottom: 12px;
  display: block;
  white-space: inherit;
}

.listlocation .search-container input {
  height: auto!important;
  padding: 8px;
  border-radius: 4px 0 0 4px;
  border: 2px solid green;
}

.listlocation .search-container button {
  border-radius: 0 4px 4px 0;
  background: green;
  color: #fff;
  border: 2px solid green;
}

@media (max-width:767px) {
  .listlocation .search-container,.pickuploc a {
    width: 100%;
  }
}/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  20%,53%,80%,from,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
    animation-timing-function: cubic-bezier(.755,.050,.855,.060);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
    animation-timing-function: cubic-bezier(.755,.050,.855,.060);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  20%,53%,80%,from,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
    animation-timing-function: cubic-bezier(.755,.050,.855,.060);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
    animation-timing-function: cubic-bezier(.755,.050,.855,.060);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  50%,from,to {
    opacity: 1;
  }

  25%,75% {
    opacity: 0;
  }
}

@keyframes flash {
  50%,from,to {
    opacity: 1;
  }

  25%,75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from,to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }

  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
}

@keyframes pulse {
  from,to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }

  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from,to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }

  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1);
  }

  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1);
  }

  50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1);
  }

  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }

  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
}

@keyframes rubberBand {
  from,to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }

  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1);
  }

  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1);
  }

  50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1);
  }

  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }

  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}

@keyframes shake {
  from,to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
  }

  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg);
  }

  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg);
  }

  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg);
  }

  to {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
  }

  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg);
  }

  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg);
  }

  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg);
  }

  to {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from,to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }

  10%,20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
}

@keyframes tada {
  from,to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }

  10%,20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from,to {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
}

@keyframes wobble {
  from,to {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1%,from,to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}

@keyframes jello {
  11.1%,from,to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  20%,40%,60%,80%,from,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }

  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }

  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}

@keyframes bounceIn {
  20%,40%,60%,80%,from,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }

  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }

  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  60%,75%,90%,from,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }

  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }

  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  60%,75%,90%,from,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }

  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }

  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  60%,75%,90%,from,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
  }

  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }

  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  60%,75%,90%,from,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
  }

  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }

  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  60%,75%,90%,from,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }

  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }

  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  60%,75%,90%,from,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }

  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }

  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  60%,75%,90%,from,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }

  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }

  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@keyframes bounceInUp {
  60%,75%,90%,from,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }

  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }

  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }

  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }

  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.flipInY,.flipOutX {
  -webkit-backface-visibility: visible!important;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  backface-visibility: visible!important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

.flexslider .slides .item,.flexslider .slides>li,.tparrows {
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 5920px 0;
  }
}

@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 5920px 0;
  }
}

@-moz-keyframe animatedBackground {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 5920px 0;
  }
}

.flex-container a:active,.flex-container a:focus,.flexslider a:active,.flexslider a:focus {
  outline: 0;
}

.flex-control-nav,.flex-direction-nav,.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  padding: 0;
  margin: 0;
  position: relative;
  zoom: 1;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

.flex-direction-nav a,.flex-direction-nav li,.no-js .slides>li:first-child {
  display: inline-block;
}

* html .slides {
  height: 1%;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  position: absolute;
  right: -3px;
  top: -41px;
  padding-bottom: 20px;
  opacity: 1;
}

.flexslider:hover .flex-direction-nav {
  opacity: 1;
}

.min .flex-direction-nav {
  top: -43px;
}

.flex-direction-nav a {
  cursor: pointer;
}

.flex-direction-nav a:hover {
  color: #ee3b27;
}

.flex-direction-nav .flex-disabled,.flex-direction-nav .flex-v-disabled {
  opacity: .5!important;
  filter: alpha(opacity=50);
  cursor: default;
  color: #2b2b2b;
}

.flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 2em;
  display: inline-block;
}

.flex-direction-nav a.flex-next:before {
  content: '\f105';
}

.flex-direction-nav a.flex-prev:before,.tparrows.tp-leftarrow:before,.vertical .flex-direction-nav a.flex-next:before,.vertical .flex-direction-nav a:before {
  content: '\f104';
}

.min .flex-direction-nav a:before {
  font-size: 20px;
}

.flexslider-thumb-vertical.min .flex-direction-nav {
  bottom: -50px;
  top: auto;
  left: 16px;
}

.flexslider-large {
  padding-bottom: 30px;
}

.flexslider-large .flex-direction-nav a:before {
  font-size: 3em;
}

.flexslider-large .flex-direction-nav {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
  left: 0;
  width: 100%;
}

.flexslider-large .flex-direction-nav li {
  display: block;
  position: relative;
  width: 100%;
}

.flexslider-large .flex-direction-nav li .flex-next {
  position: absolute;
  right: 10px;
}

.flexslider-large .flex-direction-nav li .flex-prev {
  position: absolute;
  left: 10px;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #272727;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #ee3b27;
}

.flex-control-paging li a.flex-active {
  background: #ee3b27;
  cursor: default;
}

.flexslider-large .flex-control-nav {
  bottom: 0;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.tp-banner,.tp-banner-container {
  position: relative;
  width: 100%;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width:860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.tp-banner-container {
  padding: 0;
  margin-bottom: 5px;
}

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.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-bullets.simplebullets.preview1 .bullet {
  cursor: pointer;
  position: relative!important;
  background: rgba(0,0,0,.5)!important;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 5px!important;
  height: 5px!important;
  border: 2px solid rgba(0,0,0,0)!important;
  display: inline-block;
  margin-right: 10px!important;
  margin-bottom: 14px!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;
}

.tp-bullets.simplebullets.preview1 .bullet.last {
  margin-right: 0;
}

.tp-bullets.simplebullets.preview1 .bullet.selected,.tp-bullets.simplebullets.preview1 .bullet:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #69bd43!important;
  width: 5px!important;
  height: 5px!important;
  border: 3px solid rgba(0,0,0,0)!important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.tp-caption.medium_text,.tp-caption.very_big_white {
  position: absolute;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.very_big_white {
  text-shadow: none;
  letter-spacing: .025em;
  padding: 1px 4px 0;
  text-transform: uppercase;
}

.tp-caption.medium_text {
  font-weight: 700;
 font-family: 'Montserrat', sans-serif;
}

.largebtn {
  line-height: 40px;
  text-align: center;
  padding: 8px 25px;
  background: 0 0;
  margin-right: 1px!important;
  text-transform: uppercase;
}

.tp-caption.black_thin_blackbg_30,.tp-caption.white_heavy_60 {
  background-color: transparent;
  text-shadow: none;
  border-width: 0;
  border-color: #000;
  border-style: none;
  text-decoration: none;
}

a.largebtn.slide1 {
  color: #fff;
  font-size: 14px;
}

.tp-caption.white_heavy_60 {
  font-size: 80px;
  line-height: 60px;
  font-weight: 800;
}

.largebtn.solid {
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  padding: 13px 45px;
  background: #ffa200;
  margin-right: 1px;
}

.largebtn.solid:hover {
  background: #1b1c1f;
  border: 2px solid #1b1c1f;
  transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  color: #fff;
}

.tp-caption.big_100_white,.tp-caption.finewide_large_white {
  background-color: transparent;
}

.tp-caption.big_100_white {
  line-height: 60px;
  font-weight: 800;
  font-family: Dosis,sans-serif;
  text-decoration: none;
  text-shadow: none;
  border-width: 0;
  border-color: #000;
  border-style: none;
  text-transform: uppercase;
}

.tp-caption.extra_large_white,.tp-caption.huge_white {
  font-weight: 400;
  line-height: 60px;
  letter-spacing: .025em;
  margin: 0;
  white-space: nowrap;
  padding: 1px 4px 0;
  color: #fff;
  font-family: Dosis,sans-serif;
  text-transform: uppercase;
  border-width: 0;
  border-style: none;
  text-shadow: none;
  position: absolute;
}

.tp-caption.extra_large_white {
  font-size: 90px;
}

.tp-caption.huge_white {
  font-size: 130px;
}

.tp-caption.medium_services_text {
  color: #fff;
  font-size: 26px;
  font-family: Dosis,sans-serif;
}

.slider-bullet {
  color: #1dcfd1;
  margin: 0 10px;
}

.scroll-down {
  font-size: 60px;
}

.tp-caption a {
  color: #fff;
}

.tp-caption.scroll-down {
  display: block;
  width: 53px;
  height: 53px;
}

.tp-caption.scroll-down i {
  -webkit-animation-duration: 1.5s!important;
  animation-duration: 1.5s!important;
}

.tp-caption.whitedivider3px {
  color: #000;
  text-shadow: none;
  background-color: #fff;
  background-color: rgba(255,255,255,1);
  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.finewide_medium_white {
  background-color: transparent;
}

.tp-caption.boldwide_small_white {
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  font-family: Lato,sans-serif,Helvetica,Arial,sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  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: rgba(255,255,255,1);
  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,.tp-caption.finewide_verysmall_white_mw {
  line-height: 25px;
  font-family: Lato,sans-serif,sans-serif;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0;
  border-color: #000;
  border-style: none;
  color: #fff;
}

.tp-caption.finewide_small_white {
  font-size: 25px;
  font-weight: 300;
}

.tp-caption.finewide_verysmall_white_mw {
  font-size: 13px;
  font-weight: 400;
  max-width: 470px;
  white-space: normal!important;
}

.tp-caption.lightgrey_divider {
  color: #fff;
  font-size: 70px;
  background-color: #ebebeb;
  background-color: rgba(235,235,235,1);
}

.tp-caption.finewide_large_white,.tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-weight: 300;
  font-family: Lato,sans-serif,sans-serif;
  background-color: rgba(0,0,0,0);
  text-decoration: none;
  border-color: #000;
  border-width: 0;
  border-style: none;
  text-transform: uppercase;
}

.tp-caption.finewide_large_white {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 8px;
}

.tp-caption.finewide_medium_white {
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 5px;
}

.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.huge_thin_yellow,.tp-caption.middle_yellow {
  position: absolute;
  color: #fbd572;
  font-family: 'Open Sans',sans-serif;
  margin: 0;
  white-space: nowrap;
}

.tp-caption.middle_yellow {
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  border-width: 0;
  border-style: none;
}

.tp-caption.huge_thin_yellow {
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  letter-spacing: 20px;
  border-width: 0;
  border-style: none;
}

.tp-caption.big_dark,.tp-caption.medium_dark {
  position: absolute;
  color: #333;
 font-family: 'Montserrat', sans-serif;
  border-width: 0;
  border-style: none;
}

.tp-caption.big_dark {
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  margin: 0;
  white-space: nowrap;
}

.tp-caption.medium_dark {
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  margin: 0;
  letter-spacing: 5px;
  white-space: nowrap;
}

.tp-caption.medium_grey,.tp-caption.small_text {
  color: #fff;
  text-shadow: 0 2px 5px rgba(0,0,0,.5);
  line-height: 20px;
  font-family: Arial;
  font-weight: 700;
  position: absolute;
  margin: 0;
  white-space: nowrap;
}

.tp-caption.medium_grey {
  font-size: 20px;
  padding: 2px 4px;
  border-width: 0;
  border-style: none;
  background-color: #888;
}

.tp-caption.small_text {
  font-size: 14px;
  border-width: 0;
  border-style: none;
}

.tp-caption.large_bold_white_25,.tp-caption.medium_text_shadow {
 font-family: 'Montserrat', sans-serif;
  text-shadow: #000 0 5px 10px;
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  border-width: 0;
  border-style: none;
  text-decoration: none;
  text-align: center;
}

.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
}

.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}

.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(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.medium_bold_grey {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
 font-family: 'Montserrat', sans-serif;
  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.very_big_black,.tp-caption.very_large_text {
  position: absolute;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
}

.tp-caption.very_large_text {
  color: #fff;
  text-shadow: 0 2px 5px rgba(0,0,0,.5);
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px;
}

.tp-caption.very_big_black {
  color: #000;
  text-shadow: none;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  padding: 1px 4px 0;
  background-color: #fff;
}

.tp-caption.modern_medium_fat,.tp-caption.modern_medium_fat_white {
  font-weight: 800;
  font-family: Lato,sans-serif,sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  position: absolute;
  text-shadow: none;
  font-size: 24px;
  line-height: 20px;
  white-space: nowrap;
}

.tp-caption.modern_medium_fat {
  color: #000;
}

.tp-caption.modern_medium_fat_white {
  color: #fff;
}

.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: Lato,sans-serif,sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.modern_big_bluebg,.tp-caption.modern_big_redbg {
  color: #fff;
  text-shadow: none;
  font-size: 30px;
  line-height: 36px;
  font-family: Lato,sans-serif,sans-serif;
  letter-spacing: 0;
  position: absolute;
  border-style: none;
  border-width: 0;
  margin: 0;
}

.tp-caption.modern_big_bluebg {
  font-weight: 800;
  padding: 3px 10px;
  background-color: #4e5b6c;
}

.tp-caption.modern_big_redbg {
  font-weight: 300;
  padding: 1px 10px 3px;
  background-color: #de543e;
}

.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;
}

.tp-caption.thinheadline_dark,.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0,0,0,.85);
  text-shadow: none;
  background-color: transparent;
}

.tp-caption a {
  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;
  font-weight: 700;
}

.tp-caption.largeblackbg,.tp-caption.thinheadline_dark,.tp-caption.thintext_dark {
  font-weight: 300;
 font-family: 'Montserrat', sans-serif;
}

.tp-caption.thinheadline_dark {
  font-size: 30px;
  line-height: 30px;
}

.tp-caption.thintext_dark {
  font-size: 16px;
  line-height: 26px;
}

.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: 'Montserrat', sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  background-color: rgba(0,0,0,.498039);
  padding: 50px 25px;
  text-align: center;
  border-width: 0;
  border-color: #000;
  border-style: none;
}

.tp-caption.excerpt,.tp-caption.largeblackbg {
  text-decoration: none;
  border-width: 0;
  border-color: #fff;
  border-style: none;
}

.tp-caption.largeblackbg {
  font-size: 50px;
  line-height: 70px;
  color: #fff;
  background-color: #000;
  padding: 0 20px 5px;
  text-shadow: none;
}

.tp-caption.largegreenbg,.tp-caption.largepinkbg,.tp-caption.largewhitebg {
  position: absolute;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
 font-family: 'Montserrat', sans-serif;
  padding: 0 20px;
  text-shadow: none;
}

.tp-caption.largepinkbg {
  color: #fff;
  background-color: #db4360;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.tp-caption.largewhitebg {
  color: #000;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.tp-caption.largegreenbg {
  color: #fff;
  background-color: #67ae73;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #fff;
  background-color: rgba(0,0,0,1);
  text-shadow: none;
  margin: 0;
  letter-spacing: -1.5px;
  padding: 1px 4px 0;
  width: 150px;
  white-space: normal!important;
  height: auto;
}

.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
 font-family: 'Montserrat', sans-serif;
  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.medium_thin_grey,.tp-caption.small_thin_grey {
  font-weight: 300;
 font-family: 'Montserrat', sans-serif;
  background-color: transparent;
  padding: 1px 4px 0;
  margin: 0;
  border-color: #ffd658;
  border-width: 0;
  border-style: none;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  color: #666;
}

.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  color: #757575;
}

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: rgba(235,235,235,1);
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0;
  border-color: #222;
  border-style: none;
}

.tp-caption.large_bold_darkblue,.tp-caption.medium_bg_darkblue,.tp-caption.medium_bold_red {
  font-weight: 800;
 font-family: 'Montserrat', sans-serif;
  border-color: #ffd658;
}

.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-style: none;
}

.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0;
  border-style: none;
}

.tp-caption.medium_bold_red,.tp-caption.medium_light_red {
  color: #e33a0c;
  background-color: transparent;
  padding: 0;
  text-decoration: none;
  border-width: 0;
  border-style: none;
}

.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
}

.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
 font-family: 'Montserrat', sans-serif;
  border-color: #ffd658;
}

.tp-caption.medium_bg_red,.tp-caption.medium_bold_orange {
  font-weight: 800;
 font-family: 'Montserrat', sans-serif;
  border-color: #ffd658;
}

.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0;
  border-style: none;
}

.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-style: none;
}

.tp-caption.large_bold_white,.tp-caption.medium_bg_orange {
  font-weight: 800;
 font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-decoration: none;
  border-width: 0;
  border-style: none;
}

.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  background-color: #f39c12;
  padding: 10px;
  border-color: #ffd658;
}

.tp-caption.grassfloor {
  text-decoration: none;
  background-color: rgba(160,179,151,1);
  width: 4000px;
  height: 150px;
  border-width: 0;
  border-color: #222;
  border-style: none;
}

.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  background-color: transparent;
  border-color: #ffd658;
}

.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
 font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.mediumlarge_light_white,.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-style: none;
 font-family: 'Montserrat', sans-serif;
  color: #fff;
  border-color: #ffd658;
}

.tp-caption.mediumlarge_light_white_center {
  text-align: center;
}

.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
 font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption.large_bold_black,.tp-caption.medium_light_black {
  color: #000;
  text-decoration: none;
  border-width: 0;
  border-style: none;
 font-family: 'Montserrat', sans-serif;
}

.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  background-color: transparent;
  padding: 0;
  border-color: #ffd658;
}

.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  background-color: transparent;
  border-color: #ffd658;
}

.tp-caption.mediumlarge_light_darkblue,.tp-caption.small_light_white {
  font-weight: 300;
  background-color: transparent;
  padding: 0;
  border-color: #ffd658;
}

.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
 font-family: 'Montserrat', sans-serif;
  color: #34495e;
  text-decoration: none;
  border-width: 0;
  border-style: none;
}

.tp-caption.large_bg_black,.tp-caption.small_light_white {
  color: #fff;
 font-family: 'Montserrat', sans-serif;
  border-width: 0;
  border-style: none;
  text-decoration: none;
}

.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
}

.tp-caption.roundedimage {
  border-width: 0;
  border-color: #222;
  border-style: none;
}

.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  background-color: #000;
  padding: 10px 20px 15px;
  border-color: #ffd658;
}

.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
 font-family: 'Montserrat', sans-serif;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0;
  border-color: #000;
  border-style: none;
}

.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
 font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

.tp-caption .backcornertop,.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-top: 40px solid #00A8FF;
  position: absolute;
  top: 0;
}

.tp-caption.boxshadow {
  -moz-box-shadow: 0 0 20px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.5);
  box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: 'Open Sans',sans;
}

.tp-caption.noshadow {
  text-shadow: none;
}

.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none!important;
}

.tp-caption .frontcorner {
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  left: -40px;
}

.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 {
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  right: 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,.6)!important;
  font-size: 15px;
  line-height: 45px!important;
  background: url(../images/gradient/g30.png.html) top repeat-x;
  font-family: arial,sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
}

.tparrows.tp-leftarrow:before,.tparrows.tp-rightarrow:before,.tparrows:before {
  font-family: FontAwesome;
}

.tp-simpleresponsive .button.big {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.6);
  font-weight: 700;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px!important;
  background: url(../images/gradient/g40.png.html) 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;
  }
}

.fullscreen-container,.fullwidthbanner-container {
  padding: 0;
  width: 100%;
  position: relative;
}

.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;
}

.fullwidthbanner-container {
  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;
}

.tp-bannershadow.tp-shadow1 {
  background: url(../assets/shadow1.png.html) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}

.tp-bannershadow.tp-shadow2 {
  background: url(../assets/shadow2.png.html) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}

.tp-bannershadow.tp-shadow3 {
  background: url(../assets/shadow3.png.html) 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,.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;
}

.tp-seek-bar,.tp-video-button,.tp-volume-bar {
  outline: 0;
  line-height: 12px;
  margin: 0;
  cursor: pointer;
}

.html5vid.videoisplaying .revicon-right-dir {
  display: none;
}

.html5vid.videoisplaying .tp-revstop {
  display: block;
}

.html5vid.videoisplaying .tp-video-play-button,.tparrows .tp-arr-imgholder,.tparrows .tp-arr-titleholder {
  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(.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-bullets,.tparrows {
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
}

.tp-caption:hover .tp-video-controls {
  opacity: .9;
}

.tp-video-button {
  background: rgba(0,0,0,.5);
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  padding: 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%;
  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(../assets/gridtile.png.html);
}

.tp-dottedoverlay.twoxtwowhite {
  background: url(../assets/gridtile_white.png.html);
}

.tp-dottedoverlay.threexthree {
  background: url(../assets/gridtile_3x3.png.html);
}

.tp-dottedoverlay.threexthreewhite {
  background: url(../assets/gridtile_3x3_white.png.html);
}

.tpclear {
  clear: both;
}

.tp-bullets {
  z-index: 20;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: translateZ(5px);
}

.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
}

.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(../assets/boxed_bgtile.png.html);
  height: 40px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tp-bullets.simplebullets.navbar-old {
  background: url(../assets/navigdots_bgtile.png.html);
  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(../assets/bullet.png.html) top left;
  width: 20px;
  height: 20px;
  margin-right: 0;
  float: left;
  margin-top: 0;
  margin-left: 10px;
}

.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px;
}

.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets.png.html) bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}

.tp-bullets.simplebullets.square .bullet,.tp-bullets.simplebullets.square-old .bullet {
  background: url(../assets/bullets2.png.html) bottom left;
  width: 19px;
  margin-right: 0;
}

.tp-bullets.simplebullets.navbar .bullet,.tp-bullets.simplebullets.square .bullet,.tp-bullets.simplebullets.square-old .bullet {
  height: 19px;
  margin-top: 0;
  cursor: pointer;
  position: relative;
  float: left;
}

.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0;
}

.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0;
}

.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0;
}

.tp-bullets.simplebullets.navbar .bullet {
  background: url(../assets/bullet_boxed.png.html) top left;
  width: 18px;
  margin-right: 5px;
}

.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(../assets/navigdots.png.html) 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-rightarrow.navbar,.tp-rightarrow.navbar-old {
  margin-left: 6px;
}

.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,.tp-leftarrow:hover,.tp-rightarrow:hover {
  background-position: bottom left;
}

.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
}

.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.tp-leftarrow,.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
}

.tp-leftarrow.round,.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 19px;
  height: 14px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}

.tp-leftarrow.round-old,.tp-rightarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 26px;
  height: 26px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}

.tp-leftarrow.navbar,.tp-leftarrow.navbar-old {
  margin-right: 6px;
}

.tp-leftarrow.navbar,.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 15px;
  float: left;
  margin-top: 12px;
}

.tp-leftarrow.navbar-old,.tp-rightarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 9px;
  height: 16px;
  float: left;
  margin-top: 10px;
}

.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px;
}

.tp-leftarrow.square,.tp-leftarrow.square-old {
  margin-right: 0;
  z-index: 100;
  width: 12px;
  margin-top: 0;
  position: relative;
  cursor: pointer;
  float: left;
  height: 17px;
}

.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0;
}

.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0;
  margin-top: 0;
}

.tp-rightarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0;
  margin-top: 0;
}

.tp-leftarrow.default,.tp-rightarrow.default {
  z-index: 20;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
}

.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.preview1 .bullet,.tp-bullets.preview2 .bullet {
  cursor: pointer;
  margin-bottom: 0!important;
  box-sizing: content-box;
}

.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 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;
}

.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0,0,0,.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.tparrows:hover {
  background: #000;
}

.tparrows:before {
  font-size: 28px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.tparrows.tp-rightarrow:before {
  content: '\f105';
}

@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 {
  position: relative!important;
  background: rgba(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 rgba(0,0,0,0)!important;
  display: inline-block;
  margin-right: 5px!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;
  -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 rgba(255,255,255,1)!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,.tparrows.preview3:after {
  -webkit-transition: color .3s;
  font-family: revicons;
}

.tparrows.preview2:after {
  position: absolute;
  top: 50%;
  color: #aaa;
  font-size: 25px;
  margin-top: -12px;
  -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: uppercase;
  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 {
  position: relative!important;
  background: rgba(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 rgba(0,0,0,0)!important;
  display: inline-block;
  margin-right: 2px!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;
  -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: rgba(255,255,255,1)!important;
  width: 6px!important;
  height: 6px!important;
  border: 5px solid rgba(0,0,0,1)!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;
    display: none;
    visibility: none;
  }

  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 25px;
  }

  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 25px;
  }
}

@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;
  }
}

.tp-bullets.preview3 .bullet,.tp-bullets.preview4 .bullet {
  cursor: pointer;
  -webkit-border-radius: 10px;
  margin-right: 2px!important;
  margin-bottom: 0!important;
  box-sizing: content-box;
}

.tparrows.preview3 {
  width: 70px;
  height: 70px;
  background: #fff;
  background: rgba(255,255,255,1);
  -webkit-transform-style: flat;
}

.tparrows.preview3:after {
  position: absolute;
  line-height: 70px;
  text-align: center;
  color: #aaa;
  font-size: 30px;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  width: 70px;
  height: 70px;
  -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,.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%;
  left: 0;
  direction: rtl;
  padding-left: 70px;
}

.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-bullets.preview3,.tp-bullets.preview4 {
  height: 17px;
}

.tp-rightarrow.preview3 .tp-arr-iwrapper {
  right: 0;
  padding-right: 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 .bullet {
  position: relative!important;
  background: rgba(0,0,0,.5)!important;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px!important;
  height: 6px!important;
  border: 5px solid rgba(0,0,0,0)!important;
  display: inline-block;
  -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;
  -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: rgba(255,255,255,1)!important;
  width: 6px!important;
  height: 6px!important;
  border: 5px solid rgba(0,0,0,1)!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,.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;
}

.tparrows.preview4 .tp-arr-imgholder,.tparrows.preview4 .tp-arr-imgholder2 {
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  top: 0;
  -webkit-backface-visibility: hidden;
  display: block;
}

.tp-rightarrow.preview4:after {
  content: '\e825';
}

.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 {
  position: relative;
  backface-visibility: hidden;
}

.tparrows.preview4 .tp-arr-imgholder2 {
  position: absolute;
  left: 180px;
  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: uppercase;
  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 {
  content: '\e824';
  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(0);
    transform: rotateX(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}

.tp-bullets.preview4 .bullet {
  position: relative!important;
  background: rgba(0,0,0,.5)!important;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px!important;
  height: 6px!important;
  border: 5px solid rgba(0,0,0,0)!important;
  display: inline-block;
  -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;
  -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: rgba(255,255,255,1)!important;
  width: 6px!important;
  height: 6px!important;
  border: 5px solid rgba(0,0,0,1)!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;
  }
}

@font-face {
  font-family:revicons;src:url(../fonts/revicons/revicons.eot-5510888.html);src:url(../fonts/revicons/revicons.eot-5510888.html) format('embedded-opentype'),url(../fonts/revicons/revicons.woff-5510888.html) format('woff'),url(../fonts/revicons/revicons.ttf-5510888.html) format('truetype'),url(../fonts/revicons/revicons.svg-5510888.html) 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';
}

/* .ttl{
  background-color: #5572ba;
  color: #fff !important;
} */

/* .ttl h3:after, .ttl span:after {
  content: "\f039";
  background: #5572ba;
  width: 55px;
  position: absolute;
  top: 0;
  right: 0;
  font-family: FontAwesome;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  padding: 12px;
} */

.ttll{
  text-align: center;
}