.icon-outline {
    
    height: 150px;
    max-width: 100%;
    position: relative;
    transition: box-shadow .2s ease 0s;
    vertical-align: middle;
    width: 150px;
    margin: 0 auto 30px;
}

.listings.container{
    display: none;
}
.listings.container:nth-of-type(1){
    display: block;
}

.searchAreas{
    position: relative;
    top: -10px;
}

.area-type:first-child{
    display: none!important;
}

#intro {
    padding: 60px 0;
    background: url(https://cy-kvcore-assets.s3.amazonaws.com/sites/taryngindt.exprealty.com/images/meet-taryn-bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#intro .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 45px;
}

.primaryContent .btn {
    display: inline-block;
    background: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 10px 30px;
    color: #fff;
    margin-top: 10px;
    text-decoration: none;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
}

#intro .img-holder {
    position: relative;
    max-width: 90%;
}

#intro .img-holder img {
    display: block;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: 100%;
}


#intro .img-holder:after {
    content: "";
    position: absolute;
    top: 15px;
    right: -15px;
    left: 15px;
    bottom: -15px;
    border: 1px solid #000;
    z-index: 1;
}

#intro .col-md-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#intro p {
    font-size: 16px;
}


#buyer_seller {
    background: #f4f4f4;
    padding-top: 60px;
    padding-bottom: 45px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.primaryContent .btn.btn-outline-white {
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    font-family: "Montserrat","Open Sans",Helvetica,sans-serif;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#buyer_seller .cta-box {
    display: block;
    padding-bottom: 15px;
}

#buyer_seller .cta-box .button-content {
    background: rgba(52, 13, 47, 1.00);
    padding: 30px;
    font-family: "Cormorant Garamond",serif;
    font-size: 50px;
    text-align: center;
    display: block;
    color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#buyer_seller .cta-box .cta-image {
    display: block;
}

#buyer_seller .cta-box .cta-image img {
    width: 100%;
    height: auto;
}

#buyer_seller .cta-box:hover .button-content {
    background: #fff;
    color: #333;
}

#buyer_seller .cta-box:hover .button-content .btn.btn-outline-white {
    color: #333;
    border-color: #333;
}

@media (max-width: 767px) {
    #buyer_seller {
       padding-top: 15px;
  }
}
@media (max-width: 600px) {
    #buyer_seller .cta-box .button-content {
        font-size: 12vw;
    }
}

@media (max-width: 550px) {
    #buyer_seller .cta-box .button-content{
        font-size: 25px!important;
    }
    
}




.premium-counter .icon-outline i {
    font-size: 115px;
    opacity: .65;
    animation: none;
}

.premium-counter .icon-outline i {
    font-size: 80px;
    margin: 0;
    height: 142px;
    width: 142px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 80px;
    color: #fff;
    opacity: .25;
    animation: 1s ease 0s normal none pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 3s;
}
.premium-counter .icon-outline i {
    font-size: 115px;
    opacity: .65;
    animation: none;
}

.icon-bg-grey {
    background: rgba(89, 88, 88, 0.7);
    border-radius: 4px;
}

.premium-counter {
    padding: 5% 0;
    position: relative;
}

.white.font-w500 {
    font-family: "Playfair Display","Lora",Georgia,serif;
}

.premium-counter .icon-outline {
    position: relative;
    z-index: 5;
}

.aboutUsContent h2{
    font-family: "Playfair Display","Lora",Georgia,serif;
    margin-bottom: 50px;
}

.premium-counter h5 {
    font-weight: 500;
    font-family: "Playfair Display","Lora",Georgia,serif;
    position: relative;
    z-index: 5;

    color: #fff;
    margin: 0 0 40px;
    text-transform: uppercase;
}

.premium-counter .icon-outline h2 {
    position: relative;
    z-index: 5;
    top: -6px;
    color: #fff;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 0;
    height: 142px;
    width: 142px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
}






/*                                                   */
/*                      Welcome                      */
/*                                                   */

#primaryContent{
    background-color: #EBEAE6;
}

.clientAward p{
    font-family: 'Playfair Display','Lora',Georgia,serif;
    font-weight: 300;
    transition: all 0.25s ease-in-out;
    font-size: 38px;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    line-height:initial!important;
    padding-left: 5%;
    padding-right: 5%;
}

#primary-logo .logo{
    /*
    content:url("https://cy-kvcore-assets.s3.amazonaws.com/sites/Veronika+Barash/Images/newExp.png")!important;
    */
}


.welcomeBanner {
    background: black;
}

.welcomeTitle {
    padding-top: 1.5rem;
    text-align: center;
    padding-bottom: 1.5rem;
    color: white;
    margin-top: 0;
    font-size: 1.4rem;
    font-family: "Cormorant Garamond",serif;
    transition: all 0.25s ease-in-out;
}


/*                                                    */
/*                      About Us                      */
/*                                                    */


.hiddenBack{
    background-image: url(https://kunversion-frontend-externalmedia.s3.amazonaws.com/kv-custom/nadineMccoy/images/hiddenBack.png);
    outline: 0;
    cursor: inherit;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.25s ease-in-out;

}

.aboutUs{
    position: relative;
    top: -10px!important;
    transition: all 0.25s ease-in-out;

}

.aboutUsContent{
   
    transition: all 0.25s ease-in-out;

}

.aboutUsHeader{
    transition: all 0.25s ease-in-out;

}

.aboutUsButton{
    transition: all 0.25s ease-in-out;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


/*                                                    */
/*                      Guide Us                      */
/*                                                    */

.guide{
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.25s ease-in-out;
    padding-bottom: 3rem;
}

.guideUsButton{
    margin-top: 8rem;
    transition: all 0.25s ease-in-out;
    padding-top: .8rem;
    padding-bottom: .8rem;

}

.guideUsContent{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.25s ease-in-out;

}
.guideUsText{
    padding-bottom: 8rem;
    transition: all 0.25s ease-in-out;
    padding-top: 1rem;
    font-size: 18px;
    width: 65%;
    margin-right: auto;
    margin-left: auto;
}

.guideUsBack{
    padding-top: 2rem;
    padding-bottom: 2rem;
    transition: all 0.25s ease-in-out;
    border: 15px solid #F3F5F8;
}


.guide h2{
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    transition: all 0.25s ease-in-out;

}

.guideUsBack{
   
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.25s ease-in-out;

    opacity: 1;
}

.guideUsBack:hover {
    clear: right;
    opacity: 1.1;
    transition: all 0.25s ease-in-out;
    transform: scale3d(1.09,1.09,1);
    
}


/*                                                       */
/*                      searchAreas                      */
/*                                                       */

.area-title {
    position: absolute;
    color: #fff;
    top: 10%;
    left: 15px;
    right: 15px;
    text-align: center;
    font-family: "Playfair Display","Lora",Georgia,serif;
    font-size: 26px;
    text-shadow: 0 0 8px rgba(0,0,0,0.8);
}

.area-type {
    position: absolute;
    z-index: 99;
    bottom: 10%;
    left: 15px;
    right: 15px;
    text-align: center;
}

.area-type a {
    color: #fff;
    display: block;
    padding-top: 10px;
    font-size: 16px;
}

#area_search {
    background:  #1b1e2a;
    padding: 2px;
}

#area_search .row {
    margin: 0;
}

#area_search .area {
    position: relative;
    padding: 2px;
}

#area_search .area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.1)), to(rgba(0,0,0,0.4)));
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#b3000000',GradientType=0 );
}

.area-type a {
    color: #fff;
    display: block;
    padding-top: 10px;
    font-size: 16px;
}


/*                                                    */
/*                      About Us                      */
/*                                                    */

#welcome_box {
    /*
    background: url(https://s3.amazonaws.com/kunversion-frontend-externalmedia/kv-custom/SC/caulgroup.com/images/welcome-bg.png) top center no-repeat;
    background-size: contain;
    */
    padding-top: 3.5vw;
    background-color: white;
}

#welcome_box p {
    font-size: 16px;
    line-height: 32px;
}

#welcome_box .container {
    max-width: 1000px!important;
    padding-bottom: 1rem;
}

#welcome_box .team-photo {
    padding: 0;
    position: relative;
}

#welcome_box .team-photo .overlay {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    padding: 75px 50px 50px;
    background: rgba(52,52,52,0.92);
    text-align: center;
}

#welcome_box .team-photo .overlay {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    padding: 75px 50px 50px;
    background: rgba(52,52,52,0.92);
    text-align: center;
}

#welcome_box .team-photo .overlay span {
    color: #999;
    display: block;
    font-size: 18px;
}

/*                                                   */
/*                      Banners                      */
/*                                                   */

#home_worth {
    background: #343434;
}

#home_worth .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

#home_worth .col-lg-8 {
    padding: 0;
}

#primary-logo .logo{
}

#home-bodycontent .container-fluid {
    padding: 0;
}

#home_worth img {
    width: 100%;
    height: auto;
}

#home_worth .approved-content {
    background: url(https://s3.amazonaws.com/kunversion-frontend-externalmedia/kv-custom/SC/caulgroup.com/images/preapproved-bg.jpg);
    background-size: cover;
}

#home_worth .approved-content a {
    padding: 75px 50px 50px;
    text-align: center;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}

#home_worth .approved-content a:before {
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50px;
    left: 50%;
    width: 30%;
    border-top: 2px solid #fff;
}

.approved-content a h3 {
    font-size: 28px;
}

#home_worth .approved-content a h3 {
    font-family: "Playfair Display","Lora",Georgia,serif;
    color: #fff;
    font-size: 35px;
    margin-bottom: 25px;
}

#home_worth .approved-content a span {
    color: #999;
    display: block;
    font-size: 18px;
}

.approved-content h3{
    text-align: center;
    color: white!important;
}

.banners img {
    width: 100%;
    height: auto;
}

#millions_mapped {
    
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
}

#millions_mapped a {
    display: block;
}

#millions_mapped a img {
    width: 100%;
    height: auto;
}




/*                                                           */
/*                      Modular Classes                      */
/*                                                           */

.resource-container img{
    width: 100%!important;
}

.blackBack{
    background-color: black;
}

.redBack{
    background-color:  #1b1e2a;
}

.sidebar{
    display: none!important;
}

#home-bodycontent .inner-main-content .col-md-8{
    width: 100%!important;
    padding-left: 0rem!important;
    padding-right: 0rem!important;
}

#home-bodycontent .inner-main-content .container{
    width: 100%!important;
    max-width: 100%!important;
}

.resource-container{
    padding-left: 0rem!important;
    padding-right: 0rem!important;
}

.headerFontSize {
    font-size: 38px;
    font-family: 'montserrat', sans-serif;
}
.headerFontSizeAlt {
    font-size: 35px;
    cursor: pointer!important;
    font-family: 'montserrat', sans-serif;

}

.contentFontSize {
    font-size: 18px;
    font-family: 'montserrat', sans-serif;

}

.noPaddingLR2 {
    padding-left: 0.9375rem!important;
    padding-right: 0.9375rem!important;
}

.noPaddingLR {
    padding-left: 0!important;
    padding-right: 0!important;
}

.smallPaddingLR{
    padding-left: 2px!important;
    padding-right: 2px!important;
}

.mg-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.customImage {
    width: 100%;
    height: auto;
}

.primaryColorBorder {
    border-bottom: 5px solid white;
    border-top: 5px solid white;
    border-left: 5px solid white;
    border-right: 5px solid white;
}
.secondaryColorBorder {
    border-bottom: 2px solid rgba(162, 18, 31, 1.00);
    border-top: 2px solid rgba(162, 18, 31, 1.00);
    border-left: 2px solid rgba(162, 18, 31, 1.00);
    border-right: 2px solid rgba(162, 18, 31, 1.00);
}

.primaryBackground {
    background-color: rgba(4, 31, 101, 1.00);
}

.secondaryBackground {
    background-color: rgba(162, 18, 31, 1.00);
}



.whiteFontColor {
    color: white;
}

.primaryFont {
    font-family: 'lato', sans-serif;

}

.primaryFontColor {
    color: white;
}


.buttonRed {
    background-color: rgba(162, 18, 31, 1.00);
}


.secondaryFontColor {
    color: rgba(162, 18, 31, 1.00);
}

.secondaryFont {
    font-family: 'playfair-display', serif;

}





.customButton {
    width: fit-content;
    height: fit-content;
    cursor: pointer!important;
}

.buttonBorderWhite {
    border: 4px solid #fff;
    border-radius: 10px;
}


.innerButtonText {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 20px;
    font-family: "Playfair Display","Lora",Georgia,serif;
    transition: all 0.25s ease-in-out;
    font-weight: 500;
    
}

.centerContent {
    margin-left: auto;
    margin-right: auto;
}

.centerText {
    text-align: center;
}
#testimonials .carousel-inner i{
    color: white!important;
}

#testimonials h1{
    color: white!important;
}

/*                                                 */
/*                      Fixes                      */
/*                                                 */

#horizontal-search{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 1200px){
    .guide .col-sm-12 {
        width: 100%;
    }
}

#home-bodycontent .footer-inner .nav-link {
    color: #fff!important;
   
}

#home-bodycontent .background-white{
    display: none;
}

#home-bodycontent #about{
    display: none!important;
}
#home-bodycontent #fixed-header-spacer, #sell-bodycontent #fixed-header-spacer{
    display: none;
}

#home-bodycontent .main-wrapper .main, #sell-bodycontent .main-wrapper .main{
    padding-top: 150px;
} 


#home-bodycontent .cover-title-inner .agent-cover-image{
    display: none;
}

#home-bodycontent .cover-title-inner .m-b-0{
    display: none;
}

#home-bodycontent .main-inner #categories{
    padding-top: 0rem!important;
}

#home-bodycontent .information-bar{
    display: none;
}

#home-bodycontent .list-inline-item .hidden-sm-down{
    color: black!important;
}
#home-bodycontent .cover-title-inner .hidden-sm-down{
    padding-bottom: 3rem;
    font-family: "Playfair Display","Lora",Georgia,serif;
}
#home-bodycontent .cover-title-inner .hidden-sm-down h2{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5vw;
    line-height: 1.4;
    white-space: pre;

}
#home-bodycontent .cover-title-inner .hidden-sm-down h2:first-line {
    font-size: 2vw;

}

.welcomeText::first-letter {
    font-size: 400%;
    font-family: "Playfair Display","Lora",Georgia,serif;
    font-weight: 100;

  }


.list-inline-item .fa-facebook{
    color: black!important;
}

.area img{
    width: 100%;
}

.welcome_box img{
    width: 100%;
}

#home-bodycontent  .nav-link{
    color: black!important;
}

#home-bodycontent #header  .nav-link{
    color: white!important;
}

.team-photo img{
    width: 100%;
}

.team-photo a:before {
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50px;
    left: 50%;
    width: 20%;
    border-top: 2px solid #fff;
}

#home-bodycontent .main-inner .container{
    width: 100%!important;
    max-width: 3000px;
    padding-left: 0px;
    padding-right: 0px;
}

#primary-logo .logo{
}

.inner-main-content .contaienr {
    overflow: hidden!important;
}

.si-site-container{
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.fixed .container {
    height: 350px;
}

.main{
    overflow: hidden!important;
}

.main-content{
    padding-bottom: 0px!important;
}

.search-button .arrow {
    display: none!important;
}

.search-button {
    background-color: rgba(4, 31, 101, 1.00)!important;

}

.fade-in {
    font-family: 'montserrat', sans-serif!important;

}

.home-quick-search h1 {
    font-family: 'montserrat', sans-serif!important;
    padding-top: 12.5%;
    font-size: 38px;

}

.heroButtons{
    padding-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.fixed {
    background-color: white!important;
}

/*                                                           */
/*                      Mobile Fixes                         */
/*                                                           */
.cover-title .container {
}


.main-inner .cover .cover-image{
    }

#home-bodycontent .cover.cover-center.video .cover-title {
    
}


.welcomeText{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    /*
    padding-top: 16vw;
    */
}




@media(max-width: 1200px){
    
}

@media (max-width: 780px){
    .clientAward p{
        font-size: 25px;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

body.cover-pull-top.header-transparent.front #area_search .area {
    max-height: 400px;
    width: 50%;
    overflow: hidden;
    display: inline-block;
    }
    #home_worth .approved-content a h3, body.cover-pull-top.header-transparent.front #get_preapproved .approved-content a h3 {
        font-size: 20px;
    }

    .innerButtonText{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    #primary-logo .logo {
    }
}

@media(max-width: 1000px){
    #horizontal-search{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: -40px;
    }
}

@media (max-width: 767px){
    .cover-title-inner .hidden-sm-down {
        display: block !important;
        font-size: 20px!important;
    }
    .cover-title-inner .hidden-sm-down h2{
        font-size: 3.25vw!important;
    }
    .cover-title-inner .hidden-sm-down h2:first-line{
        font-size: 2.9vw!important;
    }
    .cover.cover-center.agent {
        height: 700px!important;
    }


}

@media(max-width: 425px){
    .searchAreaTitle{
        font-size: 40px!important;
    }
    #home-bodycontent .main-wrapper .main{
        padding-top: 200px;
    } 
    #home-bodycontent .cover.cover-center.video .cover-title {
        top: 60%!important;
    }
    .cover-title-inner .hidden-sm-down h2{
        font-size: 3.5vw!important;
        width: 100%!important;
    }
    .cover-title-inner .hidden-sm-down h2:first-line{
        font-size: 3.25vw!important;
    }
}

@media(max-width: 1000px){
    .approved-content h3{
        padding-top: 10%;
    }
}

@media (max-width: 768px){
    #welcome_box{
        padding-top: 10vw;
    }
    .col-md-6 {
        width: 100%!important;
    }
    #home_worth .approved-content a:before{
        border-top: 0px!important;
    }
}

@media (max-width: 650px){
    .aboutUs .col-sm-4{
        padding-bottom: 3rem;
    }
    .aboutUs .icon-outline{
        height: initial !important;
    }
    a{
        position: relative!important;
    }
    #home_worth .approved-content{
        min-width: 100%;
    }

    #home_worth .approved-content h3{
        padding-top: 0%!important;
        padding-bottom: 0%!important;
    }
    #home_worth .approved-content a span{
        padding-top: 3rem;
    }

    #welcome_box .team-photo .overlay{
        width: 100%;
    }

    .welcome_box .team-photo .overlay{
        position: relative!important;
    }
    .guideUsButton{
        margin-top: 4rem;
    }
    .guideUsText{
        padding-bottom: 4rem;
    }
    
}

@media (max-width: 543px){
    #intro .row {
        padding: 0 5px;
    }
}

@media (max-width: 991px){
    #intro .row {
        display: block;
    }

    #intro .img-holder {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 45px;
    }
}

