@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
body { 
	margin:0px;
	padding:0px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top center;
	background-attachment: fixed;
	background-color: #E4E0D7;
	}

a {
	text-decoration: none;
	color: #600;
	}

a:hover {
	text-decoration: none;
	color: #FFF;
	}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: 300;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	}

h1 {
	font-family: Times, serif;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 36px;
	color: #FFF;
	font-weight: 400;
	font-variant: small-caps;
	text-align: left;
	}

h2 {
	font-family: Times, serif;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 32px;
	color: #FFF;
	font-weight: 400;
	font-variant: small-caps;
	text-align: left;
	}

h3 {
	font-family: Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
	font-variant: small-caps;
	text-align: left;
	}

ul {
	list-style: square;
}
ul ul {
	list-style: circle;
}
/*-- Heading --*/

.heading-section {
	text-align: left;
	padding: 50px 0px 10px 0px;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	border:0;
	}

.heading-section p {
	font-family: 'Open Sans', sans-serif;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 28px;
	color: #FBC03E;
	font-weight: 300;
	text-transform: none;
	text-align: right;
	}

.heading-section a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #FBC03E;
	font-weight: 400;
	}

.heading-section a:hover {
	color: #F70;
	}

.heading-section a i {
	color: #269;
	}

.heading-section a i:hover {
	color: #F70;
	}

.logo {
	max-width: 100%;
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}

/*-- Body --*/

.main-container {
	max-width: 1200px;
	margin: 15px auto;
	padding: 15px;
	background: rgba(82,22,15,0.8);
	border: 0;
	box-shadow:  0px 0px 15px rgba(0,0,0,0.8);
}

.content-container {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	background: rgba(185,158,103,0.6);
	box-shadow:  0px 0px 15px rgba(0,0,0,0.5);
}

*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 	}

.underheading {
	max-width: 95%;
	margin-bottom: 15px;
	}

.fb-page {
	width: 100%;
	height: 830px;
	margin: 0px auto;
	padding: 0px;
	background: white;
	text-align: center;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
	border: 10px solid rgba(82,22,15,0.9);
	border-radius: 40px 0 0px 0;
	overflow: hidden;
}

.video {
	width: 535px;
	height: 315px;
	margin: 10px auto 0px auto;
	padding: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	border: 10px solid #222529;
	border-radius: 0px;
}

.videosm {
	width: 535px;
	height: 315px;
	margin: 10px auto 0px auto;
	padding: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	border: 10px solid #000;
	border-radius: 0px;
}

.toppic {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	box-shadow:  0px 0px 12px 0px rgba(0,0,0,0.8);
	border: 0px;
}

.midpic {
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 10px solid rgba(82,22,15,0.8);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
	border-radius: 40px 0px 0px 0px;
}
	
.contactpic {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
	border-radius: 20px 0 20px 0;
}
	
.vbutton {
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
	display: block;
	margin: 15px 0px 1px 0px;
	text-align: center;
	width: 100%;
	height: 30px;
	border: 0;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	background: url(../images/gray.jpg);
	border-radius: 1px;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.6);
	box-shadow: 1px 1px 1px rgba(0,0,0, 0.3);
}
.vbutton:hover { 
	color: #fff;
	background: rgba(0,0,0,0.8);
	}

.light {
	padding: 10px;
	background: rgba(255,255,255,0.5);
}

.padding-bottom-15 {
	padding-bottom: 15px;
}

.margin-left-20 {
	margin-left: 20px;
}


/*-- Heading --*/

.heading-content {
	text-align: center;
	margin-top: 35px;
	}

.heading-content a {
	font-weight: 700;
	color: #FFF;
	}

.heading-content a:hover {
	color: #FFF;
	}


/*-- End Heading --*/


.margin-top-10 {
	margin-top: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

/*-- Contact Us --*/

.aircraft  {
	width: 100%;
	margin: 10px 0px 0px 0px;
	border: 6px solid #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
	border-radius: 40px 0 40px 0;
	}

.aircraft:hover  {
	border-color: #C0020E;
	}

.linksactive  {
	width: 100%;
	margin: 10px 0px 10px 0px;
	border: 10px solid rgba(60,20,0,0.8);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
	border-radius: 40px 0 40px 0;
	}

.links  {
	width: 100%;
	margin: 10px 0px 10px 0px;
	border: 10px solid rgba(82,22,15,0.7);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
	border-radius: 40px 0 0px 0;
	}

.links:hover  {
	border-color: #FBC03E;
	}
	
.vendors  {
	max-width: 100%;
	margin: 10px 0px 10px 0px;
	border: 8px solid rgba(60,20,0,0.8);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
	border-radius: 30px 0 30px 0;
	}

.vendors:hover  {
	border-color: #930;
	}
	
	.framing .menu-item {
	display: block;
	width: 100%;
	margin: 5px auto;
	color: #fff;
	text-align: center;
	font-style: normal;
	border: 0;
	text-decoration: none;
	padding: 5px 10px;
	overflow: hidden;
	background: rgba(82,22,15,0.7);
	background-size: auto 100%;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.6);
	}
	
.framing .menu-item:hover {
	color: #fff;
	text-decoration: none;
	background: #930;
	}
	
	.menu-button {
	display: block;
	margin: 5px auto;
	width: 250px;
	color: #fff;
	text-align: center;
	font-style: normal;
	border: 0;
	text-decoration: none;
	padding: 5px 10px;
	overflow: hidden;
	background: rgba(82,22,15,0.7);
	background-size: auto 100%;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.8);
	}
	
.menu-button:hover {
	color: #fff;
	text-decoration: none;
	background: rgba(82,22,15,0.7);
	}
	
.framing {
	box-sizing: border-box;
	width: 100%;
	margin: 5px auto 5px auto;
	padding: 0px 0px 10px 0px;
	background: rgba(255,255,255,0.1);
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
	border-radius: 40px 0 0px 0;
	overflow: hidden;
}

.framing h2 { 
	padding: 10px 20px;
	margin: 0px;
	color: #FFF; 
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
	background: rgba(82,22,15,0.6);
	background-size: auto 100%;
	}

.framing h3 { 
	font-family: Times, serif;
	margin: 0px 0px 5px 0px;
	padding: 5px 20px 6px 40px;
	font-size: 22px;
	font-weight: 400;
	color: #FFF; 
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
	background: rgba(82,22,15,0.6);
	background-size: auto 100%;
	}

.framing p { 
	padding: 0px 20px 5px 20px;
	}

.framing p a strong { 
	color: #FB9200;
	}

.framing p a:hover strong { 
	color: #FFF;
	}

.redtext {
	color: #FF081E;
	}

.blueback {
	background-color: #D0020E;
	background-image: url(../images/menublue.png);
	background-repeat: repeat-x;
	background-position: top center;
	background-size: auto 100%;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.7);
	border-radius: 30px 0 30px 0;
	margin: 10px 0px 10px 0px;
}

.blueback b{
	font-size: 18px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}
.blueback a{
	color: #FFF;
}
.blueback a:hover{
	color: #FF1133;
}
.map  {
	width: 100%;
	height: 400px;
	margin: 0px 0px -5px 0px;
	border: 0;
	padding: 0px;
	}
	
	.slidepic	{
	border: 2px solid #FEA;
	text-decoration:none;
	background: transparent;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	}
	
	.group01 img, .group02 img {
	display: block;
	margin: 0px 0px 10px 0px;
	width:100%;
	height: auto;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.8);
	padding: 0px;
	border: 10px solid rgba(82,22,15,0.7);
	}
	
.group01 img:hover, .group02 img:hover {
	opacity: 1;
	border: 10px solid #FBC03E;
	}

.spacer  {
	width: 100%;
	min-height: 50px;
	margin: 5px 0px -10px 0px;
	background: rgba(82,22,15,0.7);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
	}
	
.spacer01  {
	width: 100%;
	min-height: 20px;
	margin: 0px;
	background: rgba(82,22,15,0.7);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
	}

.spacer h4 {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: 400;
	font-variant: none;
	}

.icon i {
	border-radius: 50%;
	border: 20px solid #FFF;
	color: #0090C0;
	font-size: 28px;
	line-height: 80px;
	width: 120px;
	height: 120px;
	}

.service-item h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 32px;
	padding: 0px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	margin-top: 25px;
	}

/*-- End Services --*/

/*--Footer--*/

footer {
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	box-shadow: inset 0px 0px 15px rgba(0,0,0,0.8);
	border:0;
	margin: 0px;
	padding-top: 10px;
	}

.footer-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	padding-top: 10px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	}

.shop-list table {
	font-weight: 300;
	width: 100%;
	margin: 0;
	padding: 0;
	}

.shop-list table td {
	padding: 3px;
	}

.shop-list p {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

.shop-list ul {
	margin: 0;
	padding: 0;
	}

.shop-list li {
	list-style: none;
	font-weight: 400;
	margin: 4px 0;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	}

.shop-list i {
	font-size: 16px;
	margin-right: 5px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	}

.shop-list a {
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	}

.shop-list a:hover {
	color: #000;
	}

.bottom-footer {
	text-align: center;
	padding: 15px 0 15px 0;
	}

.bottom-footer p {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: 300;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	margin: 0px;
	padding: 0px;
	}
	
.bottom-footer a {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: 300;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	margin: 0px;
	padding: 0px;
	}
.bottom-footer a:hover {
	color: #000;
	}

/*-- End Footer --*/

/*--- RESPONSIVE ---*/

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

	}
	
@media screen and (max-width: 990px) {

	.video {
		width: 560px;
		height: 330px;
	}

	.logoframe {
		text-align: center;
		margin: 0px auto;
		}

	.logo {
		text-align: center;
		margin: 0px auto;
		}

	.heading-section p {
		text-align: center;
		}

	.footer-title {
		margin-top: 10px;
		}

	.bottom-footer {
		text-align: center;
		}
	}


@media screen and (min-width: 995px) {

	body {
		overflow-x: hidden;
		}
	}
	
@media screen and (max-width: 600px) {
	.video {
		width: 430px;
		height: 253px;
	}
	.videosm {
		width: 430px;
		height: 253px;
	}
	.heading-section img {
		text-align: center;
		}

	.heading-section p {
		text-align: center;
		}

	body {
		overflow-x: hidden;
		}
	}

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

	.video {
		width: 430px;
		height: 253px;
	}
	.videosm {
		width: 430px;
		height: 253px;
	}
	.logo {
		text-align: center;
		margin: 0px auto;
		}

	.bottom-footer {
		text-align: center;
		}

	.heading-section p {
		text-align: center;
		}

	.logo {
		text-align: center;
		margin: 0px;
		}
	}

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

	.video {
		width: 360px;
		height: 212px;
	}
	.videosm {
		width: 360px;
		height: 212px;
	}
	.logo {
		text-align: center;
		margin: 0px auto;
		}

	.bottom-footer {
		text-align: center;
		}

	.heading-section p {
		text-align: center;
		}

	.logo {
		text-align: center;
		margin: 0px;
		}
	}


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

	.video {
		width: 320px;
		height: 189px;
	}
	.videosm {
		width: 320px;
		height: 189px;
	}
	.logo {
		text-align: center;
		margin: 0px;
		}

	.bottom-footer {
		text-align: center;
		}

	.heading-section p {
		text-align: center;
		}

	.logo {
		text-align: center;
		}
	}


/*--- END RESPONSIVE ---*/