#content{
    margin-bottom: -20px;
}
#map{
    position: relative;
    overflow: hidden;
    background: #fff url('../img/loader.gif') center center no-repeat;
    background-size: 32px;
}
#map-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    min-height: 250px;
    min-width: 250px;
}
#map-canvas img{
    max-width: inherit;
}
.locationInfoWindow{
    width: 100%;
    height: 100%;
}
.locationInfoWindow img{
    width: 100%;
}
.locationInfoWindow h3{
    font-weight: bold;
    color: #161616;
}
#map-canvas div{
    border-radius: 3px;
    margin: 0;
    padding: 0;
}
#mapLegend{
    background: #cf9a00;
    text-align: center;
    padding: 0 10px;
}
#mapLegend h2{
    color: #fff;
    font-weight: bold;
    line-height: 30px;
}
#mapHotelMarker{
    background-size: 100% 100%;
    color: #FFFFFF;
    text-align: center;
}
#mapHotelMarker h2,
.map-btn {
    background: #cf9a00;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
}
.map-btn h3{
    color: #fff;
    font-weight: bold;
}
#mapHotelMarker h2{
    padding: 5px;
    min-width: 120px;
    line-height: 18px;
}
#mapHotelMarker img{
    vertical-align: top;
}
.locationInfoWindow h3{
    padding:  0 10px;
}

#map-btns{
    position: absolute;
    right: -150px;
    bottom: 50%;
}
.map-btn{
    cursor: pointer;
    margin-bottom: 4px;
    width: 250px;
    background: #cf9a00;
    line-height: 14px;
    padding: 10px 10px 10px 35px;
    
    -moz-box-shadow:    0px 2px 8px 0px #000;
    -webkit-box-shadow: 0px 2px 8px 0px #000;
    box-shadow:         0px 2px 8px 0px #000;
    
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.map-access-btn{
    background: url('../img/ico-map-access.png') no-repeat 5px center #cf9a00;
}
.map-around-btn{
    background: url('../img/ico-map-around.png') no-repeat 5px center #cf9a00;
}
.map-around-btn > .dropdown-toggle{
    position: relative;
}
.map-around-btn > ul.dropdown-menu{
    display: block;
    margin: 0;
    left: 150px;
    background: #fff;
    border-radius: 2px;
    width: 100%;
    
    -moz-box-shadow:    inherit;
    -webkit-box-shadow: inherit;
    box-shadow:         inherit;
    
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.map-around-btn > ul.dropdown-menu li{
    margin: 8px 22px 0 22px;
}
.map-access-btn:hover{
    background: url('../img/ico-map-access.png') no-repeat 5px center #7d5d00;
}
.map-around-btn > ul.dropdown-menu label{
    color: #767676;
    text-align: left;
}
.map-around-btn:hover{
    margin-left: -150px;
    background: url('../img/ico-map-around.png') no-repeat 5px center #7d5d00;
}
.map-around-btn:hover > ul.dropdown-menu{
    left: 0px; 
}
    
#accessModal .close{
}
#accessModal .titleLine{
    margin: 4px 0 0 0;
}
#accessModal .modal-header,
#accessModal .modal-body,
#accessModal .modal-footer{
    padding: 15px 15px;
}
#accessModal .modal-header {
    border-bottom: none;
    padding-bottom: 0px;
}

#accessModal ul.access-step-list {
    text-align: center;
}
#accessModal ul li{
    list-style: none;
}
#accessModal ul li.access-step-choice {
    display: inline-block;
}
div[class*="access-step-button"]{
    cursor: pointer;
    margin: 15px;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    
    -moz-box-shadow:    0px 2px 8px 0px #000;
    -webkit-box-shadow: 0px 2px 8px 0px #000;
    box-shadow:         0px 2px 8px 0px #000;
}
#accessModal ul li.access-step-article,
#accessModal h3,
#accessModal h4,
#accessModal p,
.access-step-button-rectangle{
    color: #555555;
    text-align: left;
}
#accessModal .access-step span[class*="text-ico-"],
#accessModal .access-step span[class*="text-ico-"]{
    display:inline-block;
    margin: -15px 0 -20px 0;
    height: 50px;
    width: 50px;
}
#accessModal .access-step span.text-ico-plane{
    background: url('../img/ico-access-plane.png') no-repeat center transparent;
    background-size: 50px 50px;
}
#accessModal .access-step span.text-ico-train{
    margin: -17px 0 -18px 0;
    background: url('../img/ico-access-train.png') no-repeat center transparent;
    background-size: 50px 50px;
}
#accessModal .access-step span.text-ico-car{
    width: 70px;
    margin: -18px 0 -17px 0;
    background: url('../img/ico-access-car.png') no-repeat center transparent;
    background-size: 50px 50px;
}
#accessModal .access-step > p,
#accessModal h3,
#accessModal h4{
    line-height:25px;
}
#accessModal ul{
    margin: 0;
    padding: 0;
}
#accessModal .access-step-article{
    border-bottom: #B3A680 1px solid;
    padding: 22px 0;
}
#accessModal .access-step-article h4,
#accessModal .access-step-article h5{
    margin: 0;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    padding: 2px 20px;
    color: #fff;
    background: #B3A680;
    border-radius: 2px;
}
#accessModal .access-step-article p{
    margin-top: 25px;
}
#accessModal .access-step-article img{
    margin-bottom: 15px;
}
#accessModal .access-step-article .span3{
    text-align: center;
}
#accessModal .access-step-article p span[class*="rer"],
#accessModal .access-step-article p span[class*="metro"]{
    display:inline-block;
    margin: -3px 0 -7px 0;
    height: 23px;
    width: 25px;
}
#accessModal .access-step-article p span.rer{
    background: url('../img/ico-access-rer.png') no-repeat bottom center #fff;
}
#accessModal .access-step-article p span.rer-b{
    background: url('../img/ico-access-rer-b.png') no-repeat bottom center #fff;
}
#accessModal .access-step-article p span.metro{
    background: url('../img/ico-access-metro.png') no-repeat bottom center #fff;
}
#accessModal .access-step-article p span.metro-1{
    background: url('../img/ico-access-metro-1.png') no-repeat bottom center #fff;
}
#accessModal .access-step-article p span.metro-4{
    background: url('../img/ico-access-metro-4.png') no-repeat bottom center #fff;
}
#accessModal .access-step-article p span.metro-5{
    background: url('../img/ico-access-metro-5.png') no-repeat bottom center #fff;
}
#accessModal .access-step-article p span.metro-12{
    background: url('../img/ico-access-metro-12.png') no-repeat bottom center #fff;
}
#accessModal .access-step-article p span.metro-14{
    background: url('../img/ico-access-metro-14.png') no-repeat bottom center #fff;
}
div.access-step-button-square{
    width: 100px;
    height: 100px;
}
.access-step-button-square.plane{
    background: url('../img/ico-access-plane.png') no-repeat center #fff;
}
.access-step-button-square.train{
    background: url('../img/ico-access-train.png') no-repeat center #fff;
}
.access-step-button-square.car{
    background: url('../img/ico-access-car.png') no-repeat center #fff;
}
div.access-step-button-rectangle{
    padding: 20px 20px 20px 70px;
    line-height: 16px;
}
.access-step-button-rectangle.plane{
    background: url('../img/ico-access-plane.png') no-repeat left center #fff;
    background-size: 70px 70px;
}
.access-step-button-rectangle.train{
    background: url('../img/ico-access-train.png') no-repeat left center #fff;
    background-size: 70px 70px;
}
.access-step-button-rectangle.car{
    background: url('../img/ico-access-car.png') no-repeat left center #fff;
    background-size: 70px 70px;
}
.back-arrow{
    width: 50px;
    height: 20px;
    cursor: pointer;
    z-index: 2;
    
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.back-arrow:hover,
.back-arrow:focus{
    opacity: .4;
}
.back-arrow .back-arrow-icon{
    display: block;
    position: relative;
    margin: 0;
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.5) url('../img/slider-arrow-inv.png') center center no-repeat;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
}
.back-arrow .back-arrow-icon:hover{
    background-color: rgba(255,255,255,1);
}

@media (min-width: 480px) {
    div.access-step-button-rectangle{
        min-width: 110px;
    }
    div.access-step-button-rectangle.plane{
        min-width: 200px;
    }
}