@charset:"utf-8";
/***cssdocument***/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	text-align: center;
	background: #fff url('../images/bodybg.jpg') left bottom no-repeat;
	height: 100%;
}

@viewport{
    zoom: 1.0;
    width: device-width;
}

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;
}
label, p, a, li, input, textarea, ul, ol, td, strong, td, tr {
	margin: 0 0 0;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-weight: 400;
}
a {
	text-decoration: none;
	color: white;
}
:focus {
	outline: 0;
}
img {
	border: none;
	max-width: 100%;
}
a img {
	border: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
}
hr {
	position: relative;
	border: none;
	border-bottom: #eee .2em solid;
	clear: both;
}

h1, h2, h3, h4, h5, h6, b{
	font-family: 'Open Sans', sans-serif;
	margin: 0.313em 0;
	padding: 0 0;
	font-weight: 600;
	text-transform: uppercase;
}
p {
	text-align: justify;
	font-size: .8rem;
	line-height: 1.5rem;
}
h1 {
	font-size: 1.4rem;
	color: #333;
}
h2 {
	font-size: 1.3rem;
	color: #333;
}
h3 {
	font-size: 1rem;
	color: #555;
}
h4 {
	font-size: 8rem;
	color: #444;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
p.error{
	color: red;
	text-align: center;
	font-size: .9rem;
}
p.success{
	color: green;
	text-align: center;
	font-size: .9rem;
}
/*******************************/
div#cksi, div.header, div.slider, div.midcontainer, div.footer, .grid{
position: relative;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
overflow: hidden;
}
div.container{
	position: relative;
	width: 970px;
	padding: 5px 10px;
	margin: 0 auto;
	display: table;
	text-align: left;
}
div.whitemask{
	background-color: rgba(255,255,255,.9);
	-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,.3);
	box-shadow: 0 0 3px 3px rgba(0,0,0,.3);
}
div.grid{margin: 5px 0;}

div.header, div.footer{
	background: #231411 url('../images/headerbg.jpg') left top repeat;
}
div.header .logo{
	position: relative;float: left;width: auto;height: auto;margin: 10px 0;
}
div.header .logo img{display: block; max-width: 100%; margin: 0 auto;}

div.header div.nav{position: relative;float: right;width: auto;height: auto;margin: 55px 0 0;}

div.nav ul li{display:inline;}

div.nav ul li:after{content: '○'; font-size: 1rem; color: #A67267;vertical-align: inherit;padding-left: .5em;}

div.nav ul li:last-child:after{display: none;}

div.nav li a{font-size: .8rem;text-transform: uppercase;color: #fff;display: inline-block;padding: .5em;}

div.nav a:hover, .nav li.active a{color: #57c4ce !important}

/**********header / end ************************/
div.slider .box{height: 400px;background-color: #ccc;}
div.span4{
	position: relative;
	float: left;
	width: 300px;
	height: auto;
	margin-right: 10px;
	border:#ccc .1em solid;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	vertical-align: top;
	padding: 7px;
}
div.span4:last-child{
	margin: 0;
}
div.span4 img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #ccc;
	text-align: center;
	margin: 5px auto;
}

div.span8{position: relative;float: left;width: 642px;vertical-align: top;}

div.span3{position: relative;float: right;width: 302px;vertical-align: top;	border:#ccc .1em solid;-webkit-border-radius: 10px;border-radius: 10px;vertical-align: top;padding: 7px;}

ul.thumpgall{display: table; width: 105%;height: auto;margin: 5px 0 0;}

ul.thumpgall li{display: inline-block;margin:5px 5px 5px;width: 62px;height: 62px;overflow: hidden;}

ul.thumpgall li img{display: block;width: 100%;height: 100%;background-color: #ccc; text-align: center;}

a.readmore{display: inline-block;width: auto;height: auto;padding: .5em .8em;background-color:#F58221;color: #fff;font-size: .7rem; margin: 10px 5px 5px;}

a.readmore:hover{background-color:#57c4ce; }

ol li{
	display: list-item;
	list-style-type: decimal;
	list-style-position: inside;
	font-size: .85rem;
	color: #333;
	line-height: 1.5rem;
}
div.gallery{
	border-bottom: .2em solid #eee;
}
div.gallery:last-child{
	border:0;
}
div.gallery:hover h3{background-color: #F38120;}

div.gallery h3, ul.admin h2{background-color: #57C4CE; display: table;width: auto;height: auto;padding: .5em .8em;color: #fff;}

div.gallery ul{display: inline-block;width: 103%;margin: 10px 0;}

div.gallery ul li{display: inline-block;width: 180px;height: 130px;margin: 0 15px 15px 0;overflow: hidden;}

div.gallery li img{display: block;width: 100%;height: 100%;background-color: #ccc; text-align: center;}

/**contact***/
div.enquiry{
	display: inline-block;
	width: auto;
	height: auto;
	position: relative;
	margin: 10px 0;
}
div.enquiry p{
	padding: 0 0 0.563em;
	display: block;
}
div.enquiry label{
	color:#1A0D05;
	font-size: .8rem;
	text-transform: uppercase;
	
}
div.enquiry .text{
	font-size: 1rem;
	color: #333;
	border:#D2D2D2 1px solid;
	width:28.5em;
	height:2.3em;
	padding:0px 0px 0px 0.313em;
	font-size: .9rem;
}
div.enquiry .text-aera{
	position:relative;
	color: #333;
	border:#D2D2D2 1px solid;
	width:28.5em;
	height:4.375em;
	padding:0.313em 0px 0px 0.313em ;
	resize:none;
	clear: both;
	font-size: .9rem;
	
}
div.enquiry img{
	margin-right: 18.938em;
	display: block;
	max-width: 100%;
	float: right;
}
div.enquiry .button{
	position:relative;
	background:#F17D18;
	padding:0.2em .6em;
	font-size: .85rem;
	color:#FFF;
	border:none;
	cursor:pointer;
	text-transform: uppercase;
}

div.postbox{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 515px;
	float: right;
	margin: 10px 0;
}
table.address{
	position:relative;
	float: left;
	width: 100%;
	display: table;
	margin: 0 .5em .7em;
}
table.address:first-child{
	margin-top: .8em;
}
table.address td{
	padding: 0.313em 0;
	color: #333;
	font-size:.9rem;
	line-height: 1.5rem;
}

table.address td:first-child +td{
	padding: 0.313em;
	font-weight: bold;
}
table.address .fa{
	color: #57C4CE;
}
table.address td a{
	color: #333;
}
table.address td a:hover{
	color: #F17D18;
}
table.address td b{
	font-weight: bolder;
	text-transform: uppercase;
	color:#F17D18;
	margin-bottom: .3em;
	display:inline-block;
}
div.postbox .rootmap{
	position:relative;
	width:500px;
	height:235px;
	float:right;
	overflow:hidden;
	background:#fff url(../images/loading.gif) center no-repeat;
	border: .3em solid #eee;
}
div.postbox .rootmap iframe{
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	display: block;
}

ul.admin{
	display: table;
	margin: 1em 0;
	width: 102%; 
}
ul.admin li{
	display: inline-block;
	width: 209px;
	height: 250px;
	margin: 1em 1em 0 0 !important;
	padding: .5em;
	border: .1em solid #eee;
	background: #fff;
}
ul.admin li span.name, ul.admin li span.desig{
	display: block;
	width: 100%;
	height: auto;
	padding: .5em 0;
	text-align: center;
	font-size: .85rem;
	color: #fff;
	position: relative;
}
ul.admin li span.name{
	background-color: #EF8225;
}
ul.admin li span.desig{
	background-color: #57C4CE;
}
ul.admin li img{
	width: 100%;
	height: 71%;
	margin: .5em auto;
}
/**********midcontainer / end *********/

div.footer div.nav{
	float: left;
	margin: 10px 0;
}
div.footer div.nav p{
	margin-left: .5em;
	color: #fff;
}
div.footer ul.social{
	display: inline;
	float: right;
	margin-top: 10px;

}
ul.social li{
	display: inline;
	margin-left: .3em;
}
ul.social li a{
	font-size: 1.6rem;
	color: #57c4ce;
}
ul.social li a:hover{
	color: #F58221;
}

