/* ////////////////////////// COMMON ////////////////////////// */
html {
	height:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background:#987;
}
a {
	color:#00b;
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
h1, h2, h3, h4, h5, h6, p, li {
	color:#654;
}
h1 {
	padding:25px 0 0 0;
	font-family:'Dancing Script',serif;
	font-weight:700;
	font-size: 36px;
	line-height: 1.2;
	text-align:center;
}
h2 {
	font-family:'Lora',serif;
	font-weight:700;
	color:white;
	font-size: 10pt;
	line-height: 1.2;
	text-align:center;
}
h3 {
	font-family:'Dancing Script',serif;
	font-weight: 700;
	font-size: 28pt;
}
h4 {
	font-family:'Lora',serif;
	font-weight:700;
	color:white;
	font-size: 20pt;
	line-height: 1.2;
}
.content-area-outer {
	background:#fed;
	width:100%;
}
.btn {
	background:#951;
	color:#fff;
}
.caret {
	border-top-style:solid;
}
.modal-header {
	background-color:#80C0FF;
}

.overlay {
	color:#fff;
	position: relative;
	top: -80px;
	left: 0;
	width: 100%;
	height: 0;
	margin:3px;
	text-align: center;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.overlay a {
	color:#fff;
}

.row-centered {
	text-align:center;
}
.call-to-action {
	display:inline-block;
	background:#088;
	color:#fff;
	font-size:1.1em;
	padding:15px 30px;
	margin:10px auto;
}
.call-to-action > a {
	color:#ff4;
}
.no-padding {padding:0; margin:0 !important;}
.img-header-left {
	float:left;
	width:300px;
	margin-right: 20px;
}
.img-header-right {
	float:right;
	width:300px;
	margin-left: 20px;
}
.contact-form label {
	font-weight:normal;
}
.contact-form input, .contact-form select, .contact-form textarea {
	margin:0 0 10px 0;
	border-radius:0;
	border:1px #987 solid;
}

/* ////////////////////////// NAV BAR ////////////////////////// */
header {
	background:url("../images/bg3.jpg") no-repeat center top; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.icon-bar {background:#fff;}
.navbar-toggle {border:1px solid white;}
.navbar-header h1,.navbar-header h2 {
	color:#fff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.logo {
	float:left;
	margin:20px;
}
.navbar-main {
	width:100%;
	background:rgba(0,0,0,0.6);
	z-index:999;
}
.navbar-nav {
	text-transform:uppercase;
}
.navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav .dropdown a:hover {
	background:rgba(0,0,0,0);
	color:#ff0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.navbar-nav li {padding:0;}
.navbar-nav a {color:#fff;}
.active a {color:#ff0; font-weight:bold;}
.navbar-nav .dropdown>a:focus {background:rgba(0,0,0,0);}
.navbar-nav .dropdown .dropdown-toggle {background:rgba(0,0,0,0);}
.navbar-nav .open .dropdown-menu .active>a {background:rgba(0,0,0,0); color:#ff0;}
.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu {color:#fff;}
.navbar-nav .open .dropdown-menu {background:rgba(0,0,0,0.7);}
.navbar-nav .open .dropdown-menu>li>a:hover {
	color:#ff0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}


/* ////////////////////////// FOOTER ////////////////////////// */
footer{
	padding: 10px 0;
	margin:0;
	font-size: 11px;
	color:#321;
//	border-top:1px solid black;
}

/* /////////////////////////////////////////////////////////////////// */
/* /////////////////////////// TABLET VIEW/ ////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav {
		text-transform:none;
	}
}

/* /////////////////////////////////////////////////////////////////// */
/* ////////////////////////// MEDIUM DESKTOP ///////////////////////// */
/* /////////////////////////////////////////////////////////////////// */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav {
		text-transform:none;
	}
}

/* /////////////////////////////////////////////////////////////////// */
/* ////////////////////////////// MOBILE ///////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */
@media (max-width: 767px) {
	header {
		position:relative;
		z-index:999;
		background:url("../images/bg3-m.jpg") no-repeat center top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height:60px;
	}
	.navbar-nav {
		text-transform:none;
	}
	.logo {
		height:56px;
		margin:2px 0 2px 10px;
	}
	h1 {
		font-size:12pt;
		padding:0;
		margin:10px 0 0 0;
	}
}

/* /////////////////////////////////////////////////////////////////// */
/* ////////////////////////// NON-MOBILE ///////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */
@media (min-width: 768px) {
	header {height:230px;}
	.navbar-header {width:700px;}
	.navbar-main {
		position:absolute;
		top:160px;
	}
	#navbar-main.shrink {
		position:fixed;
		top:0;
		left:0;
	}
}
