/* Move down content because we have a fixed navbar that is 50px tall */
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #363935;
  background: url(../images/bg-header.png) repeat-y;
  background-size: 100%; //propotional resize
	/*
  background-size: 100% 100%; //stretch resize
*/
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
	margin-top: 20px;
}

nav {
	font-family: 'Montserrat', sans-serif;
}

a, a.link, a.active, a.visited {
	color: #305025;
}

a:hover, a.link:hover, a.active:hover, a.visited:hover {
	color: #305025;
}

/*Top Bar v1 (login, search etc.)
------------------------------------*/
/*Top Contacts*/

#topbar {
	background: #305025;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0 4px;
}

#topbar .top-contacts li {
	color: #6d975f;
	font-size: 11px;
	margin-right: 15px;
	display: inline-block;
}

#topbar .top-contacts i {
	color: #6d975f;
	font-size: 13px;
	margin-right: 3px;
}

#topbar a.fb, #topbar a.twitter, #topbar a.ig {
	padding: 0 10px;
}

#topbar a.fb {
	background: url(../images/icon-top-facebook.png) no-repeat top center;
}

#topbar a.twitter {
	background: url(../images/icon-top-twitter.png) no-repeat top center;
}

#topbar a.ig {
	background: url(../images/icon-top-instagram.png) no-repeat top center;
}

#topbar a.fb:hover {
	background: url(../images/icon-top-facebook-o.png) no-repeat top center;
}

#topbar a.twitter:hover {
	background: url(../images/icon-top-twitter-o.png) no-repeat top center;
}

#topbar a.ig:hover {
	background: url(../images/icon-top-instagram-o.png) no-repeat top center;
}


/*Top Data*/
#topbar .top-data {
	text-align: right;
}

#topbar .top-data li {
	padding: 0 11px;
	margin-left: -4px;
	display: inline-block;	
	border-right: solid 0px #eee;
	color: #6d975f;
	font-size: 11px; 
}

#topbar .top-data li a {
	font-size: 11px; 
	color: #6d975f;
}

#topbar .top-data li a:hover {
	color: #7fa572;
	text-decoration: none;
}

#topbar .top-data li i {
	color: #6d975f;
	font-size: 13px;
}

#topbar .top-data li a:hover i {
	color: #6d975f;
}

/*Topbar*/
@media (max-width: 992px) {
	#topbar ul {
		text-align: center !important;
	}

	#topbar .top-contacts {
		margin: 10px 0;
	}

	#topbar .top-data li {
		top: 1px;
		padding: 6px 16px;
		margin-left: -5px;
		position: relative;
		border: solid 0px #eee;
	}		
}


/*Nav*/ 
.nav > li {
  position: relative;
  display: block;
  text-transform: uppercase;
  border-right: 1px #363935 solid;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 25px;
}

.nav > li:last-child {
  border-right: 0px #363935 solid;
}

.dropdown-carat {
	font-size: 20px; 
	line-height: 0;
	padding-left: 5px;
}

.dropdown-toggle:focus {
  outline: 0;
  background: #d6d7c8 !important;
  color: #363935 !important;
}

.dropdown-menu {
  background-color: #f6efe6;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #363935;
  background-color: #f0e1c9;
}
.dropdown-menu > li > a {
  padding: 4px 20px;
  color: #363935;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #363935;
  text-decoration: none;
  background-color: #d6d7c8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #f6efe6;
  text-decoration: none;
  background-color: #f0e1c9;
  outline: 0;
}

@media (min-width: 992px) {
  .nav > li > a {
  position: relative;
  display: block;
  padding: 15px 15px;
}
}
@media (min-width: 1200px) {
  .nav > li > a {
  position: relative;
  display: block;
  padding: 15px 33px;
}
}
@media screen and (max-width: 767px) {
	
.nav > li {
  border-right: 0px #363935 solid;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #363935;
  }
  
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #363935;
    background-color: #d6d7c8;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #363935;
    background-color: #d6d7c8;
  }
}

.navbar-toggle {
  background-color: #305025;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #cd9440;
}

/*Header*/
#logo {
	width: 100%;
	text-align: center;
	margin: 20px 0 25px;
}

/*Buttons*/

.btn {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  padding: 7px 15px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0px solid transparent;
  border-radius: 0px;
  background: url(../images/bg-button.png) repeat-x;
  color: #FFF;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color: #FFF;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #FFF;
  background: url(../images/bg-button-hover.png) repeat-x;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-default {
  color: #f6efe6;
  background-image: url(../images/bg-button.png) no-repeat;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #f6efe6;
  background-image: url(../images/bg-button-hover.png) no-repeat;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: url(../images/bg-button.png) no-repeat;
}

/*Content Home*/

.mobile {
	display: none;
}

.jumbotron {
  padding: 30px 15px;  
  margin-bottom: 0px;
  color: inherit;
  background-color: #eee;
}
#yellow-bar-home {
	margin-top: 0px;
	border-top: 1px #363935 solid;
	border-bottom: 1px #363935 solid;
	height: 60px;
	background: url(../images/bg-yellow-bar.png) repeat-y;
  background-size: 100%; //propotional resize
	/*
  background-size: 100% 100%; //stretch resize
*/
}

#yellow-bar {
	margin-top: 0px;
	border-top: 1px #363935 solid;
	border-bottom: 1px #363935 solid;
	height: 60px;
	background: url(../images/bg-yellow-bar.png) repeat-y;
  background-size: 100%; //propotional resize
	/*
  background-size: 100% 100%; //stretch resize
*/
}

.col-home-left {
	text-align: right;
	margin-top: 40px;
	margin-left: 30px;
	max-width: 290px;
}

.col-home-left p, .col-home-right p {
	text-align: center;
	margin: -25px 0 0 0;
}

.col-home-right {
	text-align: left;
	margin-top: 40px;
	margin-left: 30px;
	max-width: 290px;
}

.col-home-events {
	position: relative;
	min-height: 440px;
	background: url(../images/bg-home-events.png) no-repeat top center;
	margin: -65px -30px 0;
}

.col-home-events #event-content {
	padding: 30px;
}

.col-home-events h2 {
	margin-top: 0px;
	text-align: center;
	font-size: 24px;
	color: #f5efe6;
	padding: 35px 30px 0px;
	background: url(../images/bg-events-h2.png) no-repeat top center;
}

.col-home-events .event-link {
	position: absolute;
	width: 100%;
	bottom: 13px;
	left: 0px;
	background: url(../images/bg-events-h4.png) no-repeat top center;
}
.col-home-events h4 {
	margin-top: 0px;
	text-align: center;
	font-size: 16px;
	color: #f5efe6;
}

.col-home-events .event {
	color: #99a197;
	clear: both;
}

.col-home-events h3 {
	color: #f5efe6;
	text-transform: none;
	font-size: 18px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 0;
}

.col-home-events h3 a, .col-home-events h4 a {
	color: #f5efe6;
}

.col-home-events h3 a:hover, .col-home-events h4 a:hover {
	text-decoration: underline;
}

.col-home-events .time {
	color: #dda552;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

.col-home-events .more {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	color: #99a197;
}

.event .date {
	width: 44px;
	height: 44px;
	color: #f6efe6;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	float: left;
	margin-right: 20px;
	background: url(../images/bg-home-date.png) no-repeat;
	margin-top: 20px;
}

.col-home-events .date .month {
	font-size: 11px;
	line-height: 12px;
}

.col-home-events .date .day {
	font-size: 20px;
	line-height: 20px;
}

.event .event-excerpt {
	width: 280px;
	float: left;
}

hr.divider {
	border-bottom: 1px #bbc0b9 solid; 
	height: 1px; 
	margin: 40px 150px;
}

hr.divider-full {
	border-bottom: 1px #bbc0b9 solid; 
	height: 1px; 
	margin: 40px 0px;
}
@media screen and (max-width: 1200px) {
.col-home-left {
	text-align: right;
	margin-top: 40px;
	margin-left: 0;
	max-width: 290px;
}

.col-home-right {
	text-align: left;
	margin-top: 40px;
	margin-left: 0px;
	max-width: 290px;
}
.col-home-events {
	min-height: 200px;
	background: none;
	margin: 25px 10px 0;
}

.col-home-events h2 {
	font-size: 20px;
	color: #305025;
	padding: 0px 0px 0px;
	background-image: none;
	text-align: left;
}
.col-home-events #event-content {
	padding: 10px;
}

.col-home-events h3 {
	color: #f5efe6;
	text-transform: none;
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0;
}
.event .date, .eventpage .date {
	width: 40px;
	height: 40px;
	color: #f6efe6;
	margin-top: 0px;
	margin-right: 10px;
}

.col-home-events .date .month {
	font-size: 11px;
	line-height: 10px;
}

.col-home-events .date .day {
	font-size: 16px;
	line-height: 14px;
}

.event .event-excerpt {
	width: 190px;
	float: left;
}

.col-home-events .event {
	color: #363935;
	clear: both;
}

.col-home-events .more {
	color: #363935;
}

.col-home-events h3 {
	color: #305025;
}
.col-home-events h3 a, .col-home-events h4 a {
	color: #305025;
}

.col-home-events .event-link {
	position: relative;
	clear: both;
	width: 100%;
	background: none;
}
.col-home-events h4 {
	padding-top: 20px;
	text-align: left;
	font-size: 16px;
	color: #305025;
}

.no-mobile {
	display: none;
}


}

@media screen and (max-width: 767px) {
	
.mobile {
	display: inline;
}
	#yellow-bar-home {
	display: none;
}

.mightyslider_modern_skin {
	display: none;
}

.col-home-right, .col-home-left {
	text-align: center;
	margin-top: 20px;
	margin-left: 0px;
}

.col-home-events {
	min-height: auto;
	background: none;
	margin: 0 0 0;
}
.col-home-events .event {
	color: #363935;
	clear: both;
}

.col-home-events .more {
	color: #363935;
}

.col-home-events h3 {
	color: #305025;
}

.col-home-events h3 a, .col-home-events h4 a {
	color: #305025;
}

.col-home-events h2 {
	text-align: left;
	font-size: 24px;
	color: #305025;
	padding: 20px 0px 0px;
	background: none;
}

hr.divider {
	border-bottom: 1px #bbc0b9 solid; 
	height: 1px; 
	margin: 20px 50px;
}
}

/*Content subpages*/

#yellow-bar h1 {
	font-size: 18px;
}

.bg
{
  width: 100%;
  z-index: 0;
}
.subpage {
	margin-top: 40px;
	margin-bottom: 20px;
}

.space-bottom {
	margin-bottom: 40px;
}

.space-bottom-event {
	margin-bottom: 15px;
}

#callout-area {
	position: relative;
	text-align: center;
	color: #f6efe5 !important;
}

#callout-area p {
	font-size: 15px;
}

#callout-area .container-full {
	width: 100%;
	position: absolute;
	top: 30px;
	text-align: center;
}
.intro {
	text-align: center;
}

.eventpage .date {
	width: 44px;
	height: 44px;
	color: #f6efe6;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	float: left;
	margin-left: 20px;
	background: url(../images/bg-home-date.png) no-repeat;
	margin-top: 6px;
}

.eventpage .date .month {
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
}

.eventpage .date .day {
	font-size: 20px;
	line-height: 20px;
}

.color-red {
	color: #F30;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 1200px) {
	#callout-area {
	display: none;
}

}
	
/*Footer*/
#newsletter {
	min-height: 122px;
	background: url(../images/bg-newsletter.png) repeat-x;
	margin-top: 40px;
}

footer .footer-copyright {
	margin-top: 20px;
	padding: 20px 10px 10px;
	background: url(../images/bg-footer.png) repeat-y;
	background-size: 100%; //propotional resize
	/*
  background-size: 100% 100%; //stretch resize
*/
}

footer .footer-copyright p {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	color: #636961;
	text-align: center;
}

footer .col-left, footer .col-center, footer .col-right {
	margin: 25px 0;
}
footer .col-left {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-align: center;
	color: #363935;
	padding-top: 10px;
}

footer .col-left ul {
	margin-right: 35px;
}

footer .col-left li, footer .col-right li {
	display: inline-block;
	margin-right: 5px;
}

footer .col-left span.yellow {
	font-size: 20px;
	font-weight: bold;
	color: #dda552;
	text-transform: uppercase;
}

footer .col-left span.yellow a {
	color: #dda552;
	text-decoration: none;
}

footer .col-right h2 {
	color: #305025;
	font-size: 16px;
	background: #d6d5c7 url(../images/bg-header-ig-2.png) no-repeat right center;
	padding: 15px;
}
footer .col-center {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	border-right: 1px #363935 solid;
	border-left: 1px #363935 solid;
	text-align: center;
	color: #636961;
	padding: 10px 15px 15px;
}

footer .col-center h3 {
	font-size: 22px;
	text-align: center;
	color: #305025;
	background: url(../images/bg-footer-center-col.png) no-repeat top center;
	margin-top: 0px;
}

footer .col-center span.bold {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #363935;
}

footer .col-center span.green {
	font-size: 13px;
	font-weight: bold;
	color: #305025;
}

.newletter-hdg {
	color: #f6efe6;
	padding-left: 25px;
	border-left: 1px #dda552 solid;
	margin-top: 32px;
	font-size: 14px;
}

.icon-lg-email {
	text-align: right;
	margin-top: 45px;
	padding-right: 0px;
}

.newletter-hdg h2 {
	font-size: 26px;
}

footer #subForm {
	background: #f6efe6;
	padding: 3px;
	max-width: 409px;
	margin-top: 38px;
}

footer button[type=submit] {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 13px;
	background: #dda552;
	color: #FFF;
	text-transform: uppercase;
	border: 0;
	padding: 8px 21px;
}

footer button[type=submit]:hover {
	background: #cd9440;
}

footer input[type=email] {
	background: #f6efe6;
	border: 0;
	color: #000;
	border: 0;
	padding: 10px 25px;
	width: 275px;
	font-size: 13px;
}
@media screen and (max-width: 1200px) {
	.newletter-hdg h2 {
	font-size: 20px;
}
footer .col-right h2 {
	font-size: 14px;
}
}

@media screen and (max-width: 767px) {


#newsletter {
	min-height: 122px;
	margin-top: 40px;
}

.newletter-hdg {
	padding-left: 0px;
	border-left: 0px #dda552 solid;
	margin-top: 15px;
	font-size: 14px;
}

.newletter-hdg h2 {
	font-size: 18px;
}
.icon-lg-email {
	display: none;
	text-align: left;
	margin-top: 15px;
	padding-right: 0px;
}


footer input[type=email] {
	padding: 10px 10px;
	width: 200px;
	font-size: 12px;
}

footer .col-left span.yellow {
	font-size: 16px;
	font-weight: bold;
	color: #dda552;
	text-transform: uppercase;
}

footer .col-right h2 {
	font-size: 12px;
	padding: 10px;
}
	
#topbar .top-data li {
		padding: 2px 16px;
	}	

#top-address {
	display: none;
}

}

@media (max-width: 992px) {
	footer #subForm {
	background: #f6efe6;
	padding: 3px;
	max-width: 409px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.newletter-hdg {
	padding-left: 0px;
	border-left: 0px #dda552 solid;
	margin-top: 15px;
}
.icon-lg-email {
		display: none;
	}
	
	footer .col-center {
	border-right: 0px #363935 solid;
	border-left: 0px #363935 solid;
}
}


