
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
	body { line-height: 1; }
	ol, ul { list-style: none; }
	blockquote, q { quotes: none; }
	blockquote:before, blockquote:after, q:before, q:after {
	content: ''; content: none; }
	table { border-collapse: collapse; border-spacing: 0; }


/* #Basic Styles
================================================== */
body{
	background: url('../images/back.jpg') no-repeat #fff;
	font: 100% 'Open Sans', sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
 	}

/* Universal Box Sizing: Border Box */

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	}
	
	.service {padding-right: 5px; font-weight:600; }

/* #Site Styles
================================================== */

/* Global Logo */

#global_logo{

	width: 100%;
	height: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #8d5e37;
	margin: 0 auto 0 auto;
	font-weight: normal;
	padding: 1em 0em 1em 0em;
	}
	
	.maingallery img {width: 170px; height: 150px;}
	
	.galleryitem {width: 31%; float: left;  margin: 4px; font-size: 12px;}

.main_logo{
	float: left;
}

.main_contact_details{
	padding: 25px 0 0 0;
	float: right;
	text-align: right;
	color: #fff;
	font-size: 0.95em;
}

.clicktocall{
	padding-top: 20px;
	display: none;
	font-size: 0.95em;
}

.call{
	display: inline-block;
	font-weight: 700;
	padding: 0 10px 0 0;
}

.email{
	display: inline-block;
	font-weight: 700;
}




.headerright {float: right; width: 30%; padding: 5px;}
.headerright img {width: 100%;}

/* Navigation */

#global_nav ul,
#global_nav ul li{
	margin: 0px;
	}

#global_nav{
	height: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif
	font-size: 0.8em;
	text-align: left;



border-bottom: 1px solid #FFF;
margin-bottom: 12px;
background: #272526; /* Old browsers */
background: -moz-linear-gradient(top,  #272526 0%, #181415 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#272526), color-stop(100%,#181415)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #272526 0%,#181415 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #272526 0%,#181415 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #272526 0%,#181415 100%); /* IE10+ */
background: linear-gradient(to bottom,  #272526 0%,#181415 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272526', endColorstr='#181415',GradientType=0 ); /* IE6-9 */

	}

#global_nav select{
	display: none;
	width: 100%;
	height: 40px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	text-align: center;
	text-transform: capitalize;
	border: 0;
	background: #4d4538;
	color: #fff;
	}

#global_nav ul li{
	display: inline;
	position: relative;
	text-align: center;
	width: 100%;
	border-right: 1px solid #313131;
	}

#global_nav ul li:last-child{
	border: none;
	}

#global_nav ul li a{
	display: inline-block;
	line-height: 40px;
	color: #b4b4b4;
	padding: 0 3em;
	text-decoration: none;
padding-top: 4px;
padding-bottom: 4px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 	
	border-radius: 3px; 
	-o-transition:color 0.25s ease-in;
	-ms-transition:color 0.25s ease-in;
	-moz-transition:color 0.25s ease-in;
	-webkit-transition:color 0.25s ease-in;
	transition:color 0.25s ease-in;
	font-size: 13px; 

	}

#global_nav ul li a:hover{
	color: #fc7d0c;
	}
	
	.bold {
		color:#006;
		font-weight: bold;
		
		}
		
		 .map  {
position: relative;
padding-bottom: 70%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
.map iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 70% !important;
}

/* Banner */

#global_banner{
	height: auto;
	width: 100%;

	padding: 20px 20px 20px 20px;
	}

.main_banner{
	width: 100%;
	height: auto;
}

.banner_text{
	
	opacity:0.8;
	font-size: 14px;
	font-style: italic;
	padding: 10px;
}


.package {
background-color: #ebebeb;
padding: 15px;
border-radius: 10px;
}

.package h4 {
color: #125893;	
}

.right_box {float: right; width: 30%; height: auto; min-height: 280px; font-size: 12px; background-color:#eeeeee; padding: 10px;}


 /* Menu Boxes */

 .menu_boxes{
 	width: 100%;
 	padding: 0;
padding-left: 15px;
 	}

 .menu_box_title{
 	color: #fff;
 	text-transform: uppercase;
 	margin-bottom: 10px;
 }

 .menu_box.one-third.column{
 	padding: 10px 10px 20px 10px;
 	width: 31.7708%;
 	position: relative;
	height: 100%;
	border-right: 1px solid #6a4f39;

 	}

 .menu_box.one-third.column:last-child{
 	border:none;
 }

 .menu_box img{
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	margin: 0 0 0.5em 0;
 }
 
.menu_box {
float: left;	
width: 25%;
}

 .menu_box p{
 	font-size: 13px;
 	line-height: 15px;
 	font-weight: 400;
 	margin: 0 0 15px 0;
 	color: #fff;
 	}

.menu_box a{
	color: #fff;
	text-decoration: none;
	}


.menu_box a:visited{
	color: #fff;
	}

/* Main Text */

.main_content{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 1px 0 20px 0;
	background-color:#fff;

	font-size: 14px;
}

.main_text{
	width: auto;
	padding: 0 10px 0 10px;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#333;
	float: left;
	width: 67%;
	margin-bottom: 20px;
}

.main_image{
	margin-bottom: 10px;
}

#main_content img{
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 	
	border-radius: 2px;
}

/* Footer */

#global_footer{
	width: 100%;
	padding: 10px 0 10px 0;
	background: #f3f3f3;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #333;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

	border-bottom: 1px solid #ddd;
}

.imageright {
float: right;	
padding-left: 10px;
width: 45%;
}

#footer_nav ul,
#footer_nav ul li{
	margin: 0;
}

#footer_nav ul li {
	display: inline;
	position: relative;
	border-right: 1px solid #c0c0c0;
}

#footer_nav ul li:last-child{
	border: none;
}

#footer_nav ul li a {
	display: inline-block;
	padding:0 10px;
	text-decoration: none;
	color: #333;
	-o-transition:color 0.25s ease-in;
	-ms-transition:color 0.25s ease-in;
	-moz-transition:color 0.25s ease-in;
	-webkit-transition:color 0.25s ease-in;
	transition:color 0.25s ease-in;
}

#footer_nav ul li a:hover {
	color: #848484;
}

/* Bottom */

#bottom{
	width: 100%;
	background: #d6d6d6;
	padding: 10px 0 10px 0;
	color: #000;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 15px;
}

#bottom a{
	color: #333;
	text-decoration: none;
	-o-transition:color 0.25s ease-in;
	-ms-transition:color 0.25s ease-in;
	-moz-transition:color 0.25s ease-in;
	-webkit-transition:color 0.25s ease-in;
	transition:color 0.25s ease-in;
}

#bottom a:hover{
	color: #333;
}

 /* Keywords */

#keywords{
	width: auto;
	padding: 10px 50px 10px 50px;
	
	text-align: center;
}

/* #Page Styles
================================================== */

.contact_box{
	border:1px solid #ccc;
	padding: 10px 5px 10px 5px;
	margin-bottom: 20px;
}


#rightpanel {
background-color: #0e2b69;
    border-radius: 7px;
    color: #eee;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    margin-bottom: 10px;
    margin-right: 10px;
	margin-left: 20px;
    margin-top: 25px;
    min-height: 250px;
    padding: 10px 20px 0 10px;
    text-align: left;
    width: 100%;	
}

#rightpanel  h3 {
	  color: #111;
    font-family: "Times New Roman",Times,serif;
    font-size: 17px;
    font-weight: bold;}

.titl1 {
	
font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: bold;
	}
	
	
.titl2 {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: bold;
	
	}
	
	.column1 {width: 49%; float: left;}

/* #Font-Face
================================================== */


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }

h1 { font-size: 30px; color: #111; margin-top: 10px; line-height:34px; font-family: 'Oswald', sans-serif;}
	h2 { font-size: 20px; font-weight: 600; color: #000; margin-top: 20px;}
	h4 { font-size: 18px; font-weight: 300; line-height: 25px; margin-bottom: 20px; font-family:Arial, Helvetica, sans-serif; color: #ed7000; margin-top:4px; font-family: Arial, Helvetica, sans-serif; margin-top: 20px; }
	h3 { font-size: 15px; font-weight: 400; color: #111; line-height: 20px; margin-bottom: 10px; font-family: Arial, Helvetica, sans-serif; padding-top: 15px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 10px; color: #333; line-height: 10px; }

	p { margin: 0 0 20px 0; line-height: 18px; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: 700; }
	small { font-size: 80%; }
	.textart{ color: #614934; font-weight: 700; font-size: 14px;}

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
.images_content2 {float: right; padding-left: 10px;}

/* #Links
================================================== */

	a{ -o-transition:color 0.25s ease-in; -ms-transition:color 0.25s ease-in; -moz-transition:color 0.25s ease-in;
	-webkit-transition:color 0.25s ease-in; transition:color 0.25s ease-in;}
	a, a:visited { color: #fc7d0c; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #fc7d0c; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-left: 30px; margin-bottom: 20px; }
	ul { list-style: square outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 21px; margin-bottom: 5px; }
	ul.large li { line-height: 24px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img, img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	background-color: #4d4538;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	padding: 5px 10px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background: #26458d;
		color: #fff;
 	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background: #5c3312;
	}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

	.button.clicktocall{
		padding: 15px;
		font-size: 1em;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.main_gallery{
	margin: 0 0 20px 0;
}

.main_gallery img  {
background-color:#FFF;
padding: 3px;
border: 1px solid #CCC;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 5px;
	height: 0;	
	margin-left: 80px;
	
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 80%;

}

/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
		
		.menu_boxes img {
		opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */	
		}
		
		
		.menu_boxes img:hover {
		
		opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
		}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

/* #Media Queries
================================================== */

	/* Logo Queries */

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

	.main_contact_details{
		display: none;
	}

	.clicktocall{
		display: block;
		text-align: center;
	}

	.call{
		padding: 0;
		margin-bottom: 5px;
	}

	.email{
	}
	
	.videoWrapper {
	margin-left: 0px;	
	}
	
	.videoWrapper iframe {

	width: 100%;
	height: 100%;

}

	}

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

	#global_logo{
		padding-bottom: 1.5em;
		}

	.main_logo{
		float: none;
		text-align: center;
	}

	.main_contact_details{
		text-align: center;
	}
	
	.imageright {
display: block;	

}
.imageleft {
display: block;	

}

	.videoWrapper {
	margin-left: 0px;	
	}
	
	.videoWrapper iframe {

	width: 100%;
	height: 100%;

}

	}

	/* Navigation Queries */

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

	#global_nav select{
		display: block;
	}

	#global_nav ul{
		display: none;
	}
	
	.imageright {
display: block;	

}
.imageleft {
display: block;	

}

	}

	/* Banner Queries */

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

	 #global_banner{
	 	display: none;
	 	}

	 }

	/* Menu Box Queries */

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

 .menu_box.one-third.column{
 	border-right: none;
	border-bottom: 1px solid #6a4f39;

 	}

	 }

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

	 .menu_boxes{
	 	display: none;
	 	}
		
		.imageright {
width: 100%;
}

.imageleft {
width: 55%;
}

	 }

	/* Footer Queries */	

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

	#global_footer{
	padding: 0;
}

	#footer_nav ul li{
		display: block;
		width: 100%;
		border-bottom: 1px solid #8d5e37;
		border-right:none;
	}

	#footer_nav ul li a{
		padding: 10px 0 10px 0;
	}

	#footer_nav ul li:last-child{
		border-bottom: none;
	}
.headerright {display: none;}
#slider1 {width: 100%;}


	.column1 {width: 100%;}
	}

	/* Bottom Queries */	

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

	#bottom{
		font-size: 10px;
	}
	
	.main_text {width: 100%;}
.right_box {width: 100%; padding-left: 20px;}

.headerright {display: none;}
#slider1 {width: 100%;}

	}