/*
* === MAIN LAYOUT STYLES ===
*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.85em;
    overflow-x: hidden;
}

textarea,
input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    outline: none;
}

input, button, a, textarea {
    outline: 0 !important;
}

a {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

.button {
    padding: 10px;
    border: 0;
    -webkit-transition-duration: 0.5s;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.button i {
    font-size: 16px;
}

.top150 {
    margin-top: 150px;
}

.top50 {
    margin-top: 50px;
}

.top45 {
    margin-top: 45px;
}

/*
* === HEADER ===
*/

header,
header .navbar.affix {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* top-bar */

.top-bar-wrapper {
    height: 35px;
    line-height: 35px;
}

.top-bar, .top-bar > .row > div {
    height: 35px;
}

.top-bar ul {
    list-style-type: none;
    padding: 0;
}

.top-bar ul > li {
    float: left;
    padding: 0 10px;
}

.top-bar ul > li > i {
    font-size: 17px;
    padding-right: 6px;
}

.top-bar ul.social > li {
    border-width: 0;
    padding: 0;
    padding-left: 20px;
    font-size: 16px;
}


/* navbar */

header .navbar {
    border-width: 0;
    margin-bottom: 0;
    z-index: 999;
}

header .navbar.affix {
    margin-top: 0 !important;
    left: 0;
    right: 0;
    top: 0;
}

header .navbar.affix .navbar-brand {
    padding: 0;
    height: 70px;
}

header .navbar.affix .nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand > img {
    height: 100%;
    padding: 10px;
    width: auto;
}

header > .navbar .navbar-brand {
    height: 100px;
}

header > .navbar .nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-size: 14px;
}

header > .navbar .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
    border-radius: 0;
    width: 30px;
    height: 35px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

header > .navbar .navbar-toggle:hover,
header > .navbar .navbar-toggle:focus {
    background-color: transparent;
}

header > .navbar .navbar-toggle > span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

header > .navbar .navbar-toggle span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

header > .navbar .navbar-toggle span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
}

header > .navbar .navbar-toggle span:nth-child(1), header > .navbar .navbar-toggle span:nth-child(2) {
    top: 0px;
}

header > .navbar .navbar-toggle span:nth-child(3), header > .navbar .navbar-toggle span:nth-child(4) {
    top: 10px;
}

header > .navbar .navbar-toggle span:nth-child(5), header > .navbar .navbar-toggle span:nth-child(6) {
    top: 20px;
}

header > .navbar .navbar-toggle.open span:nth-child(1),header > .navbar .navbar-toggle.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

header > .navbar .navbar-toggle.open span:nth-child(2),header > .navbar .navbar-toggle.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header > .navbar .navbar-toggle.open span:nth-child(1) {
    left: 0px;
    top: 9px;
}

header > .navbar .navbar-toggle.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 9px;
}

header > .navbar .navbar-toggle.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

header > .navbar .navbar-toggle.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

header > .navbar .navbar-toggle.open span:nth-child(5) {
    left: 0px;
    top: 19px;
}

header > .navbar .navbar-toggle.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 19px;
}

header > .navbar .nav > li.dropdown .dropdown-menu {
    border-radius: 0;
    left: 0;
    right: auto;
}

header > .navbar .nav > li.dropdown .dropdown-menu > li > a,
header > .navbar .nav > li.dropdown .dropdown-menu > li > a:hover,
header > .navbar .nav > li.dropdown .dropdown-menu > li > a:focus {
    background-color: transparent;
    text-transform: uppercase;
}


/*
* === SLIDER ===
*/

.slide-bg {
    height: 745px;
    cursor: -webkit-grab;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide-desc {
    position: absolute;
    right: 0;
    top: 300px;
    margin: 0 20px;
    opacity: 0.9;
}

.slide-desc-text {
    padding: 30px;
    word-wrap: break-word;
}

.slide-desc .slide-desc-text .label {
    border-radius: 0;
    padding: 4px 8px;
}

.slide-desc .slide-desc-text h4 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
}

.slide-desc .slide-desc-text p {
    font-size: 14px;
    line-height: 1.85em;
    font-weight: 100;
    padding-top: 10px;
}

.slide-desc-price {
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    font-weight: 800;
}

.slide-desc-price a {
    display: block;
    width: 50px;
    text-align: center;
    font-size: 25px;
}

#slider .button-prev, #slider .button-next {
    position: absolute;
    display: inline-block;
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 25px;
    top: 340px;
    left: 0;
    z-index: 9999;
    cursor: pointer;
    opacity: 0.9;
}

#slider .button-next {
    left: auto;
    right: 0;
}


/* listing card */

.listing-card-container {
    margin-bottom: 30px;
    height: 397px;
}

.listing-card-container:hover {
    opacity: 0.9;
}

.listing-card > .listing-card-text > .listing-card-h4 {
    padding: 10px;
}

.listing-card > .listing-card-text > .listing-card-h4 {
    padding: 10px;
}

.listing-card > .listing-card-text > .listing-card-h4 > h4 {
    font-weight: 700;
    font-size: 18px;
}

.listing-card > .listing-card-text > .listing-card-area, .listing-card > .listing-card-text > .listing-card-price {
    font-size: 14px;
    text-align: center;
    height: 42px;
    line-height: 42px;
}

.listing-card > .listing-card-text > .listing-card-area > i {
    font-size: 18px;
    margin-right: 5px;
}

.listing-card > .listing-card-text > .listing-card-price {
    font-weight: 700;
    font-size: 20px;
}


/* featured offers */

#featured-offers {
    padding: 50px 0;
}

#listing-container,
#team {
    padding: 50px 0 0 0;
}

#featured-offers {
    background-image: url("../images/featured_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#featured-offers h1,
#listing-container h1,
#team h1
{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

#featured-offers h5,
#listing-container h5,
#team h5 {
    font-size: 18px;
    text-transform: uppercase;
}

#featured-offers .navigation-box,
#listing-container .navigation-box {
    text-align: right;
    margin-top: 40px;
}

#team .navigation-box {
    text-align: right;
    margin-bottom: 20px;
}

#featured-offers .navigation-box .button,
#listing-container .navigation-box .button,
#team .navigation-box .button {
    padding: 10px 15px;
    cursor: pointer;
}

#featured-offers .owl-carousel .listing-card-container,
#listing-container .owl-carousel .listing-card-container,
#team .owl-carousel .listing-card-container {
    width: 100%;
}


/*
* === COUNT ===
*/

#count-container {
    padding: 50px 0;
}

#count-container .number {
    margin-bottom: 50px;
}

#count-container .number > .number-icon i {
    font-size: 80px;
}

#count-container .number > .number-label {
    font-size: 25px;
    font-weight: 700;
    display: block;
    padding-top: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

#count-container .number > .number-big {
    font-size: 44px;
    font-weight: 700;
    display: block;
    padding-top: 15px;
}

/*
* === FOOTER ===
*/

footer > .footer-container {
    padding: 50px 0;
}

footer > .footer-container .footer-title {
    margin-bottom: 10px;
}

footer > .footer-container .footer-title h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
}

footer > .footer-container .footer-p {
    font-size: 16px;
}

footer > .footer-container .footer-p > ul {
    padding: 0;
    list-style-type: none;
}

footer > .footer-container .footer-p > ul > li > a {
    line-height: 30px;
}

footer > .footer-container .footer-p > ul > li > i {
    height: 36px;
    width: 36px;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    line-height: 36px;
    margin-right: 10px;
}

footer.copyright {
    padding: 10px 0px;
}

footer.copyright p {
    margin: 0px;
    line-height: 50px;
}

footer.copyright ul.social {
    list-style: none;
    float: right;
    margin-top: 5px;
}

footer.copyright ul.social > li {
    display: inline;
    padding: 0;
    margin: 0 5px;
}

footer.copyright ul.social > li > a {
    display: inline-block;
    margin: 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    position: relative;
}

footer.copyright ul.social > li > a > i {
    text-align: center;
    margin: 0;
    line-height: 40px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

/*
* === SEARCH ===
*/

.search-form {
    position: absolute;
    bottom: -100px;
    z-index: 99;
    width: 100%;
    padding: 35px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .btn {
    border-radius: 0;
    height: 50px;
    font-size: 12px;
    outline: none;
    text-transform: uppercase;
}

.bootstrap-select .dropdown-menu {
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.bootstrap-select .dropdown-menu > li > a {
    font-size: 13px;
    font-weight: 500;
    padding: 13px 40px 13px 20px;
    text-transform: uppercase;
}

.bootstrap-select.btn-group .dropdown-toggle .caret  {
    border: none;
    width: 50px;
    height: 23px;
    right: 0;
    top: 13px;
    margin-top: 0;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .btn-default:focus,
.bootstrap-select.open > .dropdown-toggle.btn-default,
.bootstrap-select .dropdown-menu {
    box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus,
:focus {
    outline-offset: 0;
    outline: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    background: #ffffff url(../images/arrow_down.png) no-repeat right 10px center;
}

.textbox {
    border-radius: 0;
    height: 50px;
    font-size: 12px;
    outline: none;
    text-transform: uppercase;
    padding-left: 15px;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.button {
    height: 50px;
    width: 100%;
}

.search-form .col-xs-12 {
    margin: 10px 0;
}

/*
* === MOVE TOP ===
*/

.move-top {
    position: fixed;
    bottom: 100px;
    right: 100px;
    display: none;
    z-index: 9999999;
}

.move-top > a {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    line-height: 1;
    border-radius: 25px;
}

.move-top > a > i {
    font-size: 28px;
}

/*
* === LOADER BG ===
*/

.loader-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url('https://cdn.dribbble.com/users/310943/screenshots/2018609/loading.gif') 50% 50% no-repeat #eaebed;
    background-size: 400px;
}

/*
* === ESTATE DETAILS ===
*/

.short-image {
    background-image: url("../images/breadcrumb_bg.jpg");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    width: 100%;
    margin-bottom: 45px;
    position: relative;
}

.short-image > .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.short-image .short-image-title {
    text-align: center;
    padding: 0 20px;
}

.short-image .short-image-title > h1 {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}

.short-image .short-image-title > .separator {
    width: 100px;
    float: none;
    margin: 0 auto;
}

.zoom-btn {
    margin: 20px 0;
    border-radius: 5px;
    padding: 5px 15px;
    display: inline-block;
    text-align: center;
    text-shadow: none;
}

.zoom-btn:hover {
    background: #3cb0fd;
}

.lightcase-contentInner img {
    width: 800px!important;
    height: auto!important;
}

/* details */

.details-parameters-price {
    height: 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
}

.details-parameters {
    padding: 5px 20px;
    line-height: 38px;
}

.details-parameters ul li {
    border-bottom: 1px solid #ddd;
}

.details-parameters ul li strong {
    float: left;
    width: 50%;
}

.details-parameters ul li span {
    width: 50%;
}

.details-parameters-name {
    width: 50%;
    float: left;
}

.details-parameters-val {
    width: 50%;
    float: right;
    text-align: right;
    font-weight: 700;
}

.details-title h3,
.details-desc h3,
.sidebar-title h3,
.content-title h3,
.blog-item .blog-title h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.details-desc h3 {
    padding-bottom: 10px;
}

.details-desc {
    padding-top: 15px;
    margin-bottom: 50px;
}

.details-desc ul {
    list-style-type: none;
    padding: 0;
}

.details-desc ul li {
    width: 25%;
    float: left;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.details-desc ul .selected {
    font-weight: 700;
}

.details-desc ul .selected:before {
    font-family: FontAwesome;
    content: '';
}

.encrypted-phone-part {
    display: none;
}

.details-desc p {
    padding: 0 15px;
}

.details-ticks {
    list-style-type: none;
    margin-left: 30px;
    padding: 0;
}

.details-ticks > li {
    padding: 0px;
    margin: 0;
}

.details-ticks > li > i {
    margin-right: 5px;
    font-size: 13px;
}

.details-parameters h3 {
    margin: 1px 0;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.agent-icon-circle {
    margin-right: 5px;
    font-size: 16px;
}

.sidebar-title {
    margin-top: 90px;
}

.sidebar-search .sidebar-title,
.sidebar-search .sidebar-title h3 {
    margin-top: 0;
}

.sidebar-content {
    margin-top: 25px;
}

/*
* === LISTINGS ===
*/

.content-title {
    margin-bottom: 25px;
}

.content-title h3 {
    margin-top: 0;
}

.pagination > li > a,
.pagination > li.disabled > span {
    border-radius: 0 !important;
    margin: 0 5px;
}

/*
* === BLOG ===
*/

.blog-item {
    margin-bottom: 25px;
}

.blog-item .blog-title {
    margin-bottom: 25px;
}

.blog-item .blog-title h3 {
    margin-top: 0;
}

.blog-item .blog-title span {
    cursor: pointer;
}

.blog-item .blog-title span i {
    padding-right: 10px;
}

.blog-item .blog-text {
    margin: 50px 0 10px 0;
    word-wrap: break-word;
}

/*
* === BLOG ===
*/

#contact-wrapper h2 {
    text-transform: uppercase;
    font-weight: 700;
}

address.contact-info {
    margin: -3px 0 0 30px;
    display: block;
    padding-top: 45px;
}

address.contact-info span {
    display: block;
    margin-bottom: 18px;
}

address.contact-info i {
    margin-right: 20px;
    width: 8px;
}