﻿@font-face {
font-family: 'Tangerine';
src: url('../fonts/tangerine/Tangerine.eot');
src: local('Tangerine'), url('../fonts/tangerine/Tangerine.woff') format('woff'), url('../fonts/tangerine/Tangerine.ttf') format('truetype');
}
@font-face {
font-family: 'Lato-Regular';
src: url('../fonts/tangerine/Lato-Regular.eot');
src: local('Lato-Regular'), url('../fonts/tangerine/Lato-Regular.woff') format('woff'), url('../fonts/tangerine/Lato-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Montserrat-Regular';
src: url('../fonts/tangerine/Montserrat-Regular.eot');
src: local('Montserrat-Regular'), url('../fonts/tangerine/Montserrat-Regular.woff') format('woff'), url('../fonts/tangerine/Montserrat-Regular.ttf') format('truetype');
}

body{
     margin:0;
     padding:0;
     font-size:15px;
     font-family: 'Lato-Regular';
     color: #353535;
}
p {
    font-family: 'Lato-Regular';
    color: #353535;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 16px;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat-Regular';
     color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
	 }
h1{
	font-size:22px;
	color:#000;	
}
h2{
	font-size:18px;
	color:#000;	
}
h3{
	font-size:22px;
	color:#6f6e4d;	
}
h4{
	font-size:18px;
	color:#6f6e4d;	
}
h5{
	font-size:22px;
	color:#654829;	
}
h6{
	font-size:18px;
	color:#654829;	
}
a{
    color:#654829; 
}
a:focus, a:hover{
	text-decoration:none;
}
a:hover {
    text-decoration: none;
    color: #df7300;
}
#top-header{
    background-color: #6f6e4d;
    padding: 8px 0px;
}
#top-header a{
 color: #fff;
}
#top-header a:hover {
    color: #df7300;
}
#top-header .rental-btn {
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 5px 25px;
    border-radius: 4px;
    font-weight: 700;
    background-color: transparent;
    font-size: 15px;
    margin: 0px 5px;
}
#top-header .rental-btn:hover{
    background-color: #654829;
    color: #ffffff;
    transition: all 0.3s linear 0s;
}
.logo{
    padding: 5px 0px;
}
.logo img {
    width: 200px;
}
.logo h3 {
    font-size: 14px;
    margin-top: 5px;
}
.home-account{
	padding:3px;	
}
.home-account a:last-child{
    border-right: 0px;
}
.sch-heading h2 {
    font-size: 30px;
    margin: 0px;
    color: #654829;
}
.sch-heading h3 {
    font-size: 18px;
    margin-top: 5px;
     color: #6f6e4d;
}
.sch-heading {
    padding: 0px;
    margin-top: 55px;
}
.navbar-right {
    float: right !important;
}
.search-box {
    margin-top: 15px;
    margin-bottom: 15px;
    width: auto;
    display: flex;
    justify-content: end;
    align-items: center;
}
.search-box .fa-search {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 18px;
    color: #340102;
}
.search_form {
    position: relative;
}
.donate-btns {
    margin-right: 15px;
}
.donate-btns .btn {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    background-color: #64482a;
    border-color: #64482a;
    margin: 0px 8px;
    padding: 8px 15px;
    border-radius: 3px;
    transition: all 0.3s linear;
}
.donate-btns .btn:hover{
    background-color: #6e6d4d;
    border-color: #6e6d4d;
    color: #fff;
}
ul.nav.navbar-nav.navbar-right.breadcrumb {
    margin: 0px auto;
    text-align: right;
    display: block;
}
a.navbar-brand span {
    color: #25ac98;
    font-weight: 700;
}
.navbar-btns .btn {
    width: 130px;
    padding: 10px;
    border-radius: 0px;
    border:none;
}
.carousel-caption a.btn.btn-default.carousel-btn:hover {
    color: #fff;
    background-color: #c2884a;
    border-color: #c2884a;
}
ul.list-unstyled.list-inline.navbar-btns {
    text-align: right;
    text-transform: uppercase;
    margin-top: 10px;
}
ul.list-unstyled.list-inline.navbar-btns a {
    color: #fff;
    font-size: 16px;
}
.navbar-btns .btn-primary{
 background-color: #3c5dae;
}
.navbar-btns .btn-primary:hover{
    background-color: #0496d7;
}
.navbar-btns .btn-success{
 background-color: #5ea18f;
}
.navbar-btns .btn-success:hover{
 background-color: #0496d7;
}
.navbar-btns .btn-default{
 background-color: #3f6968;
}
.navbar-btns .btn-default:hover{
 background-color: #0496d7;
}
.wrap-sticky nav.navbar.bootsnav{
    background-color: #ffffff;
}
nav.navbar.bootsnav ul.nav > li > a {
    background-color: #fff;
    border-color: #fff;
    color: #000000;
    padding: 19px 10px;
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
}
nav.navbar.bootsnav ul.nav > li:first-child a {
    padding-left: 0px;
}
nav.navbar.bootsnav ul.nav > li:last-child a {
    padding-right: 0px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li {
    background-color: #64482a !important;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li:hover{
     background-color: #6e6d4d !important;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
nav.navbar.bootsnav ul.nav > li > a:hover{
  color:#725441;
}
.dropdown-menu>li>a:hover{
  color:#9E7DD3;
}

.dropdown-menu>li>a{
	color:#2d1313;

}
.dropdown-caret {
    color: #fff;
    background-color: #999;
    padding: 5px 8px 2px 8px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
}
.dropdown-icon{
	padding: 0px !important;
    border: none !important;
    position: absolute !important;
    top: 12px !important;
    right: 5px !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	border-top: inherit;
	border:none;
}
/*
nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu{
    height: 245px;
    overflow-y: scroll;
}
*/
nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu::-webkit-scrollbar {
  width: 7px;
}
/* Track */
nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #654829; 
  border-radius: 10px;
}

/* Handle */
nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu::-webkit-scrollbar-thumb {
  background: #0089d0; 
  border-radius: 10px;
}
/* Handle on hover */
nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #0060af; 
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    background-color: #725441;
    color: #fff;
    padding: 5px 10px;
}
nav.navbar.bootsnav .navbar-nav > li > a{
	color:#fff;
}
.navbar-nav > li {
    float: none;
    display:inline-block;
}
.nav.navbar-nav{
	text-align:center;
    margin:0px;
    padding: 0px;
}
ul.nav.navbar-nav.navbar-right.breadcrumb{
    margin:0px;
}
.navbar-collapse{
    padding:0px;
}
.breadcrumb > li + li:before {

    padding: 0 5px;

    color: #ccc;

    content: "|";

    top: 14px;

    left: -7px;

}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{

	text-align:left;

}



.nav > li > a{
	padding: 15px 10px;
	font-size:14px;
}

.navbar-brand {
    height: inherit;
    padding:0;
}
nav.navbar.bootsnav{
	background-color:#fff;
    border-bottom: 1px solid #bbbbbb;
}    
.carousel-caption{
    width: 75%;
    background-color: inherit;
    text-align: left;
}
.carousel-caption h1 span, .about h2 span {
    color: #097ec2;
}
.carousel-caption h1 {
    color: #ffffff;
    text-shadow: none;
    font-weight: 700;
    text-align: center;
}
.carousel-caption p{
    text-align: center;
}
.carousel-caption a {
    background-color: #6e6d4d;
    height: auto;
    border: none;
    text-align: center;
    margin: 15px auto;
    display: block;
}
.carousel-indicators{
    display: none;
}
/*.carousel-inner .item:before{
    content: "";
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
}*/
.sch-friends h2{
	font-size:30px;	
}
.sch-friends h4{
	font-size:18px;	
}
h1.progrm-head{
	font-size:36px;	
}
.service-section{
    padding: 30px 0px;
    background-color: #fff0d3;
}
.sch-friends:first-child p{
    margin-top: 20px;
}
.sch-farm img {
    border-radius: 15px;
    position: relative;
}
.sch-farm {
    margin-top: 20px;
    padding-left: 30px;
}
a.farm-more {
    border: 1px solid;
    padding: 5px 20px 7px;
    border-radius: 5px;
}
a.farm-more:hover, a.sch-join:hover {
    background-color: #64482a;
    border-color: #64482a;
    color: #fff;
}
.services-title {
    margin-bottom: 70px;
}
.program-div h1.progrm-head, .events-div h1.progrm-head {
    padding-bottom: 25px;
}
.Program-list h3{
    position: relative;
    margin-bottom: 2px;
}
.Program-list img{
    border-radius: 10px;
}
.Program-list h3 a:hover{
    color: #df7300;
}
.Program-list h3, .Program-list p, a.prg-read, .sch-event h3, .sch-event p {
    padding-left: 10px;
}
a.prg-read .fa-long-arrow-right{
    margin-left: 5px;
    padding-top: 5px;
}
.Program-list h3:before{
    content: "";
    width: 2px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #d88021;
}
.sch-joinnow{
    background-image: url(../images/join-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
/*.sch-joinnow:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.44);
    width: 100%;
    height: 100%;
}*/
.join-div {
    padding: 130px 0px;
    position: relative;
    z-index: 4;
}
.join-div h1{
    color: #fff;
	font-size:36px;
}
a.sch-join {
    border: 1px solid #fff;
    padding: 9px 25px;
    display: block;
    margin: 20px auto;
    text-align: center;
    width: 150px;
    color: #fff;
    font-size: 18px;
}
.sch-event {
    border: 1px solid #dcdcdc;
    margin: 0px 12px;
}
.sch-event h3 {
    font-size: 18px;
    margin-bottom: 5px; 
}
.owl-pagination{
    display: none;
}
.customNavigation a.prev, .customNavigation a.next {
    background-color: #dcdcdc;
    padding: 12px 18px 11px 13px;
    border-radius: 50%;
    cursor: pointer;
        margin: 0px 4px;
}
.customNavigation a.next{
     padding: 12px 13px 11px 18px;
}
.customNavigation .fa-chevron-left, .customNavigation .fa-chevron-right  {
    font-size: 18px;
}
.events-div .customNavigation {
    position: absolute;
    top: -55px;
    right: 0;
    width: 10%;
}
.customNavigation a.next:hover, .customNavigation a.prev:hover{
    background-color: #64482a;
    color: #fff;
}
.ui-widget.ui-widget-content {

z-index: 99 !important;
}
.settings-list li{
    min-width: 150px;
    text-align: center;
    padding: 0px;
}
.settings-list li a {
    padding: 10px 0px;
    display: block;
    color: #6f6e4d;
    font-size: 18px;
}
.setting-list-div ul.list-unstyled.settings-list li a.active-amt {
    color: #654829;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.settings-list{
        border-bottom: 1px solid #ddd;
}
.settings-list li{
    margin-bottom: -1px;
}
.setting-list-div .settings-list li a:hover {
    color: #555;
    cursor: default;
    background-color: #ddd;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.setting-list-div ul.list-unstyled.settings-list li a {
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}
footer{
    background-color: #232323;  
    border:none;
}
.footer-logo p, .footer-links h3, .footer-links ul li a, .footer-address ul li a, .footer-address h3, .more-info h3, .more-info p{
    color: #fff;
}
.footer-links ul li, .footer-address ul li{
    padding: 5px 0px;
}
.footer-address ul li i{
    margin-right: 5px;
}
.social-icon a{
    float: left;
    margin:0px 3px;
}
.footer-logo p{
    padding: 10px 0px;
}
.footer-logo img {
    width: 70%;
}
.footer-address ul li{
    color: #fff;
}
.footer-links ul li i{
    display: none;  
}
.copy p, .power p{
    color: #fff;
}
.power p a{
    color: #5ebadd;
}
.bottom-footer {
    border-top: 1px solid #323232;
}
.footer-top {
    padding: 30px 0px;
}
.footer-logo .social-icon a{
    color: #fff;
    font-size: 30px;
}
.input-group-btn .btn {
    background: #64482a none repeat scroll 0 0;
    border: 1px solid #64482a;
    font-size: 15px;
}
.footer-logo:first-child p{
    margin-bottom: 0px;
}
.more-info {
    float: left;
}
.news-letter {
    width: 30%;
    float: right;
    margin-top: 25px;
}
.top-signup {
    border-bottom: 1px solid #323232;
}
.more-info p{
    padding-bottom: 0px;
}
.color-white{
    padding: 0px 5px;
}
ul.social-icon.list-unstyled.list-inline .fa-facebook-square {
    font-size: 32px;
}
.social-icon .fa-instagram {
    font-size: 32px;
}
.footer-links ul li a:hover{
    color: #df7300;
}
.blog_list_page .vision img {
    width: 150px;
}
.filter-section{
	padding-top: 0px !important;
}
.contacts_list .table tr, .contacts_list .table td, .contacts_list .table th {
    border: 1px solid #ccc;
    vertical-align:middle;
}
.contacts_list .blog_details{
    border:none;
}
.contacts_list .table tr:nth-child(even){
    background-color: #fff0d3;
}
.blog_list.blog_list_page.contacts_list {
   margin-top: 0px;
}
.single-contact .table th {
    width: 50%;
    text-transform: capitalize;
        vertical-align:middle;
}
/*.no-pad{
    padding: 0px;
}*/
.single-post.contacts_list.single-contact h3 {
        float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}
.single-contact span a {
    background-color: #654829;
    color: #fff;
    padding: 7px 15px;
    float: right;
    font-size: 14px;
    margin: 0px 5px;
}
.single-contact span a:hover{
    background-color: #6F6E4E;
}
.blog_list.blog_list_page.contacts_list .blog_details{
    margin-top: 0px;
}
.dashboard {

    margin: 10px 0px;

}
.dashboard h1 {
    text-transform: uppercase;
}
.dashboard .text-right a {
    background-color: #654829;
    color: #fff;
    padding: 8px 20px 10px;
    text-transform:uppercase;
    margin:0px 5px;
    border-radius: 10px;

}
.dashboard .text-right a:hover, .read_more_div a:hover {
    background-color: #6f6e4d;
    color: #fff;
}
.read_more_div a, .side-bar h4{
    font-weight: normal;
}
.dashboard .text-right {

    margin-bottom: 0px;
    margin-top:10px;

}
.page-section .form-horizontal .form-group{
	margin-left:0px;
	margin-right:0px;	
}
h3.center.page_heading {
    margin-top: 0px;
    float:left;
}
.user-add {
    background-color: #6f6e4d !important;
}
.tab-admin .nav-tabs > li.active > a{
	color:#654829;
	font-weight:700;
}
.tab-content th {
    font-weight: 100;
}
.tab-content .single-contact .table th{
	width:auto;
}
.add-border {
    border: 1px solid #ccc;
    width: 100%;
    float: left;
    padding: 0px 20px;
    border-radius: 5px;
}

#search4 {
    width: 45%;
    float: left;
    margin-right: 10px;
}
#search5 {
    width: 45%;
}
.new-renew-body p {
    text-align: center;
    margin-bottom: 0px;
}
.new-renewal {
    list-style-type: none;
    display: block;
    text-align:center;
}
.new-renewal li {
   display: inline-block;
    background-color: #6f6e4d;
	text-align: center;
	margin: 15px 5px 0px;
}
.new-renewal li:hover{
	background-color:#654829;
}
.new-renewal li a{
	color:#fff;
    padding: 7px 10px;
    display: block;
}
.new-renew-member .modal-header, .new-renew-member .modal-footer{

    border: none;

}
.modal-body.new-renew-body {

    border: 1px solid #dedede;
    margin: 0px 20px;

}
#addmore {
    width: 100%;
    clear: both;
    float: left;
    padding: 10px 5px;
    margin-bottom: 10px;
    }
#del_ExpenseRow, #del_ExpenseRow_new {
    width: 40px;
    margin-left: 10px;
        font-style: normal;
}
#addmore_new table {
    margin-bottom: 10px;
}
#addmore_new table tr th {
    padding: 5px 0px;
}
.bod_col td {
    padding-right: 20px;
}
.add-member {
    width: auto;
    text-align: center;
    margin: 0px auto 20px;
    font-style: normal;
    display: block;
    clear: both;
}

#newsletterForm .input-group {
    margin-bottom: 20px;
}

/******************* Accordion Demo - 2 *****************/
#accordion2 .panel-title a{
    display: block;
    padding: 12px 15px 12px 30px;
    background: linear-gradient(to bottom, #654829, #654829);
    border: none;
    border-radius: 0px;
    font-size: 17px;
    font-weight: 100;
    color: #ffffff;
    position: relative;
}
#accordion2 .panel-title a:before{
    content: "\f068";
    font-family: FontAwesome;
    width: 25px;
    height: 25px;
    line-height: 26px;
    border-radius: 50%;
    background: #000000;
    font-size: 12px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    text-shadow: none;
    position: absolute;
    top: 8px;
    right: 15px;
}
#accordion2 .panel-title a.collapsed:before{ content: "\f067"; }
#accordion2 .panel-body{
      padding: 20px 15px;
    font-size: 15px;
    color: #fff;
    line-height: 27px;
    border: none;
    background-color: #ffffff;
}
#accordion2 .panel-body p{ 
    margin-bottom: 0;
    color: #ffffff; 
    font-size: 14px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: inherit;
    border-color: inherit;
    border: none;
    padding: 0px;
}
.panel.panel-default {
    margin-bottom: 20px;
    border-radius: 0px;
}

.renter-form .checkbox{
    font-size: 15px;
}
.side-bar-content .rental-btn.downloaad_photo_book {
    background: #6f6e4d;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 3px;
    transition: all 0.3s linear;
    width: 200px;
    margin: 18px auto;
    text-align: center;
    display: block;
}
.side-bar-content .rental-btn.downloaad_photo_book:hover{
    background: #654829;
}
.ren_form_new ul li {
    margin-bottom: 6px;
}
.renter-form {
    padding-top: 25px;
}
.renter-form h2, .ren_form_new h2 {
    font-size: 30px;
}
.renter-form h2{
    margin: 0px;
}
.ren_form_new h2{
    padding-bottom: 15px;
}
.renter-form h3 {
    padding-bottom: 10px;
}

#facility_rented\[\]-error, #equipment\[\]-error, #alcohol-error, #caterer-error, #canopy-error {
  width: 100%;
  padding: 5px 0px 0px 5px;
  margin-bottom: 0px;
}

.ws-content {
    border: 1px solid #cccccc;
    margin-bottom: 30px;
    border-radius: 10px;
}
.ws-content h6 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.ws-content img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.workshop-block .row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.workshop-block .ws-col{
    display: flex;
    flex-direction: inherit;
}
.list_workshop {
    list-style-type: none;
    padding-left: 5px;
}
.list_workshop .fa-angle-double-right {
    float: left;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.list_workshop li a {
    text-transform: uppercase;
    font-size: 14px;
    display: table-cell;
    line-height: 24px;
}
.list_workshop li {
    border-bottom: 1px dotted #b9b9b9;
    padding: 6px 0px;
}
#symbol1 .form-control {
    background-color: #6f6e4d;
    color: #ffffff;
    width: auto;
    padding: 6px 30px;
    font-style: normal;
    font-size: 16px;
    height: auto;
    transition: all 0.3s linear;
}
#symbol1 .form-control:hover{
    background-color: #654829;
    color: #ffffff;
}

.ctct-form-defaults {
    padding: 10px 15px !important;
}
.ctct-form-header {
    font-size: 20px !important;
    margin-bottom: 5px !important;
}
.ctct-form-text {
    padding-bottom: 0px !important;
    margin-bottom: 15px !important;
    font-size: 14px !important;
}
#email_address_0 {
    height: 30px !important;
}
#email_address_field_0 {
    margin-bottom: 10px !important;
}
.ctct-gdpr-text {
    padding-bottom: 0px !important;
    margin-bottom: 15px !important;
}
.ctct-form-button {
    height: auto;
    padding: 10px !important;
}
.ctct-gdpr-text{
    display: none !important;
}
.ctct-banner-form{
    display: none;
}
.events-main-heading {
    margin-top: 20px;
    position: relative;
}
.events-block {
    position: relative;
}
.events-heading i {
    font-size: 20px;
}
.events-heading .date-text {
    float: left;
    font-size: 24px;
    padding-right: 10px;
}
.events-heading .form-control {
    width: auto;
}
.event-date .cal-date {
    font-size: 24px;
    display: block;
}
.event-date .cal-text {
    font-size: 20px;
}
.events-calendar-list .month-heading {
    position: relative;
    margin: 30px 0px;
}
.events-calendar-list .month-heading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #c1c1c1;
    top: 10px;
    right: 0px;
}
.event-heading-right {
    float: right;
    padding-top: 10px;
}
.event-heading-right .btn-default {
    font-size: 24px;
    padding: 2px 4px 2px 10px;
}
.event-calendar-content .btn-primary {
    color: #fff;
    background-color: #6f6e4d;
    border-color: #6f6e4d;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
    transition: all 0.3s linear;
}
.event-calendar-content .btn-primary:hover{
    background-color: #64482a;
    border-color: #64482a;
    color: #ffffff;
}
.events-calendar-list {
    margin-bottom: 50px;
}
.events-calendar-list .row {
    margin-bottom: 30px;
}
.tour-tickets h2 {
    font-size: 30px;
}
.event-info .date-time-text {
    font-size: 20px;
    display: inline-block;
    margin: 25px 0px;
}
.event-info-content p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
.event-info-content{
    margin-bottom: 50px;
}
.event-heading-right .dropdown-menu>li>a:hover {
    color: #ffffff;
}
.event-calendar-content h3 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.event-calendar-content .date-time-text {
    font-size: 24px;
    color: #725441;
}
.events-heading input {
    background: transparent;
    border: none;
    font-size: 30px;
    color: #000000;
    padding: 0px;
    font-style: normal;
    position: relative;
    top: 8px;
}
.events-home-block{
    padding-top: 40px;
    padding-bottom: 50px;
}
.events-home-block h1 {
    font-size: 36px;
    margin: 0px;
    padding-bottom: 40px;
}
.events-right h3 {
    font-size: 18px;
    margin-top: 0px;
    line-height: 24px;
}
.events-right p {
    margin-bottom: 6px;
}
.events-right .btn-primary {
    color: #fff;
    background-color: #654829;
    border-color: #654829;
}
.events-right .btn-primary:hover{
    background-color: #6e6d4d;
    border-color: #6e6d4d;
}
.event-link {
    text-align: center;
    margin-top:20px;
}
.event-link .btn-primary {
    color: #fff;
    background-color: #6e6d4d;
    border-color: #6e6d4d;
}
.event-link .btn-primary:hover{
    background-color: #654829;
    border-color: #654829;
}

.program-block h1 {
    font-size: 36px;
    margin: 0px;
    padding-bottom: 40px;

}
.program-block {
    padding-top: 40px;
    padding-bottom: 50px;
}

.program-list {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 30px;
}

.program-list figure {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.program-list figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.program-heading {
    padding: 10px 10px 30px;
}
.program-list .program-heading h3 {
    margin: 0;
    padding: 10px 0;
    font-size: 20px;
}


.program-list .btn-primary {
    color: #fff;
    background-color: #654829;
    border-color: #654829;
}
.program-list .btn-primary:hover{
    background-color: #6e6d4d;
    border-color: #6e6d4d;
}


@media(min-width:1200px){
    .wrap-sticky {
        height: 128px !important;
    }
    .events-home-block .event-image {
        float: left;
        width: 50%;
    }
    .events-right {
        display: table-cell;
        padding-left: 20px;
    }
    .events-home-block .events-content {
        min-height: 170px;
        height: 100%;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
        width: 250px;
    }
}
@media(max-width:1200px){
    .events-right {
        margin-top: 20px;
    }
}
@media (max-width:1199px) and (min-width:1024px){
    nav.navbar.bootsnav ul.nav > li > a{
        padding: 15px 7px;
    }
}
@media (max-width: 1024px){
    .navbar-toggle{
        float: left;
    }
    .navbar-right .dropdown-menu{
        top: 50px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
         border-color: inherit;
    }
    .dropdown-menu{
        background-color: inherit;

    }
}
@media (min-width: 768px){
    .service-section, .sch-program, .events-div{
        padding: 40px 0px 50px;
    }
    .ren_form_new .table-two .table-bordered>tbody>tr>td {
        width: 60%;
    }
    .ren_form_new .table-one .table-bordered>tbody>tr>td {
        width: 76%;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
     .events-div .customNavigation{
        width: 15%;
    }
    .sch-heading h2 {
    font-size: 30px;
}
    .sch-heading{
        margin-top: 40px;
    }
    nav.navbar.bootsnav ul.nav > li:first-child a {
        padding-left: 10px;
    }
    nav.navbar.bootsnav ul.nav > li > a{
        padding: 10px;
        border-color: #dedede;
    }
    .events-home-block .events-content {
        margin-bottom: 30px;
    }
}
@media (max-width: 992px) and (min-width: 767px){
    nav.navbar.bootsnav ul.nav > li:first-child a {
        padding-left: 10px;
    }
    nav.navbar.bootsnav ul.nav > li > a{
        padding: 10px;
        border-color: #dedede;
    }
    .sch-heading h2{
        font-size:32px;	
    }
    .search-box{
        margin-top: 15px;
    }
    .carousel-caption{
        top: 12%;
    }
    .Program-list h3{
        font-size: 18px;
    }
    .events-div .customNavigation{
        width: 20%;
    }
    .sch-event h3{
        font-size:16px;
    }
    .footer-logo img {
        width: 40%;
    }
    .events-home-block .events-content {
        margin-bottom: 30px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
        top: 35px;
    }
}
@media (max-width: 992px) and (min-width: 320px){
    .Program-list p{
        margin-bottom: 0px;
    }
    .Program-list{
        margin-bottom: 15px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        width: 250px;
    }
    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li {
        border-bottom: 1px solid #8a6339;
    }
    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
        padding: 5px 10px;
        font-size: 14px;
    }
    
}
@media (max-width: 767px) and (min-width: 320px){
    ul.nav.navbar-nav.navbar-right.breadcrumb {
        padding-right: 25px;
        height: 280px;
        overflow-y: scroll;
    }
    nav.navbar.bootsnav ul.nav > li > a{
        border-color: #dedede;
        padding: 10px;
    }
    .dropdown-caret{
        top: 0px;
    }
    .logo img {
        width: 35%;
    }
    .blog_list_page .vision{
        text-align: center;
        margin-top: 10px;
    }
    .sch-heading{
        text-align:center;
        padding:0px;
        margin: 0px;
    }
    .navbar-nav > li{
        display: block !important;
        float: none;
    }
    nav.navbar.bootsnav ul.nav > li:first-child a {
        padding-left: 15px;
    }
     .navbar-right .dropdown-menu{
        top: 5px;
    }
    .news-letter{
        width: 100%;
        margin: 10px 0px;
    }
    .footer-links{
        clear: both;
    }
    ul.social-icon{
        float: left !important;
        padding: 5px 0px;
    }
    .footer-logo p{
        margin-bottom: 0px;
    }
    .sch-farm{
        padding-left: 0px;
    }
    .program-div h1.progrm-head, .events-div h1.progrm-head{
        padding-bottom: 10px;
    }
    .events-div .customNavigation{
        width: 20%;
    }
    .search-box {
        margin-top: 10px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .donate-btns{
        margin-bottom: 15px;
    }
    .sch-event img{
        width: 100%;
    }
    #search4 {
        width: 100%;
        margin-bottom: 10px;
    }
    #search5 {
        width: 100%;
    }
    .event-calendar-content {
        margin: 20px 0px;
    }
    .events-calendar-list .month-heading:before{
        width: 100%;
        bottom: 0px;
        top: inherit;
    }
    .events-calendar-list .month-heading{
        margin: 15px 0px;
    }
    .events-content {
        margin-bottom: 30px;
    }


}
@media (max-width: 480px) and (min-width: 320px){
    .logo img {
        width: 150px;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked .search-box{
        display: none;
    }
    .carousel-caption{
        display: none;
    }
    .sch-heading h2{
        font-size:24px;	
    }
    .dashboard .text-right a{
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .contact-info li{
        padding:5px 0px;
    }
    .search-box form.search_form{
        margin-bottom: 10px;
    }
    .carousel-caption p{
        display: none;
    }
    .carousel-caption h1{
        font-size: 18px;
    }
    .home-account{
        padding: 5px 0px;
    }
    .home-account a{
        padding: 0px 2px;
    }
    .join-div{
        padding: 0px;
    }
    .join-div h1{
        font-size: 18px;
    }
    .program-div h1.progrm-head, .events-div h1.progrm-head{
        font-size: 24px;
    }
    .events-div .customNavigation{
        display: none;
    }
    .single-post.contacts_list.single-contact h3{
        float: none;
    }
    .single-contact span a{
        margin-bottom: 15px;
        float: left;
    }
    #top-header a {
        margin-bottom: 10px;
        padding: 0px 10px;
    }
}
@media (max-width: 420px) and (min-width: 320px){
    .blog_list.blog_list_page.contacts_list .table{
        font-size: 13px;
    }
    .blog_list.blog_list_page.contacts_list tr, .blog_list.blog_list_page.contacts_list td,
    .blog_list.blog_list_page.contacts_list th{
        padding: 5px 2px;
        vertical-align: middle;
    }
    .pagination a{
        padding: 10px 12px;
    }
}
@media (max-width: 360px) and (min-width: 320px){
    .bod_col td input {
    width: 65px;
}
    #addmore_new .bod_col td input{
        width: 100%;
    }
    .bod_col td{
        padding-right: 10px;
    }
    #addmore tr td {
    padding-right: 10px;
}
    #addmore table tr th {
    font-size: 12px;
}
    #addmore table {
    margin-bottom: 20px;
}
    #addmore{
        padding: 0px;
    }
}