html, body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 300;
    line-height: 24px;
    background-color: #f5f5f5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

a:hover, a:focus, .btn-primary:hover, a.btn-primary:hover, .media-tabs-list li>a:hover, .media-tabs-list li.active a, .detail-bar .detail-tabs li:hover, .actions li>span:hover, .lightbox-arrow:hover, .btn-link:hover {
    cursor: pointer;
    color: white;
    background: #DD9954;
    text-decoration: none;
}

.btn {
    font-weight: bold;
    border: 0;
}

.btn-primary, a.btn-primary, .label-primary, .header-section-2 .header-top-call, .scrolltop-btn {
    color: #fff;
    background-color: #dd5454;
    padding: 10px 15px;
}

.btn-primary:focus {
    background-color: #dd9954;
}

.btn:focus {
    outline: none;
    color: #DD5454;
}

.btn:focus:hover {
    color: white;
}

.form-control:focus {
    border-color: #dd9954;
    box-shadow: none;
}

.pink {
    color: #dd5454;
}

.pink:hover {
    color: #DD9954;
}

.fluid-container {
    background: white;
}

.head-icon {
    text-align: center;
    color: #ffe600;
    font-size: 40px;
    margin-bottom: 15px;
}

h1, h2, h3, h4 {
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
}

h2 {
    line-height: 32px;
    margin: 0 0 10px 0;
    font-size: 1.875em;
    text-transform: uppercase;
}

h3 {
    line-height: 28px;
    font-size: 1.25em;
}

h4 {
    line-height: 26px;
    margin: 0 0 24px 0;
}

label {
    font-weight: 400;
}

strong, b {
    font-weight: 500;
}

img {
    height: auto;
    max-width: 100%;
}


/*carousels*/

.arrow {
    width: 20px;
    height: 20px;
    color: white;
    border-radius: 4px;
    position: absolute;
    top: 35%;
    cursor: pointer;
    z-index: 2;
    background: #dd5454;
    transition: 0.3s;
}

.arrow:hover {
    transform: scale(1.2, 1.2);
}

.arrow-right {
    right: 0;
}

.arrow i {
    line-height: 17px;
    padding-left: 7px;
    position: relative;
    top: -1px;
}

.arrow-right i {
    padding-left: 8px;
}

.dots {
    margin: auto;
    margin-top: 50px;
    text-align: center;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #959595;
    transition: 0.3s;
    background: #959595;
}

.dot:hover, .dot.active {
    background: white;
    cursor: pointer;
}


/*Navigation*/

.header-section {
    background-color: #ffffff;
}

.header-section .navi ul li {
    text-transform: none;
    font-weight: 500;
    font-size: 0.875em;
}

.navi>ul>li {
    position: relative;
    display: inline-block;
    list-style: none;
}

.navi>ul>li>a {
    display: inline-block;
    padding: 0 15px;
    line-height: 60px;
    text-decoration: none;
}

.header-section .navi>ul>li>a {
    background-color: transparent;
    color: #dd5454;
}

.header-section .navi>ul>li>a:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.2);
}

.nav-right .navi {
    float: right !important;
}

.menu-right-no-user .navi {
    float: right !important;
}

.navbar {
    background: white;
    height: 60px;
}

.logo {
    line-height: 55px;
    float: left;
    margin-top: 0;
}

.logo a:hover, .logo a:focus {
    background: transparent;
}

.langs {
    list-style: none;
    display: inline-block;
    color: #dd5454;
    font-size: 0.875em;
    font-weight: 500;
    margin-left: 25px;
    margin-bottom: 0;
    float: left;
}

.langs li {
    float: left;
    position: relative;
    line-height: 60px;
}

.langs li:first-child:after {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 25px;
    background: #dd5454;
    opacity: 0.7;
}

.langs a {
    padding: 0 10px;
    line-height: 60px;
    display: block;
}

.langs a:hover, .langs a:focus {
    background: transparent;
    color: #dd5454;
    text-decoration: underline;
}

.header-section .navi>ul>li>a:hover, .header-section .navi>ul>li>a:focus {
    color: white;
    background: #DD9954;
}

@media (max-width: 991px) {
    .navbar-toggle {
        display: inline-block;
        margin-top: 16px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar {
        background: white;
    }
    nav .icon-bar {
        background: #dd5454;
    }
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.8);
        border: 0;
        width: 100%;
        max-height: 450px!important;
        margin: 0;
        padding: 0;
    }
    .navbar-collapse li {
        display: block!important;
    }
    .navbar-collapse li a {
        line-height: inherit;
        padding: 10px;
        text-align: center;
        display: block!important;
    }
}


/*banner-top*/

#section-body {
    padding-bottom: 40px;
    position: relative;
    min-height: 700px;
}

.header-media {
    position: relative;
}

.defaultimg {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url(../images/banner1.jpg);
    background-size: cover;
    background-position: right top;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
    color: white;
}

.defaultimg-bck {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.page-banner .container {
    padding-left: 50px;
}

h1 {
    padding-top: 460px;
    z-index: 6;
    font-weight: 400;
    line-height: normal;
    font-size: 4.375em;
    opacity: 1;
    color: white;
    margin: 0 0 24px 0;
    transition: 0.5s;
}

.animate {
    transform: scale(1.1, 1.1);
}

.page-banner h3 {
    z-index: 7;
    white-space: nowrap;
    font-size: 1em;
    line-height: 19px;
    letter-spacing: 3px;
    opacity: 1;
    color: white;
    padding-left: 13px;
    margin-bottom: 24px;
}

.page-banner a {
    z-index: 8;
    white-space: nowrap;
    font-size: 0.875em;
    line-height: 14px;
    font-weight: 500;
    background: rgba(255, 230, 0, 0.74902);
    padding: 10px 30px;
    border-radius: 30px;
    cursor: pointer;
    opacity: 1;
    display: inline-block;
    margin-bottom: 110px;
    margin-left: 13px;
}

.page-banner a:hover, .page-banner a:focus {
    background: #DD9954;
}

.page-banner p {
    z-index: 9;
    font-size: 1.25em;
    line-height: 21px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    visibility: inherit;
    transition: none;
    opacity: 1;
    padding-left: 13px;
    margin-bottom: 180px;
}


/*about*/

.about {
    height: 555px;
}

.about-tereza {
    position: absolute;
    bottom: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default>.panel-heading {
    background: white;
    padding: 0;
}

#accordion {
    font-weight: 300;
}

.panel a {
    color: #dd5454;
    display: block;
    padding: 10px 17px;
    font-weight: 300;
}

.panel a.first:not(.collapsed), .panel a:hover, .panel a:focus {
    color: #dd9954;
    background: white;
}

.panel a:focus i, .panel a.first:not(.collapsed) i {
    transform: rotate(90deg) translateY(7px) translateX(8px);
}

.panel ul {
    margin: 10px 0 10px 33px;
}

.panel-body {
    padding: 5px 0;
}

.panel li:before {
    display: none;
}

.panel-collapse {
    border-top: 1px solid #ddd;
}

.panel i {
    padding-right: 11px;
    transition: 0.03s;
}


/*services*/

.package-block {
    position: relative;
    box-shadow: 0 0 0 1px #ececec;
    background-color: #fff;
    padding: 32px 0 40px 0;
    width: 100%;
    z-index: 1;
    margin: 10px 0;
}

.package-block p {
    font-weight: 500;
    padding: 0 8px;
    text-align: center;
}

.package-block .package-title {
    font-size: 1.25em;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 17px;
    color: #dd5454;
}

.package-block .package-price {
    font-size: 64px;
    line-height: 52px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 18px;
}

.package-block .package-price span {
    vertical-align: top;
    display: inline-block;
    word-spacing: normal;
    letter-spacing: normal;
}

.package-block .package-price .price-number {
    line-height: 50px;
}

.package-block .package-price .price-before, .package-block .package-price .price-after {
    font-size: 24px;
    line-height: 32px;
}

.package-block ul {
    list-style: none;
    margin-bottom: 36px;
    padding: 0;
}

.package-block ul li {
    text-align: center;
    border-top: 1px solid #ececec;
    font-size: 16px;
    line-height: 20px;
    padding: 18px 8px;
    font-weight: 300;
}

.package-block ul li:last-child {
    border-bottom: 1px solid #ececec;
}

.package-block .package-link {
    text-align: center;
}

.package-block .btn {
    display: inline-block;
    padding: 14px 30px;
    font-size: 16px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .package-block {
        padding: 30px 0 34px 0;
    }
    .package-block .package-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .package-block .package-price {
        font-size: 56px;
        line-height: 42px;
        padding: 16px 0;
        margin-bottom: 16px;
    }
    .package-block .package-price .price-number {
        line-height: 42px;
    }
    .package-block .package-price .price-before, .package-block .package-price .price-after {
        font-size: 20px;
        line-height: 28px;
    }
}

.package-block .btn {
    padding: 12px 26px;
    font-size: 14px;
}


}
@media (max-width: 767px) {
    .package-block {
        padding: 26px 0 36px 0;
    }
    
    .package-block .package-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    
    .package-block .package-price {
        font-size: 46px;
        line-height: 34px;
        padding: 12px 0;
        margin-bottom: 12px;
    }
    
    .package-block .package-price .price-number {
        line-height: 34px;
    }
    
    .package-block .package-price .price-before, .package-block .package-price .price-after {
        font-size: 16px;
        line-height: 20px;
    }
    
    .package-block .btn {
        padding: 10px 26px;
        font-size: 12px;
    }
}
.service-list ul {
    list-style: none;
}
.service-list {
    border: 1px solid #ddd;
    background: white;
}
.service-list h3 {
    margin: 0;
    padding: 10px 8px;
    background: #ddd;
    color: #dd5454;
}
.service-list li {
    border-top: 1px solid #ddd;
    padding: 10px 8px;
}

/*listings*/
.carousel-item {
    width: calc(100%/3 - 19px);
    margin: 0 8px;
    padding: 8px;
    display: inline-block;
}
.module-title-nav {
    text-align: right;
}
.btn-carousel {
    background: transparent;
    border: 1px solid #dd5454;
    color: #dd5454;
    font-size: 10px;
    font-weight: normal;
    margin-left: 10px;
}
.btn-carousel:hover {
    background: #dd5454;
    color: white;
}
.property-item {
    background-color: #fff;
    width: 100%;
    padding: 8px;
}
.property-item .item-body {
    padding: 10px 12px 10px 20px;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    width: 1000px;
}
.property-item .body-left {
    width: 1000px;
    position: relative;
}
.property-item .body-right {
    width: 300px;
    position: relative;
}
.property-item .cell {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    /* mini phones and down */
}
.property-item .cell+.cell {
    text-align: right;
}
.property-item .label-wrap {
    margin-bottom: 5px;
}
.property-item.item-grid {
    display: block;
}
.property-item.item-grid .item-thumb, .property-item.item-grid figure, .property-item.item-grid .carousel-module .carousel .item figure, .carousel-module .carousel .item .property-item.item-grid figure {
    display: block;
}
.property-item.item-grid figure {
    display: block;
}
.property-item.item-grid .body-left {
    display: block;
    width: 100%;
}
.property-item.item-grid .body-right {
    display: block;
    width: 100%;
}
.property-item.item-grid .info-row {
    text-align: left;
}
.property-item.item-grid .item-body {
    padding: 15px 12px 7px;
    display: block;
    width: 100%;
}
.property-item.item-grid .item-body .amenities {
    height: auto;
}
.property-item.item-grid .phone {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
}
.figure-block {
    position: relative;
    z-index: 0;
}
.figure-block img {
    width: 100%;
    display: block;
}
.item-thumb img, figure img, .carousel-module .carousel .item figure img {
    width: 100%;
}
.item-thumb .label-featured, figure .label-featured, .carousel-module .carousel .item figure .label-featured {
    position: absolute;
    top: 12px;
    right: inherit;
    bottom: inherit;
    left: 12px;
    z-index: 3;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
}
.item-thumb .actions, figure .actions, .carousel-module .carousel .item figure .actions {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 4;
}
.item-thumb .price, figure .price, .carousel-module .carousel .item figure .price {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 4;
    text-align: left;
}
.item-thumb .price h3, figure .price h3, .carousel-module .carousel .item figure .price h3 {
    color: #fff;
}
.item-thumb .price .rant, figure .price .rant, .carousel-module .carousel .item figure .price .rant {
    color: #fff;
}
.item-thumb .price .price-start, figure .price .price-start, .carousel-module .carousel .item figure .price .price-start {
    color: #fff;
}
.item-thumb .price .item-price, figure .price .item-price, .carousel-module .carousel .item figure .price .item-price {
    color: #fff;
    display: block;
}
.item-thumb .price .item-sub-price, figure .price .item-sub-price, .carousel-module .carousel .item figure .price .item-sub-price {
    color: #fff;
    display: block;
}
.item-thumb .item-price-block, figure .item-price-block, .carousel-module .carousel .item figure .item-price-block {
    position: absolute;
    left: 12px;
    bottom: 12px;
}
.item-thumb .blue, figure .blue, .carousel-module .carousel .item figure .blue {
    color: #fff;
}
.item-thumb .thumb-caption, figure .thumb-caption, .carousel-module .carousel .item figure .thumb-caption {
    position: absolute;
    top: inherit;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 12px;
    width: 100%;
}
.item-thumb .thumb-caption .cap-price, figure .thumb-caption .cap-price, .carousel-module .carousel .item figure .thumb-caption .cap-price {
    color: #fff;
}
.item-thumb .thumb-caption .actions, figure .thumb-caption .actions, .carousel-module .carousel .item figure .thumb-caption .actions {
    color: #fff;
}
.item-thumb .hover-effect:before, figure .hover-effect:before, .carousel-module .carousel .item figure .hover-effect:before, .item-thumb .slider-thumbs-main .slick-slide:before, .slider-thumbs-main .item-thumb .slick-slide:before, figure .slider-thumbs-main .slick-slide:before, .slider-thumbs-main figure .slick-slide:before, .carousel-module .carousel .item figure .slider-thumbs-main .slick-slide:before, .slider-thumbs-main .carousel-module .carousel .item figure .slick-slide:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    z-index: 2;
}
.item-thumb .hover-effect:after, figure .hover-effect:after, .carousel-module .carousel .item figure .hover-effect:after, .item-thumb .slider-thumbs-main .slick-slide:after, .slider-thumbs-main .item-thumb .slick-slide:after, figure .slider-thumbs-main .slick-slide:after, .slider-thumbs-main figure .slick-slide:after, .carousel-module .carousel .item figure .slider-thumbs-main .slick-slide:after, .slider-thumbs-main .carousel-module .carousel .item figure .slick-slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}
.item-thumb:hover .hover-effect:before, figure:hover .hover-effect:before, .carousel-module .carousel .item figure:hover .hover-effect:before, .item-thumb:hover .slider-thumbs-main .slick-slide:before, .slider-thumbs-main .item-thumb:hover .slick-slide:before, figure:hover .slider-thumbs-main .slick-slide:before, .slider-thumbs-main figure:hover .slick-slide:before {
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-image: none;
    z-index: 2;
}
.item-thumb:hover .hover-effect:after, figure:hover .hover-effect:after, .carousel-module .carousel .item figure:hover .hover-effect:after, .item-thumb:hover .slider-thumbs-main .slick-slide:after, .slider-thumbs-main .item-thumb:hover .slick-slide:after, figure:hover .slider-thumbs-main .slick-slide:after, .slider-thumbs-main figure:hover .slick-slide:after {
    opacity: 0;
    filter: alpha(opacity=0);
}
.item-thumb:hover .detail h3, figure:hover .detail h3, .carousel-module .carousel .item figure:hover .detail h3 {
    color: #fff;
}
.item-thumb:hover a, figure:hover a, .carousel-module .carousel .item figure:hover a {
    color: #fff;
}
.item-thumb .actions, figure .actions, .carousel-module .carousel .item figure .actions {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 4;
}
.actions {
    margin: 0;
    list-style: none;
    font-size: 0 !important;
    white-space: nowrap;
}
.actions li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px !important;
    color: #fff;
    cursor: pointer;
    font-size: 12px !important;
}
.actions li>span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-align: center;
}
.label-wrap {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.label-wrap .label {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
    padding: 3px 6px 3px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 11px;
    vertical-align: top;
    font-weight: 500;
}
.label-wrap .label:last-child {
    margin: 0;
}
.label-left {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
}
.label-right {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
}
.label-featured {
    background-color: #77c720;
    color: #fff;
    padding: 3px 6px 3px;
    vertical-align: top;
}
.label-status, .label-default {
    background-color: #bcbcbc;
}
.item-body .info-row+.info-row {
    margin-top: 10px;
}
.item-body .amenities {
    min-height: 40px;
    /* mini phones and down */
}
.item-body .amenities span {
    margin-right: 10px;
}
.item-body .property-title, .item-body h2 {
    color: #00aeef;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 380px;
    /* mini phones and down */
    /* mini phones and down */
}
.item-body .property-address, .item-body h4 {
    color: #9b9b9b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 265px;
}
.item-body p {
    margin: 0;
}
.price {
    color: #000;
    text-align: right;
}
.price .price-start {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 7px;
    color: #777;
}
.price .item-price {
    display: block;
}
.price .item-sub-price {
    display: block;
    color: #aeaeae;
}
.price .item-price-text {
    font-size: 14px;
    font-weight: 400;
}
.item-foot {
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 14px 20px;
    height: 50px;
}
.item-foot .item-foot-left {
    float: left;
}
.item-foot .item-foot-right {
    float: right;
}
.item-foot p {
    color: #9b9b9b;
}
.item-foot a {
    color: #9b9b9b;
}
.item-foot i {
    margin-right: 5px;
}
.hover-effect {
    transition: all 0.3s ease-in-out 0s;
}
.property-item h2 a, .property-item .property-title a, .widget .media-heading a {
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 380px;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 7px 0;
}
.item-body .property-address, .item-body h4 {
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    font-weight: 300;
    text-transform: inherit;
    text-align: inherit;
}
.item-body .amenities p {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 5px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
}
.property-title a:hover, .property-title a:focus {
    background: transparent;
}
.item-foot-left a:hover, .item-foot-left a:focus {
    background: transparent;
    text-decoration: underline;
    color: inherit;
}
.item-foot p {
    font-size: 12px !important;
    line-height: 20px !important;
    margin: 0 !important;
    font-weight: 300 !important;
}
.item-foot:before {
    content: " ";
    display: table;
}
#listings-carousel .dots {
    margin-top: 0;
}
.actions i {
    line-height: 28px;
}

/*MAP*/
.map-wrapper {
    background: black;
    height: 730px;
    position: relative;
    cursor: pointer;
}
.map {
    opacity: 0.6;
    pointer-events: none;
    height: 730px;
    width: 100%;
}

/*team*/
.team-block {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px;
}
.team-block:hover .team-caption-before {
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.team-block:hover .team-caption-after {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.team-block>img {
    width: 100%;
}
.team-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.team-caption-before {
    background-size: 100%;
    transform: translate3d(0, 0, 0);
}
.team-caption-before .team-caption-inner {
    bottom: 0;
}
.team-name {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 8px;
    font-weight: 700;
    text-transform: inherit;
    text-align: inherit;
}
.team-designation {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 12px;
    font-weight: 400;
    text-transform: inherit;
    text-align: inherit;
}
.team-description {
    font-size: 14px;
    line-height: 23px;
    margin: 15px 0 20px;
    font-weight: 300;
    text-transform: inherit;
    text-align: inherit;
}
.team-caption-after {
    background-color: rgba(255, 255, 255, 0.9);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.team-caption-after .team-caption-inner {
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.team-caption-after .team-name {
    color: #000;
}
.team-caption-after .team-name a {
    color: #000;
}
.team-caption-after .team-designation {
    color: #000;
}
.team-caption-after .team-designation a {
    color: #000;
}
.team-caption-after .team-social li a {
    color: #7f7f7f;
}
.team-caption-inner {
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px 20px;
    text-align: center;
    max-height: 100%;
    overflow: auto;
}
.team-name {
    color: #fff;
}
.team-designation {
    color: #fff;
}
.team-description {
    color: rgba(0, 0, 0, 0.7);
}
.team-social {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    list-style: none;
}
.team-social li {
    display: inline-block;
    margin-right: 6px;
}
.team-social li:last-child {
    margin: 0;
}
.team-social a {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    /* mini phones and down */
}
@media (max-width: 767px) {
    .team-social a {
        font-size: 20px;
    }
}
.team-social a:hover {
    color: #4cc6f4;
}
.team-caption-after .team-name a:hover, .team-caption-after .team-designation a:hover, .team-caption-after .team-name a:focus, .team-caption-after .team-designation a:focus {
    background: transparent;
    color: #dd9954;
}

/*reviews*/
#testimonial-carousel .carousel {
    margin-top: 65px;
    margin-left: 10%;
    margin-right: 10%;
}
#testimonial-carousel .carousel-wrap {
    padding: 0 65px;
}
#testimonial-carousel img {
    width: 70px;
    height: 70px;
    margin: auto auto 20px auto;
}
.block-body .description {
    font-size: 1.125em;
    font-weight: normal;
    line-height: 30px;
}
.block-body .author-info span {
    display: block;
}

/*contact*/
#contact img {
    margin: 35px 0;
}
#contact h3 {
    font-size: 1.5em;
}
#contact a {
    display: block;
}
#contact a:hover, #contact a:focus {
    color: #dd5454;
    background: transparent;
    text-decoration: underline;
}
label {
    font-size: 14px;
    font-weight: normal;
}
.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 2px;
}
input[type="text"], textarea {
    height: 42px;
    width: 100%;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
    color: #959595;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -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;
    border: 1px solid #cccccc;
}
textarea.wpcf7-form-control {
    min-height: 100px;
}

/*footer*/
.footer-bottom {
    background-color: #00335A;
    border-top: 1px solid #00243f;
    color: white;
    padding: 30px 0;
    width: 100%;
}
.footer-bottom .navi li {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    font-weight: 400;
    text-transform: inherit;
    text-align: center;
}
.footer-bottom p {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}
.footer-bottom a {
    color: #fff;
}
.footer-bottom p, .footer-bottom .foot-social p {
    font-size: 14px;
}
.footer a:hover, .footer-bottom .navi a:hover, .footer-bottom .foot-social a:hover, .footer a:focus, .footer-bottom .navi a:focus, .footer-bottom .foot-social a:focus {
    background: transparent;
    opacity: 1;
    text-decoration: underline;
    color: white;
}
.foot-social a {
    font-size: 0.875em;
}
.foot-social i {
    padding-left: 5px;
    font-size: 1.5em;
}
.footer-bottom .navi ul {
    text-align: center;
}
.footer-bottom .navi a {
    line-height: 24px;
}
.cr {
    text-align: right;
}
.cr a:hover {
    background: none;
    text-decoration: underline;
}
.foot-social {
    text-align: center;
    margin-left: 55px;
}

/*MEDIA*/
@media (max-width: 1199px) {
    .property-item.item-grid .cell {
        display: block;
        width: 100%;
        text-align: left !important;
    }
    
    .property-item.item-grid .cell+.cell {
        margin-top: 15px;
    }
    
    .item-body .property-title, .item-body h2 {
        max-width: 260px;
    }
}
@media (max-width: 991px) {
    body {
        font-size: 12px !important;
    }
    .about {
        height: auto;
    }
    .about-tereza {
        position: relative;
    }
    #testimonial-carousel .carousel-wrap {
        padding: 0 25px;
    }
    #testimonial-carousel .carousel {
        margin: 30px 0 0 0;
    }
    .vc_empty_space {
        height: 15px!important;
    }
    .block-body .description {
        max-height: 94px;
        overflow: hidden;
        position: relative;
        padding: 0 13px;
    }
    .block-body .description:after {
        content: '...';
        position: absolute;
        bottom: 2px;
        right: -1px;
    }
    .footer-col {
        text-align: center;
    }
    .foot-social {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .item-body .property-title, .item-body h2 {
        max-width: 100%;
    }
    #contact .row>div:first-child {
        margin-bottom: 20px;
        text-align: center;
    }
    #contact img {
        margin: 35px auto;
    }
    #contact h2 {
        text-align: center!important;
    }
    .footer-bottom {
        padding: 15px 0;
    }
    .footer-bottom .foot-social {
        text-align: center;
    }
    #testimonials {
        display: none;
    }
}
@media (max-width: 720px) {
    .defaultimg {
        background-image: url(../images/01.jpg);
        background-position: center center;
    }
}
@media (max-width: 530px) {
    h1 {
        font-size: 30px;
    }
}
@media (max-width: 481px) {
    .property-item .cell {
        display: block;
        text-align: left !important;
    }
    .item-body .amenities {
        margin-bottom: 15px;
    }
}
@media (max-width: 420px) {
    .navbar {
        height: 115px;
    }    
    .navbar-toggle {
        margin-right: 0;
    }
}
@media (max-width: 350px) {
    .logo {
        width: 80%;
    }
}
@media (max-height: 500px) and (max-width: 420px) {
    .navbar-collapse.collapse {
        max-height: calc(100vh - 115px)!important;
    }
}
@media (max-height: 500px) and (min-width: 421px) {
    .navbar-collapse.collapse {
        max-height: calc(100vh - 60px)!important;
    }
}

/*Listing preview */
.listing-wrapper {
    padding: 15px 5px;
}
.listing-bck {
    background: white;
    padding: 10px;
}
.listing-wrapper img {
    height: 495px;
}
.listing-wrapper a {
    color: #dd5454;
}
.listing-wrapper a:hover, .listing-wrapper a:focus {
    color: #dd9954;
}
.listing-wrapper h4 {
    margin: 20px 0 5px 0;
    font-size: 1.25em;
}
.location, #quote {
    font-size: 0.875em;
}
.location {
    font-style: italic;
    padding-bottom: 20px;
}
.listing-text {
    height: 213px;
    overflow: hidden;
    position: relative;
    text-align: justify;
}
.listing-text .after {
    background: white;
    position: absolute;
    right: 0;
    top: 193px;
    text-align: right;
    font-size: 0.7em;
    padding-left: 5px;
}
.listing-bck img {
    max-width: 100%;
}
@media (max-width: 767px) {
    .listing-bck img {
        width: auto!important;
        margin: auto;
    }
}

h2.logo_text {
    font-family: 'Dancing Script', cursive;
    color: rgb(221, 84, 84);
    line-height: 60px;
}
