/*--Custom Page Tabs--*/
.nav-tabs {
    margin:0;
    border-bottom: 1px solid #ddd;
    background-color:transparent;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.nav-tabs>li:last-of-type>a {
    margin-right:0;
}
.nav.nav-tabs>li>a:focus,
.nav.nav-tabs>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav.nav-tabs>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
}
.nav-tabs>li>a.active,
.nav-tabs>li>a.active:focus,
.nav-tabs>li>a.active:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}
.tab-content {
	background-color:#fff;
	padding:24px;
	border:1px solid #ddd;
	border-top:none;
	border-radius:0 4px 4px 0;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.tab-content .col {
	line-height:2rem;
	text-align:center;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

/*--Custom Header Search--*/
.front #hero-tabs {
    position:relative;
    z-index:1;
}
.front #hero-tabs .row,
.front .tab-content .row {
    padding:0;
    margin:0;
}
.front #hero-tabs .nav-tabs {
    display: flex;
    border: none;
}
.front #hero-tabs .nav-tabs > li {
    display: flex;
    padding: 0;
    margin-bottom: 2px;
}
.front #hero-tabs .nav-tabs > li > a {
    flex: 1 0;
    background-color: #c5a95e;
    color: #fff;
    border: none;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
}
.front #hero-tabs .nav-tabs > li:first-of-type > a {
    /*border-radius: 16px 16px 0 0;*/
}
.front #hero-tabs .nav-tabs > li:last-of-type > a {
    /*border-radius: 16px 16px 0 0;*/
}
.front #hero-tabs .nav-tabs > li > a:hover {
    background-color: #c1a353;
}
.front #hero-tabs .nav-tabs > li > a.active {
    background-color: #fff;
    color: #333;
}
.front .tab-content {
    position: relative;
    z-index: 999999;
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
}
.front #horizontal-search{
    margin-top: 0 !important;
    padding-bottom: 57px !important;
}
.front .tab-content iframe {
    height: 366px;
}

/*Hide Agent Name/Title in cover-title-inner*/
.front .cover-title .cover-title-inner {
    display:none;
}
/*--col-xs--*/
@media only screen and (max-width: 575px) {

}
/*--col-s--*/
@media only screen and (min-width: 576px) {
    .front #hero-tabs .nav-tabs > li > a {
        font-weight: 600;
        font-size: 1.5rem;
    }
}
/*--col-md--*/
@media only screen and (min-width: 768px) {
    .front .tab-content iframe {
        height: 204px;
    }
}
/*--col-l--*/
@media only screen and (min-width: 992px) {
    .front #hero-tabs .nav-tabs {
        padding: 0 2px;
    }
    .front .tab-content iframe {
        height: 150px;
    }
}
/*--col-xl--*/
@media only screen and (min-width: 1200px) {

}