/****************************** ****************************** 
   					Reset Style CSS
****************************** ******************************/

body {
	background: #f9f5ec;
	font-family: Arial, Helvetica, sans-serif;
}
body, select, input, textarea {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.clr {
	clear: both;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	color:#8e9315;
	font-family: 'open_sansregular';
}
h2 {
	font-size: 20px;
	font-weight: normal;
	font-family: 'open_sansregular';
	color:#8e9315;
}
h3 {
	font-size: 26px;
	font-weight: normal;
	font-family: 'open_sansregular';
}
h4 {
    color: #002899;
    font-family: 'open_sansregular';
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 2px !important;
    margin-top: 0.6em !important;
}
h5 {
	font-size: 16px;
	font-weight: normal;
		 color: #4f4f4f;
    font-family: 'oswaldregular';
}
h6 {
	font-size: 13px;
	font-weight: normal;
}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #8E9315;
transition: all 0.3s ease-in-out 0s;
font-size: 14px;
}
a:hover {
	color: #333;
	transition: all 0.3s ease-in-out 0s;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, address, fieldset {
	margin-bottom: 0.6em
}
p {
   color: #64676b;
    font-family: 'open_sansregular';
    font-size: 13px;
    font-weight: normal;
    text-align: justify;	
	}
img {
	border: 0;
}
#wrapper {
	width: 1100px;
	margin: 0 auto;
	box-shadow:5px 0 13px #ccc7c7;
}


/****************************** ****************************** 
   					header Style CSS
****************************** ******************************/
header {
background:#fff;	
	}

.header1 {
	background:#693639;
	height:42px;
	}

.open {
    position: absolute;
    right: 0;
    top: 46px;
    width: 250px;
}
.open p {
	color:#fff;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	line-height:36px;
	padding-left:40px;
	
	}
	
.open span {
margin-top:8px;	
float:left;
}
.social {
    float: right;
    margin-top: 3px;
    text-align: right;
    width: 21%;
}
.social h4 {
	color:#fff;
	font-size:14px;
	 font-family: 'open_sansregular';
	 float:left;
	 margin-right: 10px;
	 text-align:right;
	}
.social ul {
	list-style:none;
	}
.social ul li {
	display:inline-block;
	   margin-top: 8px;
	}
	
.social ul li a{
  background-color: #848904;
    border-radius: 50%;
    margin-right: 5px;
    padding:7px;
    text-align: center;	
	}
.social ul li a img {
	vertical-align:middle;
	}	
.social ul li a:hover {
	background:#F60;
	}								
.header2 {
	display:block;
	background:url(../images/header-midbg.jpg) 0 0 repeat-x;
	}
.logo {
	float:left;
	width:700px;
	margin-left:40px;
	margin-top: 5px;
		}
	
.head-right {
	float:right;
	width:234px;
	}
.call {
	background:url(../images/phone.png) 0 0  no-repeat;
	padding-left:20px;
	color:#4f4d4d;
	font-family: 'open_sansregular';
	font-size:13px;
	display:block;
	margin:10px 0;
	}	
.mail {
	background:url(../images/mail.png) 0 4px  no-repeat;
	padding-left:20px;
	display:block;
		margin:10px 0;
	}
.mail a {
	color:#ae8066;
	font-family: 'open_sansregular';
	font-size:13px;	
	}
.mail a:hover {
	text-decoration:underline;
	}
.search {
	width:295px;
	padding:5px;
	background:#a3755d;
	margin-bottom:30px;
	}
.search input[type="text"] {
	float:left;
	width:245px;
	background:#fff;
	border:none;
	padding:5px;
	}
	
.search input[type="search"] {
	float:left;
	width:27px;
	background: url(../images/search.png) 4px 3px no-repeat #fff;
	border:none;
	padding:5px;
	cursor:pointer;
	text-indent: -999px;
	transition: all 0.3s ease-in-out 0s;
	}
.search input[type="search"]:hover {
	background-position:4px -18px;
	transition: all 0.3s ease-in-out 0s;
	}									
/****************************** ****************************** 
   					middle Style CSS
****************************** ******************************/	
#middle {

	background:#fff;
	}
	
.static {
		padding:10px 10px 0 10px;
	border-top:solid 1px #f1f0f0;
	}	
.left-pert {
	float:left;
	width:720px;
	margin-right:25px;
	}
	
.cantent {
	display:block;
	}		
.cantent h1 {
	line-height: 58px;
	 border-bottom: 5px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.075), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	 margin-bottom: 25px;
	}
.cantent p {
	text-align:justify;
	}

.right-pert {
    box-shadow: -5px 1px 7px rgba(0, 0, 0, 0.1);
    float: right;
    margin-top: -10px;
    padding: 8px 8px 10px 13px;
    width: 313px;
}
.news {
	display:block;
	margin-bottom:20px;
	overflow:hidden;
	}
.news h1 {
	line-height: 58px;
	 border-bottom: 5px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.075), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	 margin-bottom: 25px;	
	}
	
. uk-event {
	display:block;
	}

.uk-event-time {
    margin: 10px 15px 5px 0;
}
.uk-event-time {
    clear: both;
    display: block;
    float: left;
    height: auto;
    margin: 0px 15px 5px 0;
}


.uk-event-time .uk-event-date {
    color: #FFFFFF !important;
}

.uk-event-date, .uk-event-time .uk-event-date {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px 4px 0 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.24) inset, 0 10px 15px rgba(255, 255, 255, 0.14) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    display: block;
    font-size: 24px;
    line-height: 0;
    min-height: 20px;
    padding: 20px 10px 0;
	    background-color: #F17C0F;
}


.uk-event-month{
    border-radius: 0 0 4px 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
	background-color: #868B04 !important;
	line-height: 26px;
}

.uk-event a {
	font-size:15px;
	}
.news ul {
	list-style:none;
	}
.news ul li {
display:block;
margin-bottom:20px;	
}	

.testi {
	display:block;
	}
.testi h1 {
	line-height: 58px;
	 border-bottom: 5px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.075), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	 margin-bottom: 25px;	
	}

.cast {
    border-bottom: 1px solid #818504;
    display: block;
    padding: 10px 0 21px;
}	
.cast span {
	float:left;
	width:55px;
	height:55px;
	margin-right:20px;
	
	}
.cast span img {
	width:55px;
	height:55px;
	padding:2px;
	border:solid 2px #ccc;
	border-radius:10px;	
	}
.cast h6 {
	float:right;
	color:#868b04;
	font-size:13px;
	font-family: 'open_sansregular';
	}	
	
.slides li {
	border-top:solid 1px #818504;	
	}
.cast p {
	font-size:13px;
	font-family: 'open_sansregular';
	color:#64676b;	
	}
.cont {
	margin-top:20px;
	}
.cont h1 {
	line-height: 58px;
	 border-bottom: 5px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.075), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	 margin-bottom: 15px;	
	}
.map2 {
	display: block;
	margin-bottom: 20px;
	margin-top:20px;
}
.map2 iframe {
	border: 10px solid #FFFFFF;
	box-shadow: 0 0 2px #CCCCCC;
	-moz-box-shadow: 0 0 2px #CCCCCC;
	-webkit-box-shadow: 0 0 2px #CCCCCC;
	height: auto;
	width: 94%;
}														
/****************************** ****************************** 
   					footer Style CSS
****************************** ******************************/	
footer {
	background:#3e3e3e;
	padding-top:20px;
	 margin: 20px auto 0;
	width:1100px;
	position:relative;

	}
	
.foot-nav {
	display:block;
	text-align:center;
	padding-left:130px;
	}		
.foot-nav ul {
list-style:none;	
}

.foot-nav ul li {
float:left;	
color:#fff;
border-right:solid 1px #fff;
	}
.foot-nav ul li:last-child {
	border:none;
	}	
.foot-nav ul li a {
	color:#fff;
	font-family: 'open_sansregular';
	font-size:14px;
	padding:0 10px;
	}
.copy {
text-align:center;	
	}
.copy p {
	color:#fff;
	font-size:12px;
	text-align:center;	
	 line-height: 41px;
	}
	
/**********For Box Slider***********/
.bottom-gallery {
	display:block;
	}
.bottom-gallery h1 {
		line-height: 58px;
	 border-bottom: 5px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.075), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	 margin-bottom: 15px;	
	}	
.infiniteCarousel {
	width: 707px;
	position: relative;
}
.infiniteCarousel .wrapper {
	margin: 0 ;
	min-height: 15em;
	overflow: auto;
	position: relative;
	top: 0;
	width: 707px;
}
.infiniteCarousel .wrapper ul {
	width: 9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	top: 0;
}

.infiniteCarousel ul li {
    display: block;
    float: left;
    height: 121px;
    overflow: hidden;
    padding: 0 2px;
    width: 177px;
}

.infiniteCarousel ul li img {
	border:solid 1px #cec9c9;
	  width: 167px;
	}
.infiniteCarousel .arrow {
	display: block;
	height: 33px;
	width: 33px;
	
	text-indent: -999px;
	position: absolute;
	top: 18px;
	cursor: pointer;
}
.infiniteCarousel .forward {
	background-position: 0 0;
	right: 0;
}
.infiniteCarousel .back {
	background-position: 0 -64px;
	left:640px;
}
.infiniteCarousel .forward:hover {
	background-position: 0 -32px;
}
.infiniteCarousel .back:hover {
	background-position: 0 -96px;
}
			
/* ==========================================
   about us CSS Styles
   ========================================== */	
.static {
display:block;
	}   
   
.heading-bar {
display: block;
    padding-left: 12px;
		line-height: 58px;
	 border-bottom: 5px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.075), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	}   
   
   
.head-text {
	display:block;
	 
	}   
   
.head-text h1 {
	float:left;
    font-family: 'open_sansregular';
    text-align: left;

	}   

   
.breadcrumbs {
    float: right;
    font-family: verdana;
    font-size: 13px;
    margin: 8px 10px 0;
    position: relative;
}
.breadcrumbs-item {
    margin-right: 5px;

}

.separator {
    display: inline-block;
    height: 9px;
    margin: 0 8px 2px 0;
    vertical-align: top;
    width: 6px;
}   
   
   
.about p {
	color: #333333;
    font-family: 'open_sansregular';
    font-size: 13px;
    font-weight: normal;
	line-height: 21px;
	}   
   
.about h5 {
	background:url(../images/but2.png) 0 3px no-repeat;
	padding-left:33px;
	color:#c10001;
	} 


/* ========================================================================= */
							  /* Contact Page CSS */
/* ========================================================================= */
.contact {
	margin-bottom:20px;
	}
.map-part {
	display: block;
	margin-bottom: 20px;
}
.map-part iframe {
	border: 10px solid #FFFFFF;
	box-shadow: 0 0 2px #CCCCCC;
	-moz-box-shadow: 0 0 2px #CCCCCC;
	-webkit-box-shadow: 0 0 2px #CCCCCC;
	height: 350px;
	width: 98%;
}

.contact-left div {
	margin-bottom: 10px;
}
.w-contacts-item-name {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 0 5px;
	font-size: 14px;
	color: #333;
	font-family: 'open_sansregular';
}
.w-contacts-item-value {
	display: block;
	margin: 0 0 10px 70px;
	font-size: 14px;
	color: #576676;
	font-family: 'open_sansregular';
}

.contact-right p {
	font-family: 'open_sansregular';
	font-size: 13px;
}

.tom {
    display: block;
    margin-top: 15px;
    text-align: center;
}
.tom .t1 {
	margin-bottom: 15px;
}
.tom label {
	color: #000000;
	float: left;font-family: verdana;
	font-size: 14px;
	margin: 9px 10px 0 0;
	text-transform: capitalize;
	width: 150px;
	text-align:left;
}
.tom label span {
	font-size: 18px;
	color: #ff0000;
}
.tom input[type="text"], .tom input[type="password"], .tom select, .tom textarea {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ccd5d9;
	color: #000;
	font-size: 13px;
	padding: 10px 8px;
	transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	vertical-align: top;font-family: oswaldregular;
	width: 540px;
}
.tom select {
	width:556px;
}
.tom input[type=text]:focus, .tom input[type=password]:focus, .tom textarea:focus, .tom select:focus {
	border-color: #9BA5A8;
	box-shadow: 0 0 0 1px #9BA5A8;
	transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
}
.tom input[type="text"].error, .tom input[type="password"].error, .tom select.error, .tom textarea.error {
	background: none repeat scroll 0 0 #FEF3F3;
	border: 1px solid #ff4b4b;
}
.tom textarea {
	height: 100px;
	overflow: auto;
	resize: none;
}

.error-text {
	color: #D62727;
	float: left;
	font-size: 12px;
	margin-left: 277px;
	margin-top: 3px;
}
.s_butt {
  background: none repeat scroll 0 0 #848904;
    border: 1px solid #454803;
    border-radius: 5px;
    box-shadow: 0 1px 1px #FFFFFF inset;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'open_sansregular';
    font-size: 22px;
    padding: 10px 25px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.s_butt:hover, .s_butt:focus {
	background: #C70001;
	color: #FFFFFF!important;
}
	
.splite {
	margin-left:50px;
	margin-top:20px;
	}	
.tt1 {
font-family: 'open_sansregular';	
	}	
	
.address {
	box-shadow:none;
	border-left:solid 1px #ccc;
	}	
	
/****************************** ****************************** 
						gallery CSS 
****************************** ******************************/	
.gallery {
display:block;
}
.gallery ul {
	list-style: none;
}
.gallery ul li {
	color: #8E9315;
	float: left;
	margin: 0 12px 25px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:capitalize;
	border: 5px solid #FFFFFF;
	text-shadow: 0 1px 0 #FFFFFF;
		box-shadow: 0 1px 7px #ccc;
}

.gallery ul li:hover {
	box-shadow:0 0 1px #ccc;
	}

.gallery ul li img {
    height: 213px;
    margin-bottom: 6px;
    width: 323px;
}	
.mainpage-news {
	margin:20px;
	 padding-bottom: 20px;
	}	
.mainpage-news ul {
	list-style:none;
	}	
.mainpage-news ul li {
	margin-bottom:20px;
	border-bottom:dashed 1px #ccc;
	}	
	
.mission {
	display:block;
	position:relative;
	}	
	
.mission ul {
	list-style:circle;
	margin-left:20px;

	}	
.mission ul li {
	font-size:13px;
	line-height:30px;
	color: #3d3d3e;
    font-family: 'open_sansregular';
	
	}	
	

.diractorimg {
    float: left;
    margin-bottom: 20px;
    text-align: center;
    width: 250px;
}	
.diractorimg img {
padding:5px;
 box-shadow:0 0 5px #ccc;
margin:10px;
width:200px;
	}	
	
.name {
	color: #8E9315;
    font-family: 'open_sansregular';
    font-size: 15px;
    font-weight: normal;
	text-align:center;
	display: inline-flex;
	
	}	
	
.name span {
	color:#333;
	margin-left:5px;
	}	
	
.face {
	position:absolute;
	width:550px;
	height:auto;
	right:30px;
	top:88px;
	}	
	
	
	.prodect {
    border-bottom: 1px dotted #A5A5A8;
    margin-bottom: 20px;
}


.prodect {
    margin-bottom: 20px;
		 border-bottom: 5px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.075), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	margin-top:10px;
}


.e1 {
    float: left;
    margin: 0 10px 10px 0;
  
}

.e1 img {
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 2px #CCCCCC;
    padding: 3px;
     width: 150px;
}


.e2 {
    float: left;
    margin: 0 10px 10px 0;
    width: 530px;

}


.e2 a {
 color: #8E9315;
    font-family: 'open_sansregular';
    font-size: 20px;
    font-weight: normal;
	line-height:30px;
}

.enquiry a {
  background: none repeat scroll 0 0 #848904;
    border: 1px solid #454803;
    border-radius: 5px;
    box-shadow: 0 1px 1px #FFFFFF inset;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'open_sansregular';
    font-size: 14px;
        padding: 4px 15px;
	 text-align: center;
    text-transform: uppercase;
	float:right;
}
	
.enquiry a:hover {
	background:#F00;
	}	
	
	
.events {
	display:block;
	}	
	
.events ul {
	list-style:none;
	}	
	
.events ul li {
	margin:20px;
	padding-bottom:20px;
		 border-bottom: 5px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.075), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	}	
.events ul li a {
	font-size:16px;
	}	
.events ul li p span{
color:#C02B2E;
	}
	
	.l1 input{
background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCD5D9;
    border-radius: 5px;
    color: #000000;
    font-family: oswaldregular;
    font-size: 13px;
    padding: 10px 8px;
    transition: all 0.25s ease-in-out 0s;
    vertical-align: top;	
	}	
.subs {
display:block;	
	}
.subs h1,.calender h1 {
 border-bottom: 5px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.075), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	line-height: 58px;
	}
	
.calender {
	margin-top:20px;
	}		
	
	
	.navigation {
margin-left: 9px;
margin-right: 0;
width: 1090px;
z-index: 1000;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #faf8f8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#faf8f8));
background: -webkit-linear-gradient(top, #ffffff 0%,#faf8f8 100%);
background: -o-linear-gradient(top, #ffffff 0%,#faf8f8 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#faf8f8 100%);
background: linear-gradient(to bottom, #ffffff 0%,#faf8f8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#faf8f8',GradientType=0 );
}
.navigation ul {
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
text-align:center;
}

.navigation ul li {
z-index:100;
position: relative;
display: inline;
float:left;
border-right:solid 1px #ebe8e8;

}

.navigation ul li:last-child {
border-right:none;
}


.navigation ul li a {
z-index:100;
display: block;
font-size: 18px;
color: #4d4d4d;
font-family: 'open_sansregular';
line-height: 47px;
text-shadow: 0 0 1px #FFFFFF;
padding: 1px 15px;
border-top: 2px solid rgba(0, 0, 0, 0);
}


.navigation ul li:hover ul {
display:block;
}
.navigation ul li a:hover, .navigation ul li.active a {
border-top:solid 2px #c02b2e;
color:#c02b2e;
}

.navigation ul li ul {
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 0 1px 2px #CCCCCC;
display: none;
padding: 10px;
position: absolute;
top: 50px !important;
z-index: -1;
width:auto;
}

.navigation ul li ul li {
display: block;
float: none;
background:none!important;
border: medium none;
text-align:left;
border-bottom:solid 1px #e5e5e5;
padding:0px;
border-left:solid 2px transparent;
}

.navigation ul li ul li:last-child {
border:none;
}

.navigation ul li ul li a {
border: medium none !important;
font-size: 16px;
color: #4d4d4d!important;
font-family: 'open_sansregular';
line-height:30px;
text-shadow: 0 0 1px #FFFFFF;
line-height: 35px;
padding-left: 10px;
display: block;
}

.navigation ul li ul li:hover {
border-left:solid 2px #c02b2e;
}
.navigation ul li ul li a:hover {
background:#faf8f8;
display:block;
color:#c02b2e!important;


}			