@charset "utf-8";
/* CSS Document */
/**
 * ----------------------------------------
 * 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;
  }
}
#Pop__offer {
  position:absolute;
  right:0;
  top:35px;
  max-width:170px;
  width:100%;   
}
#Pop__offer img {
  width:100%;
max-width:130px;  
}
@media all and (max-width:449px) {
#Pop__offer img {
  width:100%;
max-width:100px;  
}	
}
/*//////////////////////////////// modal ////////////////////////////////////////////*/
#modal .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:inline-block;
	vertical-align:top;
}
.modal {
	position: fixed;
	z-index: 9999;
	padding: 50px 0 50px 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, .4);
	display: none;
}
.modal .closemodal {
	color: #fff;
	position: absolute;
	top:5px;right:10px;
	font-size: 30px;
	font-weight: 700
}
.modal .closemodal:focus,
.modal .closemodal:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer
}
.modalcontent {
	width: 50%;
	max-width:700px;
	border: none;
	background-color: #a3977b;
	margin: auto;
	padding: 50px 40px;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	box-shadow: 1px 1px 14px 3px rgba(0,0,0,0.75);
	position:relative;
}
@media all and (max-width:768px) {
.modalcontent {
	width: 95%;
}
.modalcontent h1 {
    font-size:1.25em;
}

}
.modalcontent h1 {
	font-family: 'Asty-Light', sans-serif;
	font-weight:normal;
	color:#fff;
	text-align:center;
    font-size:1.35em;
	display:block;
	margin:0 auto 5% auto;
	position:relative;
}
.modalcontent .modalink {
	background:#333;
	border:solid 1px #333;
	color:#fff;
	padding:10px 12px;
	font-size:1em;
	text-decoration:none;
	position:relative;
	display:block;
	margin:0px auto;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.modalcontent .modalink:hover {
	background:#fff;
	color:#333;
}
.btn:not(:disabled) {
    cursor: pointer;
}
.btn {
    padding: 10px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-shadow: 0 10px 20px -6px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 10px 20px -6px rgba(0,0,0,.12);
    box-shadow: 0 10px 20px -6px rgb(0 0 0 / 12%);
    overflow: hidden;
    position: relative;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
	text-align: center;
    vertical-align: middle;
	border: 1px solid transparent;
	line-height: 1.5;
	-webkit-appearance: button;
	text-transform: none;
	margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.btn.btn-primary {
    background: #ec8f6a;
    border-color: #ec8f6a;
    color: #fff;
	border-radius: 40px;
	display: block;
    width: 100%;
}
.btn span {
    margin-left: -20px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
	font-size:14px;
}
.btn .iconS {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    bottom: 0;
    background: #fff;
}
.btn .iconS.icon-round {
    border-radius: 50%;
}
.iconS.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
	-webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
	-webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.btn .iconS i {
    font-size: 18px;
}
.btn.btn-primary .iconS i {
    color: #ec8f6a;
}

.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite 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.Vr2 {
	max-width:1800px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
   clear:both;	
}
.container2 {
    width: 100%;
    padding:0;
    margin-right: auto;
    margin-left: auto;
	max-width:1400px;
}
.container.max {
	max-width:2000px;
}
.container_into {
	position:relative;
	display:block;
	width:95%;
	margin:auto;
}
.offers {
    background:#ebe8e5;
}
.offers, .offers_into {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.offers_into {
   max-width:1400px;	
}
.offers:before, .offers:after {
    content: "";
    display: table;
}
.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;
}
.slider_right, .slider_left, .Right_box, .contact_sfz, .contact_sfz_b, .left, .right {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.contact_sfz_b {
    background:#333;
}
.vc_column_container {
    padding-left: 0;
    padding-right: 0;
	margin-bottom:1rem;
	cursor:pointer;
}
.vc_column_container a {
   width:100%;
   text-decoration:none;
   	background:#f7f8fc;
	padding:40px;
	border-radius:5px;
}
.vc_column_container i {
    display:block;
	position:relative;
	margin:auto;
	color:#4682B4;
	text-align:center;
}
.vc_column_container .icon-separator {
    position: relative;
    height: 3px;
    width: 18px;
    background-color: #333;
	display:block;
	margin:18px auto 0 auto;
}
.vc_column_container h4 {
    font-family: 'Asty-Light', sans-serif;
	width:100%;
	text-align:center;
	margin-top:8px;
	margin-bottom:10px;
	color:#483865;
	letter-spacing:.1em;
	font-weight:600;
}
.vc_column_container span {
    font-size:.9em;display:block;margin:0 auto;color:#666;
	font-family: 'OpenSans-Regular', sans-serif;
	text-align:center;
	width:80%;
}
@media all and (min-width:768px) {
.vc_column_container.no_border.col-lg-3 {
	width: 33.33333333%;
}
}
@media all and (max-width:767px) {
.vc_column_container.no_border.col-lg-3 {
	width: 50%;
}
.vc_column_container h4 span {
    display:none;
}
}
.vc_column_container.no_border,
.vc_column_container.no_border:nth-child(4n+4),
.vc_column_container.no_border:nth-child(3n+3),
.vc_column_container.no_border:nth-child(2n+2) {
	border-right: none;
	background: #4682B4;
	margin-bottom:0;
	padding-top:20px;
	padding-bottom:20px;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}
.vc_column_container.no_border:hover {
	background:#333a4d;
}
.vc_column_container.no_border i {
    font-size: 1.5em;
}
.vc_column_container.no_border h4 {
    margin-bottom:0;
	font-size:.9em;
}
.vc_column_container.no_border.col-lg-3 {
	border:solid 1px #4682B4;
}
.offersub {
 width:100%;
 position:relative;
 display:block;
 margin:auto; 
 background:#333;
}
.offsubCo {
    position: relative;
    z-index: 1;
    box-shadow: 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
    transition: .3s;
	overflow: hidden;
    margin-left: auto;
    margin-right: auto;
	display:block;
}
.offsubCo:hover {
    box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
}
.x-he {
    text-decoration: none
}
.offbox {
    --gap: 0px;
    --offset: var(--gap);
    display: flex;
    flex-wrap: wrap;
	flex-direction: row-reverse;
}
.offbox__min {
    overflow: hidden;
	flex-basis: calc( 50% - 0.01px - var(--gap, 0.75em));
    max-width: calc( 50% - 0.01px - var(--gap, 0.75em));
}
.offboximage {
    height: 100%;
    padding-bottom: 0;
    -webkit-clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 50px 100%);
    clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 50px 100%);
	transition: .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
}
.offsubCo:hover .offboximage {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		-webkit-transform: scale(1.05);
    transform: scale(1.05)
}
.offboxtext {
    flex-basis: calc( 50% - 0.01px - var(--gap, 0.75em));
    max-width: calc( 50% - 0.01px - var(--gap, 0.75em));
	padding:50px 30px;
}
.offboxtext h2 {
    margin:0 0 10px 0;
	font-family: 'Asty-Light', sans-serif;
	color:#f0c7c2;
	font-size:1.35em;
	font-weight:normal;
}
@media all and (min-width:600px) and (max-width:767px) {
.offboxtext h2 {
	font-size:1.15em;
}
.offboxtext {
    padding: 50px 20px;
}

}
.offbox_shop {
	background:#20B2AA;
	border:solid 1px #20B2AA;
	padding:8px 12px;
	color:#fff;
	font-size:1em;
	border-radius:5px;
	-moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.offsubCo:hover .offbox_shop {
    background:#f0c7c2;
	border:solid 1px #f0c7c2;
	color:#333;
}
.offboxtext_min p {
   width:100%;
   display:inline-block;   
}
@media all and (max-width:499px) {
.offboxtext h2 {
	font-size:1em;
	text-align:center;
}
.offboxtext {
    padding: 30px 20px;
	flex-basis: 100%;
    max-width: 100%;
}
.offbox__min {
    display:none;
}
.offboxtext_min p {
  text-align:center; 
}
.offbox_shop {
	font-size:.9em;
	display:block;
}

}
/*product_index */
.infs {
    padding-left: 1.6em;
    padding-right: 0.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    line-height: 1.3em;
	position:relative;
}
.infs i, .infs em{
    display:block;
	margin:0 auto 10px auto;
	text-align:center;
	color:#a3977b;
}
.infs .title {
    color: #000;
    display: block;
    clear: both;
    position: relative;
	font-family: 'Asty-Light', 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;
}
.promos {
    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:#fcfcfc;
}
.promos h3 {
    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%;
	text-align:center;
	font-family: 'Asty-Light', sans-serif;
	font-weight:normal;
	margin-bottom:4rem;
}
.promos p {
    width:95%;
	max-width:768px;
	color:#483865;
	font-size:1.25em;
	text-align:center;
	display:block;
	margin:auto;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:600;
}
.promos .promos_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%;
    margin: auto;
    display: block;
    #max-width: 1180px;
}
.promos .promos_into .Pbox  .grid-item {
	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;
	background-color:#fff;
}
.promos .promos_into .Pbox  .grid-item .img-title h5 {
	font-family: 'Regal-Regular', sans-serif;
	position: absolute;
	color: #000;
	text-align: center;
	left:0;right:0;bottom:0;
	margin: auto;
	font-weight:400;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.promos .promos_into .Pbox .grid-item .img-title {
	position: absolute;
	width: 90%;
	text-align: center;
	opacity: 1;
	transition: all 0.7s ease;
    background-color: #f0c7c2;
	border:solid 1px #f0c7c2;
}
.promos .promos_into .Pbox .grid-item:hover .img-title {
	height:100%;
	width:100%;
	background-color: rgba(255,255,255,.5);
}
.promos .promos_into .Pbox .grid-item .img-title .clct {
	font-family: 'Asty-Light', sans-serif;
	font-size:.9em;
	background-color: #333;
	border:solid 1px #333;
	position:absolute;
	top:55%;left:0;right:0;bottom:0;
	width:95%;
	margin: auto;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color:#fff;
	text-align:center;
	padding:8px 10px;
	height:35px;
	visibility:hidden;
}
.promos .promos_into .Pbox .grid-item:hover .img-title .clct {
	top:53%;left:0;right:0;bottom:0;
	visibility:visible;
}
.promos .promos_into .Pbox .grid-item .imgLiquid {
	display:block;
	margin:auto;
	width:100%;
}

@media screen and (max-width: 800px) {
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
}
.superdeal {
    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:#f7f8fc;
}
.superdeal .dealbox_container {
    position: relative;
}
.superdeal aside {
    background:#ebe2dd;
}
.superdeal .dealbox {
    background:transparent;
	font-family: 'Asty-Light', sans-serif;	
	display:inline-block;
	z-index:2;
	position:relative;
}
.dbg {
    position: absolute;
	top:160px;
	bottom:0;
	left:0;
	width:50%;
	height:400px;
	z-index:1;
}
.dbgtwo {
    position: absolute;
	top:40%;
	right:0;
	width:50%;
	height:400px;
	z-index:1;
}
.dbgthree {
    position: absolute;
	bottom:160px;
	left:0;
	width:50%;
	height:400px;
	z-index:1;
}
.superdeal .dealbox.col-lg-6 {
    padding:0;
}
.superdeal .dealbox .dealboxIn {
	justify-content:center;
	display: flex;
    flex-direction: column;
}
.superdeal .dealbox .dealboxIn .brandi{
	display:block;
	margin:auto;
	width:100%;
	max-width:100px;
}
.superdeal .dealbox .dealboxIn i {
	display:inline-block;
	margin:1% 0 3% 0;
	text-align:left;
	font-size:3em;
	color:#4682B4;
}
.superdeal .dealbox .dealboxIn .sale-tag {
    font-size: 13px;
    margin-bottom: 10px;
	text-align:center;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:600;
	background:#483865;
	padding:12px;
	width:fit-content;
	color: #fff;
}
.superdeal .dealbox .dealboxIn h3 {
    font-family: 'Asty-Light', sans-serif;
	text-align:left;
	font-weight:600;
	width:100%;
	line-height: 1.2em;
	margin-bottom:20px;
	margin-top:0;
	color:#483865;
}
.superdeal .dealbox .dealboxIn .price_code {
    font-size: 18px;
    margin:0 auto 20px auto;
	display:block;
	text-align: left;
	font-family: 'Asty-Light', sans-serif;
	font-weight:600;
}
.superdeal .dealbox .dealboxIn .sale-button {
    font-size: 13px;
    text-transform: uppercase;
	text-align:center;
	line-height:1.7;
	font-family: 'OpenSans-Regular', sans-serif;
    color: #fff;
    #background-color: #2fbfb5;
	background-color: #483865;
	border:solid 1px #483865;
    padding: 10px 30px 9px 30px;
	-webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
	-moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	display:inline-block;
}
.superdeal .dealbox .dealboxIn .sale-button:hover {
    background-color:transparent;
	border:solid 1px #485961;
	color:#483865;
}
.superdeal .dealbox .imgLiquid {
    display:block;
	margin:auto;
	width:100%;
}
/*product_index */
.swiper-container {
      width: 100%;
      height: 100%;
    }
.swiper-wrapper {
	  padding-bottom:40px!important;
	  padding-top:40px!important;
    }
.swiper-wrapper.noTop {
	  padding-bottom:0px!important;
	  padding-top:0px!important;
    }

    .swiper-slide {
      background-position: center;
        background-size: cover;
        width: 600px!important;
        height: 600px!important;
    }


	.swiper-slide.contentfilter {
		width: 100%!important;
		height:auto!important;
	}

.swiper-slide.menufilter {
      /* Center slide text vertically */
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: flex-start;
      -ms-flex-align:flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
 }
	

.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:#fcfcfc;
}
.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:1180px;
	border-bottom:solid 1px #ebebeb;
}
.product_index h3 {
    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%;
	text-align:center;
	font-family: 'Asty-Light', sans-serif;
	font-weight:normal;
	margin-bottom:4rem;
}
.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;
	background:#000;
	padding:5px 8px;
	color:#fff;
}
.product_index .new.man {
	background:#DC143C;
	padding:5px 8px;
	color:#fff;
}
.product_index .blog_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:100%;
	margin:auto;
	display:block;
	max-width:1180px;
}
.product_index .supplies_box {
   display:inline-block;
   width:100%;
  -webkit-transition: box-shadow .15s ease-out;
  transition: box-shadow .15s ease-out;
  background-color: #f7f8fc;
  vertical-align:top;
}
.product_index .supplies_box:hover {
-webkit-box-shadow: -4px 0px 32px -2px rgba(0,0,0,0.3);
-moz-box-shadow: -4px 0px 32px -2px rgba(0,0,0,0.3);
box-shadow: -4px 0px 32px -2px rgba(0,0,0,0.3);
}
.product_index .supplies_box .SizeMsg {
    color: #fff;
    background-color: #333;
    border-color: #333;
	position: relative;
	width:100%;
	display:block;
	margin:0 auto 3% auto;
    padding: .5rem .85rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	font-size:.85em;
}
.product_index .supplies_box .SizeMsg:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    margin: 8px auto 0 auto;
    text-decoration: inherit;
    content: "\f05a";
    margin-right: 5px;
    color: #fff;
}
.product_index .supplies_box .recommendpr {
	width:100%;
	display:block;
	margin:auto;
}
.product_index .supplies_box .recommendpr img {
	width:100%;
	height:100%;
	object-fit: contain;
}
.product_index .supplies_box .flex-caption{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.product_index .supplies_box .flex-caption h4{
	font-family: 'Asty-Light', sans-serif;
	text-transform:uppercase;
	width: 100%;
	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:#e91112;
}
.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:inline-block;
	margin:auto;
	text-align:center;
	white-space: nowrap;
	#float:right;
}
.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: fit-content;
	color:#a3977b;
	vertical-align:top;
	text-align:center;
	display:inline-block;
	margin:auto;
	#float:right;
}
.product_index .supplies_box .flex-caption .prices-container .benefit {
	font-family: 'OpenSans-Regular', sans-serif;
	width: 100%;
	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:#f0c7c2;
	color:#333;
	padding:3px 5px;
	font-size: 14px;
	font-weight:normal;
	display:block;
	margin:0 auto;
    width:fit-content;
}
.product_index .supplies_box .flex-caption .prices-container .price.solo {
	#margin-top:11px;
}
.product_index .supplies_box .flex-caption .Availability_p {
	width:100%;
	display:block;
	margin:0px 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: #483865;
	border:solid 1px #483865;
	border-radius:4px;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
	text-align:center;
	position:absolute;
	top:8px;
	left:8px;
    color: #fff;
	width:100%;
}
.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 transparent;
    background-color: transparent;
    #border-radius: 25px 25px 25px 25px;
    padding: 10px 30px 9px 30px;
    color: #a3977b;
    cursor: pointer;
    display: inline-block;
}
.product_index .supplies_box .tools .fabutton:hover {
   #border:solid 1px #333;
   color: #333;
}
.product_index .supplies_box .tools .fabutton.wish {
     -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 transparent;
    background-color: transparent;
    border-radius: 25px 25px 25px 25px;
    padding: 10px 30px 9px 30px;
    cursor: pointer;
    display: inline-block;
}
.product_index .supplies_box .tools .fabutton.wish i {
    color:#333;
	-moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.product_index .supplies_box .tools .fabutton.wish:hover i {
    color: #a3977b;
}
.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;
}
.map_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;
    display: table;
    table-layout: fixed;
    width: 100%;
	background:#f4f4f4;
}
.map_index .map__info {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.map_index .map__info .mapinfo_sub {
	position:relative;
	display:block;
	margin:auto;
	width:100%;
	padding:0 50px;
}
.map_index .map__info .mapinfo_sub h3 {
	font-family: 'OpenSans-Regular', sans-serif;
	color:#333;
	font-weight:normal;
	font-size:1.65em;
}
.map_index .map__info .mapinfo_sub address {
	color:#333;
	font-size:1.25em;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
	display:block;
	margin:10px auto;
	width:100%;
	text-align:left;
}
.map_index .map__info .mapinfo_sub address i {
	color:#f0c7c2;
	font-size:1.45em;
}
.map_index #gmap_canvas {
    height:500px;
	width:100%;
	margin:auto;
}
/*product_index */
.brands {
	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;
}
.brands h3 {
    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%;
	text-align:center;
	font-family: 'Asty-Light', sans-serif;
	font-weight:normal;
	margin-bottom:2rem;
	color:#333;
}
.brands .blog_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;
}
.brands .blog_into .brItem {
	border:solid 1px #fff;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.brands .blog_into .brItem:hover {
	border:solid 1px rgba(33,33,33, .35)
}

.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-color:#fcfcfc;
}
.blog h3 {
    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%;
	text-align:center;
	font-family: 'Asty-Light', sans-serif;
	font-weight:normal;
	margin-bottom:4rem;
}
.blog h3:after {
    width: 108px;
    height: 15px;
    display: block;
    content: "";
    background: url(pics/d.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
}
#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: 95%;
    margin: 1% auto 0 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:#666;
	font-weight:normal;
	font-family: 'OpenSans-Regular', sans-serif;
	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:inline-block;
	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;
	border-bottom:solid 1px #e0e0e0;
}
#wrappers #content .blog .blog_inton .B_item .cont .sum {
	text-align:left;
	font-weight:normal;
	font-family: 'OpenSans-Regular', sans-serif;
	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:#a19d98;
	font-weight:normal;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar {
	font-family: 'OpenSans-Regular', sans-serif;
	background-color: #f0c7c2;
	border:solid 1px #f0c7c2;
    color: #333;
	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:#333;
	border:solid 1px #333;
	color:#fff;
}
/* blog */
.contactpromo {
	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/back.jpg);
    background-size: cover;
    background-position: left;	
}
.contactpromo .contbox {
	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;	
}
.contactpromo .contbox h3 {
    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%;
	text-align:left;
	font-family: 'Asty-Light', sans-serif;
	font-weight:normal;
	margin-top:0;
	margin-bottom:2rem;
	color:#fff;
}
.contactpromo .contbox .desctxt {
    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%;
	text-align:left;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
	margin-bottom:2rem;
	color: #919191;
}
.contactpromo .contbox a {
	font-family: 'OpenSans-Regular', sans-serif;
	background-color: #483865;
	border:solid 1px #483865;
    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;
}
.contactpromo .contbox a:hover{
	background:transparent;
	border:solid 1px #fff;
}

.promos .promos_into .timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0 25px 0;
}
.promos .promos_into .timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #483865;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
.promos .promos_into .containertime {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}
.promos .promos_into .containertime.leftb {
  left: 0;
}
.promos .promos_into .containertime.rightb {
  left: 50%;
}
.promos .promos_into .containertime::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #483865;
  border-radius: 16px;
  z-index: 1;
}
.promos .promos_into .containertime.rightb::after {
  left: -8px;
}
.promos .promos_into .containertime::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #483865;
  z-index: 1;
}
.promos .promos_into .containertime.rightb::before {
  left: 8px;
}
.promos .promos_into .containertime .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #483865;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
.promos .promos_into .containertime.leftb .date {
  right: -88px;
}
.promos .promos_into .containertime.rightb .date {
  left: -88px;
}
.promos .promos_into .containertime .icon {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 11px 0;
  top: calc(50% - 25px);
  background: #483865;
  border: 2px solid #483865;
  border-radius: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  z-index: 1;
}
.promos .promos_into .containertime.leftb .icon {
  right: 56px;
}

.promos .promos_into .containertime.rightb .icon {
  left: 56px;
}

.promos .promos_into .containertime .content {
  padding: 30px 90px 30px 30px;
  background: #222222;
  position: relative;
  border-radius: 0 500px 500px 0;
}

.promos .promos_into .containertime.rightb .content {
  padding: 30px 30px 30px 90px;
  border-radius: 500px 0 0 500px;
}

.promos .promos_into .containertime .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #483865;
  font-family: 'Asty-Light', sans-serif;
  text-align:left;
}

.promos .promos_into .containertime .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-family: 'OpenSans-Regular', sans-serif;
  font-weight:normal;
  color: #fff;
  text-align:left;
}
.promos .promos_into .gotonext {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.7;
    font-family: 'OpenSans-Regular', sans-serif;
    color: #fff;
    background-color: #483865;
    border: solid 1px #483865;
    padding: 12px 30px 12px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    display:block;
	margin:-.1rem auto 0 auto;
	width:100%;
	max-width:300px;
	z-index:5;
}
.promos .promos_into .gotonext:hover {
    background:#222222;
	border:solid 1px #222222
}

@media (max-width: 767.98px) {
 .promos .promos_into .timeline::after {
    left: 90px;
  }

.promos .promos_into .containertime {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }

.promos .promos_into .containertime.rightb {
    left: 0%;
  }

.promos .promos_into .containertime.leftb::after, 
.promos .promos_into .containertime.rightb::after {
    left: 82px;
  }

.promos .promos_into .containertime.leftb::before,
.promos .promos_into .containertime.rightb::before {
    left: 100px;
    border-color: transparent #483865 transparent transparent;
  }

.promos .promos_into .containertime.leftb .date,
.promos .promos_into .containertime.rightb .date {
    right: auto;
    left: 4px;
  }

.promos .promos_into .containertime.leftb .icon,
.promos .promos_into .containertime.rightb .icon {
    right: auto;
    left: 146px;
  }

.promos .promos_into .containertime.leftb .content,
.promos .promos_into .containertime.rightb .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
  }
  .promos .promos_into .gotonext {
    display:inline-block;
}
}
/* faq */
.faqvid {
	background:#fcfcfc;
	position:relative;
	width:100%;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.faqvid h3 {
    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%;
	text-align:center;
	font-family: 'Asty-Light', sans-serif;
	font-weight:normal;
	margin-bottom:2rem;
}
.faqvid .acc_box {
  display:block;
  margin:auto;
  width:85%;
  max-width:1200px;
}
.accordion {
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}
.accordion-header,
.accordion-body {
  background: #333;
  font-family: 'OpenSans-Regular', sans-serif;
  font-weight: normal;
}
.accordion-header {
  padding: 1.5em 1.5em;
  background: transparent;
  border-top:solid 1px #483865;
  color: #333;
  cursor: pointer;
  font-size: 1.25em;
  letter-spacing: .1em;
  transition: all .3s;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
.accordion-header {
  font-size: 1em;
}	
}
@media all and (min-width: 600px) and (max-width: 767px) {
.faqvid .acc_box {
  width:95%;
}
.accordion-header {
  font-size: .85em;
  padding:1.5em 1.5em;
}
.accordion-body {
  font-size: .85em;
}
}
@media all and (max-width: 599px) {
.faqvid .acc_box {
  width:100%;
}
.accordion-header {
  font-size: .85em;
}
.accordion-body {
  font-size: .85em;
}
}
.accordion-header.complete {
  background: #00C853;
}
.accordion__item {
    border-bottom: none;
}
.accordion__item:last-child {
    border-bottom: solid 1px #483865;
}
.accordion-header.complete:hover {
  background: #00BFA5;
}
.accordion-body {
  background: #fcfcfc;
  color: #353535;
  display: none;
}
.accordion-body__contents {
  padding: 1.5em 1.5em;
  line-height: 1.42857;
  font-family: 'OpenSans-Regular', sans-serif;
  font-weight: normal;
}
.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}
.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}
.accordion__item > .accordion-header:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}
.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}
.accordion__item.active .accordion-header {
  background: #485961;
  color:#fff;
  border-top:solid 1px #485961;
}
/* faq */

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

#modal {
    width: 850px;
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -40px;
    right: 0px;
}
#modal .imgLiquid {
	height:347px;
}
.vc_column_container a {
    height:280px;
}
.vc_column_container i {
	font-size:4em;
}
.vc_column_container h4 {
    font-size:1.25em;
}
.infs .title {
    font-size:1em;
}
.infs .txt {
    font-size: .9em;
}
.infs i, .infs em{
   font-size:1.75em;
}
.sts-container .infs {
   -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width:25%;
	margin-bottom:8px;
}
.promos {
    padding:1% 0 3% 0;
}
.promos .promos_into {
   margin-top:3%; 
}
.promos h3 {
    font-size:1.75em;
	margin-bottom:1rem;
}
.promos .promos_into .Pbox.col-lg-2 {
   padding-left:5px;
	padding-right:5px;   
}
.promos .promos_into .Pbox .grid-item {
	display:inline-block;
    width:100%;
    margin:0;
	height:300px;
}
.promos .promos_into .Pbox .grid-item .img-title h5 {
	top: 20%;
	width: 100%;
	font-size: 1.15em;
}
.promos .promos_into .Pbox .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 40px;
}
.promos .promos_into .Pbox .grid-item:hover .img-title {
	bottom: 0px;
}
.promos .promos_into .Pbox .grid-item:hover .img-title h5 {
	top: 50%;
}
.promos .promos_into .Pbox .grid-item .imgLiquid {
	height:300px;
}

.superdeal {
    padding:0 0 3% 0;
}
.superdeal .dealbox .dealboxIn {
	padding:50px 60px 0 60px;
}
.superdeal .dealbox .dealboxIn .sale-tag {
    font-size: 13px;
}
.superdeal .dealbox .dealboxIn h3 {
    font-size:3em;
}
.superdeal .dealbox .dealboxIn .price_code {
    font-size: 18px;
}
.superdeal .dealbox .dealboxIn .sale-button {
    width:45%;
}
.superdeal .dealbox.first {
    height:450px;
	width:450px;
     vertical-align: middle;
	 align-content: center;
    align-items: center;
	margin-left:100px
}
.superdeal .dealbox.scnd {
    height:450px;
	width:450px;
     vertical-align: middle;
	 align-content: center;
    align-items: center;
	margin-left:0;
}
.superdeal .dealbox.firstTxt {
	width:50%;
	align-content: center;
    align-items: center;
	vertical-align: middle;
	margin-left:-20px;
}
.superdeal .dealbox.ScdTxt {
	width:50%;
	align-content: center;
    align-items: center;
	vertical-align: middle;
	margin-left:80px;
}
.superdeal .dealbox.ScdTxt h3 {
	text-align:right;
}
.superdeal .dealbox.ScdTxt .dealboxIn i {
   text-align:right;
}
.superdeal .dealbox.ScdTxt .dealboxIn .price_code {
    text-align:right;
}
.superdeal .dealbox.ScdTxt .dealboxIn .sale-button {
    margin-left:55%;
}
.superdeal .dealbox .imgLiquid {
    height:450px;
}

.product_index {
	padding-top:2%;
	padding-bottom:3%;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
}
.product_index h3 {
    font-size:1.75em;
	margin-bottom:1rem;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .blog_into {
	width:95%;
	margin-top:1%;
}
.product_index .supplies_box {
	padding:0px;
	width:100%;
	vertical-align:top;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .recommendpr {
	margin-bottom: 10px;
    height: 500px;
	width:100%;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
	padding:0px 10px;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto 3% auto;
	height:65px;
}
.product_index .supplies_box .flex-caption h4{
	font-size:.9em;
	margin:5% 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.15em;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: 0 auto;
	padding:0px 10px;
    width: fit-content;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: 1.25em;
	padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-right:0px;
}
.product_index .supplies_box .tools .fabutton.wish {
    font-size: 1.25em;
	padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-left:6px;
}
.product_index .supplies_box .popoffer {
    max-width:80px;
	padding:5px;
	font-size:.8em;
}
.map_index {
    padding:0;
}

.brands {
	padding-top:2%;
	padding-bottom:3%;
}
.brands h3 {
    font-size:1.5em;
	margin-bottom:2rem;
}
.blog {
	padding-top:2%;
	padding-bottom:3%;
}
.blog h3 {
    font-size:1.75em;
	margin-bottom:4rem;
}
#wrappers #content .blog .blog_inton .B_item {
	width:31.5%;
	display:inline-block;
	margin:.5% .6%;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:200px;
}
#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;
	height:64px;
}
#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:8px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */
.contactpromo {
	padding:200px 0;
}
.contactpromo .contbox {
	padding:50px;
	float:left;
}
.contactpromo .contbox h3 {
    font-size:2.5em;
}
.contactpromo .contbox .desctxt {
    font-size:1.35em;
	width:500px;
}
.contactpromo .contbox a {
	width:100%;
	max-width:170px;
	font-size:.9em;
	padding:15px 10px;
}
.faqvid {
	padding:3% 0;
}
.faqvid h3 {
    font-size:1.75em;
	margin-bottom:4rem;
}

}

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

#modal {
    width: 850px;
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -40px;
    right: 0px;
}
#modal .imgLiquid {
	height:347px;
}
.vc_column_container a {
    height:280px;
}
.vc_column_container i {
	font-size:4em;
}
.vc_column_container h4 {
    font-size:1.25em;
}
.promos {
    padding:1% 0 3% 0;
}
.promos .promos_into {
    margin-top: 3%;
}
.infs .title {
    font-size:1em;
}
.infs .txt {
    font-size: .9em;
}	
.infs i, .infs em{
   font-size:1.75em;
}

.promos h3 {
    font-size:1.75em;
	margin-bottom:1rem;
}
.promos .promos_into .Pbox.col-lg-2 {
   padding-left:5px;
	padding-right:5px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	margin-bottom:.75rem;	
}
.promos .promos_into .Pbox .grid-item {
	display:inline-block;
    width:100%;
    margin:0;
	height:300px;
}
.promos .promos_into .Pbox .grid-item .img-title h5 {
	top: 20%;
	width: 100%;
	font-size: 1.15em;
}
.promos .promos_into .Pbox .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 40px;
}
.promos .promos_into .Pbox .grid-item:hover .img-title {
	bottom: 0px;
}
.promos .promos_into .Pbox .grid-item:hover .img-title h5 {
	top: 50%;
}
.promos .promos_into .Pbox .grid-item .imgLiquid {
	height:300px;
}

.superdeal {
    padding:0 0 3% 0;
}
.superdeal .dealbox .dealboxIn {
	padding:50px 60px 0 60px;
}
.superdeal .dealbox .dealboxIn .sale-tag {
    font-size: 13px;
}
.superdeal .dealbox .dealboxIn h3 {
    font-size:2.5em;
}
.superdeal .dealbox .dealboxIn .price_code {
    font-size: 18px;
}
.superdeal .dealbox .dealboxIn .sale-button {
    width:55%;
}
.superdeal .dealbox.first {
	height:450px;
	width:450px;
     vertical-align: middle;
	 align-content: center;
    align-items: center;
	margin-left:50px
}
.superdeal .dealbox.scnd {
    height:450px;
	width:450px;
     vertical-align: middle;
	 align-content: center;
    align-items: center;
	margin-left:-20px;
}
.superdeal .dealbox.firstTxt {
	width:50%;
	align-content: center;
    align-items: center;
	vertical-align: middle;
	margin-left:-20px;
}
.superdeal .dealbox.ScdTxt {
	width:50%;
	align-content: center;
    align-items: center;
	vertical-align: middle;
	margin-left:70px;
}
.superdeal .dealbox.ScdTxt h3 {
	text-align:right;
}
.superdeal .dealbox.ScdTxt .dealboxIn i {
   text-align:right;
}
.superdeal .dealbox.ScdTxt .dealboxIn .price_code {
    text-align:right;
}
.superdeal .dealbox.ScdTxt .dealboxIn .sale-button {
    margin-left:45%;
}
.superdeal .dealbox .imgLiquid {
    height:450px;
}

.product_index {
	padding-top:2%;
	padding-bottom:3%;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
}
.product_index h3 {
    font-size:1.75em;
	margin-bottom:1rem;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .blog_into {
	width:95%;
	margin-top:1%;
}
.product_index .supplies_box {
	padding:0px;
	width:100%;
	vertical-align:top;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .recommendpr {
	margin-bottom: 10px;
    height: 450px;
	width:100%;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
	padding:0px 10px;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto 3% auto;
	height:65px;
}
.product_index .supplies_box .flex-caption h4{
	font-size:.9em;
	margin:5% 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.15em;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: 0 auto;
	padding:0px 10px;
    width: fit-content;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: 1.25em;
	padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-right:0px;
}
.product_index .supplies_box .tools .fabutton.wish {
    font-size: 1.25em;
	padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-left:6px;
}
.product_index .supplies_box .popoffer {
    max-width:80px;
	padding:5px;
	font-size:.8em;
}
.map_index {
    padding:0;
}

.brands {
	padding-top:2%;
	padding-bottom:3%;
}
.brands h3 {
    font-size:1.5em;
	margin-bottom:2rem;
}
.blog {
	padding-top:2%;
	padding-bottom:3%;
}
.blog h3 {
    font-size:1.75em;
	margin-bottom:4rem;
}
#wrappers #content .blog .blog_inton .B_item {
	width:31.5%;
	display:inline-block;
	margin:.5% .6%;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:200px;
}
#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;
	height:64px;
}
#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:8px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */
.contactpromo {
	padding:150px 0;
}
.contactpromo .contbox {
	padding:50px;
	float:left;
	margin-left:50px;
}
.contactpromo .contbox h3 {
    font-size:2.5em;
}
.contactpromo .contbox .desctxt {
    font-size:1.35em;
	width:500px;
}
.contactpromo .contbox a {
	width:100%;
	max-width:170px;
	font-size:.9em;
	padding:15px 10px;
}
.faqvid {
	padding:3% 0;
}
.faqvid h3 {
    font-size:1.75em;
	margin-bottom:4rem;
}

}

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

#modal {
    width: 850px;
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -40px;
    right: 0px;
}
#modal .imgLiquid {
	height:347px;
}
.vc_column_container a {
    height:280px;
}
.vc_column_container i {
	font-size:4em;
}
.vc_column_container h4 {
    font-size:1.25em;
}
.promos {
    padding:1% 0 3% 0;
}
.promos .promos_into {
    margin-top: 3%;
}
.infs .title {
    font-size:.9em;
}
.infs .txt {
    font-size: .9em;
	margin-top:6px;
}
.infs i, .infs em{
   font-size:1.5em;
}
.promos h3 {
    font-size:1.65em;
	margin-bottom:1rem;
}
.promos .promos_into .Pbox.col-lg-2 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	margin-bottom:.75rem;	
}
.promos .promos_into .Pbox .grid-item {
	display:inline-block;
    width:100%;
    margin:0;
	height:250px;
}
.promos .promos_into .Pbox .grid-item .img-title h5 {
	top: 20%;
	width: 100%;
	font-size: 1em;
}
.promos .promos_into .Pbox .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 40px;
}
.promos .promos_into .Pbox .grid-item:hover .img-title {
	bottom: 0px;
}
.promos .promos_into .Pbox .grid-item:hover .img-title h5 {
	top: 50%;
}
.promos .promos_into .Pbox .grid-item .imgLiquid {
	height:250px;
}

.superdeal {
    padding:0 0 3% 0;
}
.superdeal .dealbox .dealboxIn {
	padding:50px 60px 0 60px;
}
.superdeal .dealbox .dealboxIn .sale-tag {
    font-size: 13px;
}
.superdeal .dealbox .dealboxIn h3 {
    font-size:2.5em;
}
.superdeal .dealbox .dealboxIn .price_code {
    font-size: 15px;
}
.dbg {
	top:130px;
	bottom:0;
	left:0;
	width:50%;
	height:300px;
}
.dbgtwo {
	top:41.5%;
	right:0;
	width:50%;
	height:300px;
}
.dbgthree {
	bottom:110px;
	left:0;
	width:50%;
	height:300px;
}
.superdeal .dealbox.first {
    height:350px;
	width:350px;
     vertical-align: middle;
	 align-content: center;
    align-items: center;
	margin-left:50px
}
.superdeal .dealbox.scnd {
    height:350px;
	width:350px;
     vertical-align: middle;
	 align-content: center;
    align-items: center;
	margin-left:-20px;
}
.superdeal .dealbox.firstTxt {
	width:50%;
	align-content: center;
    align-items: center;
	vertical-align: middle;
	margin-left:-20px;
}
.superdeal .dealbox.ScdTxt {
	width:50%;
	align-content: center;
    align-items: center;
	vertical-align: middle;
	margin-left:70px;
}
.superdeal .dealbox.ScdTxt h3 {
	text-align:right;
}
.superdeal .dealbox.ScdTxt .dealboxIn i {
   text-align:right;
}
.superdeal .dealbox.ScdTxt .dealboxIn .price_code {
    text-align:right;
}
.superdeal .dealbox .imgLiquid {
    height:350px;
}

.product_index {
	padding-top:2%;
	padding-bottom:3%;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
}
.product_index h3 {
    font-size:1.65em;
	margin-bottom:1rem;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .blog_into {
	width:95%;
	margin-top:1%;
}
.product_index .supplies_box {
	padding:0px;
	width:100%;
	vertical-align:top;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .recommendpr {
    height: 450px;
	width:100%;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
	padding:0px 10px;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto 3% auto;
	height:65px;
}
.product_index .supplies_box .flex-caption h4{
	font-size:.9em;
	margin:5% 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.15em;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: 0 auto;
	padding:0px 10px;
    width: fit-content;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: 1.25em;
	padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-right:0px;
}
.product_index .supplies_box .tools .fabutton.wish {
    font-size: 1.25em;
	padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-left:6px;
}
.product_index .supplies_box .popoffer {
    max-width:80px;
	padding:5px;
	font-size:.8em;
}
.map_index {
    padding:0;
}
.map_index .map__info .mapinfo_sub h3 {
    font-size: 1.4em;
}
.map_index #gmap_canvas {
    height:350px;
}
.brands {
	padding-top:2%;
	padding-bottom:3%;
}
.brands h3 {
    font-size:1.5em;
	margin-bottom:2rem;
}
.blog {
	padding-top:2%;
	padding-bottom:3%;
}
.blog h3 {
    font-size:1.65em;
	margin-bottom:4rem;
}
#wrappers #content .blog .blog_inton .B_item {
	width:31.5%;
	display:inline-block;
	margin:.5% .6%;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:200px;
}
#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;
	height:54px;
}
#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:8px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */
.contactpromo {
	padding:100px 0;
}
.contactpromo .contbox {
	padding:50px;
	float:left;
	margin-left:40px;
}
.contactpromo .contbox h3 {
    font-size:2.5em;
}
.contactpromo .contbox .desctxt {
    font-size:1.35em;
	width:500px;
}
.contactpromo .contbox a {
	width:100%;
	max-width:170px;
	font-size:.9em;
	padding:15px 10px;
}
.faqvid {
	padding:3% 0;
}
.faqvid h3 {
    font-size:1.65em;
	margin-bottom:4rem;
}

}

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

#modal {
	width:90%;
    max-width: 850px;
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -40px;
    right: 0px;
}
#modal .imgLiquid {
	height:283px;
}
.vc_column_container a {
    height:280px;
}
.vc_column_container i {
	font-size:4em;
}
.vc_column_container h4 {
    font-size:1.25em;
}
.promos {
    padding:1% 0 3% 0;
}
.promos .promos_into {
    margin-top: 3%;
}
.offers_into .col-lg-3 {
   width:50%;
}
.promos .promos_into .col-lg-4 {
    width:50%;
}
.infs .title {
    font-size:.95em;
	text-align:left;
}
.infs .txt {
    font-size: .9em;
	margin-top:6px;
	text-align:left;
}
.infs i, .infs em{
   font-size:1.5em;
   text-align:left;
}
.promos h3 {
    font-size:1.65em;
	margin-bottom:1rem;
}
.promos .promos_into .Pbox.col-lg-2 {
	padding-left:10px;
	padding-right:10px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	margin-bottom:.75rem;	
}
.promos .promos_into .Pbox .grid-item {
	display:inline-block;
    width:100%;
    margin:0;
	height:250px;
}
.promos .promos_into .Pbox .grid-item .img-title h5 {
	top: 20%;
	width: 100%;
	font-size: 1em;
}
.promos .promos_into .Pbox .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 40px;
}
.promos .promos_into .Pbox .grid-item:hover .img-title {
	bottom: 0px;
}
.promos .promos_into .Pbox .grid-item:hover .img-title h5 {
	top: 50%;
}
.promos .promos_into .Pbox .grid-item .imgLiquid {
	height:250px;
}

.superdeal {
    padding:0 0 3% 0;
}
.superdeal .dealbox  {
    height:500px;
	margin:1% 0;
}
.superdeal .dealbox .dealboxIn {
	padding:50px 20px;
}
.superdeal .dealbox .dealboxIn .sale-tag {
    font-size: 13px;
}
.superdeal .dealbox .dealboxIn h3 {
    font-size:2em;
}
.superdeal .dealbox .dealboxIn i {
   font-size:2em;
}
.superdeal .dealbox .dealboxIn .price_code {
    font-size: 18px;
}
.superdeal .dealbox .dealboxIn .sale-button {
	display:block;
	margin:0 auto;
	width:100%;
}
.dbg {
	display:none;
}
.dbgtwo {
	display:none;
}
.dbgthree {
	display:none;
}
.superdeal .dealbox.first {
    height:400px;
	width:50%;
     vertical-align: middle;
	 align-content: center;
    align-items: center;
}
.superdeal .dealbox.scnd {
    height:400px;
	width:50%;
     vertical-align: middle;
	 align-content: center;
    align-items: center;
}
.superdeal .dealbox.firstTxt {
	width:48%;
	align-content: center;
    align-items: center;
	vertical-align: middle;
	margin:0;
}
.superdeal .dealbox.ScdTxt {
	width:48%;
	align-content: center;
    align-items: center;
	vertical-align: middle;
	margin:0;
}
.superdeal .dealbox.ScdTxt h3 {
	text-align:right;
}
.superdeal .dealbox.ScdTxt .dealboxIn i {
   text-align:right;
}
.superdeal .dealbox.ScdTxt .dealboxIn .price_code {
    text-align:right;
}
.superdeal .dealbox .imgLiquid {
    height:400px;
}

.product_index {
	padding-top:2%;
	padding-bottom:3%;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
}
.product_index h3 {
    font-size:1.65em;
	margin-bottom:2rem;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .blog_into {
	width:95%;
	margin-top:1%;
}
.swiper-slide {
    width: 500px!important;
    height: 500px!important;
}
.product_index .supplies_box {
	padding:0px;
	width:100%;
	vertical-align:top;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .recommendpr {
    height: 400px;
	width:100%;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
	padding:0px 10px;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto 3% auto;
	height:65px;
}
.product_index .supplies_box .flex-caption h4{
	font-size:.9em;
	margin:5% 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.15em;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: 0 auto;
	padding:0px 10px;
    width: fit-content;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: 1.25em;
	padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-right:0px;
}
.product_index .supplies_box .tools .fabutton.wish {
    font-size: 1.25em;
	padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-left:6px;
}
.product_index .supplies_box .popoffer {
    max-width:80px;
	padding:5px;
	font-size:.8em;
}
.map_index {
    padding:0;
}
.map_index .map__info .mapinfo_sub h3 {
    font-size: 1.4em;
}
.map_index .map__info .mapinfo_sub address {
    font-size: 1.15em;
}
.map_index .map__info .mapinfo_sub address i {
    font-size: 1.15em;
}
.map_index #gmap_canvas {
    height:350px;
}
.brands {
	padding-top:2%;
	padding-bottom:3%;
}
.brands h3 {
    font-size:1.5em;
	margin-bottom:2rem;
}
.blog {
	padding-top:2%;
	padding-bottom:3%;
}
.blog h3 {
    font-size:1.5em;
	margin-bottom:3.5rem;
}
#wrappers #content .blog .blog_inton .B_item {
	width:48.5%;
	display:inline-block;
	margin:1.5% .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:200px;
}
#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;
	height:54px;
}
#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:8px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */
.contactpromo {
	padding:50px 0;
}
.contactpromo .contbox {
	padding:50px;
	float:left;
	margin-left:25px;
}
.contactpromo .contbox h3 {
    font-size:2em;
}
.contactpromo .contbox .desctxt {
    font-size:1.25em;
	width:400px;
}
.contactpromo .contbox a {
	width:100%;
	max-width:170px;
	font-size:.9em;
	padding:15px 10px;
}
.faqvid {
	padding:3% 0;
}
.faqvid .acc_box {
    width: 95%;
}
.faqvid h3 {
    font-size:1.65em;
	margin-bottom:3rem;
}

}

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

#Pop__offer {
    top: 80px;
    max-width: 150px;
    width: 100%;
}
.btn span {
    margin-left: -28px;
}
#modal {
	width:95%;
    max-width: 850px;
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -40px;
    right: 0px;
}
#modal .imgLiquid {
	height:233px;
}
.vc_column_container a {
    height:280px;
}
.vc_column_container i {
	font-size:4em;
}
.vc_column_container h4 {
    font-size:1.25em;
}
.vc_column_container span {
    font-size: 1em;
}
.promos {
    padding:1% 0 3% 0;
}
.promos .promos_into {
    margin-top: 5%;
}
.offers_into .col-lg-3 {
   width:50%;
}
.infs .title {
    font-size:.95em;
	text-align:left;
}
.infs .txt {
    font-size: .9em;
	margin-top:6px;
	text-align:left;
}
.infs i, .infs em{
   font-size:1.35em;
   text-align:left;
}
.promos h3 {
    font-size:1.5em;
	margin-bottom:1rem;
}
.promos .promos_into .Pbox.col-lg-2 {
	padding-left:10px;
	padding-right:10px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	margin-bottom:.75rem;	
}
.promos .promos_into .Pbox .grid-item {
	display:inline-block;
    width:100%;
    margin:0;
	height:250px;
}
.promos .promos_into .Pbox .grid-item .img-title h5 {
	top: 20%;
	width: 100%;
	font-size: 1em;
}
.promos .promos_into .Pbox .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 40px;
}
.promos .promos_into .Pbox .grid-item:hover .img-title {
	bottom: 0px;
}
.promos .promos_into .Pbox .grid-item:hover .img-title h5 {
	top: 50%;
}
.promos .promos_into .Pbox .grid-item .imgLiquid {
	height:250px;
}
  .promos .promos_into .gotonext {
    margin-left: 89px;
	max-width:450px;
}
.container_into {
    width: 100%;
}
.superdeal {
    padding:0 0 3% 0;
}
.superdeal .dealbox .dealboxIn {
	padding:60px;
	border-bottom:dashed 1px #483865;
}
.superdeal .dealbox:nth-child(3) .dealboxIn {
	border-bottom:none;
}
.superdeal .dealbox .dealboxIn .sale-tag {
    font-size: 13px;
}
.superdeal .dealbox .dealboxIn h3 {
    font-size:1.75em;
	text-align:center;
}
.superdeal .dealbox .dealboxIn i {
   font-size:1.75em;
   text-align:center;
}
.superdeal .dealbox .dealboxIn .price_code {
    font-size: 18px;
	text-align:center;
}
.superdeal .dealbox .dealboxIn .sale-button {
	display:block;
	margin:0 auto;
}
.dbg {
	display:none;
}
.dbgtwo {
	display:none;
}
.dbgthree {
	display:none;
}
.superdeal .dealbox.first {
    height:350px;
	width:100%;
     vertical-align: middle;
	 align-content: center;
    align-items: center;
}
.superdeal .dealbox.scnd {
    height:350px;
	width:100%;
     vertical-align: middle;
	 align-content: center;
    align-items: center;
}
.superdeal .dealbox.firstTxt {
	width:100%;
	align-content: center;
    align-items: center;
	vertical-align: middle;
	margin:0;
}
.superdeal .dealbox.ScdTxt {
	width:100%;
	align-content: center;
    align-items: center;
	vertical-align: middle;
	margin:0;
}
.superdeal .dealbox .imgLiquid {
	height:350px;
}

.product_index {
	padding-top:2%;
	padding-bottom:3%;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
}
.product_index h3 {
    font-size:1.5em;
	margin-bottom:1rem;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .blog_into {
	width:95%;
	margin-top:1%;
}
.product_index .swiper-container {
	#width:75%;
}
.swiper-slide {
    width: 400px!important;
    height: 400px!important;
}
.product_index .supplies_box {
	padding:0px;
	width:100%;
	vertical-align:top;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .recommendpr {
    height: 300px;
	width:100%;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
	padding:0px 10px;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto 3% auto;
	height:65px;
}
.product_index .supplies_box .flex-caption h4{
	font-size:.9em;
	margin:5% 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.15em;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: 0 auto;
	padding:0px 10px;
    width: fit-content;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: 1.25em;
	padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-right:0px;
}
.product_index .supplies_box .tools .fabutton.wish {
    font-size: 1.25em;
	padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-left:6px;
}
.product_index .supplies_box .popoffer {
    max-width:80px;
	padding:5px;
	font-size:.8em;
}
.map_index {
    padding:2% 0 0 0;
	display:block;
	margin:auto;
}
.map_index .map__info {
   display:block;
	margin:auto;
}
.map_index .map__info .mapinfo_sub {
    padding:25px;
}
.map_index .map__info .mapinfo_sub h3 {
    font-size: 1.4em;
}
.map_index .map__info .mapinfo_sub address {
    font-size: 1.15em;
}
.map_index .map__info .mapinfo_sub address i {
    font-size: 1.15em;
}
.map_index #gmap_canvas {
    height:350px;
}
.brands {
	padding-top:2%;
	padding-bottom:3%;
}
.brands h3 {
    font-size:1.5em;
	margin-bottom:2rem;
}
.blog {
	padding-top:2%;
	padding-bottom:3%;
}
.blog h3 {
    font-size:1.5em;
	margin-bottom:3rem;
}
#wrappers #content .blog .blog_inton .B_item {
	width:75%;
	display:block;
	margin:2.5% auto;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:200px;
}
#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;
	height:54px;
}
#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:8px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */
.contactpromo {
	padding:20px 0;
}
.contactpromo .contbox {
	padding:50px;
	float:left;
	margin-left:8px;
	margin-top:15px;
}
.contactpromo .contbox h3 {
    font-size:1.65em;
	margin-bottom:1rem;
}
.contactpromo .contbox .desctxt {
    font-size:1em;
	width:300px;
	margin-bottom:1rem;
}
.contactpromo .contbox a {
	width:100%;
	max-width:150px;
	font-size:.85em;
	padding:15px 10px;
}
.faqvid {
	padding:4% 0;
}
.faqvid .acc_box {
    width: 95%;
}
.faqvid h3 {
    font-size:1.5em;
	margin-bottom:3rem;
}

}


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

#Pop__offer {
    top: 115px;
	right:170px;
    max-width: 150px;
    width: 100%;
	z-index: 99999;
}
.btn {
  padding:8px 12px;
}
.btn span {
    margin-left: -28px;
}
#modal {
	width:95%;
    max-width: 850px;
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -40px;
    right: 0px;
}
#modal .imgLiquid {
	height:186px;
}
.vc_column_container a {
    height:280px;
}
.vc_column_container i {
	font-size:4em;
}
.vc_column_container h4 {
    font-size:1.25em;
}
.vc_column_container span {
    font-size: .9em;
}
.promos {
    padding:1% 0 3% 0;
	 background: #333;
}
.promos .promos_into {
    margin-top: 5%;
}
.infs .title {
    font-size:.95em;
	text-align:left;
}
.infs .txt {
    font-size: .9em;
	margin-top:6px;
	text-align:left;
}
.infs i, .infs em{
   font-size:1.25em;
   text-align:left;
}
.promos h3 {
    font-size:1.4em;
	margin-bottom:1rem;
	color:#fff;
}
.promos .promos_into .Pbox.col-lg-2 {
	margin-bottom:.75rem;	
}
.promos .promos_into .Pbox .grid-item {
	display:inline-block;
    width:100%;
    margin:0;
	height:250px;
}
.promos .promos_into .Pbox .grid-item .img-title h5 {
	top: 20%;
	width: 100%;
	font-size: 1em;
}
.promos .promos_into .Pbox .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 40px;
}
.promos .promos_into .Pbox .grid-item:hover .img-title {
	bottom: 0px;
}
.promos .promos_into .Pbox .grid-item:hover .img-title h5 {
	top: 50%;
}
.promos .promos_into .Pbox .grid-item .imgLiquid {
	height:250px;
}
.promos .promos_into .containertime .icon {
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    font-size: 18px;
}
.promos .promos_into .containertime .content h2 {
    font-size: 16px;
}
.promos .promos_into .containertime .content p {
    font-size: 13px;
}
  .promos .promos_into .gotonext {
    width:95%;
	max-width:1100px;
	display:block;
	margin:auto;
}
.promos .promos_into .containertime.leftb .date, .promos .promos_into .containertime.rightb .date {
	color:#d85741;
}
.promos .promos_into .containertime {
    padding-right: 0px;
}
.container_into {
    width: 100%;
}
.superdeal {
    padding:0 0 3% 0;
	 background: #333;
}
.superdeal .dealbox {
    background: #333;
}
.superdeal .dealbox .dealboxIn {
	padding:60px;
	border-bottom:dashed 1px #483865;
}
.superdeal .dealbox:nth-child(3) .dealboxIn {
	border-bottom:none;
}
.superdeal .dealbox .dealboxIn .sale-tag {
    font-size: 13px;
}
.superdeal .dealbox .dealboxIn h3 {
    font-size:1.5em;
	text-align:center;
}
.superdeal .dealbox .dealboxIn i {
   font-size:1.5em;
   text-align:center;
}
.superdeal .dealbox .dealboxIn .price_code {
    font-size: 15px;
	text-align:center;
	color:#fff;
}
.superdeal .dealbox .dealboxIn .sale-button {
	display:block;
	margin:0 auto;
}
.dbg {
	display:none;
}
.dbgtwo {
	display:none;
}
.dbgthree {
	display:none;
}
.superdeal .dealbox.first {
    height:350px;
	width:100%;
     vertical-align: middle;
	 align-content: center;
    align-items: center;
}
.superdeal .dealbox.scnd {
    height:350px;
	width:100%;
     vertical-align: middle;
	 align-content: center;
    align-items: center;
}
.superdeal .dealbox.firstTxt {
	width:100%;
	align-content: center;
    align-items: center;
	vertical-align: middle;
	margin:0;
}
.superdeal .dealbox.ScdTxt {
	width:100%;
	align-content: center;
    align-items: center;
	vertical-align: middle;
	margin:0;
}
.superdeal .dealbox .imgLiquid {
    height:350px;
}

.product_index {
	padding-top:2%;
	padding-bottom:3%;
	background:#333;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
}
.product_index h3 {
    font-size:1.4em;
	margin-bottom:0rem;
	color:#fff;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .blog_into {
	width:95%;
	margin-top:1%;
}
.product_index .swiper-container {
	#width:75%;
}
.swiper-slide {
    width: 320px!important;
    height: 320px!important;
}
.product_index .supplies_box {
	padding:0px;
	width:100%;
	vertical-align:top;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .recommendpr {
    height: 250px;
	width:100%;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
	padding:0px 10px;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto 3% auto;
	height:65px;
}
.product_index .supplies_box .flex-caption h4{
	font-size:.9em;
	margin:5% 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.15em;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: 0 auto;
	padding:0px 10px;
    width: fit-content;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: 1.25em;
	padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-right:0px;
}
.product_index .supplies_box .tools .fabutton.wish {
    font-size: 1.25em;
	padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-left:6px;
}
.product_index .supplies_box .popoffer {
    max-width:80px;
	padding:5px;
	font-size:.8em;
}
.map_index {
    padding:1% 0 0 0;
	display:block;
	margin:auto;
}
.map_index .map__info {
   display:block;
	margin:auto;
}
.map_index .map__info .mapinfo_sub {
    padding:25px;
}
.map_index .map__info .mapinfo_sub h3 {
    font-size: 1.4em;
}
.map_index .map__info .mapinfo_sub address {
    font-size: 1.15em;
}
.map_index .map__info .mapinfo_sub address i {
    font-size: 1.15em;
}
.map_index #gmap_canvas {
    height:350px;
}
.brands {
	padding-top:2%;
	padding-bottom:3%;
}
.brands h3 {
    font-size:1.4em;
	margin-bottom:2rem;
}
.blog {
	padding-top:2%;
	padding-bottom:3%;
}
.blog h3 {
    font-size:1.4em;
	margin-bottom:2.5rem;
}
#wrappers #content .blog .blog_inton .B_item {
	width:75%;
	display:block;
	margin:2.5% auto;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:200px;
}
#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;
	padding-bottom:10px;
}
#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:8px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */
.contactpromo {
	padding:20px 0;
}
.contactpromo .contbox {
	padding:50px;
	float:left;
	margin-left:8px;
	margin-top:15px;
}
.contactpromo .contbox h3 {
    font-size:1.65em;
	margin-bottom:1rem;
}
.contactpromo .contbox .desctxt {
    font-size:1em;
	width:300px;
	margin-bottom:1rem;
}
.contactpromo .contbox a {
	width:100%;
	max-width:150px;
	font-size:.85em;
	padding:15px 10px;
}
.faqvid {
	padding:4% 0;
	background:#333;
}
.faqvid .acc_box {
    width: 95%;
}
.faqvid h3 {
    font-size:1.4em;
	margin-bottom:2rem;
	color:#fff;
}
.accordion-header {
    color:#fff;
}
.accordion__item.active .accordion-header {
    background: #483865;
    color: #fff;
    border-top: solid 1px #483865;
}

}

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

#Pop__offer {
    top: 115px;
	right:160px;
    max-width: 100px;
    width: 100%;
	z-index: 99999;
}
body.wsactive #Pop__offer {
    display:none;
}
.btn {
  padding:8px 12px;
}
.btn span {
    margin-left: -32px;
	font-size:12px;
}
.btn .icon i {
    font-size: 14px;
}
#modal {
	width:95%;
    max-width: 850px;
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -40px;
    right: 0px;
}
#modal .imgLiquid {
	height:145px;
}
.vc_column_container a {
    height:250px;
}
.vc_column_container i {
	font-size:3em;
}
.vc_column_container h4 {
    font-size:1.15em;
}
.vc_column_container span {
    font-size: .85em;
}
.promos {
    padding:1% 0 3% 0;
	background:#333;
}
.promos .promos_into {
    margin-top: 5%;
}
.promos p {
    font-size: 1em;
}
.offers_into {
    width: 100%!important;
}
.infs .title {
    font-size:.95em;
}
.infs .txt {
    font-size: .85em;
	margin-top:6px;
}
.infs i, .infs em{
   font-size:1.25em;
}
.promos h3 {
    font-size:1.15em;
	margin-bottom:1rem;
	color:#fff;
}
.promos .promos_into .Pbox.col-lg-2 {
	margin-bottom:.75rem;	
}
.promos .promos_into .Pbox .grid-item {
	display:inline-block;
    width:100%;
    margin:0;
	height:250px;
}
.promos .promos_into .Pbox .grid-item .img-title h5 {
	top: 20%;
	width: 100%;
	font-size: 1em;
}
.promos .promos_into .Pbox .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 40px;
}
.promos .promos_into .Pbox .grid-item:hover .img-title {
	bottom: 0px;
}
.promos .promos_into .Pbox .grid-item:hover .img-title h5 {
	top: 50%;
}
.promos .promos_into .Pbox .grid-item .imgLiquid {
	height:250px;
}
.promos .promos_into .timeline::after {
    margin-left: -20px;
}
.promos .promos_into .containertime.leftb .content, .promos .promos_into .containertime.rightb .content {
    padding: 30px 10px 30px 40px;
}
.promos .promos_into .containertime.leftb .icon, .promos .promos_into .containertime.rightb .icon {
    display:none;
}
.promos .promos_into .containertime.leftb::after, .promos .promos_into .containertime.rightb::after {
    left: 65px;
}
.promos .promos_into .containertime::after {
    width: 14px;
    height: 14px;
    top: calc(50% - 9px);
    right: -8px;
}
.promos .promos_into .containertime::before {
    top: calc(50% - 3px);
}
.promos .promos_into .containertime.leftb::before, .promos .promos_into .containertime.rightb::before {
    left: 70px;
    z-index: 0;
}
.promos .promos_into .containertime .icon {
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    font-size: 18px;
}
.promos .promos_into .containertime .date {
    font-size: 11px;
}
.promos .promos_into .containertime .content h2 {
    font-size: 15px;
}
.promos .promos_into .containertime .content p {
    font-size: 11px;
}
.promos .promos_into .containertime {
    padding-left: 90px;
	padding-right: 0px;
}
  .promos .promos_into .gotonext {
    width:95%;
	max-width:1100px;
	display:block;
	margin:auto;
}
.promos .promos_into .containertime.leftb .date, .promos .promos_into .containertime.rightb .date {
	color:#d85741;
}
.container_into {
    width: 100%;
}
.superdeal {
    padding:0 0 3% 0;
	background:#333;
}
.superdeal .dealbox .dealboxIn {
	padding:50px 25px;
	border-bottom:dashed 1px #483865;
}
.superdeal .dealbox:nth-child(3) .dealboxIn {
	border-bottom:none;
}
.superdeal .dealbox .dealboxIn .sale-tag {
    font-size: 13px;
}
.superdeal .dealbox .dealboxIn h3 {
    font-size:1.4em;
	text-align:center;
}
.superdeal .dealbox .dealboxIn i {
   font-size:1.25em;
   text-align:center;
}
.superdeal .dealbox .dealboxIn .price_code {
    font-size: 14px;
	text-align:center;
	color:#fff;
}
.superdeal .dealbox .dealboxIn .sale-button {
	display:block;
	margin:0 auto;
}
.dbg {
	display:none;
}
.dbgtwo {
	display:none;
}
.dbgthree {
	display:none;
}
.superdeal .dealbox.first {
    height:300px;
	width:100%;
     vertical-align: middle;
	 align-content: center;
    align-items: center;
}
.superdeal .dealbox.scnd {
    height:300px;
	width:100%;
     vertical-align: middle;
	 align-content: center;
    align-items: center;
}
.superdeal .dealbox.firstTxt {
	width:100%;
	align-content: center;
    align-items: center;
	vertical-align: middle;
	margin:0;
}
.superdeal .dealbox.ScdTxt {
	width:100%;
	align-content: center;
    align-items: center;
	vertical-align: middle;
	margin:0;
}
.superdeal .dealbox .imgLiquid {
    height:300px;
}

.product_index {
	padding-top:2%;
	padding-bottom:3%;
	background:#333;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
}
.product_index h3 {
    font-size:1.15em;
	margin-bottom:1rem;
	color:#fff;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .blog_into {
	width:95%;
	margin-top:1%;
}
.product_index .swiper-container {
	#width:90%;
}
.swiper-slide {
    width: 280px!important;
    height: 320px!important;
}
.product_index .supplies_box {
	padding:0px;
	width:100%;
	vertical-align:top;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .recommendpr {
    height: 250px;
	width:100%
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
	padding:0px 10px;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto 3% auto;
	height:65px;
}
.product_index .supplies_box .flex-caption h4{
	font-size:.9em;
	margin:5% 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.15em;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: 0 auto;
	padding:0px 10px;
    width: fit-content;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: 1.25em;
	padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-right:0px;
}
.product_index .supplies_box .tools .fabutton.wish {
    font-size: 1.25em;
	padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-left:6px;
}
.product_index .supplies_box .popoffer {
    max-width:80px;
	padding:5px;
	font-size:.8em;
}
.map_index {
    padding:1% 0 0 0;
	display:block;
	margin:auto;
}
.map_index .map__info {
   display:block;
	margin:auto;
}
.map_index .map__info .mapinfo_sub {
    padding:0 25px 25px 25px;
}
.map_index .map__info .mapinfo_sub h3 {
    font-size: 1.25em;
}
.map_index .map__info .mapinfo_sub address {
    font-size: 1em;
}
.map_index .map__info .mapinfo_sub address i {
    font-size: 1em;
}
.map_index #gmap_canvas {
    height:350px;
}
.brands {
	padding-top:2%;
	padding-bottom:3%;
}
.brands h3 {
    font-size:1.15em;
	margin-bottom:2rem;
}
.blog {
	padding-top:2%;
	padding-bottom:3%;
}
.blog h3 {
    font-size:1.15em;
	margin-bottom:3.5rem;
}
#wrappers #content .blog .blog_inton .B_item {
	width:95%;
	display:block;
	margin:2.5% auto;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:200px;
}
#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;
	padding-bottom:10px;
}
#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:8px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */
.contactpromo {
	padding:20px 0;
}
.contactpromo .contbox {
	padding:50px;
	float:left;
	margin-left:6px;
	margin-top:15px;
}
.contactpromo .contbox h3 {
    font-size:1.35em;
	margin-bottom:1rem;
}
.contactpromo .contbox .desctxt {
    font-size:1em;
	width:100%;
	margin-bottom:1rem;
}
.contactpromo .contbox a {
	width:100%;
	max-width:150px;
	font-size:.85em;
	padding:15px 10px;
}
.faqvid {
	padding:4% 0;
	background:#333;
}
.faqvid .acc_box {
    width: 95%;
}
.faqvid h3 {
    font-size:1.15em;
	margin-bottom:2rem;
	color:#fff;
}
.accordion-header {
    color:#fff;
}
.accordion__item.active .accordion-header {
    background: #483865;
    color: #fff;
    border-top: solid 1px #483865;
}

}	

/*///////////////////////////////////////////////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 .Slide_video {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
}
.main-carousel .main-carousel-cell iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.main-carousel .main-carousel-cell .gradient.dark {
    background-color: rgba(34, 34, 34, 0.35);
}
.Right_box .grid-item {
	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;
	background-color:#fff;
}
.Right_box .grid-item .img-title h5 {
	font-family: 'Asty-Light', sans-serif;
	position: absolute;
	color: #FFF;
	text-align: center;
	left:0;right:0;bottom:0;
	margin: auto;
	font-weight:normal;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.Right_box .grid-item .img-title {
	position: absolute;
	width: 85%;
	text-align: center;
	opacity: 1;
	transition: all 0.7s ease;
     background-color: rgba(0,0,0,.5);
	 border:solid 3px #fff;
}
.Right_box .grid-item:hover .img-title {
	height:100%;
	width:100%;
	border:solid 0px #fff;
}
.Right_box .grid-item .img-title .clct {
	font-family: 'Asty-Light', sans-serif;
	background-color: #f0c7c2;
	border:solid 1px #f0c7c2;
	position:absolute;
	top:55%;left:0;right:0;bottom:0;
	width:50%;
	margin: auto;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color:#333;
	text-align:center;
	padding:8px 10px;
	height:35px;
	visibility:hidden;
}
.Right_box .grid-item:hover .img-title .clct {
	top:53%;left:0;right:0;bottom:0;
	visibility:visible;
}
.Right_box .grid-item .imgLiquid {
	width:100%;
	margin:auto;
}
.Main_slider {
	width:100%;	
	position:relative;
	display:block;
	margin:auto;
	background:#ebe8e5;
}
.main-carousel {
    background: #FAFAFA;
    background-size: cover;
	border-bottom:solid 1px #f1f1f1;
}
.main-carousel-cell {
    width: 100%;
    height: 900px;
    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 #fff;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #B9050A;
}
.main-carousel .main-carousel-cell div img {
}
.main-carousel .main-carousel-cell div {
	height:100%;
}
.main-carousel .main-carousel-cell div aside {
	display:block;
	margin:auto;
	background-color:transparent;
	padding:15px 5px;
	max-width:1400px;
	z-index:2;
}
.main-carousel .main-carousel-cell div h1 {
	font-family: 'Asty-Light', sans-serif;
	color: #fff;
	text-align:center;
	line-height:1.4;
	font-weight:400;
}
.main-carousel .main-carousel-cell div h2 {
	font-family: 'Asty-Light', sans-serif;
	color:#fff;
	font-weight:normal;
	text-align:center;
	line-height:1.4;
}
.main-carousel .main-carousel-cell div aside a {
	font-family: 'Asty-Light', sans-serif;
	background-color:transparent;
	border:solid 1px #fff;
    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;
    transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;
}
.main-carousel .main-carousel-cell div aside a:hover{
	background-color:#483865;
	border:solid 1px #483865;
	color:#fff;
}
/*slider*/

@media all and (min-width: 1400px) {
	
/*slider*/
.slider_left {
    width: 66.66666667%;
	margin-top:0px;
}
.slider_right {
    width: 33.33333333%;
	margin-top:0px;
}
.Right_box {
    width: 100%;
	padding-left:5px;
}
.Right_box .grid-item {
	display:inline-block;
    width:100%;
    margin:0 0 5px 0;
}
.Right_box:last-child .grid-item {
	display:inline-block;
    width:100%;
    margin:5px 0 0 0;
}
.Right_box .grid-item .img-title h5 {
	top: 25%;
	width: 90%;
	font-size: 1.15em;
}
.Right_box .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 55px;
}
.Right_box .grid-item:hover .img-title {
	bottom: 0px;
}
.Right_box .grid-item:hover .img-title h5 {
	top: 50%;
}
.Right_box .grid-item .imgLiquid {
	height:313px;
}
.Main_slider {
	margin-top:200px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 750px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 750px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 750px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 750px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 750px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 750px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
  height: 750px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
   height: 750px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
  height: 750px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
   height: 750px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:400px;
	height:250px;
	left:0;
	right:0;
	top:0;
	bottom:0;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div aside h1 {
	font-size:2em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div aside h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	margin-top:25px;
	padding: 15px 12px;
	font-size: .85em;
}
/*slider*/

}

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

/*slider*/
.slider_left {
    width: 66.66666667%;
	margin-top:0px;
}
.slider_right {
    width: 33.33333333%;
	margin-top:0px;
}
.Right_box {
    width: 100%;
	padding-left:5px;
}
.Right_box .grid-item {
	display:inline-block;
    width:100%;
    margin:0 0 5px 0;
}
.Right_box:last-child .grid-item {
	display:inline-block;
    width:100%;
    margin:5px 0 0 0;
}
.Right_box .grid-item .img-title h5 {
	top: 25%;
	width: 90%;
	font-size: 1.15em;
}
.Right_box .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 55px;
}
.Right_box .grid-item:hover .img-title {
	bottom: 0px;
}
.Right_box .grid-item:hover .img-title h5 {
	top: 50%;
}
.Right_box .grid-item .imgLiquid {
	height:293px;
}
.Main_slider {
	margin-top:200px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 600px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 600px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 600px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 600px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 600px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 600px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
   height: 600px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
   height: 600px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
  height: 600px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
   height: 600px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:400px;
	height:250px;
	left:0;
	right:0;
	top:0;
	bottom:0;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div aside h1 {
	font-size:2em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div aside h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	margin-top:25px;
	padding: 15px 12px;
	font-size: .85em;
}
/*slider*/

}

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

/*slider*/
.slider_left {
    width: 66.66666667%;
	margin-top:0px;
}
.slider_right {
    width: 33.33333333%;
	margin-top:0px;
}
.Right_box {
    width: 100%;
	padding-left:5px;
}
.Right_box .grid-item {
	display:inline-block;
    width:100%;
    margin:0 0 5px 0;
}
.Right_box:last-child .grid-item {
	display:inline-block;
    width:100%;
    margin:5px 0 0 0;
}
.Right_box .grid-item .img-title h5 {
	top: 26%;
	width: 90%;
	font-size: 1em;
}
.Right_box .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 55px;
}
.Right_box .grid-item:hover .img-title {
	bottom: 0px;
}
.Right_box .grid-item:hover .img-title h5 {
	top: 50%;
}
.Right_box .grid-item .imgLiquid {
	height:268px;
}
.Main_slider {
	margin-top:200px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 550px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 550px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 550px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 550px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 550px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 550px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
   height: 550px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
   height: 550px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
  height: 550px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
   height: 550px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:400px;
	height:250px;
	left:0;
	right:0;
	top:0;
	bottom:0;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div aside h1 {
	font-size:2em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div aside h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	margin-top:25px;
	padding: 15px 12px;
	font-size: .85em;
}
/*slider*/

}

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

/*slider*/
.slider_left {
    width: 100%;
	margin-top:0px;
}
.slider_right {
    width: 100%;
	margin-top:10px;
}
.Right_box {
	width: 50%;
	padding-right:5px;
}
.Right_box:last-child {
	padding-left:5px;
	padding-right:15px;
}
.Right_box .grid-item {
	display:inline-block;
    width:100%;
    margin:0;
}
.Right_box .grid-item .img-title h5 {
	top: 26%;
	width: 90%;
	font-size: 1em;
}
.Right_box .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 55px;
}
.Right_box .grid-item:hover .img-title {
	bottom: 0px;
}
.Right_box .grid-item:hover .img-title h5 {
	top: 50%;
}
.Right_box .grid-item .imgLiquid {
	height:270px;
}
.Main_slider {
	margin-top:150px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 550px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 550px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
  height: 550px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 550px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 550px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 550px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
   height: 550px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 550px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
  height: 550px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
   height: 550px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:350px;
	height:200px;
	left:0;
	right:0;
	top:0;
	bottom:0;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div aside h1 {
	font-size:1.45em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div aside h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	margin-top:25px;
	padding: 15px 12px;
	font-size: .85em;
}
/*slider*/

}

@media all and (min-width: 600px) and (max-width: 767px) {
	
/*slider*/
.slider_left {
    width: 100%;
	margin-top:0px;
}
.slider_right {
    width: 100%;
	margin-top:10px;
}
.Right_box {
	width:50%;
	padding-right:5px;
}
.Right_box:last-child {
	padding-left:5px;
	padding-right:15px;
}
.Right_box .grid-item {
	display:inline-block;
    width:100%;
    margin:0;
}
.Right_box .grid-item .img-title h5 {
	top: 26%;
	width: 90%;
	font-size: 1em;
}
.Right_box .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 55px;
}
.Right_box .grid-item:hover .img-title {
	bottom: 0px;
}
.Right_box .grid-item:hover .img-title h5 {
	top: 50%;
}
.Right_box .grid-item .imgLiquid {
	height:270px;
}
.Main_slider {
	margin-top:150px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 550px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 550px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
  height: 550px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 550px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 550px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 550px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
   height: 550px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 550px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
  height: 550px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
   height: 550px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:300px;
	height:180px;
	left:0;
	right:0;
	top:0;
	bottom:0;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div aside h1 {
	font-size:1.4em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div aside h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	margin-top:25px;
	padding: 15px 12px;
	font-size: .85em;
}
/*slider*/

}

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

/*slider*/
.slider_left {
    width: 100%;
	margin-top:0px;
}
.slider_right {
    width: 100%;
	margin-top:10px;
}
.Right_box {
    width: 100%;
}
.Right_box .grid-item {
	display:inline-block;
    width:100%;
    margin:0 0 5px 0;
}
.Right_box .grid-item .img-title h5 {
	top: 26%;
	width: 90%;
	font-size: 1em;
}
.Right_box .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 55px;
}
.Right_box .grid-item:hover .img-title {
	bottom: 0px;
}
.Right_box .grid-item:hover .img-title h5 {
	top: 50%;
}
.Right_box .grid-item .imgLiquid {
	height:300px;
}
.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:300px;
	padding:25px;
	height:180px;
	left: 0;
	right:0;
	top:0;
	bottom:0;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div aside h1 {
	font-size:1.35em;
	text-align:center;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div aside h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	margin-top:25px;
	padding: 12px 12px;
	font-size: .85em;
}
/*slider*/

}

@media all and (max-width: 449px) {
	
/*slider*/
.slider_left {
    width: 100%;
	margin-top:0px;
}
.slider_right {
    width: 100%;
	margin-top:10px;
}
.Right_box {
    width: 100%;
}
.Right_box .grid-item {
	display:inline-block;
    width:100%;
    margin:0 0 5px 0;
}
.Right_box .grid-item .img-title h5 {
	top: 26%;
	width: 90%;
	font-size: 1em;
}
.Right_box .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 55px;
}
.Right_box .grid-item:hover .img-title {
	bottom: 0px;
}
.Right_box .grid-item:hover .img-title h5 {
	top: 50%;
}
.Right_box .grid-item .imgLiquid {
	height:280px;
}
.Main_slider {
	margin-top:100px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 550px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
   height: 550px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
 height: 550px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 550px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 550px!important;
}
.main-carousel .main-carousel-cell .imgLiquid {
	height: 550px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
  height: 550px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 550px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
  height: 550px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
   height: 550px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:300px;
	padding:25px;
	height:180px;
	left: 0;
	right:0;
	top:0;
	bottom:0;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div aside h1 {
	font-size:1.25em;
	text-align:center;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div aside h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	margin-top:25px;
	padding: 12px 12px;
	font-size: .85em;
}
/*slider*/
	
}