@charset "utf-8";

/* =================================================================== GENERAL */

html{	
	margin:0;
	padding:0;
}

body{
	font-size:18px;
}

body{
	font-family:Arial, Helvetica, sans-serif;
}

img, img a{
	border:none;
}


/* =================================================================== FONTS STYLING */

@font-face {
 font-family: swiss_r;
 src: url("../fonts/swiss_r.eot") /* EOT file for IE */
}

@font-face {
 font-family: swiss_r;
 src: url("../fonts/swiss_r.ttf") /* TTF file for CSS3 browsers */
}

p{
}

p i, p em{
}

p b, p strong{
}

p b i, p b em, p strong i, p strong em, p i b, p em b, p i strong, p em strong{
}


h1{
	font-family: TIMES;
	font-size:34px;
	line-height:1.2em;
	margin-top:1%;
	margin-bottom:1%;
	text-align:left;
	font-weight:normal;
	font-style:normal;
}

h2{
	font-family: TIMES;
	font-size:30px;
	line-height:1.2em;
	margin-top:1%;
	margin-bottom:.2%;
	text-align:left;
	font-weight:normal;
	font-style:normal;
}

h3{
	font-family: swiss_r;
	font-size:26px;
	line-height:1.2em;
	margin-top:1%;
	margin-bottom:.2%;
	text-align:left;
	font-weight:normal;
	font-style:normal;
}

h4{
	font-family: swiss_r;
	font-size:23px;
	line-height:1.2em;
	margin-top:1%;
	margin-bottom:.5%;
	text-align:left;
	font-weight:normal;
	font-style:normal;
}

h5{
	font-family: swiss_r;
	font-size:23px;
	color:#F00;
	line-height:1.2em;
	margin-top:1%;
	margin-bottom:.5%;
	text-align:left;
	font-weight:normal;
	font-style:normal;
}

p{
	font-family:TIMES;
	font-size:26px;
	line-height:1.2em;	
	margin-top:.8%;
	margin-bottom:.8%;
	text-align:justify;
}

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

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

a:active{
	color:#F60;
	text-decoration:none;
}

ul{
	font-family:TIMES;
	line-height:1.2em;
	font-size:18px;
	margin-left:3%;
	text-align:left;
}
	
ol{
	line-height:1.2em;
	font-size:18px;
	margin-left:3%;
	text-align:left;
}

hr{
	border-color:#FFF;
	background-color:#FFF;
	color:#FFF;
	width:99%;
	margin:3px .5% 3px .5%
}



/* =============================================================== VIDEO BG */

video#bgvid { 
	position: fixed; top: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background: url(../video/video.jpg) no-repeat;
	background-size: cover; 
	background-position:center;
}

video {
	display: block;
} 

video#bgvid { 
transition: 1s opacity;
}

.stopfade {
	opacity: .5;
}

.vid_pause_container{
	width:100%;
	display:block;
	overflow:hidden;
}


/* ============================================================== HEADER SECTION */

.header_section{
	width:100%;
	overflow:hidden;
}

.header_container{
	width:100%;
	margin:0 auto 0 auto;
	overflow:hidden;
	height:500px;
}

.header_logo{
	float:left;
	overflow:hidden;
	max-width:400px;
}


.header_logo img{
	width:100%;
}

.header_safe_logo{
	width:15%; min-width:200px;
	float:right;
	overflow:hidden;
}

.header_safe_logo img{
	width:100%;
	overflow:hidden;
}

/* ============================================================== NAVIGATION SECTION */

.navigation_section{
	width:100%;
	background-color:#F60;
	position:absolute;
	z-index:20;
}

.navigation_container{
	max-width:1700px;
	margin: 0 auto 0 auto;
	text-align:left;
	display:block;
}

.nav_show{
	width:100%;
	max-width:450px;
	margin:0 auto 0 auto;
	display:none;
	overflow:hidden;
}

.nav_show img{
	width:10%;
	margin:0 auto 0 auto;
	display:block;
}

#nav{
	width:100%;
	  display: flex;
  justify-content: center;
}

#nav ul{
	font-size:30px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position:relative;		
}

#nav ul li{
	display:inline-block;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:15px;
	padding-right:15px;
	z-index:10;
}

#nav ul li:hover{
	background-color:#C00;
}

#nav ul li a,visited{
	color:#FFF;
	diplay: block;
	
}

#nav ul li a:hover{
}

#nav ul li:hover ul{
	display:block;
}

#nav ul ul{
	display:none;
	position:absolute;
	background-color:#F60;
	margin-top:8px;
	margin-left:-15px;
}

#nav ul ul li{
	display:block;
	text-decoration:none;
}



/* ============================================================== CONTENT SECTION */

.gallery_box{
	width:100%;
	margin-top:2px;
	overflow:hidden;
}


.full_width{
	width:98%;
	margin:0 1% 0 1%;
}

.content_section{
	width:100%;
	overflow:hidden;
	background-image:url(../images/black_trans.png);
	background-repeat:repeat;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.content_section img{
	width:100%;
	margin-top:20px;
	overflow:hidden;
}

.header_box{
	width:70%;
	float:left;
	background-color:#F60;
	overflow:hidden;
	z-index:10;
	margin:-30px auto auto auto;
	position:absolute;
}

.header_box h1{
	color:#FFF;
	font-size:40px;
	margin:1% auto 1% 2%;
}

.content_container{
	max-width:1800px;
	width:100%;
	margin: 0 auto 0 auto;
	overflow:hidden;
}

.main_content{
	width:70%;
	margin-left:1%;
	min-height:50px;
	float:left;
	overflow:hidden;
}

.main_content p{
	font-size:30px;
	color:#FFF;
	line-height:1.2em;	
	margin-top:1%;
	margin-bottom:1%;
	text-align:justify;
}

.main_content_fw{
	width:90%;
	margin: 0 5%;
	overflow:hidden;
}

.main_content_fw h1{
	font-size:35px;
	color:#FFF;
	line-height:1.2em;	
	margin-top:1%;
	margin-bottom:1%;
	text-align:left;
}

.main_content_fw h2{
	font-size:27px;
	color:#FFF;
	line-height:1.2em;	
	margin-top:1%;
	margin-bottom:1%;
	text-align:left;
}


.main_content_fw p{
	font-size:22px;
	color:#FFF;
	line-height:1.2em;	
	margin-top:1%;
	margin-bottom:1%;
	text-align:justify;
}



.price_box{
	padding:10px;
	float:left;
	background-color:#F60;
	overflow:hidden;
}


.header_box h1{
	color:#FFF;
	font-size:40px;
}

.price_details{
	width:100%;
	overflow:hidden;
}




.sidebar_box{
	width:25%;
	max-width:300px;
	float:right;
	margin: 0px 10px auto auto;
	overflow:hidden;
}

.right_sidebar_safe{
	width:98%;
	margin:0 1%;
	float:right;
	overflow:hidden;
}

.right_sidebar_safe img{
	width:100%;
}


.right_sidebar{
	width:100%;
	height:auto;
	float:right;
	overflow:hidden;
}


.right_sidebar_2{
	width:100%;
	margin:30px auto 5px auto;
	float:right;
	overflow:hidden;
}

.right_sidebar p{
	color:#FFF;
	text-align:center;
	font-size:24px;
}

.right_sidebar_button{
	width:100%;
	overflow:hidden;
	background-color:#F60;
}

.right_sidebar_button p{
	color:#FFF;
	text-align:center;
	font-size:24px;
	margin:5px auto;
}

.right_sidebar img{
	width:90%;
	margin:1% 2% 1% 8%;
}

.bottom_logo_gp{
	width:100%;
	overflow:hidden;
}
.bottom_logo_gp img{
	width:30%;
	margin:1% 35%;
}

/* -------------- CONTACT FORM -------------- */

.contact_form_box{
	width:70%;
	margin:0 auto 0 1%;
	overflow:hidden;
}



/* -------------- GALLERY -------------- */

.img_thumb_area{
	width:80%;
	max-width:800px;
	margin:0 auto 0 auto;
}

.img_thumb_area img{
	margin-top: 1%;
	margin-left: 1%;
	width: 18%;
}

.gallery_vid_box{
	width:80%;
	max-width:800px;
	margin:0 auto 0 auto;
	overflow:hidden;
}

/* -------------- VIDEO BOX -------------- */

.video_box{
	width:100%;
	margin-bottom:5px;
}

.embed-container{ 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	height: auto; 
} 

.embed-container iframe, .embed-container object, .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.package_container{
	width:80%;
	margin:1% 10% 1% 10%;
	float:left;
	overflow:hidden;
}

.package_container h1{
	text-align:center;
	font-size:50px;
	color:#FFF;
}

.package_listing{
	width:40%;
	margin:2% 5%;
	overflow:hidden;
	float:left;
}

.package_listing img{
	width:100%;
}

/* ============================================================== FOOTER SECTION */

.footer_box{
	width:100%;
	min-height:30px;
	background-color:#F60;
	overflow:hidden;
}

.footer_left{
	width:50%;
	float:left;
	overflow:hidden;
}

.footer_left h1{
	color:#FFF;
	font-size:50px;
	margin:40px 20px 20px 50px;
	text-align:left;
}

.footer_right{
	width:30%;
	float:right;
	overflow:hidden;
}

.footer_right img{
	width:100%;
}

.footer_l1{
	width:39%;
	float:left;
	overflow:hidden;
}

.footer_l2{
	width:43%;
	float:left;
	overflow:hidden;
}

.footer_l3{
	width:18%;
	float:left;
	overflow:hidden;
}


@media screen and (min-width : 1001px) and (max-width : 1600px){
	
.header_container{
	height:400px;
}
	
.main_content p{
	font-size:24px;
}

#nav ul{
	font-size:24px;
}

.bottom_logo_gp img{
	width:40%;
	margin:1% 30%;
}


.footer_left h1{
	font-size:50px;
	margin:30px 20px 20px 50px;
}



.footer_right{
	width:45%;
	float:right;
	overflow:hidden;
}


}

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


.main_content p{
	font-size:24px;
}

.header_container{
	height:350px;
}
	
	
.header_box h1{
	font-size:30px;
}

.bottom_logo_gp img{
	width:40%;
	margin:1% 30%;
}

.footer_right{
	width:45%;
	float:right;
	overflow:hidden;
}

.footer_left h1{
	color:#FFF;
	font-size:37px;
	margin:25px 20px 20px 50px;
	text-align:left;
}
#nav ul{
	font-size:24px;
}


.package_container{
	width:98%;
	margin:1%;
}

.package_listing{
	width:45%;
	margin:2.5%;
}


}


@media screen and (min-width : 601px) and (max-width : 800px){

.main_content{
	width:96%;
	margin:1% 2%;
}
.main_content p{
	font-size:21px;
}

.sidebar_box{
	width:96%;
	margin:1% 2%;
	max-width:none;
	overflow:hidden;
}


.right_sidebar_2{
	display:none;
}

.header_container{
	height:350px;
}

.header_box h1{
	font-size:30px;
}
	
#nav ul{
	font-size:19px;
}

.main_content_fw h1{
	font-size:30px;
}

.main_content_fw h2{
	font-size:22px;

}

.main_content_fw p{
	font-size:18px;
}

	

/* ============================================================== FOOTER SECTION */

.bottom_logo_gp img{
	width:50%;
	margin:1% 25%;
}


.package_container{
	width:98%;
	margin:1%;
}

.package_listing{
	width:45%;
	margin:2.5%;
}


.footer_left{
	width:100%;
	float:left;
}
.footer_left h1{
	text-align:center;
	font-size:40px;
	margin:1%;
}
.footer_right{
	width:100%;
	overflow:hidden;
}



}

@media screen and (max-width : 600px){
	
.header_logo{
	max-width:300px;
}

	
.sidebar_box{
	width:96%;
	margin:1% 2%;
	max-width:none;
	overflow:hidden;
}

.right_sidebar_2{
	display:none;
}


.main_content{
	width:96%;
	margin:1% 2%;
}
.main_content p{
	font-size:20px;
}

.header_container{
	height:350px;
}

#nav ul{
	font-size:15px;
}

.header_box h1{
	font-size:24px;
}

.main_content_fw h1{
	font-size:30px;
}

.main_content_fw h2{
	font-size:22px;

}

.main_content_fw p{
	font-size:18px;
}


.bottom_logo_gp img{
	width:75%;
	margin:1% 12.5%;
}

.package_container{
	display:none;
}


.footer_left{
	width:100%;
	float:left;
}
.footer_left h1{
	text-align:center;
	font-size:35px;
	margin:1%;
}

.footer_right{
	width:100%;
	overflow:hidden;
}


}

