/* bootstrap 3 styles @*/

body .adl-alert {
    margin-bottom: 0;
    padding: 15px 30px 15px 55px;
    font-size: 14px;
    color: #999;
}


body .vanityurl-info {
    margin-bottom: 0;
    padding: 15px 30px 15px 55px;
    font-size: 14px;
    color: #999;
}

.alert-warning {
    color: #333;
}

.alert-warning button.close {
    color: #666;
    opacity: 1;
    font-weight: 300;
}
.alert-warning button.close:hover {
	color: #000;
} 

.component-header a i {
    position: relative;
    left: initial;
    color: #999;
}
.component-header a:hover i {
    color: inherit;
}
.component-header .close,
.component-header.alert .close {font-size: 16px;}

.blue-box,
.lite-blue-box,
.grey-box {
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.blue-box .content,
.lite-blue-box .content,
.grey-box .content {
	padding: 20px;
}

.nav-menu-full {
    background-color: #f9f9f9;
    min-height: 0;
    text-align: center;
}

.nav-banner .navbar.nav-menu-full {
    margin-bottom: 0;
}

.vertical-nav {
	margin: 0 0 20px 0;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
    padding: 0;
}

.vertical-nav li a:hover {
    background-color: #f9f9f9;
}

img {
	max-width: 100%;
}

/* sub menu */
/*
.subMenu {
    background-image: none;
    margin: 10px 0;

    text-align: right;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-radius: 18px 18px 0 0;
    padding-top: 5px;

    background: #fff; 
    background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(245,245,245,0) 100%);
    background: -khtml-gradient(top, left bottom, from(rgba(239,239,239,1) 0%), to(rgba(245,245,245,0) 100%));
    background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(245,245,245,0) 100%);


}
.subMenu .subRight {
    background-image: none;
    display: block;
    margin: 0 auto;
    padding: 9px 0 6px;
    text-align: left;
    width: auto;
}

.subMenu ul {
	display: block;
	height:1.2em;
}

.subMenu li {
	margin: 0em 0.7em 0.5em 0em;
	text-decoration: none;
	list-style: none;
	float: left;
	position: relative;
}
*/

.subMenu {
    background-image: none;
    margin: 10px 0 20px;
    text-align: right;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 18px 18px;
    background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(245,245,245,0) 100%);
    background: -khtml-gradient(top, left bottom, from(rgba(239,239,239,1) 0%), to(rgba(245,245,245,0) 100%));
    background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(245,245,245,0) 100%);
    display: flex;
    padding: 1rem 2rem;
    font-size: 14px;
}


.subMenu ul {
    display: table-cell;
    height: 1.2em;
    column-count: 3;
}

.subMenu li {
    margin: 0 2rem 0 0;
    list-style: none;
    float: none;
    position: relative;
}

.subMenu li a, .subMenu li span {
    border: 0;
    padding: 0;
}

.subMenu #Current a,
.archiveMenu #Current a {
	color: #333;
	font-weight: normal;
}

.subMenu li a,
.subMenu li span {
	padding-right: 0.7em;
	border-right: 1px solid #e3e3e3;
}

.subMenu .last a,
.subMenu .last span {
	border: none;
	padding-right: 0;
}

.subMenu li a:hover, .subMenu li a:active  {
	color: #333;
}

/* archiveMenu */

.archiveMenu ul {
	background: #f4f4f4;
    padding: 0px 0 0 14px;
    margin: 0 0 20px;
}

.archiveMenu ul li {
	float: left;
	margin:7px 0 7px 7px;
	padding:0;
	border-right: 1px solid #ccc;
}

.archiveMenu ul .last {
	float: left;
	padding-right: 0px;
	border: none;
}

.archiveMenu ul li {
	padding-right:7px;
}
.archiveMenu ul li a {
    padding: 0;
}

.image-slider .carousel-inner .carousel-caption {
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0,0,0,0.4);
}

.image-slider .carousel-inner .carousel-caption h4 {
    color: #fff;
}

/* sign up */


.signUp #portalSignupForm input#input-acceptConditions {width:auto;}

.signUp button.btn {
    width: 100%;
}

.hit h3 {
    line-height: 1.1em;
    font-size: 16px;
}

/* search results tryptich */

.search-triptych {
    /*background-color: #eee;*/
    padding: 20px 0;
    border: none;
}
.search-triptych h2 {
    text-align: center;
    font-size: 33px;
}

.search-triptych .row-fluid {
    margin: 25px 0;
}

.search-triptych .hit {
    border: none;
    padding: 0;
    color: #666;
    display: block;
    padding-top: 50%;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;

   -moz-border-radius: 4px;
-webkit-border-radius: 4px;
	 -o-border-radius: 4px;
	-ms-border-radius: 4px;
		border-radius: 4px;
}

.search-triptych .hit span {
    background: rgba(0,0,0,0.65);
    font-size: 14px;
    color: #fff;
    padding: 10px;
    display: block;
    line-height: 1.5em;
    text-align: center;
    min-height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.search-triptych .hit span.alt-info {display: none;}

.search-triptych .see-more {
    text-align: center;
    display: block;
    color: #999;
    font-size: 26px;
    line-height: 1.6em;
}

.search-triptych .see-more .icon {
    line-height: 1.6em;
}

.descOnRight.topListItem {
    background-color: transparent;
}

.descOnRight .item-image {
    width: 70%;
    height: 360px;
    text-align: center;
    background-position: center center;
    background-size: 100%;
    background-repeat:no-repeat;
    float:left;
    background-color: #b8c2cb;
}

.tab-content.panel-default {
    border-color: #dbdbdb;
    margin-top: -1px;
    padding: 0 15px;
}

.breadcrumb, .main-header-container .breadcrumb {
    width: 100%;
}

.threeColumn .sideBarLeft .leftNav {
    margin-right: 0;
}

.threeColumn .sideBarLeft {
    padding-right: 0;
}

/* Date Picker */
.ui-datepicker.ui-datepicker {
    width: 254px;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 33px;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today:after {
    display: none;
}

.threeCol.articleNav .innerNav {
    padding: 8px 13px 8px 36px;
    display: inline-block;
}
.threeCol.articleNav .innerNav ul.col-md-4 {
    padding: 0 15px;
    margin: 0;
}

#widget-search-form, .signUp form,
#subscribeForm, .custom-form {
    padding-bottom: 20px;
}

.panel-body > #widget-search-form, .panel-body > .signUp form,
.panel-body > #subscribeForm, .panel-body > .custom-form {
    padding-bottom: 0;
}

.accordion .panel-title {
    font-size: 18px;
}
.accordion .panel-title a:focus {
    text-decoration: none;
}

.headlineBanner {
    margin-bottom: 0;
}

.main-header-container .x-panel-header {
    margin-bottom: 0;
}
.main-header-container .alert.component-header {
    margin-bottom: 0;
}
.tabbed-container .nav-tabs.nav-justified {
    margin: 0;
}
.tabbed-container .tab-content.panel-default {
    border-radius: 0;
}
.tab-content.panel-default {
    padding: 0;
}
.tab-content.panel-default .tab-pane {
    padding: 20px;
}
.tabbedContainer ul.nav-pills {
    margin: 0 0 10px;
}

.tabbedContainer ul.nav-pills > li:last-child > a {
    margin-right: 0;
}

.tabbedContainer.pills .tab-content {
    margin: 0 0 10px;
}
.tabbedContainer.carousel  {
    margin-bottom: 20px;

}
.tabbedContainer .nav-tabs {
    margin: 0 0 10px;
    position: relative;
    left: 0;
    top: 0;
}
.tabbed-nav .carousel-indicators li,
.tabbedContainer .nav-tabs li {
    text-indent:inherit;
    height: auto;
    width: auto;
}
.tabbed-nav {
    border: 1px solid;
    margin-bottom: 20px;
    text-align: center;
    height: 50px;
}
.tabbedContainer .tabbed-nav .next,
.tabbedContainer .tabbed-nav .prev {
    display: inline-block;
    height: 50px;

}
.tabbedContainer .tabbed-nav .next a,
.tabbedContainer .tabbed-nav .prev a{
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}
.tabbed-nav .carousel-indicators {
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    width: auto;
    border-left: 1px solid;
}
.tabbed-nav .carousel-indicators li {
    text-indent:inherit;
    height: 50px;
    width: auto;
    padding: 0 10px;
    border: none;
    border-radius: 0;
    border-right: 1px solid;
    display: table-cell;
    vertical-align: middle;
}
.tabbedContainer .nav-tabs li a {
    background-color: transparent;
}
.tabbed-nav,
.tabbed-nav .carousel-indicators,
.tabbed-nav .carousel-indicators li {
    border-color: #ccc;
}

/* footer linkpile */
.footer-linkpile {
    border-top: 1px solid #d5d5d5;
    background-color: #f6f6f6;
    padding: 40px 0;
}
.footer-linkpile .footer-logos-toggler {
    display: inline-block;
    background: #f6f6f6;
    padding: 0 20px;
}
.footer-linkpile a {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
/* end footer linkpile */

form#widget-search-form .date-inputs input {
    width: 42%;
}
form#widget-search-form .label, .subscriptionWidget .label {
    margin-bottom: 5px;
}

.radio-group label, .checkbox-group label {
    display: inline-block;
}
form#widget-search-form .checkbox-group span.caption,
#portalSignupForm .checkbox-group span.caption{
    vertical-align: middle;
    display: inline-block;
    width: 84%;
}

/* container-marketing */

.container-marketing {
    font-family: Roboto, Arial, sans-serif
}
.container-marketing hr {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin: 40px 0
}
.container-marketing p:not(.lead),
#footer .container-marketing p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5em;
    font-family: Roboto, Arial, sans-serif;
    color: #666;
    margin-bottom: .5em
}
.container-marketing ol,
.container-marketing ul {
    font-size: 16px
}
.container-marketing .btn-link {
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px
}
.container-marketing .btn-link:hover {
    text-decoration: none
}
.container-marketing .btn-link [class^=icon-chevron] {
    color: #2a6ebb;
    font-size: 16px;
    margin-top: 2px
}

.back-to-top {
    width: 100%;
    display: block;
    text-align: center;
    margin: 40px 0 80px;
    height: 1px;
}
.back-to-top .caret {
    transform: rotate(180deg);
}
.back-to-top.divider {
    border-top: 1px solid #ddd;
}
.back-to-top span {
    position: relative;
    top: -10px;
    background-color: #fff;
    padding: 5px 20px;
}

.monthCategory {
    margin-bottom: 60px;
}

.col-md-4 .search-results-gallery .col-sm-6,
.col-md-2 .search-results-gallery .col-sm-6 {
    width: auto;
    max-width: 100%;
}

.col-md-4 .boxed-hit .hit-content,
.col-md-2 .boxed-hit .hit-content {
    flex: none;
    max-width: 100%;
}

.col-md-4 .boxed-hit .hit-content .col-xs-8.col-sm-8,
.col-md-2 .boxed-hit .hit-content .col-xs-8.col-sm-8 {
    width: 100%;
} 
.col-md-4 .boxed-hit .hit-content .min-stay,
.col-md-2 .boxed-hit .hit-content .min-stay {
    display: none;
}

.col-md-4 .boxed-hit .hit-content .price-overlay,
.col-md-2 .boxed-hit .hit-content .price-overlay {
    margin-bottom: -40px;
    margin-top: 20px;
}
.col-md-2 .boxed-hit .hit-content .price-overlay {
    display: none;
}

.col-md-4 .boxed-hit .hit-thumbnail-wrappers-container,
.col-md-2 .boxed-hit .hit-thumbnail-wrappers-container {
    width: 100%;
}
.col-md-4 .boxed-hit .hit-thumbnail-container,
.col-md-2 .boxed-hit .hit-thumbnail-container {
    height: 240px;
    width: 100%;
}

.col-md-2 .boxed-hit .hit-thumbnail-container {
    height: 120px;
    width: 100%;
}

.col-md-2 .boxed-hit .hit-headline {
    font-size: 13px;
    line-height: 18px;
}

@media (min-width: 992px) {
    .sideBarRight.col-md-4 {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .multi-content .navbar.navbar-fixed-top {
        position: relative;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        border-bottom: 0;
    }
    .nav-underline > li {
        margin: 0 0.4em;
    }
    .nav-underline > li > a {
        padding: 10px 5px 5px;
    }
}
/* Property search-results */

.search-results {
    border-top: none;
    margin-bottom: 20px;
}
.search-results .listing-row {
    clear: both;
}
.search-results .listing.listing-row:before, .listing.listing-row:after {
    content: " ";
    display: table;
}
.search-results .listing.listing-row:after {
    clear: both;
}
.search-results .listing-row .listing-column-photo {
    width: 24%;
}

.search-results .listing-row .listing-img {
    width: 100%;
    padding-top: 64%;
    display: block;
    overflow: hidden;
}

.search-results .listing-row .listing-image {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.listing-row .listing-image:hover {
    height: 100% !important;
    width: 100% !important;
}
.search-results .listing-row .listing-column-content {
    width: 73%;
    margin: 0 0 0 3%;
}

.search-results .listing-row .column-listing-short {
    width: 198px;
}

@media (max-width: 767px) {
    .search-results .listing-row .listing-column-content {
        float: left !important;
    }
}
@media(max-width:479px) {
    .search-results .listing-row .listing-column-content {
        width: 100%;
        margin: 0;
    }
    .search-results .listing-row .listing-column-content {
        float: none !important;
    }
    .listing-row .listing-column-photo {
        display: none;
    }
}

.show-more {
    padding: 20px;
    min-height: 90px;
}