@charset "utf-8";
/* 
Theme Name: First Class Aviation
Version: 1.0
Author: MIMS - Danny van der Meijden
Author URI: http://www.mims.nl
*/

@import url('scss/reset.min.css');
@import url('scss/grid.min.css');
@import url('scss/style.min.css');
@import url('scss/owl.carousel.min.css');
@import url('scss/owl.theme.min.css');
@import url('scss/owl.transitions.min.css');

.g-recaptcha, .ginput_recaptcha, .ginput_recaptcha iframe {
    transform:scale(0.9) !important;
    transform-origin:0 0 !important;
}

.ginput_recaptcha div {
	max-width: 250px !important;
}

.ginput_recaptcha div div iframe {
	transform:scale(0.9) !important;
    transform-origin:0 0 !important;
}

.slider-mobile-button____ {
    /* width: 100% !important; */
    /* text-align: center; */
    text-align: center !important;
    /* background-color: green; */
    height: 40px;
	display:block;
	width:100%;
}

@media only screen and (max-width: 415px) {

   .slider-mobile-button____ {
	   
		/* width: 100% !important; */
		/* text-align: center; */
		text-align: center !important;
		/* background-color: green; */
		height: 40px;
	}
}


@media only screen and (min-width: 750px) {
	.youtube-player {
		position: relative;
		padding-bottom: 56.23%;
		height: 0;
		overflow: hidden;
		max-width: 200px;
		background: #000;
		margin: 5px;
	}

}