@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}


@font-face {
	font-family: 'MontserratBold';
	src: url('../fonts/Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}


body{
	font-family: 'Montserrat';
    /*font-weight: 900;*/
    font-style: normal;
}
main 
{
	z-index: 1;
	position: relative;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-color-index:0) {
    /*
      Define here the CSS styles applied only to the Safari 6 and 7 versions when
      running them in any device (computers, iPhone, iPad, ...)
     */
	main 
	{
		z-index: -1;
		position: relative;
	}
}

/***********************
	Header  CSS
***********************/
.dropdown.lang select {
    cursor: pointer;
    background-color: transparent;
    color: white;
    border: none;
    margin-top: 4px;
}
.dropdown.lang select option {
    color: black;
}

#top-header{
	float: left;
	width: 100%;
	background-color: #473237;
}

#top-header .pull-left .social-icon {
    margin-top: 1px;
}
#top-header .pull-left li{
	float: left;
	margin-right: 15px;
}
#top-header .pull-left li a{
	color: white;
    font-size: 20px;
}
#top-header .pull-right .navbar-nav li a {
	color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 99999;
	position: relative;
}
#top-header .pull-right .navbar-nav li ul.dropdown-menu {
    background-color: rgba(71, 50, 55, 0.89);
    z-index: 99999;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: transparent !important;
    border: none !important;
}
#top-header .pull-right .navbar-nav li:hover a {
	color: white;
	background-color: transparent;
}
#nav-header{
	float: left;
	width: 100%;
	background-color: #3d5f2d;
    height: 95px;
}
#nav-header .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
#nav-header .navbar {
    margin-bottom: 0px;
}
#nav-header .navbar-brand>img {
    display: block;
    height: 190px;
    background: white;
    border-radius: 50%;
    padding: 4px;
    z-index: 999;
    position: relative;
}
#nav-header .navbar-default ul.nav.navbar-nav.navbar-right {
    margin-top: 35px;
}
#nav-header .navbar-default .navbar-nav li a {
    color: #fff;
    font-size: 15px;
    padding-bottom: 5px;
}
#nav-header .navbar-default .navbar-nav .active a {
    color: #ffffff;
    background-color: transparent;
    border-bottom: 5px solid #8da63f;
}
#nav-header .navbar-default .navbar-nav li:hover a {
    color: #ffffff;
    background-color: transparent;
    border-bottom: 5px solid #8da63f;
}

#nav-header .navbar-nav>li>.dropdown-menu {
    background-color: #3d5f2d;
}

#nav-header .navbar-nav>li>.dropdown-menu a:hover {
    background-color: #8da63f;
}
#nav-header .navbar-nav li.dropdown:hover .dropdown-menu li a{
    border: none;
}

#nav-header .navbar-nav .menu {
    position: absolute;
    width: 23%;
    right: 20px;
    top: 93px;
    z-index: 9999;
}
@media screen and (max-width: 767px){
	#nav-header .navbar-nav .menu {
		position: static;
		width: 100%;
	}
}

#nav-header #imaginary_container{
    /*margin-top:20%;*/ /* Don't copy this */
}
#nav-header .stylish-input-group .input-group-addon{
    background: white !important;
    height: 34px;
    width: 20%;
    float: left;

}
#nav-header .stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
    width: 80%;
}
#nav-header .stylish-input-group button{
    border:0;
    background:transparent;
}


@media screen and (max-width:991px){
    #nav-header .navbar-default ul.nav.navbar-nav.navbar-right li:first-of-type ul {
        /*margin-top: 0;*/
        right: auto;
        left: 0;
    }
    #nav-header .navbar-brand>img{
        position: absolute;
        left: -40px;
        height: 120px;
    }
}
@media screen and (max-width:767px){
    #nav-header ul.navbar-nav{
        position: absolute;
        z-index: 1999;
        background: #3d5f2d;
        margin-top: 45px;
    }
    #nav-header .navbar-brand>img{
        position: absolute;
        left: 1%;
		top: -20px;
        height: 120px;
    }
}

/***********************
	Slider CSS 
***********************/
#slider-wapper{
	float: left;
	width: 100%;
}
#slider-wapper #wowslider-container1 {
    margin-top: 0px;
}

/***********************
	Event Wapper CSS 
***********************/

#event-wapper{
	float: left;
	width: 100%;
	margin: 20px 0px;
}
#event-wapper .image-heading {
    height: 350px;
}
.image-heading .image-div {
    position: absolute;
    width: 92%;
}
.image-heading .image-div img {
    width: 100%;
    height: 322px;
}
.image-heading .heading-div {
    text-align: center;
    position: relative;
    top: 260px;
}
.image-heading .heading-div h2 {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    color: white;
    font-size: 23px;
    text-transform: uppercase;
}
.image-heading .heading-div .heading-co-1{
	background-color: #32bef1;
}
.image-heading .heading-div .heading-co-2{
	background-color: #a7d422;
}
.image-heading .heading-div .heading-co-3{
	background-color: #ef710a;
}

#event-wapper .event-disc{
    margin-bottom: 35px;
}
.event-disc .line-heading{
    border-top: 5px solid;
    width: 50%;
    margin: 0 auto;
}
.event-disc .event-heading a:hover{
    text-decoration: none;
}
.event-disc .event-heading h3 {
    text-align: center;
    color: #7d7d7d;
    margin-top: 10px;
    font-family: 'Montserrat';
    font-weight: bold;
}

/***********************
	Calender Wapper CSS 
***********************/
#calender-wapper{
	float: left;
	width: 100%;
	background-color: #677f5d;
	padding: 20px 0px;
	background-image: url('../img/calendar-bar-bg.png');
	background-size: cover;
}
@media screen and (max-width: 667px){
	#calender-wapper{
		background-position: 50%;
	}
}
#calender-wapper .calender-heading h1 {
    text-align: center;
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    margin-right: 30px;
    font-family: 'MontserratBold';
    font-weight: 900;
    font-style: normal;
}

#calender-wapper .calender-icon .fa.fa-calendar {
    font-size: 70px;
    color: #344c28;
    margin-top: 6px;
}
#calender-wapper .calender-icon a{
    display: inline-block;
    font-size: 17px;
    background-color: #32bef1;
    padding: 15px 40px;
    margin-top: 19px;
    color: white;
    -webkit-transition-duration: 1s;
       -moz-transition-duration: 1s;
         -o-transition-duration: 1s;
            transition-duration: 1s;
}
#calender-wapper .calender-icon a:hover{
	text-decoration: none;
	background-color: #8da63f;
}



/******************************
	Newlatter And Video CSS 
******************************/

#newlatter-video{
	float: left;
	width: 100%;
	background-color: #cdcbcc;
	/*margin: 20px 0px;*/
	padding: 40px 0px
}

#newlatter-video .newlatter-wapper {
    padding: 15px 40px;
    /*background-color: rgba(108, 87, 92, 0.4);*/
    float: left;
    width: 90%;
    background-image: url('../img/bg-event-form.png');
    margin-left: 30px;
}

#newlatter-video .newlatter-wapper .form-group label {
   	color: white;
    font-size: 18px;
    font-weight: 400;
}

#newlatter-video .newlatter-wapper h1 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 30px;
}
#newlatter-video .newlatter-wapper .form-group {
    margin-bottom: 35px;
}
#newlatter-video .newlatter-wapper p{
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
#newlatter-video .newlatter-wapper input {
    height: 50px !important;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 0px;
    border: none;
    color: white;
     float: left;
}
#newlatter-video .newlatter-wapper span {
    float: left;
    width: 80%;
    color: white;
    margin-left: 15px;
    margin-bottom: 5px;
}
#newlatter-video .newlatter-wapper input[type="checkbox"]{
    height: 20px !important;
}
#newlatter-video .newlatter-wapper .btn.btn-default {
   float: right;
    background-color: #8ea942;
    /* text-transform: uppercase; */
    color: white;
    border: none;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 0;
}
#newlatter-video .video-wapper {
    /*margin-top: 30px;*/
}
#newlatter-video .video-wapper .video-div {
    float: right;
    min-height: 590px;
    background-color: white;
    max-width: 100%;
}
#newlatter-video .video-wapper .video-div iframe {
    border: none !important;
    max-width: 100%;
}



/***********************
	Find Something CSS 
***********************/

#find-something {
    float: left;
    width: 100%;
}
#find-something .image-wapper {
    float: left;
    width: 100%;
}
#find-something .content-wapper {
    float: left;
    width: 100%;
    position: absolute;
    border-top: 7px solid #ef710a;
}
#find-something .content-wapper h1{
    font-family: 'MontserratBold';
    font-weight: 900;
    font-style: normal;
    color: white;
    width: 30%;
    font-size: 65px;
    margin-top: 8%;
    margin-bottom: 35px;
    text-shadow: 2px 2px 1px #000;
    min-width: 270px;
}
#find-something .content-wapper .go-button {
    background-color: #474745;
    font-size: 25px;
    padding: 10px 40px;
    text-decoration: none;
    color: white;
}



/***********************
	Service Wapper CSS 
***********************/

#service-wapper{
	float: left;
	width: 100%;
	padding: 50px 0px;
}






/***********************
	Foote CSS 
***********************/

#footer-bottum {
	float: left;
	width: 100%;
	background-color: #121212;
}
#footer-bottum .social-links {
    margin-top: 35px;
}
#footer-bottum .social-links .social-icon {
    margin-top: 5px;
}
#footer-bottum .social-links li{
	float: left;
	margin-right: 10px;
}
#footer-bottum .social-links li a{
	color: #343434;
    background-color: #d8d8d8;
    padding: 5px 15px;
    border-radius: 60px;
    font-size: 25px;
    font-family: 'MontserratBold';
    font-weight: 900;
    font-style: normal;

}
#footer-bottum .footer-nav {
    margin-top: 25px;
}
#footer-bottum .footer-nav ul li a {
    color: white;
}
#footer-bottum .footer-nav ul li a:hover{
	background-color: transparent;
}
#footer-bottum .back-to-top {
    float: right;
    background-color: transparent;
    border: 2px solid;
    border-radius: 30px;
    margin: 20px 10px;
    height: 52px;
}
#footer-bottum .back-to-top i.fa.fa-arrow-up {
    margin-top: 5px;
}


/*******************
	Program Wapper 
*******************/

#program-wapper {
    float: left;
    width: 100%;
    margin-top: 8%;
}
#program-wapper .program-section-heading {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
section.program-section-heading .program-headigbox h2{
	font-family: 'MontserratBold';
    font-style: normal;
}
section.program-section-heading .program-headigbox p {
    margin-top: 20px;
}

.form-section{
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    padding: 30px 10px;
    -webkit-box-shadow: 0px 7px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 15px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 15px -5px rgba(0,0,0,0.75);
}

.form-section .form-group {
    margin-bottom: 30px;
    margin-top: 15px;
    font-family: 'MontserratBold';
    font-style: normal;
}
.form-section .form-group .btn.btn-primary {
    background-color: #8bc24a;
    border: none;
    padding: 10px 30px;
    font-size: 23px;
    font-family: 'Montserrat';
    font-weight: bolder;
}
.program-section-list{
    float: none;
    width: 100%;
    margin: 20px 0px;
    padding: 5px 10px;
}
.program-section-list::before {
    content: "";
    clear: both;
    display: table;
}
.program-section-list .row{
    margin-top: 25px;
}
.program-section-list .program-item{
    position: relative;
    width: 100%;
    background-color: white;
    height: 375px;
    border: 1px solid #c7c6c6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    cursor: pointer;
}
.program-section-list .col-md-4 {
    padding-right: 9px;
    padding-left: 9px;
}
.program-section-list .program-item .program-item-content h4{
    font-family: 'MontserratBold';
    font-style: normal;
    padding: 0px 10px;
    font-size: 15px;
}
.program-section-list .program-item .program-item-content p{
    padding: 0px 10px;
}
.program-section-list .program-item a.program-item-link{
    display: block;
    width: 90%;
    position: absolute;
    bottom: 20px;
    left: 5%;
    text-align: center;
    background-color: #ef710a;
    padding: 0.5em;
    font-size: 15px;
    font-family: 'MontserratBold';
    font-weight: bolder;
    color: white;
}
.program-section-list .program-item a.program-item-link:hover{
    text-decoration: none;
    background-color: #c45d08;
}
.program-section-list .program-item-content{
    text-align: center;
    background: #f5f5f5;
    padding: 0.5em;
    width: 90%;
    margin: 0 auto 30px;
    height: 75px;
    overflow: hidden;
}

/*******************
    Program Aside CSS
*******************/

.program-aside .aside-img{
    float: left;
    width: 100%;
}
.program-aside .category-section{
    float: left;
    width: 100%;
    background-color: #f6f4f5;
}
.program-aside .category-wapper {
    float: left;
    width: 100%;
    padding: 20px;
}
.program-aside .category-wapper ul li {
    float: left;
    width: 45%;
    border-right: 3px solid black;
    font-size: 20px;
    font-weight: bolder;
}
.program-aside .category-wapper ul li:last-child{
    border: none;
    margin-left: 10px;
}
.form-section .form-group select {
    color: #888788;
}
.form-section .form-group label {
    color: #888788;
}
.program-aside .category-wapper ul{
    list-style: none;
}
.program-aside .category-wapper ul li a {
    color: #575556 ;
    text-align: left !important;
    width: 80%;
    float: left;
}
.program-aside .aside-img img {
    float: left;
    width: 49%;
    margin-right: 7px;
}
.program-aside .aside-img div:first-child img{
    margin-left: 0px !important;
}

.program-aside .category-section .category-button {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.program-aside .category-section .category-button a{
    margin: 20px;
    padding: 7px 15px;
    color: #9f9f9f;
    background-color: #3c3c3c;
    margin-left: 0px;

}
.program-aside .category-section .aside-img-bottom{
    float: left;
    width: 100%;
}


/*******************
    Reservation CSS
*******************/
#reservation-wapper {
    float: left;
    width: 100%;
    margin-top: 8%;
    margin-bottom: 30px;
}
#reservation-wapper .reservation-section-heading {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.reservation-section-heading .reservation-headigbox h2{
    font-family: 'MontserratBold';
    font-style: normal;
}
#reservation-wapper .reservation-contect {
    float: none;
    width: 100%;
    margin: 0px 0px 30px;
}
#reservation-wapper .reservation-contect::after {
    content: "";
    clear: both;
    display: table;
}
#reservation-wapper .reservation-contect .post-heading h4{
    font-family: 'MontserratBold';
    font-style: normal;
}

.post-date-commnet {
    float: left;
    width: 100%;
    margin: 30px 0px;
}
.post-date-commnet strong {
    font-family: 'MontserratBold';
    font-style: normal;
}
#reservation-wapper .post-data{
    float: left;
    width: 100%;
}
#reservation-wapper .post-data .post-content a {
    color: #a7d422;
    /*float: right;*/
}
#reservation-wapper .post-data .quote-icon {
    float: left;
    font-size: 45px;/*
    margin-right: 20px;*/
    width: 15%;
    color: #c0c0c0;
}
#reservation-wapper .post-data .quote-post-heading {
    float: right;
    font-size: 45px;
    margin-right: 20px;
    width: 70%;
}
#reservation-wapper .post-data .quote-post-heading h3 {
    line-height: 34px;
}


.reservation-aside .button-aside {
    margin-top: 30px;
    float: left;
    width: 100%;
    height: 70px;
}

.reservation-aside .button-aside a {
    /*background-color: black;*/
    padding: 13px 22px;
    color: white;
    font-size: 18px;

}
.reservation-aside .button-aside .view-more {
    background-color: #32bef3;
    margin-left: 35px;
}
.reservation-aside .button-aside .reserve {
    background-color: #a7d422;
    margin-left: 20px;
}

.post-image{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

/*******************
	Footer Top
*******************/
#footer-top{
	float: left;
	width: 100%;
	background-color: #353338;
}
#footer-top .footer-nav .footer-heading h3{
	color: white;	
	font-family: 'MontserratBold';
    font-style: normal;
}
#footer-top .footer-nav .saprater {
    margin-bottom: 30px;
    border-bottom: 5px solid;
    border-color: #ef710a;
    width: 40%;
}
#footer-top .footer-nav .footer-menu .footer-nav-menu {
    margin-bottom: 50px;
}	
#footer-top .footer-nav .footer-menu .footer-nav-menu li {
    margin-bottom: 15px	;
}
#footer-top .footer-nav .footer-menu .footer-nav-menu li a {
    color: white;
    font-size: 15px;
    font-weight: bold;
}
#footer-top .footer-nav .footer-menu .footer-nav-menu li:hover a{
	text-decoration: none;
}
#footer-top .footer-nav .footer-menu .footer-nav-menu li .mail .fa.fa-envelope-o {
    font-size: 55px;
}
#footer-top  .footer-logo-box {
    float: left;
    width: 100%;
    text-align: center;
}
#footer-top  .footer-logo-box img{
    display: inherit;
}
.footer-content-wapper{
    float: left;
    width: 100%;
}



/***************
    Slider CSS
****************/

.responsive-slider .slides ul li .slide-body .event-btn a {
    /* background-color: black; */
    padding: 13px 22px;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bolder;
}
.responsive-slider .slides ul li .slide-body .event-btn .view-more {
    background-color: #32bef3;
    /*margin-left: 35px;*/
    -webkit-transition-duration: 1s;
       -moz-transition-duration: 1s;
         -o-transition-duration: 1s;
            transition-duration: 1s;
}
.responsive-slider .slides ul li .slide-body .event-btn .view-more:hover {
    background-color: #a7d422;
    text-decoration: none;
}
.responsive-slider .slides ul li .slide-body .event-btn .reserve {
    background-color: #a7d422;
    margin-left: 20px;
    -webkit-transition-duration: 1s;
       -moz-transition-duration: 1s;
         -o-transition-duration: 1s;
            transition-duration: 1s;
}
.responsive-slider .slides ul li .slide-body .event-btn .reserve:hover {
    background-color: #32bef3;
    text-decoration: none;
}


.responsive-slider .slides ul li .slide-body .click-here {
    font-size: 60px;
    text-shadow: gray;
    font-family: 'MontserratBold';
    font-style: normal;
    text-shadow: 0px 0px 25px rgba(0,31,31);
}
.responsive-slider .slides ul li .slide-body .caption.sub .slider-title{
    font-size: 20px;
}
#kcparks-slider{
    float: left;
    width: 100%;
    background: url(../img/slider-bg-new.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
	overflow-x: hidden;
}

#kcparks-slider .banner-bottom .events-heading {
    text-align: center;
    margin-top: 35px;
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'MontserratBold';
    font-style: normal;
	color: #fff;
    text-shadow: 2px 2px 1px #000;
}

#kcparks-slider .kcparks-slider-wapper {
    float: left;
    width: 100%;
    margin: 45px 0px;
    margin-top: 20px;
}
#kcparks-slider .kcparks-slider-wapper .slider-item{
    padding: 0px 10px;
}

.kcparks-slider-wapper .nbs-flexisel-inner{
    background: transparent !important;
    border-radius: 0px;
    border: none;
}


.program-item .program-item-img .attachment-thumbnail.size-thumbnail.wp-post-image {
    width: 100%;
    height: 210px;
}

#newlatter-video .video-wapper .video-div {
    text-align: justify;
    padding: 10px 80px;
    /*margin-top: 20px;*/
}
#newlatter-video .video-wapper h2 {
    text-align: center;
    /*margin-top: 35px;*/
}
#newlatter-video .video-wapper .video-div .readmorelink {
    float: right;
    background-color: #8ea942;
    /* text-transform: uppercase; */
    color: white;
    border: none;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 0;
    margin-right: 75px;
}

div#primary {
    float: left;
    width: 100%;
    margin-top: 8%;
    margin-bottom: 30px;
}
div#primary #tribe-bar-form {
    margin-top: 20px;
}
div#primary .beautiful-taxonomy-filters {
    margin: 20px 0px !important;
}
.beautiful-taxonomy-filters {
    border: none !important;
    box-shadow: none !important;
}



.program-aside .aside-img img {
    margin-left: 15px;
    width: 48%;
    float: left;
    margin-right: 0px;
}
.aside-img-bottom {
    float: left;
    width: 100%;
}
.aside-img-bottom img {
    margin-left: 15px;
    width: 48%;
    float: left;
    margin-right: 0px;
}
.aside-img-bottom div:first-child img{
    margin-left: 0px !important;
}
.program-aside .category-wapper div:last-child ul {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-left: 0px;
}
.ch-info h3 {
    font-size: 45px !important;
}

.sidebar a {
    margin: 20px;
    padding: 7px 15px;
    color: #9f9f9f;
    background-color: #3c3c3c;
    margin-left: 0px;
}
.post-content, .video-div p {
    font-weight: normal;
}
/*
.home .nbs-flexisel-nav-right{
    display: none;
}
*/
@media screen and (max-width:767px){
    #find-something .image-wapper img {
        width: auto;
        min-height: 320px; 
    }
    #newlatter-video .newlatter-wapper{
        padding: 15px 20px;
        margin: 0 auto 30px;
    }
    #newlatter-video .video-wapper .video-div{
        padding: 10px 1em;
    }
    #find-something .content-wapper h1{
        font-size: 45px;
		width: 60%;
    }
    aside.reservation-aside{
        border-top: 1px solid grey;
    }
    img.alignright, img.alignleft{
        display: block;
        float: none !important;
    }
}