.navbar-collapse, .navbar-default {
	background-color: #136a8d !important;;
}
.main-top .logo a, .logo-footer a {
	background-image: url('../img/logo.png');
	background-size: 280px 75px;
    width: 280px;
    height: 75px;
}
.textpara p {
    margin-bottom: 20px;
}
.main-top .logo {
    padding: 20px 0px;
}
i.icon.icon-flag-english {
    background-repeat: no-repeat;
    padding-left: 21px;
    background-position-y: 3px;
    background-image: url('../img/btn_en.png');
    font-size: 15px;
    line-height: 9px;
    font-family: 'Cantata One', serif;
    vertical-align: initial;
}

#header:after, .headline-group h6:after {
    background: #136a8d;
}

.marker-map-info h3 {
    color: #136a8d;
    font-size: 25px;
}

.tp-item-1-title {
    font-size: 40px;
    
}

#our-gallery .photo-item {
    width: 25%; /*33.33333333%;*/
}

#map {
    background-color: #fff;
    background-image: url('../img/maps_mmduin.png');
    background-position: center;
}

@media (min-width: 768px) and (max-width: 990px) {
	.main-top .logo a, .logo-footer a {
		background-size: 220px 59px;
		width: 220px;
		height: 59px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px)
	.navbar-collapse, .navbar-default {
    	background-color: #0136a8d !important;
	}
}