.banner {
  background-color: #00B3E0;
  color: #fff;
  text-align: center;
  border-top: 4px solid rgba(0, 0, 0, 0.05);   
  z-index: 1; 
}

.banner_none {
    background:none !important;
}

.banner_none p {
    color:#fff;
    padding-top: 15px;
}

.banner__resources-condo {
    border: 0px;
    padding: 0px;
    height: 460px;
    min-height: 1px;
    overflow: hidden;
}
.banner__home {
    min-height: 700px;
    position: relative;
    text-align: right;
    height: auto;
    overflow: hidden;
    padding: 0px;
    background-color: transparent;
    background-image: url(../../img/home_bg.jpg);
    background-position-y: -4px;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner__background {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 600px;
}
.banner__home-inner {
    z-index: 2;
}

.banner__home  .banner__info {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background: none;
    padding: 150px 0;
}
.banner__desc {
    padding-bottom: 25px;
    padding-left: 0px;
    padding-right: 10px;
    max-width: 1200px;
    float: none;
    line-height: 35px;
    font-weight: 300;
    display: inline-block;
    font-size: 24px;
    color: #000;
}
.banner__info {
    min-height: 400px;
    background-image: url(../../img/about_bg.png);
    background-size: contain;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-top: 100px;
    position: relative;
    padding-bottom: 300px;
    overflow: hidden;
}

.page-template-page-blog .banner__info {
    background-image: none;
    background-color: rgba(0, 178, 223, 0.9);
    padding: 0;
    position: absolute;
    overflow: hidden;
    width: 100%;
    bottom: 0;
    min-height: 50px;
}

.banner__info .title._blog{
    line-height: normal;
    font-size: 30px;
    padding: 10px 10px 30px;
    text-align: center;
}
.banner__info .title._blog a{
    color:#FFF;
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
}

.banner_testimonials .banner__info {
    padding-bottom: 0;
    background-image: none;
}

.banner__info .title._blog:after {
content: '';
width: 100px;
height:1px;
background:rgba(0,0,0,0.15);
margin: 15px auto;
}

.banner__team {   
    padding-top: 100px;
    position: relative;
    padding-bottom: 250px;
    overflow: hidden;
    background: #2b9aa9;
    background: -moz-linear-gradient(left, #2b9aa9 0%, #57cddd 50%, #2b9aa9 100%);
    background: -webkit-linear-gradient(left, #2b9aa9 0%,#57cddd 50%,#2b9aa9 100%);
    background: linear-gradient(to right, #2b9aa9 0%,#57cddd 50%,#2b9aa9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b9aa9', endColorstr='#2b9aa9',GradientType=1 );
}
.banner__wave {
    position: absolute;
    bottom: -1px;
    display: inline-block;
    left: -1px;
    width: 101%;

    max-width: 101%;
}


.banner__wave-gray {
    bottom: 0px;
}

.banner__resources {
    height: 400px;
}
.banner__blog {
    width: 100%;
    height: 600px;
/*    background-image: url(../../img/blog.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 0px;
    text-align: left;*/
}
.banner__desc._blog {
    text-align: left;
    max-width: 650px;
}

.banner__blog > .banner__info {
/*    padding: 140px 30px 0px 20px;
*/}

.banner_listing {
    min-height: 400px;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}

.banner_contact {
    height: 400px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.banner_resources-sellers {
    height: 550px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
    background-color: #00B2E0;
}
.banner_resources-sellers img{
    position: absolute;
    top: 50%;
    margin-top: -400px;
    left: 50%;
    margin-left: -400px;
}
.page-template-page-blog .slider-control-wrapper{
    display: block;
}


@media (max-width: 1499px) {
    .banner__home {
        background-position: 10% 100%;
    }
    .banner__home .banner__info {
    	padding: 160px 0 0 0;
    }
}

@media (max-width: 1200px) {
    .banner__home {
        background-position: 16% 100%;
        width: 100%;
    }

    .banner__home .banner__info {
        padding: 130px 0 0 0;
    }
}

@media (max-width: 1024px) {
    .banner__home  .banner__info {
        padding: 120px 0 0 0;
    }
    .banner__desc {
        padding-bottom: 25px;
        font-size: 20px;
        line-height: 35px;
    }
}
@media (max-width: 991px) {
    .banner__desc {
        max-width: 770px;
    }

    .banner__home {
        min-height: 100%;
        background-color: #01B3E1;
        background-image: url(../../img/about_bg.png);
        background-position-y: 100%;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .banner_listing {
        padding-top: 30px;
        min-height: 100%;  
    }

    .banner__home-inner {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .banner__home .banner__info {
        padding: 50px 15px 0 15px;
    }
}
@media (max-width: 768px) {
    .banner__home {
        background-color: #01B3E1;;
    }

    .banner__blog {
        width: 100%;
        height: auto;
        padding-bottom: 80px;
        min-height: 350px;
    }
    .banner__blog > .banner__info {
/*        padding: 40px 20px 0px 20px;
*/    }
    .banner__home-inner {
        padding-top: 0;
        padding-bottom: 0;
    }

    .banner__resources-condo {
        height: 230px;
        min-height: 1px;
        overflow: hidden;
    }

    .banner__team {   
        padding-bottom: 70px;
    }
    .banner__blog > .banner__info {
    }
    .banner__wave {
        max-width: 106%;
        width: 106%;
        left: -10px;
    }
    .banner__home .banner__info {
        padding: 20px 10px 0 10px;
    }
    .banner__background {
        height: 350px;
    }
    .page-template-page-blog .slider-control-wrapper{
        display: none;
    }
}


@media (min-width: 1500px) {
    .banner__home {
/*        background-position: 0% 100%, 0% 100%;
        background-size: contain, contain, 101%;*/
    }
}
