﻿* {
    margin: 0px;
    list-style: none;
    padding: 0;
}

body {
    font-family: 'MYRIADPROREGULAR' !important;
    font-size: 14px;
    overflow: hidden;
}

.clear {
    clear: both;
}

.container {
    width: 100%;
    margin: 0 auto;
}

    .container .main-wrapper {
        width: 100%;
        min-height: 55px;
        height: auto;
        position: fixed;
        top: 0px;
        left: 0;
        background-color: #294980;
        background-color: rgba(255, 255, 255, .8);
        background: rgba(255, 255, 255, .8);
        z-index: 1000;
        color: #FFF;
    }

.container .main-wrapper ul {
    position: fixed;
    bottom: 0;
    margin-left: 5px;
    margin-bottom: 15px;
    width: 175px;
}

.container .main-wrapper ul li img {
    margin: 10px 0 -7px 0;
}

h1 {
    font-family: 'impactreg' !important;
    font-size: 20px;
    font-weight: 100;
    padding: 12px 0 8px 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    letter-spacing: 1px;
}

.logo {
    margin-top: -62px;
    margin-left:5px;
    position: fixed;
}

#map_container {
    position: relative;
}

#map {
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
    position: relative;
}
    #map a {
        color: #ad5151 !important;
    }
.gm-style-mtc {
    margin-top: 60px !important;
}

.gm-bundled-control {
    top: 60px !important;
}

.gm-style-cc {
    display: none !important;
}

#links-button {
    position: fixed;
    width: 30px;
    height: 30px;
    right: 10px;
    background: url(../images/hizli-menu_h.png);
    background-size: 30px !important;
    top: 85px;
    z-index: 1000;
    cursor: pointer;
}

#markers {
    font-size: 13px;
    width: 100%;
    background-color: rgba(21, 80, 147, 0.65);
    background: rgba(21, 80, 147, 0.65);
    height: 35px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#markers li {
    height: 25px;
    float: left;
    margin-left: 10px;
}
@media (max-width: 760px) {
    #map {
        height: 0;
        overflow: hidden;
        padding-bottom: 165%;
        position: relative;
    }

}

