/* -------General Settings ----------- */

body,
input,
textarea {
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
}
body {
	margin-top: 50px;
}
.mt-6 {
margin-top:6rem;
}

.header-text {
	position: absolute;
	top: 30%;
	left: 10%;
	z-index: 10;
	color: white;
	text-shadow: 0 0 3px black;
	background: rgba(0,0,0,0.3);
	padding: 5px 10px;
	border-radius: 10px;
	box-shadow: 0 0 5px black;
	font-weight: bold;
}

img.img-responsive {
	display: block!important;
}
.MLSform p {
	padding: 10px 0;
	margin: 0;
	font-weight: 700;
}
address {
	font-size: 1.3em!important;
}
hr {
	background-color: #bbb;
	height: 2px;
	margin: 20px auto;
}

.productlistBox  {
	padding:0;
}
/*-------- Jumbotron and Header --------*/

.jumbotron {
	overflow: hidden;
	height: auto;
	padding: 7rem 2rem;
	background: url('/site/bg-1.jpg') no-repeat;
	background-size: 100% auto;
}

/*------------ Carousel ------------------*/
.swiper-caption {
	display:none !important;
}
.swiper-pagination-bullet {
	display:none !important;
	}

.swiper-pagination-bullet-active {
	display:none !important;
}
.carousel {
	overflow: hidden;
	height:auto;
}

.carousel-inner img {
	width:100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (max-width: 992px) {
	.carousel-inner img {
		width:992px;
		height:auto;
	}
}

@media only screen and (max-width: 768px) {
	.carousel-inner img {
		width:768px;
		height:auto;
	}
}

@media only screen and (max-width: 576px) {
	.carousel-inner img {
		width:576px;
		height:auto;
	}
}

@media only screen and (max-width: 425px) {
	.carousel-inner img {
		width:425px;
		height:auto;
	}
}

.carousel-bg .container{
width:100%;
}
.page .carousel-inner, .home .carousel-inner{
height:auto;
}
.carousel-header {
	position: relative;
}
.header-text {
	position: absolute;
	top: 30%;
	left: 10%;
	z-index: 10;
}
.carousel-indicators {
	display: none;
}
.carousel-control.left,
.carousel-control.right {
	background: transparent;
	display: none;
}
.carousel-bg>.container{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.carousel-inner > .item > img {
	width: 100%;
position:fixed;
}
.carousel-caption {
	/*background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;*/
	
	border-radius: 5px;
	bottom: 60px;
	left: 20%;
	padding: 2% 0 0%;
	right: 20%;
	display: none;
}
.carousel-caption h3 {
	font-size: 3em;
	line-height: 2;
	display: none;
}
.carousel-indicators li,
carousel-caption {
	top: 90%;
}
.carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-inner .active {
	opacity: 1;
}
.carousel-inner .active.left,
.carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-inner .next.left,
.carousel-inner .prev.right {
	opacity: 1;
}
.carousel-control {
	z-index: 2;
}
.carousel-caption {
	display: block;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
/* -------------- Helpers ----------------- */

.top {
	margin-top: 25px;
}
.top-big {
	margin-top: 50px;
}
.bottom {
	margin-bottom: 25px;
}
.shadow {
	box-shadow: 0px 0px 2px #000;
}
.logo-top {
	padding-top: 50px;
}
/* -------------- News ----------------- */

.news {
	background-color: #f0f0f0;
}
.news h3 {
	margin: 0;
	text-align: center;
}
/* -------------- Gallery ----------------- */

.panel ul,
.gallery ul {
	padding: 0;
}
h3.productlistBox {
	text-align: center;
	display: none;
}
span.number {
	display: none!important;
}
.productlist,
.productlistBox {
	max-width: 100%;
	width: 100%;
}
.productlist img,
.productlistBox img {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}
.productlist span,
.productlistBox span {
	display: block;
	width: 100%;
}
.productlistBox li {
	display: block;
	position: relative;
	margin: 5px auto;
	text-align: center;
	width: 100%;
}
.gallery .productlist li {
	display: inline-block;
	position: relative;
	margin: 5px;
	text-align: center;
}
a span.title,
a span.category {
	background: rgba(0, 0, 0, 0.6);
	display: table;
	color: white;
	font-size: 17px;
	padding: 5px;
	position: absolute;
	text-align: left;
	top: 0;
	left: 0;
	right: 0;
}
a span.thumbdesc {
	background: rgba(0, 0, 0, 0.6);
	display: table;
	color: white;
	font-size: 17px;
	overflow: hidden;
	padding: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
}
.thumb {
	margin-bottom: 30px;
}
/* -------------- Footer ----------------- */

footer {
	height: auto;
	font-size: 0.8em;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 25px;
	background-color: #7DB5B2;
}
footer .logos img {
	max-width: 50px;
}
footer .cwb img {
	max-width: 200px;
}
footer .btn {
	width: 150px;
	margin-bottom: 15px;
}
footer ul {
	list-style: none;
}
footer address {
	font-size: 1.5em;
}
/*-------- OWL ----------- */

.owl-carousel {
	margin: 2em 0 0;
}
.owl-theme .owl-controls {
	text-align: center;
}
.owl-carousel .item {
	transition: opacity 0.75s ease-in-out;
	text-align: center;
}
.owl-item img {
	height: 160px;
	background: rgba(0, 0, 0, 0.6);
}
.owl-item h3 {
	font-size: 1.4em;
}
.owl-item p {
	font-size: 1em;
}
.owl-img {
	height: auto;
	overflow: hidden;
}
.owl-title {
	font-size:1.2rem;
}
.owl-body {
	min-height: 13rem;
}

@media only screen and (max-width: 1200px) {
	.owl-body {
		height: 16rem;
	}
}

@media only screen and (max-width: 992px) {
	.owl-body {
		height: 14rem;
	}
}
@media only screen and (max-width: 768px) {
	.owl-body {
		height: 17rem;
	}
}
@media only screen and (max-width: 576px) {
	.owl-body {
		height: 14rem;
	}
}
/* -------- Media Queries ----------- */

@media (min-width: 767px) and (max-width: 991px) {
	footer .cwb img {
		width: 150px;
	}
	.list-inline img {
		width: 30px
	}
	.navbar > .container {
		width: 100%;
	}
	.navbar .nav>li>a {
		padding-left: 0;
		padding-right: 2px;
	}
	/*.navbar .nav>li>a:after {
		content: " |";
	}
	.navbar .nav>li>a[href*="contact"]::after {
		content: "";
	}*/
	.navbar .nav>li>a[href*="contact"] {
		padding-right: 20px;
	}
	.navbar .nav>li>a {
		font-size: .9em;
	}
}
@media (max-width: 769px) {
	.header-text h1 {
		font-size: 48px;
	}
}
@media (max-width: 768px) {
	.productlistBox {
		width: 50%;
		margin: 0 auto;
	}
	address {
		text-align: center;
	}
	footer .cwb img {
		padding-bottom: 15px;
	}
}
@media (max-width: 500px) {
	.header-text {
		display: none;
	}
	.productlistBox {
		width: 100%;
	}
	.gallery .productlist li {
		display: inline-block;
		position: relative;
		margin: 0 auto;
		;
		text-align: center;
	}
}
@media (max-width: 350px) {
	.navbar-brand {
		font-size: 1rem;
	}
}
