/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8.10.2018, 9:09:56
    Author     : jpokorny
*/

/*START mapa*/

/*prvek na stránce*/
#map{
    height: 500px;
}

/*detail po kliknutí*/
#mapa-medailon{
    color: black;
}

#mapa-medailon > #map-title{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}
#mapa-medailon >p{
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

/*KONEC mapa*/

.container > .major > h2{
    color: #000000;
    font-weight: 300;
    line-height: 1em;
    margin: 0 0 0 0;
}

#kontakty-list > section > div > div > div > h3{
    margin: 0;
}

#kontakty-list > section > div > h2{
    margin: 1em 0 1em 0;
}

.my-icon-1{
    line-height: 8em !important;
}

.my-icon-1 > .material-icons{
    font-size: 55px;
}

.spotlight.style2 .content {
    border-color: #FF0000;
}

.spotlight.style1 .content {
    border-color: #00FF00;
}

.spotlight.style3 .content {
    border-color: #0000FF;
}

header.major:after {
    background: #264796;
    content: '';
    display: inline-block;
    height: 0.2em;
    max-width: 20em;
    width: 75%;
}

.wrapper.style2 {
    background: #264796;
}

.wrapper.style2 input[type="submit"].primary, .wrapper.style2 input[type="reset"].primary, .wrapper.style2 input[type="button"].primary, .wrapper.style2 .button.primary {
    background-color: #ffffff;
    color: #264796 !important;
}

#nav > ul > li > a:hover{
    color: #88bce6 !important;
}

#header nav ul li.active > a, #header nav ul li.active > span {
    color: #88bce6;						
}

a:hover {
    color: #88bce6 !important;			
    border-bottom-color: transparent;
}

.dropotron > li.active > a, .dropotron > li.active > span {
    color: #88bce6;
}


.hodnoty-firmy{
    max-width: 100%;
}

.hodnoty-firmy-kvalita-w{
    max-width: 100%;
    width: 1000px;
    margin: auto;
    display: block;
}

.hodnoty-firmy-kvalita-h{
    display: none;
}
@media screen and (max-width: 650px) {
    .hodnoty-firmy-kvalita-h{
        max-width: 100%;
        width: 500px;
        margin: auto;
        display: block;
    }

    .hodnoty-firmy-kvalita-w{
        display: none;
    }
}



/*START historie timeline*/

/* -----------------------------------------------
 * Timeline
 * --------------------------------------------- */


.timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
    margin-top: 15px;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 2px;
    background: #88bce6;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border: 1px solid #dcdcdc;
    background: #FFFFFF;;
    position: relative;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content:" ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline > li > .timeline-badge {
    color: #88bce6;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    color: #88bce6 !important;
}
.timeline-badge a:hover {
    color: #dcdcdc !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading h4 {
    font-weight: 400;
    padding: 0 15px;
    color: #88bce6;
    font-weight: bold;
}

.timeline-body > p, .timeline-body > ul {
    padding: 10px 15px;
    margin-bottom: 0;
}
.timeline-footer {
    padding: 5px 15px;
    background-color:#f4f4f4;
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}
.no-float {
    float: none !important;
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li {
        margin-bottom: 0px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }
    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
        left: 28px;
    }
}


/*KONEC historie timeline*/

header.major:after {
    background: #264796;
    content: '';
    display: inline-block;
    height: 0.2em;
    max-width: 20em;
    width: 75%;
}

.row.display-flex {

    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {

    display: flex;
    flex-direction: column;
}
.rowX.display-flex {

    display: flex;
    flex-wrap: wrap;
}
.rowX.display-flex > [class*='col-'] {

    display: flex;
    flex-direction: column;
}

@media (max-width: 767px){
    #pzu-img{
        display: none; 
    }
}

.wid-50{
    width: 50%;
}


@media (max-width: 580px){
    .wid-50{
        width: 100%;
    }
}

/* START footer */
#footer {
    background-color: #264796;
    color: #FFFFFF;
    padding-bottom: 20px;
    padding-top: 20px; 
    text-align: center;
}
#footer > .container > .row > div {
    margin: auto;
}

#footer > .container > .row > div > p{
    margin: 0;
}

/* KONEC footer*/


/* START loga nad footrem */
#loga {
    background-color: #264796;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; }

.logo-item {
    width: auto;
    height: 80px;
    margin-left: 15px;
    margin-right: 15px; 
    max-width: 100%;
}

#loga > .container > img:last-child {
    margin: 0px; }

/* KONEC loga nad footrem */

/* START owl-loga */

#owl-loga{
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.log {
    height: 150px;
    width: 150px;
    margin: auto;
    position:relative;}


.log > a > img{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.log > a > img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%); 
}

.lng{
    max-width: 100%;
    height: auto;
}

/* KONEC owl-loga */

/* START mapa */

.card-header >strong{
    color: #000000;
    font-weight: bold;
}

.card > .card-body{
    height: auto !important;  
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0px;
}


.card{
    bottom: -50px !important;
}


/* KONEC mapa */


/* START page KONTAKTY */

#kontakty-list{
    padding-bottom: 20px; 
}

.grey{
    background-color: #e5e5ef;
}

.contact-list{
    text-align: center;
}


.contact-item{
    padding: 5px;
    background-clip: content-box;
}

@media screen and (min-width: 900px) {
    .contact-item{
        width: 33.3%
    }
}


@media (min-width: 600px) and (max-width: 900px){
    .contact-item{
        width: 50%;
    }
}

@media (max-width: 600px){
    .contact-item{
        width: 100%;
    }
}

.contact-item > img{
    margin: 10px auto;
    width: 75px;
    height: auto;
    border-radius: 90px;
}
.contact-item > p{
    margin: 0px;
}

/* KONEC page KONTAKTY */

.euExperiment{
    text-align: center;
}

.euExperiment > img{
    width: 500px;
    height: auto;
    max-width: 100%
}

.iso-big{
    text-align: center;
    padding-bottom: 10px; 
}

.iso-big > img{
    max-width: 90%;
    height: auto;
}

.vyvojove-tiskarna > p > img{
    float: left;
    margin: -30px 0 0 0; 
}

.vyvojove-tiskarna > p {
    margin: 20px 0 0 0; 
}
.vyvojove-tiskarna {
    margin-bottom: 100px;
    overflow: auto;
}

.vyvojove-kvalita{
    overflow: auto;
}

.vyvojove-kvalita > p > img{
    float: right;
    margin: -30px 0 0 0; 
    padding: 0 0 0 20px;
}
.vyvojove-kvalita > h3{
    margin: 0px 0 2em 0;
}

.vyvojove-scan{
    overflow: auto;
    padding-bottom: 50px;
}

.vyvojove-scan > p > img{
    float: left;
    margin:  0 50px 0 0; 
}

.vyvoj-img{
    max-width: 45%;
}

@media screen and (max-width: 600px) {
    .vyvoj-img{
        width: 100%;
        max-width: 100%;
    }
    .vyvojove-kvalita > p > img{
        padding: 0 0 20px 0;
    }

    .vyvojove-scan > p > img{
        padding: 0 0 20px 0;
    }

}

/* START sponzoring */
.spon-left{
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.spon-right{
    float: right;
    margin-left: 20px;
}

.sponsoring > p{
    margin: 0 0 0 0;  
}
.sponsoring{
    overflow: auto;
    margin-bottom: 20px;  
}

.sponzorstvi > hr{
    margin: 2em 0;
}

/* KONEC sponzoring */

a{
    color: #264796;
}



/* KONEC servis */

@media (min-width: 560px){
    .vs-sr{
        width: 100%;
    }
}


/* START vedeni */

@media screen and (min-width: 900px) {
    .vedeni-item{
        width: 25%;
    }
    .ved-sr{
        width: 50%;
    }
}

/* KONEC vedeni */

/* START vize a strategie */
.vize-graf{
    float: right;
    height: auto;
    width: 400px;
    margin: 20px;
}

@media screen and (max-width: 1300px) {
    .vize-graf{
        width: 300px;
    }
}
@media screen and (max-width: 800px) {
    .vize-graf{
        width: 250px;
    }
}

@media screen and (max-width: 500px) {
    .vize-graf{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

/* KONEC vize a strategie */

/* START projekty */

.projekty-left{
    float: left; 
    margin-right: 20px;
}

.projekty-right{
    float: right;
    margin-left: 20px;
}

.projekty-projekt > p {
    margin: 0;
    overflow: auto;
}

.projekty-projekt > p > img{
    margin-bottom: 20px;
    margin-top: 10px;
}

@media screen and (max-width: 500px) {
    .projekty-projekt > p > img{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

/* KONEC projekty */


/* START projekty */
.vizualizace-prvek{
    overflow: auto;
}

.vizualizace-prvek > img{
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 300px;
    height: auto;
}

.vizualizace-prvek-img-left{
    float: left !important;
    margin-right: 20px !important;
    margin-left: 0px !important;
}

@media screen and (max-width: 500px) {
    .vizualizace-prvek > img{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

/* KONEC projekty */


/* START smart parking */

.sp-head{
    float: right;
    margin-left: 20px;
}

@media screen and (max-width: 900px) {
    .sp-head{
        width: 70%;
    }
}

@media screen and (max-width: 800px) {
    .sp-head{
        width: 60%;
    }
}
@media screen and (max-width: 550px) {
    .sp-head{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 20px;
    }
}

.sp-produkt > p{
    overflow: auto;
}

.sp-produkt > hr{
    width: 100%;
}

.sp-produkt > p >img{
    height: 150px;
    width: auto;
    float: left;
    margin-right: 20px
}

.sp-list{
    padding-left : 10px;
    padding-right : 10px;
    margin-bottom: 20px;
}
.sp-list{
    float: left;
    width: 33.3%;
}

.sp-list > ul{
    margin: 0 0 1em 0;
}    

@media screen and (max-width: 800px) {
    .sp-list{
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .sp-list{
        width: 100%;
    }
}

.sp-produkt > .table-wrapper{
    overflow: visible;
}

.sp-produkt > .table-wrapper > table > tbody > tr{
    border: none;
}

/* KONEC smart parking */

/* START aktuality */

.new{
    overflow: auto; 
}

.aktualita{
    width: 33.3%;
    float: left;
    padding: 20px;
    margin: 1px 0px 1px 0px;
}

@media screen and (max-width: 800px) {
    .aktualita{
        width: 50%;
    }
}
@media screen and (max-width: 550px) {
    .aktualita{
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .aktualita > div > a{
        width: 100px;
    }
}

.aktualita:hover{
    border-color: white;
    border-style: solid;
    border-width: 1px;
    margin: 0px;  
}

.akt-img{
    height: 200px;
    display: flex;
}

.aktualita > div > img{
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.aktualita > div{
    text-align: center;
}

.aktualita > p{
    height: 200px;
    text-align: center;
}

.aktualita > a{
    margin-left: 20px;
}
.akt-nadpis{
    font-size: 30px;
    font-weight: bold; 
    margin-bottom: 10px;
    margin-top: 10px;
}

/* KONEC aktuality */

.anchor {

}

:target:before {
    content:"";
    display:block;
    height:90px; /* fixed header height*/
    margin:-90px 0 0; /* negative fixed header height */
}

#aktualne-plachta{
    border-color: white;
    border-style: solid;
    border-width: 2px;
    /*padding: 50px;*/
    width: 800px;
    /*padding-bottom: 0px;*/
    background-color: rgba(255, 255, 255, .55);  
    text-align: center;
}

@media screen and (max-width: 900px) {
    #aktualne-plachta{ 
        width: 600px;
    }
}

@media screen and (max-width: 700px) {
    #aktualne-plachta{ 
        width: 500px;
    }
}

@media screen and (max-width: 600px) {
    #aktualne-plachta{ 
        width: 400px;
    }
}

@media screen and (max-width: 500px) {
    #aktualne-plachta{ 
        width: 300px;
        height: 475px!important;
    }
}

#aktualne-plachta > p{
    text-align: center;
    color: black;
    font-weight: 400;
}

#aktualne-plachta > img{
    max-width: 55%;
    /*padding-top: 20px;*/
}

/*#aktualne-plachta > p > a > img{
    max-width: 100%;
    padding-top: 20px;
}*/

/*@media screen and (max-width: 1200px) {
    #aktualne-plachta{ 
        padding: 35px;
    }
}

@media screen and (max-width: 700px) {
    #aktualne-plachta{ 
        padding: 10px;
    }
}

@media screen and (max-width: 450px) {
    #aktualne-plachta > p > img{
        max-width: 75%;
    }

    #aktualne-plachta{ 
        padding: 15px;
    }
}*/


.aktuality-button{
    width: 100px !important; 
}

.pohony-v-textu{
    width: 400px;
}
@media screen and (max-width: 700px) {
    .pohony-v-textu{
        width: 300px;
    }
}

@media screen and (max-width: 550px) {
    .pohony-v-textu{
        width: 250px;
    }
}

@media screen and (max-width: 450px) {
    .pohony-v-textu{
        width: 100%;
        margin-bottom: 15px;
    }
}

.servis-icon{
    background-color: #424141;
    width: 125px;
    height: 125px;
    margin: 0 auto 30px auto;
    border-radius: 90px;
    overflow: hidden;
}

.servis-icon > img{
    margin-top: 30px;
}
/*
.reference-list-3{
    margin: auto;
    padding: 50px;
    height: 1100px;
    overflow: auto;
}

.reference-3{

    float: left;
    width: 33.33%;
    border-right: 1px solid #dce2e6;
    border-top: 1px solid #dce2e6;
    height: 225px;
    padding-top: 40px;
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;

}


.reference-3-logo > img{
    height: 75px;
    vertical-align: initial;
}



.reference-3-odkaz{

    border-bottom: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 40px;

}

.reference-3-odkaz:hover{
    text-decoration: none;
    top: -40px;
    bottom: -40px;
    box-shadow: 0 20px 50px 0 rgba(105, 94, 94, 0.77);
    right: -1px;
    left: -1px;
    z-index: 10; 
    background-color: #ffffff;
    color: #264796 !important;
}

.reference-3-description{
    display: none;
}

.reference-3-odkaz:hover .reference-3-description{
    margin-top: 15px;
    display: block;
}*/


/*předělávka na světlé*/

body{  
    /*background-color: #e0e0e0;*/
    background-color: white;
    color: rgb(0, 0, 0);
    font-family: 'Roboto', sans-serif;
}


h1, h2, h3, h4, h5, h6 {
    color: black;
}

#header nav ul li a, #header nav ul li span{
    /*color: rgba(255, 255, 255, 0.75);*/
    color: black;
}
#header.hp-hack nav ul li a, #header nav ul li span{
    color: rgba(255, 255, 255, 0.75);
    /*color: black;*/
}

p{
    font-family: 'Roboto', sans-serif; 
}

a{
    border-bottom: none;   
}


.spotlight .content {
    /*background: rgba(204, 204, 204, 0.30);*/
    /*background: #88bce6;*/
}

.fw400{
    font-weight: 400;   
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="button"]:hover, input[type="button"]:active, .button:hover, .button:active {
    box-shadow: inset 0 0 0 1px #264796;
    color: #264796 !important;
    background-color: #88bce626;
}

input[type="submit"], input[type="reset"], input[type="button"], .button {
    box-shadow: inset 0 0 0 1px rgb(38, 71, 150);
    color: #264796 !important;   
}

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, .button:active {
    background-color: #88bce626;
}

.timeline-heading > h4{
    margin: 15px 0px 10px 0px;
}

strong, b {
    color: #000000;
    font-weight: 300;
}

input[type="text"], input[type="password"], input[type="email"], select, textarea {
    border: solid 1px #88bce6;
}



textarea::placeholder, input::placeholder {
    color: #88bce6 !important;
}

.dark-form > div > input[type="text"], .dark-form > div > input[type="password"], .dark-form > div > input[type="email"], .dark-form > div > select, .dark-form > div > textarea {
    border: solid 1px #264796;
}


.dark-form > div > textarea::placeholder, .dark-form > div > input::placeholder {
    color: #264796 !important;
}


.dark-form > div > input[type="submit"].primary{
    background-color: #264796;
    box-shadow: none;
    color: #ffffff !important;
}
.dark-form > div > input[type="submit"].primary:hover{
    background-color: #88bce6;
    box-shadow: none;
    color: #ffffff !important;
}

hr{
    background-color: #00000050;
}

#header h1#logo {
    margin-top: 30px;
}

@media screen and (max-width: 1680px) {
    #header h1#logo {
        margin-top: 20px;
    }
}

input[type="submit"].primary:hover, input[type="reset"].primary:hover, input[type="button"].primary:hover, .button.primary:hover {
    background-color: #88bce6;
}

body, input, select, textarea {
    font-weight: 300;
}

.bold_butt{
    font-weight: bold !important;
}

.wht_text{
    color: white;
}

.wht_btn{
    box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
    color: #FFFFFF !important; 
}

.wht_btn:hover{
    box-shadow: inset 0 0 0 1px #FFFFFF !important;
    color: #FFFFFF !important;
    background-color: #88bce626;   
}

table thead {
    border-bottom: solid 1px rgba(4, 4, 4, 0.3);
}

table th {
    color: #000000;
}

@media screen and (max-width: 480px) {
    .akt-btn{
        width: 55px;
    }
}

@media screen and (max-width: 970px){
    #navPanel .link:hover {
        color: rgb(136, 188, 230) !important; 
    }
}


.s4h{
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
    height: 400px;

}

.s4c{
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
    height: 600px;
}

@media screen and (max-width: 600px) {

    .s4c{
        float: right;
        margin-left: 20px;
        margin-bottom: 15px;
        width: 300px;
        height: auto;
    }

}

@media screen and (max-width: 550px) {
    .s4c{
        float: right;
        margin-left: 20px;
        margin-bottom: 15px;
        width: 100%;
        height: auto;
    }
}

.srvs{
    width: 500px;
    float: right;
    margin-left: 20px;
    height: auto;
    margin-bottom: 20px;
}

.srvs2{
    width: 500px;
    float: left;
    margin-right: 20px;
    height: auto;
    margin-bottom: 20px;
}

@media screen and (max-width: 1140px) {
    .srvs, .srvs2{
        width: 400px;
        height: auto;
    }
}

@media screen and (max-width: 720px) {
    .srvs, .srvs2{
        width: 300px;
        height: auto;
    }
}

@media screen and (max-width: 550px) {
    .srvs, .srvs2{
        width: 100%;
        height: auto;
    }
}

#city > div{
    width: 130px;
    text-align: center;

    position: relative;
    left: 150px;
    top: 200px;

    color: #5f99c1;
    font-size: 20px;
    font-weight: bold;
}

#city > div > span{
    color: #264796;
}

#city > img{
    max-width: 100%;
}

#sc-parking{
    overflow: auto;
    padding-top: 30px;
}

#sc-parking > .text{
    width: 85%;
    float: left;
    text-align: right;
    /*color: #5f99c1;*/
}

#sc-parking > .text > h3{
    color: #264796;
    font-weight: bold;
}

#sc-parking > .ico{
    float: right;
    width: 150px;
    padding-top: 65px;
}
#sc-parking > .ico > img{
    max-width: 100%;
}
#sc-security{
    overflow: auto;
    padding-top: 70px;
}
#sc-security > .text{
    width: 85%;
    float: left;
    text-align: right;
}

#sc-security > .ico{
    margin-right: 25px;
    float: right;
    width: 100px;
    padding-top: 65px;
}

@media screen and (max-width: 1250px) {
    #sc-parking > .text{
        width: 85%;
    }
}
@media screen and (max-width: 1150px) {
    #sc-parking > .text{
        width: 83%;
    }
    #sc-security > .text{
        width: 83%;
    }
}
@media screen and (max-width: 1100px) {
    #sc-parking > .text{
        width: 82%;
    }
    #sc-security > .text{
        width: 82%;
    }
}
@media screen and (max-width: 1000px) {
    #sc-parking > .text{
        width: 80%;
    }
    #sc-security > .text{
        width: 80%;
    }
}
@media screen and (max-width: 900px) {
    #sc-parking > .text{
        width: 75%;
    }
    #sc-security > .text{
        width: 80%;
    }
}
@media screen and (max-width: 800px) {
    #sc-security > .text{
        width: 78%;
    }
}
@media screen and (max-width: 700px) {
    #sc-parking > .text{
        width: 70%;
    }
    #sc-security > .ico {
        margin-right: 15px;
    }
}
@media screen and (max-width: 665px) {
    #sc-security > .ico {
        margin-right: 10px;
    }
}
@media screen and (max-width: 650px) {
    #sc-parking > .text{
        width: 65%;
    }
}
@media screen and (max-width: 550px) {
    #sc-parking > .text{
        width: 60%;
    }
}
@media screen and (max-width: 550px) {
    #sc-parking > .text{
        width: 60%;
    }
    #sc-parking > .ico{
        width: 125px;
    }
}
@media screen and (max-width: 450px) {
    #sc-security > .ico {
        margin-right: 0px;
        width: 80px;
    }
}
/***/




@media screen and (max-width: 1300px) {
    #sc-security > .text{      
        float: left;
        text-align: right;
    }
}

#sc-security > .text > h3{
    color: #264796;
    font-weight: bold;
}


#sc-security > .ico > img{
    max-width: 100%;
}

@media screen and (max-width: 650px) {
    #sc-security > .text{
        width: 75%;
    }
}
@media screen and (max-width: 550px) {
    #sc-security > .text{
        width: 70%;
    }
}


/***/
#sc-mhd{
    overflow: auto;
    padding-top: 70px;
}

#sc-mhd > .text{
    width: 80%;
    float: right;
    text-align: left;
}

#sc-mhd > .text > h3{
    color: #264796;
    font-weight: bold;
}

#sc-mhd > .ico{
    float: left;
    width: 225px;
    padding-top: 65px;
}
#sc-mhd > .ico > img{
    max-width: 100%;
}
@media screen and (max-width: 1270px) {
    #sc-mhd > .text{
        width: 75%;
    }
}
@media screen and (max-width: 1110px) {
    #sc-mhd > .text{
        width: 73%;
    }
}
@media screen and (max-width: 1000px) {
    #sc-mhd > .text{
        width: 71%;
    }
}
@media screen and (max-width: 900px) {
    #sc-mhd > .text{
        width: 67%;
    }
}
@media screen and (max-width: 800px) {
    #sc-mhd > .text{
        width: 63%;
    }
}
@media screen and (max-width: 700px) {
    #sc-mhd > .text{
        width: 58%;
    }
}
@media screen and (max-width: 650px) {
    #sc-mhd > .text{
        width: 52%;
    }
}
@media screen and (max-width: 550px) {
    #sc-mhd > .text{
        width: 50%;
    }
    #sc-mhd > .ico{
        width: 175px;
    }
}



#sc-parking-info{
    background-color: white;
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 20px;
    font-style: italic;
}
@media screen and (max-width: 1120px) {
    #sc-parking > .text > ul{
        width: 105%;
        margin-top: 45px;
    }
    #sc-parking-info{
        width: 105%;
    }
}



@media screen and (max-width: 1800px) {
    #sc-parking > .text > ul{
        width: 117%;
        margin-top: 45px;
    }
    #sc-parking-info{
        width: 117%;
    }
}

@media screen and (max-width: 1680px) {
    #sc-parking > .text > ul{
        width: 117%;
        margin-top: 60px;
    }
}

@media screen and (max-width: 1280px) {
    #sc-parking > .text > ul{
        width: 117%;
        margin-top: 75px;
    }
}

@media screen and (max-width: 1000px) {

    #sc-parking > .text > ul{
        width: 121%;
    }
    #sc-parking-info{
        width: 121%;
    }
}

@media screen and (max-width: 915px) {
    #sc-parking > .text > ul > li{
        margin-left: 0px;
    }
    #sc-parking > .text > ul{
        width: 121%;
        margin-top: 45px;
        font-size: 15px;
    }
    #sc-parking-info{
        width: 121%;
    }
}

@media screen and (max-width: 945px) {
    #sc-parking > .text > ul > li{
        margin-left: 0px;
    }
    #sc-parking > .text > ul{
        width: 124%;
        margin-top: 45px;
        font-size: 15px;
    }
    #sc-parking-info{
        width: 124%;
    }
}
@media screen and (max-width: 900px) {
    #sc-parking > .text > ul{
        width: 132%;
        margin-top: 45px;
        font-size: 15px;
    }
    #sc-parking-info{
        width: 132%;
    }
}

@media screen and (max-width: 735px) {
    #sc-parking > .text > ul{
        text-align: left;
        float: left;
        width: 160px;
    }
    #sc-parking > .text > ul > li{
        float: none;
    }
}

#sc-parking-info > p{
    margin: 0;  
}


@media screen and (max-width: 735px) {
    #sc-parking-info{
        border-radius: 20px 20px 20px 20px;
        width: 60%;
    }
}

@media screen and (max-width: 400px) {
    #sc-parking > .ico{
        width: 110px;
    }
}

/*   smart city hesla */

.sc-active, .sc-li:hover{
    cursor: pointer;
    background-color: white;
}

.sc-hide{
    display: none;
}

.sc-border-all{
    border-radius: 20px 20px 20px 20px;
}

.sc-border-1011{
    border-radius: 20px 0px 20px 20px;
}

#sc-parking-tips{
    overflow: auto;
}

#sc-parking-tips > ul{
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    font-weight: bold;
    font-size: 17px;
}

#sc-parking-tips > ul > li:nth-child(odd){
    color: #5f99c1;
}

#sc-parking-tips > ul > li:nth-child(even){
    color: #264796;
}

#sc-parking-tips > ul > li{
    list-style: none;
    float: right;
    width: 20%; 
    text-align: center; 

}

#sc-parking-tips-info{
    background-color: white;
    font-size: 15px;
    padding: 20px;
    font-style: italic;
    text-align: right;
}



#sc-parking-tips-info > p{
    margin: 0px;
}

@media screen and (max-width: 1150px) {
    #sc-parking-tips{
        width: 83%;
    }
}
@media screen and (max-width: 1100px) {
    #sc-parking-tips{
        width: 82%;
    }
}

@media screen and (max-width: 1120px) {
    #sc-parking-tips > ul{
        font-size: 15px;
    }
}
@media screen and (max-width: 1035px) {
    #sc-parking-tips > ul > li{
        margin-left: 0px;
    }
    #sc-parking-tips > ul{
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    #sc-parking-tips{
        width: 80%;
    }
}

@media screen and (max-width: 900px) {
    #sc-parking-tips{
        width: 100%;
        padding-top: 15px;
    }
}

@media screen and (max-width: 700px) {
    #sc-parking-tips > ul > li{
        float: none;
        border-radius: 20px 0px 0px 20px;
    }  

    #sc-parking-tips > ul{
        float: left;
        width: 140px;
    }  

    #sc-parking-tips-info{
        float: left;
        width: calc(100% - 140px);
        min-height: 140px;
        border-radius: 0px 20px 20px 0px;
    }

    .sc-border-1011{
        border-radius: unset;
    }

    #sc-parking-tips-info.en-mod{
        min-height: 168px;
    }

    #sc-mhd-tips-info.en-mod{
        min-height: 112px;
    }
}


/* konec sc parking */





