/*

Your custom css

*/

/*

Styles for book button

*/
.a-sticky .mk-header-bg {
	opacity: 0.9 !important;
}
.main-navigation-ul li:last-child {
	background: rgba(216,184,48,0.53);
}

/*.mk-header-toolbar {
    display: none;
}*/

.flags-styled{
	text-align: center;
}

.mk-grid {
    max-width: none !important;
}

/*Contact form styles*/
.wpcf7-submit {
	color: #fff !important;
	border: 1px solid #fff !important;
}



/*    
mobile breakpoint
*/
@media only screen and (min-width : 0px) and (max-device-width : 767px) {
	.highlight-text #fancy-title-20 {
		background: rgba(216,184,48,0.53);
	}

	.vc_empty_space{
		display: none;
	}
	.theme-page-wrapper {
    		padding-right: 0px !important;
    		padding-left: 0px !important;

	}
}

@media handheld, only screen and (max-width: 960px)
.theme-page-wrapper {
    padding-right: 0px !important;
    padding-left: 0px !important;
}