*{
  box-sizing: border-box;
}

body{
  margin: 0px;
  font-family: 'calibri';
}

main{
  min-height: 400px;
}

a{
  text-decoration: none;
  color: #2ecc71 !important;
}

.left{
  float: left !important;
}

.right{
  float: right !important;
}

.box, .page-image{
  border-radius: 4px;
  margin-top: 30px;
}

.box{
  padding: 15px;
  background: #F5F5F5;
}

.page-image{
  line-height: 0;
  overflow: hidden;
}

.page-image img{
  width: 100%;
}

.gallery img{
  padding: 15px 0px;
  width: 100%; 
}

.gallery:first-child{
  margin-top: 15px;
}

.shadow{
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) !important;
}

.fix{
  clear: both;
}

.no-display{
  display: none !important;
}


.i-zoom{
  display: none;
}

.plus-label{
	position: absolute;
	right: 20px;
  top: 30px;
	cursor: pointer;
}

.plus-span:after, .minus-span:after{
  font-family: FontAwesome;
  font-size: 25px;
  color: #2ecc71;
}

.plus-span:after{
  content: '\f00e';  
}

.minus-span:after{
	content: '\f010';
}


/* --------------- COLUMNS --------------- */

.container{
  width: 1170px;
  margin: 0px auto;
  position: relative;
  /*padding: 0px 15px;*/
}

.row{
  margin: 0px -15px;
}

.col-4, .col-8, .col-6, .col-1, .col-2, .col-3, .col-9, .col-10{
  float: left;
  padding: 0px 15px;
  position: relative;
}

.col-1{
  width: 100%;
}

.col-2{
  width: 16.66%;
}

.col-3{
  width: 25%;
}

.col-4{
  width: 33.33%;
}

.col-6{
  width: 50%;
}

.col-8{
  width: 66.66%;
}

.col-9{
  width: 75%;
}

.col-10{
  width: 83.33%;
}


/* --------------- TEXT --------------- */

h1, h2, h3, h4{
  font-weight: 200;
  margin-bottom: 10px;
}

h1{
  font-size: 30px;
}

h2{
  font-size: 26px;
}

h3{
  font-size: 24px;
}

h4{
  font-size: 18px;
  margin: 10px 0px;
}

p{
  text-align: justify;
}

p:first-line{
  font-variant: petite-caps;
}

article p{
  text-indent: 5px;
}

.box h3{
  margin-top: 5px;
  text-align: center;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.color{
  color: #2ecc71 !important;
}

/* --------------- HEADER --------------- */
header{
  width: 100%;
  height: 75px;
  background-color: white;
  line-height: 0;
}

.navbar{
  padding: 0px;
  margin: 0px;
}

.header-logo{
  width: 33%;
}

#logo{
  padding: 12px;
  float: left;
}

.header-text, .header-text-small{
  font-family: 'Ek Mukta','Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 100;
  line-height: 1;
  color: initial;
}

.header-text{
  padding-top: 15px;
  font-size: 35px;
}

.header-text-small{
  font-size: 12px;
}



.header-right label{
	position: absolute;
	right: 0;
  top: -55px;
	cursor: pointer;
}
.header-right span{
	position: relative;
	width: 2em;
	height: 2em;
	background: white;
	-webkit-transition: all .3s ease;
}
.header-right span:hover{
	background: #eee;
}

.header-right span:before,
.header-right span:after{
	content: '';
	position: absolute;
	width: 2em;
	height: 6px;
	top: 4px;
	left: 0;
	background: #2ecc71;
}

.header-right span:after{
	top: 16px;
}

.header-right{
	text-align: right;
  position: relative;
}

#open{
	display: none;
}

.navbar a{
	position: relative;
	display: inline-block;
	padding: 25px;
  line-height: 1.25;
  text-decoration: none;
  color: #4d4d4d !important;
  font-size: 20px;
	-webkit-transition: all .3s ease;
}

.navbar a:hover{
	background-color: #eee;
}

.navbar a.active{
  background-color: #2ecc71;
  color: white !important;
}

.hidden-desktop, .hidden{
	display: none;
}



/* --------------- FOOTER --------------- */

footer{
  width: 100%;
  margin-top: 50px;
  padding-top: 30px;
  min-height: 75px;
  background-color: #272727;
  color: #eee;  
}

.footer{
  padding-bottom: 30px;
}

.footer-second{
  padding: 20px;
  font-size: 14px;
}

.bg-darker{
  background-color: rgba(0,0,0,.15);
}

.contact-footer{
  width: 270px;
  font-size: 14px;
  padding-bottom: 30px;
}

.useful{
  list-style: none;
  margin: 0px 10px;
  padding: 0px;
}

.useful a{
  color: inherit !important;
}

.useful a:hover{
  margin-left: 5px;
  -webkit-transition: all .2s ease;
}

.fa-sort-up{
  margin-right: 13px;
}


/* --------------- KONTAKT --------------- */
.contact-address{
  
}

.address{
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

.li-item:first-child{
  margin-top: 0px;
}

.li-item{
  margin-top: 15px;
}

.address-text{
  margin-left: 28px;
}

.address-text a, .address-text a:hover, .address-text a:focus{
  color: inherit;
  text-decoration: none;
}

.map{
  margin-top: 30px;
  border-radius: 3px;
  height: 450px;
  width: 100%;
  overflow: hidden;
}


.contact-result{
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}

.contact-form{
  width: 100%;
  text-align: center;
  margin: 20px auto;
}

.contact-form input, .contact-form textarea{
  border: 1px solid #b1b1b1; 
  padding: 10px;
  border-radius: 3px;
  display: block;
  width: 100%;
  margin-top: 10px;
  box-shadow: 0px 1px 1px #8B8B8B;
  resize: none;
  font-family: 'calibri';
}

.contact-form textarea{
  resize: vertical;
  min-height: 138px;
}

.contact-form input:focus, .contact-form textarea:focus {
  box-shadow: 0px 0px 3px #2ecc71 !important;
}


#input-submit{
  color: white; 
  background-color: #2ecc71;
  cursor: pointer;
  margin-top: 20px;
  font-size: 17px;
}  

#input-submit:hover{
  background-color: #27b764;
}



.table-info{
  width: 100%;
}


/* --------------- MEDIAS --------------- */


@media screen and (min-width: 992px) and (max-width: 1200px){
  .container{
    width: 970px;
  }
  
}

@media screen and (min-width: 768px) and (max-width: 991px){
  .container{
    width: 750px;
  }
  
  .col-4, .col-8, .col-6, .col-3, .col-9{
    width: 100%;    
  }
  
  .footer-second .container .col-4{
    width: 33.33%;
  }
  
  .page-image{
    display: none !important;
  }
  
  .gallery .col-3{
    width: 25% !important;
  }
  
  .footer .col-4{
    width: 33.33%;
  }
  
  
  .header-right{
		width: 100%;
		text-align: center;
    position: relative;
	}
  
  .hidden-desktop{
		display: block;
	}
  
  .navbar{
		height: 0;
		overflow: hidden;
		-webkit-transition: all .3s ease;
	}
	input[type="checkbox"]:checked + nav{
		height: 210px;
    background-color: white;
	}
	.navbar a{
		padding: 8px;
		display: block;
	}
  
  .header-logo{
    width: 80%;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px){
  .container{
    width: 450px;
  }
  
  .col-4, .col-8, .col-6, .col-2, .col-10, .col-3, .col-9 {
    width: 100%;    
  }
  
  .footer-second .container .col-4{
    text-align: center;
  }
  
  .page-image, .owl-carousel{
    display: none !important;
  }
  
  .gallery .col-3{
    width: 25% !important;
  }
  
  .footer .col-4{
    width: 33.33%;
  }
  
  
  
  .header-right{
		width: 100%;
		text-align: center;
    position: relative;
	}
  
  .hidden-desktop{
		display: block;
	}
  
  .navbar{
		height: 0;
		overflow: hidden;
		-webkit-transition: all .3s ease;
	}
	input[type="checkbox"]:checked + nav{
		height: 210px;
    background-color: white;
	}
	.navbar a{
		padding: 8px;
		display: block;
	}
  
  .header-logo{
    width: 80%;
  }
  
}

@media screen and (min-width: 287px) and (max-width: 479px){
  .container{
    width: 250px;
  }
  
  .col-4, .col-8, .col-6, .col-2, .col-10, .col-3, .col-9 {
    width: 100%;    
  }
  
  .page-image, .owl-carousel{
    display: none !important;
  }
  
  .gallery .col-3{
    width: 50%  !important;
  }
  
  .footer-second .container .col-4{
    text-align: center;
  }
  
  
  .header-right{
		width: 100%;
		text-align: center;
    position: relative;
	}
  
  .hidden-desktop{
		display: block;
	}
  
  .navbar{
		height: 0;
		overflow: hidden;
		-webkit-transition: all .3s ease;
	}
	input[type="checkbox"]:checked + nav{
		height: 210px;
    background-color: white;
	}
	.navbar a{
		padding: 8px;
		display: block;
	}
  
  .header-logo{
    width: 80%;
  }
  
  .header-text, .header-text-small{
    display: none;
  }
  
}                      


/* --------------- PRINT --------------- */

@media print {
    p{
      font-size: 16pt;
    }
    
    .no-print, .header-right, .footer{
      display: none !important;
    }
    
}