html,body{
    margin:0;
    padding:0;
}
body {
	background: #f5f5f5;
}

#content {
	width:100%;
    max-width: 999px;
	position: relative;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #3E3319;
}

p.comingSoon {
	font-family: 'Cabin', sans-serif;
	font-size: 2.5em;
	position: relative;
	float: left;
}

#social {
	position: absolute;
	z-index: 1000;
}

#social .fb {
	position: absolute;
	right: -1030px;
}

#social .twitter {
	position: absolute;
	right: -1030px;
	top: 34px;
}

.widget {
	min-height: 666px;
}

/* LOGO */
#logo {
	width: 100%;
	position: relative;
	margin-top: 33px;
	margin-bottom: 18px;
	text-align: center;
}
#logo img {

}
.logoContainer {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	height: 88px;
}
#loader { 
	display: block; 
	background: url(../img/loader.gif) no-repeat; 
	position: fixed; 
	left: 50%; 
	top: 50%; margin: -8px 0 0 -8px; width: 16px; height: 16px;
}

/* NAV, FOOTER */
#nav {
	background: url(../img/nav_bg.png) left top repeat-x;
	position: relative;
	width: 100%;
	z-index: 2;
	height:43px;
}

.navBar {
	background: #f5f5f5;
	margin: 0 auto ;
	width: 820px;
	height: 38px;
	font-family: 'Cabin', sans-serif;
}
.navBar li {
	position: relative;
	float: left;
	margin-left: 10px;
	padding-top: 7px;
	font-size: .8125em!important;
}
.navBar li:hover a {
	color: #000;
}
.navBar li a {
	color: #7b7b7b;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;	
	transition: all .3s ease;
}
.navBar li a.highlight {
	background: #ebe2da;
	padding: 3px 6px;
}
.navBar li a:hover {
	color: #000;
}
.navBar li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.navBar ul {
	visibility: hidden;
	opacity: 0;
	list-style: none;
	margin: -68px 0 0 0;
	padding: 10px 0 0 0;
	position: absolute;
	top: 90px;
	z-index: 9999;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;	
	transition: all .3s ease;
}
.navBar ul li {
	background: rgba(0,0,0,.8);
	display: block;
	float: none;
	margin: 0;
	font-size: .9325em!important;
	width: 198px;
}
.navBar ul li:last-child {
	padding-bottom: 10px!important;
}
.navBar ul li span {
	display: none;
}
.navBar ul a {
	color: #fff!important;
	padding: 8px 14px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: uppercase;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
	-ms-transition: none;
  transition: none;
}
.navBar ul a:hover {
	background: #be9572;
	color: #fff;
}
.navBar a.active {
	color: #000;
}

/*#footer {
	position: relative;
	float: left;
	width: 999px;
	height: 35px;
	margin-top: 10px;
}*/

#footer {
	background: url(../img/nav_bg.png) left 20px repeat-x;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}
#footer .navBar {
	width: 33.2em;
}
#footer li {
	font-family: 'Cabin', sans-serif;
	color: #7b7b7b;
	margin-left: 10px;
}

/* DROPDOWNS */
/*.dropdown {
	display: none;
	z-index: 5000;
	position: absolute;
}

.dropdown li {
	background: #FFF;
	width: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor: pointer;
}

.dropdown a, .dropdown a.visited {
	color: #7b7b7b;
}

.dropdown li.active, .dropdown li.active a {
	color: #FFF;
	background: #c3a07d;
}*/

/* CONTENT GRID */
#contentGrid {
	position: relative;
	float: left;
	background-color:#f5f5f5;
	width: 100%;
    margin:0 auto;
}
#contentGrid img {
	max-width: 100%;
}
#contentGrid .cell {
	position: absolute;
}

.col-1 { width: 333px; }
.col-2 { width: 666px; }
.col-3 { width: 999px; }
.row-1 { height: 333px; }
.row-2 { height: 666px; }
.row-3 { height: 999px; }
.row-max { height: 100%; }

.colPos-1 { left: 0; }
.colPos-2 { left: 333px; }
.colPos-3 { left: 666px; }
.rowPos-1 { top: 0; }
.rowPos-2 { top: 333px; }
.rowPos-3 { top: 666px; }

@-webkit-keyframes reset {
    0% {   opacity: 0; }
    100% { opacity: 0; }
}
@-webkit-keyframes fadeIn {
    0% {   opacity: 0; }
    100% { opacity: 1; }
}
.fadeIn {
    -webkit-animation-name: reset, fadeIn;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
}
.invisible { visibility: hidden; }


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.events_title{
   font-size: 24px;
text-align: center;
font-family: 'Lato', sans-serif;
color: #0C6EAB;
padding: 8px;
margin-top: 15px;
font-weight: bold;
font-size-adjust: inherit;
font-variant: all-small-caps;
background: #FFFFFF;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.reviews_large{
    display:block;
    width: 100%;
}
.reviews_small{
    display:none;
    width: 100%;
}