/*
Extra small devices Phones (<768px)	Small devices Tablets (≥768px)	Medium devices Desktops (≥992px)	Large devices Desktops (≥1200px)
*/
/* ======== NAVIGATION BAR ======== */

section{
	position: relative;
	z-index: 0;
}

.nav-override{
	margin-bottom: 0px;
	border-radius: 0px;
}

.navbar{
	min-height: 80px;
}

.navbar-right{
	margin-top: 15px;
}

.navbar-header{
	min-height: 80px;
}

.navbar-brand img{
	height: 50px;
}

.navbar-toggle{
	margin-top: 25px;
}

/* ======== HOME BANNER ======== */

.home-banner{
	z-index: 0;
	position: relative;
}
.home-banner .carousel {
	position: relative;
}

/* Since positioning the image, we need to help out the caption */
.home-banner .carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.home-banner .carousel .item {
	background-color: #777;
	max-height: 650px;
}

.home-banner .carousel .item .mobile img{
	display: none;
}
.home-banner .carousel .item .wide-img{
	/*overflow: hidden;
	position: absolute;
	top: -50%;*/
	position: relative;
	width: 100%
}

/* ======== HOME GRP 1 ======== */

.home-grp1 {
	background-color: white;
	padding-top: 100px;
	padding-bottom: 60px;
}

.home-grp1 .divider{
	background-color: black;
	width: 100px;
	height: 5px;
	margin: auto;
}
.home-grp1 p{
	margin-top: 20px;
}

.link-name{
	margin-top: 10px;
	font-size: 16px;

	text-transform: uppercase;
}  

.link-name a{
	color: rgb(161, 127, 26);
} 
h2{
	text-transform: uppercase;
}

.p-wrapper{
	background-color: grey;
}

.p-wrapper p{
	padding: 20px;
	background-color: lightgrey;
}

.floating-box{
	position: absolute;
	left: 10%;
	background-color: rgba(161, 127, 26, .9);

	width: 300px;
	height: 400px;
	top: 25%;
	z-index: 1;
	padding: 15px;
}

.floating-box .right{
	left: initial;
	right: 10%;
}

.floating-box h3{
	color: white;
	opacity: 100%;
}

.floating-box p{
	color: white;
	opacity: 100%;
}

.fix-box{
	position: relative;
	background-color: rgba(161, 127, 26,.85);
	margin: 0px;
}

.fix-box h3{
	color: white;
	margin: 0px;
	padding: 30px;
	padding-bottom: 5px;
	text-align: center;
}

.fix-box p{
	color: white;
	margin: 0px;
	text-align: center;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 30px;
}

.floating-box a.btn-read-more,
.fix-box a.btn-read-more {
	background-color: transparent;
	border: 2px solid white;
	border-color: white;
	border-radius: initial;
	color: white;
	float: left;
}

.fix-box a.btn-read-more {
	float: none;
}
.home-grp2 .floating-box{
	height: 300px;
	left: 5%;
}

.home-grp2 .floating-box.right{
	left: initial;
	right: 5%;
}


/* ======== HOME GRP 2 ======== */

.home-grp2 .col-md-6{
	padding: 0px;
}

.home-grp2 .row {
	display: table;
}

.home-grp2 [class*="col-"] {
	float: none;
	display: table-cell;
	vertical-align: top;
}

.carousel-control.right {
	background-image: none;
}

.carousel-control.left {
	background-image: none;
}

.home-grp2 .right-box{
	background-color: white;
}

.home-grp2 .right-box h2{
	margin-top: 40%;
}


.wide-services{
	padding-top: 30px;
	position: relative;
	padding-bottom: 30px;
}
/* ======== HOME GRP 3 ======== */

.home-grp3{
	background-color: white;
	padding-top: 30px;
	padding-bottom: 60px;
}

/* ======== HOME GRP 4 ======== */
.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.home-grp4{
	padding-top: 30px;
	padding-bottom: 60px;
}


/* ======== FOOTER ======== */

footer{
	padding-top: 30px;
	padding-bottom: 60px;
/* 	height: 200px; */
	background-color: rgb(240,240,240);
}

footer table th,td {
	padding: 5px;
}


/* ======== MISC ======== */
.text-justify {
	text-align: justify;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.clearfix {
	clear: both;
}
hr.headline {
	border-top: 2px solid;
	margin: initial;
}

.carousel-control {
	width: 10%;
}
