

/*Hero Section*/
.hero .container-fluid{
	padding: 0;
	margin:0;
	width: 100%;
	position: relative;
}

.hero .container-fluid img{
	width: 100%;
	display: block;
}

.overlay{  
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}

/*About US*/
.about-us .container{
	margin-top: 60px;
	padding: 5px 20px;
	margin-bottom: 20px;
}

.about-us .play_icon {
	height: 102px;
	margin: 0 auto;
	display: block;
}

/*Video*/
video {
	max-width: 100%;
	height: auto;
}

iframe,
embed,
object {
	max-width: 100%;
}

.vendor {
	margin-top: 15px;
	margin-bottom: 2em;
}

/*Banner*/
.banner{
	position: relative;
}

.banner .container {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
}

.banner img{				
	width: 100%;
	min-height: 300px;
}

.banner .banner-content{		
	top: 20%;
	left: 5%;
	right: 5%;
	transform: translate(0%,-50%);
	position: absolute;
	color: white;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}



.banner .banner-content .btn{		
	border-radius: 0;
	padding: 5px 15px;
	background-color:  #0080FF !important;
	color: white; 
	font-weight: bold;
	border-radius : 5px;
}

.banner .banner-content .btn:hover{
	transition all: 0.3s;
	color: white;
	background-color: black !important;
}

.banner .banner-members {		
	background-color : #f0f0f0;
	color : black;
	padding : 10px;
	border-radius : 5px;
	opacity: .9;
	margin-bottom : 10px;
	
}

.banner select {				
	margin: 0 auto;
	max-width: 50%;
}


@media only screen and (max-width: 680px){		/* PH MODIFIED FROM 480px AS THIS TRUNCATED BELOW 680 */
	.banner select{
		max-width: 100% !important;
	}
}
	

/*Service*/
.service .container{
	margin-top: 20px;
	margin-bottom: 60px;
	padding: 5px 20px;
}

.service .container img{
	width: 100%;
}

.service p.heading{
	padding: 24px 16px;
	font-size: 20px !important;
	color: white !important;
}

.service p.bg-darkgrey{
	background-color: #616161 !important;
}

.service p.bg-blue{
	background-color: #0080FF!important;
}

.service .service-content ul li{
	padding: 12px 16px;
	border-bottom: 1px solid #ddd;
	background-color: #f1f1f1;
	color: black;
	font-size: 14px
}

.service .service-content ul ul{
	padding-left: 10px !important;
}

.service .service-content ul ul>li{
	padding: 5px 16px !important;
	border-bottom: 0 !important;
	background-color: #f1f1f1;
	color: black;
	font-size: 13px;
}

.service .service-content ul ul>li:hover{
	text-decoration: none !important;
}

.service .service-content .btn{
	/*padding: 12px 24px!important;*/
	/*margin: 0 auto;*/
	display: block;
	/*max-width: 100%;*/
	/*border-radius: 0;*/
	/*font-size: 16px;*/
}

.service .service-content .btn:hover{
	transition all: 0.3s;
}

.service .service-content .btn-white{
	background-color: white;
	color: black;
}

.service .service-content .btn-white:hover{
	background-color: black;
	color: white;
}

.service .service-content .btn-blue{
	background-color: #0080FF;
	color: white;
	box-shadow: 5px 5px 5px #888888;	
	
}

.service .service-content .btn-blue:hover{
	background-color: black;
	color: white;  
}


.service iframe{
	overflow-x: scroll;
	overflow-y: scroll;
	overflow: visible;
}

.service .flying-school{
	width: 100%;
	height: 327px;
}


.service div.image {
	overflow: hidden;
	border-right : 3px solid #f1f1f1;
	border-left : 3px solid #f1f1f1;
}

.service p.heading{
	padding: 24px 16px;
	font-size: 20px !important;
	color: white !important;
	text-align: center;
	height : 100px;
	margin-bottom : 0 !important;
}

.service-content .list-unstyled ul.fa-ul {
	height : 80px;
}

.service-content .btn {
	height : 70px;
	border-radius : 10px;
	font-size : 13pt;
	padding : 0;
}

.service-content .cta {
	/*background-color : red;*/
	position : relative;
	top : 50%;
	transform : translateY(-50%);
}


@media (max-width: 767px) {
	
	.service-content li  {
		font-size : 11pt !important;
	}
	
	.service-content .list-unstyled ul.fa-ul {
		height : 120px;
	}
	
	.service i {
		display : none;
	}
	
	.service ul.fa-ul {
/*		margin-left : -20px;*/
	}
	
	.service-content .btn {
		height : 60px;
		border-radius : 5px;
		font-size : 12pt;
		margin-left : -5pt;
		margin-right : -5pt;		
	}	
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px ) and (max-width: 991px) {

	.service div.image {
		height : 200px;
	}
	
	.service i {
/*		display : none;*/
	}
	
	.service ul.fa-ul {
/*		margin-left : -20px;*/
	}

	.service p.heading {
		font-size : 11pt !important;
		height : 60px;
		padding-top : 8px;
	}

	.service-content .btn {
		height : 40px;
		border-radius : 5px;
		font-size : 9pt;
		margin-left : -5pt;
		margin-right : -5pt;
	}
	
	.service-content .list-unstyled ul.fa-ul {
		height : 110px;
	}
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
	
	.service div.image {
		height : 270px;
	}

	.service-content .list-unstyled ul.fa-ul {
		height : 110px;
	}

	.service-content .btn {
		height : 60px;
		border-radius : 8px;
		font-size : 11pt;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
	.service p.heading {
		height : 80px;	
		font-size : 15pt !important;
		padding-top : 10px;
	}

	.service div.image {
		height : 330px;
	}


}




/*FAQ*/
.faq .container{
	margin: 0 auto;
	font-size: 16px;
}

.faq .container .panel-heading{
	background-color: #616161;
	color: white;
}

.faq .container .btn{
	width: 100%;
	text-align: left;
	background-color: #616161;
	color: white;
	font-size: 16px;
	outline: 0;
	margin-bottom: 1px;
}

.faq .container .btn:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: right;
    margin-left: 15px;
}

.faq .container .btn.collapsed:after {
    content: "\e080";
}

.faq .collapse{
	/*border: 1px solid #f1f1f1;*/
	/*padding-left: 10px;*/
	margin-bottom: 5px;
}

.faq .container li {
	padding-top : 6px;
	padding-bottom : 6px;
	padding-right : 10px;
}

.faq .container a{
	color:#0080FF; !important;
}

@media only screen and (min-width: 325px) and (max-width: 480px) {

	.faq .container{
		font-size: 12px;
	}

	.faq .container .btn{
		width: 100%;
		font-size: 12px;
	}
}

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

	.faq .container{
		font-size: 10px;
	}
	
	.faq .container .btn{
		width: 100%;
		font-size: 10px;
	}
}

/*Contact US*/
.contact-us .container{
	margin-top: 60px;
	font-weight: normal;
	font-size: 16px;
}

.contact-us .form-group{
	margin-top: 20px;
	margin-bottom: 20px;
}

.contact-us label{
	display: block;
}

.contact-us input{
	display: block;
	/*outline: 0;*/
	padding: 5px 10px;
	width: 100%;
}

.contact-us textarea{
	display: block;
	resize: none;
	padding: 5px 10px;
	width: 100%;
}

.contact-us .btn{
	padding: 12px 24px!important;
	margin: 0 auto;
	display: block;
	max-width: 100%;
	border-radius: 0;
	font-size: 16px;
}

.contact-us .btn-blue{
	background-color: #0080FF;
	color: white;
	box-shadow: 5px 5px 5px #888888;
	border-radius : 5px;
	
}

.contact-us .btn-blue:hover{
	background-color: #f1f1f1;
	color: black;  
}



/*Cookie Wrapper*/
.c-wrapper{
	position: relative;
}

.c-wrapper .container{
	width: 100%;
	background-color: #222;
	color: white;
	padding-top: 10px;
}

.c-wrapper .fix-container{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.c-wrapper .container p{
	font-size: 14px;
	line-height: 24px;
}

.c-wrapper .container .c-btn{
	padding: 5px 30px;
	border-radius: 2px;
	margin-left: 10px;
	background-color: #f1d600;
	color: black;
	font-weight: bold;
}

.c-wrapper .container .c-btn:hover{
	background-color: white;
	text-decoration: none;
}

@media only screen and (max-width: 480px){
	.c-wrapper .container p{
		font-size: 12px !important;
		line-height: 20px !important;
	}
	.c-wrapper .container .c-btn{
		padding: 2px 30px;
	}
}

