@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
* {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#header {
    float: left;
    width: 100%;
    background-color: #fff;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default {
    background-color: transparent;
    border: none;
}
.navbar-brand {
    height: auto;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #3366BB;
    background-color: transparent;
}
.top-header {
    padding-top: 12px;
    float: left;
    width: 100%;
}
.top-header .navbar-collapse {
    margin: 5px 0px 10px 0px;
}
.top-header .navbar-nav {
    margin-top: 12px;
    display: flex;
}
.navbar-collapse {
    margin: 15px 0px;
}
.navbar-default .navbar-nav>li>a {
    padding: 10px 15px;
    color: #333333;
    font-family: 'Lato', sans-serif;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #3366BB;
}
[class^=flag-], [class*=" flag-"] {
    background-image: url("http://www.billionhomes.com/spain/img/flag.png");
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 20px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-top: -4px;
}
span[class^=flag-]:after, span[class*=flag-]:after {
    box-sizing: border-box;
    content: '';
    height: 16px;
    margin-top: 4px;
    margin-left: 1px;
    width: 22px;
    border: 1px solid #D1D1D1;
    border-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
}
.flags {
    width: 488px;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.flag-us {
    background-position: 0 -4118px;
}
.flag-be {
    background-position: 0 -319px;
}
.flag-uk {
    background-position: 0 -1218px;
}
.flag-ch {
    background-position: 0 -638px;
}
.flag-cn {
    background-position: 0 -696px;
}
.flag-ru {
    background-position: 0 -3422px;
}
.flag-se {
    background-position: 0 -3509px;
}
.flag-fr {
    background-position: 0 -1189px;
}
.flag-pt {
    background-position: 0 -3277px;
}
.flag-fi {
    background-position: 0 -1102px;
}
.flag-nl {
    background-position: 0 -2871px;
}
.flag-dk {
    background-position: 0 -870px;
}
.flag-it {
    background-position: 0 -1827px;
}
.flag-br {
    background-position: 0 -464px;
}
.flag-ca {
    background-position: 0 -609px;
}
.flag-mx {
    background-position: 0 -2668px;
}
.flag-au {
    background-position: 0 -203px;
}
.flag-at {
    background-position: 0 -174px;
}
.flag-ar {
    background-position: 0 -116px;
}
.flag-co {
    background-position: 0 -725px;
}
.flag-in {
    background-position: 0 -1769px;
}
.flag-nz {
    background-position: 0 -2958px;
}
.flag-de {
    background-position: 0 -841px;
}
.flag-es {
    background-position: 0 -1044px;
}
.flag-it {
    background-position: 0 -1827px;
}
.flag-mx {
    background-position: 0 -2668px;
}
.flag-ar {
    background-position: 0 -116px;
}
.flag-bel {
    background-position: 0 -580px;
}
.flag-cos {
    background-position: 0 -754px;
}
.flag-sal {
    background-position: 0 -2842px;
}
.flag-gua {
    background-position: 0 -1479px;
}
.flag-hon {
    background-position: 0 -1566px;
}
.flag-nic {
    background-position: 0 -2842px;
}
.flag-pan {
    background-position: 0 -3016px;
}
.flag-mas {
    background-position: 0 -4495px;
}
.flag-mex {
    background-position: 0 -2668px;
}
.flag-tr {
    background-position: 0 -3944px;
}
.flags li {
    float: left;
    width: 155px;
}
.btn-default {
    color: #3366BB;
    background: -moz-linear-gradient(top, rgba(245,245,245,0.5) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0.5)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(245,245,245,0.5) 0%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(245,245,245,0.5) 0%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(245,245,245,0.5) 0%,rgba(245,245,245,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(245,245,245,0.5) 0%,rgba(245,245,245,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80f5f5f5', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.navbar-nav>li>a.btn-default {
    padding: 10px 15px;
}
.dropdown.open a.dropdown-toggle:after {
    width: 0;
    height: 0;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid #fff;
    content: '';
    position: absolute;
    top: 89%;
    left: 37%;
    z-index: 9999;
}
.dropdown.open a.dropdown-toggle:before {
    width: 0;
    height: 0;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid #ccc;
    content: '';
    position: absolute;
    top: 87%;
    left: 37%;
    z-index: 9999;
}
.margins {
    margin-left: 10px;
}
.margin-top {
    margin-top: 15px;
    float: left;
    width: 100%;
}
.margin-top2 {
    margin-top: 6px;
    float: left;
    width: 100%;
}
.main-menu {
    background-color: #3366BB;
    min-height: 45px;
    float: left;
    width: 100%;
}
.main-menu .navbar-nav>li {
    margin: 0px 45px 0px 0px;
    position: relative;
}
.main-menu .navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 0;
}
.main-menu .navbar-default .navbar-nav>li>a:hover {
    text-decoration: underline;
}
.main-menu .navbar {
    min-height: 45px;
    width: 100%;
}
.main-menu .navbar-collapse {
    padding: 0;
}
.menu-item-info {
    padding: 20px;
    display: inline-block;
    width: 380px;
    position: absolute;
    display: none;
    top: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    z-index: 2;
	font-size: 13px;
}
.list_your_property .btn-default {
     font-weight: bold;
}
.list_your_property .menu-item-info {
    right: 0;
}
.list_your_property .menu-item-info:before {
    right: 65px;
}
.list_your_property .menu-item-info:after {
    right: 65px;
}
.menu-item-info:before {
    content: '';
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #ccc;
}
.menu-item-info:after {
    content: '';
    position: absolute;
    top: -9px;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
}
.billion-logo {
    margin: 10px 0px 20px 0px;
}
#content {
    float: left;
    width: 100%;
}
.search-area {
    width: 100%;
    float: left;
    height: 350px;
}
.search-bg {
    width: 100%;
    max-width: 100%;
	height: 320px;
    position: absolute;
}
.search-form {
    margin: 110px auto;
    padding: 25px 30px;
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    width: 76%;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}
.search-form .btn-primary {
    background-color: #3366BB;
    padding: 6px 20px;
    border: 1px solid rgba(0, 0, 0, 0);
    font-weight: bold;
    color: #fff;
    height: 45px;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 0 1px 0 #103084;
    float: right;
}
.search-form .btn-primary:hover {
    background-color: #00CC00;
    box-shadow: 0 1px 0 #119E11;
}
.search-form .btn-primary i {
    margin-right: 5px;
}
.padzero {
    padding: 0;
}
.padleftzero {
    padding-left: 0;
}
.padrightzero {
    padding-right: 0;
}
.search-form .form-horizontal .form-group {
    margin-bottom: 0;
}
.inner-content {
    float: left;
    width: 100%;
}
.inner-content h1 {
    font-size: 35px;
    color: #1e1e1e;
	font-weight: bold;
	letter-spacing: -0.1em;
}
p {
    color: #333333;
}
.search-form label {
    font-weight: bold;
}
.search-form .form-horizontal .radio-inline {
    padding-top: 0;
}
.search-form .property_status, .search-form .property_type, .search-form .property_price {
    display: none;
}
.search-form .advanced-options .form-group {
    margin-bottom: 0;
}
.search-form .advanced-options label {
    margin-right: 20px;
}
.features {
    margin: 25px 0px;
    float: left;
    width: 100%;
}
.feature {
    margin: 0px 0px 20px 0px;
}
.feature .feature-img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
}
.feature .feature-img img {
    max-width: 100%;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    transform: scale(0.97);
}
.feature .feature-img img:hover {
    transform: scale(1);
}
.feature .feature-title h2 {
    font-size: 20px;
    color: #1e1e1e;
	letter-spacing: -0.1em;
	font-weight:bold;
}
.feature .feature-title a:hover {
    text-decoration: none;
}
.feature .feature-title a:hover h2 {
    color: #3366BB;
}
.more-articles .btn-primary {
    background-color: #0c79ba;
    border-color: transparent;
    padding: 10px 30px;
}
.more-articles .btn-primary:hover {
    background-color: #3366BB;
}
.form-control {
    height: 45px;
}
#sale-rent {
    font-weight: bold;
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    font-family: 'Open Sans', sans-serif;
}
#radius {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0;
}
#searchbox {
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
}
.features-slide {
    background-color: #3366BB;
    min-height: 510px;
    float: left;
    width: 100%;
    padding-top: 60px;
}
.sec-pad {
    padding: 30px 0px;
}
.features-list {
    float: left;
    width: 100%;
}
.flex-direction-nav {
    display: none;
}
.feature-slider {
    max-height: 510px;
}
.feature-slider .slide-text h2 {
    font-size: 30px;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.feature-slider .slide-text .btn-success {
    float: left;
    width: 100%;
    font-weight: bold;
    border-radius: 0;
    padding: 10px 0px;
}
.feature-slider .slide-text p {
    color: #fff;
}
/*.slide-text {*/
    /*padding: 0px 100px;*/
/*}*/
.slide-img img {
    max-height: 450px;
}
.flex-control-nav {
    width: auto;
    bottom: 110px;
    z-index: 2;
    left: 15px;
}
.get-started {
    position: relative;
}
.get-started a {
    position: absolute;
    bottom: 40px;
    width: 26%;
    z-index: 2;
    left: 15px;
    font-weight: bold;
    border-radius: 0;
    padding: 10px 0px;
}
.flex-control-paging li a.flex-active {
    background-color: #fff;
}
.flex-control-paging li a {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    background-color: transparent;
}
.client-logo {
    float: left;
    width: 100%;
}
.client {
    padding: 0px 20px;
    width: 20%;
    float: left;
    text-align: center;
}
.client img {
    max-width: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.client img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}
.social-icons {
    float: left;
    width: 100%;
}
.social {
    text-align: center;
}
.social-item {
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin: 0px 5px;
    display: inline-block;
    transform: scale(0.9);
}
.social-item:hover {
    transform: scale(1);
}
.social-icons .facebook {
    background-image: url("http://www.billionhomes.com/spain/img/facebook.png");
}
.social-icons .twitter {
    background-image: url("http://www.billionhomes.com/spain/img/twitter.png");
}
.social-icons .linkedin {
    background-image: url("http://www.billionhomes.com/spain/img/linkedin.png");
}
.social-icons .gplus {
    background-image: url("http://www.billionhomes.com/spain/img/GooglePlus.png");
}
.social-icons .pinterest {
    background-image: url("http://www.billionhomes.com/spain/img/pinterest.png");
}
.carousal1, .carousal2, .carousal3 {
    position: relative;
}
.fcarousal-arrows {
    position: absolute;
    top: -32px;
    right: 0;
}
.fcarousal-arrows .carousel-control.left {
    left: -40px;
    color: #3366BB;
    width: 18px;
}
.fcarousal-arrows .carousel-control.right {
    right: 0px;
    color: #3366BB;
    width: 18px;
}
.top-footer h3 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.boder3x {
    border-top: 3px solid #c8c8c8;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.top-footer {
    float: left;
    width: 100%;
}
.carousel-control {
    opacity: 1;
    text-shadow: none;
}
#footer-carousal1 li, #footer-carousal2 li, #footer-carousal3 li {
    list-style: none;
    line-height: 22px;
}
#footer-carousal1 li a, #footer-carousal2 li a, #footer-carousal3 li a {
    color: #3366BB;
}
#footer-carousal1 li a:hover, #footer-carousal2 li a:hover, #footer-carousal3 li a:hover {
    color: #000;
    text-decoration: none;
}
.bottom-footer {
    background-color: #f0f0f0;
    float: left;
    width: 100%;
    padding: 30px 0px;
    border-top: 1px solid #cccccc;
    font-family: 'Lato', sans-serif;
}
.country-select {
    margin: 20px 0px;
    float: left;
    width: 60%;
}
.bottom-footer h3 {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.bottom-footer li {
    list-style: none;
    line-height: 25px;
}
.bottom-footer li a {
    color: #333;
}
.bottom-footer li a:hover {
    text-decoration: none;
    color: #3366BB;
}
.footer-social li {
    float: left;
    width: 100%;
    margin: 3px 0px;
}
.footer-social i {
    color: #fff;
    width: 25px;
    height: 25px;
    background-color: #d3d3d3;
    border-radius: 100%;
    padding: 6px 7px;
    margin-right: 8px;
}
.copyright {
    background-color: #f0f0f0;
    float: left;
    width: 100%;
    padding: 15px 0px 30px 0px;
    font-family: 'Lato', sans-serif;
}
.scrollToTop{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    background: #d6d6d6;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    position: fixed;
    bottom: 75px;
    right: 40px;
    font-size: 32px;
    display: none;
    border: 2px solid #CCC;
    opacity: 0.6;
    z-index: 999;
}
.scrollToTop:hover{
    color: #fff;
    opacity: 1;
    cursor: pointer;
}
ul {
    padding: 0;
}
/* Search Page */
.search-page #header {
    background-color: #e4ecf7;
}
.search-filters-area {
    float: left;
    width: 100%;
    margin: 20px 0px;
}
.search-filters {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #f8f8f8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #e9e9e9;
}
.search-filters select {
    -webkit-appearance: none;
    appearance: none;
}
.search-filters label {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.search-filters select {
    background-color: #efefef;
    font-weight: normal;
    color: #333;
}
.search-filters label:after {
    content: '\f107';
    font-family: fontawesome;
    font-size: 14px;
    display: inline-block;
    z-index: 1;
    position: absolute;
    top: 24%;
    right: 10px;
    pointer-events: none;
}
.search-filters .form-control {
    height: 35px;
}
.search-filters .form-group {
    margin-bottom: 0;
}
.protype_drop {
    border: 1px solid #ccc;
    background-color: #efefef;
    list-style: none;
    float: left;
    width: 100%;
}
.protype_drop .dropdown-toggle:after {
    content: '\f107';
    font-family: fontawesome;
    font-size: 14px;
    display: inline-block;
    z-index: 1;
    position: absolute;
    top: 24%;
    right: 10px;
    pointer-events: none;
    font-weight: bold;
}
.protype_drop a {
    font-weight: normal;
    color: #333;
}
.protype_drop a:hover {
    text-decoration: none;
}
.dropdown-type {
    display: none;
    height: 250px;
    overflow-y: scroll;
    background-color: #f8f8f8;
    border-radius: 2px;
}
.dropdown-type label:after {
    content: '';
}
.all-filters a {
    background-color: #EFEFEF;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.all-filters a:hover {
    text-decoration: none;
}
.border-dashed {
    border-top: 1px dashed #cdcdcd;
    float: left;
    width: 100%;
}
.right-nav {
    margin-bottom: 0px;
    margin-right: 15px;
}
.search-page .right-nav>li {
    float: left;
    margin: 0px 45px 0px 0px;
    position: relative;
    list-style: none;
}
.search-page .right-nav>li:last-child {
    margin: 0;
}
.search-page .right-nav>li>a {
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.search-page .right-nav .dropdown-menu {
    right: 0;
    left: auto;
    top: 100%;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
}
.search-results {
    margin: 20px 0px;
    float: left;
    width: 100%;
}
.search-results h1 {
    color: #3366BB;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}
.search-results .list_your_property {
    display: inline-block;
    list-style: none;
    padding: 10px 20px;
}
.search-results .list_your_property a {
    padding: 10px 20px;
}
.banner728 {
    width: 100%;
    float: left;
    border: 0px solid #ffffff;
    height: 100%;
}
.property-list .tab-pane {
    padding: 20px 0px;
}
.property-list .nav-tabs>li>a {
    margin-right: 5px;
}
.pro-list {
    float: left;
    width: 100%;
    margin: 20px 0px 5px 0px;
}
.pro-list .property {
    border: 1px solid #999999;
    float: left;
    width: 100%;
    border-left: 10px solid #999999;
    min-height: 135px;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.pro-list .property:hover {
    transform: scale(1.02);
    box-shadow: 2px 2px 5px #999;
    border-left-color: #3366BB;
}
.property .property-img {
    border: 1px solid #ddd;
    padding: 5px;
    position: relative;
}
.images-num {
    position: absolute;
    background-color: rgba(51, 102, 187, 0.8);
    width: 70px;
    height: 20px;
    text-align: center;
    bottom: 5px;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
}
.property .property-detail h2 {
    font-size: 15px;
    color: #3366BB;
    text-decoration: underline;
    margin: 0;
}
.for-sale, .for-sale a {
    color: #ff6600;
    font-weight: bold;
    margin-top: 10px;
    list-style: none;
}
.for-sale ul, .for-rent ul, .for-archive ul, .for-foreclosed ul {
	margin-bottom: 3px !important;
}
.for-rent, .for-rent a {
    color: #009900;
    font-weight: bold;
    margin-top: 10px;
    list-style: none;
}
.for-archive, .for-archive a {
    color: #3365ba;
    font-weight: bold;
    margin-top: 10px;
    list-style: none;
}
.for-foreclosed, .for-foreclosed a {
    color: #000000;
    font-weight: bold;
    margin-top: 10px;
    list-style: none;
}
.bed-bath {
    color: #333;
    float: left;
    width: 100%;
}
.property-icons {
    margin-top: 10px;
    float: left;
    width: 100%;
}
.property-icons i {
    margin-right: 15px;
    font-size: 18px;
    color: #999999;
}
.property-icons i:hover {
    color: #3366BB;
}
.property-price {
    padding: 25px 15px 0px 0px;
}
.property-price .listed-price {
    font-size: 24px;
}
.property-price .estimated-price {
    color: #333;
    position: relative;
}
.estimated-price {
    position: relative;
}
.estimated-price .tooltip2 {
    left: 45% !important;
}
.pagination li.upto a {
    border-top: none;
    border-bottom: none;
}
.paginate {
    text-align: center;
    margin-top: 30px;
    float: left;
    width: 100%;
}
.paginate .pagination>li>a, .pagination>li>span {
    width: 45px;
    height: 42px;
    padding: 10px 0px;
    color: #3366BB;
}
.paginate .pagination>.active>a, .paginate .pagination>.active>span, .paginate .pagination>.active>a:hover, .paginate .pagination>.active>span:hover, .paginate .pagination>.active>a:focus, .paginate .pagination>.active>span:focus {
    color: #fff;
}
.paginate .pagination>li:first-child {
    font-size: 16px;
}
.total-result {
    color: #9a9a9a;
    margin-top: 10px;
    margin-right: 50px;
    font-size: 16px;
}
#advanced-filters {
    display: none;
}
#advanced-filters label, #advanced-filters label:after {
    content: '';
    width: auto;
}
#advanced-filters .checkbox label, #advanced-filters .checkbox label:after {
    content: '';
    width: 100%;
}
.arrow-dropdown:after {
    content: '\f107';
    font-family: fontawesome;
    font-size: 14px;
    display: inline-block;
    z-index: 1;
    position: absolute;
    top: 24%;
    right: 10px;
    pointer-events: none;
    font-weight: bold;
}
.arrow-dropdown {
    margin-top: 5px;
    position: relative;
}
.yearto {
    margin-top: 7px;
}
.tagit-new input {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.find-lms {
    margin-top: 5px;
}
.display-none {
    display: none;
}
.input-group-btn>.btn {
    height: 35px;
    color: #333;
}
.more-options a {
    margin: 8px 0px;
    font-size: 16px;
    display: inline-block;
}
.more-options a:hover {
    text-decoration: none;
}
.more-options i {
    margin-right: 15px;
}
.modal-open {
    overflow-y: scroll;
    padding-right: 0px !important;
}
#timemodal .margin-top {
    display: inline-block;
    float: none;
}
#othermodals .margin-top {
    display: inline-block;
    float: none;
}
.slider-track {
    background-image: -webkit-linear-gradient(top, #CCC 0%, #CCC 100%);
    background-image: linear-gradient(to bottom, #CCC 0%, #CCC 100%) !important;
}
.slider-selection {
    background-image: -webkit-linear-gradient(top, #3366BB 0%, #3366BB 100%);
    background-image: linear-gradient(to bottom, #3366BB 0%, #3366BB 100%) !important;
}
.slider.slider-horizontal {
    width: 100% !important;
}
#othermodals .nav>li>a {
    padding: 10px 10px;
}
.property-list .tab-pane {
    width: 64%;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #3366BB;
    border-color: #3366BB;
}
html[data-useragent*='.NET4.0E'] .search-filters label::after, html[data-useragent*='.NET4.0E'] .arrow-dropdown::after {
    display: none;
}
html[data-useragent*='.NET4.0C'] .search-filters label::after, html[data-useragent*='.NET4.0C'] .arrow-dropdown::after {
    display: none;
}
html[data-useragent*='.NET CLR 3.5.30729'] .search-filters label::after, html[data-useragent*='.NET CLR 3.5.30729'] .arrow-dropdown::after {
    display: none;
}
html[data-useragent*='.NET CLR 2.0.50727'] .search-filters label::after, html[data-useragent*='.NET CLR 2.0.50727'] .arrow-dropdown::after {
    display: none;
}
html[data-useragent*='.NET CLR 3.0.30729'] .search-filters label::after, html[data-useragent*='.NET CLR 3.0.30729'] .arrow-dropdown::after {
    display: none;
}
/* Search Page */
/* About Page */
.page #header {
    background-color: #e4ecf7;
}.page .right-nav>li {
     float: left;
     margin: 0px 45px 0px 0px;
     position: relative;
    list-style: none;
 }
.page .right-nav>li:last-child {
    margin: 0;
}
.page .right-nav>li>a {
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.page .right-nav .dropdown-menu {
    right: 0;
    left: auto;
    top: 100%;
}
.head-search {
    margin: 15px 20px;
}
.head-search input {
    border-right: none;
    box-shadow: none;
}
.head-search label {
    display: inline;
}
.head-search .btn-default {
    height: 45px;
}
.head-search .input-group-btn {
    width: auto;
}
.head-search #radius {
    width: 75%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
#selecttype {
    border-left: none;
    color: #9A9A9A;
}
.page-with-sidebar {
    padding: 60px 0px;
    float: left;
    width: 100%;
}
.sidebar {
    padding: 0px 30px;
}
.side-menu {
    text-align: right;
}
.side-menu ul {
    padding: 0;
    margin: 0;
}
.side-menu li {
    float: left;
    width: 100%;
    list-style: none;
    margin: 10px 0px;
}
.side-menu li a {
    color: #3366BB;
}
.side-menu li.active a {
    color: #333;
}
.info-text {
    color: #73b327;
    margin: 20px 0px;
}
.page-content p {
    margin-bottom: 30px;
    color: #333;
}
.page-content ul {
    padding-left: 20px;
}
.page-content {
    padding: 0px 30px;
    border-left: 1px solid #dddddd;
}
.page-content h1 {
    margin-top: 0;
    margin-bottom: 20px;
}
/* About Page */
/* Detail Page */
.breadcrumbs {
    float: left;
    width: 100%;
    padding: 10px;
	padding-top: 22px;
    border-bottom: 1px dashed #cccccc;
}
.breadcrumbs ul {
    float: left;
    margin: 0;
}
.breadcrumbs li {
    float: left;
    list-style: none;
    line-height: 34px;
}
.breadcrumbs li:after {
    content: '-';
    margin: 0px 5px;
}
.breadcrumbs li:last-child:after {
    display: none;
}
.breadcrumbs li a {
    color: #333;
    text-transform: capitalize;
}
.backto {
    margin-right: 15px;
}
.backto, .backto i {
    font-weight: bold;
}
.border-none {
    border: none;
}
.property-details, .right-sidebar {
    margin: 25px 0;
    padding: 0px 15px 0px 0px;
}
.property-details .nav-tabs>li>a, .property-details .nav-tabs>li.active>a, .property-details .nav-tabs {
    border: none;
}
.property-details .nav-tabs>li {
    margin: 0 1px;
}
.property-details .nav-tabs>li>a {
    padding: 7px 23px;
    border-radius: 2px;
    background-color: #e8e8e8;
    border: 1px solid #d5d5d5;
    color: #333;
    box-shadow: 0px 0px 10px #D5D5D5 inset;
}
.property-details .nav-tabs>li>a i {
    margin-right: 5px;
}
.property-details .nav-tabs>li.active>a, .property-details .nav-tabs>li>a:hover {
    background-color: #3366BB;
    color: #fff;
    border: 1px solid #2452A1;
    box-shadow: 0px 0px 10px #2452A1 inset;
}
.property-photos {
    padding: 10px;
    position: relative;
    border-radius: 0;
    border: none;
    margin: 0;
    box-shadow: none;
    border: 1px solid #ccc;
}
.property-photos .flex-direction-nav {
    display: block;
}
.property-photos .flex-control-nav {
    display: none;
}
.property-details .tab-pane {
    padding: 20px 0px;
}
.flexslider:hover .flex-prev {
    left: 25px;
}
.flexslider:hover .flex-next {
    right: 25px;
}
.property-photos .images-num {
    bottom: 10px;
    z-index: 1;
}
.property-info {
    padding: 20px 0px;
    float: left;
    width: 100%;
}
.property-name, .property-feature, .property-city {
    float: left;
    width: 100%;
}
.property-feature li {
    float: left;
    font-weight: bold;
    list-style: none;
}
.property-feature li:after {
    content: '-';
    margin: 0px 5px;
}
.property-feature li:last-child:after {
    display: none;
}
.property-name {
    font-size: 30px;
    font-weight: 300;
}
.property-city {
    font-size: 24px;
    font-weight: 300;
}
.pro-price {
    font-size: 28px;
}
.bottom-dashed {
    border-bottom: 1px dashed #ccc;
    display: inline-block;
}
.property-text {
    float: left;
    width: 100%;
    margin: 20px 0px;
    color: #333;
}
.property-text p {
    color: #333;
    margin-bottom: 20px;
}
.facts ul {
    padding: 10px 25px;
}
.facts ul li {
    list-style-type: square;
    line-height: 25px;
}
.favorite-social {
    text-align: right;
}
.favorite-social a {
    padding: 7px 23px;
    border-radius: 2px;
    background-color: #E8E8E8;
    border: 1px solid #D5D5D5;
    color: #333;
    box-shadow: 0px 0px 10px #D5D5D5 inset;
    display: inline-block;
    margin-left: 2px;
}
.favorite-social a:hover {
    text-decoration: none;
}
.favorite-social a.social-share i {
    margin: 0px 1px;
    font-size: 16px;
}
.favorite-social a.social-share:hover .fa-envelope {
    color: #666;
}
.favorite-social a.social-share:hover .fa-pinterest {
    color: #ac2925;
}
.favorite-social a.social-share:hover .fa-thumbs-up {
    color: #3366BB;
}
.favorite-social a.social-share:hover .fa-share-square-o {
    color: #000;
}
.favorite-social a.favorite:hover i {
    color: #c12e2a;
}
.agent {
    display: inline-block;
}
.agent-form, .normal-form, .random-agent-form {
    border: 1px solid #ccc;
    padding: 15px;
    float: left;
    width: 100%;
    margin: 20px 0px 10px 0px;
	background-color:#FFF;
}
.agent-pic img {
    max-width: 90px;
    width: 90px;
    max-height: 70px;
    border: 1px solid #ccc;
}
.agent-name a {
    color: #3366BB;
    font-size: 16px;
    font-weight: bold;
}
.agent-name a:hover {
    color: #333;
    text-decoration: none;
}
.agent-rating span {
    color: #3366BB;
}
.agent-rating i {
    color: #009900;
    font-size: 16px;
    margin: 5px 0px;
}
.random-agent-pic img {
    max-width: 90px;
    width: 90px;
    max-height: 70px;
    border: 1px solid #ccc;
}
.random-agent-name a {
    color: #3366BB;
    font-size: 16px;
    font-weight: bold;
}
.random-agent-name a:hover {
    color: #333;
    text-decoration: none;
}
.random-agent-rating span {
    color: #3366BB;
}
.random-agent-form .agent {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.random-agent-form .contact-form {
    margin-top: 0px;
}
.random-agent-form .agent .checkbox label {
    padding-left: 0;
}
.random-agent-form .agent .checkbox {
    margin: 0;
}
.random-agent-form .agent .checkbox input[type = checkbox] {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: -5px;
    margin-left: 0;
    width: 15px;
    height: 15px;
}
.agent-rating i, .random-agent-rating i {
    color: #009900;
    font-size: 16px;
    margin: 5px 0px;
}
.premier-agent {
    border: 1px solid #ccc;
    padding: 2px;
    text-transform: uppercase;
    font-size: 10px;
    width: 60px;
    text-align: center;
    line-height: 10px;
}
.contact-form {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.contact-form .input-group {
    margin-bottom: 10px;
    width: 100%;
}
.contact-form .input-group-addon {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    width: 42px;
    border-right: none;
}
.contact-form .input-group-addon i {
   color: #666;
    font-size: 16px;
}
.contact-form textarea {
    float: left;
    width: 100%;
    height: 90px;
    padding: 5px;
    border: 1px solid #ccc;
}
.contact-form .btn-primary {
    background-color: #3366BB;
    float: left;
    width: 100%;
}
.normal-form p {
    margin-bottom: 0;
}
/* Detail Page */
.scrolldown {
    position: relative;
    text-align: center;
    margin: 0 auto;
    top: -30px;
    width: 50px;
    height: 50px;
}
.scrolldown a {
    color: #fff;
    font-size: 35px;
    line-height: 50px;
    background-color: rgba(51, 102, 187, 0.7);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: inline-block;
}
#map {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    height: 525px;
}
#googlemap, #googlemap2, #googlemap3 {
    height: 400px;
    width: 100%;
}
#map .tab-pane {
    height: 400px;
    width: 740px;
    display: block;
    position: absolute;
}
#map .tab-pane.active {
    z-index: 9;
}
.google-map .nav-tabs {
    margin-top: 30px;
}
.google-map .nav-tabs li a, .google-map .nav-tabs>li.active>a, .google-map .nav-tabs>li>a:hover {
    background-color: transparent;
    color: #666;
    border: 1px solid transparent;
    box-shadow: none;
    padding: 0 0 10px 0;
    margin-right: 30px;
    margin-bottom: 0px;
}
.google-map .nav-tabs>li.active>a, .google-map .nav-tabs>li>a:hover {
    color: #3366bb;
    border-bottom: 1px solid #3366bb;
}
.google-map .nav-tabs {
    border-bottom: 1px solid #ccc;
}
.google-map .nav-tabs>li {
    margin: -1px 0;
}
.price-history {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}
.price-history li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    float: left;
    width: 100%;
}
.price-history li .redtext {
    color: #cc0000;
    margin-left: 10px;
}
.price-history li .greentext {
    color: #5CB85C;
    margin-left: 10px;
}
.proflag a {
    color: #000;
    font-size: 18px;
}
.proflag a:hover {
    color: #3366bb;
}
#myChart, #myChart2, #myChart3, #rates {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.chart-tooltip {
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    padding: 5px 15px;
    position: relative;
}
.chart-tooltip:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.rates-with-time {
    background-color: #009900;
    float: left;
    color: #3366bb;
}
.chart-years {
    float: left;
    width: 100%;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
}
.chart-years a {
    color: #666;
    margin-right: 30px;
    padding-bottom: 10px;
    display: inline-block;
}
.chart-years a:last-child {
    border-right: none;
    margin-right: 0;
}
.chart-years a:hover, .chart-years a.active {
    color: #36b;
    text-decoration: none;
    border-bottom: 1px solid #36b;
    margin-bottom: -1px;
}
.charts {
    float: left;
    width: 100%;
}
.bestimate-price {
    font-size: 28px;
}
.bestimate-sale {
    position: relative;
}
.bestimate-sale i {
    color: #666;
    position: relative;
    cursor: pointer;
}
.bestimate-sale h4 {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}
.green-bestimate {
    border: 1px solid #009900;
    border-radius: 5px;
    padding: 3px 5px;
    display: inline-block;
    color: #009900;
    margin-right: 10px;
}
.red-bestimate {
    border: 1px solid #c12e2a;
    border-radius: 5px;
    padding: 3px 5px;
    display: inline-block;
    color: #c12e2a;
    margin-right: 10px;
}
.bestimate-sale span {
    color: #777;
}
.bestimate-range {
    margin: 20px 0px;
}
.high-range {
    position: relative;
    background-color: #EEE;
    border-radius: 10px;
    width: 100%;
    min-height: 18px;
    color: #666;
    padding: 0px 5px;
    margin: 10px 0px;
}
.high-range .range-left {
    float: left;
}
.high-range .range-right {
    float: right;
}
.high-range .range-mid {
    display: inline-block;
    position: absolute;
    left: 51%;
    font-size: 26px;
    top: -12px;
}
.low-range {
    position: relative;
    background-color: #EEE;
    border-radius: 10px;
    width: 100%;
    min-height: 18px;
    color: #666;
    padding: 0px 5px;
    margin: 10px 0px;
}
.low-range .range-left {
    float: left;
}
.low-range .range-right {
    float: right;
}
.low-range .range-mid {
    display: inline-block;
    position: absolute;
    left: 40%;
    font-size: 26px;
    top: -12px;
}
.tooltip2 {
    position: absolute;
    top: -100%;
    left: 110%;
    display: none;
    padding: 20px;
    background-color: #fff;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 999;
    width: 350px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.tooltip2 .close {
    width: 100%;
    text-align: right;
    opacity: 1;
}
.tooltip2 button {
    outline: none;
    margin-top: -10px;
}
.bestimate-text {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.monthly-payments {
    float: left;
    width: 100%;
}
.flex-direction-nav a {
    color: #fff;
}
.flexslider:hover .flex-prev, .flexslider:hover .flex-next {
    opacity: 1;
}
.report-problem .form-group, .allshare .form-group {
    display: inline-block;
    width: 100%;
}
.report-problem textarea, .allshare textarea {
    height: 100px;
}
.report-problem .btn-primary, .allshare .btn-primary {
    background-color: #3366bb;
    border: 1px solid #3366bb;
}
.allshare, .report-problem, .allshare .modal-body {
    display: inline-block;
}
.allshare .modal-title, .allshare .modal-body {
    text-align: left;
}
.border-right {
    border-right: 1px solid #ccc;
}
.favorite-social .social-icons {
    width: auto;
}
.favorite-social .social-icons a {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
    color: #666;
    box-shadow: none;
    float: left;
    margin-left: 0;
}
.favorite-social .social-icons li {
    float: left;
    width: 100%;
    line-height: 35px;
    list-style: none;
}
.property-to-share {
    margin-bottom: 20px;
}
.property-to-share p {
    margin-bottom: 5px;
}
#mailsuccess .modal-title {
    color: #009900;
    font-size: 20px;
}
.house-icon {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 8px;
    opacity: 0.8;
}
.property-score {
    margin-top: 30px;
    float: left;
    width: 100%;
    position: relative;
}
.property-score .score {
    font-size: 28px;
    color: #3366bb;
    line-height: 28px;
}
.house-score {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.score-info {
    cursor: pointer;
}
.green-color {
    color: #009900;
}
.red-color {
    color: #c12e2a;
}
.blue-color {
    color: #3366bb;
}
.grey-color {
    color: #666;
}
.black-color {
    color: #000;
}
.yellow-color {
    color: #FAD339;
}
.tooltip2 li {
    float: left;
    width: 100%;
    list-style: none;
    line-height: 22px;
}
.flex-viewport {
    background-color: #000;
}
.flexslider .slides img {
    width: auto;
    margin: 0 auto;
    max-height: 480px;
    max-width: 723px;
}
.login-form {
    display: inline-block;
    margin: 0 !important;
}
#login .form-group, #register .form-group, #wachtwoord_form .form-group {
    display: inline-block;
    width: 100%;
}
#login .btn-primary, #register .btn-primary, #wachtwoord_form .btn-primary {
    background-color: #3366bb;
    border: 1px solid #3366bb;
    padding: 5px 40px;
}
.signin-or-register {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.signin-or-register a {
    font-size: 16px;
    margin-right: 10px;
    padding-bottom: 10px;
    color: #666;
}
.signin-or-register a:hover {
    text-decoration: none;
}
.signin-or-register a.active {
    border-bottom: 1px solid #3366bb;
    color: #3366bb;
}
.forget-pass {
    margin: 5px 0px;
    display: inline-block;
}
.terms {
    display: inline-block;
    margin: 5px 0px 5px 15px;
}
.login-face {
    background-image: url("img/facebook.png");
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    float: left;
}
#login-register .modal-footer {
    text-align: center;
}
.connect-with {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}
#login-register .connect-with h4 {
    float: left;
    margin: 6px 10px 0px 0px;
}
.adbox {
    width: 100%;
    height: 300px;
    float: left;
    margin: 25px 0px;
}
.cal-price, .down-payment, .loan-amount, .loan-type {
    margin: 8px 0px;
    display: inline-block;
    width: 100%;
}
.monthly-payments .providedby {
    color: #777;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.calculated {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.prequalified {
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.prequalified .btn-primary {
    background-color: #3366bb;
    border: 1px solid #3366bb;
}
.get-rates a {
    margin-right: 13px;
}
.pie-chart {
    position: relative;
}
.pie-per-month {
    position: absolute;
    z-index: 99;
    font-size: 16px;
    top: 32%;
    text-align: center;
    right: 0;
    left: 0;
    color: #666;
}
.pie-per-month span {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}
.pie-stats {
    padding-left: 30px;
}
.pie-stats li {
    font-size: 20px;
    list-style: none;
}
.pie-stats li span {
    color: #000;
    font-size: 12px;
    margin-top: -5px;
}
#piechart {
    float: left;
    width: 100%;
}
.tooltip2 li.last {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.add300x250 {
    width: 300px;
    height: 250px;
    background-color: #f1f1f1;
    float: right;
    margin: 15px 0px 5px 0px;
}
.save-search {
    float: left;
    padding-top: 5px;
}
.save-search .btn-primary {
    background-color: #3366bb;
    border: 1px solid #3366bb;
}
.save-search-popup {
    display: inline-block;
}
.greybg {
    background-color: #f8f8f8;
    padding: 15px 40px;
}
.greybg input, .save-search-login input {
    border-right: 1px solid #ccc;
    box-shadow: #3366bb;
}
.name-your-search {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #a2a2a2;
}
.save-search-login {
    display: inline-block;
    width: 100%;
    padding: 20px 40px;
}
.save-search-login label {
    padding: 10px 0px;
    text-align: right;
    color: #a2a2a2;
}
.save-search-login .form-group {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.forgetpass {
    font-size: 10px;
}
.or {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 0;
    position: relative;
}
.hr-left {
    border-top: 1px solid #ccc;
    position: absolute;
    left: 0;
    right: 0;
}
.or h5 {
    background-color: #FFF;
    padding: 0 8px;
    display: inline-block;
    position: relative;
    margin: 0;
    line-height: 1px;
    color: #a2a2a2;
    font-weight: bold;
}
.signin-facebook {
    margin-top: 30px;
    text-align: center;
}
.signin-facebook a {
   display: inline-block;
    margin: 0 auto;
}
#save-search .modal-footer {
    background-color: #f8f8f8;
    text-align: center;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.head-with-tooltip {
    position: relative;
    display: inline-block;
}
.agent-checkbox {
    display: inline-block;
}
.agent-photo img {
    border: 1px solid #ccc;
}
.agent-details h2 {
    color: #3366bb;
    margin-top: 0;
}
.review-stars i {
    font-size: 20px;
    color: #009900;
    margin-right: 1px;
}
#na-star {
    font-size: 20px;
    color: #CCCCCC;
    margin-right: 1px;
}
.review-stars span {
    color: #3366bb;
    margin-left: 5px;
}
.recent-sales {
    color: #333;
    margin: 5px 0px 20px 0px;
    float: left;
    width: 100%;
    line-height: 25px;
}
.recent-sales .sales {
    background-color: #333;
    color: #FFF;
    padding: 1px 5px;
    float: left;
    border-radius: 3px;
    margin-right: 10px;
    line-height: normal;
}
.agent-details .btn-primary {
    background-color: #3366bb;
    border: 1px solid #3366bb;
}
.overview-ratings {
    float: left;
    width: 100%;
    margin: 30px 0px;
}
.agent-photo {
    padding-left: 0;
}
.agent-details {
    padding-left: 0;
}
.overview-ratings .tab-pane {
    padding: 20px;
}
.more-link {
    color: #3366bb;
}
.star-rating {
    float: left;
}
.star-rating i {
    color: #009900;
    font-size: 22px;
}
.rating {
    float: left;
    width: 100%;
}
.rating h4 {
    float: left;
    margin: 0 20px;
    font-weight: bold;
}
.rating .report-problem i {
    color: #999999;
}
.rating-head {
    margin-bottom: 20px;
}
.comment-date, .comment-ref {
    color: #999999;
    font-size: 12px;
    float: left;
    width: 100%;
}
.rating-points li span {
    float: left;
    margin-right: 10px;
    min-width: 130px;
}
.rating-points li {
    list-style: none;
    float: left;
    width: 100%;
    line-height: 25px;
}
.rating-points {
    float: left;
    width: 100%;
    margin: 20px 0px;
}
.rating-points .star-rating i {
    font-size: 18px;
}
.comment-text p, .comment-text .more-link {
    float: left;
}
.useful {
    float: left;
    width: 100%;
}
#useful {
   margin-top:20px;
}
.useful .btn-primary {
    background-color: #009900;
    border: 1px solid #009900;
    margin-left: 20px;
    float: left;
    padding: 2px 10px;
}
.useful .tooltip {
    opacity: 1;
    float: left;
    position: relative;
}
.useful span {
    float: left;
    color: #333;
}
.useful .tooltip.right {
    padding: 2px 5px;
}
.add-comment {
   float: left;
    width: 100%;
    margin: 15px 0px;
}
.add-comment .btn-primary {
    background-color: #3366bb;
    border: 1px solid #3366bb;
    padding: 10px 30px;
} 
.note {
    clear: both;
}
.note p {
    color: #999999;
    font-size: 12px;
}
.comment {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.comment:last-child {
    border-bottom: none;
}
#ratings, #contact {
    float: left;
    width: 100%;
}
.response {
    background-color: #DDEEFF;
    color: #666;
    float: left;
    width: 100%;
    padding: 20px;
    position: relative;
    margin: 30px 0px;
}
.response:before {
    content: '';
    width: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #DDEEFF;
    position: absolute;
    top: -20px;
    left: 40px;
}
.response h4 {
    font-size: 14px;
    font-weight: bold;
}
.response-date {
    float: left;
    font-style: italic;
}
.response-footer {
    float: left;
    width: 100%;
    margin: 20px 0px 0px 0px;
}
#contact .form-group {
    float: left;
    width: 100%;
}
#contact textarea {
    height: 150px;
}
#contact .btn-primary {
    padding: 5px 30px;
    background-color: #3366bb;
    border: 1px solid #3366bb;
}
.customer-experience {
    padding: 20px 5px 10px 5px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    float: left;
    width: 100%;
    position: relative;
}
.customer-experience h3 {
    margin-top: 0;
}
.customer-experience:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -1px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid #999;
}
.customer-experience:after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -1px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid #999;
}
.customer {
    float: left;
    width: 100%;
}
.advisor-img {
    padding: 0px 10px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 400px;
}
.advisor-img img {
    max-width: 100%;
    position: absolute;
    width: 98.3%;
}
.make-choice {
    position: relative;
    z-index: 1;
    width: 250px;
    float: left;
    margin: 0px 60px;
    background-color: #fff;
    padding: 20px;
}
.make-choice ul {
    padding: 0px 15px;
}
.make-choice ul li {
    list-style: none;
    line-height: 25px;
}
.slogan {
    color: #009900;
    font-style: italic;
    margin-bottom: 20px;
}
.write-review {
    float: left;
    width: 100%;
    margin: 30px 0px;
}
.recommend-star {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.recommend-star i {
    font-size: 26px;
    color: #009900;
}
.write-review .form-group label {
    padding: 10px 0px;
}
.write-review .form-group {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.write-review .rating-points {
    margin: 10px 0;
}
.address {
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.write-review textarea {
    height: 200px;
}
.write-review .btn-primary {
    background-color: #3366bb;
    border: 1px solid #3366bb;
}
.buttons .btn-primary {
    background-color: #3366bb;
    border: 1px solid #3366bb;
    margin-bottom: 10px;
    float: left;
    text-align: left;
    width: 100%;
}
.rating-xs {
    font-size: 1.5em;
}
.rating-container .rating-stars {
    color: #009900;
}
.rating-container {
    cursor: pointer;
}
.rating-caption {
    float: left;
    margin-left: 30px;
}
#agent_padding {
	padding-left: 25px !important;
}
#rating-head {
   margin-top:20px;
}
#fb-like {
	padding-top:10px;
	clear:both;
	display:block;
	margin:5px;
}
/* fixed header */
.fixed-head {
    position: fixed;
    width: 100%;
    top: 0;
    height: 120px;
    border-bottom: 1px solid #ccc;
    background-color: #E4ECF7;
    z-index: 999;
    -webkit-transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.fixed-filters {
    position: fixed;
    width: 100%;
    top: 48px;
    background-color: #FFF;
    z-index: 999;
    padding: 5px 8%;
    left: 0;
    -webkit-transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
/* fixed header */
#welcome .btn-primary {
    background-color: #3366bb;
    border: 1px solid #3366bb;
    padding: 5px 20px;
    margin: 20px 0px;
}
.commercial-plans {
    padding: 0px 10%;
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}
.plans {
    background-color: #fff;
    padding: 20px;
    margin: 30px auto 0px auto;
    width: 90%;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    box-shadow: 0px 0px 10px #ccc;
}
.commercial-img {
    position: absolute;
    width: 100%;
}
.commercial {
    float: left;
    width: 100%;
    min-height: 700px;
    background-color: #f1f1f1;
}
.commercial-plans h2 {
    color: #fff;
    text-align: center;
    margin-top: 30px;
}
.commercial-plans h2 span {
    font-size: 36px;
    font-weight: bold;
}
.plans h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.basic-plan, .deluxe-plan {
    background-color: #f1f1f1;
    width: 180px;
    text-align: center;
    float: left;
    margin: 10px 5px;
    padding-bottom: 20px;
    font-size: 16px;
}
.basic-plan h3, .deluxe-plan h3, .plus-plan h3 {
    background-color: #fff;
    padding: 10px 0px;
    margin: 0;
}
.plus-plan {
    background-color: #fff;
    width: 220px;
    box-shadow: 0px 0px 10px #ccc;
    float: left;
    margin: 0 10px;
    padding: 10px 0px 30px 0px;
    color: #009900;
    font-size: 20px;
    font-weight: bold;
}
.all-plans {
    float: left;
    width: 100%;
    padding: 0px 60px;
    margin: 30px 0px;
}
.listing-price {
    margin: 20px 0px 50px 0px;
    display: inline-block;
    width: 100%;
}
.listing-count {
    margin-top: 10px;
}
.plus-plan .btn-primary, .basic-plan .btn-primary, .deluxe-plan .btn-primary {
    background-color: #3366bb;
    border: 1px solid #3366bb;
}
.plus-plan .btn-primary {
    padding: 10px 20px;
}
.feature-points {
    float: left;
    width: 100%;
    margin: 50px 0px;
}
.feature-listing h3 {
    font-weight: 300;
}
.feature-points-img {
    box-shadow: 0px 0px 10px #ccc;
}
.listing-point {
    margin: 10px 0px;
    float: left;
    width: 100%;
}
.listing-point .pro-badge {
    background-color: #3366bb;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    float: left;
    font-size: 12px;
    margin-right: 10px;
    font-weight: bold;
}
.listing-point span {
    color: #009900;
    font-size: 16px;
}
.pro-icon {
    float: left;
    margin-right: 10px;
}
.pro-icon i {
    color: #009900;
    font-size: 20px;
}
.agents-saying {
    background-color: #FFF;
    padding: 30px 0px;
    float: left;
    width: 100%;
    border-top: 1px dashed #CCC;
}
.agents-saying h3 {
    margin-bottom: 40px;
    font-weight: 300;
}
.agent-said {
}
.agent-said:before {
    content: '\f10d';
    font-size: 24px;
    display: inline-block;
    font-family: FontAwesome;
    color: #009900;
    float: left;
    margin-right: 10px;
}
.agent-said .agent-name {
    color: #000;
    font-weight: bold;
    margin-left: 32px;
}
.agent-said .agent-company {
    color: #999;
    margin-left: 32px;
}
.agent-text {
    padding-top: 10px;
}
.agent-text p{
    margin-left: 32px;
}
.call-to-action {
    float: left;
    width: 100%;
    margin: 30px 0px;
    padding: 0 90px;
}
.call-to-action span {
    font-size: 24px;
    font-weight: 300;
}
.call-to-action .btn-primary {
    padding: 10px 50px;
    background-color: #3366bb;
    border: 1px solid #3366bb;
}
.agent-search {
    float: left;
    width: 100%;
    margin: 20px 0px;
}
.agent-list {
    float: left;
    width: 100%;
    margin: 20px 0px;
}
.searched-agent {
    float: left;
    width: 100%;
    padding: 15px 10px;
    border-top: 1px solid #ccc;
}
.search-agent-img {
    border: 1px solid #ccc;
    padding: 4px;
    box-shadow: 0px 0px 5px #ccc;
}
.search-agent-name a {
    font-weight: bold;
    color: #3366bb;
    font-size: 16px;
}
.search-agent-rating {
    color: #009900;
}
.search-agent-city {
    margin: 15px 0px 0px 0px;
    color: #999;
    font-size: 12px;
}
.contact-agent {
    display: none;
    float: left;
    text-align: center;
    margin: 35px auto;
}
.searched-agent:hover {
    background-color: #f1f1f1;
}
.searched-agent:hover .contact-agent {
    display: block;
}
.search-agent-badges {
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.search-agent-badges .pro-badge {
    background-color: #3366bb;
    padding: 2px 5px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    border-radius: 2px;
}
.search-agent-badges .vip-badge {
    background-color: #999;
    padding: 2px 5px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    border-radius: 2px;
}
.searched-agent:last-child {
    border-bottom: 1px solid #ccc;
}
.agent-search h3 span {
    font-weight: 300;
}
.agent-contact .modal-body {
    display: inline-block;
    width: 100%;
}
.agent-contact-form {
    float: left;
    width: 100%;
    margin: 20px 0px;
}
.agent-contact-form .form-group {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.agent-contact-form textarea {
    height: 150px;
}
.agent-contact-form span {
    font-size: 12px;
    color: #999;
    line-height: 30px;
}
.agent-contact-form .terms-condition {
    margin: 10px 0px 0px 0px;
}
#error-messages {
    float: left;
    width: 100%;
    background-color: #c12e2a;
    padding: 10px 20px;
    display: none;
    color: #fff;
    margin: 0px 0px 10px 0px;
}
.agent-form .close2 {
    color: #fff;
}
.agent-form .close2:hover {
   text-decoration: none;
}
.fixed-tabs {
    position: fixed;
    z-index: 999;
    top: 70px;
}
.search-page .fixed-head {
    height: 66px;
    border-bottom: none;
}
.error {
    display: none;
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px;
}
.div_vote {
	float:left;
	font-size:11px;
	color:#5F666C;
	margin-left:7px;
	margin-top:4px;
}
.feedback_je {
	font-weight:700;
	color:#333;
}
.neighborhood {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}
.neighborhood li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    float: left;
    width: 100%;
}
a{color:#3366bb;text-decoration:none}
a:hover,a:focus{color:#3366bb;text-decoration:underline}
#disable_checkbox, #disable_checkbox1, #disable_checkbox2, #disable_checkbox3, #disable_checkbox4 {
	color: #9a9a9a;
}
#currency {
	font-size:25px;
}
#error-display {
	color: #FFFFFF !important;
}
.class_file {
	display: inline !important;
}
#mytab td, #mytab th  {
	padding: 7px !important;
}
#favorite_success .modal-title {
    color: #009900;
    font-size: 20px;
}
.allshare #favorite_success .modal-body, .allshare #favorite_success {
    text-align: left !important;
}
#error_block .modal-title {
    color: #C60000;
    font-size: 20px;
}
#error_block .modal-body {
    text-align: left !important;
}
#claim_success .modal-title {
    color: #009900;
    font-size: 20px;
}
#claim_success .modal-body  {
    text-align: left !important;
}
#mailsuccess .modal-body  {
    text-align: left !important;
	display: inherit;
}
#claim_login .form-group, #claim_register .form-group, #claim_wachtwoord_form .form-group {
    display: inline-block;
    width: 100%;
}
#claim_login .btn-primary, #claim_register .btn-primary, #claim_wachtwoord_form .btn-primary {
    background-color: #3366bb;
    border: 1px solid #3366bb;
    padding: 5px 40px;
}
.claim-signin-or-register {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.claim-signin-or-register a {
    font-size: 16px;
    margin-right: 10px;
    padding-bottom: 10px;
    color: #666;
}
.claim-signin-or-register a:hover {
    text-decoration: none;
}
.claim-signin-or-register a.active {
    border-bottom: 1px solid #3366bb;
    color: #3366bb;
}
#buurt {
	padding-bottom:  0px !important;
}
.border_top_bottom {
	border-bottom: 1px solid #ccc !important;
	border-top: 1px solid #ccc !important;
	padding: 10px 0px !important;
	clear: both;
	list-style: none;
}
.ribbon-wrapper-red {
  width: 125px;
  height: 108px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: -6px;
}
.ribbon-red {
  font: bold 15px Sans-Serif;
  color: #FFFFFF;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(8deg);
  -moz-transform:    rotate(8deg);
  -ms-transform:     rotate(8deg);
  -o-transform:      rotate(8deg);
  position: relative;
  padding: 0px 0;
  left: 0px;
  top: 0px;
  width: 125px;
  height: 108px;
  background-image: url('http://www.billionhomes.com/spain/img/beta_banner.png');
  background-repeat:no-repeat;
}
.ribbon-red:before, .ribbon-red:after {
  content: "";
  position:absolute;
  bottom: -3px;
}
.ribbon-red:before {
  left: 0;
}
.ribbon-red:after {
  right: 0;
}
.img_desc {
	vertical-align: baseline !important;
}
.result-city {
	color: #333;
    margin-bottom: 3px;
    width: 100%;
}