.mega-preview-wrap {
    margin-bottom: 0.75em;
}

.mega-portfolio-wrap {
    float: left;
}

.mega-mix.loading {
    min-height: 3000px;
}

#mega-preview {
    opacity: 1;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
#mega-preview.fade {
    opacity: 0.12;
}
.mega-gallery-thumbs img {
    max-width: 100%;
    cursor: pointer;
}
.mega-gallery-thumbs {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
}
.mega-gallery-thumbs li {
    float: left;
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 10px;
}
.mega-gallery-thumbs li:nth-child(4n-3) {
    margin-left: 0;
    clear: left;
}
.mega-table {
    border-left: none;
    border-right: none;
}
.mega-table th, .mega-table td {
    text-align: left;
}
.mega-table span {
    color: #29C525;
}
.mega-desc {
    margin: 1em 0;
}
.mega-desc dt {
    float: left;
    clear: left;
    width: 140px;
    font-weight: bold;
}
.mega-desc dd {
    margin: 0 0 0.75em 150px;
}
.mega-map-wrap {
    position: relative;
    padding-bottom: 55%;
    margin-bottom: 1em;
}
.mega-map-wrap img {
    max-width: none !important;
}
.mega-map-wrap > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #eee;
}
.gm-style-iw h3 {
    margin: 0 0 3px;
}
.gm-style-iw p {
    margin: 5px 0 0;
}

/* Filter and sort */
.mix {
    display: none;
}
.mega-mix {
    font-size: 0 !important;
    text-align: justify;
}
.mega-mix:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.mega-filter {
    text-align: left;
}
.gap {
    display: inline-block;
    padding: 0 !important;
}
.mega-item, .gap {
    /*display: inline-block;*/
    width: 23.5%;
    margin: 0 0 1%;
    padding: 26% 0 0;
    position: relative;
}
.mega-item {
    /*background: #eee;*/
    font-size: 14px;
    text-align: left;
    border: 1px solid #fff;
    border-radius: 3px;
    overflow: hidden;
}
.mega-item.dark {
    border-color: #000;
    display: inline-block;
}
.mega-item > a {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.mega-item .hover-layer {
    opacity: 0;
    background: #C30D0D;
    background: rgba(195,13,13, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    padding: 46% 10px 0;
    -webkit-transition:0.2s all linear;
    -moz-transition:0.2s all linear;
    transition:0.2s all linear;
    z-index: 2;
}
.mega-item .hover-layer h2 {
    color: #fff;
    font-size: 17px;
}
.mega-item .hover-sold {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 5px 0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition:0.2s all linear;
    -moz-transition:0.2s all linear;
    transition:0.2s all linear;
    z-index: 2;
    /*background: rgba(255, 255, 255, 0.3);*/
    text-shadow: none;
    background: rgba(255, 0, 0, 0.5);
}
.mega-item a:hover .hover-sold {
    background: rgba(0, 0, 0, 0.3);
    color: #000;
    z-index: 3;
}
.mega-item > a:hover .hover-layer {
    opacity: 1;
}
.mega-item > a:hover .info-wrap {
    opacity: 0;
}

.mega-item figure {
    height: 100%;
    overflow: hidden;
}

.mega-item figure, .mega-item .info-wrap, .mega-item .hover-layer, .mega-item {
    border-radius: 3px;
}

.mega-item figure img {
    height: 100%;
    max-width: none;
    max-height: none;
    -webkit-transition:  all 700ms;
    -moz-transition:  all 700ms;
    transition:  all 700ms;
    z-index: 1;
}

.mega-team-item {
    padding-top: 23.9%;
    vertical-align: top;
}
.mega-team-item > a {
    bottom: 75px;
}
.mega-team-item .team-info h1, .mega-team-item .team-info p {
    margin: 0 0 2px;
    text-align: center;
}
.mega-team-item p {
    text-transform: uppercase;
    font-size: 11px;
    color: #888;
}
.mega-team-item.mega-item  .team-info h1 {
    color: #222 !important;
}

.mega-team-item .team-info {
    min-height: 68px;
}

.mega-team-item figure img {
    height: auto;
    width: 100%;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
}

.mega-item > a:hover figure img {transform: scale(1.1) rotate(0.1deg);
    -ms-transform: scale(1.1) rotate(0.1deg);
    -webkit-transform: scale(1.1) rotate(0.1deg);
    -o-transform: scale(1.1) rotate(0.1deg);
    -moz-transform: scale(1.1) rotate(0.1deg);
}

.mega-item .info-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.04);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.04) 41%, rgba(0,0,0,0.06) 42%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(41%, rgba(0,0,0,0.04)), color-stop(42%, rgba(0,0,0,0.06)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.04) 41%, rgba(0,0,0,0.06) 42%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.04) 41%, rgba(0,0,0,0.06) 42%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.04) 41%, rgba(0,0,0,0.06) 42%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.04) 41%, rgba(0,0,0,0.06) 42%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    -webkit-transition:  all 700ms;
    -moz-transition:  all 700ms;
    transition:  all 700ms;
}

.mega-item .info {
    position: absolute;
    bottom: 15px;
    left: 25px;
    right: 25px;
    color: #fff;
}

.mega-item h1 {
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    color: #fff !important;
}
.mega-item span {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
}
.mega-item .location .fa, .property-dropdown-filter .fa {
    color: #C30D0D;
    margin-right: 5px;
}

.property-dropdown-filter {
    position: relative;
    float: right;
    display: inline-block;
    padding-right: 30px;
    border: 1px solid #212121;
    font-size: 11px;
    text-transform: uppercase;
    margin-left: 15px;
    min-width: 160px;
}
.property-dropdown-filter .toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    display: block;
    text-align: center;
    font-size: 2em;
    cursor: pointer;
    padding-top: 3px;
}
.property-dropdown-filter a {
    line-height: 2em;
    padding: 4px 12px;
    display: block;
    color: #888;
}
.property-dropdown-filter .indented a {
    padding-left: 30px;
}
.property-dropdown-filter a .fa {
    margin-right: 10px;
}
.property-dropdown-filter>a, .property-dropdown-filter>a:hover {
    color: #fff;
    background: #212121;
}
.property-dropdown-filter.open ul {
    display: block;
}
.property-dropdown-filter.hide>a span,
.property-dropdown-filter.hide>a,
.property-dropdown-filter.hide>a:hover,
.property-dropdown-filter.hide a .fa {
    color: #bbb;
    background: #bbb;
}
.property-dropdown-filter.hide {
    pointer-events: none;
}
.property-dropdown-filter.hide .toggle {
    pointer-events: none;
    opacity: 0.85;
}
.property-dropdown-filter ul {
    position: absolute;
    right: -1px;
    left: -1px;
    top: 2em;
    z-index: 500;
    background: #fff;
    list-style: none !important;
    margin: 8px 0 0;
    padding: 0;
    border: 1px solid #212121;
    display: none;
}
.property-dropdown-filter ul a {
    border-bottom: 1px solid #212121;
    color: #888;
}
.property-dropdown-filter ul li:last-child a {
    border-bottom: none;
}
.property-dropdown-filter ul a:hover {
    color: #212121;
}
.mega-preview-wrap img,
.mega-gallery-thumbs img {
    border-radius: 3px;
}

.gmnoprint img {
    max-width: none;
}

#menu-primary-menu .sub-menu, .ut-mobile-menu .sub-menu {
    display: none !important;
}


.ut-alert.alt {
    color:#fff;
    background:#850000;
}
.ut-alert.alt h1,
.ut-alert.alt h2,
.ut-alert.alt h3,
.ut-alert.alt h4,
.ut-alert.alt h5,
.ut-alert.alt h6,
.ut-alert.alt strong {
    color:#fff;
}

@media screen and (min-width: 801px) {
}

@media screen and (max-width: 1110px) {
    .mega-portfolio-wrap, .property-dropdown-filter {
        float: none;
        margin-bottom: 12px;
    }
}
@media screen and (min-width: 500px) and (max-width: 800px) {
    .mega-item, .gap {
        width: 49%;
        padding-top: 50%;
    }
    .mega-team-item {
        padding-top: 52.9%;
    }
}
@media screen and (max-width: 499px) {
    .mega-item, .gap {
        width: 100%;
        padding-top: 100%;
    }
    .mega-team-item {
        padding-top: 100%;
    }
}

@media screen and (min-width: 801px) and (max-width: 800px) {
    .mega-team-item .team-info {
       min-height: 90px;
    }
}

.main-content-background .dark cite, .main-content-background .dark, .main-content-background .dark p.lead, .main-content-background .dark .lead p {
    color: #111111;
    text-shadow: 1px 0px 2px #fff;
}