@charset "utf-8";
:focus {
	outline:none;
	}
::-moz-focus-inner {
	border:0;
	}
html, body {
	height: 100%;
    margin: 0;
    font-family: avenir_roman;
    line-height: 25px;
    }
body{
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
img{
	border:none;
    }

a.link, h2{
    font-family: avenir_heavy;
    color: #002854;
    text-decoration: none;
}
a.link:hover{
    color: #006bb8;
}
div.main{
    position:relative;
    top:80px;
}
div.main_left{
    float:left;
    width:70%;
    margin-right:5%;
}
div.main_right{
    float:left;
    width:25%;
}


div#top{
    position: fixed;
    width:100%;
    clear:both;
    top: 0;
    z-index: 100;
}
div.top{
    box-shadow: 0px 2px 3px #999999;
}
div.head-blue{
    background-color:#002854;
    height:40px;
    width:100%;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
div.head-blue-inner{
    max-width:1326px;
    padding:10px 20px;
    margin:auto;
}
div.head-white{
    background-color:#FFFFFF;
    min-height:85px;
    width:100%;
    margin:auto;
}
div.top-logo{
    float:left;
    padding:15px 0 5px 20px;
    /*background-color:rgba(255, 255, 255, 0.9);*/
    background-position: center;
    width:140px;
    height:65px;
}
div.head-white-center{
    margin:0 auto;
    max-width:1326px;
    padding:0px 20px;
    
}
div.banner{
    width:100%;
    height:465px;
    clear:both;
    border-bottom:solid 3px #FFFFFF;
    position:relative;
    top:125px;
}
div.in-banner{
    width:100%;
    height:150px;
    clear:both;
    position:relative;
    top:125px;
}
div.tile{
    width:100%;
    height:190px;
    clear:both;
    border-bottom:solid 3px #FFFFFF;
    float:left;
    margin-bottom:50px;
}
div.banner-box, div.tile-box{
    width:calc(20% - 3px);
    height:100%;
    float:left;
    border-right:solid 3px #FFFFFF;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
div.banner-box.noborder{
    width:20%;
    border: none;
}
div.tile-box{
    width:calc(16.66666666666667% - 3px);
}

div.black-box, div.black-box-tile{
    font-family: avenir_heavy;
    width: calc(100% - 40px);
    min-height: 170px;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 100px;
    text-transform: uppercase;
    font-size:28px;
    color:#FFFFFF;
    padding:20px;
    text-align: center;
}
div.black-box-tile{
    font-size:14px;
    background-color:#002854;
    border-top:solid 3px #FFFFFF;
    position: static;
    float:left;
}
div.orange-line{
    width:80px;
    border-bottom: solid 5px #e13a00;
    margin:auto;
    margin-bottom:20px;
    margin-top:10px;
}
div.banner-button-box, div.tile-button-box{
    position: absolute;
    bottom: 20px;
    width:100%;
    text-align: center;
}
div.tile-button-box{
    bottom:10px;
}
a.orange-button{
    min-height:18px;
    background-color:#e13a00;
    color:#FFFFFF;
    text-transform: uppercase;
    text-align:center;
    font-family: avenir_heavy;
    font-size:16px;
    padding: 13px 15px 13px 15px;
    border-radius: 30px;
    border:2px solid #FFFFFF;
    display: inline-block;
    min-width:calc(50% - 30px);
    text-decoration: none;
    margin:0 20px;
}
a.tile-button{
    width:80px;
    height:55px;
    display: inline-block;
    text-align:center;
    background-position: center top;
    font-size:14px;
    background: url("./down-arrow-orange.svg");
}
a.orange-button:hover{
    background-color:#ff5400;
    background-position: bottom;
}
a.tile-button:hover{
    background-position: bottom left;
}
div.banner-grey{
    width:calc(100% - 40px);
    background-color:#e9e9e9;
    float:left;
    text-align:center;
    margin-bottom:50px;
    padding:0 20px;
    margin-top:3px;
}
div.banner-grey h2{
    font-family: avenir_heavy;
    text-transform: uppercase;
    margin-bottom:0;
}
div.banner-grey p{
    margin:10px 0 25px 0;  
}


div.home-box, div.inner_main{
    clear:both;
    max-width:1326px;
    padding: 20px;
    margin:auto;
}
div.home-box{
    margin-top:70px;
}
div.inner_main{
    min-height:300px;
    padding:70px 20px;
}
h2.title{
    color:#004470;
}
div.news-box, div.electric-box, div.v3d-box, div.sep-box, div.bottom-box{
    width:calc(33.333% - 40px);
    float:left;
    margin-right:40px;
}
div.electric-box{
    margin-bottom:20px;
    width:100%;
}
div.v3d-box{
    width:33.333%;
    margin-right:0;
}
div.orange-line.left{
    float:left;
}
div.box-title{
    clear:both;
    font-family: avenir_heavy;
    text-transform: uppercase;
    font-size:24px;
    margin-bottom:30px;
}
div.news-date{
    margin:0 20px 0 0;
    float:left;
}
div.banner-title{
    position:relative;
    line-height: 30px;
    font-size:24px;
}
div.news-body{
    width:calc(100% - 100px);
    float:left;
    margin-bottom:30px;
    border-bottom:1px solid #CCC;
}
div.news-title a{
    font-family: avenir_heavy;
    margin-bottom:20px;
    clear:both;
    text-decoration: none;
    color: #000;
}
div.news-title a:hover{
    color: #004470;
}
div.news-lead{
    float:left;
    margin-bottom:10px;
}
div.news-details{
    float:right;
    text-transform: uppercase;
    margin:20px 0 20px 20px;
}
div.air{
    float:left;margin-left:0px;
}
img.air-svg{
    float:left;
    margin:5px 20px 5px 0px;
}
div.news-details a{
    font-family: avenir_heavy;
    color: #002854;
    text-decoration: none;
    position: relative;
}
div.news-details a:hover{
    color: #006bb8;
}
div.news-month{
    font-family: avenir_heavy;
    background-color:#006bb8;
    color:#FFFFFF;
    width:60px;
    text-align:center;
    padding:5px 10px;
}
div.news-day{
    font-family: avenir_heavy;
    background-color:#e9e9e9;
    color:#000000;
    width:60px;
    text-align:center;
    font-size:30px;
    padding:5px 10px;
}
div.map-title{
    margin-top:40px;
    width:100%;
    min-height:80px;
    background-color:#002854;
    float:left;
    clear:both;
    text-align: center;
    color:#FFFFFF;
    font-size:24px;
    text-transform: uppercase;
    font-family: avenir_heavy;
    padding-top:20px;
}
/* esri */ 
#viewDiv { 
    clear:both;
    width:100%;
    height: 500px; 
    margin:0 auto;
    padding:0;
}
.invisible {
  visibility: collapse;
}
.esri-expand .esri-expand__content {
  box-shadow: none;
}
.esri-view-height-xsmall .esri-ui-corner .esri-expand .esri-layerList.esri-widget,
.esri-view-height-small .esri-ui-corner .esri-expand .esri-layerList.esri-widget {
  max-height: 100%;
}
.esri-view-width-less-than-small .esri-zoom .esri-widget-button {
  display: none;
}
/* esri */

div.info, div.info img{
    float:left;
}
div.info span.info-text{
    color:#FFFFFF;
    float:left;
    margin:2px 10px 0 10px;
    line-height:20px;
}
div.info img.mail{
    margin-left:20px;
}
div.flag-box{
    float:right;
}
div.search{
    float:right;
    margin:20px 0 0 20px;
}
footer{
    clear:both;
    width:100%;
    background-color:#3b3b3b;
    float:left;
    padding-bottom:100px;
    margin-top:200px;
}
div.companies{
    background-color:#e9e9e9;

    width:100%;
    padding-bottom:15px;
}
div.companies_inner{
    max-width:1326px;
    margin:auto;
    padding:20px 20px 0 20px;
    text-align: center;
}
a.logo_pics{
    margin:0 5px;
}
div.inner-footer{
    max-width:1326px;
    margin:auto;
    color:#FFFFFF;
    padding:20px 20px 0 20px;
}
div.footer-box{
    width:calc(25% - 35px);
    float:left;
    padding:0 20px;
}
div.footer-box.left{
    padding:0;
}
div.footer-box.line{
    border-left:1px solid #666666;
    width:calc(25% - 36px);
}
svg.white-logo{
    margin-top:10px;
}
div.footer-box h3{
    text-transform: uppercase;
    margin-bottom:10px;
    font-size: 12px;
    font-family: avenir_heavy;
}
div.footer-box ul li a, div.footer-box p{
    font-size:12px;
    text-decoration: none;
    color:#a2a2a2;
}
div.footer-box ul{
    padding-left:0;
    list-style: none;
}
div.footer-box ul li a:hover{
    color:#6699cc;
}
div.sitemap{
    clear:both;
    font-size:12px;
    margin:10px 0 40px 0;
    border-bottom:1px solid #666666;
    padding-bottom:30px;
}
.flag-box img{
    float:left;
}
.misc{
	float:right;
}
ul.misc_main{
	list-style-type: none;
	margin:0;
	padding:0;
	float:right;
}
ul.slideContent, ul.slideContent1{
	list-style-type: none;
	display: none;
	padding:0;
	position:absolute;
	background-color:#FFF;
	z-index: 1;
	margin-left:-100px;
	margin-top:25px;
	width:150px;
    box-shadow: 1px 1px 3px #000;
}
ul.slideContent1{
    margin-top:40px;
    margin-left:-140px;
    width:200px;
}
a.slide, a.slide1{
	background: url("./down-arrow.svg") no-repeat;
	background-position: center;
	width:30px;
	height:24px;
	float:right;
    cursor:pointer;
    margin-left:20px;
}
a.slide1 {
	background: url("./search.svg") no-repeat;
	width:40px;
	height:40px;
}
a.misc_links{
	width:100%;
	text-decoration: none;
	color:#000;
	padding:5px 10px;
	float:left;
	clear:both;
	border-bottom:1px solid #CCC;
}
a.misc_links:hover, input.input:hover{
	background-color: #266b9c;
	color:#FFF;
}
input.input, input.input1{
	background-color: transparent;
	border:none;
	width:125px;
	text-align: left;
	cursor: pointer;
    padding:10px 20px;
    font-size: 16px;
    float:left;
}
.submit_search{
    background: url("./search_icon.png") no-repeat #FFF;
    background-position: center center;
    border:none;
    cursor: pointer;
    width:35px;
    height:29px;
    margin-top:6px;
}

span.lang-text{
    color:#FFF;
    float:left;
    margin:2px 0 0 5px;
}
.spec_hirek_title, .spec_hirek_date, .spec_hirek_lead, .spec_hirek_text{
	width:100%;
	clear:both;
	float:left;
	margin-bottom:10px;
}
.spec_hirek_lead{
    margin-bottom:20px;
    font-family: avenir_heavy;
}
.spec_hirek_title{
    font-family: avenir_heavy;
}

table.default, table.default th, table.default td
{
border:1px solid #1F3756;
}
table.default
{
width:100%;
}
table.default th
{
height:20px;
background-color:#002854;
color:white;
padding:0px 10px;
}

table.default td
{
text-align:left;
height:20px;
vertical-align:center;
padding:0px 10px;
background-color:#FFF;
}

table.default tr.paros{
	background-color: #CAD9DD;
	}
    a.show_more{
        width:100px;
        height:48px;
        text-align: center;
        float:left;
        background: url("./down-arrow-orange.svg") no-repeat center top;
    }
    div.dij-list{
        display:none;
    }
    select.dij-list-select{
        width:100%;
        padding:10px 20px;
        font-family: avenir_heavy;
        font-size:16px;
        background-color:#002854;
        color:#FFF;
        border-radius:10px;
    }
    a.dv-logo, a.dkv-logo{
        width:117px;
        height:55px;
        display: inline-block;
        text-align:center;
        background-position: center top;
        background: url("./dvparking-logo-white.svg");
    }
    a.dkv-logo{
        background: url("./dkv-logo.svg");
    }
    a[href^=tel] {
        color:#FFF;
        text-decoration:none;
        
    }
/* tablet */

@media (max-width: 1024px) {
    div.main_right, div.main_left{
        clear:both;
        width:100%;
    }
    div.main{
        top:0px;
        z-index:1;
        clear:both;
    }
    div.inner_main{
        padding:30px 20px;
    }
    div.in-banner{
        top:0;
    }
    div.tile-box{
        display:none;
    }
    div.dij-list{
        display: block;
    }
    div.tile{
        margin-bottom:20px;
        height:0;
    }
    div#top{
        position: static;
    }
    div.news-box, div.electric-box, div.v3d-box, div.sep-box, div.bottom-box{
        width:100%;
    }
    div.info span.info-text{
        font-size:12px;
        margin:4px 10px 0 10px;
    }
    div.banner-title{
        font-size:16px;
    }
    div.box-title{
        font-size:16px;
    }

    div.banner-grey h2{
        font-size:16px;
        margin-top:25px;
    }
    div.top{
        box-shadow: none;
    }
    div.banner{
        top:0px;
    }
    a.orange-button {
        padding: 8px 15px 8px 15px;
      }
}

@media (max-width: 768px) {
    table.default{
        overflow-x:auto;
    }
    div.info .address-contact{
        display:none;
    }
    div.info span.info-text{
        margin:4px 5px 0 5px;
    }
    div.banner-box,div.banner-box.noborder{
        clear:both;
        width:calc(100% - 3px);
    }
    div.banner{
        height:270px;
    }
    div.black-box{
        min-height: 200px;
        bottom: 0;
        font-size:28px;
        padding-top: 50px;
        background-color: rgba(0,0,0,0.4);
    }
    div.footer-box{
        clear:both;
        width:calc(100% - 40px);
        margin:0;
    }
    div.footer-box.line{
        border-left:none;
        width:auto;
    }
    div.footer-box ul{
        list-style: disc;
    }
    

}
