/*
	Template: NATUSANA ltd - LACALUT.OF.BY 
	LACALUT official in Belarus / Oficialniy predstavitel' LACALUT
	Version: no version
*/
/* ------------------------------------------------------ */
/*         TABLE OF CONTENTS                              */
/* ------------------------------------------------------ */
/*   01 - Min width : 768px   */
/*   09 - Max width : 768px   */
/*   10 - Max width : 480px   */
/*   11 - Max width: 1170px & Min width: 768px   */
/*   12 - Maximum width: 620px and Minimum Width: 480px   */
/* ------------------------------------------------------ */



/*------------------------------------------------------------------------------*/
/*                    Minimum width : 768px 
/*------------------------------------------------------------------------------*/
@media screen and (min-width:768px) {
    
/* slideshow */
.slide-image {
  width:100%;
}
/* footer */
.payment-methods
{
  text-align:right;
}
.footer-links {
  text-align:left;
}
/* navigations */
.hidden-menu-trigger {
  top: 16px;
  right: 10px;
  font-size: 16px;
  font-size: 1rem;
}
.top-nav li:hover > ul {
  display:block;
  z-index:10;
}
.top-nav li:hover > ul ul {
  left:100%;
  margin:-2.5rem 0;
  width:100%;
}
/* paddings */
.padding-l-right-30 {
  padding-right:30px !important; 
}
.padding-l-left-40 {
  padding-left:30px !important;
}
/* margins */
.margin-l-bottom-40 {
  margin-bottom:40px;
}

.margin-l-top-40 {
  margin-top:40px;
}

/* **************************************************** */
/* 						lacalut						*/
/* **************************************************** */


}



/*------------------------------------------------------------------------------*/
/*                    Maximum width : 768px
/*------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {    
.hide-l, .hide-s {
  display:block;
}
.hide-m {
  display:none;
}
.section  {
  padding: 3rem 1.25rem;
}
.margin-m-bottom {
  margin-bottom:2.5rem;
}
.margin-m-bottom-60 {
  margin-bottom:60px;
}
.margin-m-top-60 {
  margin-top:60px;
}
.margin-m-top-40 {
  margin-top:40px;
}


/* headings */
h1 {
  font-size:1.8em;
  line-height: 1.3em;
}
h2, h4 {
  font-size:1.5em;
  line-height: 1.4em;
}
h3 {
  font-size:1.2em;
  line-height: 1.4em;
}

/* logo */
.logo img {
  margin:0 auto;
  width:  auto; 
  height: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}


/* navigation */
nav {
  display:block;
  cursor:pointer;
  line-height:3;
}

nav>div.line{
    padding:    0 !important;
}

.top-nav li {
  float:none;
  list-style:none outside none;
  padding:0;
}
.top-nav li a {
  border-bottom:1px solid #f1f1f1;
  display:block;
  padding:0.600rem 0.625rem;
  text-align:center;
  text-decoration:none;
}
.top-nav li a:hover {
  color:#fff;
}
.top-nav > ul {
  background-color: rgba(255,255,255,0.76);
  height:0;
  max-width:100%;
  overflow:hidden;
  position:relative;
  z-index:999;
}
.top-nav > ul.show-menu,.aside-nav.minimize-on-small > ul.show-menu {
  height:auto;
}
.top-nav ul ul {
  left:0;
  margin-top:0;
  position:relative;
  right:0;
}
.top-nav li ul li a {
  min-width:100%;
}
.top-nav li ul,.top-nav li ul li ul {
  display:block;  
  overflow:hidden; 
  height:0;   
}
.top-nav > ul ul.show-ul {
  display:block;
  height:auto;
}
.top-nav li ul li a {
  background:none repeat scroll 0 0 #f4f1f0;
  border-bottom:1px solid #fff;
  padding:0.625rem;
}
.top-nav li ul li ul li a {
  background:none repeat scroll 0 0 #f7f7f7;
  border-bottom:1px solid #fff;
}
.top-nav .right {
  float: none;
}
.nav-text {
  color:#133b69;
  display:block;
  font-size:1.2rem;
  line-height:2;
  margin-right:0.625rem;
  max-width:100%;
  text-align:center;
  vertical-align:middle;
}
.nav-text:after {
  content:"\f0c9";
  font-family: 'FontAwesome';
  font-size:2.1rem;
  margin-left:0.5rem;
  text-align:right;
}

#mainnav .line>div:first-child{
    padding-top:    12px;
}

/* top bar */
#topbar ul {
  display: flex;
  justify-content: center;
}
#topbar ul li {
  padding:0;
}
#topbar-primary ul {
  display: flex;
  justify-content: center;
}
#topbar-primary ul li {
  padding:0;
}


/* stamp */

div.owl-carousel div.slide1 div.natusana-slide-descr div.stamp {
    bottom: -55px;
    left:   -22px;
}

/* slideshow */
.carousel-main .image-box {
  overflow:hidden;
}
.carousel-main .image-box  .image {
  margin-left:-400px;
}
.line.content-center-vertical {
  padding: 0 2em;
}
.owl-buttons {
  display: none;
}
.carousel-main .owl-item img, .carousel-main .owl-item video {
  max-width: 250%;
  width:auto;
}
.owl-buttons {
  display: none;
}
.brand-overview {
  margin-top:-140px;
}

/* product and blog item */
.item-left {
  padding-top:0px;
  padding-left:20px;
}
.item-right {
  padding-top:0px;
  padding-right:20px;
}

/* tab */
.tab-nav > .tab-label {
  margin: 0.5px 0;
  width: 100%;
}

/* blog */
.comment-box {
  background:#fafafa;
  border:solid 1px #eee;
  padding: 1rem;
  margin-bottom:1rem;
}
.comment-reply-box {
  background:#fff;
  border:solid 1px #eee;
  padding: 1rem;
  margin-top:1rem;
}
.comment-box .comment-time {
  float:none;
  color:#adadad;
}

/* footer */
footer .phone-number {
  font-size:1.2em;
}
.payment-methods {
  text-align:center;
}
.footer-links {
  text-align:center;
  margin-bottom:20px;
}
.footer-block {
  margin:15px 0;
}

/* **************************************************** */
/* 						lacalut						*/
/* **************************************************** */

div.owl-carousel div.natusana-slide-descr div.stamp{
	position:	absolute;
	bottom:	-45px;
	right:	-30px;
	width:	130px;
	height: 130px;  
}

.natusana-home #natusana-top .natusana-slide-descr h1.title{
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 1), 1px -1px 1px rgba(255, 255, 255, 1), -1px 1px 1px rgba(255, 255, 255, 1), 1px 1px 1px rgba(255, 255, 255, 1);    
}

.natusana-home #natusana-top .natusana-slide-descr a{
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 1), 1px -1px 1px rgba(255, 255, 255, 1), -1px 1px 1px rgba(255, 255, 255, 1), 1px 1px 1px rgba(255, 255, 255, 1);    
}

.natusana-home #natusana-top{
    background-position: -180px bottom;
}

.natusana-home #natusana-top .natusana-slide-descr{
    right:  3%;
}

.natusana-home #natusana-top .natusana-img-wrap img{
    position: relative;
    z-index:    2;
}

.natusana-home #natusana-top .natusana-slide-descr:before{
    content: '';
    position: absolute;
    left:   -20px;
    top:    -90px;
    right:  -10px;
    bottom: -10px;
    background-color: rgba(242,255,255,0.6);
    z-index:    0;
}

.natusana-home #natusana-top .natusana-slide-descr h1.title{
    left:   0;
    font-size:  2rem;
}

.natusana-home #natusana-top .natusana-slide-descr a{
    font-size:  1.2rem;
    line-height: 1em;
    z-index:    5;
}

div#giperchuvstvitelnoct .line .margin{
    padding-top:    220px;
    background-size:    auto 200px;
    background-position: center 40px;
}

div#giperchuvstvitelnoct h2{
    text-align: center;
}

div#prichina div.column-1 p:after, div#prichina div.column-2 p:after {
    left: 0;
    background-image: url("../img/underline-left.png");
}

div#prichina div.column-2 p:last-of-type{
    margin-top: 0;
}

div#prichina p:after{
    width:  115%;
}

div#prichina p{
    text-shadow: -1px -1px 1px #002124, 1px -1px 1px #002124, -1px 1px 1px #002124, 1px 1px 1px #002124;
}

div#prichina>div.line>div.margin{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

div#prichina>div.line>div.margin>div{
	height:	auto;
}
div#prichina>div.line>div.margin div.l-separator{
	display:	none;
}
div#prichina>div.line>div.margin div.m-separator{
	display:	block;
	height:	1px;
	width:	10%;
	clear:	both;
	margin:	0 auto 0 auto;
	background-color:	#ccc;		
}

div#preventivniye-mery .line{
    background-size:    auto 300px;
    background-position: left bottom;
    padding-bottom: 300px;
}
.natusana-home div[class^="lacalut-product-"] div.description.left, .natusana-home div[class^="lacalut-product-"] div.description.right{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float:  none;
}
.natusana-home div[class^="lacalut-product-"] div.picturex{
    position: relative;
    padding-top:    1rem;
}

.natusana-home div[class^="lacalut-product-"] div.description:not(:first-of-type){
    padding-top:    5rem;
}

.natusana-home div[class^="lacalut-product-"] div.natusana-pic-wrap{
    position: relative;
}

.natusana-home div[class^="lacalut-product-"] div.picturex img{
    width:  100%;
    height: auto;
}

.natusana-home div.lacalut-product-a div.picturex img{
    transform: scale(1.25);
}

.natusana-home div.lacalut-product-b div.picturex img{
    transform: scale(1.25);
}

.natusana-home div.lacalut-product-c div.picturex img{
    transform: scale(1.3);
}

.natusana-home div.lacalut-product-d div.picturex img{
    transform: scale(1.25);
}

.natusana-home div[class^="lacalut-product-"] div.description{
    padding-bottom: 1rem;
}

.carousel-main .image-box  .image{
	margin-left:	-560px;
}

div.natusana-lacalut-wrapx{
    padding-top:    2rem;
}

div.natusana-lacalut-wrapx.lacalut_extra_sensitive_zubnaya_pasta div.pix-wraps, div.natusana-lacalut-wrapx.lacalut_sensitive_zubnaya_pasta div.pix-wraps{
    padding-left:   20%;
    padding-right: 20%;
    margin-bottom:  2rem;
    margin-left:    5%;
}

div.natusana-lacalut-wrapx.lacalut_sensitive_opolaskivately div.pix-wraps{
    padding-left:   20%;
    padding-right: 20%;
    margin-bottom:  3rem;
}

div.lacalut_extra_sensitive_zubnaya_pasta div.column-left, div.lacalut_sensitive_opolaskivately div.column-left{
    padding-right:  0.625rem;
}

div.lacalut_sensitive_zubnaya_pasta div.column-right{
    padding-left:   0.625rem;
}

div.natusana-lacalut-wrapx h2{
    margin-top: 6rem;
}

div#kupit div.item img{
    max-width:  200px;
    margin-left: auto;
    margin-right: auto;
}

div.natusana-lacalut-wrapx div#kupit div.pokupka-1 img{
    max-width:  140px;
}

div.natusana-lacalut-wrapx div#kupit div.pokupky-1 img{
    max-width:  140px;
}

div.natusana-lacalut-wrapx div#kupit div.pokupka-2 img{
    max-width:  240px;
}

div.lacalut_sensitive_schetka div#kupit div.farmaverde img{
    transform: none;
}

div.lacalut_sensitive_schetka div#kupit div.medimfarm img{
    transform: none;
}

div.lacalut_sensitive_schetka div#kupit div.pokupka-2 img{
    transform: none;
}

div.lacalut_sensitive_schetka div.img-productx{
    transform-origin: 0 0;
    transform: scale(1.15) translate(5%);
}

div#kupit h1{
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.3em;    
}


}



/*------------------------------------------------------------------------------*/
/*                    Maximum width : 480px 
/*------------------------------------------------------------------------------*/
@media screen and (max-width:480px) {
.hide-l, .hide-m {
  display:block;
}
.hide-s {
  display:none !important;
}
.section  {
  padding: 2rem 0.30rem 1.5rem;
}
.margin-s-bottom-60 {
  margin-bottom: 60px;
  display: block;
}

/* navigation */
nav {
  padding:0;
}
#main-nav li a {
  padding: 20px 10%;
  font-size: 1.2em;
}

/* top bar */

.natusana-home #natusana-top{
    height: 500px;
    background-position: -140px bottom;
}

.natusana-home #natusana-top .natusana-descr-wrapper .line .natusana-slide-descr{
    right:  0;
    left:   0;
    padding-left:   10px;
    padding-right:  10px;
}

.natusana-home #natusana-top .natusana-descr-wrapper .line .natusana-img-wrap{
    margin-bottom:40px;
}

.natusana-home #natusana-top .natusana-descr-wrapper .line .natusana-img-wrap img{
    max-height: 180px;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;    
}

.natusana-home #natusana-top .natusana-slide-descr a{
    left:   0;
    right:  0;
    text-align:     center;
}

.natusana-home #natusana-top .natusana-slide-descr h1.title{
    padding-left:   10px;
    padding-right:  10px;
    font-size:  1.6rem;
}

.n-natusana-home #natusana-top {
    height: 200px;
    background-position: 23%;
}

.top-bar-social {
  margin-bottom:12px !important;
}
.top-bar .right {
  float: none;
}
.top-bar-contact p {
  height: auto;
  line-height: 1.3rem;
  padding: 10px 0;
  text-align: center;
}
.top-bar-social.right {
  display: table;
  float: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

/* slideshows */
.carousel-main .image-box {
  overflow:hidden;
}
.carousel-main .image-box  .image {
  margin-left:-500px;
}
.line.content-center-vertical {
  padding: 0 1em;
}
.carousel-main .owl-pagination {
  bottom: -20px;
}

/* products */
/* cart */
.cart-item {
  margin-bottom:30px;
}
.cart-item .cart-item-detail{
  padding:0px;
}
.cart-item .cart-item-image{
  border:solid 1px #c9bec1;
}
.cart-item .cart-item-detail h4 {
  margin-top:15px; text-align:center;
}
.cart-item p {
  text-align:center;
}

/* product and blog item */
.item-left {
  text-align:center;
  padding-top:10px;
  padding-left:0px;
}
.item-right {
  text-align:center;
  padding-top:20px;
  padding-right:0px;
}
.product-design-2-detail h2, .product-design-2-detail p, .product-design-2-detail h5 {
  text-align:center;
}

/* blog */
.comment-box .user-photo {
  width:130px;
  margin-bottom:1rem;
}

div#giperchuvstvitelnoct .line .margin .column-2{
    padding-top:    1.5rem;
}

div#prichina .line .margin{
    background-size:    140% auto;
}

div#prichina p:before{
    left:   -30px;
}

div#preventivniye-mery .line{
    background-position:    5% bottom;
    margin-left:    -0.3rem;
    margin-right:    -0.3rem;
    padding-left:    0.925rem;
    padding-right:    0.925rem;
}

div#preventivniye-mery h2.title{
    text-align: center;
    margin-bottom:  2rem;
}

div#preventivniye-mery p{
    text-align: center;
}

.natusana-home div[class^="lacalut-product-"] div.description.left, .natusana-home div[class^="lacalut-product-"] div.description.right{
    padding-top:    5rem;
}

.natusana-home div[class^="lacalut-product-"] div.picturex{
    padding-left:   10%;
    padding-top:    0;
}

.natusana-home div[class^="lacalut-product-"] div.description h2.title{
    margin-bottom:  1rem;
}

div.natusana-lacalut-wrapx div#kupit div.pokupka-2 img {
    max-width: 100%;
    max-height: 50px;
    width: auto;
}

.natusana-home div.lacalut-product-c div.picturex img{
        transform: scale(1.22);
}

div.natusana-lacalut-wrapx p{
    font-size:  1rem;
}

div#research h2.title{
    margin-bottom:  1rem;
}

div#research div[class^="concluzii-item-"] p{
    padding:    1.3rem 2rem 1.2rem 2rem;
}

div#indexez h4{
    font-size:  1.3rem;
}

div#issledovaniye p{
    padding-left: 0;
}

#kupit{
    margin-bottom:  1.5rem;
}

div.natusana-lacalut-wrapx h2{
    font-size:  1.7rem;
    margin-top: 1rem;
}

div#kupit h1{
    font-size:  1.7rem;
}

div.natusana-lacalut-wrapx div#kupit div.pokupka-2 img{
    max-width: 100%;
}

div.natusana-lacalut-wrapx div#kupit div.pokupka-1 img{
    width:  130px;
}

/* footer */
.payment-methods {
  text-align:center;
}
.footer-links {
  text-align:center;
  margin-bottom:20px;
}
.footer-block {
  margin:15px 0;
}
.carousel-main .image-box  .image{
	margin-left:	-600px;
}

}


/*------------------------------------------------------------------------------*/
/*    Maximum width: 1170px and Minimum Width: 768px | Between Desktop and Tablets
/*------------------------------------------------------------------------------*/
@media screen and (max-width:1170px) and (min-width:768px) {
div.owl-carousel div.natusana-slide-descr div.stamp{
	position:	absolute;
	bottom:	-55px;
	right:	-70px;
	width:	150px;
	height: 150px;  
}

div.owl-carousel div.slide1 div.natusana-slide-descr div.stamp {
    bottom: -55px;
    left:   -25px;
}

.natusana-home #natusana-top .natusana-slide-descr{
    right:  3%;
}

.natusana-home #natusana-top .natusana-slide-descr h1.title, .natusana-home #natusana-top .natusana-slide-descr a{
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 1), 1px -1px 1px rgba(255, 255, 255, 1), -1px 1px 1px rgba(255, 255, 255, 1), 1px 1px 1px rgba(255, 255, 255, 1);    
}

/* navigations */
.top-nav {
  
}

.top-nav li a {
    font-size:  13px;
    padding: 22px 8px;
}

nav{
    
}

#topbar ul{
    margin-left:    15px;
}

/* logo */
.logo img {
    height: 44px;
}

/* slideshow */
.line.content-center-vertical {
  padding: 0 2em;
}
.carousel-content h1 {
font-size:1.7em;
}

/* products */
.product-design-2-detail {
  padding-top:10px;
  padding-left:40px;
}

/* product and blog item */
.item-left {
  padding-top:10px;
  padding-left:40px;
}
.item-right {
  padding-top:10px;
  padding-right:40px;
}

/* paddings */
.padding-m-s-left-50 {
  padding-left:50px;
}
.padding-m-s-left-20 {
  padding-left:20px;
}

div#prichina p:before{
    left:   -24px;
    width:  16px;
    top:    0;
}

div#preventivniye-mery .line{
    margin-left:   -1.25rem;
    background-position: 30% bottom;
}

}



/*------------------------------------------------------------------------------*/
/*    Maximum width: 620px and Minimum Width: 480px | Between Tablet and Mobile
/*------------------------------------------------------------------------------*/
@media screen and (max-width:620px) and (min-width:480px) {
/* products */
.product-hover-content .btn-box .btn {
  padding: 0.600em 0.550em;
  color:#133b69;
  background:#fff;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
.product-hover-content .btn-box .btn:hover {
  background: #133b69;
  color:#fff;
}
}