/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	padding-bottom: 40px;
	color: #5a5a5a;
}
.content-separator {
	background: #f15e22;
	opacity: 0.9;
	width: 100%;
	height: 12px;
	margin-bottom: 70px;
	display: block;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar {
	margin-bottom: 0;
}
.navbar-brand {
	height: auto;
}
.navbar-brand img {
	width: 100%;
}
.navbar .navbar-toggle {
	border-color: #ddd;
}
.navbar-toggle .icon-bar {
	background-color: #999;
}
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0 );
	overflow: hidden;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-wrapper .navbar .container {
	width: auto;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
#slider{
	margin-top:136px;
	margin-bottom: 60px;
	position:relative;
}
#slider .item{
	text-align:center;
	background-image: url(../images/slider-background.jpg);
}

#slider .owl-controls{
	margin:0;
}
#slider .owl-pagination{
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	background: rgba(241, 94, 34, .7);
}

#slider.owl-theme .owl-controls .owl-buttons div{
	position:absolute;
	height:50px;
	width:50px;
	top:40%;
	background:none;
	font-family: 'FontAwesome';
	font-size:0px;
}

#slider.owl-theme .owl-controls .owl-buttons div.owl-next{
	right:0;
}
#slider.owl-theme .owl-controls .owl-buttons div.owl-next:after{
	font-size:40px;
	color:#333;
	 content: "\f105";
}

#slider.owl-theme .owl-controls .owl-buttons div.owl-prev{
	left:0;
}

#slider.owl-theme .owl-controls .owl-buttons div.owl-prev:after{
	font-size:40px;
	color:#333;
	content: "\f104";
}
#slider.owl-theme .owl-controls .owl-page span{
	margin:9px 7px;
	background:#fff;
}
#slider.owl-theme .item img{
	/* [disabled]width:100%; */
}

/* Carousel base class */
.carousel {
	height: 400px;
	margin-bottom: 60px;
	margin-top: 136px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}
.carousel-indicators {
	background: none repeat scroll 0 0 #f15e22;
	bottom: 0;
	left: 0;
	margin: 0;
	opacity: 0.8;
	padding: 8px 0;
	width: 100%;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	height: 400px;
	background-color: #777;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 400px;
}
.carousel-caption {
	bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	overflow: hidden;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Icons */


.serviceSummary img {
	float: left;
	margin: 0 15px 15px 0;
}
.serviceSummary h2 {
	margin-top: 6px;
}
.serviceSummary p {
	clear: both;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 20px;
	text-align: center;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px;
}
/* Featurettes
------------------------- */

.featurette-divider {
	margin-top: 65px;
	margin-right: 0;
	margin-bottom: 65px;
	margin-left: 0;
}
/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
/* Navbar positioning foo */

.navbar-header {
width: 33%;
}
 .navbar-wrapper .navbar {
padding-right: 0;
padding-left: 0;
}
 .navbar li > a {
color: #333;
font-weight: 700;
text-transform: uppercase;
height: 135px;
padding-top: 58px !important;
}
 .navbar li.active > a {
border-top: 10px solid #f15e22;
padding-top: 48px !important;
}

/* Bump up size of carousel content */

.carousel-caption p {
margin-bottom: 20px;
font-size: 21px;
line-height: 1.4;
}
 .featurette-heading {
font-size: 50px;
}
}
 @media screen and (min-width: 481px) {
.navbar-wrapper {
min-height: 136px;
}

}
 @media (min-width: 992px) {
.featurette-heading {
margin-top: 120px;
}
}
 @media screen and (max-width: 1199px) {
.navbar-brand {
margin-top: 15px;
}
}
 @media screen and (max-width: 991px) {
.serviceSummary .col-sm-6 {
margin-bottom: 30px;
}
.featurette-divider {
margin: 30px 0;
}
.navbar-brand {
margin-top: 22px;
}
}
 @media screen and (max-width: 767px) {
.navbar-brand {
	margin-top: 6px;
}
}
 @media screen and (max-width: 480px) {
a.navbar-brand {
max-width: 355px;
width: 75%;
}
.carousel {
margin-top: 21%;
}
#slider{
	margin-top:104px;
}
}
.head-shadow {
	text-shadow: 1px 1px 1px #e8e8ea
}
.body_text {
	font-size: 1.1em;
}
h1 {
	text-shadow: 2px 2px 2px #e8e8ea
}
.img_border {
	border: 1px solid #E2E2E2;
}
.policy_note {
	font-size: .8em;
	color: #999;
}
.g-recaptcha {
/* [disabled]text-align: left; */
/* [disabled]float: left; */
}
.boxcontainer {
	float: left;
	/* [disabled]width: 800px; */
border: 1px solid #D5D7D3;
	/* [disabled]border-radius: 8px 8px 8px 8px; */
margin-bottom: 40px;
	text-shadow: 0 1px 0 #fff;
	background: #E9EBE5;
	padding-top: 30px;
	padding-right: 70px;
	padding-bottom: 40px;
	padding-left: 70px;
	font-size: 19px;
	font-style: italic;
}
q {
	quotes: '\201c' '\201d';
}
q:before {
	content: open-quote;
	font-family: icons;
	font-size: 34px;
	top: 8px;
	position: relative;
	line-height: 18pt;
}
q:after {
	content: close-quote;
	font-family: 'icons';
	font-size: 34px;
	top: 8px;
	position: relative;
	line-height: 18pt;
}












/* New Responsive CSS */
 @media screen and (max-width: 768px) {
.carousel{
	height:auto;
}
#navbar {
float:none !important;
}
.navbar-toggle {
margin-top:50px;
}
.media-middle{
	max-width:100%;
}
}
.fb-like {
	/* [disabled]float: right; */
	/* [disabled]bottom: 30px; */
	/* [disabled]right: 85px; */
}
.container #Google {
	/* [disabled]position: relative; */
	display: inline;
	float: right;
}
.disclaimer {
	font-size: 9pt;
	font-style: italic;
}
.articlebox {
	font-size: 12pt;
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.articles {
	font-size: 14pt;
	line-height: 26pt;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
