@font-face{font-family:'Material Design Icons';src:url('../fonts/materialdesignicons-webfont.woff2') format('woff2'),url('../fonts/materialdesignicons-webfont.woff') format('woff');}
*{outline:none !important;}
body, html{height:100%;}
html{scroll-behavior: smooth;}
body{
		overflow-x: hidden;
		font-size:16px;
		font-family:'Roboto', sans-serif;
		color:#000;
		margin-left:auto; margin-right:auto;
		font-weight:400;
    }

.clear{clear:both;border:none;background:transparent;padding:0px;margin:0px;height:0px;min-height:0px;overflow:hidden;}
.replace{text-indent:200%;white-space:nowrap;overflow:hidden;}
.no-uppercase{text-transform: none!important;}
.img-center{margin-left:auto; margin-right:auto;}

a {color:#c9a96a; text-decoration: none;}
a:focus, a:hover {color:#c9a96a; text-decoration: underline;}

.color{color:#c9a96a;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    font-family:'Roboto', serif;
   
}
.txt-3-column{
	column-count: 3;
	column-gap: 40px;
}
.txt-2-column{
	column-count: 2;
	column-gap: 40px;
}
.form-control{
    display: block;
    width: 100%;
    padding: 10px;
font-size: 13px;
border-radius: 0;
background: #fff;
border: 1px solid #eee;
margin: 0 auto;
display: block;
color: #191918;
height: auto;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border: 1px solid #eee;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(229,37,68,1);
    box-shadow: 0 0 0 .2rem rgba(229,37,68,1);
}

.svg-cont{ display: block;}
.svg-cont, .svg-cont svg{width:100%; height:100%;}
.stl0{fill:none;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
/*
 * 
 */
.header .navbar-brand svg * {fill:#fff;}
.header{
	padding-top:20px; padding-bottom:20px;
/*	
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.11);
    box-shadow: 0 1px 3px  rgba(0,0,0,.11);
*/    
    position: absolute; top:0px; left:0px; width:100%;
	z-index: 1;
}
.header .container-header{
	max-width: 1170px;
	margin:auto;
}

.header.page{
	position:relative;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.11);
    box-shadow: 0 1px 3px  rgba(0,0,0,.11);
}
.header.page .navbar-brand svg * {fill:#000;}
.header.page .navbar-nav > li > a{color:#000;}
.header.page .offcanvas-toggle .icon-bar {
    background-color: #000!important;
}

.navbar{margin-bottom:0px;}

.header.header-hero .container-header{
	max-width: none;
	margin:auto;
}



.navbar-offcanvas-back{
    	top:0px; left:0px;
      	position:fixed;
      	width:100%; height:100%;
      	background-color: rgba(0,0,0,.5);
      	z-index:-1;
      	display:none;
     }
 .offcanvas-stop-scrolling .navbar-offcanvas-back{
 	display:block;
 	z-index:998;
 } 
 .navbar-brand {
 	margin-top:0px;
    margin-left: 15px !important;
    margin-right: auto !important;
    width: 230px;
    height: 70px;
    display: block;
    position:relative;
    padding: 0px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-size: contain; background-repeat: no-repeat;
}
.navbar-nav{min-height:40px; 
			margin-right: 1%;
			display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
			}
.navbar-nav > li{
	float:none;
	display:inline-block;
	vertical-align: middle;
}
.navbar-nav > li > a {
	
	font-weight:700;	
	font-size:14px;
	position:relative;
	padding:15px 15px 15px 15px;
	text-transform:uppercase; 
}
.header .navbar-nav > li > a{color:#fff;}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}


.navbar-nav > li.open > a, .navbar-nav > li.open > a:focus, .navbar-nav > li.open > a:hover {
    background-color: transparent;
	border-color: transparent;
}
.navbar-nav > li.open > a:after, .navbar-nav > li.open > a:focus:after, .navbar-nav > li.open > a:hover:after {
    background-color: #e92934!important;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #c9a977;
	text-decoration: none;
	background-color: transparent;
    outline: 0;
}


.navbar-text {font-size:18px; margin-top:10px; margin-bottom:0px; position:relative; font-weight:500;}
.navbar-text a:hover{text-decoration:none;}
.navbar-text .mdi{font-size:24px; vertical-align: middle;margin-right:10px;}
.navbar-text:before{
	content:"";
	display:block;
	position:absolute; top:5px; left:-15px;
	width:1px; height:24px; background-color: #e5e5e5;
} 

.header .offcanvas-toggle .icon-bar {
    background-color: #fff!important;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 1px;
}
.xs-m-header {
    min-height: 37px;
    text-align: right;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:25px;
     margin-bottom:40px;
    text-indent:200%;white-space:nowrap;
    display: block;
    position:relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-image: url(../images/osada.svg);
    background-size: contain; background-repeat: no-repeat;
    background-position: 0%;
    
}
.xs-m-header:after{
	content:"";
	display:block; border-bottom:1px solid #e2e2e2;
	position:absolute; top:0px; bottom:-25px;
	width:100%;
	
}
.menu-close {
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    padding: 20px 18px 18px 18px;
}
.top-search svg, .menu-close svg {
    width: 22px;
    height: 22px;
}

.header-hero{position:absolute; z-index:1; width:100%; max-width:1920px}

.header-hero .navbar-nav > li > a {
	color:#fff;
	}
.header-hero .navbar-nav > li > a:before{
	background-color: rgba(255,255,255,.5);
}

.navbar-offcanvas.in .navbar-nav > li > a {
	color:#242c42;
	}
.navbar-nav-scroller {

    position: relative;
    z-index: 2;
    height: 40px;
/*    overflow-y: hidden;*/
	max-width: calc(100% - 300px);
	float:right;
}
.header .navbar-nav{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
  
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    max-width:100%;
/*    overflow-x: auto;*/
}
.navbar-nav > li > .dropdown-menu{
	border-radius:0px;
}
.header.page .navbar-nav, .header .navbar-nav{ margin-top: 20px;}
/*
 * carou
 */
.hero {
    height:calc( 100%); position:relative; z-index:0;
    min-height:800px; max-height:900px;
}
.carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 1px 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d9d9d9;
	border: none;
    border-radius: 10px;
}
.carousel-indicators .active {
	background-color: #fff;
	width: 14px;height: 14px;
	margin: 1px 5px;
}
.hero .carousel,
.hero .item{
    height: 100%;
}

.carousel-inner {
  height: 100%;
  background: #000;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:1;
}

.carousel-caption {
    position: absolute;
    right: auto; left:70%; bottom:0px; top:50px; 
    transform: translateX(-100%);
    height:100%;
    max-width:70%; width:70%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left:5%; padding-right:5%;
    color: #222;
	text-align: left;
/*	text-shadow: 0 1px 2px rgba(0,0,0,.2);*/
	text-shadow: none;
	display:flex;
	flex-direction: column;
	justify-content:center;
}
.hero p{font-size:21px;  font-weight:700; ; color:#fff; letter-spacing: 0em;}
.hero h2{
	font-size:50px; font-weight:700; margin-top:0px; margin-bottom:30px;
	font-family:'Playfair Display', serif;color:#fff;
}
.hero h2 span{
	font-weight:800; color:#c9a96a;
	background-color:#000;
	padding:0px 8px;
	line-height:140%;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.carousel-control.left, .carousel-control.right {
    position: absolute;
    top: 50%;
    margin-top:-60px;
    bottom: auto;
    left: 0;
    width: 54px;
    height:120px;
    font-size: 20px;
    color: #fff;
	text-align: center;
	background-image: none;
	background-repeat:no-repeat;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0.1);
    filter: alpha(opacity=100);
    opacity: 1;
    padding-left: 10px;
	padding-right: 10px;
}
.carousel-control.left:hover, .carousel-control.right:hover{
	background-color: rgba(0,0,0,0.15);
}
.carousel-control.right {left: auto; right:0px;}
.carousel-control svg *{stroke:#fff;}
/*
 * 
 */
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*
 * 
 */
.section{position:relative;}
.container-fluid{position: relative;}
.img-box-100{
	width:100%;
	padding-top:30%;
	background-position: 50%; background-size: cover;
}

.img-box-abs{
	width:50%;
	min-height:30%;
	height:100%;
	position:absolute; top:0px; left:0px;
	background-position: 50%; background-size: cover;
}
.img-box-abs-right{
	left:auto; right:0px;
}
.flex-middle{
	display:flex;
	 
	 align-items:center;
}
.h-100{min-height:30vw;}


.mt-40{margin-top: 40px;}
.mb-60{margin-bottom: 60px;}
.ptb-40{padding-top:40px; padding-bottom:40px;}
.ptb-60{padding-top:60px; padding-bottom:60px;}
.mtb-30{padding-top:30px; padding-bottom:30px;}
.pt-60{padding-top:60px;}
.pb-60{padding-bottom:60px;}
.pb-40{padding-bottom:40px;}

.subtitle{
	text-transform: uppercase; color:#c9a96a; letter-spacing: .3em;
	font-size: 16px;
font-family: 'Lato', sans-serif;
font-weight: 400;
	}
.title{font-family:'Lato', sans-serif;}

.row-no-border{margin:0px;}
.row-no-border > div{padding:0px;}

.btn{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-default{
	font-size:18px;
	background-color: transparent;
	color:#c9a96a;
	border:2px solid #c9a96a;
	border-radius:0px;
	font-weight:400;  text-transform: uppercase;
	padding:10px 35px;
	letter-spacing: .1em;
}
.btn-default:hover {
    color:#c9a96a;
    background-color: transparent;
    text-decoration:underline;
    border-color:#c9a96a;
}
.btn-100{width:100%;}

.btn-primary{
    font-size:18px;
    background-color: #e52544;
    color:#fff;
    border:1px solid #e52544;
    border-radius:0px;
    font-weight:700;  text-transform: uppercase;
    padding:10px 35px;
    letter-spacing: .1em;
    font-size:16px;

}
.btn-primary:hover {
    color:#fff;
    background-color: #e52544;
    text-decoration:none;
    border-color:#e52544;
}
.btn-blue{
    background-color: #1570bb;
    border:1px solid #1570bb;
}

.h1-xl{font-size:65px;}

.section.black{
	background-color:#000;
	color:#fff;	
}
.ico-70{width:70px;}
.tab-list td{padding:20px 20px 20px 0px;}

.h1-xl span{color:#c9a96a;}


.gal-grid>div{padding-left:5px; padding-right:5px;}
.gal-grid a{
	display:block; padding-top: 60%;
	background-position: 50%; background-size: cover;
	margin-bottom:10px;
}

.gal-grid .x2{padding-top: 120%;}

.nav-tabs{
	border:none;
	text-align:center;
	padding:60px 0px 40px 0px;
}
.nav-tabs > li {
	display:inline-block;
    float: none;
    margin-bottom: 0px;
}

.nav-tabs > li > a, .nav-tabs > li>a:hover{
	font-size:18px;
	color:#000;
	border:2px solid #eceeed;
	border-radius:0px;
	font-weight:400;  text-transform: uppercase;
	padding:10px 35px;
	letter-spacing: .1em;
}

.black .nav-tabs > li > a, .black .nav-tabs > li > a:hover {
    font-size: 18px;
    color: #999;
    border: 2px solid #555;
    border-radius: 0px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 35px;
    letter-spacing: .1em;
}

.nav-tabs > li>a:hover{color:#c9a96a;}

.black .nav-tabs > li>a:hover{color:#c9a96a;}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	color:#c9a96a;
	border:2px solid #c9a96a;
	background-color: transparent;
}

.footer{
	font-size:14px;	
	position: relative;
    -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.11);
    box-shadow: 0 -1px 3px rgba(0,0,0,.11);

}
.f-logo{
	width:200px; height:60px; display:block;
}
.footer a{color:#000;}
.footer .mdi{
	font-size:30px;
}
.copyright{
	padding:25px 0px;
	border-top:1px solid #f2f2f2;
	text-align:center;
	font-size:12px; letter-spacing: .1em;
}

/*
 * 
 */
.cookie {
    z-index: 1100;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    border-radius: 0px;
    max-width: 768px;
    border: none;
    display: none;
    text-align:center;
    color:#999;
    font-size:13px;
}
.cookie__wrapper{
	margin-left:15px; margin-right:15px;
	background: rgba(20,20,20,.8);
	box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, .1);
	padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 15px;
    padding-right: 40px;
}
.cookie a{color:#ddd;}
.cookie .btn-default{
	border-color:#ddd; 
	background-color: transparent;
	padding:8px 24px; margin-top:6px;
}
.cookie__wrapper .mdi-close {
    color: #ddd;
    cursor: pointer;
    font-size: 21px;
    position: absolute;
    right: 25px;
    top: 5px;
    transition: color 250ms;
}
.cookie a{text-decoration:underline;}
.cookie .btn:hover{color:#fff; text-decoration:underline;}
/*
 * 
 */
.form-output6{min-height:300px;}
.loader-back{position:absolute;top:0px;left:0px;content:"";width:100%;height:100%;background:rgba(21,112,187,.8);z-index:2;display:none;}
.loader-back .loader {
  border: 4px solid #e52544;
  border-radius: 50%;
  border-top: 4px solid rgba(200,200,200,.1);
  width: 45px;
  height: 45px;
  -webkit-animation: spin .8s linear infinite; /* Safari */
  animation: spin .8s linear infinite;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -17px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*
 * 
 */
.back-fl{
   position: absolute;
    top: 0px;
    left: 0px;
    min-width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}


.back-fl img{
    
    width:100%; height:100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.video-fl {
    position: absolute;
    top: 0px;
    left: 50%;
    min-width:100%;
    transform: translateX(-50%);
    height:100%;
   }
 .video-fl:after{
 	content:"";
 	position: absolute;
    top: 0px; left:0px; min-width:100%;height:100%;
    background-color: rgba(0,0,0,.3);
 }
 .video-fl video{
 	 -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%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
 }  
 /*
  * 
  */
ul.timeline {
    list-style-type: none;
    position: relative;
    counter-reset: section;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 0;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
    padding-bottom:30px;
    position:relative;
}
ul.timeline > li:before {
	counter-increment: section;
  content:counter(section);
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #d4d9df;
    left: -26px;
    top:0px;
    width: 30px;
    height: 30px;
    z-index: 0;
    text-align:center; line-height:24px;
    font-weight:bold;
    color:#d4d9df;
}
ul.timeline > li.active:before {
    color:#c9a96a;
    border: 3px solid #c9a96a;
   
}

ul.timeline > li.active:after {
    content: ' ';
    background: #c9a96a;
    display: inline-block;
    position: absolute;
    left: -11px;
    top:30px;
    width: 2px;
    height: 100%;
    z-index: 0;
}
ul.timeline > li h3{ color:#d4d9df; font-weight:500;}
ul.timeline > li.active h3{ color:#c9a96a;}
  
  
 .gallery-flex-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin:0px; padding:0px;
	margin-bottom:30px;
	position:relative;
}

.gallery-flex-list li, .gallery-flex-list>div{
	display:block; width: calc(33% - 30px);
	margin:0px 10px 10px 0px;
	position:relative;
	min-width: 230px;
}
.gallery-flex-list li a,.gallery-flex-list>div a{
	display:block; width:100%; padding-top:60%;
	background-repeat: no-repeat; background-position: 50%; background-size: cover;
}

.anchor{cursor:pointer;}

.kalk-sup{text-transform: uppercase; font-size:14px;}
.kalk-h1{margin-top:0px; color:#c9a960; margin-bottom:20px;}
.kalk-box-h1{
	background-color:#c9a960;
	color:#fff; text-align:center;
	margin-top:15px;
	padding:25px;
	font-size:3em;
}

.header_con{
	position:absolute;
	top:0px; right:0px;
	padding-right:20px;
}
.header_con a{
	display:inline-block;
	background-color: #c9a96a;
	color:#fff;
	font-size:0.8em;
	padding:2px 20px 5px 20px;
}
/*
 * 
 */
 .header {
    position: absolute;
    max-width: 100%;
    width: 100%;
    z-index: 999;
    height: 80px;
}
 .header:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 0px;
    background: #fff;
    left: 0;
    bottom: 0;
}
 .header:before {
    position: absolute;
    content: "";
    width: calc(100vw - 300px);
    height: 0px;
    background: #fff;
    bottom: 0;
    right: 0;
}
.header .logo {
    position: absolute;
    top: 25px;
    left: 65px;
    max-width: 200px;
    z-index: 2;
}
.header .logo img {
    max-width: 100%;
}
.header .contact-btn {
    position: absolute;
    top: 10px;
    right: 30px;
}
.header .contact-btn .phone-cnt {
    padding-top: 26px;
    display: inline-block;
}
.header .contact-btn .phone-cnt .phone, .header .contact-btn .phone-cnt .btn {
    display: inline-block;
    color: #fff;
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
}
.header .contact-btn .phone-cnt a {
    color: #DFC899;
    text-decoration: underline;
    background-color: transparent;
    cursor:pointer;
}
.header .contact-btn .phone-cnt a.tel-link {
    color: #fff;
    text-decoration: none;
    cursor:pointer;
}
.header .contact-btn .phone-cnt a.tel-link:hover{
    text-decoration: underline;
}
.header .contact-btn .home {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    transition: color .4s ease;
    height: 40px;
    padding-left: 50px;
    vertical-align: middle;
    margin-left: 40px;
    padding-top: 3px;
}
.header .contact-btn .home::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/home.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.hero .text {
    position: absolute;
    left: 2%;
    top: 150px;
    max-width: 600px;
}

.hero .text .top {
    color: #fff;
    font-weight: 300;
    font-size: 65px;
    line-height: 1.2em;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "Roboto", sans-serif;
}
.hero .text .top span {
    display: block;
    padding-left: 50px;
}
.hero .text .bottom {
    margin-top: 20px;
    font-size: 23px;
    font-weight: 300;
    padding-left: 50px;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-image: url("../images/top_text_bg.png");
    padding-top: 10px;
    padding-bottom: 10px;
    color: #294D62;
}
.hero .text .bottom span {
    display: block;
    padding-left: 30px;
}

.hero .contact-form {
    position: absolute;
    z-index: 2;
    right: 10%;
    top: 140px;
    padding: 20px 10px;
    background: #1570bb;
    width: 430px;
}
.hero .contact-form p {
    font-size: 14px;
    line-height: 1.4em;
    color: #A28750;
    text-align: center;
    font-weight: 500;
}
.hero .contact-form .title {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    font-weight:700; color:#fff;
}
.hero .contact-form .form-group{padding:0 40px 10px 40px; margin-bottom:0px;}
.checkbox label{font-size:12px; line-height:120%;}
.checkbox label.blank::before{display:none;}

.section-title{padding-bottom:40px; padding-top:40px;}
.section1 .section-title, .section5 .section-title{}
.h1, h1{font-size:45px;}
.section{background-position: 50% 0px; background-size: cover;  }
.section1{background-color: #f1f3f5; }
.section2{background-color: #fefefe; background-image: url(../images/bg02.jpg); color:#fff;}
.section3{background-color: #fff; }

.section4{background-color: #fefefe; background-image: url(../images/s4_bg.jpg);}
.section4 .aside img:first-child{margin-bottom:30px;}

.section5{background-color: #2c566e; background-image: url(../images/bg05.jpg); color:#fff;}
.section6{background-color: #fefefe; background-image: url(../images/bg06.jpg);}
.section7{background-color: #f1f3f5;}

ul.decor{
    list-style: none; padding:0px;
}
ul.decor li{
    font-size:24px;
    display:block; position: relative;
    padding-left:45px;
    margin-bottom:15px;
}
ul.decor li:before{
    content:"+";
    color:#fff;
    position:absolute; top:0px; left:0px;
    width: 34px;
height: 34px;
text-align: center;
background-color: #e52544;
border-radius: 20px;
margin-right: 10px;
font-size: 24px;
line-height: 34px;
vertical-align: middle;
}

.icons-list{
    display:flex;
    flex-wrap: wrap;
}
.icons-list>div{padding:40px; color:#fff;}
.icons-list .icon{
    display:inline-block;
    width:160px; height:160px;
    background-color: #132834;
    background-image: url(../images/icons.png);
    border-radius:200px;
}

.white-box {
    background: rgba(255, 255, 255, 0.82);
    max-width: 100%;
    padding: 30px;
    color: #294D62;
    font-weight: 300;
}

.blue{color: #294D62;}
.gold{color: #dfc89a;}

.icons-list>div[data-item="1"] .icon {background-position: 0px 0px;}
.icons-list>div[data-item="2"] .icon {background-position: 0px -160px;}
.icons-list>div[data-item="3"] .icon {background-position: 0px -320px;}

.icons-list>div[data-item="4"] .icon {background-position: 0px -480px;}
.icons-list>div[data-item="5"] .icon {background-position: 0px -640px;}
.icons-list>div[data-item="6"] .icon {background-position: 0px -800px;}

.icons-list>div[data-item="7"] .icon {background-position: 0px -960px;}
.icons-list>div[data-item="8"] .icon {background-position: 0px -1120px;}
.icons-list>div[data-item="9"] .icon {background-position: 0px -1280px;}

.lead{font-size:21px; font-weight:400;}


.tab-content{background-color: #fff; color:222; padding:30px;}
.tab-content .kalk-sup{color:#222;}
.kalk-h1 {
    color: #2e5973; font-weight:bold;
}
.kalk-box-h1 {
    background-color: #2e5973;
    }
.nav-tabs {
    border: none;
    text-align: center;
    padding: 60px 0px 0px 0px;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover {
    font-size: 18px;
    color: #fff;
    border: 2px solid #dfc89a;
    background-color: #dfc89a;
    border-radius: 0px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 35px;
    letter-spacing: .1em;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #2e5973;
    border: 2px solid #fff;
    background-color: #fff;
}

.checkbox label::before{
    border:1px solid #eee;
}
.section7 .logo{margin:auto;}
.section7 .logo img{max-width:245px;}
.section7 a{color:#212121;}

.f-b{font-size:24px; }
.t-link, .t-link:hover{
    color:#fff; display:block;
    text-align:right;
    font-weight:700;
    margin-top:10px;
}
.t-link .mdi{
    display:inline-block;
    width:34px; height:34px;
    text-align:center;
    background-color: #1570bb;
    border-radius:20px;
    margin-left:10px;
    font-size:20px; line-height:34px;
    vertical-align: middle;
}
.bb{font-weight:700;}
.more{
    font-size:14px; text-transform: uppercase;
    color:#fff; font-weight:700;

}
.more .mdi{
    display:inline-block;
    width:34px; height:34px;
    text-align:center;
    background-color: #e52544;
    border-radius:20px;
    margin-right:10px;
    font-size:24px; line-height:34px;
    vertical-align: middle;
}
.more:hover{color:#fff;}
.text .more{
    display:inline-block; margin-top:30px;
    padding-left: 80px;
}
.hero .checkbox-info{color:#fff;}
.hero .info p{
    font-size: 24px;
color: #fff;
padding-top: 20px;
}


@media (max-width:1200px){
	.navbar-brand {
	    width: 200px;
	    height: 60px;
	}
		.carousel-caption {
    right: auto; left:75%; 
    transform: translateX(-100%);
    max-width:75%; width:75%;
   }
       .hero .contact-form{
        right:4%;
    }

}
@media (max-height:1035px){
	

}

@media (max-width:992px){
	.hero p{font-size:20px;}
	.hero h2{font-size:45px;}
	.h1-xl{font-size:60px;}
	
		.carousel-caption {
    right: auto; left:100%; 
    transform: translateX(-100%);
    max-width:100%; width:100%;
   }
	
	.img-box-abs{
		width:100%;
		min-height:30%;
		height:100%;
		padding-top:60%;
		position:relative; top:0px; left:0px;
	}
	.txt-3-column{
		column-count: 2;
	}

    .hero {
        height: auto; position:relative; z-index:0;
        min-height:800px; max-height:inherit;
    }

    .hero .text {
        left: auto;
        top: 100px;
        position: absolute;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .hero .text .bottom {
        padding-left: 0;
        padding-right: 0;
    }
    .hero .contact-form {
        position: relative;
        width: 100%;
        right: auto;
        top: 308px;
        bottom:30px;
    }

    .hero .carousel, .hero .carousel-inner, .hero .item {
        height: 900px;
    }

    .hero .text .top {
        padding-top: 20px;
        font-size: 45px;
    }
    .hero .text .top span{padding-left:0px; display:inline-block;}
    .text .more {
        margin-top: 10px;
        padding-left: 0px;
    }
    .xs-center{text-align:center;}
}

@media (max-width:767px){
	.navbar .navbar-offcanvas {
    	background-color: #fff; 
    }
	.navbar-nav-scroller {
	    position: relative;
	    z-index: 2;
	    height: auto;
	    overflow-y: auto;
	    max-width: 100%;
	    float:none;
	}
	.header .navbar-nav {
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.header .navbar-nav{text-align:left;}
	.header .navbar-nav > li {
	    float: none;
	    display: block;
	    width: 100%;
	}
	.footer .ptb-60{padding-top:40px; padding-bottom:20px;}
	.footer .row>div{
		text-align:center; padding-bottom:20px;
	}
	.footer  .f-logo{margin:auto; margin-bottom:20px;}
		.txt-2-column{
		column-count: 1;
	}
	.header_con{
		position:absolute;
		top:auto; right:0px; bottom:-28px;
		padding-right:20px;
		
		width:100%; text-align:center;
	}
	
	.header.page .header_con{
		background-color: #c9a96a;
	}

    .header {
        height: 55px;
    }
    .header .logo {
        width: 150px;
        left: 50%;
        margin-left: -75px;
        top: 10px;
    }
    .header .contact-btn{display:none;}
    .header::before {
        width: 100%;
        bottom: -13px;
        z-index: 2;
    }
    .header::after {
        width: 10px;
        display: none;
    }
    .hero .carousel, .hero .carousel-inner, .hero .item {height: 800px;}

}
@media (max-width:640px){
	.hero p{font-size:19px;}
	.hero h2{font-size:40px;}
	.h1-xl{font-size:50px;}
		.txt-3-column{
		column-count: 1;
	}
	.nav-tabs > li{margin-bottom:10px;}

    .hero .text .top {
        padding-top: 20px;
        font-size: 32px;
    }
    .hero .text .top span{padding-left:0px; display:inline-block;}
    .hero .text .bottom{background-size: cover; font-size:20px;}

}
@media (max-width:460px){
	.hero p{font-size:18px;}
	.hero h2{font-size:32px;}
	.h1-xl{font-size:40px;}
	.nav-tabs > li{
		width:100%;
	}
    .hero .carousel, .hero .carousel-inner, .hero .item {height: 850px;}
}
@media (max-width:320px){
	.hero .carousel, .hero .carousel-inner, .hero .item {
        height: 850px;
    }
}
.home-modal .modal-img{width:450px;}
.home-modal .close{position:absolute;top:10px;right:10px;opacity:1;text-shadow:none;}
.home-modal .close i{cursor:pointer;font-size:45px;color:#c9a96a;}
.home-modal{content:"";display:none;position:fixed;top:0px;bottom:0px;left:0px;right:0px;background:rgba(0, 0, 0, 0.5);
width:100%;height:100%;z-index:10;padding:3%;z-index:2147483650;
align-items: center;
justify-content: center;
}
.home-modal-inner{width:auto;height:auto;background-color:#fff;position:relative;padding:0px 0px;}
.home-modal-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow-y:auto;}
.home-modal-content>div{margin:5% 15%;}
.home-modal-content .lead{font-size:18px;}
.home-modal-add{display:flex;}
@media (max-width:640px){.home-modal-content{display:block;}
.home-modal-content .lead{font-size:14px;}
.home-modal-content>div{margin:30px 30px;}
.home-modal-content h1,.home-modal-content .h1{}
.home-modal .close i{font-size:32px;}

}