/*
Theme Name: National Flower Show
Theme URI: http://NationalFlowerShow
Author: Anglia Prostate
Author URI: http://NationalFlowerShow
Description: Website Design for National Flower Show
Version: 1.0-wpcom
Text Domain: National Flower Show
*/

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, 
b, u, i, 
dl, dt, dd, ol,li,ul
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding-top: 0;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
	margin-bottom:0;	
}
/* remember to define focus styles! */
:focus { 
outline: 0; 
}


/* --------------- remove apple's default styling --------------- */
	input[type="text"]{
		border-radius:0;
		padding:1px 0 1px 2px;
		-webkit-appearance: none;
	}
	
	input[type="button"],input[type="submit"],textarea{
		border-radius:0;
		-webkit-appearance: none;
	}
	
/* --------------- common input style --------------- */	
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="submit"],
	select,textarea{	
		border:0;
		margin:0;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight:700;
	}	
	
	::-webkit-input-placeholder {
		color: #494949;
	}
	:-moz-placeholder {
		color: #494949;
	}
	::-moz-placeholder {
		color: #494949;
	}
	:-ms-input-placeholder {  
		color: #494949;
	}
	
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
body{
	margin: 0 auto;
    color: #494949;
    font-size: 17px;	
	font-family: "Roboto Slab", serif;
	font-weight:normal;
	
}
a{
	text-decoration:none;
	color: #494949;
}
li{
	list-style-type:none;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
p{
	line-height:24px;
    font-size:17px;
}
hr{
	border-top:1px solid #8cc07c;
	border-bottom:none;
	border-right:none;
	border-left:none;
}

/* ---------------------------- MAIN CLASS ---------------------------- */
#main-wrapper{
	margin:0 auto;
	position:relative;
	overflow: hidden;
}
#header-wrapper{
    z-index: 9999;
	width:100%;		
	position:relative;
}
#content-wrapper{
	width:100%;
	margin:0 auto;
	clear:both;	
	padding-bottom: 100px;
}
#inner-content-wrapper{
	width:100%;
	margin:0 auto;
	clear:both;	
   	overflow:hidden;
	padding-bottom:100px;
	padding-top: 118px;
}
#footer-wrapper{
	clear:both;
	margin:0 auto;
	background-image: url(inc_files/images/footer.png);
    background-repeat:no-repeat;
    background-position:top;
}

/* ---------------------------- inner banner ---------------------------- */
#inner-banner{
	height:280px;
    background-repeat:no-repeat;
    background-position:top;
	Display:table;
	width:100%;
}
#inner-banner h1{
	text-align:center;
	color:#fff;
	font-size:65px;
	display:table-cell;
	vertical-align:middle;
	font-family: "Passion One", sans-serif;
}

/* ---------------------------- COMMON CLASS ---------------------------- */
.page-width{
	max-width:1515px;
	margin:0 auto;
	position: relative;
}
.left-align{
	float:left;
}
.right-align{
	float:right;
}
/*.page-header{
	color:#dfc8b5;
	font-size:28px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:6px;
	vertical-align:middle;
	margin-top:55px;
	margin-bottom:100px;
	font-family: 'Playfair Display', serif;
}
.page-header:after{
	content:"";
	display:inline-block;
	width:68px;
	height:1px;
	background-color:#dfc8b5;
	vertical-align:middle;
	margin-left:20px;
}
.page-header:before{
	content:"";
	display:inline-block;
	width:68px;
	height:1px;
	background-color:#dfc8b5;
	vertical-align:middle;
	margin-right:20px;
}*/
.common-text h1,
.common-text h2,
.common-text h3,
.common-text h4,
.common-text h5,
.common-text h6{
	margin-bottom:20px;
	color:#447344;
}
.common-text p a{
	color:#8cc07c;
}
.common-text a{
	color:#8cc07c;
	text-decoration:underline;
}
.common-text h1{
	font-size:44px;
	
}
.common-text h2{
	font-size:38px;
}
.common-text h3{
	font-size:28px;
}
.common-text h4{
	font-size:24px;
}
.common-text h5{
	font-size:20px;
}
.common-text h6{
	font-size:18px;
}
.common-text p{
	margin-bottom:35px;
}
.common-text ul,
.common-text ol{
	margin-bottom:35px;
	padding-left:20px;
}
.common-text ul li,
.common-text ol li{
	list-style-type:disc;
}
.common-text img{
	display:block;
	max-width:100%;
	margin-bottom:35px;
	height:auto;
}
.common-button{
	font-size: 15px;
    height:76px;
    line-height: 76px;
    color: #fff  !important;
    text-align: center;
    padding: 0 22px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-family: "Open Sans", sans-serif;
	background-color: #8cc07c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}
/*
.button{
	color:#9baf84;
	font-size:20px;
	text-transform:uppercase;
	display:block;
	clear:both;
	letter-spacing: 2px;
}
.button img,.button span{
	vertical-align:middle;
}
.bottom-link{
	text-align:center;
}*/


/* ---------------------------- HEADER SECTION ---------------------------- */
#header-top{
	height:290px;
    background-repeat:no-repeat;
    background-position:center top;
}
.sticky {
  position:fixed;
  top:0;
	  width: 100%;
}
#main-logo{	
    position:absolute;
	left: 50%;
    top: 15px;
	margin-left:-149px;	
}
.top-address{
	position: absolute;
    left: 106px;
    top:70px;
}
.top-address h5{
	color:#E7167A;
	font-size:43px;
	font-family: "Bebas Neue", sans-serif;
	line-height: 43px;
}
.top-address h6{
	color:#7bc333;
	font-size:26px;
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 1.4px;
}
#header-bottom{
	background-color:#0F183B;
}
#header-bottom .page-width{
	text-align:center;	
}
.menu-btn1,
.menu-btn2{
	font-size:14px;
	height:50px;
	line-height:50px;
	color:#fff;
	text-align:center;
	padding:0 22px;
	display:inline-block;
	font-weight: 700;
    letter-spacing: 1.5px;
	font-family: "Open Sans", sans-serif;
}
.menu-btn1{
	background-color:#71AF33;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
}
.menu-btn2{
	background-color:#E7167A;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
}
.mobile-menu-button{
	display:none;
}

/* ------------ main menu section ------------ */
.menu-holder{
	display:inline-block;
	color:#fff;	
}
.nav-parent .fa.fa-chevron-down{
	display:none;
}
#main-menu li.home-page-menu-link a{
	font-size:0;
}
#main-menu li.home-page-menu-link a img{
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: -10px;
}
#menu-button{
	display:none;	
}
#main-menu{
	margin:0 auto;
	text-align:center;
}
#main-menu li{
	display:inline-block;
	position:relative;
	margin:0 20px;
	color:#fff;
}
#main-menu li a{
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    font-weight:700;
	line-height:70px;
    display:inline-block;
	text-transform:uppercase;
	font-family: "Open Sans", sans-serif;
}

#main-menu li.last-child:after{
	display:none;
}
#main-menu li a:hover{
	color:#7ec537;
}
#main-menu .active a{
	/*color:#48362b;*/
} 

/* ------ sub menu section ------ */
#main-menu li ul{
   width: 296px;
   position: absolute;
   display: none;
   left: 0;
   top: 65px;
   z-index: 3;
   background-color: #0F183B;
   margin: 0;
   padding: 0 13px;
}
#main-menu li.last-child ul{
	right:0!important;
	left:auto;
}
#main-menu li ul li{
	display:block;
	float:none;
	margin-bottom:0;
	margin-left:0;
	padding:0;
}
.menu-item-has-children a:hover{
	color:#89ba82;
}
#main-menu li ul li:after{
	display:none;
}
#main-menu li ul li.last-child{
	border-bottom:0;
}
#main-menu li ul li a{	
	text-align: left;
    padding: 11px 0px;
    line-height: inherit;
    display: block;
    font-size: 16px;
}
#main-menu li:hover ul{
	display:block;
}
#main-menu li.active{
	
}



/* ---------------------------- HOME CONTENT SECTION ---------------------------- */	
#home-content{
	width:1180px;
	margin:0 auto;
	overflow:hidden;
	padding:428px 0 400px 0;
}
#main-banner{
	height:689px;
	position:relative;
	overflow:hidden;
}
#main-banner video {
  width: 100%;
  height: auto;
}
#main-banner iframe{
	width:100%;
	height:689px;
}
#mobile-banner{
	display:none;
}
.banner-text{
	width:860px;
	margin:0 auto;
	text-align:center;
	padding-top: 204px;
	position: absolute;
	top:0;
    right: 0;
    left: 0;
}
.banner-text h1{
	font-size:65px;
	color:#fff;
	text-align:center;
	font-family: "Passion One", sans-serif;
	line-height:57px;
	margin-bottom: 27px;
}
.banner-text h4{
	font-size:35px;
	color:#fff;
	text-align:center;
	font-family: "Bebas Neue", sans-serif;
}
.banner-text a{
	font-size: 19px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    text-align: center;
    padding: 0px 31px;
    display: inline-block;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 3px;
	display:inline-block;
	background-color:#E7167A;
	margin-bottom: 37px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

/* ------------ content menu ------------*/
#content-menu{
	background-color:#71AF33;
	padding:21px 0;	
}

#content-menu ul.list a {
	display:inline-block;
	color:#fff;
	font-size:15px;
	/*margin:0 20px;*/
	font-family:"Open Sans", sans-serif;
	font-weight:700;
	letter-spacing:3px;
} 

#content-menu ul.list a:hover{
	color:#fff;
	text-decoration	:underline;
} 

.tickerwrapper {
  position: relative;
  left:0%;
  width: 99.9%;
  height: 26px;
  overflow: hidden;
  cursor: pointer;
}

ul.list {
  position: relative;
  display: inline-block;
  list-style: none;
  padding:0;
  margin:0;
}

ul.list.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}

ul.list li {
  float: left;
  margin-left: 20px;
	margin-right:20px;
}
/* --------------- banner moving text -------------*/

#home-content-wrapper{
	position:relative;
	padding: 71px 0 82px 0;
}
#home-content-wrapper .row{
	max-width:1700px;
	margin:0 auto;
	background-position: left -72px;
    background-repeat: no-repeat;
	overflow:hidden;
}
.content-main-image{
	float:left;
	width:57%;
	position:relative;
	height:670px;
	padding-left:105px;
}
.welcome-text{
	float:right;
    width:39%;
    padding-right:75px;
	text-align:center;
}
.welcome-text h2 {
	font-size:26px;
	color: #71AF33;
	margin-bottom:21px;
	font-weight:700;
}
.welcome-text h2 span{
	color:#fb386a;
}
.welcome-text p{
	line-height: 24px;
    font-weight: 700;
    font-size: 17px;
	margin-bottom: 25px;
}
.welcome-text a{
	display:inline-block;
}
.welcome-text .button{
	font-size: 19px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    text-align: center;
    padding: 0px 58px;
    display: inline-block;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 3px;
    display: inline-block;
    background-color: #71AF33;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    text-transform: uppercase;
}
#content-image1{
	width: 100%;
    height: auto;
    display: block;
}
#content-image2{
	width:64%;
	height:auto;
	position:absolute;
	border:6px solid #fff;
	left: 130px;
    bottom: 63px;
    transform: translate(29px, 20px) rotate(-4deg);
}
#content-image3{
	width: 27%;
	height:auto;
	position:absolute;
	border:6px solid #fff;
	right:92px;
    bottom: 30px;
    transform: translate(30px, 20px) rotate(1deg);
}
#flower-deco{
	position:absolute;
	border:6px solid #fff;
	left:0;
	bottom:0;
}


/*--------------- whats on section ---------------*/
#whats-on-section {
	text-align:center;
	width: 1515px;
    margin: 0 auto 83px auto;
}
#whats-on-section h3{
	text-align:center;
	font-size:44px;
	color:#71AF33;
	font-weight: 900;
    margin-bottom: 6px;
	background-image: url(inc_files/images/border.jpg);
    background-repeat:repeat-x;
    background-position:center;
}
#whats-on-section h3 span{
	background-color:#fff;
	padding: 0 42px;
    display: inline-block;
}
#whats-on-section p{
	text-align: center;
    font-size: 17px;
    font-weight: 600;
    word-spacing: 2px;
}
#whats-on-section .row{
	padding-top: 32px;
    padding-bottom: 62px;
    overflow: hidden;
}
#whats-on-section .image-col{
	width:100%;	
}
#whats-on-blocks .image-col{
	width:30%;
	margin:0 1.5% 38px 1.5%;
}
.left-content .image-col{
	width:30%;
	margin:0 1.5% 38px 1.5%;
}
.image-col{
	background-color:#8cc07c;	
	position:relative;
	float:left;
	overflow:hidden;
}
.image-col:hover img{
	opacity:0.3;
}
.image-col img{
	width:100%;
	height:auto;
	display:block;
}
#whats-on-section  .button{
	font-size: 19px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    text-align: center;
    padding: 0px 70px;
    display: inline-block;
    background-color: #71AF33;
    font-weight: 700;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 3px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
	text-transform: uppercase;
}

.text-row{
	background: rgba(15, 24, 59, .7);
    position: absolute;
    bottom:0;
	width:100%;
	padding: 20px;
	/*background-image: url(inc_files/images/tr.png);
    background-repeat:repeat;
	position:absolute;
	bottom:0;
	left:0;
	z-index:9;
	width: 100%;
    padding: 30px 20px;	
    -webkit-transition: bottom .4s ease-in-out;
    -moz-transition: bottom .4s ease-in-out;
    -ms-transition: bottom .4s ease-in-out;
    -o-transition: bottom .4s ease-in-out;
    transition: bottom .4s ease-in-out;*/	
}
/*.image-col:hover .text-row{
    bottom:0;	
}*/
.text-row h4{
	font-size:26px;
	line-height:36px;
	color:#fff;
}
.text-row p{
	font-size:17px;
	line-height:36px;
	color:#fff;
	text-align: left !important;
}
.overlay{
	position:absolute;
	bottom:0;
	left:0;
	z-index:999;	
	height:100%;
	width:100%;
	display:none;
	text-align:center;
	background-image: url(inc_files/images/tr.png);
}
.image-col:hover .overlay{
	display:block;
	
}
#whats-on-section .col:hover .overlay{	
	/*-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;*/
}
.overlay a{
	display:inline-block;
	position:absolute;
	top:50%;
	margin-top:-32px;
	width:200px;
	margin-left:-100px;
	font-size: 15px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    text-align: center;
   /* padding: 0px 31px;*/
    display: inline-block;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 3px;
    background-color: #E7167A;
	text-transform: uppercase;
	-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		-khtml-border-radius:5px;

}

/* --------------- contact form --------------- */
#contact-form {
	position: relative;
    width: 45%;	    
	float:right;	
}
#contact-form  label{	
	margin-bottom: 10px;
    display: block;
}
#contact-form p label{	
    font-size: 20px;
	font-weight: 400;
	color:#fff;
}	
#contact-form p {
	clear: both;
    margin-bottom:6px;
    overflow: hidden;
    position: relative;
}
#contact-form p br {
	display: none;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="password"],
#contact-form textarea {
	vertical-align: middle;
	padding: 0 18px;
	letter-spacing: 1px;	
	border:0;
	border:1px solid #8cc07c;
	height:55px;
	width:100%;
	color:#444444;
	margin-bottom:15px;
}
#contact-form textarea {
	height:100px;
	padding-top: 10px;
	width:100%;
	margin-bottom:13px;
}
#contact-form input[type="submit"] {
	color: #fff;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    height: 76px;
    line-height: 76px;
    font-size: 15px;
    width: 173px;
    letter-spacing: 2px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
	font-weight:700;
	background-color:#fb386a;
	text-transform:uppercase;
}
#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form input[type="password"]:focus,
#contact-form textarea:focus {
	border: 1px solid #5fbabb;
}

#contact-form input[type="text"].wpcf7-not-valid,
#contact-form input[type="email"].wpcf7-not-valid,
#contact-form input[type="password"].wpcf7-not-valid,
#contact-form textarea.wpcf7-not-valid {
	border: 1px solid #fb6172;
}
#contact-form .wpcf7-not-valid {}

#contact-form span.wpcf7-not-valid-tip {
	display: none;
}
#contact-form br {
	display: none;
}
#contact-form .wpcf7-form-control-wrap {
	margin-bottom: 15px;
	display: block;
}
#contact-form div.wpcf7-validation-errors {
	border: 0;
	padding: 10px 10px;
	margin: 40px 0 0 0;
	background-color: #d43345;
	color: #fff;
}
#contact-form div.wpcf7-mail-sent-ok {
	border: 0;
	padding: 10px 10px;
	margin: 40px 0 0 0;
	background-color: #27ad82;
	color: #fff;
}
.contact-details{
	width: 50%;
    float: left;
}
.contact-details p{
	margin-bottom:20px;
}
.contact-details .col a{
	display:block;
}
.contact-details .col strong{
	color:#8cc07c;
	margin-right:15px;
	display: inline-block;
}
#inner-content-wrapper{
	width:1280px;
	margin:0 auto;
	position:relative;
}
/* ---------------------------- FOOTER SECTION ---------------------------- */
.footer-form{
	background-image: url(inc_files/images/bg1.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-repeat:no-repeat;
    background-position:top;
	padding: 84px 0 112px 0;
}
.footer-form .row{
	text-align:center;
}
.footer-form h3{
	font-size: 44px;
    color: #fff;
    text-align: center;
    margin-bottom:7px;
}
.footer-form h6{
	font-size: 17px;
    color: #fff;
    text-align: center;
    margin-bottom:25px;
}
.footer-form input[type="text"],
.footer-forminput[type="email"],
.footer-forminput[type="password"],
.footer-formtextarea,
.footer-formselect{
	letter-spacing: 1px;
	color:#494949;	
	font-size:17px;	
	background-color:#fff;
	border:0;
	margin:0;
	padding: 0 32px;
	width:358px;
	height:76px;
}	
.footer-forminput[type="text"],
.footer-forminput[type="email"],
.footer-forminput[type="password"]{
	height:76px;		
}	
.footer-form input[type="submit"]{
	border:0;
	margin:0;
	background-color:#E7167A;
	color:#fff;	
	font-family: "Open Sans", sans-serif;	
	cursor:pointer;
	height:76px;
	line-height:76px;
	font-size: 15px;
	width: 173px;
    letter-spacing: 2px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
	vertical-align: middle;
}
.footer-form input[type="submit"]:hover{
	 background-color:#f41580;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
}
.footer-form input[type="text"]:focus,
.footer-form input[type="email"]:focus,
.footer-form input[type="password"]:focus,
.footer-form select:focus,
.footer-form textarea:focus{ 
		border:1px solid #bb8a4d;
}

#our-sponsors{
	position:relative;
	clear:both;
	padding-top:60px;
	padding-bottom:108px;
}
#our-sponsors h3{
	text-align:center;
	color:#71AF33;
	font-size:44px;
	margin-bottom: 89px;
	z-index: 1000;
	position: relative;
}
#left-deco{
	position:absolute;
	left:0;
	top:0;
}
#right-deco{
	position:absolute;
	right:0;
	top:0;
}
#our-sponsors ul {
	text-align:center;
}
#our-sponsors ul li {
	display:inline-block;
}

#footer-list{
	color:#fff;
	overflow:hidden;
	padding-top: 63px;
	padding-bottom: 51px;
}
.left-col{
	width:30%;
	float:left;
}
.left-col img{
	margin-bottom:41px;
	display:block;
	max-width:100%;
}
.right-col{
	width:70%;
	float:right;
}
.right-col .col{
	width:33.33%;
	float:left;
	border-left:1px solid #71AF33;
	padding-left:52px;
	padding-top: 13px;
}
.right-col .col h6{
	letter-spacing: 1px;
    margin-bottom: 6px;
	font-weight: 700;
}
#footer-wrapper ul li a{
	font-size:15px;
	color:#71AF33;
	margin-bottom:6px;
	letter-spacing: 0.5px;
}
#footer-wrapper p{
	line-height: 18px;
    font-size: 14px;
    margin-bottom: 18px;
}
#footer-wrapper a{
	
}
#footer-list{
	background-color:#0F183B;
	clear:both;
}
#footr-bottom{
	background-color:#0c122b;
	clear:both;
	text-align:right;
	padding: 23px 0;
}
#footr-bottom ul,
#footr-bottom ul li,
#footr-bottom .social-icons,
#footr-bottom #design-by{
	display:inline-block;
}
#footr-bottom a{
	color:#83b574;	
	font-size:14px;
}
#design-by{
	margin-left:50px;
}
#design-by span{
	color:#fff;
}
.social-icons a{
	color: #fff !important;
    font-size: 18px !important;
	margin-left: 20px;
	
}

/* --------------- faq section --------------- */
.faq-col{
	
}
.faq-col h3{
	text-align:center;
	color:#447344;
	font-size:36px;
	line-height:35px;
}
#tabs-wrapper{
    width: auto;
    margin:0 auto;
    padding:40px 0 153px 0;
}
.tabs-main{	
    width:100%;
    overflow:hidden;
}
.tab-button{
    background:url(inc_files/images/plus.png) center left no-repeat;
    display:block;	
    padding-left:61px;
    padding-right:44px;
    cursor:pointer;	
}
.spec-minus-icon{
	background:url(inc_files/images/minus.png) center left no-repeat!important;
}
.tab-button span{
    display:block;
    font-size:17px;
    font-weight:bold;
    padding-top:20px;
    padding-bottom:20px;
	color:#447344;
}
.tabs-content{
    overflow:hidden;
    padding-top:30px;
    padding-bottom:10px;
    padding-right:70px;
    padding-left:110px;
    display: none;
    clear:both;	
}
.tabs-content p{
		line-height:17px;
}
.tabs-content ul{
		
}
.tabs-content ul li{
   
}

/*------------------------------- left content -------------------------------*/
.left-content{
	padding-right:350px;
	float:left;
}
.news-content p{
	margin: 15px 0;
}
.news-content h3{
	color: #447344;
  	font-size: 21px;
  	line-height: 35px;
  	margin: 30px 0;
}
.news-content span{
	
}

/*------------------------------- sidebar section -------------------------------*/
#sidebar{
	position:absolute;
	right:0;
	width:290px;
}
#sidebar h3{
	font-size:27px;
	color:#447344;
	margin-bottom:30px;
}
#sidebar ul li{
	border-bottom:1px solid #8cc07c;
	padding-bottom: 20px;
	padding-top: 20px;
}

#footr-bottom {
	position:relative;
}
#footr-bottom .page-width{
	text-align:right;
	
}
#chat-with-us{
	width:88px;
	height:88px;
	background-color:#ff396b;
	 -moz-border-radius:58px;
    -webkit-border-radius:58px;
    border-radius:58px;
    -khtml-border-radius:58px;
	position:absolute;
	right:40px;
	line-height:88px;
	text-align:center;
	font-size:60px!important;
	color:#fff!important;
	top:-77px;
}

/* ---------------------------- MEDIA QUERY ---------------------------- */

@media screen and (min-width:781px) and (max-width:1026px){
	#main-menu li{
		margin:0 8px;
	}
}
@media screen and (min-width:0px) and (max-width:780px){
	/* ------------ menu section ------------ */
	
	#menu-button{
		display:block;
		margin:0 auto;
		z-index: 999;
		font-size:30px;
		line-height:50px;
		text-align:center;
		color:#fff;
		 -moz-border-radius:37px;
    -webkit-border-radius:37px;
    border-radius:37px;
    -khtml-border-radius:37px;
    background-color: #71AF33;
    width: 50px;
    height: 50px;
		
		position: absolute;
    top: -84px;
    right: 25px;

	}	
	.menu-holder{
		height:auto;
		margin:0 0 0 0;
			
		border:0;
		width:100%;
		z-index: 99;
		
		position: absolute;
    left: 0;
	}	
	.nav-parent span{
		display:block;		
		width:40px;
		height:40px;
		position:absolute;
		right:0;
		top:0;
		cursor:pointer;
		text-align: center;
		line-height: 40px;
	}	
	#menu-button{
		
	}	
	#menu-wrapper{
		display:none;
		height:auto;	
		border:0;
		width:100%;
	position:absolute;
		top:0;
		left:0;
	}
	#main-menu{
		height:auto;
		background-color:#0F183B;
		
	}	
	#main-menu li{
		float:none;
		background:none;		
		position:relative;
		width:100%;
		height:auto;
		border-bottom:1px solid #152151;
		margin:0;
		padding:0;		
	}
	#main-menu li:after {
		content: "";
		display:none;
	}
	#main-menu li a {
		line-height:30px;
		padding-top:5px;
		padding-bottom:5px;
		float: none;
		text-align: center;
		height: auto;
		margin:0;
		background: none;
		display: block;		
	}	
	#main-menu li ul{
		top:0;
		width:100%;	
		padding:0;
		position: relative;
		overflow: hidden;
		border:0;		
	}
	#main-menu li.last-child{
		border-bottom:0;
	}		
	#main-menu li ul li a{
		padding:0;
		width:auto;
		line-height:40px;
		text-align:center;
	}
	#main-menu li ul li{		
		height:40px;
	}
	#main-menu li ul li a{
		color:#fff;
	}
	#main-menu li a:hover{
		background-color:#152151 !important;
	}
	#main-menu li.active a{
		color:#fff;
		background-color :#71AF33 !important;
	}
	#main-menu li:hover ul{
		display:none;
	}
	
}



@media screen and (min-width:0px) and (max-width:1520px){
.page-width,
	#whats-on-section{
		width:auto;
		padding-left:15px;
		padding-right:15px;
	}		
	
}
@media screen and (min-width:1025px) and (max-width:1400px){
	.top-address{
		left:15px;
	}
	.top-address h5{
		font-size:33px;
	}
	.top-address h6{
		font-size:20px;
	}
	#content-image2{
		bottom: 126px;
	}
	#content-image3{
		bottom:112px;
	}
	
}


@media screen and (min-width:0px) and (max-width:1200px){
	#inner-content-wrapper {
   		width:auto;
		padding-left:15px;
		padding-right:15px;
}
	
	#sidebar{
		right:15px;
	}
}

@media screen and (min-width:768px) and (max-width:1200px){
	#content-image2,
	#content-image3{
		bottom:138px;
	}
}
@media screen and (min-width:0px) and (max-width:1024px){
	.top-address{
		left:15px;
	}
	.top-address h5{
		font-size:27px;
	}
	.top-address h6{
		font-size:17px;
	}
	#main-logo{
		margin-left:-130px;
	}
	#main-logo img{
		width:260px;
	}
}


@media screen and (min-width:768px) and (max-width:1024px){
	.top-address{
		left:15px;
	}
}

@media screen and (min-width:0px) and (max-width:768px){
	#header-top{
		background-image:none!important;
		height:auto;
	}
	#header-top .page-width,
	#header-bottom .page-width{
		padding-left:0;
		padding-right:0;
	}
	#header-wrapper{
		position: fixed;
  		background-color: #0F183B;
	}
	#inner-content-wrapper{
		padding-top:50px;
	}
	#main-logo{
		top:0;
		margin-left:auto;
		left:auto;
		position:relative;
		padding-top:70px;
		padding-bottom:25px;
		display: block;
	}
	#main-logo img {
    width: 180px;
		display:block;
		margin:0 auto;
}
	.top-address{
		display:none;
	}
	.mobile-menu-button{
	display:block;
		z-index: 999;
    position: relative;
}
	.menu-btn1,
	.menu-btn2{
		-moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    -khtml-border-radius:0;
		width:50%;
		float:left;
	}
	#header-bottom{
		background-color:transparent;
		
	}
	#header-bottom .menu-btn1,
	#header-bottom .menu-btn2{
		display:none;
	}
	#main-banner{
		height:auto;
		margin-top: 165px;
	}
	#main-banner iframe{
	display:none;
}
	#inner-banner{
		margin-top: 165px;
	}
#mobile-banner{
	display:block;
	width:100%;
	height:420px;
}
	#main-banner video{
		display:none;
	}
	.banner-text {
    width: auto;
    padding-top:132px;
    padding-left: 15px;
    padding-right: 15px;
}
	.banner-text h1{
		line-height:40px;
		font-size:35px;
		text-shadow: -3px 3px 4px rgba(0,0,0,0.6);
		margin-bottom: 10px;

	}
	.banner-text h4 {
		font-size: 25px;
	}
	#content-image1,
	#content-image2,
	#content-image3{
		display:block;
		margin-bottom:25px;
	}
	.content-main-image {
    float: none;
    width: 100%;
    height: auto;
    padding-left: 0;
}
	#content-image2 {
    left: 0;
    bottom: 0;
		position:relative;
		width:100%;
		transform: none;
		border:0;
	}
	#content-image3{
		 left: 0;
    bottom: 0;
		position:relative;
		width:100%;
		transform: none;
		border:0;
	}
	.welcome-text {
    float: none;
    width: 100%;
		padding-right: 0;
	}
	#flower-deco{
		display:none;
	}
	.footer-form .row {
    padding: 0 15px;
}
	.footer-form input[type="text"], 
	.footer-forminput[type="email"], 
	.footer-forminput[type="password"], 
	.footer-formtextarea, 
	.footer-formselect{
		width:100%;
		margin-bottom:20px;
	}
.left-col {
    width: 100%;
    float: none;
}
	.left-col img {
    margin: 0 auto 41px auto;
		width: 245px;
}
	#footer-wrapper p,
	.right-col .col h6,
	.right-col ul li{
		/*text-align:center;*/
	}
	.right-col{
		width: 100%;
    float: none;
	}
	.right-col .col {
    width: 100%;
    float: none;
    border-left: 0;
    padding-left: 0;
}
	#footr-bottom ul, 
	#footr-bottom ul li, 
	#footr-bottom .social-icons, 
	#footr-bottom #design-by {
    display: block;
		text-align:center;
}
	#design-by {
    margin-left: 0;
		margin-bottom:20px;
		
}
	.social-icons a{
		margin:0 10px;
	}
	.left-content {
    padding-right: 0;
    float: none;
    height: auto !important;
}
	#sidebar {
    position: relative;
    right: 0;
    width: auto;
}
	
	.contact-details {
    width: auto;
    float: none;
		margin-bottom: 50px;
}
	#contact-form{
		 width: auto;
    float: none;
	}
	#left-deco,
	#right-deco{
		display:none;
	}
	#whats-on-blocks .image-col,
	.left-content .image-col{
    width:46%;
    margin: 0 1.5% 38px 1.5%;
		float:none;
		display:inline-block;
}
	
	#whats-on-section h3{
		font-size:37px;
		background-image:none;
	}
	#whats-on-section h3 span{
		padding:0;
	}
	.text-row h4{
		font-size:18px;
		font-weight:700;
	}
	.text-row p{
		font-size:12px;
	}
	.footer-form h3 {
		font-size: 29px;
	}
	#our-sponsors h3{
		font-size:30px;
	}
	#chat-with-us {
    width: 60px;
    height: 60px;
    right: 14px;
    line-height:60px;
    font-size: 34px !important;
    top: 47px;
}
	#inner-banner h1{
		font-size:40px;
	}
}
	
@media screen and (min-width:769px) and (max-width:1024px){
	#content-image2, #content-image3 {
    bottom: 281px;
}
	#content-image3{
		right:53px;
	}
	.left-content,
	#whats-on-blocks{
		text-align:center;
	}
	.left-content .image-col {
    width:46%;
    margin: 0 1.5% 38px 1.5%;
		float:none;
		display:inline-block;
}
}
@media screen and (min-width:0px) and (max-width:767px){
	.left-content,
	#whats-on-blocks{
		text-align:center;
		margin-bottom: 50px;
	}
	.left-content .image-col,
	#whats-on-blocks .image-col{
    	width: 100%;
    	margin: 0 0 38px 0;
		float:none;
	}
}

	

/*------------------------------- popup section -------------------------------*/
.popup-outer{
	background-repeat:repeat;
	background-image:url(inc_files/images/tr2.png);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	display: flex;
  	justify-content: center;
  	align-items: center;
	z-index: 99999;
}
.popup-container{
	width:744px;
	height:496px;
	margin:0 auto;
	background-color:#fff;
	overflow:hidden;
	position:relative;	
}

.popup-container #popup-col{
	padding:42px 34px 20px 42px;
	/*width:430px;*/
	width:428px;
	float:left;
}
#popup-image{
	float:left;
	background-repeat:no-repeat;
    background-position:top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:496px;
	width:314px;
}
.popup-container h3{
	color: #E7167A;
    font-size: 43px;
    font-family: "Bebas Neue", sans-serif;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.9px;
    margin-bottom: 17px;
}

.popup-container p,
.popup-container a,
.popup-container label{
	text-align:center;
	color:#000;
}
.popup-container label{
	margin-bottom: 3px;
    display: block;
}
.popup-container form{
	text-align:center;
	padding-top: 16px;
}
.popup-container input[type="text"],
.popup-container input[type="email"]{	
	width:100%;
	background-color:#e3e3e0;
	border:0;
	display:block;
	text-align:center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-khtml-border-radius:3px;
	margin-bottom:11px;
	padding:16px 3%;
	font-size:14px;
	color:#000;
}
.popup-container input[type="submit"]{
	background-color:#71AF33;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-khtml-border-radius:3px;
	font-size: 15px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    padding: 0 45px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-family: "Open Sans", sans-serif;
		background-color: #71AF33;
	margin-bottom: 18px;
	}
#close-icon{
	position:absolute;
	top:0;
	right:0;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background-color:#000;
	font-weight:100;
}
#privacy-text{
	font-size:13px;
}	
#privacy-text span{
	color:#8cc07c;
}

@media screen and (min-width:0px) and (max-width:768px){
	.page-width, #whats-on-section {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
}
	.popup-outer{
	
	}
	.popup-container{
		width:96%!important;
		height:auto!important;
		
	}
	#popup-image{
		display:none;
	}
	.popup-container #popup-col{
			width:auto;
	}
}

#our-sponsors ul li img{
	max-width:100%;
	margin:0 auto;
	display:block;
}
.nav-links{
	clear:both;
	width:100%;
	text-align: center;
}
.nav-links .page-numbers{
	display:inline-block;
	width:35px;
	height:35px;
	border:1px solid #000;
	line-height:35px;
	text-align:center;
	color: #000;
	margin: 0 5px;
}



.menu-btn1:hover,
.welcome-text .button:hover,
#whats-on-section .button:hover,
.common-button:hover{
	background-color:#7ac033;
}
.menu-btn2:hover,
.overlay a:hover,
.banner-text a:hover{
	background-color:#f72388;
}

@media screen and (min-width: 0px) and (max-width: 767px){
	.content-main-image {
      display:none;
}
#seconds{
	display:none;
}
	#home-content-wrapper{
		padding-top:36px;
	}
	#footer-wrapper p br{
		display:none;
	}

}

#main-menu .sub-menu {
    display: none;
}
#main-menu .menu-item-has-children.open > .sub-menu {
    display: block;
}
.festive-header {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    text-align: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}

/* Stars Layer */
.stars-container {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: white;
    border-radius: 50%;
    opacity: 0;
    animation: sparkle 4s infinite alternate;
}

/* Sparkle Animation */
@keyframes sparkle {
    0% {
        opacity: 0.2;
        transform: scale(0.5);
        box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0px 0px 10px 5px white;
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
        box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.3);
    }
}
