.logo-admin {
    background: url("../images/logo-uvod.png") no-repeat;
}

.uvod input {
    padding-left: 52px;
}

.ramec h2, .rameclang h2 {
    background-image: url('../images/ikona-lista.png');
    background-color: #3bc5e5;
    color: #ffffff;
}

#map h2 {
    /*
    top: 0;
    text-align: left;
    margin-top: 4px;
    border: none;
    padding-left: 60px;
    */
}

#map-canvas img {
	max-width: none !important;
}
.gm-style img {
    right: 37px !important;
}
.gm-style-iw {
	max-width: 300px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(72, 181, 233, 0.6);
	border-radius: 8px 8px 8px 8px;
}
#iw-container {
	margin-bottom: 10px;
        width: 300px;
        padding-top: 10px;
        text-align: left;
}
#iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
        padding: 1px 5px 5px 15px;
	max-height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
}

@media screen and (max-width: 515px) {
    .gm-style-iw {
	width: 200px !important;
    }
    #iw-container {
        width: 200px !important;
    }
    #iw-container .iw-title {
        padding-left: 52px;
        position: relative;
        background-position: -5px center;
    }
}

@media screen and (max-width: 350px) {
    .gm-style-iw {
	width: 170px !important;
    }
    #iw-container {
        width: 170px !important;
    }
}

.iw-content img {
	float: right;
	margin: 0 5px 5px 10px;	
}
.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}
.iw-bottom-gradient {
	position: absolute;
        width: 270px;
        height: 25px;
        bottom: 10px;
        right: 19px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}


@media screen and (max-width: 900px) {
    .ramec h2 .dalsi {
        background-color: #8fda3e;
        color: #ffffff;
    }
        .ramec h2 .dalsi:hover, .ramec h2 .dalsi:focus {
            background-color: #959595;
            color: #ffffff;
        }
        
        
    .mobile_nav {
        display: block;
        position: fixed;
        top: 20px;
        left: 25px;
        cursor: pointer;
        z-index: 10;
    }
    .menu_btn {
        position: relative;
    }
    .menu_btn span {
        display: block;
        width: 38px;
        height: 5px;
        margin: 6px 0;
        background-color: #959595;
    }
        #menu_caption {
            position: absolute;
            left: 30px;
            top: -4px;
            font-size: 24px;
            color: #ffffff;
            text-shadow: 2px 2px #000000;
        }
    .responsive_menu {
        display: none;
        width: 99.9%;
        border-top: 1px solid #989da1;
        border-left: 1px solid #3e1910;
        margin: 0;
        filter:alpha(opacity=90);
        opacity: 0.9;
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        position: fixed;
        z-index: 100;
        top: 78px;
    }
        .responsive_menu ul li {
            float: left;
            width: 33.333333%;
            display: block;
            text-align: center;
            background-color: #057f9b;
            padding-left: 0;
            text-indent: 0;
            padding-bottom: 0;
        }
            .responsive_menu li:nth-of-type {
                /* border-right: 1px solid #989da1; */
                border-right: 1px solid #7b3b2b;
                /* border-bottom: 1px solid #989da1; */
                border-bottom: 1px solid #7b3b2b;
            }
            .responsive_menu ul li a {
                display: block;
                color: #ffffff;
                text-decoration: none;
                font-size: 18px;
                line-height: 35px;
                height: 35px;
                border-right: 1px solid #989da1;
                border-bottom: 1px solid #989da1;
                -webkit-transition: 0.3s ease;
                -moz-transition: 0.3s ease;
                -o-transition: 0.3s ease;
                transition: all .2s ease;
            }
                .responsive_menu li a:hover, .responsive_menu li a:focus {
                    background-color: #ffffff;
                    color: #000000;
                    -webkit-transition: 0.3s ease;
                    -moz-transition: 0.3s ease;
                    -o-transition: 0.3s ease;
                    transition: all .2s ease;
                }
    .expand {
        display: block !important;
    }
        
}

@media screen and (max-width: 610px) {
    .menu_btn span {
        width: 34px;
        height: 4px;
    }
    .mobile_nav {
        top: 13px;
    }
    .responsive_menu {
        width: 99.875%;
        top: 58px;
    }
    .responsive_menu ul li {
        width: 50%;
    }
    
    
}

@media screen and (max-width: 430px) {
    .threequarters_width_on_medium {
        width: 74%;
    }
    
    .mobile_nav {
        left: 10px;
    }
    .responsive_menu {
        width: 99.8%;
    }
    .responsive_menu ul li {
        width: 100%;
    }
    .menu_btn span {
        width: 30px;
    }
}

@media screen and (max-width: 900px) and (orientation: landscape) {
    .logo img {
        width: 50%;
    }
    .lang {
        margin-top: 140px;
    }
    .menu_btn span {
            width: 28px;
            height: 3px;
            margin: 5px 0;
    }
    .mobile_nav {
            top: 11px;
            left: 15px;
    }
    .responsive_menu {
        top: 50px;
    }
    .top {
        height: 148px;
    }
    .all {
        margin-top: 49px;
    }
}

@media screen and (max-width: 610px) and (orientation: landscape) {
    .logo {
        margin-top: 11px;  
    }
}
