/* Style for SoftControl v.1.0. */
body{
	font-family: 'Open Sans', sans-serif;
    position: relative;
    background-color: #FFF;
    font-weight: 400;
    color: #636363;
}
.dropdownmobile{	 
    display: none;
	}
.dropdown {
    float: right;
    position: relative;
    display: inline-block;
}
.dropbtn {
    background-color: #141414;
    color: white;
    padding: 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-left: 5px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 50px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    right: 0;
    z-index: 1;
}
.container-fluid {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
}
a{
    transition: all 0.3s;
}
.btn:focus{
    box-shadow: none;
}
header{
	background-color: #FFF;
}
header .navbar{
    padding: 0;
    position: relative;
}
.navbar-nav .nav-item > .nav-link{
    color: #202020;
    font-size: 18px;
    padding: 28px 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.navbar-nav .nav-item.active > .nav-link, .navbar-nav .nav-item > .nav-link:hover {
    color: #636363;
}
.navbar-nav .nav-item.active .nav-link:after,
.navbar-nav .nav-item > .nav-link:hover:after {
  width: 0; 
  height: 0;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ebebeb;
}

.sub-menu-dropdown{
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(255,255,255,0.9);
    display: none;
}
.menu-col{
    padding: 20px!important;
    text-align: left!important;
}
.sub-menu-main{
    color: #141414;
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
}
.sub-menu-link{
    color: #141414;
    font-size: 1rem;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
}
.sub-menu-main:hover, .sub-menu-main.active,
.sub-menu-link:hover, .sub-menu-link.active{
    text-decoration: none;
    color: #636363;
}
.no-link{
    cursor: pointer;
}
.head-btn{
    background-color: #141414;
    color: #FFF;
    border: none;
    border-radius: 0;
    font-size: 18px;
    padding: 10px 25px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
}
.head-btn:hover{
    background-color: #636363;
    color: #FFF;
}
.side-nav {
    min-width: 320px;
    max-width: 320px;
    height: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(37,37,37,0.95);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    
}
.side-nav.active {
    margin-left: -320px;
}
.sidenav-header{
    padding: 20px 15px 20px 15px;
}
.sidenav-header img{
    display: inline-block;
    width: 100%;
    max-width: 150px;
    height: auto;
}
#sidenav {
    margin-left: -320px;
}
#sidenav.active {
    margin-left: 0;
}

.side-nav li a{
    padding: 5px 15px;
    display: block;
    color: #6b6b6b;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 10px;
}
.close-nav{
    font-size: 1.4rem;
    cursor: pointer;
    font-weight: 700;
}
.close-nav i{
    font-weight: 300;
}
.side-nav li a i{
    padding-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
}
.side-nav li .sub-menu-main,
.side-nav li.active > .sub-menu-main{
    font-weight: 500;
    text-transform: none;
    margin: 0;
    font-size: 1.1rem;
    color: #6b6b6b;
}
.side-nav li a:hover{
    text-decoration: none;
}
.side-nav li a:hover i,
.side-nav li.active a i{
    padding-right: 5px;
    padding-left: 5px;
}
.side-nav li.active a,
.side-nav li .sub-menu-main.active{
    color: #FFF;
}
.btn{
    display: inline-block;
    line-height: 1;
}
.side-nav .head-btn{
    font-size: 1.3rem;
    padding: 5px 15px;
}




/* SECTIONS */
.top-section{
    height: auto;
    width: 100%;
    position: relative;
}
.top-image img{
    display: block;
    width: 100%;
    height: auto;
}
.top-over{
    position: absolute;
    top: 25%;
    padding: 40px 30px 40px 100px;
    background-color: rgba(255,255,255,0.55);
    width: auto;
    max-width: 800px;
}
.section-title{
	font-size: 52px;
	color: #555555;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    font-weight: 700;
}

.section-sub{
    font-size: 2rem;
    margin-bottom: 20px;
    color: #636363;
    line-height: 1.1;
}
.text-section{
    padding: 40px 0;
}
.section-lead{
    font-size: 1.6rem;
    margin-bottom: 0;
    font-weight: 300;
    color: #000;
    line-height: 1.2;
}
.fw-section{
    width: 100%;
    height: auto;
    position: relative;
}
.fws-text{
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
    padding: 120px 100px;
    background-color: rgba(26,155,185,0.8);
    color: #FFF;
}
.over-text .section-title{
    color: #FFF!important;
    font-size: 52px; 
}
.over-text .section-sub{
    font-size: 24px;
    color: #FFF;
    line-height: 1.4;
}
.has-line{
    padding-bottom: 30px;
    position: relative;
}
.has-line:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 90px;
    background-color: #FFF;
}

.s-btn{
    padding: 10px 20px;
    font-size: 22px;
    background-color: #FFF;
    border-radius: 0;
    min-width: 200px;
    display: inline-block;
    transition: all 0.3s;
}
.blue-color .s-btn{
    color: #5eb9ce;
}
.blue-color .s-btn:hover{
    color: #FFF;
    background-color: #5eb9ce;
}
.purple-color .s-btn {
    color: #222d5a;
}
.purple-color .s-btn:hover{
    color: #FFF;
    background-color: #222d5a;
}
.sec-section{
    width: 60%;
}
.sec-sections .fws-text{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 120px 100px;
    color: #FFF;
    width: 100%;
}
.green-color .fws-text{
    background-color: rgba(135,190,74,0.8);
}
.green-color .s-btn{
    color: #87be4a;
}
.green-color .s-btn:hover{
    color: #FFF;
    background-color: #87be4a;
}
.brown-color .s-btn{
    color: #8c7758;
}
.brown-color .s-btn:hover{
    color: #FFF;
    background-color: #8c7758;
}
.link-box{
    display: block;
}
.sec-sections-text{
    padding: 180px 100px;
    height: 100%;
}
.sec-sections-wrap{
    background-position: center bottom!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.green-color .sec-sections-text{
    background-color: rgba(135,190,74,0.8);
}
.purple-color .sec-sections-text {
    background-color: rgba(34,45,90,0.8);
}
.blue-color .sec-sections-text {
    background-color: rgba(26,155,185,0.8);
}
.brown-color .sec-sections-text{
    background-color: rgba(140,119,88,0.8);
}
.page-top{
    position: relative;
}
.side-color{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    bottom: 0;
}
.blue-color .side-color{
    background-color: #1a9bb9;
}
.purple-color .side-color {
    background-color: #222d5a;
}
.green-color .side-color{
    background-color: #87be4a;
}
.brown-color .side-color{
    background-color: #8c7758;
}
.top-title-wrapper{
    padding: 45px 0;
    background-position: 10% bottom!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
}
.blue-color .section-title,
.blue-color .section-lead{
    color: #1a9bb9;
}
.green-color .section-title,
.green-color .section-lead{
    color: #87be4a;
}
.brown-color .section-title,
.brown-color .section-lead{
    color: #8c7758;
}
.purple-color .section-title,
.purple-color .section-lead {
    color: #222d5a;
}
.purple-color .solid-bg {
    background-color: #222d5a;
    height: 100%;
}
.green-color .solid-bg{
    background-color: #87be4a;
    height: 100%;
}
.brown-color .solid-bg{
    background-color: #8c7758;
    height: 100%;
}
.top-title-wrapper .section-lead {
    font-weight: 500;
}
.grey-bg-padded{
    padding: 90px 15%;
    background-color: #f1f2f2;
    height: 100%;
}
.white-bg-padded{
    padding: 90px 15%;
    background-color: #fff;
    height: 100%;
}
.body-content p{
    font-size: 1.2rem;
    color: #000;
}
.body-content ul{
    padding: 0;
    padding-left: 15px;
    margin: 0;
}
.body-content ul li{
    font-size: 1.2rem;
    color: #000;
}
.body-content h3{
    font-size: 2rem;
    color: #707070;
    margin-bottom: 30px;
    font-weight: 700;
}
.body-content h2{
    font-size: 2.6rem;
    color: #707070;
    margin-bottom: 30px;
    font-weight: 700;
}
.cta-lead{
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin: 30px 0;
    line-height: 1.2;
}
.boxes-section{
    padding: 60px 0;
    background-color: #f1f2f2;
}
.box-link{
    margin-bottom: 30px;
}
.box-link a{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    background-color: #FFF;
    text-decoration: none;
}
.box-link a:hover{
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
}
.box-img img{
    display: block;
    width: 100%;
    height: auto;
}
.box-text{
    display: table;
    width: 100%;
    overflow: hidden;
}
.bt-l, .box-icon{
    display: table-cell;
}
.box-icon{
    width: 100px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}
.blue-color .box-icon{
    background-color: #1a9bb9;
}
.purple-color .box-icon {
    background-color: #222d5a;
}
.green-color .box-icon{
    background-color: #87be4a;
}
.brown-color .box-icon{
    background-color: #8c7758;
}
.box-icon img{
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
}
.bt-l{
    padding: 5px 15px;
    overflow: hidden;
    vertical-align: middle;
}
.box-title{
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    color: #141414;
    display: inline-block;
}
.blue-color .box-title{
    color: #1a9bb9;
}
.purple-color .box-title {
    color: #222d5a;
}
.green-color .box-title{
    color: #87be4a;
}
.brown-color .box-title{
    color: #8c7758;
}
.box-title:after{
    content: '';
    width: 90px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.blue-color .box-title:after{
    background-color: #1a9bb9;
}
.purple-color .box-title:after {
    background-color: #222d5a;
}
.green-color .box-title:after{
    background-color: #87be4a;
}
.brown-color .box-title:after{
    background-color: #8c7758;
}
.subpage-content{
    padding: 0;
    background-color: #f1f2f2;
}
.bg-img{
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    min-height: 300px;
}
.pad-top-60{
    padding-top: 60px;
    background-color: #FFF;
}
.kontakt-msg p{
    font-size: 1.8rem;
    color: #141414;
    line-height: 1.2;
}
.kontakt-msg{
    margin: 30px 0;
}
.kontakt-msg p a{
    color: #1a9bb9;
}
.green-color .kontakt-msg p a{
    color: #87BE4A;
}
.purple-color .kontakt-msg p a {
    color: #222d5a;
}
.brown-color .kontakt-msg p a{
    color: #8C7758;
}
.page-links{
    padding: 50px 0;
    background-color: #FFF;
}
.link-item{
    display: table;
    width: 100%;
    color: #FFF;
    text-decoration: none;
    transition: all 0.3s;
    margin-bottom: 30px;
	background-color: #756969;
}
.blue-color .link-item{
    background-color: #1a9bb9;
}
.purple-color .link-item {
    background-color: #222d5a;
}
.green-color .link-item{
    background-color: #87be4a;
}
.brown-color .link-item{
    background-color: #8c7758;
}
.link-item:hover{
    background-color: #636363;
    color: #FFF;
    text-decoration: none;
}
.link-inner, .link-right{
    display: table-cell;
    padding: 15px;
}
.link-right{
    border-left: 5px solid #FFF;
    width: 80px;
    text-align: center;
    vertical-align: middle;
}
.link-right i{
    font-size: 2.5rem;
}
.link-title{
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
    line-height: 1;
    padding-left: 10px;
    border-left: 6px solid #FFF;
}
.link-text{
    font-size: 1.1rem;
    font-weight: 400;
    display: block;
    line-height: 1;
    padding-left: 10px;
    border-left: 6px solid #FFF;
}


/* KONTAKT FORM */
.contact-section{
    padding: 50px 0;
    background: url(img/contact-icon.png) 23% 20% no-repeat;
}
.contact-section .section-title, .contact-section .section-lead{
    color: #141414;
}
.contact-form{
    margin-top: 30px;
}
.contact-form label{
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 500;
    padding-top: 0;
    color: #141414;
}
.contact-form label span{
    font-size: 24px;
    color: #e61d2b;
}
.contact-form .form-group{
    margin-bottom: 30px;
}
.contact-form .form-control{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    padding: 5px 15px;
    border-radius: 0;
    font-size: 20px;
}
.contact-form .form-control:focus{
    box-shadow: none;
    border-color: #141414;
}
.contact-form textarea.form-control{
    resize: none;
    border: none;
    box-shadow: none;
    display: block;
    font-size: 20px;
    line-height: 40px;
    margin: 0 auto;
    resize: none;
    padding: 0 15px;
    
    background-image: -moz-linear-gradient(top , transparent, transparent 39px,#c7c7c7 0px); 
    background-image: -webkit-linear-gradient(top , transparent, transparent 39px,#c7c7c7 0);
    
    -webkit-background-size:  100% 40px;
    background-size: 100% 40px;
}
.contact-form textarea.form-control:focus{
    background-image: -moz-linear-gradient(top , transparent, transparent 39px,#141414 0px); 
    background-image: -webkit-linear-gradient(top , transparent, transparent 39px,#141414 0);
}
/*
.contact-form .form-control:invalid,
.contact-form .form-control.is-invalid{
    border: none;
    border-bottom: 1px solid #dc3545;
}
*/
.form-btn{
    background-color: #FFF;
    color: #141414;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 180px;
    border: 2px solid #141414;
    padding: 10px 15px;
    border-radius: 0;
    transition: all 0.3s;
}
.form-btn:hover{
    background-color: #141414;
    color: #FFF;
}




/* FOOTER */
footer{
    padding: 40px 0;
    position: relative;
    background-color: #464646;
}

.footer-text p, .footer-text p a{
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #7b7a7a;
}
.grey-line{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #7b7a7a;
    margin-bottom: 0;
}
.copyright{
    font-size: 1rem;
    color: #7b7a7a;
    margin: 0;
}
footer .menu-col{
    padding: 0;
    padding-right: 15px;
}
footer .menu-col a{
    color: #7b7a7a;
}
div.product-form{
    width: 100%;
    padding: 15px;
    margin: auto;
}
form.product-form{
    width: 100%;
    margin: auto;
}
.body-content .form-title{
    font-size: 1.2rem;
    margin-bottom: 10px;
    border-bottom: 1px solid #7b7a7a;
    padding-bottom: 5px;
}
.partner-map{
    width: 100%;
    height: 600px;
}
.partner-map h3{
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.partner-map p{
    font-size: 1rem;
}




/* HELPERS */
.pad-d-15p{
    padding-right: 15%;
}
o-gutters {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.l-right{
    border-right: 1px solid #d5d5d5;
}
.l-bottom{
    border-bottom: 1px solid #d5d5d5;
}

.dropbtn {
  background-color: #141414;
  color: white;
  padding: 8px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-left:5px;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

.dropdown {
  float: right;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 50px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
