@font-face {
    font-family:'HelveticaNeueLTPro-MdEx';
    src: url('../fonts/HelveticaNeueLTPro-MdEx_gdi.eot');
    src: url('../fonts/HelveticaNeueLTPro-MdEx_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueLTPro-MdEx_gdi.woff') format('woff'),
    url('../fonts/HelveticaNeueLTPro-MdEx_gdi.ttf') format('truetype'),
    url('../fonts/HelveticaNeueLTPro-MdEx_gdi.svg#HelveticaNeueLTPro-MdEx') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}
@font-face {
    font-family:'HelveticaNeueLTPro-Ex';
    src: url('../fonts/HelveticaNeueLTPro-Ex_gdi.eot');
    src: url('../fonts/HelveticaNeueLTPro-Ex_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueLTPro-Ex_gdi.woff') format('woff'),
    url('../fonts/HelveticaNeueLTPro-Ex_gdi.ttf') format('truetype'),
    url('../fonts/HelveticaNeueLTPro-Ex_gdi.svg#HelveticaNeueLTPro-Ex') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}
body,h1,h2,h3,h4,h5,h6,p,ul,li,ol,hr,form {
    padding: 0;
    margin: 0;
    border: none;
    font-weight: normal;
}
body, input, select {
    font-family: 'HelveticaNeueLTPro-Ex', Arial, sans-serif;
    font-size: 12px;
    color: #808285;
}
body {
    background-color: #ffffff;
    padding-bottom: 45px;
}
html body .content .h {
    display: none;
}
hr {
    visibility: hidden;
    height: 0;
    clear: both;
}
a {
    outline: 0;
    text-decoration: none;
    color: #022c80;
}

*:focus {
    outline: none;
}
strong {
    font-weight: normal;
}
ul.error {
    margin: 10px 20px;
    color: darkred;
    padding: 0;
}
.content {
    width: 945px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.leftContent {
    width: 620px;
}
h1, h2, h3, strong {
    font-family: 'HelveticaNeueLTPro-MdEx', Arial, sans-serif;
    font-weight: normal;
}
h1 {
    margin: 50px 0 40px;
    font-size: 18px;
    color: #282c67;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
h1::after,
h2::after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    bottom: -13px;
    width: 100%;
    border-bottom: 2px solid #009fe3;
}
h2 {
    margin: 15px 0 20px;
    font-size: 15px;
    color: #282c67;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
h3 {
    margin: 15px 0 10px;
    font-size: 12px;
    text-transform: uppercase;
}
.text {
    padding-bottom: 50px;
}
.text p {
    margin-bottom: 15px;
}
.text ul, .text ol {
    margin: 0 0 15px;
    list-style: none;
    padding: 0;
}
.text ul ul, .text ol ol{
    margin-bottom: 0;
}
.text ol {
    list-style: decimal;
    padding-left: 15px;
}
.text ul li {
    padding-left: 40px;
    background: url(../images/point.svg) left 5px no-repeat;
}
.text ol li {
    padding-left: 30px;
}
.text img {
    display: block;
    max-width: 100%;
    margin: 25px 0;
}
.logo {
    display: inline-block;
    background: url(../images/skupina_cnes_logo.png) 0 center no-repeat;
    background-size: 191px auto;
    width: 191px;
    height: 118px;
    float: left;
}
.search {
    width: 180px;
    height: 18px;
    margin: 40px 0 20px;
    border: solid #9c9a9a;
    border-width: 1px 0 0 1px;
    box-shadow: inset 1px 1px 0 0 #dedede;
    float: right;
}
.search input[type=text]{
    height: 18px;
    width: 145px;
    padding: 0 5px;
    border: none;
    background: none;
    float: left;
}
.search input[type=submit]{
    width: 20px;
    height: 18px;
    border: none;
    background: none;
    float: right;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
}
#menuTrigger {
    min-height: 17px;
    float: right;
    clear: right;
    text-transform: uppercase;
    padding-right: 30px;
    vertical-align: bottom;
    padding-top: 10px;
    box-sizing: border-box;
    line-height: 11px;
    color: #808285;
    position: relative;
    font-family: 'HelveticaNeueLTPro-MdEx', Arial, sans-serif;
}
#menuTrigger:after {
    display: inline;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
    content: "\f0c9";
    bottom: 0;
    right: 0;
    position: absolute;
    font-size: 25px;
    line-height: 20px;
}
.menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 100px 0 0;
    background: rgba(0,0,0,.85);
    width: 100%;
    text-align: center;
    bottom: 0;
}
.menu.open {
    display: block;
    z-index: 2;
}
.menu li {
    display: block;
}
.menu li a {
    display: block;
    line-height: 1.8em;
    font-size: 32px;
    color: #ffffff;
}
.menu li:last-child {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 53px;
    display: block;
    cursor: pointer;
}
div.photo {
    height: 0;
    padding-bottom: 33%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
div.photo img {
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    position: absolute;
    width: 100%;
}
ul.submenu {
    list-style: none;
    margin-top: 25px;
}
ul.submenu.strediska {
    margin-top: 0;
    margin-bottom: 25px;
}
ul.submenu li {
    display: inline;
}
ul.submenu li a,
.legendWrapper a.contact {
    display: block;
    width: 165px;
    height: 40px;
    padding: 110px 0 0;
    text-align: center;
    float: left;
    position: relative;
    margin: 0 15px;
    font-family: 'HelveticaNeueLTPro-MdEx', Arial, sans-serif;
}
ul.submenu li a:before,
.footer .back:after,
.footer .home:after,
.footer .top:after,
.legendWrapper a.contact:before {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    width: 78px;
    height: 78px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 38px;
}
ul.submenu li a:after,
.legendWrapper a.contact:after {
    content: "";
    position: absolute;
    width: 74px;
    height: 74px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    box-shadow: 0 0 0 10px #009fe3;
}
ul.submenu li a.gray:after {
    box-shadow: 0 0 0 10px #e5e6e1;
}
ul.submenu li a.factory:before{content: "\f0d1"}
ul.submenu li a.road:before{content: "\f018"}
ul.submenu li a.cube:before{content: "\f1b2"}
ul.submenu li a.recycle:before{content: "\f1b8"}
ul.submenu li a.cubes:before{content: "\f1b3"}
ul.submenu li a.home:before{content: "\f024"}
ul.submenu li a.people:before{content: "\f0c0"}
ul.submenu li a.legal:before{content: "\f0e3"}
ul.submenu li a.hand:before{content: "\f25b"}
ul.submenu li a.angellist:before{content: "\f209"}
ul.submenu li a.addUser:before{content: "\f234"}
ul.submenu li a.usd:before{content: "\f155"}
ul.submenu li a.cog:before{content: "\f013"}
ul.submenu li a.media:before{content: "\f1ea"}
ul.submenu li a.sitemap:before{content: "\f0e8"}

ul.submenu li a.cnes:before{content: "\f018"; color: #000000;}
ul.submenu li a.agrodrab:before{content: "\f18c"; color: #000000;}
ul.submenu li a.interoil:before{content: "\f043"; color: #000000;}
ul.submenu li a.pkb:before{content: "\f275"; color: #000000;}
ul.submenu li a.silnicets:before{content: "\f018"; color: #000000;}
ul.submenu li a.autodrab:before{content: "\f1b9"; color: #000000;}

ul.submenu li a.cnes:after {box-shadow: 0 0 0 10px #009fe3}
ul.submenu li a.agrodrab:after {box-shadow: 0 0 0 10px #076023}
ul.submenu li a.interoil:after {box-shadow: 0 0 0 10px #149343}
ul.submenu li a.pkb:after {box-shadow: 0 0 0 10px #fed12d}
ul.submenu li a.autodrab:after {box-shadow: 0 0 0 10px #0967b1}
ul.submenu li a.silnicets:after {box-shadow: 0 0 0 10px #95c23d}

ul.submenu.max-three-items {
    max-width: 570px;
    margin-left: 0;
}
ul.submenu.max-three-items a {
    margin: 0;
}
ul.submenu li:nth-child(5n) a {
    margin-right: 0;
}
ul.submenu li:nth-child(5n+1) a {
    margin-left: 0;
}
ul.submenu.strediska li:nth-child(4) a {
    margin-right: 50px;
}
ul.submenu.strediska li:nth-child(5n) a {
    margin-right: 15px;
}
ul.submenu.strediska li:nth-child(5n+1) a {
    margin-left: 15px;
}
.map {
    width: 100%;
    position: relative;
    height: 750px;
    border-top: solid 10px #282c67;
}
.mapWrapper {
    position: relative;
}
.mapWrapper .legendWrapper {
    margin: 0 auto;
    width: 935px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.mapWrapper .legend {
    width: 230px;
    height: 640px;
    background: rgba(256,256,256,.8);
    position: absolute;
    top: 75px;
    right: 0;
}
.mapWrapper .legend ul {
    list-style: none;
}
.mapWrapper .legend ul li {
    display: inline;
}
.mapWrapper .legend ul li a {
    display: block;
    font-family: 'HelveticaNeueLTPro-MdEx', Arial, sans-serif;
}
.legendWrapper a.contact {
    margin: 50px auto 20px;
    float: none;
}
.legendWrapper a.contact:before{
    content: "\f095"
}
.legendWrapper a.home,
.legendWrapper a.udrzba,
.legendWrapper a.lom,
.legendWrapper a.media {
    padding-top: 55px;
    text-align: center;
    margin-bottom: 35px;
}
.legendWrapper a.home {
    background: url(../images/homeIcon.svg) center top no-repeat;
    background-size: 42px 42px;
}
.legendWrapper a.udrzba {
    background: url(../images/roadIcon.svg) center top no-repeat;
    background-size: 42px 42px;
}
.legendWrapper a.lom {
    background: url(../images/cubeIcon.svg) center top no-repeat;
    background-size: 42px 42px;
}
.legendWrapper a.media {
    background: url(../images/mediaIcon.svg) center top no-repeat;
    background-size: 42px 42px;
}
img.strediskaUdrzby {
    position: absolute;
    left: 590px;
    top: 50px;
}
.footer {
    position:fixed;
    left: 0;
    bottom: 0;
    height: 45px;
    width: 100%;
    background: #282c67;
    text-align: right;
}
.footer ul {
    margin: 0 auto;
    width: 945px;
}
.footer .back,
.footer .home,
.footer .top{
    height: 45px;
    width: 30px;
    position: absolute;
    display: block;
    color: #ffffff;
}
.footer .home {
    left: 97px;
}
.footer .top{
    left: 50px;
}
.footer .back:after,
.footer .home:after,
.footer .top:after{
    position: absolute;
    display: block;
    height: 70px;
    width: 30px;
    content: "\f112";
    top: 0;
    font-size: 25px;
    line-height: 45px;
}
.footer .home:after {
    content: "\f015";
}
.footer .top:after {
    content: "\f062";
}
.footer p {
    line-height: 45px;
    color: #ffffff;
    font-size: 10px;
}
.footer p br {
    display: none;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

.dotace {
    position: absolute;
    left: 50%;
    top: 14px;
    background: url(../images/CZ_RZ_B_C.svg) 0 center/contain no-repeat;
    width: 240px;
    height: 91px;
    margin-left: -120px;
}

@media (max-width: 980px) {

    .content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .submenuContent {
        padding: 0;
    }
    .submenuContent h1 {
        margin-right: 15px;
        margin-left: 15px;
    }
    ul.submenu {
        text-align: center;
    }
    ul.submenu li {
        vertical-align: bottom;
    }
    ul.submenu li a {
        float: none;
        display: inline-block;
    }
    ul.submenu li:nth-child(5n) a {
        margin-right: 15px;
    }
    ul.submenu li:nth-child(5n+1) a {
        margin-left: 15px;
    }
    ul.submenu.strediska li:nth-child(4) a {
        margin-right: 15px;
    }
    .mapWrapper .legendWrapper {
        width: 100%;
    }
    .mapWrapper .legend {
        right: 15px;
    }
    img.strediskaUdrzby {
        position: static;
    }
    .footer .top{
        left: 55px;
    }
}

@media (max-width: 650px) {

    .leftContent {
        width: auto;
    }
    .leftContent img {
        max-width: 100%;
    }
    .menu li a {
        font-size: 28px;
    }
    .footer p {
        line-height: 1.2em;
        padding-top: 10px;
    }
    .footer p br {
        display: inline;
    }
    .mapWrapper .legend {
        top: 25px;
        height: 180px;
        width: 180px;
        overflow: hidden;
    }
    .legendWrapper a.contact {
        margin: 30px auto 0;
    }
    .dotace {
        display: none;
    }
}
@media (max-width: 500px) {

    .logo {
        width: 120px;
        background-size: 120px auto;
    }
    .search {
        width: 120px;
    }
    .search input[type="text"] {
        width: 85px;
    }
    .menu li a {
        font-size: 24px;
    }
    ul.submenu li a, .legendWrapper a.contact {
        width: 125px;
    }

}
@media (max-width: 400px) {

    .menu li a {
        font-size: 20px;
    }
    .footer p {
        display: none;
    }
}
