@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'AC-Fifindrel';
  src: url('fonts/Fifindrel_Unicode/AC-Fifindrel_Unicode.otf') format('opentype'); 
}
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out 15s 4 both;
	        animation: heartbeat 1.5s ease-in-out 15s 4 both;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width:1240px;
}
.container.Vr1 {
	max-width:1400px;
}
.container.big {
	max-width:100%;
}
.container2 {
    width: 100%;
    padding:0;
    margin-right: auto;
    margin-left: auto;
	max-width:1400px;
}
.offers {
    background:#fff;
}
.offers h3 {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	font-family: 'BPreplayBoldItalics', sans-serif;
	color:#333;
	letter-spacing:.01em;
	text-align:center;
	display:inline-block;
	text-transform:uppercase;
}
.offers .Subt {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	font-family: 'BPreplay';
	color:#383838;
	letter-spacing:.01em;
	text-align:center;
	display:inline-block;
	margin: 15px 0;
	text-transform:uppercase;
}
.offers, .offers_into {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.offers:before, .offers:after {
    content: "";
    display: table;
}
.offers_into {
    max-width: 1400px;
	margin-top:25px;
}
.offers_into:before, .offers_into:after {
    content: " ";
    display: table;
}
.offers_into:after {
   clear:both;	
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.contact_sfz, .contact_sfz_b, .left, .right {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
/*product_index */
.infs {
    padding-left: 1.6em;
    padding-right: 1.6em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    line-height: 1.3em;
	position:relative;	
	background:#fff;
}
.infs img {
    display:block;
	margin:0 auto 15px auto;
	position:relative;
	width:100%;
	max-width:220px;
}
.offers_into .col-lg-4 {
	
}
.offers_into .col-lg-4:last-child {
	border-right: none;
}
.infs i, .infs em{
    display:block;
	margin:0 auto 10px auto;
	text-align:center;
	color:#e3c6b5;
}
.infs .title {
    color: #333;
    display: block;
    clear: both;
    position: relative;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
}
.infs .txt {
    color: #333;
    display: block;
    clear: both;
	font-family: 'OpenSans-Regular', sans-serif;
	text-align:center;
}
/* Curves */

#curveUpColor path,
#curveDownColor path {
  fill: #f1f1f1;
  stroke: #f1f1f1;
}
.welcome {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	background-color:#f1f1f1;
}
.welcome .welcome_into {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:95%;
	max-width:1400px;
	margin:auto;
	background-color:#f1f1f1;
}
.welcome .welcome_into h3 {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	font-family: 'Comfortaa-Bold', sans-serif;
	color:#cb8731;
	letter-spacing:.01em;
	text-align:left;
	display:inline-block;
	#text-transform:uppercase;
}
.welcome .welcome_into h4, .welcome .welcome_into h5{
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	font-family: 'Comfortaa-Bold', sans-serif;
	color:#bf0077;
	letter-spacing:.01em;
	text-align:left;
	display:inline-block;
	margin:6px 0;
	font-size:1.25em;
}
.welcome .welcome_into .col-lg-6.WH {
	background:#fff;
	padding:0;
}
.welcome .welcome_into .col-lg-6 .imgLiquid {
	display:block;
	margin:auto;
	width:100%;
}
.welcome .welcome_into .col-lg-6 .figarticle {
	width: 100%;
    height: 500px;
    display: block;
    margin: 0 auto;
}
.welcome .welcome_into .col-lg-6 .figarticle img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.welcome .welcome_into .col-lg-6 .text__sum {
	font-family: 'OpenSans-Regular', sans-serif;
	color:#333;
	width:100%;
	line-height:1.5;
	text-align:left;
	padding:15px 40px;
	margin-top:100px;
}
.welcome .welcome_into .col-lg-6 .sLink {
	font-family: 'OpenSans-Regular', sans-serif;
	background-color: #cb8731;
	border:solid 1px #cb8731;
	text-transform:uppercase;
    color: #fff;
	text-decoration:none;
	margin:auto;
	display:block;
	text-align:center;
		-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
    background-clip: padding-box;
    transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;
	letter-spacing:.1em;
}
.welcome .welcome_into .col-lg-6 .sLink:hover{
	background-color: #333;
	border:solid 1px #333;
	color:#fff;
}
/*product_index */
.product_index {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	background-color:#fff;
	overflow-y:hidden;
	overflow-x:hidden;
}
.product_index .product_index_into {
	width: 100%;
	display:block;
	margin:auto;
}
.product_index .product_index_into:after,
.product_index .product_index_into:before {
	display: table;
    content: " ";
}
.product_index .product_index_into:after {
	clear: both;
}
.product_index .htitle {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	max-width:1400px;
}
.product_index h2 {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	font-family: 'Comfortaa-Bold', sans-serif;
	color:#333;
	letter-spacing:.01em;
	text-align:center;
	display:block;
	#text-transform:uppercase;
	#font-weight:normal;
}
.product_index h2:after {
  content: '';
  background: url("pics/ico.png");
  background-position: center center;
  background-size: cover;
  height: 55px;
  margin: 8px auto;
  width: 35px;
  position: relative;
  display:block;
  z-index: 0;
}
.product_index .htitle a {
    width: 100%;
    border-radius: 4px;
    background: #333;
    border: solid 1px #333;
	text-decoration:none;
	color:#fff;
	text-align:center;
	font-weight:normal;
	font-family: 'OpenSans-Regular', sans-serif;
	padding:5px 8px;
}
.product_index .new {
	background:#FF4500;
	padding:5px 8px;
	color:#fff;
}
.product_index .new.man {
	background:#DC143C;
	padding:5px 8px;
	color:#fff;
}
.product_index .idxCar {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	display:block;
	max-width:1400px;
}
.product_index .supplies_box {
	display:inline-block;
	width:100%;
	border-bottom:solid 3px #ebebeb;
  background-color: #fff;
  vertical-align:top;
  position:relative;
  border-radius: 2px;
    transition: all .4s ease;
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}
.product_index .product_index_into .idxCar .owl-stage-outer {
    overflow: inherit;
}
.product_index .product_index_into .idxCar .owl-item:not(.active) {
    opacity: .2;
}
.product_index .product_index_into .text {
    padding: 50px;
}
.product_index .supplies_box .imgLiquid {
	width:100%;
	display:block;
	margin:auto;
}
.product_index .supplies_box .figcontainer {
    width: 100%;
    height: 350px;
    display: block;
    margin: 0 auto;
    background: #f4f4f3;
}
.product_index .supplies_box .figcontainer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product_index .supplies_box .imgLiquid img {
	width:100%;
	height:auto;
}
.product_index .supplies_box .flex-caption{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.product_index .supplies_box .flex-caption h4{
	font-family: 'Comfortaa-Regular', sans-serif;
	width: 100%;
	letter-spacing:.1em;
	margin:0;
	color:#333;
	text-align:center;
}
.product_index .supplies_box .flex-caption a {
	text-decoration:none;
	color:#333;
	 -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.product_index .supplies_box .flex-caption a:hover {
	color:#cb8731;
}
.product_index .supplies_box .flex-caption h5{
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
	width: 100%;
	color:#555;
}
.product_index .supplies_box .flex-caption h6{
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
	width: 100%;
	color:#555;
	line-height:1.25em;
}
.product_index .supplies_box  .flex-caption .prices-container::after {
  content: "";
  clear: both;
  display: table;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice {
	font-family: 'OpenSans-Regular', sans-serif;
	width: fit-content;
	color:#999;
	display:block;
	margin:auto;
	text-align:center;
	white-space: nowrap;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice{
    background-color: transparent;
    background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(.48, transparent), color-stop(.5, #000), color-stop(.52, transparent), color-stop(1, transparent));
    background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 48%, #d51317 50%, transparent 52%, transparent 100%);
}
.product_index .supplies_box .flex-caption .prices-container .price {
	font-family: 'OpenSans-Regular', sans-serif;
	width: 100%;
	color:#cb8731;
	vertical-align:top;
	letter-spacing:.1em;
	text-align:center;
	display:inline-block;
	margin:auto;
}
.product_index .supplies_box .flex-caption .prices-container .benefit {
	font-family: 'OpenSans-Regular', sans-serif;
	width: 100%;
	color:#969595;
	vertical-align:top;
	text-align:center;
	display:block;
	margin:10px auto 0 auto;
	#float:right;
	font-size: 12px;
}
.product_index .supplies_box  .flex-caption .prices-container .benefit .ben_price {
	background:#cb8731;
	color:#fff;
	padding:3px 5px;
	font-size: 14px;
	font-weight:normal;
}
.product_index .supplies_box .flex-caption .prices-container .price.solo {
	#margin-top:31px;
}
.product_index .supplies_box .flex-caption .Availability_p {
	width:100%;
	display:block;
	margin:5px auto;
	text-align:left;
	border-bottom: 1px solid #b2b2b2;
	padding: 8px 0;
}
.product_index .supplies_box .flex-caption .Availability_p i,
.product_index .supplies_box .flex-caption .Availability_p em {
	color:#008000;
	font-size:1em;
	margin-right:5px;
}
.product_index .supplies_box .flex-caption .Availability_p.after i,
.product_index .supplies_box .flex-caption .Availability_p.after em {
	color:#1E90FF;
}
.product_index .supplies_box .flex-caption .Availability_p.nope i,
.product_index .supplies_box .flex-caption .Availability_p.nope em {
	color:#FF4500;
}
.product_index .supplies_box .flex-caption .Availability_p .a_p {
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
	padding-left: 10px;
    font-size: 12px;
	color: #38353a;
}
.product_index .supplies_box .info {
    -webkit-box-shadow: 8px 3px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 8px 3px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 8px 3px 5px 0px rgba(0,0,0,0.15);
    font-family: 'OpenSans-Regular', sans-serif;
    position: absolute;
    top: 20px;
    right: 0%;
}
.product_index .supplies_box .popoffer {
    background-color: #cb8731;
    border: solid 1px #cb8731;
    border-radius: 50%;
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: normal;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 5px;
    color: #fff;
    width: 65px;
    height: 65px;
    font-size: .85em;
	padding: 5px 8px;
}
.product_index .supplies_box .popoffer span {
    position: relative;
    display: block;
    margin: 8px auto;
    text-align: center;
}
.product_index .supplies_box .tools form {
    display: inline-block;
	margin:0;
}
.product_index .supplies_box .tools .fabutton {
     -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border: solid 1px #cb8731;
    background: #cb8731;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}
.product_index .supplies_box .tools .fabutton:hover {
   border:solid 1px #333;
   background:#333;
   color: #fff;
}
.product_index .supplies_box .tools .fabutton label, 
.product_index .supplies_box .tools .fabutton span {
    font-family: 'OpenSans-Regular', sans-serif;
    position: relative;
}
.product_index .supplies_box .tools a:hover {
    color:#88B44E;
}
.product_index .supplies_box .tools a {
	 -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	font-family: 'FontAwesome';
	background-color:transparent;
	border:1px solid #fff;
	color:#333;
	cursor:pointer;
	text-decoration:none;
	display:inline-block;
}
.product_index .supplies_box .Chars {
	display:block;
	vertical-align:top;
	position:relative;
	margin:5px auto;
	width:100%;
	padding:10px 0;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
	color: #333;
}
.product_index .supplies_box .Chars .CharCont {
	display:inline-block;
	position:relative;
	margin:auto;
	color:#ad172b;
	font-size: .9em;
}
.product_index .supplies_box .Chars .CharCont .celc {
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
	color:#ad172b;
	margin-right:5px;
	display:none!important;
}
.product_index .supplies_box .Chars .CharCont p {
	margin:0;
	text-align:center;
	font-size: .9em;
}
.product_index .supplies_box .Chars .CharCont.cer1:before {
	content: "";
	display: inline-block;
	background:url(pics/cer1.png) no-repeat;
	width: 25px;
	background-size: contain;
	height: 25px;
	margin-right:2px;
}
.product_index .supplies_box .Chars .CharCont.cer2:before {
	content: "";
	display: inline-block;
	background:url(pics/cer2.png) no-repeat;
	width: 25px;
	background-size: contain;
	height: 25px;
	margin-right:5px;
}
.product_index .supplies_box .Chars .CharCont.cer3:before {
	content: "";
	display: inline-block;
	background:url(pics/cer3.png) no-repeat;
	width: 25px;
	background-size: contain;
	height: 25px;
	margin-right:5px;
}
/*product_index */
.prop_into {
	width: 100%;
	display:block;
	margin:auto;
}
.prop_into .PropBox {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;	
}
.prop_into .PropBox.clr {
	background:#afeadf;	
}
.prop_into .PropBox.clrTwo {
	background:#b3b5e8;	
}
.prop_into .PropBox h4 {
  color: #5b4c50;	
  font-family: 'Comfortaa-Regular', sans-serif;
  width: 100%;
  letter-spacing:.1em;
  text-align:left;
}
.prop_into .PropBox a {
	font-family: 'OpenSans-Regular', sans-serif;
	background-color: #cb8731;
	border:solid 1px #cb8731;
	border-radius:30px;
	padding:12px 15px;
    color: #fff;
	text-decoration:none;
	margin:auto;
	display:inline-block;
	text-align:center;
		-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
    background-clip: padding-box;
    transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;
	letter-spacing:.1em;	
}
.prop_into .PropBox a:hover{
	background-color: #333;
	border:solid 1px #333;
	color:#fff;
}
.prop_into .PropBox img {
  width:100%;
}
/*Photo gallery */
.Ph__gallery {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	background-color: #fff;
}
.Ph__gallery h3 {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	font-family: 'Comfortaa-Bold', sans-serif;
	color:#333;
	letter-spacing:.01em;
	text-align:center;
	display:block;
	#text-transform:uppercase;
	#font-weight:normal;
}
.Ph__gallery #gallery_into {
	display:inline-block;
	margin:3% 0 0 0;
    width:100%;
}
.Ph__gallery #gallery_into .imgLiquid {
	display:inline-block;
	width:100%;
	margin:auto;
}
/*Photo gallery */
/* partners */
.partners {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	background-color: #f1f1f1;
}
.partners .partners-into {
	position:relative;
	display:block
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	max-width:1400px;
	margin:auto;
}
.partners h3 {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	font-weight:normal;
	font-family: 'Comfortaa-Bold', sans-serif;
	color:#333;
	border-bottom:solid 1px #ebebeb;
	padding-bottom:8px;
	letter-spacing:.05em;
	#font-style:normal;
	text-align:center;
	display:block;
	#text-transform:uppercase;
}
.box_gallery-2 {
	width: 100%;
	overflow: hidden;
	text-align:center;
	cursor:pointer;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: relative;
	border:solid 3px #f1f1f1;
}
.box_gallery-2:hover {
	border:solid 3px #cb8731;
}
.box_gallery-2 .imgLiquid {
	width:100%;
	margin:auto;
}
/* partners*/
/* blog */
#wrappers #content .blog {
	position: relative;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 100%;
    margin: auto;
    background-image: url(data/newsbg2.jpg);
    background-repeat: repeat-x;
    background-position: center 120%;
    background-size: 100%;
    z-index: 101;
    background-color: #fff;
}
#wrappers #content .blog h3 {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	font-family: 'Comfortaa-Bold', sans-serif;
	color:#333;
	letter-spacing:.01em;
	text-align:center;
	display:block;
	#text-transform:uppercase;
	#font-weight:normal;
}
#wrappers #content .blog h3:after {
  content: '';
  background: url("pics/ico.png");
  background-position: center center;
  background-size: cover;
  height: 55px;
  margin: 8px auto;
  width: 35px;
  position: relative;
  display:block;
  z-index: 0;
}
#wrappers #content .blog .Subtitle {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	font-weight:normal;
	font-family: 'OpenSans-Regular', sans-serif;
	color:#004c49;
	letter-spacing:.06em;
	font-weight:600;
	text-align:center;
	display:block;
}
#wrappers #content .blog .blog_inton {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	display:block;
	max-width:1400px;
}
#wrappers #content .blog .blog_inton .B_item {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	display:block;
	background:#fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
#wrappers #content .blog .blog_inton .B_item .dates {
    position: relative;
	display:inline-block;
    margin: 12px 0 6px 0;
	width:100%;
	padding: 5px 0px;
	text-align:left;
	background:#fff;
	color:#cb8731;
	font-weight:normal;
	font-family: 'Comfortaa-Regular';
	z-index:3;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:block;
	margin:auto;
	vertical-align:top;
}
#wrappers #content .blog .blog_inton .B_item .cont {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4 {
	width:100%;
	font-weight:normal;
	font-family: 'OpenSans-Regular', sans-serif;
	color:#333;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4:after {
	border-color: #e0e0e0!important;
	content: "";
    display: block;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: relative;
    bottom: 1px;
    padding-bottom: 20px;
}
#wrappers #content .blog .blog_inton .B_item .cont .sum {
	text-align:left;
	font-weight:normal;
	font-family: 'OpenSans-Regular', sans-serif;
	line-height:24px;
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
	color:#5b5858;
	font-weight:normal;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar {
	font-family: 'OpenSans-Regular', sans-serif;
	background-color: #cb8731;
	border:solid 1px #cb8731;
    color: #fff;
	text-decoration:none;
	margin:auto;
	display:inline-block;
	text-align:center;
		-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar:hover{
	background:#d3a863;
	border:solid 1px #d3a863;
}
/* blog */
@media all and (max-width: 768px) {
.wow {
 visibility:visible!important;
}	
	
}

@media all and (min-width: 1400px) {

.offers {
	padding:4% 0;
    margin-bottom:40px;
}
.offers h3 {
	font-size:2em;
}
.offers .Subt {
	font-size:1.35em;
}
.infs .title {
    font-size:1em;
}
.infs .txt {
    font-size: .9em;
	margin-top:12px;
}
.infs i, .infs em{
   font-size:2em;
}
.sts-container .infs {
   -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width:25%;
	margin-bottom:8px;
}
.welcome {
	padding-top:5%;
	padding-bottom:3%;
}
.welcome .welcome_into h3 {
	font-size:1.75em;
	margin-bottom:0;
}
.welcome .welcome_into .col-lg-6 .text__sum {
	font-size:.9em;
}
.welcome .welcome_into .col-lg-6 .imgLiquid {
	height:500px;
}
.welcome .welcome_into .col-lg-6 .sLink {
	width:100%;
	padding: 20px 12px;
	font-size: 1em;
	margin:25px auto;
}

.product_index {
	padding-top:5%;
	padding-bottom:3%;
}
.product_index .product_index_into {
    width: 1070px;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
}
.product_index h2 {
	font-size:1.75em;
	margin:0;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .idxCar {
	width:95%;
	margin-top:1%;
}
.product_index .supplies_box {
	padding:10px 10px;
	width:100%;
	margin:0;
	vertical-align:top;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .imgLiquid {
	margin-bottom: 10px;
    height: 300px;
    max-width: 270px;
	width:100%;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto auto auto;
	height:102px;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice {
	margin:0 auto 10px auto;
	font-size: 15px;
}
.product_index .supplies_box .flex-caption .prices-container .price {
	margin:0 auto;
	font-size:1.35em;
}
.product_index .supplies_box .flex-caption h4{
	font-size:1.1em;
	margin:5% 0 1% 0;
	height:60px;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: auto;
    width: 23%;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: .85em;
	padding:12px 10px;
	margin:.5% 1%;
}
.product_index .supplies_box .tools .fabutton label,
.product_index .supplies_box .tools .fabutton span {
    margin-left: 10px;
    font-size: .9em;
}
.product_index .supplies_box .tools a {
	padding:9px 10px;
	text-align:center;
	font-size: 1.1em;
	position:relative;
	margin:0;
	vertical-align:top;
	width:45px;
	height:40px;
}
.product_index .supplies_box .Chars {
	position:absolute;
	top:0;
	right:0;
	width:50px;
	margin:0;
}
.product_index .supplies_box .Chars .CharCont {
	display:inline-block;
	position:relative;
	margin:auto;
	color:#ad172b;
	font-size: .9em;
}
.product_index .supplies_box .Chars .CharCont.cer1:before {
	width: 50px;
	height: 50px;
	margin-right:0;
}
.product_index .supplies_box .Chars .CharCont.cer2:before {
	width: 50px;
	height: 50px;
	margin-right:0;
}
.product_index .supplies_box .Chars .CharCont.cer3:before {
	width: 50px;
	height: 50px;
	margin-right:0;
}

.product_index.nopad {
	padding-top:3%;
	padding-bottom:0;
}
.prop_into .PropBox {
	padding:15px 30px;
	height:400px;	
}
.prop_into .PropBox h4 {
  font-size:40px;
}
.prop_into .PropBox a {
	width:30%;	
}
.prop_into .PropBox img {
  position:absolute;
  right:8px;
  bottom:15px;
  width:200px;
}
/*Photo gallery */
.Ph__gallery {
	padding-top:3%;
	padding-bottom:0;
}
.Ph__gallery h3 {
	font-size:1.75em;
	margin:5px auto 8px auto;
}
.Ph__gallery #gallery_into .imgLiquid {
	width:16.4%;
	height:180px;
	margin:0;
	padding:0;
}
/*Photo gallery */
/* partners */
.partners {
	padding-top:3%;
	padding-bottom:2%;
}
.partners h3 {
	font-size:1.75em;
	margin:5px auto 8px auto;
}
.partners .partners-into {
	width:95%;
	margin:3% auto;
}
.box_gallery-2 {
	display: inline-block;
    width: 23.5%;
    margin:.25%;
}
.box_gallery-2 .imgLiquid {
	height:150px;
	width:150px;
}
/* partners*/
/* blog */
#wrappers #content .blog {
	padding-top:3%;
	padding-bottom:10%;
}
#wrappers #content .blog h3 {
	font-size:1.75em;
	margin:5px auto 8px auto;
}
#wrappers #content .blog .Subtitle {
	font-size:1.1em;
	margin:5px auto 10px auto;
}
#wrappers #content .blog .blog_inton {
	width:95%;
	margin-top:3%;
}
#wrappers #content .blog .blog_inton .B_item {
	width:48.5%;
	display:inline-block;
	margin:.5%;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:250px;
}
#wrappers #content .blog .blog_inton .B_item .cont {
	width:100%;
	padding:10px 15px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4 {
	font-size:1.15em;
	margin-top:0;
	margin-bottom:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4:before {
    bottom: 27px;
}
#wrappers #content .blog .blog_inton .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar {
	width:50%;
	padding:12px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */

}

@media all and (min-width: 1200px) and (max-width: 1399px) {

.offers {
	padding:4% 0;
    margin-bottom:40px;
}
.offers h3 {
	font-size:1.75em;
}
.offers .Subt {
	font-size:1.35em;
}
.infs .title {
    font-size:1em;
}
.infs .txt {
    font-size: .9em;
	margin-top:10px;
}	
.infs i, .infs em{
   font-size:2em;
}
.welcome {
	padding-top:5%;
	padding-bottom:3%;
}
.welcome .welcome_into h3 {
	font-size:1.75em;
	margin-bottom:0;
}
.welcome .welcome_into .col-lg-6 .text__sum {
	font-size:.9em;
}
.welcome .welcome_into .col-lg-6 .imgLiquid {
	height:500px;
}
.welcome .welcome_into .col-lg-6 .sLink {
	width:100%;
	padding: 20px 12px;
	font-size: .9em;
	margin:25px auto;
}

.product_index {
	padding-top:5%;
	padding-bottom:3%;
}
.product_index .product_index_into {
    width: 1070px;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
}
.product_index h2 {
	font-size:1.75em;
	margin:0;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .idxCar {
	width:100%;
	margin-top:1%;
}
.product_index .supplies_box {
	padding:10px 10px;
	width:100%;
	margin:0;
	vertical-align:top;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .imgLiquid {
	margin-bottom: 10px;
    height: 280px;
    max-width: 250px;
	width:100%;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto auto auto;
	height:102px;
}
.product_index .supplies_box .flex-caption h4{
	font-size:1.1em;
	margin:3% 0 1% 0;
	height:60px;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice {
	margin:0 auto 10px auto;
	font-size: 15px;
}
.product_index .supplies_box .flex-caption .prices-container .price {
	margin:0 auto;
	font-size:1.25em;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: auto;
    width: 23%;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: .85em;
	padding:12px 10px;
	margin-bottom:5px;
}
.product_index .supplies_box .tools .fabutton label,
.product_index .supplies_box .tools .fabutton span {
    margin-left: 10px;
    font-size: .9em;
}
.product_index .supplies_box .tools a {
	padding:9px 10px;
	text-align:center;
	font-size: 1.1em;
	position:relative;
	margin:0;
	vertical-align:top;
	width:45px;
	height:40px;
}
.product_index .supplies_box .Chars {
	position:absolute;
	top:0;
	right:0;
	width:50px;
	margin:0;
}
.product_index .supplies_box .Chars .CharCont {
	display:inline-block;
	position:relative;
	margin:auto;
	color:#ad172b;
	font-size: .9em;
}
.product_index .supplies_box .Chars .CharCont.cer1:before {
	width: 50px;
	height: 50px;
	margin-right:0;
}
.product_index .supplies_box .Chars .CharCont.cer2:before {
	width: 50px;
	height: 50px;
	margin-right:0;
}
.product_index .supplies_box .Chars .CharCont.cer3:before {
	width: 50px;
	height: 50px;
	margin-right:0;
}

.product_index.nopad {
	padding-top:3%;
	padding-bottom:0;
}
.prop_into .PropBox {
	padding:15px 30px;
	height:400px;	
}
.prop_into .PropBox h4 {
  font-size:35px;
}
.prop_into .PropBox a {
	width:30%;	
}
.prop_into .PropBox img {
  position:absolute;
  right:8px;
  bottom:15px;
  width:200px;
}
/*Photo gallery */
.Ph__gallery {
	padding-top:3%;
	padding-bottom:0;
}
.Ph__gallery h3 {
	font-size:1.75em;
	margin:5px auto 8px auto;
}
.Ph__gallery #gallery_into .imgLiquid {
	width:16.3%;
	height:180px;
	margin:0;
	padding:0;
}
/*Photo gallery */
/* partners */
.partners {
	padding-top:3%;
	padding-bottom:2%;
}
.partners h3 {
	font-size:1.75em;
	margin:5px auto 8px auto;
}
.partners .partners-into {
	width:95%;
	margin:3% auto;
}
.box_gallery-2 {
	display: inline-block;
    width: 23.5%;
    margin:.25%;
}
.box_gallery-2 .imgLiquid {
	height:150px;
	width:150px;
}
/* partners*/
/* blog */
#wrappers #content .blog {
	padding-top:3%;
	padding-bottom:10%;
}
#wrappers #content .blog h3 {
	font-size:1.75em;
	margin:5px auto 8px auto;
}
#wrappers #content .blog .Subtitle {
	font-size:1.1em;
	margin:5px auto 10px auto;
}
#wrappers #content .blog .blog_inton {
	width:95%;
	margin-top:3%;
}
#wrappers #content .blog .blog_inton .B_item {
	width:48.5%;
	display:inline-block;
	margin:.5%;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.85em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:250px;
}
#wrappers #content .blog .blog_inton .B_item .cont {
	width:100%;
	padding:10px 15px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4 {
	font-size:1em;
	margin-top:0;
	margin-bottom:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4:before {
    bottom: 27px;
}
#wrappers #content .blog .blog_inton .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.85em;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar {
	width:50%;
	padding:12px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */

}

@media all and (min-width: 1024px) and (max-width: 1199px) {

.offers {
	padding:4% 0;
    margin-bottom:40px;
}
.offers_into {
    width: 970px;	
}
.offers h3 {
	font-size:1.5em;
}
.offers .Subt {
	font-size:1.25em;
}
.infs .title {
    font-size:1em;
}
.infs .txt {
    font-size: .9em;
	margin-top:12px;
}
.infs i, .infs em{
   font-size:1.5em;
}
.welcome {
	padding-top:5%;
	padding-bottom:3%;
}
.welcome .welcome_into h3 {
	font-size:1.75em;
	margin-bottom:0;
}
.welcome .welcome_into .col-lg-6 .text__sum {
	font-size:.9em;
}
.welcome .welcome_into .col-lg-6 .imgLiquid {
	height:540px;
}
.welcome .welcome_into .col-lg-12 .sLink {
	width:50%;
	padding: 20px 12px;
	font-size: 1em;
	margin:25px auto;
}

.product_index {
	padding-top:5%;
	padding-bottom:3%;
}
.product_index .product_index_into {
    max-width: 1070px;
	width:90%;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
	width:95%;
}
.product_index h2 {
	font-size:1.5em;
	margin:0;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .idxCar {
	width:95%;
	margin-top:1%;
}
.product_index .supplies_box {
	padding:10px 10px;
	width:100%;
	margin:0;
	vertical-align:top;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .imgLiquid {
	margin-bottom: 10px;
    height: 180px;
    max-width: 160px;
	width:100%;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto auto auto;
	height:102px;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice {
	margin:0 auto 10px auto;
	font-size: 15px;
}
.product_index .supplies_box .flex-caption .prices-container .price {
	margin:0 auto;
	font-size:1.35em;
}
.product_index .supplies_box .flex-caption h4{
	font-size:1em;
	margin:3% 0 1% 0;
	height:50px;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice {
	margin:0 auto 10px auto;
	font-size: 15px;
}
.product_index .supplies_box .flex-caption .prices-container .price {
	margin:0 auto;
	font-size:1.25em;
}
.product_index .supplies_box .tools {
   display: block;
	position:relative;
    margin: auto;
    width: 100%;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: .85em;
	padding:12px 10px;
	margin-bottom:5px;
}
.product_index .supplies_box .tools .fabutton label,
.product_index .supplies_box .tools .fabutton span {
    margin-left: 10px;
    font-size: .9em;
}
.product_index .supplies_box .tools a {
	padding:9px 10px;
	text-align:center;
	font-size: 1.1em;
	position:relative;
	margin:0;
	vertical-align:top;
	width:45px;
	height:40px;
}	
.product_index .supplies_box .Chars {
	position:absolute;
	top:0;
	right:0;
	width:40px;
	margin:0;
}
.product_index .supplies_box .Chars .CharCont {
	display:inline-block;
	position:relative;
	margin:auto;
	color:#ad172b;
	font-size: .9em;
}
.product_index .supplies_box .Chars .CharCont.cer1:before {
	width: 40px;
	height: 40px;
	margin-right:0;
}
.product_index .supplies_box .Chars .CharCont.cer2:before {
	width: 40px;
	height: 40px;
	margin-right:0;
}
.product_index .supplies_box .Chars .CharCont.cer3:before {
	width: 40px;
	height: 40px;
	margin-right:0;
}

.product_index.nopad {
	padding-top:3%;
	padding-bottom:0;
}
.prop_into .PropBox {
	padding:15px 30px;
	height:400px;	
}
.prop_into .PropBox h4 {
  font-size:35px;
}
.prop_into .PropBox a {
	width:40%;	
}
.prop_into .PropBox img {
  position:absolute;
  right:8px;
  bottom:15px;
  width:170px;
}
/*Photo gallery */
.Ph__gallery {
	padding-top:3%;
	padding-bottom:0;
}
.Ph__gallery h3 {
	font-size:1.5em;
	margin:5px auto 8px auto;
}
.Ph__gallery #gallery_into .imgLiquid {
	width:16.3%;
	height:180px;
	margin:0;
	padding:0;
}
/*Photo gallery */
/* partners */
.partners {
	padding-top:3%;
	padding-bottom:2%;
}
.partners h3 {
	font-size:1.5em;
	margin:5px auto 8px auto;
}
.partners .partners-into {
	width:95%;
	margin:3% auto;
}
.box_gallery-2 {
	display: inline-block;
    width: 23.5%;
    margin:.25%;
}
.box_gallery-2 .imgLiquid {
	height:150px;
	width:150px;
}
/* partners*/
/* blog */
#wrappers #content .blog {
	padding-top:3%;
	padding-bottom:15%;
}
#wrappers #content .blog h3 {
	font-size:1.5em;
	margin:5px auto 8px auto;
}
#wrappers #content .blog .Subtitle {
	font-size:1.1em;
	margin:5px auto 10px auto;
}
#wrappers #content .blog .blog_inton {
	width:95%;
	margin-top:3%;
}
#wrappers #content .blog .blog_inton .B_item {
	width:48.5%;
	display:inline-block;
	margin:.8% .5%;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.85em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:250px;
}
#wrappers #content .blog .blog_inton .B_item .cont {
	width:100%;
	padding:10px 15px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4 {
	font-size:1em;
	margin-top:0;
	margin-bottom:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4:before {
    bottom: 27px;
}
#wrappers #content .blog .blog_inton .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.85em;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar {
	width:50%;
	padding:12px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */

}

@media all and (min-width: 768px) and (max-width: 1023px) {

.offers {
	padding:4% 0;
    margin-bottom:40px;
}
.offers_into {
    width: 750px;
}
.offers_into .col-lg-4 {
    border-right: none;
	margin-bottom:2%;
}
.offers h3 {
	font-size:1.5em;
}
.offers .Subt {
	font-size:1.15em;
}
.infs {
   width:80%;
   display:block!important;
   margin:auto;
}
.infs img {
    max-width: 180px;
}
.infs .title {
    font-size:.95em;
	text-align:center;
}
.infs .txt {
    font-size: .9em;
	margin-top:6px;
	text-align:center;
}
.infs i, .infs em{
   font-size:1.65em;
   text-align:center;
}
.welcome {
	padding-top:5%;
	padding-bottom:3%;
}
.welcome .welcome_into .col-lg-6 .imgLiquid {
	height:400px;
}
.welcome .welcome_into h3 {
	font-size:1.5em;
	margin-bottom:0;
}
.welcome .welcome_into .col-lg-6 .text__sum {
	font-size:1em;
	text-align:justify;
	margin-top:0;
}
.welcome .welcome_into .col-lg-6 .sLink {
	width:50%;
	padding: 20px 12px;
	font-size: 1em;
	margin:25px auto;
}

.product_index {
	padding-top:5%;
	padding-bottom:3%;
}
.product_index .product_index_into {
    max-width: 1070px;
	width:80%;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
	width:95%;
}
.product_index h2 {
	font-size:1.5em;
	margin:0;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .idxCar {
	width:95%;
	margin-top:1%;
}
.product_index .supplies_box {
	padding:10px 10px;
	width:100%;
	margin:0;
	vertical-align:top;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .imgLiquid {
	margin-bottom: 10px;
    height: 180px;
    max-width: 160px;
	width:100%;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto auto auto;
	height:102px;
}
.product_index .supplies_box .flex-caption h4{
	font-size:1em;
	margin:3% 0 1% 0;
	height:60px;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice {
	margin:0 auto 10px auto;
	font-size: 15px;
}
.product_index .supplies_box .flex-caption .prices-container .price {
	margin:0 auto;
	font-size:1.15em;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: auto;
    width: 100%;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: .85em;
	padding:12px 10px;
	margin-bottom:5px;
}
.product_index .supplies_box .tools .fabutton label,
.product_index .supplies_box .tools .fabutton span {
    margin-left: 10px;
    font-size: .9em;
}
.product_index .supplies_box .tools a {
	padding:9px 10px;
	text-align:center;
	font-size: 1.1em;
	position:relative;
	margin:0;
	vertical-align:top;
	width:45px;
	height:40px;
}	
.product_index .supplies_box .popoffer {
    max-width:100px;
	padding:5px 8px;
	font-size:.85em;
}
.product_index .supplies_box .Chars {
	position:absolute;
	top:0;
	right:0;
	width:30px;
	margin:0;
}
.product_index .supplies_box .Chars .CharCont {
	display:inline-block;
	position:relative;
	margin:auto;
	color:#ad172b;
	font-size: .9em;
}
.product_index .supplies_box .Chars .CharCont.cer1:before {
	width: 30px;
	height: 30px;
	margin-right:0;
}
.product_index .supplies_box .Chars .CharCont.cer2:before {
	width: 30px;
	height: 30px;
	margin-right:0;
}
.product_index .supplies_box .Chars .CharCont.cer3:before {
	width: 30px;
	height: 30px;
	margin-right:0;
}

.product_index.nopad {
	padding-top:3%;
	padding-bottom:0;
}
.prop_into .PropBox {
	padding:15px 30px;
	height:300px;	
}
.prop_into .PropBox h4 {
  font-size:25px;
}
.prop_into .PropBox a {
	width:40%;	
}
.prop_into .PropBox img {
  position:absolute;
  right:8px;
  bottom:15px;
  width:170px;
}
/*Photo gallery */
.Ph__gallery {
	padding-top:3%;
	padding-bottom:0;
}
.Ph__gallery h3 {
	font-size:1.5em;
	margin:5px auto 8px auto;
}
.Ph__gallery #gallery_into .imgLiquid {
	width:19.5%;
	height:150px;
	margin:0;
	padding:0;
}
/*Photo gallery */
/* partners */
.partners {
	padding-top:3%;
	padding-bottom:2%;
}
.partners h3 {
	font-size:1.5em;
	margin:5px auto 8px auto;
}
.partners .partners-into {
	width:95%;
	margin:3% auto;
}
.box_gallery-2 {
	display: inline-block;
    width: 23.5%;
    margin:.25%;
}
.box_gallery-2 .imgLiquid {
	height:120px;
	width:120px;
}
/* partners*/
/* blog */
#wrappers #content .blog {
	padding-top:3%;
	padding-bottom:18%;
	background-position: center 101%;
}
#wrappers #content .blog h3 {
	font-size:1.5em;
	margin:5px auto 8px auto;
}
#wrappers #content .blog .Subtitle {
	font-size:1.1em;
	margin:5px auto 10px auto;
}
#wrappers #content .blog .blog_inton {
	width:95%;
	margin-top:3%;
}
#wrappers #content .blog .blog_inton .B_item {
	width:48.5%;
	display:inline-block;
	margin:.8% .5%;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.85em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:250px;
}
#wrappers #content .blog .blog_inton .B_item .cont {
	width:100%;
	padding:10px 15px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4 {
	font-size:1em;
	margin-top:0;
	margin-bottom:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4:before {
    bottom: 27px;
}
#wrappers #content .blog .blog_inton .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.85em;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar {
	width:50%;
	padding:12px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */

}

@media all and (min-width: 600px) and (max-width: 767px) {

.offers {
	padding:4% 0;
    margin-bottom:40px;
}
.offers_into .col-lg-4 {
    border-right: none;
	margin-bottom:2%;
}
.offers_into {
    width: 100%!important;
}
.offers h3 {
	font-size:1.5em;
}
.offers .Subt {
	font-size:1.15em;
}
.infs {
   width:80%;
   display:block!important;
   margin:auto;
}
.infs img {
    max-width: 180px;
}
.infs .title {
    font-size:.95em;
	text-align:center;
}
.infs .txt {
    font-size: .9em;
	margin-top:6px;
	text-align:center;
}
.infs i, .infs em{
   font-size:1.35em;
   text-align:center;
}
.welcome {
	padding-top:5%;
	padding-bottom:3%;
}
.welcome .welcome_into .col-lg-6 .imgLiquid {
	height:400px;
}
.welcome .welcome_into h3 {
	font-size:1.5em;
	margin-bottom:0;
	text-align:center;
}
.welcome .welcome_into .col-lg-6 .text__sum {
	font-size:1em;
	text-align:justify;
	margin-top:0;
}
.welcome .welcome_into .col-lg-6 .sLink {
	width:50%;
	padding: 20px 12px;
	font-size: .9em;
	margin:25px auto;
}

.product_index {
	padding-top:8%;
	padding-bottom:3%;
}
.product_index .product_index_into {
    max-width: 1070px;
	width:95%;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
	width:95%;
}
.product_index h2 {
	font-size:1.5em;
	margin:0;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .idxCar {
	width:95%;
	margin-top:1%;
}
.product_index .supplies_box {
	padding:10px 10px;
	width:100%;
	vertical-align:top;
	border:none;
    margin: 0;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .imgLiquid {
	margin-bottom: 10px;
    height: 180px;
    max-width: 160px;
	width:100%;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto auto auto;
	height:102px;
}
.product_index .supplies_box .flex-caption h4{
	font-size:1em;
	margin:3% 0 1% 0;
	height:60px;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice {
	margin:0 auto 10px auto;
	font-size: 15px;
}
.product_index .supplies_box .flex-caption .prices-container .price {
	margin:0 auto;
	font-size:1.15em;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: auto;
    width: 100%;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: .85em;
	padding:12px 10px;
	margin-bottom:5px;
}
.product_index .supplies_box .tools .fabutton label,
.product_index .supplies_box .tools .fabutton span {
    margin-left: 10px;
    font-size: .9em;
}
.product_index .supplies_box .tools a {
	padding:9px 10px;
	text-align:center;
	font-size: 1.1em;
	position:relative;
	margin:0;
	vertical-align:top;
	width:45px;
	height:40px;
}	
.product_index .supplies_box .popoffer {
    max-width:100px;
	padding:5px 8px;
	font-size:.85em;
}
.product_index .supplies_box .Chars {
	position:absolute;
	top:0;
	right:0;
	width:30px;
	margin:0;
}
.product_index .supplies_box .Chars .CharCont {
	display:inline-block;
	position:relative;
	margin:auto;
	color:#ad172b;
	font-size: .9em;
}
.product_index .supplies_box .Chars .CharCont.cer1:before {
	width: 30px;
	height: 30px;
	margin-right:0;
}
.product_index .supplies_box .Chars .CharCont.cer2:before {
	width: 30px;
	height: 30px;
	margin-right:0;
}
.product_index .supplies_box .Chars .CharCont.cer3:before {
	width: 30px;
	height: 30px;
	margin-right:0;
}

.product_index.nopad {
	padding-top:3%;
	padding-bottom:0;
}
.prop_into .PropBox {
	padding:15px 30px;
	height:300px;	
}
.prop_into .PropBox h4 {
  font-size:25px;
}
.prop_into .PropBox a {
	width:40%;	
}
.prop_into .PropBox img {
  position:absolute;
  right:8px;
  bottom:15px;
  width:150px;
}
/*Photo gallery */
.Ph__gallery {
	padding-top:3%;
	padding-bottom:0;
}
.Ph__gallery h3 {
	font-size:1.5em;
	margin:5px auto 8px auto;
}
.Ph__gallery #gallery_into .imgLiquid {
	width:24.2%;
	height:150px;
	margin:0;
	padding:0;
}
/*Photo gallery */
/* partners */
.partners {
	padding-top:3%;
	padding-bottom:2%;
}
.partners h3 {
	font-size:1.5em;
	margin:5px auto 8px auto;
}
.partners .partners-into {
	width:95%;
	margin:3% auto;
}
.box_gallery-2 {
	display: inline-block;
    width: 23.5%;
    margin:.25%;
}
.box_gallery-2 .imgLiquid {
	height:100px;
	width:100px;
}
/* partners*/
/* blog */
#wrappers #content .blog {
	padding-top:4%;
	padding-bottom:18%;
	background-position: center 101%;
}
#wrappers #content .blog h3 {
	font-size:1.5em;
	margin:5px auto 8px auto;
}
#wrappers #content .blog .Subtitle {
	font-size:1.1em;
	margin:5px auto 10px auto;
}
#wrappers #content .blog .blog_inton {
	width:95%;
	margin-top:3%;
}
#wrappers #content .blog .blog_inton .B_item {
	width:100%;
	max-width:450px;
	display:block;
	margin:2.5% auto;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.85em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:250px;
}
#wrappers #content .blog .blog_inton .B_item .cont {
	width:100%;
	padding:10px 15px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4 {
	font-size:1em;
	margin-top:0;
	margin-bottom:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4:before {
    bottom: 27px;
}
#wrappers #content .blog .blog_inton .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.85em;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar {
	width:50%;
	padding:12px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */

}


@media all and (min-width: 450px) and (max-width: 599px) {

.offers {
	padding:4% 0;
    margin-bottom:40px;
}
.offers_into {
    width: 100%!important;
}
.offers_into .col-lg-4 {
    border-right: none;
	margin-bottom:3%;
}
.offers_into {
    width: 100%!important;
}
.offers h3 {
	font-size:1.5em;
}
.offers .Subt {
	font-size:1em;
}
.infs {
   width:80%;
   display:block!important;
   margin:auto;
}
.infs img {
    max-width: 180px;
}
.infs .title {
    font-size:.95em;
	text-align:center;
}
.infs .txt {
    font-size: .9em;
	margin-top:6px;
	text-align:center;
}
.infs i, .infs em{
   font-size:1.25em;
   text-align:center;
}
.welcome {
	padding-top:5%;
	padding-bottom:3%;
}
.welcome .welcome_into .col-lg-6 .imgLiquid {
	height:300px;
}
.welcome .welcome_into h3 {
	font-size:1.5em;
	margin-bottom:0;
	text-align:center;
}
.welcome .welcome_into h4,.welcome .welcome_into h5 {
	font-size:1.5em;
	text-align:center;
}
.welcome .welcome_into .col-lg-6 .text__sum {
	font-size:1em;
	text-align:justify;
	margin-top:0;
}
.welcome .welcome_into .col-lg-6 .sLink {
	width:100%;
	padding: 20px 12px;
	font-size: .85em;
	margin:25px auto 0 auto;
}

.product_index {
	padding-top:8%;
	padding-bottom:3%;
}
.product_index .product_index_into {
    max-width: 1070px;
	width:100%;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
	width:95%;
}
.product_index h2 {
	font-size:1.5em;
	margin:0;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .idxCar {
	width:95%;
	margin-top:1%;
}
.product_index .supplies_box {
	padding:10px 10px;
	width:100%;
	vertical-align:top;
    margin: 0;
	border-bottom:solid 1px rgba(33,33,33,.25)
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .imgLiquid {
	margin-bottom: 10px;
    height: 180px;
    max-width: 160px;
	width:100%;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto auto auto;
	height:102px;
}
.product_index .supplies_box .flex-caption h4{
	font-size:1em;
	margin:5% 0 1% 0;
	height:60px;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice {
	margin:0 auto 10px auto;
	font-size: 15px;
}
.product_index .supplies_box .flex-caption .prices-container .price {
	margin:0 auto;
	font-size:1.15em;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: auto;
    width: 100%;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: .85em;
	padding:12px 10px;
	margin-bottom:5px;
}
.product_index .supplies_box .tools .fabutton label,
.product_index .supplies_box .tools .fabutton span {
    margin-left: 10px;
    font-size: .9em;
}
.product_index .supplies_box .tools a {
	padding:9px 10px;
	text-align:center;
	font-size: 1.1em;
	position:relative;
	margin:0;
	vertical-align:top;
	width:45px;
	height:40px;
}	
.product_index .supplies_box .popoffer {
    max-width:100px;
	padding:5px 8px;
	font-size:.85em;
}
.product_index .supplies_box .Chars {
	position:absolute;
	top:0;
	right:0;
	width:30px;
	margin:0;
}
.product_index .supplies_box .Chars .CharCont {
	display:inline-block;
	position:relative;
	margin:auto;
	color:#ad172b;
	font-size: .9em;
}
.product_index .supplies_box .Chars .CharCont.cer1:before {
	width: 30px;
	height: 30px;
	margin-right:0;
}
.product_index .supplies_box .Chars .CharCont.cer2:before {
	width: 30px;
	height: 30px;
	margin-right:0;
}
.product_index .supplies_box .Chars .CharCont.cer3:before {
	width: 30px;
	height: 30px;
	margin-right:0;
}

.product_index.nopad {
	padding-top:3%;
	padding-bottom:0;
}
.prop_into .PropBox {
	padding:15px 30px;
}
.prop_into .PropBox h4 {
  font-size:25px;
  text-align:center;
}
.prop_into .PropBox a {
	width:50%;	
	display:block;
}
.prop_into .PropBox img {
  display:block;
  margin:10px auto;
  width:150px;
}
/*Photo gallery */
.Ph__gallery {
	padding-top:3%;
	padding-bottom:0;
}
.Ph__gallery h3 {
	font-size:1.5em;
	margin:5px auto 8px auto;
}
.Ph__gallery #gallery_into .imgLiquid {
	width:24.2%;
	height:120px;
	margin:0;
	padding:0;
}
/*Photo gallery */
/* partners */
.partners {
	padding-top:3%;
	padding-bottom:2%;
}
.partners h3 {
	font-size:1.5em;
	margin:5px auto 8px auto;
}
.partners .partners-into {
	width:95%;
	margin:3% auto;
}
.box_gallery-2 {
	display: inline-block;
    width: 23.5%;
    margin:.25%;
}
.box_gallery-2 .imgLiquid {
	height:100px;
	width:100px;
}
/* partners*/
/* blog */
#wrappers #content .blog {
	padding-top:4%;
	padding-bottom:18%;
	background-position: center 101%;
}
#wrappers #content .blog h3 {
	font-size:1.5em;
	margin:5px auto 8px auto;
}
#wrappers #content .blog .Subtitle {
	font-size:1.1em;
	margin:5px auto 10px auto;
}
#wrappers #content .blog .blog_inton {
	width:95%;
	margin-top:3%;
}
#wrappers #content .blog .blog_inton .B_item {
	width:100%;
	max-width:450px;
	display:block;
	margin:2.5% auto;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.85em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:250px;
}
#wrappers #content .blog .blog_inton .B_item .cont {
	width:100%;
	padding:10px 15px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4 {
	font-size:1em;
	margin-top:0;
	margin-bottom:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4:before {
    bottom: 27px;
}
#wrappers #content .blog .blog_inton .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.85em;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar {
	width:50%;
	padding:12px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */

}

@media all and (max-width: 449px) {

.offers {
	padding:4% 0;
    margin-bottom:40px;
}
.offers_into {
    width: 100%!important;
}
.offers_into .col-lg-4 {
    border-right: none;
	margin-bottom:3%;
}
.offers_into {
    width: 100%!important;
}
.offers h3 {
	font-size:1.5em;
}
.offers .Subt {
	font-size:1em;
}
.infs {
   width:100%;
   display:block!important;
   margin:auto;
}
.infs img {
    max-width: 180px;
}
.infs .title {
    font-size:.95em;
}
.infs .txt {
    font-size: .85em;
	margin-top:6px;
}
.infs i, .infs em{
   font-size:1.25em;
}
.welcome {
	padding-top:5%;
	padding-bottom:3%;
}
.welcome .welcome_into .col-lg-6 .imgLiquid {
	height:280px;
}
.welcome .welcome_into h3 {
	font-size:1.35em;
	margin-bottom:0;
	text-align:center;
}
.welcome .welcome_into h4,.welcome .welcome_into h5 {
	font-size:1em;
	text-align:center;
}
.welcome .welcome_into .col-lg-6 .text__sum {
	font-size:.85em;
	text-align:justify;
	padding:15px 20px;
	margin-top:0;
}
.welcome .welcome_into .col-lg-6 .sLink {
	width:100%;
	padding: 20px 12px;
	font-size: .85em;
	margin:25px auto 0 auto;
}

.product_index {
	padding-top:8%;
	padding-bottom:3%;
}
.product_index .product_index_into {
    max-width: 1070px;
	width:100%;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
}
.product_index .product_index_into .text {
    padding: 50px 25px;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
	width:95%;
}
.product_index h2 {
	font-size:1.5em;
	margin:0;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .idxCar {
	width:95%;
	margin-top:1%;
}
.product_index .supplies_box {
	padding:10px 10px;
	width:100%;
	vertical-align:top;
    margin:0;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .imgLiquid {
	margin-bottom: 10px;
    height: 180px;
    max-width: 160px;
	width:100%;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto auto auto;
	height:102px;
}
.product_index .supplies_box .flex-caption h4{
	font-size:1em;
	margin:5% 0 1% 0;
	height:60px;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice {
	margin:0 auto 10px auto;
	font-size: 15px;
}
.product_index .supplies_box .flex-caption .prices-container .price {
	margin:0 auto;
	font-size:1.15em;
}

.product_index .supplies_box .tools {
    display: inline-block;
	position:relative;
    margin: auto;
    width: 100%;
    text-align: left;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: .75em;
	padding:12px 10px;
	margin-bottom:5px;
}
.product_index .supplies_box .tools .fabutton label,
.product_index .supplies_box .tools .fabutton span {
    margin-left: 10px;
    font-size: .9em;
}
.product_index .supplies_box .tools a {
	padding:9px 10px;
	text-align:center;
	font-size: 1em;
	position:relative;
	margin:0;
	vertical-align:top;
	width:45px;
	height:40px;
}	

.product_index .supplies_box .Chars {
	position:absolute;
	top:0;
	right:0;
	width:30px;
	margin:0;
}
.product_index .supplies_box .Chars .CharCont {
	display:inline-block;
	position:relative;
	margin:auto;
	color:#ad172b;
	font-size: .9em;
}
.product_index .supplies_box .Chars .CharCont.cer1:before {
	width: 30px;
	height: 30px;
	margin-right:0;
}
.product_index .supplies_box .Chars .CharCont.cer2:before {
	width: 30px;
	height: 30px;
	margin-right:0;
}
.product_index .supplies_box .Chars .CharCont.cer3:before {
	width: 30px;
	height: 30px;
	margin-right:0;
}

.product_index.nopad {
	padding-top:3%;
	padding-bottom:0;
}
.prop_into .PropBox {
	padding:15px 30px;
}
.prop_into .PropBox h4 {
  font-size:25px;
  text-align:center;
}
.prop_into .PropBox a {
	width:80%;	
	display:block;
}
.prop_into .PropBox img {
  display:block;
  margin:10px auto;
  width:200px;
}
/*Photo gallery */
.Ph__gallery {
	padding-top:3%;
	padding-bottom:0;
}
.Ph__gallery h3 {
	font-size:1.5em;
	margin:5px auto 8px auto;
}
.Ph__gallery #gallery_into .imgLiquid {
	width:48.5%;
	height:120px;
	margin:0;
	padding:0;
}
/*Photo gallery */
/* partners */
.partners {
	padding-top:3%;
	padding-bottom:2%;
}
.partners h3 {
	font-size:1.5em;
	margin:5px auto 8px auto;
}
.partners .partners-into {
	width:95%;
	margin:3% auto;
}
.box_gallery-2 {
	display: inline-block;
    width: 48.5%;
    margin:.25%;
}
.box_gallery-2 .imgLiquid {
	height:80px;
	width:80px;
}
/* partners*/
/* blog */
#wrappers #content .blog {
	padding-top:4%;
	padding-bottom:18%;
	background-position: center 101%;
}
#wrappers #content .blog h3 {
	font-size:1.5em;
	margin:5px auto 8px auto;
}
#wrappers #content .blog .Subtitle {
	font-size:1.1em;
	margin:5px auto 10px auto;
}
#wrappers #content .blog .blog_inton {
	width:95%;
	margin-top:3%;
}
#wrappers #content .blog .blog_inton .B_item {
	width:100%;
	max-width:450px;
	display:block;
	margin:2.5% auto;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.85em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:250px;
}
#wrappers #content .blog .blog_inton .B_item .cont {
	width:100%;
	padding:10px 15px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4 {
	font-size:.9em;
	margin-top:0;
	margin-bottom:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4:before {
    bottom: 27px;
}
#wrappers #content .blog .blog_inton .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.8em;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar {
	width:50%;
	padding:12px 10px;
	font-size:.8em;
	margin:15px auto auto auto;
}
/* blog */
	
}	

/*///////////////////////////////////////////////slider/////////////////////////*/
/*slider*/
.main-carousel .main-carousel-cell .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.8);   
}
.main-carousel .main-carousel-cell .gradient.dark {
    background-color: rgba(34, 34, 34, 0.35);
}
.main-carousel .main-carousel-cell video {
    #object-fit: contain;
	width:100%;
}
.Main_slider {
	width:100%;	
	position:relative;
	display:block;
	margin:auto;
}
.Main_slider #slidersmheading {
	position:absolute;
	top:7px;
	right:0px;
	font-family: 'AC-Fifindrel';
	font-size:4em!important;
	color:#333;
	margin:0 auto;
	background-color:rgba(255,255,255,.65);
	z-index:102;
	padding:15px 20px;
}
.Main_slider #slidersmheading h1 {
	font-size:1em!important;
	margin:0;
	font-weight: normal;
}
.main-carousel {
    background: #FAFAFA;
    background-size: cover;
	border-bottom:solid 1px #f1f1f1;
}
.main-carousel-cell {
    width: 100%;
    height: 850px;
    color: #fff;
    background: #000;
}
/* hide disabled button */
.flickity-button:disabled {
  display: none;
}
/* position dots in carousel */
.flickity-page-dots {
  bottom: 5px!important;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid #cb8731;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #d3a863;
}
.main-carousel .main-carousel-cell div img {
}
.main-carousel .main-carousel-cell div {
	height:100%;
}
.main-carousel .main-carousel-cell div aside {
	display:inline-block;
	background-color:rgba(255,255,255,.75);
	padding:40px;
	max-width:1400px;
	z-index:2;
}
.main-carousel .main-carousel-cell div h2 {
	font-family: 'OpenSans-Regular', sans-serif;
	color:#B9050A;
	font-weight:normal;
	text-align:left;
	line-height:1.4;
}
.main-carousel .main-carousel-cell div aside a {
	font-family: 'OpenSans-Regular', sans-serif;
	background-color: #cb8731;
	border:solid 1px #cb8731;
	text-transform:uppercase;
    color: #fff;
	text-decoration:none;
	margin:auto;
	display:inline-block;
	text-align:center;
		-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
    background-clip: padding-box;
    transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;
	letter-spacing:.1em;
	display:none;
}
.main-carousel .main-carousel-cell div aside a:hover{
	background-color: #333;
	border:solid 1px #333;
	color:#fff;
}
/*slider*/

@media all and (min-width: 1400px) {
	
/*slider*/
.main-carousel {
    margin-top: 190px;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 900px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 900px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
    height: 900px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
   height: 900px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 900px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 900px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
  height: 900px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
	height: 900px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
   height: 900px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:400px;
	left:0;
	right:0;
	top:220px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	padding: 20px 12px;
	font-size: 1em;
	margin-top:15px;
}
/*slider*/

}

@media all and (min-width: 1200px) and (max-width: 1399px) {

/*slider*/
.main-carousel {
    margin-top: 190px;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 650px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 650px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
    height: 650px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
   height: 650px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 650px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 650px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
  height: 650px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
	height: 650px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
  height: 650px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:400px;
	left:0;
	right:0;
	top:220px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	padding: 20px 12px;
	font-size: 1em;
	margin-top:15px;
}
/*slider*/

}

@media all and (min-width: 1024px) and (max-width: 1199px) {

/*slider*/
.Main_slider {
  margin-top:150px;	
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 500px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 500px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 500px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
    height: 500px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
   height: 500px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 500px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 500px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
  height: 500px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
	height: 500px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
  height: 500px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:400px;
	left:0;
	right:0;
	top:150px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	padding: 20px 12px;
	font-size: .9em;
	margin-top:15px;
}
/*slider*/

}

@media all and (min-width: 768px) and (max-width: 1023px) {

/*slider*/
.Main_slider {
  margin-top:150px;	
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 500px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 500px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 500px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
    height: 500px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
   height: 500px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 500px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 500px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
  height: 500px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
	height: 500px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
  height: 500px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:400px;
	left:0;
	top:150px;
	right:0;
    margin: auto auto;
    position: absolute;
	padding:20px;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	padding: 20px 12px;
	font-size: .9em;
	margin-top:15px;
}
/*slider*/

}

@media all and (min-width: 600px) and (max-width: 767px) {
	
/*slider*/
.Main_slider {
  margin-top:150px;	
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 400px!important;
}
.main-carousel .main-carousel-cell video {
    width: 710px;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 400px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 400px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
    height: 400px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 400px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 400px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 400px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
   height: 400px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
	height: 400px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
	height: 400px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:350px;
	left:0;
	top:120px;
	right:0;
    margin: auto auto;
    position: absolute;
	padding:20px;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	padding: 20px 12px;
	font-size: .9em;
	margin-top:15px;
}
/*slider*/

}

@media all and (min-width: 450px) and (max-width: 599px) {

/*slider*/
.Main_slider {
  margin-top:150px;	
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 450px!important;
}
.main-carousel .main-carousel-cell video {
    width: 800px;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 450px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 450px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
    height: 450px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 450px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 450px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 450px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
   height: 450px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
	height: 450px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
	height: 450px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:350px;
	left:0;
	top:130px;
	right:0;
    margin: auto auto;
    position: absolute;
	padding:20px;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	padding: 20px 12px;
	font-size: .9em;
	margin-top:15px;
}
/*slider*/

}

@media all and (max-width: 449px) {
	
/*slider*/
.Main_slider {
  margin-top:150px;	
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 400px!important;
}
.Main_slider #slidersmheading {
	margin:auto auto;
	top:3px;
	right:0px;
	left:0px;
	font-size:3em!important;
	color:#333;
	padding:15px;
	text-align:center;
}
.Main_slider #slidersmheading h1 {
	font-size:.9em!important;
	margin:0;
}
.main-carousel .main-carousel-cell video {
    width: 800px;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 400px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 400px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
    height: 400px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 400px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 400px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 400px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
   height: 400px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
	height: 400px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
	height: 400px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:270px;
	left:0;
	top:120px;
	right:0;
    margin: auto auto;
    position: absolute;
	padding:20px;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	padding: 20px 12px;
	font-size: .9em;
	margin-top:15px;
}
/*slider*/
	
}

.idxCar {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .idxCar .owl-stage  {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .idxCar .owl-stage:after  {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .idxCar .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .idxCar .owl-wrapper,
  .idxCar .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .idxCar .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .idxCar .owl-item img {
    display: block;
    width: 100%; }
  .idxCar .owl-nav.disabled,
  .idxCar .owl-dots.disabled {
    display: none; }
  .idxCar .owl-nav .owl-prev,
  .idxCar .owl-nav .owl-next,
  .idxCar .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .idxCar .owl-nav button.owl-prev,
  .idxCar .owl-nav button.owl-next,
  .idxCar button.owl-dot, .partner_logos .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .idxCar.owl-loaded {
    display: block; }
  .idxCar.owl-loading {
    opacity: 0;
    display: block; }
  .idxCar.owl-hidden {
    opacity: 0; }
  .idxCar.owl-refresh .owl-item {
    visibility: hidden; }
  .idxCar.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .idxCar.owl-grab {
    cursor: move;
    cursor: grab; }
  .idxCar.owl-rtl {
    direction: rtl; }
  .idxCar.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .idxCar {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.idxCar .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.idxCar .owl-animated-in {
  z-index: 0; }

.idxCar .owl-animated-out {
  z-index: 1; }

.idxCar .fadeOut{
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.idxCar .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .idxCar .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .idxCar .owl-item .owl-lazy[src^=""], .idxCar .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .idxCar .owl-item img.owl-lazy {
    transform-style: preserve-3d; }
/*
 * 	Owl Carousel - Video Plugin
 */
.idxCar .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.idxCar .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.idxCar .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.idxCar .owl-video-playing .owl-video-tn,
.idxCar .owl-video-playing .owl-video-play-icon {
  display: none; }

.idxCar .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.idxCar .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #CBBD9A; }