/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin-ext');

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', Arial;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    background-color: #3C3C3B;
}

/** header ********************************************************************/

.header {
    padding: 0 15px;
    background-color: #3C3C3B;
    color: #fff;  
    padding: 30px 0;   
}

.header-inner {
    max-width: 1200px;
    margin: auto;
    min-height: 100px;
    padding: 0 15px;
}

.ler-logo{
    height: 50px;
}

.title{
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    padding: 6px 0;
} 

.city{
    font-size: 18px;
    font-weight: 400;
}                 

.vp-logo{
    float: right;
}

.header-navigation { 
    background-color: #fff;
    color: #333;
    border-top: 10px solid #C6C6C5;  
    text-transform: uppercase;  
}

.header-navigation-inner {
    max-width: 1200px;
    margin: auto;
    padding: 0px 15px;
   /* padding: 0px 15px; */
} 

.header-link{
    padding: 25px 8px; 
    font-size: 16px;
    font-weight: 400;
    transition: all 0.2s;
}

.header-link:hover{
    cursor: pointer;
    background-color: #C6C6C5;
    color: #fff; 
} 

.header-link-active{
    padding: 25px 8px; 
    font-size: 16px;
    font-weight: 400;
    transition: all 0.2s;
    background-color: #C6C6C5;
    color: #fff
}

.header-link-active:hover{
    cursor: pointer;
    background-color: #C6C6C5;
    color: #fff; 
} 

/* mobile menu */
.header-menu-mobile {
    display: none;
}

.menu-tab {
    width: 90px;
    height: 70px;
    position: absolute; /*fixed;*/
    z-index: 100;
    top: 15px;
    left: 0px;
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    /*end of div*/
}
.menu-tab div {
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 6px 28px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.menu-tab div:nth-child(1) {
    margin-top: 20px;
}

.menu-tab.active {
    left: 250px;
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    /*background-color: #333 /*rgba(255, 255, 255, 0.2);*/
}
.menu-tab.active #one {
    -webkit-transform: translateY(9px) rotate(-135deg);
          transform: translateY(9px) rotate(-135deg);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background-color: #fff;
}
.menu-tab.active #two {
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}
.menu-tab.active #three {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background-color: #fff;
}

.menu-hide {
    width: 260px;
    left: -260px;
    height: 100vh;
    position: fixed;
    z-index: 10;
    top: 0px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    padding-top: 30px;
    /*end of nav*/
}
.menu-hide nav {
    /*end of ul*/
}
.menu-hide nav ul {
    /*end of li*/
    margin-left: -40px;
}
.menu-hide nav ul li {
    /*height: 40px;*/
    list-style-type: none;
    text-align: left;
    line-height: 25px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 10px;
}
.menu-hide nav ul li:hover {
    background-color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.menu-hide nav ul li a {
    padding: 0 20px;
    text-decoration: none;
    color: #f1f1f1;
    font-size: 20px;
    font-family: "pfdintextcomppro-regular", Arial; 
    text-transform: uppercase;
    display: block;
}

.menu-hide nav ul li a:link {
    color: #eee !important;
}

.menu-hide.show {
    left: 0px;
    background-color: #D39E1A;
    /*background-color: rgba(255, 255, 255, 0.2);*/
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
/* end mobile menu */

/** end header ****************************************************************/


/** slider ********************************************************************/
.slider-main {
    height: 100% !important;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.slider-main .item {
    /*height: 60%;/*710px;*/
    height: 710px;
    background-color: #333;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/** end slider ****************************************************************/


/** content *******************************************************************/
.page-text{
    text-align: justify;   
}
 
.content {
    padding: 0 15px 30px 15px;
    background-color: #fff;
}

.content-title-box{
    background-color: #E2AF23;
    padding: 0 15px;
    min-height: 200px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.content-title-inner{
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.content-title{
    color: #fff;
    font-size: 44px;
    line-height: 46px;
    font-weight: 500;
    position: absolute;  
    bottom: -180px;
    left: 15px;
    text-transform: uppercase;
}

.content-navigation{
    background-color: #D39E1A;
    padding: 0 15px;
}

.content-navigation-inner{  
    max-width: 1200px;
    margin: auto;
    /*padding: 15px;*/  
}

.content-link{
    padding: 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    transition: all 0.4s;
    text-transform: uppercase;
}

.content-link:hover{
    cursor: pointer;
    background-color: #E2AF23;
}

.content-link-active{
    padding: 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    transition: all 0.4s;
    text-transform: uppercase;
    background-color: #E2AF23;
}

.content-link-active:hover{
    cursor: pointer;
    background-color: #E2AF23;
}

.content-inner {
    max-width: 1200px;
    margin: auto;
    padding: 30px 15px;
} 

.page-title{
    color: #666666;
    font-size: 44px;
    line-height: 48px;
    font-weight: 500;        
}

.page-text{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px; 
    color: #666666;       
}

.page-image{
    height: 500px;
    background-color: #999;
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover; 
    position: relative; 
}

.municipality, .gray-rectangle{
    padding: 30px;
    background-color: #3C3C3B;
}

.municipality-title, .gray-rectangle-head{
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    line-height: 24px;
}

.gray-rectangle-text{
    color: #fff;
}

.video-title{
    margin-bottom: 20px;
}

.video{
    margin-bottom: 40px;
}

.video-box {
    border: 1px solid #3C3C3B;  
}

.video-box-content{
    padding: 20px;
}

.social{
    width: 80px;
    margin: 10px;
} 

/*--------------aktuelnosti---------------------------------------------------*/

.date{
    padding-top: 30px;
    /*border-bottom: 5px solid #E2AF23;*/ 
}

.document{
    padding-top: 30px; 
}

.doc-divider{
    max-width: 1200px;
}

.doc-divider-left{ 
    border-bottom: 5px solid #E2AF23;
}

.doc-divider-right{  
    width: 100%;
    border-bottom: 1px solid #E2AF23;    
}

.pdf-icon, .docx-icon{
    height: 40px;
    float: right;
    margin-left: 10px;
}

/*-------------- end aktuelnosti -----------------------------------------------*/ 

.zone-name{
    padding: 10px 0;
    font-size: 22px;
    font-weight: 500;
}

.zone-name-box-divider{
    border-bottom: 5px solid #E2AF23; 
} 

.zone-description-name{
     padding: 12px 10px;
}

.zone-description-divider{
     border-bottom: 1px solid #E2AF23; 
}

.company-logo-box{
    padding: 15px;
    border: 1px solid #C6C6C5;
}

.company-logo{
    max-width: 100%;
}

.company-name{   
    font-size: 24px;
    font-weight: 500;
    
}

.company-divider{
    height: 2px;
    width: 40px;
    background-color: #E2AF23;
    margin: 10px 0;
}

.company-place{ 
    font-size: 20px;
    font-weight: 400;
}

.company{
    margin-top: 60px;
}

.licence{
    padding: 20px 30px;
    background-color: #E2AF23;
    transition: all 0.4s;
}

.licence:hover{
    cursor: pointer;
    background-color: #D39E1A;
}

.licence-name{
    font-size: 26px;
    line-height: 20px;
    font-weight: 400;
    color: #fff; 
}

.contact-icon{
    font-size: 24px;
    color: #D39E1A;
    padding-top: 8px;
}    

.contact-info .title{
    padding-left: 0px;
}

.form-title{
    font-size: 20px;
    font-weight: 400;   
}

.btn-send{
    background-color: #E2AF23;
    transition: all 0.4s;
    color: #fff;
    width: 200px;
}

.btn-send:hover{
    background-color: #D39E1A; 
}  


/** end content ***************************************************************/

.contact-help-block{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    background-color: #E2AF23;
    padding: 1px 4px;
}

.contact-form-message{
    background-color: #c00;
    padding: 10px 15px; 
    color: #fff;
    margin-bottom: 30px; 
}

/* modal */ 
.modal-content {
    border-width: 0 !important;
    border-radius: 0 !important;
    max-width: auto;
}

.modal-content-default {
    border-width: 0 !important;
    border-radius: 0 !important;
    max-width: 600px;
}

.modal-header-default {
    background-color: #E2AF23;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 300 !important;
    border-bottom: none;
} 

.modal-header-default .modal-title{
    font-weight: 400 !important;
} 

.modal-text-default {}

.modal-footer-default{}

.modal-btn-close-default {
    background-color: #333;
    color: #fff;
    font-size: 14px;
    border: 0px solid #333;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    padding: 8px 25px;
}
.modal-btn-close-default:hover { 
    background-color: #E2AF23;
}

.modal-btn-close-default:focus {
    background-color: #E2AF23;
}
/* end modal */


/** footer ********************************************************************/

.footer {
    padding: 0 15px;
    background-color: #3C3C3B;
    border-top: 10px solid #C6C6C5;
}

.footer-inner {
    max-width: 1200px;
    margin: auto;
    padding: 30px 15px;
    color: #fff;
} 

.footer-title{
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    line-height: 26px;
    text-transform: uppercase;
}

.footer-navigation{
    font-size: 16px;
    line-height: 20px;
}

.footer-link{
    padding: 6px 0;
}

.copyright{
    padding: 10px 0; 
    color: #999;
font-size: 14px;
}

/** end footer ****************************************************************/


/** links *********************************************************************/

a:link    { color: #666;  text-decoration: none; font-size: 16px;}
a:visited { color: #666;  text-decoration: none;font-size: 16px;}
a:hover   { color: #222;  text-decoration: none; font-size: 16px;}
a:active  { color: #222;  text-decoration: none; font-size: 16px;}

.municipality-link a:link{ color: #fff;  text-decoration: none; font-size: 14px;}
.municipality-link a:visited{ color: #fff;  text-decoration: none; font-size: 14px;}
.municipality-link a:hover{ color: #999;  text-decoration: none; font-size: 14px;}
.municipality-link a:active{ color: #fff;  text-decoration: none; font-size: 14px;}

.footer-navigation a:link{ color: #fff;  text-decoration: none; font-size: 16px;}
.footer-navigation a:visited{ color: #fff;  text-decoration: none; font-size: 16px;}
.footer-navigation a:hover{ color: #999;  text-decoration: none; font-size: 16px;}
.footer-navigation a:active{ color: #fff;  text-decoration: none; font-size: 16px;}

/** end links *****************************************************************/

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

}

/** max 1600  *****************************************************************/
@media screen and (max-width: 1600px){
    
}

/** max 1200  *****************************************************************/
@media screen and (max-width: 1200px){

}

/** max 1040  *****************************************************************/
@media screen and (max-width: 1040px){

}

/** max 992 *******************************************************************/
@media screen and (max-width: 992px){
    
}

/** max 768 *******************************************************************/
@media screen and (max-width: 767px){


    .header-menu-mobile {
        display: block;
    }        
    
    .content-title-box{ 
        min-height: 150px;
    } 
    
    .content-title{  
        bottom: -130px;   
    }  
}

/** max 660 *******************************************************************/
@media screen and (max-width: 660px){
        
}

/** max 576 *******************************************************************/
@media screen and (max-width: 576px){
    
    
}

/** max 500 *******************************************************************/
@media screen and (max-width: 500px){
    
}

/** max 420 *******************************************************************/
@media screen and (max-width: 420px){
       
}