body {
	background-color: #f1f1f1;
	font-family: "myriad-pro";
}

h1,h2,h3,h4,h5 {
	font-family: "myriad-pro-condensed";
}

.header-inside,
.footer > .container,
.content-inside,
.content-container {
	background-color: #fff;

	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.25);
	   -moz-box-shadow: 0 0 8px rgba(0,0,0,.25);
 			box-shadow: 0 0 8px rgba(0,0,0,.25);
}

/**
 * Header & Navigation
 * .header, .nav, etc.
 */


#nav-container {
	margin-top: 2em;
}
.header-inside {
	border-radius: 4px 4px 0 0;
	border-top: #9d1b1f 4px solid;
	padding: 1em 2em 0.8em;
}

.navbar-default {
	background: transparent;
	border: none;
}

.navbar-nav>li>a {
	font-size: 1.1em;
	font-weight: 600;
	padding: 0.8em 1em;
}
.menu-item-51 a {
	background: #121536;
	color: #FFF!important;
	border-radius: 4px;
	margin-left: 1em;
}
.menu-item-51 a:hover {
	background: #121536!important;
}

/**
 * Slider Front Page
 */
#slider img {
	width: 100%;
}

/**
 * Content Area For Front Page
 */
.content-inside {
	padding: 1em 3em;
}

/**
 * Tab Container
 */
#tab-container {
	margin: 2em 0;
}
.tab-container {
	padding: 3em;
}

/* Tab Nav */
#feature-tabs,
#news-tabs {
	border-left: 1px solid #e3e7e7;
}
#news1 {
	display: block;
	height: 100%;
	border: 1px solid #e3e7e7;
	padding: 2em;
}
#feature-tabs li a,
#news-tabs li a {
	background: #F8F8F8;
	color: #555;
	border-radius: 0;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	padding: 1.5em 5em 1.5em;
	margin: 0;
	border-right: 1px solid #e3e7e7;
	border-top: 1px solid #e3e7e7;
	border-bottom: 1px solid #e3e7e7;
}
#feature-tabs li a:hover,
#news-tabs li a:hover {
	color: #323232;
}
#feature-tabs li.active > a,
#news-tabs li.active > a {
	background: #FFF;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
#feature-tabs li a:hover .fa-stack,
#feature-tabs li.active a .fa-stack {
	color: #B2AD73;
}
#feature-tabs .fa-stack {
	color: #AEAEAE;
	font-size: 2.5em;
	margin: 0 0 0.3em;
}

/* Tab Content */
#tab-container .tab-content {
	border-right: 1px solid #e3e7e7;
	border-left: 1px solid #e3e7e7;
	border-bottom: 1px solid #e3e7e7;	
}
.tab-content-container h2 {
	font-weight: 600;
	margin-bottom: 1em;
	margin-top: 0;
}
.tab-content-container p {
	font-size: 1.2em;
}
.tab-content-container p a {
	color: #9E1C1F;
	font-weight: 600;
	text-decoration: underline;
}
.tab-content-container .btn {
	background: #9E1B20;
	font-weight: 600;
	margin-top: 1em;
}


/* News Items */
.news-head {
	min-height: 100px;
	overflow: hidden;
}
.news-head img {
	width: 100%;
}
.news-content {

}
.news-content h4 {
	font-size: 1.6em;
	font-weight: 600;
	margin-bottom: 1em;
}
.news-content p {
	font-size: 1em;
}

/* Footer Links */
#footer-links {
	padding: 3em 0;
}
#footer-links h4 {
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 1em;
	text-transform: uppercase;
}
#footer-links ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#footer-links ul li {
	line-height: 1.7em;
}
#footer-links a {
	color: #777;
}

/* Subfooter */
#footer {
	background: #303030;
	color: #555;
	color: rgba(255,255,255,.4);
	padding: 2.5em 0;
}
#footer a {
	color: #FFF;
}

/* Slider */
#slider {
	max-width: 100%;
}
#slidercontainer,
.flexslider {
	max-height: 360px;
	overflow: hidden;
}
#slidercontainer .slides li {
	position:relative;
}
.slider-aside{
	position: absolute; 
	top: 0; 
	left: 2em; 
	width: 30%;
	height: 100%;
	background: rgb(255, 255, 255); /* fallback color */
   	background: rgba(255, 255, 255, 0.9);
   	padding: 2em 2em;
}
.slider-aside h2 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
}
.slider-aside p {
	font-size: 1.2em;
	margin: 1em 0;
}
.slider-aside .btn {
	background: #9e1c1f;
}

/* Prefooter */
#pre-footer {
	background: #444;
	color: #888;
	padding: 3em 0 1.5em;
}
#pre-footer a {
	color: #333;
}
#pre-footer ul {
	list-style-type: none;
}
#pre-footer ul li {
	margin-bottom: 0!important;
}
#pre-footer h4 {
	float: left;
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 2em;
	text-transform: uppercase;
	position: relative;
	top: 1em;
}
#pre-footer .gform_wrapper,
#pre-footer .gform_wrapper .gform_body,
#pre-footer .gform_wrapper .gform_footer,
#pre-footer .gform_fields .gfield {
	float: left;
}
#pre-footer .gform_fields .gfield {
	margin-right: 1em;
}
#pre-footer .gform_fields .gfield input {
	border-radius: 4px;
	border: 1px solid #333;
	padding: 5px;
}
#pre-footer .gform_wrapper .gform_body {
	position: relative;
	bottom: 25px;
}
#pre-footer .gform_fields {
	margin-left: 0;
	padding-left: 0;
}
#pre-footer .gform_wrapper .gform_footer .button {
	background: #9E1B20;
	border: 1px solid #831216;
	border-radius: 4px;
	color: #FFF;
	font-weight: 600;
	margin-top: 1em;	
	padding: 5px 15px;
}
#pre-footer ul {
	margin-top: 1em;
}
#pre-footer ul li a {
	color: #FFF;
}
