@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3e3e3e;
	line-height: 22px;
	background:url(../images/body_bg.jpg) no-repeat fixed;
	background-size:cover;
}
input, textarea, select, option {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

caption, th, td {
	font-weight: normal;
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* =Structure
----------------------------------------------- */
a {
	color: #CCCCCC;
	text-decoration: none;
	/*transition: all 0.3s ease-out 0s;*/
}
a:hover {
	color: #4a4a4a;
	text-decoration: none;
}
/* Base Type Styles Using Modular Scale ---------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	margin-bottom: 6px;
	margin-top: 0px;
	font-weight: normal;
}
small{font-size:9px; font-style:italic;}


h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 80%;
	color: #fff;
	line-height: 0;
}


h1 {
	font-size: 30px;
	text-transform:uppercase;
	color:#055686;
	font-weight:normal;
	padding-bottom:15px;
}

h2 {
	font-size: 22px;
	font-weight:normal;
	color:#055686;
	margin-bottom:12px;
}
h3 {
	font-size: 17px;
	color:#000;
	
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
hr {
	border: none;
	clear: both;
	margin: 0px 0 20px;
	height: 1px;
	overflow: hidden;
	padding: 0px;
	background: #666;
	border-width: thin;
}
p {
	margin: 10px 0 !important;
}

.left{
	float:left;
	}
	
.right{
	float:right;
	}
	
.clear{
	clear:both;
	}

.wrapper{
	width:1024px;
	margin:0 auto;
	background:url(../images/white_bg.png) repeat;
	}
	
.black_strip{
	background:#000;
	padding:8px 18px;
	}
	
.lang_cont{
	width:378px;
	float:left;
	color:#fff;
	padding-top:10px;
	}
	
.social_cont{
	float:right;
	width:192px;
	}
	
.social_cont img{
	float:left;
	margin-left:7px;
	}
	
.btn_lang{
	background:url(../images/lang_bg.jpg) repeat-x top;
	padding:4px 6px;
	color:#000;
	}
	
.btn_lang:hover{
	color:#ffb400;
	}
	
.lang_cont img{
	float:right;
	margin-left:10px;
	}
	
.header{
	background:url(../images/header_bg.png) repeat-x #055079 0 1px;
	padding:0 18px;
	border-bottom:1px solid #739db4;
	}
	
.logo_cont{
	float:left;
	padding:10px 0;
	width:453px;
	}
	
.logo_cont img{
	width:100%;
	}
	
.header_right{
	width:335px;
	float:right;
	}
	
.phone_cont{
	background:url(../images/phone_icon.png) left no-repeat;
	margin-top:10px;
	padding:5px 0 10px 31px;
	font-size:21px;
	color:#fff;
	font-weight:bold;
	float:right;
	}
	
.email_cont{
	background:url(../images/mail_icon.png) left no-repeat;
	padding:5px 0 10px 31px;
	font-size:21px;
	color:#fff;
	font-weight:bold;
	float:right;
	}
	
.top_search{
	border:1px solid #003270;
	width:225px;
	height:30px;
	background:#87adc2;
	float:left;
	padding-left:10px;
	color:#fff;
	margin-left:15px;
	}
	
.btn_search{
	background:url(../images/search_bg.png) repeat-x;
	color:#002f4a;
	height:30px;
	width:81px;
	cursor:pointer;
	border:none;
	float:right;
	text-transform:uppercase;
	margin-top:1px;
	}
	
.menu_wrap{
	background:url(../images/menu_bg.png) repeat;
	}
	
	
.social_cont img{
	float:right;
	margin-left:10px;
	padding-top:6px; 
	}
	
.left_panel{
	float:left;
	width:247px;
	}
	
.right_panel{
	float:right;
	width:758px;
	}
	
.left_img{
	float:left;
	margin-right:10px;
	margin-top:4px;
	padding:2px;
	background:#fff;
	border:1px solid #739db4;
	}
	
.right_img{
	float:right;
	margin-left:10px;
	margin-top:0px;
	padding:2px;
	border:1px solid #739db4;
	}
	
	.right_img img{
		margin-bottom:10px;
		display:block;
		}
		
	
.left_menu_wrap{
	background:#f5f5f5;
	margin-bottom:30px;
	}
	
	
.left_menu_wrap ul li{
	border-bottom:1px dashed #cacaca;
	}
	
.left_menu_wrap ul li a{
	padding:15px 30px;
	text-align:right;
	color:#05517c;
	font-weight:bold;
	display:block;
	font-size:17px;
	}
	
.left_menu_wrap ul li a:hover{
	color:#ffb400;
	background:#e9f2f6;
	}
	
.sel_left{color:#ffb400 !important;
	background:#e9f2f6;}
	
.panel_wrap{
	padding-left:18px;
	}
	
.news_wrap{
	padding:30px 0;
	}
	
.news_wrap ul li{
	padding-bottom:15px;
	}
	
.news_wrap ul li a{
	padding-top:15px;
	color:#7e3306;
	font-size:16px;
	}	
	
.testimonial h3{
	font-size:16px;
	color:#3a3a3a;
	}
	
.testimonial p{
	padding-top:5px;}
		
	
.content_wrap{
	background:url(../images/content_bg.png) repeat;
	padding:30px 16px;
	color:#fff;
	margin:20px 0;
	}
	
#BannerContainer{
margin-bottom:15px;	
	}	
	
.quote_wrapper_service {
	background:#007595;
	border:2px solid #fff;
	border-radius:6px;
	box-shadow:0 2px 2px 0 #999;
	padding:16px 20px;
	width:183px;
	float:right;
	margin:20px 0 20px 30px;
}
.quote_wrapper_service h1 {
	font-size:25px;
	font-weight:bold;
	text-shadow:1px 1px 1px #007595;
	color:#fff;
	margin-bottom:6px;
}

.quote_wrapper {
	background:#1c94ff;
	border:2px solid #fff;
	border-radius:6px;
	box-shadow:0 2px 2px 0 #999;
	padding:16px 20px;
	width:300px;
	float:right;
	margin-left:30px;
}
.quote_wrapper h1 {
	font-size:25px;
	font-weight:bold;
	text-shadow:1px 1px 1px #007595;
	color:#fff;
	margin-bottom:6px;
}
.input_qoute {
	border-radius:6px;
	border:1px solid #009eca;
	width:99%;
	margin-bottom:11px;
	padding:2px 3px;
	height:25px;
	color:#6e6e6e;
	font-style:italic;
}
.txt_qoute {
	border-radius:6px;
	border:1px solid #009eca;
	width:99%;
	margin-bottom:11px;
	padding:2px 3px;
	height:60px;
	color:#6e6e6e;
	font-style:italic;
	font-family: 'Lato', sans-serif;
	line-height:20px;
	font-size:13px;
}

.btn_submit{
	background:#00deff;
	border-radius:6px;
	padding:6px 18px;
	border:none;
	color:#010101;
	font-style:italic;
	cursor:pointer;
	}
	
.btn_submit:hover{
	background:#25e3ff;
	}
	
.footer{
	background:#000;
	padding:16px 20px;
	color:#fff;
	}
	
.footer a{
	color:#ffe8e8;
	}
	
.footer_link a{
	padding:0 15px;
	font-size:12px;
	}
	
	
	
	
.footer a:hover{
	color:#fff;
	}
	
.copyright{
	font-size:12px;
	border-top:1px solid #575757;
	margin-top:10px;
	}
	

	
.team_wrap{
	width:214px;
	float:left;
	border:1px solid #666;
	padding:3px;
	margin:0 15px 15px 0;
	font-size:18px;
	text-align:center;
	padding-bottom:10px;
	}
	
.team_wrap img{
	width:100%;
	padding-bottom:15px;
	}
	
	.image-set img {
    float: left;
    height:141px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 221px;
	border:1px solid #999;
}

.display_block{
	border:1px solid #bfc8d7;
	background:#fff;
	padding:23px 18px;
	margin-bottom:11px;
	margin-right:13px;
	}
	
.welcome_wrap{
	margin-bottom:37px;
	min-height:500px;
	padding-right:13px
	}
	
.welcome_wrap a{color:#05527e;}
	
.welcome_wrap a:hover{color:#f4b107;}
	
.heading{width:80%;
	float:left;
}
	
.display_block h2{
	font-size:24px;
	color:#003d76;
	line-height:32px;
	}
	
.display_block h2 span{
	font-size:24px;
	color:#ff6000;
	}
	
.price{
	float:right;
	color:#ff6000;
	font-size:24px;
	width:15%;
	}
	
.display_block img{
	float:left;
	width:240px;
	margin:0 16px 10px 0;
	}
	
.view{
	background:url(../images/btn_bg.jpg) repeat-x right top;
	padding:6px 15px;
	color:#fff !important;
	}
	
.view:hover{
	color:#ffe4a3 !important;
	}
	
.margin_top25{
	margin-top:25px;
	}
	
.panel_full{
	margin:0 13px;
	}

	

.left_panel_con{float:left;	width:66%;}

.quote_wrapper {
	background:#055079;
	border:2px solid #fff;
	border-radius:6px;
	box-shadow:0 2px 2px 0 #999;
	padding:16px 20px;
	width:272px;
	float:right;
}
.quote_wrapper h1 {
	font-size:25px;
	font-weight:bold;
	text-shadow:1px 1px 1px #a52116;
	color:#fff;
	margin-bottom:6px;
}
.input_qoute {
	border-radius:6px;
	border:1px solid #0873b4;
	width:99%;
	margin-bottom:11px;
	padding:2px 3px;
	height:25px;
	color:#6e6e6e;
	font-style:italic;
}
.txt_qoute {
	border-radius:6px;
	border:1px solid #0873b4;
	width:99%;
	margin-bottom:11px;
	padding:2px 3px;
	height:60px;
	color:#6e6e6e;
	font-style:italic;
	font-family: 'Lato', sans-serif;
	line-height:20px;
	font-size:13px;
}

.btn_submit{
	background:#0873b4;
	border-radius:6px;
	padding:6px 18px;
	border:none;
	color:#fff;
	font-style:italic;
	cursor:pointer;
	}
	
.btn_submit:hover{
	background:#000;
	}
	
.image_wrap{
	width:100%;
	margin:10px 0 20px 0;p
	}
	
.image_wrap img{
	width:99%;
	padding:2px;
	background:#fff;
	border:1px solid #739db4;
	}	

	
.ent_btn{
	background:url(../images/sel_bg.jpg) repeat-x top;
	font-size:15px;
	text-shadow:1px 1px 1px #fff;
	color:#000;
	padding:8px 0px;
	text-decoration:none;
	text-transform:uppercase;
	width:101px;
	float:left;
	margin-left:10px;
	text-align:center;
	}
	
.ent_btn:hover{
	background:url(../images/sel_bg.jpg) repeat-x bottom;
	}
	
.invisible{
	display:none;
	}
	
.custome_ul{
	width:188px !important;
	}
	
	/*=============booking 23-09-15=================*/
	
.input-div {
    display: inline-block;
    float: left;
    height: auto;
    margin: 8px 0 0 15px;
    width: 98%;
}
	
.in-put {
    background-color: transparent;
    border: 1px solid #cecbcb;
    border-radius: 3px;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    height: 31px;
    margin: 0;
    text-indent: 5px;
    text-rendering: optimizespeed;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: inherit;
}

.all-div {
    display: inline;
    float: left;
    height: auto;
    margin: 8px 0 0 15px;
    width: 47%;
}

.in-put-adult {
    background-color: transparent;
    border: 1px solid #cecbcb;
    border-radius: 3px;
    display: inline;
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    height: 31px;
    margin: 0;
    text-indent: 5px;
    text-rendering: optimizespeed;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.in-put-textarea {
    background-color: transparent;
    border: 1px solid #cecbcb;
    border-radius: 3px;
    color: #8e8e8e;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    height: 70px;
    margin: 0;
    text-indent: 5px;
    text-rendering: optimizespeed;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: inherit;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px !important;
}

.input-btn {
    
    border: 1px solid #999;
    border-radius: 4px;
    background:#0873B4;
color:#fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font: 500 15px/100% "open_sansregular";
    margin: 5px 0 0 13px;
    padding: 6px 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: 12%;
}

.input-btn:hover{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color:#000;
}

.booking_wrap {
    border-radius: 3px;
    padding: 9px;
	background:#fff;
}

/*=============booking=================*/