html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
	outline:none;
}
header, nav, section, article, figure, aside, footer, embed, hgroup, blockquote, video {
	display: block;
}
* {
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-mobkit-box-sizing:border-box;
}
.clear {
	clear:both
}


@font-face {
    font-family: 'a_love_of_thunderregular';
    src: url('../fonts/a_love_of_thunder-webfont.eot');
    src: url('../fonts/a_love_of_thunder-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/a_love_of_thunder-webfont.woff2') format('woff2'),
         url('../fonts/a_love_of_thunder-webfont.woff') format('woff'),
         url('../fonts/a_love_of_thunder-webfont.ttf') format('truetype'),
         url('../fonts/a_love_of_thunder-webfont.svg#a_love_of_thunderregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a, input[type="submit"],.whoall li,.innerContent .blog li {
	text-decoration:none;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.lft {
	float:left;
}
.rgt {
	float:right;
}
strong, .bold li {
	font-weight:bold;
}
p {
	font-size:100%;
	color:#4a4a4a;
	line-height:1.5;
	text-align:justify;
}
.center {
	text-align:center;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
img {
	max-width:100%;
	vertical-align:middle;
	border:none;
}
body {
	font-size:14px;
	color:#161617;
	font-weight:normal;
	/*font-family: 'a_love_of_thunderregular';*/
	background:url(../images/bg.jpg) repeat;
}

.wrapper {
	max-width:950px;
	margin:0 auto;
}
section {
	width:100%;
	display:inline-block;
	float:left;
}
#header, .slider, #footer, .row {
	width:100%;
	float:left;
}
/* ==========Back to Top */
#backtotop {
	position:fixed;
	bottom:15px;
	right:15px;
	background:#877061;
	width:45px;
	height:45px;
	border-radius:35px;
	z-index:999999;
	cursor:pointer;
	transition:0.3s
}
#backtotop:after {
	content:'';
	position:absolute;
	width:0;
	height:0;
	bottom:5px;
	left:10px;
	top:15px;
	border-bottom:12px solid #fff;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
}
#backtotop:hover {
	background:#3b2517;
}

/* =========================left side fixd========================== */
.signupbtn{ transform: rotate(90deg);
    display: inline-block;
    position: fixed;
    top: 40%;
    left: -45px;
    background: url(../images/sign-up.png) no-repeat 5px 13px #3b2517;
	z-index:100;
    padding: 10px 25px;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    color: #fff;
	display:none;
	}
.signupbtn.signupbtnClose{background: url(../images/sign-up-close.png) no-repeat 5px 13px #3b2517;}
.lft_aside {
	position:absolute;
	left: 3px;
	top:0;
	z-index:100;
	width:170px;
	display:block;
}
.lft_aside .signbx {
	margin-top:85px;
	background:#67c4ac;
	padding: 15px 11px;
	border-radius:5px;
	position:relative;
}
.lft_aside .signbx:before{
	content:'';
	position:absolute;
	background:url(../images/left-mid.png) no-repeat;
	height:83px;
	width:196px;
	top: -105px;
    left: 0px;
}
.lft_aside .signbx p {
	
	font-size:18px;
	line-height:22px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	padding-bottom:15px;
	text-align:center;
}
.lft_aside .signbx p span {
	color:#3b2415;
	font-size:30px;
}
.signbx p strong{font-size:23px;}
.lft_aside .signbx label {
	color:#3a1f10;
	display:block;
	padding-bottom:5px;
}
.lft_aside .signbx input[type="text"], .lft_aside .signbx input[type="email"] {
	width:100%;
	padding:5px;
	border:none;
	margin-bottom:15px;
}
.lft_aside .signbx input[type="submit"] {
	background:#fff;
	color:#3a1f10;
	text-transform:capitalize;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	border:none;
	border-radius:5px;
	padding:5px 10px;
}
.lft_aside .signbx input[type="submit"]:hover {
	background:#ccc;
}
/* =========================================================header start================================== */
.top-right{position:absolute; right:0; top:0px; z-index:10;}
.hdrsec {
	position:relative;
}
#header {
	text-align:center;
	padding-top:50px;
	position:relative;
}
#header #logo {
	padding-bottom:20px;
}
#header .social a {
	margin:0 4px;
}
#header .social img {
	border-radius: 30px;
	transition: all 0.6s ease-in-out 0s;
	background:#877061
}
#header .social a:hover img {
	transform: rotate(360deg);
}
#header .buybtn {
	position: absolute;
	right: -100px;
	top: 0;
}
.nbs-flexisel-item p {font-size:15px !important;}
/* =========================================================header End================================== */
.slider {
	margin-bottom:20px;
}
.row {
	margin:15px 0;
}
.row .wh_box {
	width:47%;
	float:left;
	margin-right:6%;
	background:#fff;
}
.row .wh_box:last-child {
	margin-right:0;
}
.row .wh_box img,.sec-2 img,.sec-3 img {
	width:100%;
}
.row .col{float:left; width:48%; margin-right:4%;}
.row .col:nth-child(2n){margin-right:0;}
.row .txtcol{}
.row .txtcol img{ width:100%;}
.row .txtcol p,.row .txtcol p a{ background:#877061;
padding:10px 15px;
font-size:20px;
color:#fefdfc;
text-transform:uppercase;
text-align:left;

}
.row .txtcol p .readmore{ text-decoration:underline; padding:0; font-size:15px;}
.row .txtcol p .readmore:hover{text-decoration:none;}
.row .txtcol:nth-child(even) p,.row .txtcol:nth-child(even) p a{ background:#67c4ac; color:#3b2517}
.sec-2 .col:nth-child(1){ width: 55%; margin-right:5%;}
.sec-2 .col:nth-child(2){ width: 40%}
.sec-3 .col:nth-child(1){ width: 75%; margin-right:2%;}
.sec-3 .col:nth-child(2){ width: 23%}
.sec-2 .col:nth-child(2) img{ max-height:360px;}

.sec-3 .col:nth-child(1){background:#fff; padding:0px;}
.row li{ width:30%; margin-right: 5%; float:left;}
.row li:last-child{margin-right:0;}
.sec-3 h2,.row li h3{color:#3b2517; font-size:36px; font-weight:bold; padding-bottom:10px;font-family: 'a_love_of_thunderregular';}
.row li img{}
.row li h3{ font-size:15px; padding-bottom:0; padding-top:10px;color:#67c4ac;}
.row .col li:hover h3{color:#877061}
/* =========================================================Footer Start================================== */
#footer {
	background:rgba(148, 134, 122, 0.6);
	padding:15px 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:17px;
	color:#fefefe;
	font-weight:bold;
	margin-top:25px;
}
#footer .lft {padding-top:0px;}
#footer .lft label {
	display:block;
	padding-bottom:10px;
}
#footer .rgt li {
	float:left;
	padding-left:20px;
}
#footer input[type="text"],#footer input[type="email"]{
	padding:5px;
	border:none;
}
#footer input[type="submit"]{
	border:none;
	padding:5px 10px;
	background:#000;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}
#footer input[type="submit"]:hover{background:#67c4ac;}
#footer h2,h2{
	font-family: 'a_love_of_thunderregular';
	text-transform:uppercase;
	font-size:22px;
	font-weight:normal;
}
#footer .clintLogo{ display:inline-block; width:100%; margin-bottom:15px;}
#footer .clintLogo li{ float:left; padding-right:10px; margin:10px 0;}
/* =========================================================Footer End================================== */
.blog p{color:#3b2517; font-size:19px;font-family: 'a_love_of_thunderregular'; border-bottom:5px solid #67c4ac; padding-bottom:15px; margin-bottom:20px;}
.blog img{width:auto;}
.blog .readmore{
font-family: 'a_love_of_thunderregular';
color:#fff;
text-transform:uppercase;
font-size:18px;
padding:5px 15px; float:left;
border-radius:5px;
background-image: -ms-linear-gradient(top, #877061 0%, #E6E1DE 100%);
background-image: -moz-linear-gradient(top, #877061 0%, #E6E1DE 100%);
background-image: -o-linear-gradient(top, #877061 0%, #E6E1DE 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #877061), color-stop(1, #E6E1DE));
background-image: -webkit-linear-gradient(top, #877061 0%, #E6E1DE 100%);
background-image: linear-gradient(to bottom, #877061 0%, #E6E1DE 100%);
}

.blog .readmore:hover{
background-image: -ms-linear-gradient(bottom, #877061 0%, #E6E1DE 100%);
background-image: -moz-linear-gradient(bottom, #877061 0%, #E6E1DE 100%);
background-image: -o-linear-gradient(bottom, #877061 0%, #E6E1DE 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #877061), color-stop(1, #E6E1DE));
background-image: -webkit-linear-gradient(bottom, #877061 0%, #E6E1DE 100%);
background-image: linear-gradient(to top, #877061 0%, #E6E1DE 100%);
}
.blog .shareBlog{float:right;}
.blog .shareBlog a{ float:left; margin-left:15px;font-family: 'a_love_of_thunderregular'; color:#67c4ac; font-size:20px;}
.blog .shareBlog a:hover{color:#3b2517;}

.dayleft{/* background:url(../images/cal-date.png) no-repeat center top;*/ background:#fff; padding-top:22px;  text-align:center;font-family: 'Source Sans Pro', sans-serif; font-size:28px; font-weight:bold; color:#050505; position:relative;}
.dayleft span{ font-size:112px; text-align:center;   font-weight:bold; display:block; line-height:80px; width:100%; background:#fff; }
.dayleft:before{
position:absolute;
content:'';
background:url(../images/kill.png) no-repeat center top;
width:100%;
height:37px;
top:-12px;
left:0;

}

/* inner page code */
.innerContent{background: #fff; padding: 20px 10px; display: inline-block; width: 100%; font-size: 17px; line-height: 26px;letter-spacing: 1px;}
.lftContent{ width:67%; float:left; margin-right:3%;}
.rgtContent{ width:30%; float:left;}

.wrapper .content.innerContent .title{color: #3b2517;  font-size: 36px; font-weight: bold; padding-bottom: 15px;text-align: center !important;  margin: 0 0 15px 0 !important;}
.detailimage {   float: left ;  margin: 2px 17px 0 0 ;}

.whoall li{ padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #69cfb7; display:inline-block; width:100%; font-family: 'Source Sans Pro', sans-serif; font-size:17px;}
.whoall li:first-child{ border-top:1px solid #69cfb7; padding-top:10px;}
.whoall figure{ float:left; margin:0; padding-right:2%; text-align:center; width:25%; }
.whoall .innrtxt{width:75%; float:right;}
.whoall h3{ padding: 5px 0; font-weight: 900; font-size: 18px;color:#877061}
.whoall h3 a{color:#877061}
.whoall li:hover h3 a{ color:#3b2517}
.whoall li h3 a:hover{ color:#69cfb7}
.whoall p{line-height:1.3; padding-bottom:10px;}
.whoall li:hover{ border-color:#3b2517;}


/* gallery*/
.greenbg{background:#69cfb7; margin-bottom:20px;}
.gallery{display: inline-block;   padding: 20px 5px;   width: 100%;}
.gallery #vlightbox1{width:100%; display:inline-block; margin-top:10px}
.gallery #vlightbox1 li{width:19%; float:left; margin-right:1.2%; margin-bottom:15px;}
.gallery #vlightbox1 li img{ width:100%; float:left;}
.gallery #vlightbox1 li:nth-child(5n){margin-right:0;}
.gallery h2{color:#3b2412; font-size:25px;}

.gallery .row .col2{width:49%; float:left; margin-right:2%; margin-bottom:10px;}
.gallery .row .col2:nth-child(2n){margin-right:0;}

.selectpro{ position:relative; display:inline-block}
.selectpro .select{background: #866e62; padding:12px 40px 12px 10px; font-size:15px;font-family:none; color:#fff; position:relative}
.selectpro .select:after{ background:url(../images/iconDropdown.png);position:absolute; content:''; width:20px; height:20px; right:10px; top:12px;}
.selectpro .sub-cat{ display:none; position: absolute;top: 27px;background: #fff;width: 100%; z-index:100}
.selectpro .sub-cat li{border-bottom:1px solid #ccc;}
.selectpro .sub-cat li a{ padding:5px; line-height:1.3; display:block; font-family: 'Source Sans Pro', sans-serif; font-size:16px; color:#000; }
.innerContent p{padding-bottom:10px; font-family: 'Source Sans Pro', sans-serif; font-size:15px;}

fieldset{border:none;}
.conFrm fieldset{width:100%; display:inline-block; padding-bottom:5px;}
.conFrm label{width:30%; float:left;}
.conFrm input[type="text"],.conFrm select,.conFrm input[type="email"],.conFrm input[type="url"],.conFrm input[type="tel"],.conFrm textarea{
border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 10px 1px #e0e0e0 inset;
    float: left;
    padding: 5px 10px;
    width: 40%;}
.conFrm textarea{ height:120px; }
.conFrm input[type="submit"]{
	background:  #000;
    border: none;
	border-radius: 3px;
    color: #fff;
    cursor: pointer;
    /* font-family: "Century Gothic"; */
    font-family: 'a_love_of_thunderregular', sans-serif;
    font-size: 15px;
    padding: 5px 15px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: initial;
}
.conFrm input[type="submit"]:hover{ background:#67c4ac}

/* whats on*/
.whatsbox li{ float:left; padding:5px ; position:relative; display:inline-block; }
.whatsbox li img{position:relative;}
.whatsbox li .innrtxt{ position:absolute; top:3%; left:15px;}
.whatsbox .greenbg{color:#3d2314; margin-bottom:10px;font-weight: 900;}
.whatsbox .greenbg a{color:#3d2314; }
.whatsbox li .innrtxt span{display:block; background:#fff; color:#877060; font-weight: 700;}
.whatsbox li .innrtxt span a{color:#877060; }
.whatsbox li h3{padding:10px 15px 10px 5px; color:#3d2314; font-family: 'Source Sans Pro', sans-serif; font-size:16px; }
.whatsbox li .date{ padding:5px 30px 5px 5px; font-family: 'Source Sans Pro', sans-serif;}




/* blog page design */
.innerContent .blog li{width:48%; float:left; margin:0 1% 25px; border:1px solid #eaeaea; padding-bottom:5px; border-radius:5px; min-height:520px;font-family: none;
    font-size: 16px;}
.innerContent .blog li:hover{ box-shadow:0 0 5px 2px #d5d1d1}
.innerContent .blog h3{ font-size:18px; color:#3d2314; padding:10px 5px;display:block; background:#f5f5f5; border-bottom:1px solid #eaeaea; min-height:70px;font-family: none;}
.innerContent .blog p{ font-family: 'Source Sans Pro', sans-serif; font-size:15px; border-bottom:none; margin-bottom:0; padding:10px 5px;}
.innerContent .blog .readmore{background:#69cfb7; margin-left:5px; color:#3d2314; margin-bottom:15px;font-family: none;}
.innerContent .blog .readmore:hover{ background:#3d2314; color:#fff;font-family: none;}


.latestnews{ font-family: 'Source Sans Pro', sans-serif; width:100%; display:inline-block; margin:15px 0; }
.latestnews li{border-bottom:1px dotted #a0a0a0; padding-bottom:5px; margin-bottom:5px;}
.latestnews h3{ color:#03239c; font-size:15px;}
.latestnews h3 a{color:#877061; background:url(../images/iconReadmore.jpg) no-repeat right top; padding:2px 17px 2px 0;font-weight: 900; }
.latestnews p{ color:#736660; font-family: 'Source Sans Pro', sans-serif; font-size:13px; padding-bottom:0; line-height:normal; border-bottom:none; margin-bottom:0;}

.news{ width:100%; display:inline-block; margin-top:20px; }
.news h2{ position:relative; text-align:center; color:#42291b; font-size:36px; margin-bottom:15px; }
.news h2 span{ padding:0 15px;}
.news h2:before,.news h2:after{ content:url(../images/circle-5.png);}
.news p, .news a{ text-align:left;color:#42291b}

.fest_box { position:relative }
.fest_box h2{ position:absolute; left:0; width:100%; top:0; padding:10px 15px; color:#fff; background:rgba(185,176,120,0.8); font-weight:normal;}
.fest_box h2 a{color:#fff;}

.dayleft{font-family:"a_love_of_thunderregular"; background:#fff; padding-top:10px}

.dayleft p,.dayleft .intro-text,.hasCountdown, .intro-text, .outro-text{margin:0;}
.dayleft .outro-text{text-align:center; background:#877061; color:#000; text-transform:uppercase; padding:5px 0;}
.hasCountdown{ background:#fff; padding:45px 20px; margin-bottom:0; }
.timeevent{font-size:28px;}
.atom_twitter_feeds {padding:3px 10px!important;}



.innerContent .whatsbox .row:nth-child(even) li:first-child,
.innerContent .whatsbox .row:nth-child(odd) li:last-child
{width:62%; margin-right:0}
.innerContent .whatsbox .row:nth-child(even) li:last-child,
.innerContent .whatsbox .row:nth-child(odd) li:first-child
{ width:35%; margin-right:0 }
.innerContent .whatsbox .row li:last-child{ float:right; margin-right:0;}
.innerContent .whatsbox .row li img{width:100%;}


span.wpcf7-not-valid-tip{display:inline-block; width:100%; padding-left:30%;  }
div.wpcf7-validation-errors{ border-color:#f00;}

.detailimage{float:left; margin:0 15px 10px 0;}

.innerContent .lftContent ul.blog li img{width:100%; height:200px;}

/* Voting (craig@iprogress.co.uk ) */
	#voting_form { width:300px;margin:0px auto; }
		#voting_form hr { height:1px;border:0px;border-top:1px solid #877061; }
		#voting_form .error { font-weight:bold;color:#f00; }
		#voting_form h3 { margin:20px 0px 10px; }
		#voting_form input { width:300px;padding:5px;border:1px solid #877061;transition:all 0.2s ease-in-out 0s; }
			#voting_form input:hover,#voting_form input:focus { border-color:#3b2517; }
		#voting_form select { width:300px;padding:5px;border:1px solid #877061;transition:all 0.2s ease-in-out 0s; }
			#voting_form select:hover,#voting_form select:focus { border-color:#3b2517; }
		#voting_form button { text-align:center;background:#877061;border-radius:2px;padding:10px 40px;border:0px;color:#fff;text-transform:uppercase;transition:all 0.2s ease-in-out 0s;cursor:pointer; }
			#voting_form button:hover,#voting_form button:focus { background:#3b2517; }