@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,600,700');
html {
    font-size: 1rem;
}
body {
	color:#161616; 
	font-family: 'Cabin';
	font-weight: normal;
	font-style: normal;
	margin: 0; 
	padding: 0; 
	line-height: normal;
}
p {
    line-height: 32px;
}
a, a:hover, a img, a:hover img {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
h1, h2, h3, h4, h5, h6, .poppins {
	font-family:"Poppins";
}
#header a, .main-menu li, #footer a, #footer li {
    display: inline-block;	
}
#header .topbar {
    background-color: #1c4620;
}
#header .topbar a {
    vertical-align: top;
}
#header .topbar a.venue {
    padding: 13px 20px;
    background-color: #d4a929;
    margin: 0 0 0 5px;
    text-transform: uppercase;
}
#header .topbar a.venue img {
    margin: 4px -5px 0 11px;
}
#header .topbar a.venue:hover {
    background-color: #ebeff7;
    color: #1c4620;
}
.venue {
    padding: 13px 20px;
    background-color: #d4a929;
    margin: 0 0 0 5px;
    text-transform: uppercase;
}
.venue img {
    margin: 4px -5px 0 11px;
}
.venue:hover {
    background-color: #ebeff7;
    color: #1c4620;
}
#header .topbar .social a {
    background-color: #b12c2d;
}
#header .topbar .social a:hover {
    background-color: #d4a929;
}
#header .topbar a.call {
    margin: 13px 15px;
}
#header .topbar a.call img {
    margin: 4px 8px 0 0;
}
#header .topbar .social {
    display: inline-block;
    padding: 0 5px;
}
.logosec {
    background-color: #f2f6fd;
}
#header .topbar .social a {
    margin: 0 2px;
}
#header .logo a {
    display: inline-block;
    margin: -52px 0 -70px 0;
    float: left;
    position: relative;
    z-index: 9999;
}
.main-menu {
    margin: 38px 0 0 25px;
}
.main-menu li {
    margin: 0 0 0 25px;
    padding: 38px 0;
    position: relative;
}
.main-menu li:first-child {
    margin-left: 0;
}
.main-menu li a {
	color: #1c4620;
}
.main-menu li a:hover {
    color: #d4a929;
}
.main-menu li ul {
    display: none;
    opacity: 0;
    padding: 0;
    position: absolute;
    background-color: #f2f6fd;
    left: 50%;
    top: 80px;
    width: 220px;
    text-align: left;
    transform: translateX( -50% );
    z-index: 999;
}
.main-menu li ul li {
    display: inline-block;
    width: 100%;
    padding: 12px 15px;
    margin: 0;
    border-top: 2px solid #d8dde6;
}
.main-menu li ul li:first-child {
    border-top: 0px solid #d8dde6;
}
.main-menu li ul li a {
    padding: 0;
}
.main-menu li ul li a:hover {
}
.main-menu li:hover ul {
    display: block;
    opacity: 1;
}
.main-menu li:hover ul {
    display: block;
    opacity: 1;
}
.main-menu form {
    position: relative;
}
.main-menu form input[type="text"] {
    color: #1c4620;
    border: 2px solid #8d8d8e;
    font-size: 16px;
    font-family: "Poppins";
    background-color: #f2f6fd;
    padding: 7px 15px;
    width: 260px;
}
.main-menu form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    height: 100%;
    width: 45px;
    font-size: 0;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}
.main-menu form input[type="submit"]:hover {
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}
.main-menu li ul.sub-menu li a {
    text-transform: none;
}
#header .topbar a.call:hover {
    color: #d4a929;
}
.foo-sec2 {
    background-color: #ebeff7;
}
.foo-box {
    float: left;
    width: 29%;
}
.foo-box.box1 {
    width: 20%;
}
.foo-box.box3 {
    width: 51%;
}
.foo-box.box2 p {
    background-image: url(../images/add.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 0 0 25px 35px;
    background-size: 25px;
}
.foo-box.box2 p.call {
    background-image: url(../images/call.png);
}
.foo-box.box2 p.time {
    background-image: url(../images/timing.png);
}
.foo-box ul.menu li {
    width: 100%;
    padding: 6px 0;
    text-transform: uppercase;
    font-size: 14px;
}
.foo-box .box {
    float: left;
    width: 33.33%;
    margin: 0 0 35px 0;
}
#footer .social a {
    margin: 0 0 0 5px;
    width: 36px;
}
.foo-sec2 .left {
    padding: 10px 0;
}
#footer .logo {
	position: relative;
    display: inline-block;
    padding: 10px;
    background-color: #fff;
}
#footer .logo-2 {
	max-width: 80% !important;
}
#footer .logo:before {
    content: '';
    width: 600px;
    height: 100%;
    position: absolute;
    /* background-color: #fff; */
    top: 0;
    right: 100%;
}
#footer a, #footer .foo-sec2 a:hover, #footer .foo-box.box2 a:hover {
    color: #d4a929;
}
#footer a:hover {
    color: #1c4620;
}
#footer, .foo-sec2, #footer .foo-sec2 a, #footer .foo-box.box2 a {
    color: #1c4620;
}
.foo-box .box:nth-child(4) {
    clear: left;
}
a.redbtn, .spform button {
    color: #fff;
    background-color: #d4a929;
    display: inline-block;
    padding: 12px 50px;
}
a.redbtn:hover, .spform button:hover {
    background-color: #1c4620;
}
.z-default-subpage-header {
    float: left;
    width: 100%;
    background-color: #050716;
    text-align: left;
}
.event-main .z-default-subpage-header{
    display: none;
}
.event-box {
    max-width: 395px;
}
.event-box{
    background-color: #fff;
    box-shadow: 0 0 76px rgba(0, 27, 52, 0.3);
    border: 1px solid #c9c9c9;
}
.event-box a {
    display: inline-block;
} 
.event-box a.thumb:hover {
    opacity: 0.8;
}
.event-box .date {
    float: left;
    color: #fff;
    background-color: #1c4620;
    padding: 10px 18px;
}
.event-box .text {
    display: inline-block;
    width: 100%;
}
.event-box .text2 {
    color: #555555;
}
.event-box .text2 p {
    padding: 0;
}
.event-box a.btn, .main-event a.btn {
    border: 1px solid #d4a929;
    background-color: #d4a929;
    float: left;
    width: 48%;
    text-align: center;
    padding: 12px;
    color: #fff;
    margin-right: 4%;
}
.event-box a.btn:hover, .event-box a.btn.btn2:hover, .main-event a.btn:hover, .main-event a.btn.btn2:hover {
    background-color: #1c4620;
    color: #fff;
    border: 1px solid #1c4620;
}
.event-box a.btn.btn2, .main-event a.btn.btn2 {
    margin-right: 0;
    background-color: transparent;
    color: #d4a929;
}

.ui-tabs {padding: 0px; background: none; border-width: 0px;}
.ui-tabs .ui-tabs-nav {padding-left: 0px; background: #fafafa; border-width: 0px 0px 1px 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;}
.ui-tabs .ui-tabs-panel {background: #fafafa; border:1px solid #c9c9c9; border-top:none;}
.ui-state-active {border:1px solid #c9c9c9 !important; border-bottom:none !important; background:#fafafa !important;}
.ui-widget-header {border:none !important;}
.ui-state-active a {color:#000 !important;}

.z-default-subpage-title-full{
    position: relative;
}
.z-default-subpage-title-full:before{
    background: rgba(0, 0, 0, .25);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.z-default-subpage-title-full .z-container{
    position: relative;
    z-index: 5;
}
.z-default-subpage-title {
    position: relative;
    font-family: "Poppins";
    margin: 120px 0 100px 0;
    font-size: 46px;
    padding: 0;
    color: #ffffff;
    display: inline-block;
    z-index: 5;
}
.z-default-subpage-title:empty {
    opacity: 0;
}
.z-default-subpage-subcontent:empty{
    display: none;
}
.headbg {
    color: #1c4620;
}
.headbg.white {
    /* background-image: url(../images/heading-img2.png); */
    /* background-position: center top; */
    color: #ffffff;
}
.headbg span {
    color: #d4a929;
}
.h-socialsec {
    background-color: #ebeff7;
}
.newsl {
    background-image: url(../images/hsec5-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding: 130px 0;
}
.newsl input, .newsl input[type="submit"] {
    padding: 20px 20px;
    line-height: 28px !important;
    font-size: 20px;
}
.newsl input {
    border: 1px solid #ffffff;
    background-color: transparent;
    width: 600px;
    color: #fff;
}
.newsl input::placeholder {
    color: #fff;
}
.newsl input[type="submit"] {
    background-color: #d4a929;
    width: 200px;
    border: 1px solid #d4a929;
    margin: 0 0 0 -6px;
}
.newsl input[type="submit"]:hover {
    background-color: #1c4620;
    border: 1px solid #fff;
}
.z-default-subpage-left-panel-menu ul {
    border-top: 0px solid #EEE;
}
.z-default-subpage-body-full.has-sidebar {
    padding: 50px 0;
}
.z-default-subpage-left-panel {
    background-color: #e4e5e4;
    max-width: 290px;
    border-top: 5px solid #d4a929;
    min-height: 520px;
    padding-bottom: 50px;
}
.z-default-subpage-left-panel ul {
    padding: 15px 0;
}
.z-default-subpage-left-panel li {
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    float: left;
}
.z-default-subpage-left-panel-menu a:link, .z-default-subpage-left-panel-menu a:visited {
    display: inline-block;
    width: 100%;
    color: #1d252c;
    padding: 15px 0;
    border-bottom: 1px solid #a1a1a1;
    font-weight: 600;
}
.page-con-main .laft-p ul.menu li.active a:hover, .z-default-subpage-left-panel li.active a, .z-default-subpage-left-panel li.active a:hover {
    color: #d4a929;
}
.z-default-subpage-left-panel li a:hover {
    color: #d4a929;
    background-color: transparent;
}
h1.p-title.z-t-50 {
    font-weight: normal;
    font-size: 38px;
}
.zEventListContainer .zEventListPhoto img {
    box-shadow: 0 0 10px #656565;
    border: 5px solid #fff;
}
.zEventListContainer .zEventListText .zEventListHeading h2 a {
    font-weight: normal;
}
.zEventListContainer .zEventListText .zEventListHeading h2 a:hover {
    color: #1c4620;
}
.zEventListContainer .zEventListText a.zEventInfoButton {
    color: #fff;
    background-color: #1c4620;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 0;
}
.zEventListContainer .zEventListText a.zEventInfoButton:hover {
    background-color: #d4a929;
}



.zEventView1-4 {
    background-color: #d4a929;
    color: #fff;
    display: inline-block;
    padding: 6px 16px;
    width: auto;
    text-transform: uppercase;
}
.zEventView1-4 .zEventView1-1, .zEventView1-4 .zEventView1-2 {
    width: auto;
    font-size: 20px;
}
.spform input[type="text"], .spform input[type="email"], .spform textarea, .spform select {
    font-family: 'Cabin';
    background-color: #fff;
    border: 1px solid #bebebe;
    color: #5b5b5b;
    padding: 10px;
    width: 100% !important;
    margin: 0;
    vertical-align: top;
    font-size: 20px;
}
.spform span.zRadioGroupOptionSpan {
    display: block;
    clear: both;
}
.z-default-subpage-subcontent img {
    max-width: 100%;
}
.z-default-subpage-subcontent {
    padding-top: 0;
}
.hotres {
    display: inline-block;
    width: 100%;
} 
.ppdflink a {
    display: inline-block;
    color: #d22131;
}
.ppdflink a img {
    margin: 0 0 6px 0;
}
.ppdflink a:hover {
    filter: grayscale(1);
}



@media screen and (max-width: 1362px) {
	.main-menu li {margin: 0 0 0 15px;padding: 12px 0;}
	#header .logo {width: 230px;}
	.main-menu li ul {top: 44px;}
    #header .logo {width: 150px;}
    #header .topbar .social a {width: 48px;}
    #header .logo a {margin: 0 0 -70px 0;}
    .main-menu {margin: 20px 0;}
    .foo-box, .foo-box.box1 {width: 50%;}
    .foo-box.box3 {width: 100%;margin-top: 30px;}
    #footer .logo-2 {
        max-width: 60% !important;
    }
}
@media screen and (max-width: 992px) {
	#header .logosec {display: none;}
	#header .topbar .z-container.z-text-right {text-align: center !important;}
	#footer .foo-sec1, #footer .foo-sec2 {padding-left: 15px;padding-right: 15px;}
    .z-mobile-header, .z-mobile-header-fixed {background-color: #fff !important;}
    .z-mobile-header-spacer {padding-top: 0;}
    .z-mobile-menu-icon span, .z-mobile-header .z-mobile-menu {background: #1C4620;}
    .z-mobile-menu-icon.open span {background: #fff;}
    .z-mobile-header .z-mobile-header-logo {width: 190px;margin: 0 0 -30px 0;}
    .z-default-subpage-header {margin-top: 0;}
    .z-default-subpage-title {margin: 60px 0;font-size: 36px;padding: 0 15px;}
    .z-mobile-header .z-mobile-header-logo {width: 120px;margin: 0;}
}
@media screen and (max-width: 767px) {
	#header .topbar a.venue {padding: 10px 25px;margin: 0 0 0 5px;}
	.venue {padding: 10px 25px;margin: 0 0 0 5px;}
	#header .topbar a.social {width: 44px;}
	#header .topbar a.call {margin: 0;}
	.venue img {margin: 5px -5px 0 11px;}
	#header .topbar a.venue img {margin: 5px -5px 0 11px;}
	#header .topbar a.call img {margin: 3px 5px 0 0;}
	.newsl input {width: 380px;}
	.foo-box, .foo-box.box3 li {width: 100%;}
	.foo-box.box3 li {padding: 2px 0;}
    .z-mobile-header .z-mobile-header-logo {width: 100px;}
    #header .topbar .social {width: 100%;margin: 10px 0;}
    #header .topbar {padding: 10px 0;}
    #footer .logo-2 {
        max-width: 90% !important;
    }
}
@media screen and (max-width: 479px) {
	#header .topbar a.social, #header .topbar a.venue img, #header .topbar a.call img, #footer .logo::before {display: none;}
	#header .topbar a.venue {margin: 0;}
	#footer .social a {margin: 20px 6px 0 0;width: 36px;}	
    .z-mobile-header .z-mobile-header-logo {margin: 0 0 -8px 0;}
    #zCalendarTab_List hr {display: inline-block;}
    .z-default-subpage-title {margin: 40px 0;font-size: 30px;padding: 5px 15px;}
    h1.p-title.z-t-50 {font-size: 24px;}
    .z-default-subpage-left-panel {min-height: auto;}
	.newsl input {width: 100%;}
	.newsl input[type="submit"] {width: auto;}
	.newsl input, .newsl input[type="submit"] {padding: 6px 12px;font-size: 18px;}
	.event-box a.btn {width: 100%;margin: 5px 0;}
    .foo-box .box {margin: 0 0 20px 0;}
    #header .topbar a.venue {margin: 5px 0;padding: 8px 10px;text-transform: capitalize;font-size: 16px;}
    .venue {margin: 5px 0;padding: 8px 10px;text-transform: capitalize;font-size: 16px;}
    .foo-box .box{width: 100%;}
    .foo-box.box3 {margin-top: 10px;}
    .newsl input[type="submit"]{margin: 10px 0 0 0;}
    #header .topbar .social a {width: 32px;}
    #footer .logo-2 {
        max-width: 100% !important;
    }
}
