@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html, body {
	height: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
}
.img-thumbnail.pull-right {
	margin-left: 15px;
}

.img-thumbnail.pull-left {
	margin-right: 15px;
}


img {
	max-width: 100%;
	height: auto;
}


img.image-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}


img.image-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

/* Enable image placeholders */
@-moz-document url-prefix(http), url-prefix(file) {
	img:-moz-broken{
		-moz-force-broken-image-icon:1;
		width:24px;
		height:24px;
	}
}


.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
} /* Used to clear floats without taking up space */



/* FRM */
.frm td, .frm th {
	padding: 7px 0px 7px 0px;
	vertical-align: middle;
	line-height: 22px;
}
.frm th {
	padding-right: 10px;
	text-align: left;
	white-space:nowrap;
}
.frm input[type='text'],.frm input[type='password'], .frm textarea {
	width: 100%;
}
/* EO FRM */


/* FRM2 */
.frm2 th {
	padding: 0 0 3px 0;
	text-align: left;
}
.frm2 td {
	padding : 0 0 13px 0;
}
/* EO FRM2 */

.req {
	color: #CC0000;
} /* required field asterisk color */




h1.clear_float 	{ clear: both; }
h2.clear_float 	{ clear: both; }
h3.clear_float 	{ clear: both; }
p.clear_float 	{ clear: both; }
hr.clear_float 	{ clear: both; }


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Montserrat', sans-serif; font-weight: 400; }
h1, h1 a 	{ font-size: 22px; margin: 0 0 12px 0; }
h2, h2 a 	{ font-size: 18px; margin: 0 0 9px 0; }
h3, h3 a 	{ font-size: 13px; margin: 0 0 6px 0; }
h4, h4 a 	{ font-size: 13px; margin: 0 0 6px 0; }
h5, h5 a 	{ font-size: 13px; margin: 0 0 6px 0; }
h6, h6 a 	{ font-size: 13px; margin: 0 0 6px 0; }

p 			{ font-size: 16px; line-height: 30px; margin: 0 0 12px 0; font-weight: 100; color: #666; }
a 			{ color: #428BCA; }
label 		{ font-size: 16px; }
td 			{ font-size: 16px; }
th 			{ font-size: 16px; }















#main {}


#top-nav {
	background: #666;
	border-top: solid 5px #353535;
}
#top-nav ul {
	margin: 8px 0;
	padding: 7px 0;
	display: inline-block;
}
#top-nav ul li {
	list-style-type: none;
	display: inline-block;
	border-right: solid 1px #cacaca;
}
#top-nav ul li:last-child {
	border-right: none;
}
#top-nav ul li a {
	font-size: 14px;
	color: #cacaca;
	padding: 0 10px;
}

.navbar-form {
	padding-right: 0;
}


#header {
	background: url('../images/layout/header-bg.jpg') repeat-x top center;
	height: 179px;
}

#logo-container {
	padding-top: 24px;
	padding-bottom: 24px;
}

.navbar {
	border-radius: none;
}
.navbar .navbar-nav {
	text-align: center;
	width: 100%;
}
.navbar .navbar-nav > li {
	float: none;
	display: inline-block;
}
.navbar .navbar-nav > li > a {
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
	background: none;
	color: #FFF;
}
.navbar .navbar-nav > li > a b.caret {
	color: #FFF;
}

.dropdown:hover .dropdown-menu {
	display: block;
}




footer {
	background: #353535;
	padding-top: 75px;
}

.footer-links, .footer-links a {
	font-size: 14px;
	line-height: 24px;
	color: #e7e7e7;
}
.footer-links {
	margin: 0;
	padding: 0;
}
.footer-links li {
	list-style-type: none;
}
.footer-links.footer-left {
	text-align: right;
	border-right: solid 1px #e7e7e7;
	padding-right: 10px;
}
.footer-links.footer-right {
	text-align: left;
	border-left: solid 1px #e7e7e7;
	padding-left: 10px;
}

.footer-bot {
	color: #707070;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	border-top: solid 1px #555;
}



.body-content {
	padding-top: 50px;
	padding-bottom: 50px;
}


#home-features {
	background: #e7e7e7;
	padding-top: 35px;
	padding-bottom: 35px;
}

.feature-image {
	position: relative;
	display: block;
}
.feature-image span {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
	/*opacity: 0;*/
}
.feature-image span em {
	font-style: normal;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -12px;
}
.feature-image:hover {
	text-decoration: none;
}
.feature-image:hover span {
	opacity: 1;
}


.feature-callout {
	background: #ce3802;
	margin-left: 0px;
}
.feature-callout .col-sm-8, .feature-callout .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}
.feature-callout .col-sm-4, .feature-callout .col-xs-12 {
	color: #FFF;
	font-size: 12px;
	padding-top: 15px;
}
.feature-callout .col-sm-4 b, .feature-callout .col-xs-12 b {
	font-size: 14px;
}
.feature-callout .col-sm-4 span, .feature-callout .col-xs-12 span {
	display: block;
	margin-bottom: 10px;
}


.sidebar {

}

.sidebar ul {
	padding: 0;
	margin: 0 0 20px 0;
}
.sidebar ul li {
	list-style-type: none;
	margin-bottom: 5px;
}
.sidebar-title {
	background: #e23e1e;
	padding: 10px;
	color: #FFF;
	font-size: 18px;
	margin-bottom: 10px;
}
.sidebar-photos {
}
.sidebar-photos a:nth-child(odd) {
	width: 48%;
	float: left;
	clear: both;
	margin-bottom: 5px;
}
.sidebar-photos a:nth-child(even) {
	width: 48%;
	float: right;
}


.form-format p {
	margin: 20px 0 5px 0;
}

.nav-container {
	width: 100%;
	background: #CCC;
}
.nav-container ul {
	padding: 0px;
}
.nav-container li {
	list-style-type: none;
	border-bottom: 2px solid #FFF;
}
.nav-container li a {
	color: #333;
	padding: 8px 0px;
	text-align: center;
	display: block;
}
.nav-container li a:hover {
	background: #666;
	color: #CCC;
	text-decoration: none;
}
