.block-maps{
	background-color: #EDEDED;
	position: relative;
}
.block-maps .blue-bg{
	background-color: #232E5C;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 260px;
	margin-left: 80px;
    margin-right: 80px;
    z-index: 1;
}
.block-maps .wrap{
	position: relative;
	z-index: 3;
}
.block-maps .box-text .control{
	padding: 45px;
	background-color: #FFC31F;
	color: #232E5C;
}
.block-maps .box-text p.title{
	font-size: 30px;
}
.block-maps .single-map{
	position: relative;
}
.block-maps .single-map .map-control{
	position: relative;
	height: 100%;
}
.block-maps .single-map .image{
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 90%;
	z-index: 1;
}
.block-maps .single-map .box-yellow{
	background-color: #FFC31F;
	color: #232E5C;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	z-index: 2;
	text-align: center;
	text-decoration: none;
}
.block-maps .single-map .box-yellow p.city{
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
}
.block-maps .single-map .box-yellow p{
	margin: 0;
	font-weight: 700;
}
.block-maps .single-map .box-yellow a{
	color:  #232E5C;;
}

@media only screen and (max-width: 1200px) {
    .block-maps .blue-bg{
        margin-left: 40px;
        margin-right: 40px;
    }
    .block-maps .box-text .control{
    	padding: 20px;
    }
}

@media only screen and (max-width:991px) {
    .block-maps .blue-bg{
        margin-left: 0;
        margin-right: 0;
    }
    .block-maps .single-map{
    	margin-bottom: 30px;
    }
    .block-maps .single-map .map-control{
    	height: 500px;
    }
}

@media only screen and (max-width: 575px) {
    
    .block-maps .blue-bg{
        padding-top:80px;
        padding-bottom:80px;
    }


}



