/* -------General Settings ----------- */

body,
input,
textarea {
    font-family: Verdana, Geneva, sans-serif;
    color: #333333;
}
body {
    margin-top: 50px;
}
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;
    padding: 0 !important;
    margin: 0 !important;
    height: auto;
    background: url('/site/bg-2.jpg') no-repeat;
    background-size: cover;
}
.jumbotron h1,
.header-text h1 {
    color: #eee;
    font-family: "Alex Brush";
    font-size: 83px;
    text-shadow:3px 3px 8px rgba(0,0,0,0.6), -2px -2px 5px rgba(0,0,0,0.4);
}
.jumbotron h2,
.header-text h2
    font-family: "Alex Brush"; {
    color: #eee;
font-size:24px;
    padding: 0 15% 3%;
    text-shadow:3px 3px 8px rgba(0,0,0,0.6), -2px -2px 5px rgba(0,0,0,0.4);
}*/


.header-text h1 {
    color: #eee;
    font-family: "Alex Brush";
    font-size: 83px;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6), -2px -2px 5px rgba(0, 0, 0, 0.4);
}
.page .header-text h1{
margin-top:0;
}
.header-text h2 {
    color: #eee;
font-size:24px;
    font-family: "Alex Brush";
    padding: 0 15% 3%;
    text-shadow:3px 3px 8px rgba(0,0,0,0.6), -2px -2px 5px rgba(0,0,0,0.4);
}
/*------------ Carousel ------------------*/
.swiper-caption {
	display:none !important;
}
.carousel-header {
        position: relative;
	min-height: 220px;
	background-color: #333;
}
.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;
    }
.carousel-header {
	min-height: 120px;
}
}

@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;
}

.header-text {
    position: absolute;
    top: 30%;
    left: 10%;
    right: 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 {
    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;
    }
}
/*
.owl-item .item h3 a {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  color: white;
  display: table;
  font-size: 16px;
  margin: -180px 14px 0;
  padding: 4px;
  position: absolute;
  text-align: left;
}
.owl-item .item p {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  color: white;
  display: block;
  font-size: 13px;
  margin: -49px 0 0 14px;
  padding: 4px;
  position: absolute;
  text-align: left;
  width: 210px;
}
*/
/* -------- 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 {
        font-size: .9em;
    }
}
@media (max-width: 991px) {
    .header-text {
        text-align: center;
   }
    .header-text h1 {
        font-size: 48px;

    }
}
@media (max-width: 767px) {
    .header-text h1 {
        font-size: 38px;

    }
}
@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;
    }
}
