@charset "utf-8";

/* CSS Document for Spania Megler1.no */


/* Author Voodoo Designz */


/* ----- Global ----- */

.row> div {
    /*background-color: pink;*/
}
body {
    background: #fff url('/img/usr/bg-body.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #333;
    font-family: "Open Sans", Verdana, sans-serif;
}
.clearboth {
    clear: both;
}
span.blue {
    color: #09c;
}
span.orange {
    color: #f90;
}
.dividor {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    height: 1px;
    margin-bottom: 15px;
    margin-top: 35px;
    position: relative;
}

/* Margins & Padding */

.top-10 {
    margin-top: 10px;
}
.top-20 {
    margin-top: 20px;
}
.top-30 {
    margin-top: 30px;
}
.top-40 {
    margin-top: 40px;
}
.top-50 {
    margin-top: 20px;
}

/* Typography */

h1 {
    font-size: 30px;
    font-family: "Open Sans", Verdana, sans-serif;
    font-weight: normal;
}
h2 {
    font-size: 26px;
    font-family: "Open Sans", Verdana, sans-serif;
    font-weight: normal;
}
h3 {
    font-size: 22px;
    font-family: "Open Sans", Verdana, sans-serif;
    font-weight: normal;
}
h4 {
    font-size: 18px;
    font-family: "Open Sans", Verdana, sans-serif;
    font-weight: normal;
}
h5 {
    font-size: 16px;
    font-family: "Open Sans", Verdana, sans-serif;
    font-weight: normal;
}
h6 {
    font-size: 14px;
    font-family: "Open Sans", Verdana, sans-serif;
    font-weight: normal;
}
a {
    color: #09c;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
a:hover, a:focus {
    color: #069;
    text-decoration: none;
}

/* Social */

ul.social {
    position: relative;
    top: 5px;
}
ul.social li {
    display: inline-block;
}
ul.social li a {
    font-size: 18px;
    text-align: center;
}
ul.social li a i {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-right: 3px;
    margin-top: 0;
    text-align: center;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: 25px;
}
ul.social li a i:hover {
    background: #09c;
}
@media (max-width: 767px) {
    ul.social {
        text-align: center;
    }
    .logo .img-responsive{
        width: 300px;
    }
}

/* Buttons */

.btn {
    border-radius: 0;
}
.btn-custom {
    background: #f90;
    color: #fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.btn-custom:hover {
    background: #f60;
    color: #fff;
}
.btn-print, .btn-sort, .btn-back, .btn-eaf {
    background: #09c;
    color: #fff;
    float: left;
    font-weight: bold;
    margin: 15px 10px 0 0;
    padding: 5px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.btn-print:hover, .btn-sort:hover, .btn-back:hover, .btn-eaf:hover {
    background: #3cf;
    color: #fff;
}
.btn-enquire {
    /* Same bg as btn-custom */
    background: #f90;
    color: #fff;
    float: left;
    font-weight: bold;
    margin: 15px 10px 0 0;
    padding: 5px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.btn-enquire:hover {
    background: #f60;
    color: #fff;
}
.btn-sort {
    /* Sort price display */
    margin-top: 5px;
}
.btn-sort a {
    color: #fff;
}
.btn-view-more {
    /* Toggle on index */
    font-size: 20px;
    line-height: 40px;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-subscribe {
    /* Newsletter Signup in footer */
    background: #3cf;
    color: #fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.btn-subscribe:hover {
    background: #09c;
    color: #fff;
}

/* Tables */

.table> thead> tr> th, .table> tbody> tr> th, .table> tfoot> tr> th, .table> thead> tr> td, .table> tbody> tr> td, .table> tfoot> tr> td {
    border-top: none;
    line-height: 1;
    padding: 8px;
    vertical-align: top;
}

/* Navbar */


/*.navbar-wrapper .navbar { for full width background
  	padding-left: 15px;
  	padding-right: 15px;
}*/

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.navbar-inverse {
    background: none;
    border: none;
    clear: both;
}
.navbar-inverse .navbar-brand {
    color: #999;
    padding: 5px;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    /*color: #fff;*/
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #999;
}
.navbar-inverse .navbar-nav> li> a {
    color: #333;
    background-color: transparent;
    padding-left: 20px;
    padding-right: 0;
    text-transform: uppercase;
    -webkit-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out;
}
.navbar-inverse .navbar-nav> li> a:hover, .navbar-inverse .navbar-nav> li> a:focus {
    /*background-color: #666;*/
    color: #069;
}
.navbar-inverse .navbar-nav> .active> a, .navbar-inverse .navbar-nav> .active> a:hover, .navbar-inverse .navbar-nav> .active> a:focus {
    background-color: transparent !important;
    color: #fbb900;
}
.navbar-inverse .navbar-nav> .disabled> a, .navbar-inverse .navbar-nav> .disabled> a:hover, .navbar-inverse .navbar-nav> .disabled> a:focus {
    /*background-color: #666;*/
    color: #444;
}
.navbar-inverse .navbar-toggle {
    background-color: #333;
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #444;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: rgba(255, 255, 255, 0);
}
.navbar-inverse .navbar-nav> .open> a, .navbar-inverse .navbar-nav> .open> a:hover, .navbar-inverse .navbar-nav> .open> a:focus {
    background-color: #transparent;
    color: #069;
}
.caret {
    margin-left: 5px;
}

/* Style the navbar dropdown - needs working on in mobile devices */


/* Hover Dropdown */


/*.navbar-inverse .navbar-nav > .dropdown:hover .dropdown-menu {
	   display: block;
	}
	/* End Hover Dropdown */


/*.navbar-inverse .navbar-nav > li > .dropdown-menu {
		background-color: rgba(0,0,0,0.75);
		border-bottom: none;
		border-left: none;
		border-radius: 0;
		border-right: none;
		border-top: 2px solid #3F8DBF !important;
		box-shadow: none;
		min-width: 190px;
		padding:0;
	}
	.navbar-inverse .navbar-nav > li > .dropdown-menu > li > a {
		padding: 10px 20px;
		line-height: 1.42857143;
		text-transform:uppercase;
		color: #fff;
	}
	.navbar-inverse .navbar-nav > li > .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav > li > .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: rgba(0,0,0,0.8);
	}
	.navbar-inverse .navbar-nav > li > .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav > li > .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav > li > .dropdown-menu > .active > a:focus {
		color: #fff;
		text-decoration: none;
		background-color: #428bca;
		outline: 0;
	}*/

@media (max-width: 767px) {
    #hidden-menu
    {
        display: initial;
    }
    .navbar-inverse .navbar-nav> li> a {
        text-align: center;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu> .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu> li> a {
        color: #999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu> li> a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu> li> a:focus {
        background-color: transparent;
        color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu> .active> a, .navbar-inverse .navbar-nav .open .dropdown-menu> .active> a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu> .active> a:focus {
        background-color: #080808;
        color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu> .disabled> a, .navbar-inverse .navbar-nav .open .dropdown-menu> .disabled> a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu> .disabled> a:focus {
        background-color: transparent;
        color: #444;
    }
    .navbar-inverse .navbar-link {
        color: #999;
    }
    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }
}

/* Paddings & Margins */


/* Global Layout */


/* Wrapper */

.wrapper {
    background: #fff;
    padding-bottom: 10px;
    padding-top: 15px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.3);
    border-radius: 5px;
}
.btn{
  border-radius: 5px !important;
}

/* Header */

header {
    margin-bottom: 5px;
    margin-top: 20px;
    /*margin: 5px 20px 20px;*/
}
img.logo {
    display: block;
    position: absolute;

    min-height: 75px;
    z-index: 100;
}
.main-contact
{
    text-align: right;
}
ul.language {
    position: relative;
    top: 0;
    float: right;
}
ul.language li {
    display: inline-block;
    margin-left: 5px;
}
ul.language li a {
    text-align: center;
}
ul.info {
    clear: both;
    position: relative;
    float: right;
}
ul.info li {
    display: inline-block;
    margin-left: 15px;
}
ul.info li a {}
@media(min-width:768px)  {
    #hidden-menu
    {
        display: none;
    }
}
@media(min-width:991px) and (max-width:1200px) {
    img.logo {
        width: 300px;
    }
}
@media(min-width:768px) and (max-width:991px) {
    img.logo {
        position: relative;
        margin: 0 auto;
        width: 300px;
    }
    ul.language, ul.info {
        margin: 10px auto;
        text-align: center;
        float: none;
    }
}
@media (max-width: 767px) {
    img.logo {
        position: relative;
        margin: 0 auto;
    }
    ul.language, ul.info {
        margin: 10px auto;
        text-align: center;
        float: none;
    }
}
.section-header {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
}
.section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header h5, .section-header h6 {
    background-color: #fff;
    display: inline-block;
    margin: 0;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}
.section-header:before {
    left: auto;
    right: -100%;
}
.section-header:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    /*border-top: 1px solid rgba(0,0,0,0.3);*/
    content: "";
    display: block;
    height: 4px;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.section-header span.before {
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    float: left;
    height: 8px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 1px;
    z-index: 2;
}
.section-content {
    position: relative;
    margin-top: 20px;
}

/* Intro */

#intro {
    display: block;
    background: #333;
    padding-top: 20px;
    padding-bottom: 10px;
}

/* Content */

#content {
    padding-top: 15px;
    padding-bottom: 15px;
}
.property-alert {
    background: #fff;
    border: 1px solid #DCDCDC;
    min-height: 288px;
    padding: 25px 25px 25px 55%;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}
.property-alert img {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 50%;
}
@media(max-width:768px) {
    .property-alert {
        padding: 25px;
    }
    #content {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.left {
    float: left;
}
.right {
    float: right;
}
.map-img {
    margin-bottom: 20px;
}
.text-left {
    text-align: left !important;
    padding-top: 0 !important;
}
.profile-area .profile-area-logo {
    padding-top: 25px;
}
.profile-area p.title {
    color: #888;
    font-size: 20px;
    margin-top: 15px;
}
.profile-area p.position {
    color: #888;
}

/* Outro */

#outro {
    background: #f90;
    color: #fff;
    display: block;
    margin-top: 15px;
    padding-bottom: 10px;
    padding-top: 15px;
}
.newsletter h4 {
    margin-top: 20px;
}
@media (max-width:1199px) {
    .newsletter h4 {
        text-align: center;
    }
    .newsletter label {
        display: block;
    }
    .newsletter .btn-subscribe {
        margin-top: 0;
    }
}
@media(min-width:768px) and (max-width:991px) {
    .newsletter .btn-subscribe {
        margin-top: 10px;
    }
}

/* Footer */

footer {
    background: #242424;
    color: #fff;
    padding: 20px 0 10px 0;
}
.footer-a {}
.footer-b {
    margin-top: 20px;
    border-top: 5px solid #333;
    color: #8B8C8D;
    padding-top: 30px;
}
.footer-badge {
    position: relative;
    top: 15px;
    margin-bottom: 30px;
}
.quick-links li {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.quick-links li.last {
    border: none;
}
.copyright {
    font-size: 10px;
}
.footer-b .btt {
    /**/
}
@media (max-width: 991px) {
    footer {
        text-align: center;
    }
    .footer-b .copyright, .footer-b .btt {
        text-align: center;
        float: none!important;
    }
}


/* Index Page */

#hero {
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    z-index: 10;
}

/* Bespoke positioning of bullets on slider */

.rsMinW .rsBullets {
    top: 15px;
}
.rsMinW .rsArrowLeft {
    top: 12px;
}
.rsMinW .rsArrowRight {
    top: 12px;
}

/* Strapline (intro) */

.strapline {
    position: relative;
    top: 20px;
}

/* Facebook */

#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/* Locations */

#location {
    display: block;
    padding: 0;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
#location .item {
    margin-top: 15px;
    border: 3px solid #f0f0f0;
}
#location span {
    width: 100%;
    height: 50px;
    color: #222;
    display: table;
    /*background:#fff;*/
    /*font-size:13px;*/
    background: #f0f0f0;
}
#location p {
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
#location-dropdown {
    margin-top: 25px;
}

/* Tabs for Featured Property */

.nav-tabs {
    background: #ededed;
    border-top: 1px solid #ccc;
}
.nav-tabs.nav-justified {
    border: none;
    border-bottom: 5px solid #09c;
}
.nav-tabs.nav-justified> li {
    margin-left: -1px;
}
.nav-tabs.nav-justified> li.last {
    margin-right: -1px;
    margin-bottom: 0;
}
.nav-tabs.nav-justified> li> a {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-radius: 0;
    color: #333;
    font-size: 18px;
    text-align: center;
}
.nav-tabs.nav-justified> li.active> a, .nav-tabs.nav-justified> li.active> a:hover, .nav-tabs.nav-justified> li.active> a:focus, .nav-tabs.nav-justified> li> a:hover {
    background: #09c;
    border: 1px solid #09c;
    color: #fff;
}
.tab-content {
    padding-top: 15px;
    padding-bottom: 0;
}

/* Featured Content */

#featured {
    margin-top: 10px;
    position: relative;
}
#featured h4 {
    font-weight: bold;
}

/* Featured Items */

#featured .item {
    background: #f0f0f0;
    border-bottom: 5px solid #09c;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
#featured .item:hover {
    background: #09c;
    color: #fff;
}
#featured .item a img {
    height: 100%;
    width: 100%;
}
#featured .img-wrapper {
    padding-top: 75%;
    height: 0;
    position: relative;
}
#featured .img-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#featured .display-status {
    background: rgba(0, 0, 0, 0.0);
    color: #fff;
    left: 15px;
    padding: 7px 10px;
    position: absolute;
    top: 0;
    z-index: 100;
    font-size: 13px;
}
#featured .caption .title {
    margin-top: 20px;
    font-weight: bold;
}
#featured .item .location {
    font-size: 13px;
}
#featured .price {
    font-size: 20px;
    font-weight: bold;
}
#featured ul.overview {
    padding-left: 0;
    position: relative;
    list-style: none;
    display: inline-block;
    font-weight: bold;
    padding-left: 0;
}
#featured ul.overview li {
    font-weight: bold;
    padding: 5px 10px 5px 0;
    clear: both;
    display: inline;
}
#featured ul.overview li.ref {
    margin-left: 0;
}
#featured ul.overview li.bed {
    background: url('/img/usr/icon-bed.png') no-repeat;
    background-size: 25px 25x;
    padding-left: 30px;
}
#featured ul.overview li.bath {
    background: url('/img/usr/icon-bath.png') no-repeat;
    background-size: 25px 25px;
    padding-left: 25px;
}

/* Development */

#development {
    padding: 0 0 20px 0;
    position: relative;
}
#development .development-item {
    margin-bottom: 15px;
    margin-top: 15px;
    border: 3px solid #f0f0f0;
}
#development span {
    width: 100%;
    height: 50px;
    color: #222;
    display: table;
    /*background:#fff;*/
    /*font-size:13px;*/
    background: #f0f0f0;
}
#development p {
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/* Callout */

.callout {
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.7);
}
.callout .callout-content {
    background: #f9f9f9;
    text-align: center;
    padding: 0 10px 10px 10px;
}

/* CMS Content */

img.pull-right {
    margin-left: 15px;
    margin-top: 15px;
}
img.pull-left {
    margin-right: 15px;
    margin-top: 15px;
}
@media(max-width:767px) {
    img.pull-right, img.pull-left {
        margin-left: ;
        margin-right: ;
    }
}

/* Search Results Page */


/* Result */

#result-header, #result-content {
    padding-top: 10px;
    padding-bottom: 10px;
}
#result-header .query-text {
    font-size: 16px;
}
#result-header .pagination {
    padding-right: 10px;
}
.paginate {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    margin-top: 5px;
}
.paginate a {
    color: #999;
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    line-height: 1.42857;
    /*margin-left: -1px;*/
    /*padding: 6px 12px;*/
    padding: 5px;
    position: relative;
    text-decoration: none;
}
.paginate a:hover, .paginate a:active {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    border: 1px solid #ccc;
    background: #ccc;
}
.paginate span.current {
    font-weight: bold;
    color: #fff;
    border: 1px solid #ccc;
    background: #ccc;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    /*padding: 6px 12px;*/
    padding: 5px;
    position: relative;
    text-decoration: none;
}
.paginate span.disabled {
    color: #ccc;
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    line-height: 1.42857;
    margin-left: 0;
    /*padding: 6px 12px;*/
    padding: 5px;
    position: relative;
    text-decoration: none;
}
@media(max-width:767px) {
    #result-header {
        text-align: center;
    }
    .btn-sort {
        float: none!important;
        display: inline-block;
    }
}
@media(min-width:768px) and (max-width:991px) {
    #result-header {
        text-align: center;
    }
    .btn-sort {
        float: none!important;
        display: inline-block;
    }
}
#result-content .item {
    background: #f0f0f0;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 3px solid #09c;
    transition: all 0.25s ease-out 0s;
    padding-bottom: 5px;
}
#result-content .item:hover {
    background: #09c;
    color: #fff;
}
#result-content a {
    color: #333;
}
#result-content a:hover {
    color: #fff;
}
#result-content .item a img {
    height: 100%;
    width: 100%;
    max-width: 100% !im;
}
#result-content .img-wrapper {
    padding-top: 75%;
    height: 0;
    position: relative;
}
#result-content .img-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#result-content .caption .title {
    margin: 10px 0;
    font-weight: bold;
}
#result-content .caption .location {
    font-size: 13px;
}
#result-content .caption .price {
    font-size: 20px;
    font-weight: bold;
}
#result-content .caption ul.overview {
    padding-left: 0;
    position: relative;
}
#result-content .caption ul.overview li {
    font-weight: bold;
    padding: 5px 10px 5px 0;
    clear: both;
    display: inline;
}
#result-content ul.overview li.ref {
    margin-left: 0;
}
#result-content ul.overview li.bed {
    background: url('/img/usr/icon-bed.png') no-repeat;
    background-size: 25px 25x;
    padding-left: 30px;
}
#result-content ul.overview li.bath {
    background: url('/img/usr/icon-bath.png') no-repeat;
    background-size: 25px 25px;
    padding-left: 25px;
}

/* ----- Property Status (Results Page) -----*/

#result-content .dspStatusUnderOffer, #result-content .dspStatusOffMarket, #result-content .dspStatusSold, #result-content .dspStatusFrontlineGolf, #result-content .dspStatusFrontlineBeach, #result-content .dspStatusBankRepossession, #result-content .dspStatusLuxury, #result-content .dspStatusExclusive, #result-content .dspStatusNone, #result-content .dspStatusReduced, #result-content .dspStatusFeatured, #result-content .dspStatusNewHome, #result-content .dspStatusPropertyOfTheMonth, #result-content .dspStatusPropertyOfTheWeek, #result-content .dspStatusOffPlan, #result-content .dspStatusUnderConstruction {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    left: 15px;
    padding: 7px 10px;
    position: absolute;
    top: 0;
    z-index: 100;
    font-size: 13px;
}
#result-content .item .dspStatusNone {
    background: none!important;
}

/* Listing Page */

#listing-header, #listing-content {
    padding-top: 10px;
    padding-bottom: 10px;
}
table.overview {
    width: 100%;
}
table.overview td {
    /*background:#e4e4e4;*/
    background: #fff;
    padding: 3px 10px 4px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
}
table.overview td.title {
    font-weight: bold;
    text-align: right;
}
table.overview td.data {}
#listing-content .listing-gallery {
    width: 100%;
    min-height: 500px;
}
#listing-content .abstract {
    margin-bottom: 20px;
}
#listing-content .listing-feature ul li {
    margin-bottom: 5px;
    margin-left: -10px;
}
@media (max-width: 768px) {
    #listing-header {
        text-align: center;
    }
    #listing-header .pull-right {
        text-align: center;
        float: none!important;
    }
    #listing-header .btn-print, .btn-sort, .btn-back, .btn-eaf, .btn-enquire {
        float: none;
        margin: 5px auto;
    }
    #listing-content {}
}

/* Rental Data */

#listing-content .rental {
    width: 98%;
    margin: 10px 1% 10px 1%;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f4f4f4;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f4f4f4), to(#E2E2E2));
    background: -webkit-linear-gradient(#f4f4f4, #E2E2E2);
    background: -moz-linear-gradient(#f4f4f4, #E2E2E2);
    background: -ms-linear-gradient(#f4f4f4, #E2E2E2);
    background: -o-linear-gradient(#f4f4f4, #E2E2E2);
    background: linear-gradient(#f4f4f4, #E2E2E2);
    padding: 0 0 5px 0;
}
#listing-content .rental table {
    font: normal 12px/30px Verdana, Geneva, sans-serif;
    width: 98%;
    margin: 1%;
}
#listing-content .rental table td {
    width: 20%;
    padding: 0;
}
#listing-content .rental table td.title {
    font-weight: bold;
    padding: 0 5px 0 5px;
    text-align: right;
}
#listing-content .features ul {
    width: 90%;
    float: left;
    margin: 0 0 0 15px;
}
#listing-content .features li {
    padding-left: 20px;
    background: url('/img/usr/bullet.png') no-repeat;
    font: normal 12px/20px Verdana, Geneva, sans-serif;
    float: left;
    width: 44%;
    margin: 0 2% 0 2%;
}
#listing-content .description {
    float: left;
}
#listing-content #energy-container {
    margin: 30px 10px 20px 10px;
}

/* ----- Property Status (Listing Page) -----*/

#listing-content .dspStatusUnderOffer, #listing-content .dspStatusOffMarket, #listing-content .dspStatusSold, #listing-content .dspStatusFrontLineGolf, #listing-content .dspStatusFrontLineBeach, #listing-content .dspStatusBankRepossession, #listing-content .dspStatusLuxury, #listing-content .dspStatusExclusive, #listing-content .dspStatusNone, #listing-content .dspStatusReduced, #listing-content .dspStatusFeatured, #listing-content .dspStatusNewHome, #listing-content .dspStatusPropertyOfTheMonth, #listing-content .dspStatusPropertyOfTheWeek, #listing-content .dspStatusOffPlan, #listing-content .dspStatusUnderConstruction {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    left: 15px;
    padding: 7px 10px;
    position: absolute;
    top: 2px;
    z-index: 100;
    font-size: 13px;
}
#listing-content .dspStatusNone {
    background: none!important;
}

/* Buttons */

a.enquire {
    position: relative;
    float: right;
    padding: 0 20px 0 20px;
    margin: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font: bold 16px/30px 'Open Sans', Verdana, Geneva, sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.50);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.50);
    border: 1px solid #ff920a;
    background: #ffaf4b;
}
a:hover.enquire {
    background: #ff920a;
}

/* Forms */


/* Global */

.radio-inline {
    padding-top: 0!important;
}

/* Regular Horizontal Search Form */


/*#search {
	padding:15px;
}*/


/*#search .search { for contained with horizontal search
		background:none;
		margin-left:-15px;
		margin-right:-15px;
	}*/


/*.search label {
		color:rgba(255, 255, 255, 1);
		font-weight:normal;
		margin-bottom:2px;
		display:inline-block;
	}
	.search label.checkbox,
	.search label.radio {
		color:#333;
	}
	.search .btn-group {
	  display: block;
	}
	.search .multiselect-container {
	  padding-bottom: 15px;
	  width:100%;
	  background:#fff;
	}
	.search .multiselect {
		width:100%;
		display:block;
		margin-bottom:15px;
		text-align:left;
	}
	.search .sr-only {
		position:relative;
	}
	.search .label-search {
		margin-top:14px;
	}
	.search .form-control {
	}
	.search .form-group {
	}
	.search .form-control {
		padding:5px;
	}
	.btn-search {
		position:relative;
		top:2px;
		font-weight:bold;
		text-transform:uppercase;
		background:#0cf;
		border:1px solid #0cf;
		color:#fff;
		-webkit-transition: all 0.25s ease-out;
				transition: all 0.25s ease-out;
	}
	.btn-search:hover {
		background:#223E92;
		border:1px solid #223e92;
		color:#fff;
	}
	.search a {
		color:#fff;
		position:relative;
		top:10px;
	}
	@media(max-width:767px){
		#search {
			margin:0 auto;

		}
	}
	@media(min-width:768px) and (max-width:991px){
		#search {
			margin:0 auto;
		}
	} */


/* Compact Horizontal Search Form */

#search-index {
    position: absolute;
    right: 20px;
    left: 20px;
    top: 390px;
    display: block;
    z-index: 100;
}
#search-index .row {
    margin-left: 0;
    margin-right: 0;
}
@media(min-width:768px) and (max-width:991px) {
    #search-index {
        top: 220px;
    }
}
@media(max-width:767px) {
    #search-index {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 5px;
    }
}
@media (max-width: 1200px) and (min-width: 992px)  {

    #search-index {
        top: 300px;
    }
}
#search {
    padding: 15px;
}
#search .row {
    margin-left: 0;
    margin-right: 0;
}
.search .col-md-1, .search .col-md-2 {
    padding-left: 2px;
    padding-right: 2px;
}
.search {
    background: rgba(0, 0, 0, 0.8);
    /*background:rgba(255,255,255,0.5);*/
    padding: 1%;
    font-size: 11px;
}
.search label {
    /*color:rgba(0, 0, 0, 1);*/
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    margin-bottom: 2px;
}
.search .btn {
    padding: 5px;
}
.search label.checkbox, .search label.radio {
    color: #333;
}
.search .btn-group {
    display: block;
}
.search .multiselect-container {
    padding-bottom: 15px;
    width: 100%;
    background: #fff;
}
.search .multiselect {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    text-align: left;
    height: 27px;
    font-size: 11px;
}
.search .sr-only {
    position: relative;
}
.search .form-group {}
.search .form-control {
    border-radius: 0;
    padding: 5px;
    height: 27px;
    font-size: 11px;
}
.search .dropdown-menu> li> a {
    padding: 3px 10px;
}
.btn-map {
    background: #f90;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 0;
    height: 27px;
    margin-top: 18px;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.btn-map {
    background: #09c;
}
.btn-search {
    background: #f90;
    border-radius: 0;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    height: 27px;
    margin-top: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.search a {
    font-size: 11px;
    position: relative;
}

/* Bootstrap Forms */

form .form-control {
    border-radius: 0;
}
form .advanced {
    background: none;
}
form .advanced .form-control {
    display: inline;
}
#frmNewsletter .form-control {
    border-radius: 0!important;
}

/* Contact Form */

form .contact {
    padding: 5%;
    border-radius: 5px;
    background: #ccc;
}

/* Map - on contact page */

.google-maps {
    position: relative;
    padding-bottom: 37.5%;
    /* This is the aspect ratio  */
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    /*border:10px solid rgba(255,255,255,1);*/
    border: 1px solid #ccc;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -moz-box-sizing: border-box;
}

/* Special Offer LP */

.special-offer h1 {
    font-size: 34px;
    font-weight: bold;
}
.special-offer p {
    font-size: 16px;
}
.special-offer li {
    font-size: 16px;
    padding-bottom: 10px;
}
.special-offer-img {
    padding-bottom: 20px;
}
.special-offer fa {
    padding-right: 10px;
}
.special-offer h2 {
    font-weight: 600;
    color: #15A2DA;
}
.special-form {
    background-color: #FF9900;
}
.special-form h2 {
    font-weight: 600;
    color: #fff;
}
#special-form .form-group {
    margin-bottom: 15px;
    color: white !important;
}
#special-form .btn-custom {
    background: #15A2DA !important;
    font-size: 22px;
}
#special-form .btn-custom:hover {
    background: #f60;
    color: #fff;
}
@media(max-width:991px) {
    .img-mob-lp {
        display: block;
    }
}
@media(max-width:991px) {
    .img-lp {
        display: none;
    }
}
@media(min-width:992px) {
    .img-mob-lp {
        display: none;
    }
}
@media(max-width:991px) {
    .special-form h2 {
        padding-top: 15px;
    }
    .special-offer h2 {
        margin-top: 0px;
    }
}
@media(max-width:350px) {
    .special-offer h1 {
        font-size: 30px;
    }
}
.search-new-version {
    color: #2E697D;
}
.search-new-version button.prop-type {
    padding: 3px 4px;
    border: 1px solid #2E697D;
    color: #2E697D;
    margin: 2px;
    width: 45px;
}
.search-new-version button.prop-type.selected {
    background: #FBB900;
}
.search-new-version button.btn-option {
    padding: 5px 3px !important;
    color: #2E697D;
}
.search-new-version .btn-group button {
    background: transparent;
}
.search-new-version .btn-group.option {
    border: 1.5px solid #2E697D;
}
.search-new-version button.btn-option.selected  {
    background: #fbb900;
    padding: 5px 1px;
    /*border-radius: 10px;*/
    opacity: 0.7;
    font-weight: bold;
}
.search-new-version .btn-search-adv {
    background: #fbb900;
    box-shadow: 0 1px 5px rgba(14, 16, 15, 0.91);
}
.search-new-version .towns {
    margin-left: 1px;
    font-size: 12px;
}
.seach-panel-show {
    padding: 0px 2px 0px 0px;
    display: block !important;
    position: absolute;
    z-index: 999;
    box-shadow: 0 10px 30px rgba(14, 16, 15, 0.91);
    margin: 48px;
    width: 300px;
    transition: all 0.65s ease-out;
}
#btnSearchPanel {
    font-size: 15px;
    border: 1px solid #fbb900;;
    box-shadow: 0 1px 5px rgba(14, 16, 15, 0.91);
    margin: 0 7px;
    font-weight: normal;
}
.img-responsive{
    max-width: 100% !important;
}

.language li a img
{
    width:28px;
    height: 28px;
}

.main-contact li
{
    font-size: 13px;
}