/*
	Template: NATUSANA ltd - LACALUT.OF.BY 
	LACALUT official in Belarus / Oficialniy predstavitel' LACALUT
	Version: no version
*/

/*    Contents -Soderzhaniye       */
/* ------------------------------- */
/*   01 - Shrifty                  */
/*   02 - Reset                    */
/*   03 - OCHOBHOE                 */
/*   04 - Svoystva sloya           */
/*      ---- paddings              */
/*      ---- margins               */
/*      ---- Cvet textov           */
/*      ---- Backgrounds           */
/*      ---- knopki                */
/*      ---- granicy               */
/*      ---- hr                    */
/*      ---- znachki               */
/*      ---- vkladki               */
/*      ---- animaciya             */
/*   05 - Header                   */
/*      ---- Top-bar               */
/*      ---- Logo                  */
/*      ---- navigaciya            */
/*   06 - Slider                   */
/*   07 - Formy                    */
/*   08 - Blog                     */
/*   09 - Tovary                   */
/*   10 - Social                   */
/*   11 - Stranica 404             */
/*   12 - Footer                   */
/*  MEDIA-ZAPROSY                  */
/*  ADAPTYVNIYE VERSIYI ETC.	   */
/* ------------------------------- */


/* 01 Shrifty */

@import url("fonts.css");
@import url("normalize.css");
@import url("hover.css");
@import url("imagehover.css");
@import url("../owl-carousel/owl.carousel.css");
@import url("../owl-carousel/owl.theme.css");
@import url("font-awesome/css/font-awesome.min.css");
@import url("font-awesome-extension/font-awesome-extension.min.css");
@import url("../fonts/lato/latolatinfonts.css");
@import url("../../fonts.googleapis.com/css-family=Exo+2-400,500,700&subset=latin-ext.css");


/* 02 Reset */

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;	
}

/* 03 OCHOBHOE */

body {
  background:none repeat scroll 0 0 #fff;
  font-size: 15px;
  font-family: 'Lato', 'Raleway-Regular', sans-serif;
  color:#2a2a2a;
  line-height: 1.3rem;
}

/* zagolovki */
h1,
h2,
h3,
h4,
h5,
h6 {
  color:#008184;
  font-weight:800;
  margin:0 0 6px 0;
  font-family: 'Lato', sans-serif;
}
h1 {
  font-size:2.5em;
  text-transform:uppercase;
  line-height: 1.2em;
}
h1.h1 {
  color:#005f9d;
}
h2 {
  font-size:1.8rem;
  line-height: 1.3em;
} 
h3 {
  font-size:1.2em;
  line-height: 1.5em;
  font-family: 'Exo 2', sans-serif;
}
h4 {
  font-size:1.2em;
  line-height: 1.5em;
  font-family: 'Exo 2', sans-serif;
}
h5 {
  font-size:1.2em;
  line-height: 1.5em;
  text-align:center;
  font-family: 'Exo 2', sans-serif;
}
h6 {
  font-size:1.6em;
  line-height: 1.4em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus
{
  color: #005f9d;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active
{
  color: #005f9d;
}

a,
a:link,
a:visited,
a:active {
  text-decoration:none;
  color:#005f9d;
  transition:color 0.20s linear 0s;
  -o-transition:color 0.20s linear 0s;
  -ms-transition:color 0.20s linear 0s;
  -moz-transition:color 0.20s linear 0s;
  -webkit-transition:color 0.20s linear 0s;
}

a.red-link{
	color:	#d62023;
	transition:	font-weight 0.2s;
}

a.red-link:hover{
	color:	#d62023;
	font-weight:	700;
}

a:hover {
  color:#2e7ca6;
}

p {
  margin:0 0 12px 0;
  text-align: justify;
}

b,strong {
  font-weight:700;
}

img {
  border:0;
  display:block;
  height:auto;
  width:100%;
}


/* 04 Svoysntva sloya */
.section  { 
  padding: 3rem 1.25rem;
}

.section.product-detail{
	padding: 4.5rem 1.25rem 1.25rem 1.25rem;	
}

.section.chart-red{
    background-color:   #e51a38;
}

.text-center {
  text-align:center;
}
.text-justify {
  text-align:justify;
}
.text-uppercase {
  text-transform:uppercase;
}
.center {
  float:none !important;
  margin:0 auto !important;
  display:block !important;
}
.float-left {
  float: left !important;
}

/*  Paddings  */
.padding { padding: 1.25em !important; }
.padding-2x { padding: 2.8em; }
.padding-top-0 { padding-top:0px !important }
/* paddings top */
.padding-top { padding-top: 1.25em; }
.padding-top-10 { padding-top:10px; }
.padding-top-20 { padding-top:20px; }
.padding-top-30 { padding-top:30px; }
.padding-top-40 { padding-top:40px; }
.padding-top-50 { padding-top:50px; }
.padding-top-60 { padding-top:60px; }
.padding-top-70 { padding-top:70px; }
/* paddings right */
.padding-right { padding-right: 1.25em; }
.padding-right-10 { padding-right:10px; }
.padding-right-20 { padding-right:20px; }
.padding-right-30 { padding-right:30px; }
.padding-right-40 { padding-right:40px; }
.padding-right-50 { padding-right:50px; }
.padding-right-60 { padding-right:60px; }
.padding-right-70 { padding-right:70px; }
/* paddings bottom */
.padding-bottom { padding-bottom: 1.25em; }
.padding-bottom-10 { padding-bottom:10px; }
.padding-bottom-20 { padding-bottom:20px; }
.padding-bottom-30 { padding-bottom:30px; }
.padding-bottom-40 { padding-bottom:40px; }
.padding-bottom-50 { padding-bottom:50px; }
.padding-bottom-60 { padding-bottom:60px; }
.padding-bottom-70 { padding-bottom:70px; }
/* paddings left */
.padding-left { padding-left: 1.25em; }
.padding-left-10 { padding-left:10px; }
.padding-left-20 { padding-left:20px; }
.padding-left-30 { padding-left:30px; }
.padding-left-40 { padding-left:40px; }
.padding-left-50 { padding-left:50px; }
.padding-left-60 { padding-left:60px; }
.padding-left-70 { padding-left:70px; }

/* Margins */
/* margins top */
.margin-top { margin-top: 1.25em; }
.margin-top-10 { margin-top:10px; }
.margin-top-20 { margin-top:20px; }
.margin-top-30 { margin-top:30px; }
.margin-top-40 { margin-top:40px; }
.margin-top-50 { margin-top:50px !important; ; }
.margin-top-60 { margin-top:60px; }
.margin-top-70 { margin-top:70px; }
/* margins left */
.margin-left { margin-left: 1.25em; }
.margin-left-10 { margin-left:10px; }
.margin-left-20 { margin-left:20px; }
.margin-left-30 { margin-left:30px; }
.margin-left-40 { margin-left:40px; }
.margin-left-50 { margin-left:50px; }
.margin-left-60 { margin-left:60px; }
.margin-left-70 { margin-left:70px; }
.margin-left-100 { margin-left: 100px; }
/* margins bottom */
.margin-bottom { margin-bottom: 1.25em; }
.margin-bottom-10 { margin-bottom:10px; }
.margin-bottom-20 { margin-bottom:20px; }
.margin-bottom-30 { margin-bottom:30px; }
.margin-bottom-40 { margin-bottom:40px; }
.margin-bottom-50 { margin-bottom:50px; }
.margin-bottom-60 { margin-bottom:60px; }
.margin-bottom-70 { margin-bottom:70px; }
/* margins right */
.margin-right { margin-right: 1.25em; }
.margin-right-10 { margin-right:10px; }
.margin-right-20 { margin-right:20px; }
.margin-right-30 { margin-right:30px; }
.margin-right-40 { margin-right:40px; }
.margin-right-50 { margin-right:50px; }
.margin-right-60 { margin-right:60px; }
.margin-right-70 { margin-right:70px; }

/* Cvet textov */
.text-white {
color: #fff;
}
.text-primary {
  color: #008184;
}
.text-dark {
  color: #005f9d;
}
.text-dark-light {
  color:#9f9694;
}

/* Backgrounds */
.background-white {
  background-color: #fff; box-shadow:#777 2px 0px 10px;
}
.background-primary {
  background-color: #2e7ca6;
}
.back-main {
  /*background-color: #8a8a89;*/
  /*background-color: #fcfafa;
  background: -moz-linear-gradient(right, #fcfafa, #e4e4e8, #fcfafa);
  background: -webkit-linear-gradient(right, #fcfafa, #e4e4e8, #fcfafa);
  background: -o-linear-gradient(right, #fcfafa, #e4e4e8, #fcfafa);
  background: linear-gradient(to right, #fcfafa, #e4e4e8, #fcfafa);*/
  background-color: rgb(221, 220, 220);/*rgb(5, 27, 47); rgba(29, 116, 130, 0.94); #076a6a */
}
.back-main-x {
    background-color: rgb(200, 16, 46);
	background-image: url(../images/natusana-red.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -20px;
    margin-right: -20px;
}

.background-light {
    background-color: #7fc0c1;
}

.background-highlight {
  background-color: #eee;
}

/* Knopki */
a.button, a.button:link {
  border:solid 1px #005f9d;
  color:#005f9d;
  padding: 0.900rem 1.2rem;
  text-align: center;
  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;
}
a.button:hover {
  background:#2e7ca6;
  border-color:#2e7ca6;
  color:#fff;
}
/* Slider knopka 1 */
.carousel-content .slideshow-btn, .carousel-content .slideshow-btn:link {
  color: #005f9d;
  display: inline-block;
  padding: 0.650rem 1rem;
  margin-right:1em;
  background:#fff;
  text-align: center;
  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;
}
.carousel-content .slideshow-btn:hover {
  background:#2e7ca6; color:#fff;
}
/* Slider knopka 2 */
.carousel-content .slideshow-btn2, .carousel-content .slideshow-btn2:link {
  color: white;
  display: inline-block;
  padding: 0.650rem 1rem;
  background:#d62023;
  text-align: center;
  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;
}
.carousel-content .slideshow-btn2:hover {
  background:#eb6f73;
}
/* (read more) */
a.text-more-info {
  display: block;
  font-size: 0.85rem;
  margin-top: 0.625rem;
}
a.text-more-info:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 0.8rem;
  margin-left: 0.625rem;
  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;
}
a.text-more-info:hover:after {
  margin-left: 0.825rem;
}
/*  */
a.comment-reply {
  font-size: 0.85rem;
  margin-top: 0.625rem;
  color:#d2cecd;
}
a.comment-reply:after {
  content: "\f112";
  font-family: 'FontAwesome';
  font-size: 0.8rem;
  margin-left: 0.220rem;
  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;
}
a.comment-reply:hover:after {
  margin-left: 0.600rem;
}
/* */
a.remove-item {
  font-size: 0.85rem;
  margin-top: 0.625rem;
  color:#d2cecd;
}
a.remove-item:after {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 0.8rem;
  margin-left: 0.220rem;
  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;
}
a.remove-item:hover:after {
  margin-left: 0.600rem;
}
/* */
a.edit-item {
  font-size: 0.85rem;
  margin-top: 0.625rem;
  color:#d2cecd;
}
a.edit-item:after {
  content: "\f044";
  font-family: 'FontAwesome';
  font-size: 0.8rem;
  margin-left: 0.220rem;
  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;
}
a.edit-item:hover:after {
  margin-left: 0.600rem;
}

/* Granicy */
.border-radius  { 
  border-radius: 3px;
}
.border-1 {
  border:solid 1px #d2cecd;
}

/* HR */
hr.break {
  background: #2e7ca6;
  border: 0;
  display: block;
  height: 1px;
  margin: 2em 0;
}
hr.break-item {
  background: #d2cecd;
  border: 0;
  display: block;
  height: 1px;
  width:90%;
  margin: 0 0 2em 0;
}
hr.break-small {
  background: #d62023;
  border: 0;
  display: block;
  height: 3px;
  margin: 1em 0 1em 0;
  width: 60px;
}
hr.break-small.break-center {
  margin: 1em auto 3em;
  clear:    both;
}

/* Znachki */

i.icon-square {
  border-radius: 100px;
  display: block;
  height: 100px;
  line-height: 100px;
  margin-bottom: 0.625rem;
  text-align: center;
  width: 100px;
}

i.icon-square-small {
  display: block;
  background:#6a5d5a;
  color:#fff;
  font-size: 2em;
  height: 82px;
  line-height: 80px;
  margin-bottom: 0.625rem;
  text-align: center;
  width: 82px;
}
.icon-center {
  display: block;
  font-size: 3rem;
  text-align: center;
  width: 100%;
}

/* Vkladki */

.tab-nav.line {
  display: table;
}
.left .tab-nav.line {
  display: block;
}
.tab-item {
  background:#fff;
  display: none;
}
.tab-item.tab-active {
  display: block;
}
.tab-content > .tab-label {
  display: none;
}
.tab-nav > .tab-label {
  float:left;
}
a.tab-label, a.tab-label:link, a.tab-label:visited {
  margin-right: 1px;
  padding: 0.650rem 1rem;
  background:#f4f1f0;
  margin-bottom:20px;
  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;
}
a.tab-label:hover,a.tab-label.active-btn {
  background:#2e7ca6;
  color:#fff;
}
.tab-label.active-btn {
  cursor: default;
}
.tab-content {
  text-align: left;
}

/* Animaciya */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Hovers */

.image-hover-zoom {
  display: block;
  overflow: hidden;
}
.image-hover-zoom img {
  transition: all 0.40s linear 0s;
  -o-transition: all 0.40s linear 0s;
  -ms-transition: all 0.40s linear 0s;
  -moz-transition: all 0.40s linear 0s;
  -webkit-transition: all 0.40s linear 0s;
}
.image-hover-zoom:hover img {
  transform: scale(0.930);
}

/* 05 Header */

/* top-banner */
#top_banner{
    height: 600px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left;
}

.natusana-home #top_banner{
    position:   relative;
    background-image: url("../images/top_banner.jpg");    
}

.non-natusana-home #top_banner{
    height: 200px;    
    background-size: cover;
    background-position: 0 60%;
    background-image: url("../images/top_banner_2.jpg");        
}

.natusana-home #top_banner .description-wrapper{
    position:   absolute;
    top:    0;
    bottom: 0;
    left:   0;
    right:  0;
}

.natusana-home #top_banner .description-wrapper .line{
    position:   relative;
    height: 100%;
}

.natusana-home #top_banner .slide-description{
    position:   absolute;
    bottom: 30px;
    right:  -5%;
}

.natusana-home #top_banner .slide-description h1.title{
    position:   absolute;
    top:    -4rem;
    left:   -18%;
    font-size: 2.8rem;
    font-weight: 900;
    text-transform: none;    
}

.natusana-home #top_banner .slide-description a{
    display:    block;
    color:  #d62023;
    position:   absolute;
    right:  30%;
    bottom: 7%;
    font-size:  1.3rem;
    font-weight: 800;

}


#top_wrapper{
    position:   absolute;
    top:    0;
    width:  100%;
}

/* top-bar */

#topbar .line{
    padding:    0;
}

#topbar p {
  padding-top:6px;
  color:#d62023;
}
#topbar ul {
  margin:0;
  padding:0;
}
#topbar ul li {
  float: left;
  list-style: outside none none;
  text-align: center;
  border-left:solid 1px #d62023;
}
#topbar ul li:last-child {
  border-right:solid 1px #d62023;
}
#topbar ul li a {
  display:block;
  color:#d62023;
  padding:10px 16px;
  transition: background-color 0.40s;
  -o-transition: background-color 0.40s;
  -ms-transition: background-color 0.40s;
  -moz-transition: background-color 0.40s;
  -webkit-transition: background-color 0.40s;  
}
#topbar ul li a:hover {
  background:#dadad9;
}
#topbar ul li a.active {
  background:#2e7ca6;
}
#topbar i {
  font-size: 15px;
}
#topbar i span {
  padding-left:4px;
  font-size:15px;
  font-family: 'Lato', 'Raleway-Regular', sans-serif;
}

/* top-bar 2 */

#topbar-primary {
  background-color:#2e7ca6;
}
#topbar-primary p {
  padding-top:6px;
  color:#edc8a3;
}
#topbar-primary ul {
  margin:0;
  padding:0;
}
#topbar-primary ul li {
  float: left;
  list-style: outside none none;
  text-align: center;
  border-left:solid 1px #b57c44;
}
#topbar-primary ul li:last-child {
  border-right:solid 1px #b57c44;
}
#topbar-primary ul li a {
  display:block;
  color:#fff;
  padding:10px 16px;
}
#topbar-primary ul li a:hover {
  background:#6a5d5a;
}
#topbar-primary ul li a.active {
  background:#6a5d5a;
  color:#fff;
}
#topbar-primary i {
  font-size: 15px;
}
#topbar-primary i span {
  padding-left:4px;
  font-size:15px;
  font-family: 'Lato', 'Raleway-Regular', sans-serif;
}

/* Logotype */

.logo img {
    margin-top: 10px;
    margin-bottom: 3rem;
	padding-right: 3rem;
    width: 265px;
    height: auto;
}
@media (min-width: 600px) and (max-width: 1023px) {
	
	.logo img {
		
		width: auto;
		margin: 20px auto 20px auto;
		
	}
}	
/* Navigaciya */

nav {
  position: relative;
  z-index: 9;
  background-repeat: repeat-y;
  background-size: contain;  
  margin-top:   5px;
}

#mainnav .line{
    /* background-color:   rgba(255,255,255,0.76); */
	background-color:  transparent;
    padding:    0 24px;
}

.top-nav{
    /* background-color: transparent; */
	background-color: rgb(200, 16, 46);
    background-image: url(../images/natusana-red.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60px;
    margin-left: 17.5rem;
    margin-right: -3rem;
    margin-top: -0.5rem;
}

.top-nav ul {
  padding:0;
}
.top-nav li {
  float:left;
  list-style:none outside none;
  cursor:pointer;
  padding-top: 0.5rem;
}
.top-nav li a {
  color:white;
  display:block;
  padding: 0.8rem;
  font-family: 'Lato', 'Raleway-Regular', sans-serif;
  font-weight:  500;
  /*text-transform:uppercase;*/
}
.top-nav li ul li a {
  background: #f4f1f0;
  color:#666;
  padding: 0.800rem 1.25rem;
  text-transform:capitalize;
  border-bottom:solid 1px #dfdcdb;
}
.top-nav ul ul {
  position:absolute;
  display:none;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.top-nav li ul li,.top-nav li ul li ul li {
  float:none;
  list-style:none outside none;
  min-width:100%;
  padding:0;
}
ul.chevron .count-number {
  display:none;
}
ul.chevron .submenu > a:after, ul.chevron .sub-submenu > a:after,ul.chevron .aside-submenu > a:after, ul.chevron .aside-sub-submenu > a:after {
  /* content:"\f107"; */
  display:inline-block;
  font-family:FontAwesome;
  font-size:1rem;
  margin:0 0.625rem;
}
.top-nav .active-item a {
  color:#68bd45;
} 
.top-nav li ul li:last-child {
  border-bottom: 0;
}
ul.chevron .submenu > a::after, ul.chevron .sub-submenu > a::after, ul.chevron .aside-submenu > a::after, ul.chevron .aside-sub-submenu > a::after {
  margin: 0 0 0 0.625rem;
}

a.nav-text{
    color:  #8a8a89;
}
@media (max-width: 769px) {
	
	.top-nav {
		
		margin: 0 auto;
		background: transparent;
		
	}
}
@media (min-width: 770px) and (max-width: 991px) {
	
	.top-nav {
		
		margin: 0 auto;
		
	}
}

.top-nav-info  {
  text-decoration: underline !important;
  text-transform:uppercase;
}
.top-nav-info-active  {
	background: green;
}	
/* Skrytaya navigacia */

body{
    background-image: url("../images/natusana-main-fon.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: repeat;
    background-attachment: fixed;
}

#natusana-lacalut-about {
  position: absolute;
  height: auto;
  width:100%;
  padding-bottom:   145px;
  overflow: hidden;
  /* border-top: 9px solid #d52023; */
  z-index: 1;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#natusana-lacalut {
  position: absolute;
  height: 100%;
  width:100%;
  padding-bottom:   145px;
  overflow: hidden;
  /* border-top: 9px solid #d52023; */
  z-index: 1;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#natusana-lacalut.move-out {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  visibility:hidden;
  height:100px !important;
}
.no-js #natusana-lacalut {
  height: auto;
  overflow-x: auto;
  overflow-y: auto;
}
.hidden-menu-trigger {

}
.hidden-menu-trigger span {

  position: relative;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: white;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.hidden-menu-trigger span::before, .hidden-menu-trigger span::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.hidden-menu-trigger span::before {
  top: -6px;
}
.hidden-menu-trigger span::after {
  bottom: -6px;
}
.no-touch .hidden-menu-trigger:hover span::before {
  top: -8px;
}
.no-touch .hidden-menu-trigger:hover span::after {
  bottom: -8px;
}
#main-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #746a67;
  padding:20px 0;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 3;
}
#main-nav ul {
  list-style:none;
  width:100%;
  margin:0; padding:0;
}
#main-nav li a {
  position: relative;
  display: block;
  padding: 30px 10%;
  color: #fff;
  font-size: 1.8em;
  text-align:center;
  border-bottom:solid 1px #005f9d;
}
#main-nav li a:hover{
  color:#fff;
}
#main-nav li a span {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#main-nav li:last-child a {
  border-bottom: none;
}
#main-nav .hidden-menu-close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ccaa81;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#main-nav .hidden-menu-close::before, #main-nav .hidden-menu-close::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 10px;
  width: 20px;
  height: 3px;
  background-color: #FFF;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .hidden-menu-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-nav .hidden-menu-close::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.no-touch #main-nav .hidden-menu-close:hover::before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.no-touch #main-nav .hidden-menu-close:hover::after {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
#main-nav.is-visible {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-js #main-nav {
  position: static;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-js #main-nav .hidden-menu-close {
  display: none;
}

/* ---------------------- */

div#gotop{
	position:	fixed;
	right:	30px;
	bottom:	30px;
	display:	none;
	width:	50px;
	height:	50px;
	background-color:	#d62023;
	z-index:	999;
	border:	1px solid #fff;
        transition: background-color 0.5s;
}

div#gotop:hover{
    background-color:   #eb6f73;
}

div#gotop i{
	display:	block;
	position:	absolute;
	left:	50%;
	top:	50%;
	margin-left:	-20px;
	margin-top:	-22px;
	font-size:	40px;
	color:	#fff;
}

/* align vertical */
.content-center-vertical {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-51%);
  -o-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
  -webkit-transform:translateY(-51%);
}
/* */
.testimonial {
  
}
.testimonial a{
    color:  #fff;
    transition: color 0.4s;
    -o-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
}

.testimonial a:hover{
    color:  yellow;
}

/* 07 Formy */

.customform input, .customform textarea, .customform select .customform button {
  margin-bottom:50px;
  color:#6a5d5a;
  background:none;
  border:0px;
  border-bottom: 1px solid #9f9694;
  padding: 1em 1em;
  width: 100%;
  transition: background 0.20s linear 0s;
  -o-transition: background 0.20s linear 0s;
  -ms-transition: background 0.20s linear 0s;
  -moz-transition: background 0.20s linear 0s;
  -webkit-transition: background 0.20s linear 0s;
}
.customform input:hover, .customform textarea:hover, .customform select:hover, .customform input:focus, .customform textarea:focus, .customform select:focus {
  background:#f9f9f9;
}
.customform input[type="submit"] {
  border:solid 1px #6a5d5a;
  color:#6a5d5a;
  width:auto;
  padding: 0.900rem 1.2rem;
  text-align: center;
}
.customform input[type="submit"]:hover {
  background:#2e7ca6;
  border-color:#2e7ca6;
  color:#fff;
  cursor:pointer;
}
/* placeholder */
.customform ::-webkit-input-placeholder { /* Chrome */
  color: #6a5d5a;
}
.customform :-ms-input-placeholder { /* IE 10+ */
  color: #6a5d5a;
}
.customform ::-moz-placeholder { /* Firefox 19+ */
  color: #6a5d5a;
  opacity: 1;
}
.customform :-moz-placeholder { /* Firefox 4 - 18 */
  color: #6a5d5a;
  opacity: 1;
}
/* */
.blog-search input[type="search"] {
  background:#fff;
  border:0;
  border-top:2px solid #fff;
  border-bottom:solid 2px #daa270;
  padding: 0.800rem 0.25rem;
  width:100%;
}
.blog-search input[type="submit"] {
  background:#2e7ca6;
  border:solid 2px #2e7ca6;
  color:#fff;
  padding: 0.800rem 1.25rem;
}
.blog-search input[type="submit"]:hover {
  background:#c5894d;
  cursor:pointer;
}

/* */
footer .footer-form input, footer .footer-form textarea, footer .footer-form select {
  margin-bottom:3em;
  color:#fff;
  font-size:15px;
  background:none;
  border:0px;
  border-bottom: 1px solid #9f9694;
  padding: 1em 1em;
  width: 100%;
  outline: none;
  transition: background 0.20s linear 0s;
  -o-transition: background 0.20s linear 0s;
  -ms-transition: background 0.20s linear 0s;
  -moz-transition: background 0.20s linear 0s;
  -webkit-transition: background 0.20s linear 0s;
 }
footer .footer-form input:hover, .footer-form textarea:hover, .footer-form select:hover, .footer-form input:focus, .footer-form textarea:focus, .footer-form select:focus {
  border-bottom:solid 1px #fff;
}
footer .footer-form .button {
  background:#0e2748;
  color:#9f9694;
  border:0;
  margin:0;
}
footer .footer-form .button:hover {
  border:0;
  background:#2e7ca6;
  color:#fff;
  cursor:pointer;
}
/* placeholder */
footer .footer-form ::-webkit-input-placeholder { /* Chrome */
  color: #9f9694;
}
footer .footer-form :-ms-input-placeholder { /* IE 10+ */
  color: #9f9694;
}
footer .footer-form ::-moz-placeholder { /* Firefox 19+ */
  color: #9f9694;
  opacity: 1;
}
footer .footer-form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #9f9694;
  opacity: 1;
}

/* 08 Blog */


#blog-post p{
  text-align:left;
  margin:2em 0;
}
#blog-post .share-title{
  color:#fff;
  font-size:35px;
}

#recent-posts {
  margin:40px 0;	
}
#recent-posts .post {
  border-bottom:solid 1px #d2cecd;
  padding:1.5em 0;
}
#recent-posts .post .thumb {
  padding-left:5px;
}
#recent-posts .post .title {
  padding-left:15px;
  line-height:1.4rem;
}

#blog-categories {
  margin:40px 0;	
}
#blog-categories .cat {
  border-bottom:solid 1px #d2cecd;
  padding:18px 0;
}
#blog-categories .cat a:hover {
  color:#2e7ca6;
}

#recent-tags {
  margin:40px 0;	
}
#recent-tags .tag {
  background:#fff;
  display:block;
  float:left;
  border:solid 1px #ddd;
  margin:0px 8px 8px 0px;
  padding:0.800rem 1.25rem;
}
#recent-tags .tag:hover {
  background:#f9f9f9;
}

.comment-box {
  background:#f9f9f9;
  border:solid 1px #d2cecd;
  padding: 1.3em;
  margin-bottom:1.3rem;
}
.comment-reply-box {
  background:#fff;
  border:solid 1px #d2cecd;
  padding: 1.3em;
  margin-top:1.3rem;
}
.comment-box .comment-time {
  float:right;
  color:#d2cecd;
}

/* 09 Tovary */
/* */
.product-hover-content {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.product-hover-content .btn-box {
  display: table-cell;
  vertical-align: middle;
}
.product-hover-content .btn-box .btn {
  padding: 0.870em 1em;
  color: rgba(214,32,35,1);
  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: rgba(214,32,35,1);
  color:#fff;
}

/* */
.speciality {
  padding:0;
  list-style:none;
}
.speciality li {
  padding: 4px 4px 4px 1.3em;
}
.speciality li:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em;
  width: 1em;
  color:#6a5d5a;
}

/* */
.quantity {
  text-align:center;
  padding:14px;
  border:0px;
  width:80px;
  color:#2e7ca6;
  font-size:20px;
  border:0;
}

/* */
.quantity-btn {
  border:0;
  color: white;
  display: inline-block;
  padding: 0.650em 1.40em;
  margin-right:1em;
  background:#d2cecd;
  text-align: center;
}
.quantity-btn:hover {
  background:#2e7ca6; cursor:pointer;
}

/* */
.strike {
  text-decoration: line-through;
  color:#d2cecd;
}

/* */
.cart-item {
  margin-bottom:30px;
}
.cart-item .cart-item-detail{
  padding-left:30px;
}
.cart-item .cart-item-image{
  border:solid 1px #d2cecd;
}

/* */
.item-left {
  padding-top:90px;
  padding-left:40px;
}
.item-right {
  padding-top:90px;
  padding-right:40px;
}

/* 10 Social */
.follow{
    transition: background-color 0.8s, color 0.8s;
    -webkit-transition: background-color 0.8s, color 0.8s; /* Safari */    
    -o-transition: background-color 0.8s, color 0.8s;
    -ms-transition: background-color 0.8s, color 0.8s;
    -moz-transition: background-color 0.8s, color 0.8s;
}

.follow-facebook { 
  width:100%;
  margin:auto 0;
  text-align:center;
  height:113px;
  line-height:113px;
  font-size:2.5em;
  display:block; 
  background-color:#005f9d;
  color:#2e7ca6;
  border:solid 1px #cce5f2;
}
.follow-twitter {
  width:100%;
  margin:auto 0;
  text-align:center;
  height:113px;
  line-height:113px;
  font-size:2.5em;
  display:block; 
  background-color:#005f9d;
  color:#2e7ca6;
  border-left:solid 1px #cce5f2;
  border-top:solid 1px #cce5f2;
}
.follow-pinterest { 
  width:100%;
  margin:auto 0;
  text-align:center;
  height:113px;
  line-height:113px;
  font-size:2.5em;
  display:block; 
  background-color:#005f9d;
  color:#2e7ca6;
  border-top:solid 1px #cce5f2;
  border-left:solid 1px #cce5f2;
  border-right:solid 1px #cce5f2;
}
.follow-instagram {
  width:100%;
  margin:auto 0;
  text-align:center;
  height:113px;
  line-height:113px;
  font-size:2.5em;
  display:block; 
  background-color:#005f9d;
  color:#2e7ca6;
  border-right:solid 1px #cce5f2;
  border-top:solid 1px #cce5f2;
  border-bottom:solid 1px #cce5f2;
}
.follow-youtube {
  width:100%;
  margin:auto 0;
  text-align:center;
  height:113px;
  line-height:113px;
  font-size:2.5em;
  display:block; 
  background-color:#005f9d;
  color:#2e7ca6;
  border-right:solid 1px #cce5f2;
  border-top:solid 1px #cce5f2;
  border-bottom:solid 1px #cce5f2;
}
.follow-gplus {
  width:100%;
  margin:auto 0;
  text-align:center;
  height:113px;
  line-height:113px;
  font-size:2.5em;
  display:block; 
  background-color:#005f9d;
  color:#2e7ca6;
  border:solid 1px #cce5f2;
}
.follow-facebook:hover, .follow-twitter:hover, .follow-pinterest:hover, .follow-instagram:hover, .follow-youtube:hover, .follow-gplus:hover {
  background-color:#2e7ca6;
  color:#cce5f2;
}

/* 11 Stranica 404 */
#not-found {
  padding:6em 0;
}
.bordered-1 {
  border:solid 1px #d2cecd;
}
.bordered-2 {
  border:solid 1px #777;
}
.bordered-1 a:hover, .bordered-2 a:hover {
  text-decoration:underline;
}

/* 12 Footer */
footer {
    position: absolute;
    bottom: 0;
    left: 0;
  width:100%;
  color:#9f9694;
}

footer div.footer-links{
	text-align:	center;
        font-size:  0.6rem;
}

footer div.footer-links p{
    color:  rgb(62, 61, 61);
    text-align: center;
    margin-bottom: 0;
}

/* email */
footer h2 {
  font-size:0.7rem;
  text-transform:initial;
  margin-bottom: 0;
  font-weight: 600;
}

/* phone numbers */
footer .tel-num {
  font-size:1rem;
  line-height:1rem;
  color:#fff;
  text-align:center;
  font-family: "Lato", sans-serif;
}
footer .tel-num h2{
    color:  rgb(62, 61, 61);
}
footer .tel-num span {
    color:  rgb(62, 61, 61);
    font-size:  0.6rem;
    line-height: 1.2em;
    font-weight: 500;
}
footer .tel-num a, footer .tel-num a:visited,footer .tel-num a:active {
  color:rgb(62, 61, 61);
}

/* nizhniy bar footer */
footer .copyright {

  padding: 1rem;
}
footer .copyright p {
  color:rgb(62, 61, 61);
}
footer .copyright p a {
  color:#9f9694;
  text-decoration:underline;
}
footer .copyright p a:hover {
  color:rgb(62, 61, 61);
}
footer .copyright .right {
  text-align:right;
  padding-top:10px;
}

/* */
footer .footer-bar-links {
  list-style:none;
  margin:0;
  padding:0;
}
footer .footer-bar-links li {
  display:inline-block;
  padding:0px 8px 6px 0px;
}
footer .footer-bar-links li:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em;
  width: 1em;
  color:#fff;
}
footer .footer-bar-links li a {
  color:#fff;
}
footer .footer-bar-links li a:hover {
  color:#2e7ca6;
}

/* */
footer .payment-methods i {
  padding-top:18px;
  color:#fff;
}
footer .payment-methods i {
  color:#fff;
}
footer .payment-methods i:hover {
  color:#2e7ca6;
}

 /*  cookie consent  */

.cc-banner{
    border-top: 1px solid rgba(40,59,102,0.6);
}

.cc-banner .cc-message p{
    margin-bottom: 0;
}

/* ************************************* */
div#natusana-main-section{
    position: relative;
    height: 100%;
    padding-top:    0;
    /* padding-bottom: 1.5rem; */
	padding-bottom: 5rem;
}

div.lacalut-main-archt{
    position: relative;
    height: 100%;
    padding-top: 2rem;
	z-index: 3;
}
@media (min-width: 1024px) and (max-width: 1599px){
	
	div.lacalut-main-archt{
    margin-top: 5rem;
		
    }
}
@media (min-width: 1600px){
	
	div.lacalut-main-archt{
    margin-top: 4rem;
		
    }
}
div.lacalut-main-archt:before{
	display: none;
	content:    '';
    position: absolute;
    width:  300%;
    height: 14px;
    top:    0;
    right:  30px;
    background-color: #d52023;
    -ms-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
div.lacalut-main-archt>.row{
    height: 100%;
}
div.lacalut-main-archt>.row>.col{
    height: 100%;
}

div#natusana-main-section a{
	display:	block;
	height:	100%;
}

div#natusana-main-section a img{
    height: 100%;
    width: auto;
    margin-left:    auto;
    margin-right:   auto;
    transition: 0.4s;
}

div#natusana-main-section a:hover img{
    -webkit-filter: saturate(2) brightness(1.05);
    filter: saturate(2) brightness(1.05);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

div#natusana-main-section div.interal-row{
    width: 95%;
    height: 85%;
    max-height: 50vw;
    margin-top: -8rem;
	padding-left: 0rem;
	padding-right: 0rem;
}

div#natusana-main-section div.interal-row>div{
    height:  100%;
}

div#natusana-main-section div.packshot-wrapper{

}

div#contact{
    padding:    1rem 1.25rem 1rem 1.25rem;
}

div#contact span{
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -moz-transition: color 0.5s;
}

div#contact span:hover{
    /*color:  #fff;*/
}

/* MEDIA-ZAPROSY */

@media screen and (max-width: 1920px) {

}

@media screen and (max-width: 1023px){
	div#natusana-main-section div.interal-row{
		width:  85%;
		height: 75%;
		margin-left: 0rem;
	}	
}
@media screen and (min-width: 1024px) and (max-width: 1400px){
	div#natusana-main-section div.interal-row{
		width:  100%;
		height: 75%;
		margin-left: 0rem;
	}	
}

@media screen and (max-width: 1279px) {
    div#natusana-main-section div.interal-row>div{
        display:    flex;
        align-items: center!important;
    }
    div#natusana-main-section a img{

    }
}


@media screen and (max-width: 1199px) {

}


@media screen and (min-width: 992px) and (max-width: 1199px){
    
}

@media screen and (max-width: 480px) {
    div#natusana-main-section div.interal-row>div{
        display:    block;
    }
}

@media (max-width: 991px) {
	.natusana-lacalut-2{
	position: relative !important;
	padding-bottom: 19rem !important;
	}
}	
@media screen and (max-width: 991px) {
    body{
        background-size:    200% auto;
    }
    #natusana-lacalut{
        position: static;
    }
    div#natusana-main-section div.interal-row{
        margin-left:    auto;
        margin-right:   auto;
		max-height:	100%;
		padding-top: 11rem;
    }
    div#natusana-main-section div.interal-row a{
        margin: 2rem auto;
    }
    div#natusana-main-section div.interal-row a img{
        max-height: 70vh;
        height: 100%;
        width: auto;
    }
}


@media screen and (max-width: 767px) {
	body{
        background-image: url(../images/natusana-kontakty-section-fon.jpg);
        background-size:    cover;
	}	
}


@media screen and (max-width: 575px) {

}


@media screen and (min-width:768px){
    
}


@media screen and (min-width:992px){
    
}


@media screen and (min-width:1200px){

}

@media screen and (min-width:1920px){
    
}


/* GLAVNAYA STRANICA ZASTAVKA */

.container-fluid {
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.natusana-row {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}	
.align-items-center {
	
	align-items: center !important;
}

.justify-content-center {
	
	justify-content: center !important;
}	

.natusana-flex {
	display: flex !important;
	
}	
.col {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
	z-index: 50;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	
}	
.natusana-center-content {
	justify-content: space-around !important
}	
:root {
	--blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}	
	
/*  Mobilnoye otobrazheniye LACALUT White */	
    @media (min-width: 999px) {
		.lacalut-white-mobile {
		display: none !important;
		
		}
	}	
	@media (max-width: 1000px) {
		.lacalut-white {
		display: none !important;
		
		}
	}	
	
	
	/* Main Archt */
	@media (max-width: 450px) {
		div.lacalut-main-archt > .row {
		padding-bottom: 20%;
		
		}
	}
	
	/* NATUSANA info Copyright  */
	
	@media (max-width: 376px) {
	
	.footer-info {
		font-size: 15px !important;
	}
}
	
	/* Zagolovki pod tubami zubnih past */
	
	.zagolovok-pasta {
	
    background: url(../images/natusana-red.png);
	background-color:rgb(200, 16, 46);
    padding: 6px;
	margin-top: 1.8rem;
	font-size: 12px;
    color:white;
    text-align: center;
    transform: SkewX(-9Deg);
	
	}	
	@media (max-width: 1279px) {
		
	.zagolovok-pasta {
	
	display: none;
	}
}	

    @media (min-width: 1280px) and (max-width: 1439px) {
		
	.zagolovok-pasta {
		
	font-size: 11px;
	width: 165px;
	
	}
}	
		
/*Special adaptive notes - false-menu */	

@media (min-width: 1279px) {
div.lacalut-main-archt:before {

    display: none;

    }
}
@media (max-width: 1279px) {
	
.fullwidth {
    padding-left: 1rem;

    }
}	
@media (min-width: 1280px) {
	
.fullwidth {
    padding-left: 2rem;

    }
}	

/*False-navigation - false-menu*/

.line-x {
	top: 5rem;
	position: absolute;
	z-index: 999999999;
	
}
@media (max-width: 991px) {

    .line-x	{
	
	top: 0;
	height: 90px;
	
	}
}
@media (max-width: 767px) {

    .menu-wide {

    display: none;

    }
}
@media (min-width: 765px) {

    .line-x, .line-xx {

    display: none;

    }
}	

.false-navx {
	
    background: url(../images/natusana-red.png);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgb(200, 16, 46);
    color: white;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
	
	}	
.false-navx:hover {
	
    background: rgb(200, 16, 46);
    background-color: rgb(200, 16, 46);
    color: white;
    text-align: center;
	
	}
	
	.false-navx-2 {
	
    background: url(../images/natusana-red.png);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgb(200, 16, 46);
    color: white;
    text-align: center;
    margin-top: 0.6rem;
    margin-bottom: 5px;
    margin-left: 0.3rem;
    width: 170px;
	
	}	
.false-navx-2:hover {
	
    background: rgb(200, 16, 46);
    background-color: rgb(200, 16, 46);
    color: white;
    text-align: center;
	
	}
	.false-navx-3 {
	
    /* background: url(../images/natusana-red.png);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgb(200, 16, 46); */
    color: white;
    text-align: center;
    margin-top: 0.6rem;
    margin-bottom: 5px;
    margin-left: 0.3rem;
    width: auto;
	
	}	
.false-navx-3:hover {
	
    background: rgb(200, 16, 46);
    background-color: rgb(200, 16, 46);
    color: white;
    text-align: center;
	
	}
	
	
.false-nav-img {
	
    background: transparent;
    color: white;
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 0px;
    margin: 0 0 1rem 0;
	width: 160px;
	
	}	
.false-nav-img:hover {
	   
    color: white;
    text-align: center;
	width: 160px;
	
	}
	.false-nav-img-wide {
	float: right;
    background: transparent;
    color: white;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0px;
	width: 3rem;
	margin-top: -3rem;
	opacity: 0.6;
	
	}	
	@media (min-width: 1600px) {
		
		.false-nav-img-wide {
			
		margin-top: -1rem;

        }
	}		
		
	.false-nav-img-wide-pos {
		
    z-index: 99999;
	position: relative;
	margin-top: 2.5rem;
	
	}
	
@media (max-width: 590px) {

    .false-navx:hover .false-navx-img:hover {
		
		display: none;
		
	}
}	
	
.false-nav-img-params {
    width: auto !important;
	float: left;
	padding-bottom: 0.9rem;

}
@media  (min-width: 600px) and (max-width: 699px) {

    .false-nav-img {	
	
	margin-top: -1rem !important;
	width: 40px;
	display: inline-block;
	
	}
}
@media (max-width: 1023px) {

    .false-nav-img {	
	
	padding-top: 2.1rem;
	
	}
}	
.false-nav-img-wide-params {
    width: 41px !important;
	float: left;
	padding-bottom: 0.9rem;

}
@media  (max-width: 1023px) {

    .false-nav-img-wide {	
	
	padding-top: 2.7rem;
	
	}
}
.false-nav-text {
	
    color: white;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 0;
	font-family: 'Lato', 'Raleway-Regular', sans-serif;
	
	}
	
	@media (min-width: 768px) and (max-width: 1023px) {
	
    .false-nav-text {
	
    padding: 9px;
	
	}
}	
	
	@media (max-width: 359px) {
		
    .false-navx {
	
	display: inline-block;
    font-size: 12px;
    padding: 0px 9px 0px 9px;
	}
}
	@media (min-width: 360px) and (max-width: 767px) {
		
    .false-navx {
	
	display: inline-block;
	font-size: 13px;
    padding: 0 9px 0 9px;
	}
}
	@media (min-width: 768px) and (max-width: 1023px) {
		
    .false-navx{
	
	display: inline-block;
	}
}
@media (min-width: 1024px) and (max-width: 1260px) {
		
    .false-navx {
	
	display: block;
    width: auto;
    font-size: 13px;
    padding: 3px 13px 3px 13px;
	}
}

    @media (min-width: 1280px) and (max-width: 1439px) {
		
	.false-navx{
		
	font-size: 16px;
	width: 165px;
	
	}
}

@media (max-width: 359px) {
		
    .false-navx-2 {
	
	display: inline-block;
    font-size: 12px;
    padding: 0px 9px 0px 9px;
	}
}
	@media (min-width: 360px) and (max-width: 767px) {
		
    .false-navx-2 {
	
	display: inline-block;
	font-size: 13px;
    padding: 0 9px 0 9px;
	width: 150px;
	}
}
	@media (min-width: 768px) and (max-width: 1023px) {
		
    .false-navx-2{
	
	display: inline-block;
	margin-left: 0.3rem;
    width: 130px;
    font-size: 11px;
	}
}
@media (min-width: 1024px) and (max-width: 1260px) {
		
    .false-navx-2 {
	
	display: block;
    width: auto;
    font-size: 13px;
    padding: 3px 13px 3px 13px;
	}
}

    @media (min-width: 1280px) and (max-width: 1439px) {
		
	.false-navx-2{
		
	font-size: 13px;
	width: 165px;
	
	}
}

@media (max-width: 359px) {
		
    .false-navx-3 {
	
	display: inline-block;
    font-size: 12px;
    padding: 0px 9px 0px 9px;
	}
}
	@media (min-width: 360px) and (max-width: 767px) {
		
    .false-navx-3 {
	
	display: inline-block;
	font-size: 10px;
    padding: 0 9px 0 9px;
	}
}
	@media (min-width: 768px) and (max-width: 1023px) {
		
    .false-navx-3{
	
	display: inline-block;
	margin-left: 0.3rem;
    width: auto;
    font-size: 13px;
	}
}
@media (min-width: 1024px) and (max-width: 1260px) {
		
    .false-navx-3 {
	
	display: block;
    width: auto;
    font-size: 13px;
    padding: 3px 13px 3px 13px;
	}
}

    @media (min-width: 1280px) and (max-width: 1439px) {
		
	.false-navx-3{
		
	font-size: 15px;
	width: 170px;
	
	}
}

/* Logotype */
.lacalut-logo-width {
    max-width: 450px;

}
.false-nav-active {
	background-image: none !important;
	background: rgb(63, 150, 230) !important;
	
}

/*Stranica o marke LACALUT© */

.lacalut-about-image {
	width: 500px;
    float: right;
    margin-right: -3rem;
    margin-top: -5rem;
	
}	
@media (max-width: 767px) {
	
	.lacalut-about-image {
	width: 300px;
    float: right;
    margin-right: 0rem;
    margin-top: 0rem;
	
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	
	.lacalut-about-image {
	width: 400px;
    float: right;
    margin-right: -1rem;
    margin-top: -3rem;
	
	}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	
	.lacalut-about-image {
	width: 450px;
    float: right;
    margin-right: -1.5rem;
    margin-top: -2rem;
	
	}
}	
	
/*Contactnaya forma - ctranica obratnaya svyaz */

.natusana-connect-text {
    color: rgb(200, 16, 46);
    font-weight: 600;
    font-size: 2.5em;

}

.natusana-sub-connect-text {
    color: rgb(200, 16, 46);
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 1rem;
    display: inherit;
    text-align: center;

}	

.natusana-connect-sub-text {
    font-size: 1em;
    font-family: 'Arial' , sans-serif;
    color: rgb(113, 108, 108);
	margin-top: 1rem;
    margin-bottom: 1rem;
	
}

.natusana-connect-sub-text-inf {
    font-size: 1rem;
    font-family: 'Arial' , sans-serif;
    color: rgb(60, 58, 58);
	margin-top: 1rem;
    margin-bottom: 1rem;
	
}

.natusana-connect-sub-intro-text {
	text-align: center;
    font-size: 1rem;
    width: 70%;
    margin: 1rem auto 1rem auto;
    color: black;
    font-weight: 600;
	border: 2px solid rgb(220.22, 0.22, 0.22);
    padding: 1rem;
}

.dr-theiss-text {
	width: 50%;
    float: right;
    padding-left: 2rem;
    font-size: 1em;
	font-style: italic;
    font-family: 'Arial' , sans-serif;
    color: rgb(113, 108, 108);
	
}
.info-sub-text {
	width: 80%;
    border-bottom: 0.13rem dotted rgb(39, 26, 100);
    /* margin-bottom: 1rem; */
	margin: 2rem auto 2rem auto;
}

.natusana-info-image {
	width: 100%;
    margin: 3rem auto 3rem auto;
}

.natusana-info-image-2 {
	width: 70%;
    margin: 3rem auto 3rem auto;
}

.natusana-common-img {
	width: 100%;
    margin: 1rem auto 1rem auto;
}

@media (min-width: 767px) {
	.natusana-info-image {
		display: none;
	}
}
@media (max-width: 767px) {
	.natusana-common-img  {
		display: none;
	}
}	
	
.natusana-info-inner-img {
	width: 40%;
	margin: 0 auto;
}	

@media (max-width: 991px) {
	
	.dr-theiss-text {
		
		width: 100%;
        padding-left: 0;
        font-size: 13px;
        text-align: left;
		margin-bottom: 1rem;
		
	}
	.natusana-info-inner-img {
	width: 100%;
	margin: 0 auto;
    }
}
.dr-theiss-img {
    margin-top: 1rem;

}	
.natusana-connect-form  {
	width: 70%;
	/* margin: 5rem auto; */
	margin: 2rem auto 0rem 18rem;
	padding-left: 0rem;
	
}	
.natusana-connect-form-2  {
	width: 70%;
	/* margin: 5rem auto; */
	margin: 2rem auto 0rem 18rem;
	padding-left: 0rem;
	
}
.natusana-connect-form-info  {
	width: 100%;
    margin: 0 auto;
    padding-left: 2rem;
	padding-right: 2rem;
    max-width: 1200px;
	
}
@media (max-width: 999px) {
	
	.natusana-connect-form  {
		
	width: 100%;
    margin: 0 auto;
    padding-left: 0.6rem;
    padding-top: 7rem;
    padding-right: 0.6rem;
	
	}
	.natusana-connect-text {
		
	font-size: 1.6rem;
    }	
}
@media (max-width: 999px) {
	
	.natusana-connect-form-2  {
		
	width: 100%;
    margin: 0 auto;
    padding-left: 3.6rem;
    padding-top: 7rem;
    padding-right: 0.6rem;
	
	}	
}	
.natusana-contact-padding  {
	padding-top: 1rem !important;
	
}	

@media (min-width: 1023px) and (max-width: 1200px) {
	
	.natusana-connect-form  {
		
		width: 90%;
		margin: 2rem auto 0rem 3rem;
		
	}
}
@media (min-width: 1023px) and (max-width: 1200px) {
	
	.natusana-connect-form-2 {
		
		width: 90%;
		margin: 2rem auto 0rem 3rem;
		
	}
}	

/* Stranica gde kupit */

.lacalut-shop-logo {
	width: auto !important;
	height: auto !important;
	
}
@media (min-width: 1024px) and (max-width: 1111px) {

    .lacalut-shop-logo {
		
	width: 140px !important;
	height: auto !important;
	margin-left: 1.1rem !important;
	
    }
}
@media (min-width: 1112px) and (max-width: 1279px) {

    .lacalut-shop-logo {
		
	width: 160px !important;
	height: auto !important;
	margin-left: 1.1rem !important;
	
    }
}	
@media (min-width: 1280px) {

    .lacalut-shop-logo {
		
	width: 190px !important;
	height: auto !important;
	margin-left: 1.1rem !important;
	
    }
}
@media (min-width: 1360px) {

    .lacalut-shop-logo {
		
	width: 190px !important;
	height: auto !important;
	margin-left: 2rem !important;
	
    }
}
.logox {
	
	float: left;
	
}	
@media (max-width: 991px)   {
	.logox {
		float: none !important;
		
	}
}
@media (min-width: 1261px) and (max-width: 1350px)   {
	.logox {
		float: left !important;
		margin-right: -9px !important;
		
	}
}
@media (min-width: 1351px) and (max-width: 1450px)   {
	.logox {
		float: left !important;
		margin-right: -5px !important;
		
	}
}
@media (min-width: 600px) and (max-width: 1023px) {
    .lacalut-about-page {	
	
	    width: 170px !important;
		margin-left: -1rem;
        padding-right: 0rem !important;
		
	}
}	
        
.retail-logo-img {
	
	width: auto;
	max-height: 130px !important;
	
}	
.lacalut-heading-info {
	
	margin-bottom: 3.5rem;
    margin-top: 1rem;
	
}
.lacalut-flex-content {

    height: 155px !important;

}
@media (max-width: 480px) {

.lacalut-flex-content { 
	
	max-width: 90%;
	height: inherit !important;
	margin-left: 0.5rem;
	
   }
   .lacalut-heading-info {
	   
	margin-bottom: 0;
    margin-top: 0;
    font-size: 0.9rem;
	
   }
}
@media (min-width: 481px) and (max-width: 699px) {

.lacalut-flex-content { 
	
	max-width: 100%;
	height: inherit !important;
	margin-left: 0rem;
	
   }
   .lacalut-heading-info {
	   
	margin-bottom: 0rem;
    margin-top: 8rem;
    font-size: 0.9rem;
	
   }
}
@media (min-width: 700px) and (max-width: 1023px) {

.lacalut-flex-content { 
	
	max-width: 100%;
	height: inherit !important;
	margin-left: 0rem;
	
   }
   .lacalut-heading-info {
	   
	margin-bottom: 0;
    margin-top: 0;
    font-size: 0.9rem;
	
   }
}
@media (min-width: 1023px) and (max-width: 1440px) {

.lacalut-flex-content { 
	
	max-width: 100%;
	height: inherit !important;
	margin-left: 0rem;
	
   }
   .lacalut-heading-info {
	   
	margin-bottom: 0;
    margin-top: 0;
    font-size: 0.9rem;
	
   }
}
.natusana-inline {
    display: inline-block;

}
@media (min-width: 1024px) and (max-width: 1399px) {

    .retail-row {

    margin-top: 1rem !important;

    }
	.lacalut-flex-content {
		
	height: 13% !important;

    }	
}	

@media (min-width: 1400px) {

    .row-1400 {

    padding-left: 11rem !important;
	
	}
	.retail-row {

    margin-top: 1rem !important;
	width: 100% !important;

    }
	.lacalut-flex-content {
		
	height: 13% !important;

    }
}	
@media (min-width: 1400px) {

    .lacalut-flex-content {
		
	height: 23% !important;

    }
}	
.lacalut-apteki {
	margin-left: -1.5rem;
	width: auto !important;
	
}
@media (max-width: 1023px) {

    .lacalut-apteki {

    margin-left: 0 !important;
	
	}
}
@media (min-width: 1400px) {

    .lacalut-apteki {

    margin-left: -9rem !important;
	
	}
}

.lacalut-podrobneye-button {
	
	background-color: rgb(200, 16, 46);
    background-image: url(../images/natusana-red.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0.4rem;
    color: white !important;
	
}
.lacalut-hidden-arrow {

    position: absolute;
    top: 33.2rem;
   left: 4.5rem;

}	

@media (min-width: 400px) {

    .lacalut-hidden-arrow {

    position: absolute;
    top: 36.2rem;
   left: 5rem;

    }
}
	
@media (min-width: 480px) {

    .lacalut-hidden-arrow, .natusana-hidden {

    display: none;

    }
}
	
.lacalut-hidden-arrow-right {

    position: absolute;
    top: 36.1rem;
   left: 14rem;

}		
	
@media (min-width: 480px) {

    .lacalut-hidden-arrow-right {

    display: none;

    }
}