.info-text h5 {
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	margin-bottom:0px;
}
.navbar-brand {
	height:100px;
	margin-top:-10px;
}
.navbar-brand img {
	height:100%;
}
.nav>li>a {
	padding:10px;
}
.navbar-default .navbar-nav>li>a {
	font-size:14px;
}
.contact-widget ul {
	width:100%;
}
.regionLinks { 
	background: #900; 
	padding: 15px 0px;
}
.regionLinks h2 {
	color: #c2b59b;
	margin-top: 8px;
}
.regionLinks .title h2 {
	margin-top: 70px;
}
.regionLinks .title h2 span{
	color:#fff;
}
.regionLinks .btn.btn-primary {
	padding: 15px 0px;
}
.btn.btn-primary:hover {
	color:#333;
}
.regionLinks .btn.Mississippi,.regionLinks .btn.Alabama,.regionLinks .btn.Tennessee {
	height:200px;
	padding-top:90px;
    font-size:13px;
}
.regionLinks .btn.Mississippi {
	background:url(/media/1170/magnolia-ms.png) no-repeat center center;
}
.regionLinks .btn.Alabama {
	background:url(/media/1173/alabama-waterfall.png) no-repeat center center;
}
.regionLinks .btn.Tennessee {
	background:url(/media/4156/resized-tn-icon-2.png) no-repeat center center;
    padding-top:80px;
}
.regionLinks .btn.Mississippi:hover {
	background:url(/media/1171/magnolia-ms-fade.png) no-repeat center center;
}
.regionLinks .btn.Alabama:hover {
	background:url(/media/1172/alabama-waterfall-fade.png) no-repeat center center;
}
.regionLinks .btn.Tennessee:hover {
	background:url(/media/4157/resized-tn-icon-faded.png) no-repeat center center;
}
.breadcrumb-section {
    padding-top: 30px;
    padding-bottom: 15px;
}
#home-slider .carousel-left, #home-slider .carousel-right {
    display:none;
}

#contact-btn{
	margin-top:10px;	
}

.slider-text-2{
	margin-bottom:30px;	
}

/* item styles */
.item-image {
  position: relative;
  overflow: hidden;
  padding-bottom:50%;
}
.item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}	

#sticky-button{
	background: #bf1e2e;
	font-size: 17px;
	color: white;
	text-transform: uppercase;
	padding: 0 10px;
	outline: none;
	text-decoration: none;
	position: absolute; 
	top: 109px;
	right:0;
	cursor:pointer;
	/*width: 136px;*/
	height: 55px;
	line-height: 55px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
    z-index:100;
     -webkit-transform-origin:100% 100%;
    -moz-transform-origin:100% 100%;
    transform-origin:100% 100%;
}

.map-wrap img{	
	margin:0 auto;
	display:block;
}

#pdf-wrap img{	
	margin:0 auto;
	display:block;
}

.map-wrap{margin-top:25px;}

.process-icon .img-responsive{
	width:75px;
}

#product-carousel .carousel-image{
	/*height:500px;*/
	height:auto; width:auto; max-width:750px;
}

.embed-responsive .embed-responsive-item{
	width:640px; height:385px;
}

.details-info{padding-top:20px;}

.details-info .featured-img{
	padding-bottom:10px; width:100%;
}

.yellow-heading{color:#c2b59b;}

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

/* xs */
@media (max-width: 767px) {
	.regionLinks .title h2 {
		margin-top: 0px;
		text-align:center;
	}
	
	#contact-btn{
		width:100%;
	}
	
	#sticky-button{
		display:none;	
	}
}