/*Footer styles*/


.social-container{
    padding-bottom: 5%;
    position: relative;
}

.summer .social-container{
    background-color: #a0c526;
}
.winter .social-container{
    background-color: #024f9a;
}  

.social-container .owl-stage-outer{
    height: 100%;
}

.social-container .owl-reviews{
    height: 100%;
}

img.review-icon{
    width: auto !Important;
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.social-container .container{
  max-width: 90%;
  margin-bottom: 20px;
}

.social-container .owl-reviews .item{
    height: 100%;
    padding: 25px 25px 80px 25px;
}


.social-container .social-wall-title{
    font-size: 2rem;
    font-family: Bree Serif;
    color: white;
}

.social-container .review-icon{
    color: #a0c526;
}

.social-container .social-wall{
}

.social-container .social-wall img{
    width: 100%;    
    border: 1px solid #4d4d4c;
    padding: 25px;
    background-color: white;
    
}

.social-container .review-container{
    background-color: white;
    height: 100%;
    border: 1px solid #4d4d4c;
    box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75)
    
}

.review-container{

}

.review-container .item p{
    font-size: 22px !important;
    line-height: 150%;
}

.social-container .reviews{
}


.social-container .owl-dots{
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.social-container .owl-dots .owl-dot{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    background-color: #9bbc2a;
}

.social-container .owl-dots .owl-dot.active{
    background-color: #464544;
}
  
.footer-wrapper{
    padding-bottom: 15px;
    text-align: center;
    background-color: #4c4c4b;
}

.footer-wrapper h5, .footer-wrapper p, .footer-wrapper span, .footer-address a{
    color: white;   
}

.footer-wrapper h5{
    margin-top:35px;
    font-size:24px;
}

.footer-wrapper p{
    font-size:18px;
}

.footer-wrapper .container{
    max-width:1250px;    
}

.footer-socials{
    margin-top:90px;
    margin-bottom:90px;
    text-align:center;
}

.footer-socials img{
    margin:10px;
}

.footer-address img{
    margin-bottom: 30px;
}

.footer-address p{
    font-family: 'Bree serif', serif;
    font-size:21px;  
    margin-bottom:30px; 
}

.footer-credits{
    margin-top:30px;
    text-align:center;
    font-size:16px;    
}

.footer-credits p{
    font-size:16px;    
}

.footer-credits a{
    color:white;
}

ÿ tn??  ht{
    border-radius: 0px;
}

.footer-hr{
    height:2px;
    width:100%;
    background-color:white;    
    margin-top:30px;
}

#dropdownMenuButton{
    background-color: white;
    color:#212529;
}

/*social links*/
a#facebook_link, a#instagram_link, a#youtube_link{
    width: 68px;
    height: 59px;
    display: inline-block;
    margin-right: 15px;
}
a#facebook_link{
    background-image:url("/img/layout/footer-social-fb.png");
}
a#facebook_link:hover{
    background-image:url("/img/layout/footer-social-fb-hover.png");
}
a#instagram_link{
    background-image:url("/img/layout/footer-social-ig.png");
}
a#instagram_link:hover{
    background-image:url("/img/layout/footer-social-ig-hover.png");
}
a#youtube_link{
    background-image:url("/img/layout/footer-social-yt.png");
}
a#youtube_link:hover{
    background-image:url("/img/layout/footer-social-yt-hover.png");
}

@media (min-width: 575.98px) {
}

@media (min-width: 767.98px) {

    .footer-wrapper{
        text-align:left;
    }
    
    .footer-address{
        margin-top:25px;
        text-align:right;
    }
    
    .footer-address img{
        margin-top: 45px;    
    }
    
    .footer-socials{
        margin-top: 318px;
        margin-bottom: 0;
    }
    
    .footer-socials img{
        max-width:45px;
    }


}

@media (min-width: 991.98px) {

    .footer-address {
        margin-top: 83px;
    }
    
    .footer-socials{
        margin-top: 300px;
    }
    
    .footer-socials img{
        max-width:68px;
    }

}

@media (min-width: 1199.98px) {
}