/*
Theme Name: m
Author: M M
Author URI: http://srv31184.seohost1.pl/
Version: 0.2
*/
body {
    font-family: "Lato", sans-serif;
    background-color: #fff;
    font-size: 11px;
    font-weight: bold;
}
body .container {
    padding-left: 0;
    padding-right: 0;
}
body .row {
    margin-right: 0;
    margin-left: 0;
}
body .col-xs-12 {
    width: 360px;
    min-width: 360px;
    max-width: 360px;
    /*
    THIS CAN BRAKE RESPONSIVE COLS:
    flex: initial;
    */
}
h1 {
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
}
h3 {
    font-size: 21px;
    font-weight: 300;
    color: #1e2a5a;
    font-weight: bold;
    margin: auto;
}
h3 span {
    color: #f37022;
}
textarea,
textarea:focus,
input,
input:focus,
.form-control:focus,
.search select:focus,
.offer-page select:focus,
.resultsHeader select:focus,
.custom-control-input:focus~.custom-control-label::before {
    outline: none;
    box-shadow: none;
}
.container:not(.search) input:focus,
.container:not(.search) textarea:focus {
    border-bottom: 2px solid #1e2a5a;
}
@media (min-width: 1200px) {
    .container { max-width: 1200px; }
}
.custom-checkbox .custom-control-label {
    padding-top: 5px;
    width: 100%;
    color: #ccc;
}
.custom-checkbox .custom-control-label a {
    color: #1e2a5a;
}
.custom-control-label:before {
    background-color: #ebebeb;
    border: none;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #f37022;
    border: none;
}
.row {
    padding: 0 20px;
}
.row.no-gutters {
    padding: 0;
}
.col.no-gutters,
[class*="col-"].no-gutters {
    padding: 0;
}
.form-control {
    font-size: inherit;
}
body .pt-0 { padding-top: 0; }
body .pb-0 { padding-bottom: 0; }
body .pt-20 { padding-top: 20px; }
body .pb-20 { padding-bottom: 20px; }
body .pt-40 { padding-top: 40px; }
body .pb-40 { padding-bottom: 40px; }
body .mt-0 { margin-top: 0; }
body .mb-0 { margin-bottom: 0; }
body .mt-20 { margin-top: 20px; }
body .mb-20 { margin-bottom: 20px; }
body .mt-40 { margin-top: 40px; }
body .mb-40 { margin-bottom: 40px; }
body .navbar.header {
    padding: 0;
    height: 40px;
    background-color: #1e2a5a;
}
body .navbar.header .icon-tooltip-wrapper {
    position: relative;
}
body .navbar.header .icon-tooltip-wrapper span {
    position: absolute;
    top: 1px;
    right: 12px;
    font-size: 8px;
    border-radius: 10px;
    background-color: #f37022;
    font-family: "arial";
    padding: 1px 2px;
    min-width: 14px;
    text-align: center;
}
body .offer-page .navbar.header .icon-tooltip-wrapper span {
    right: 0px;
}
body .navbar.fixed-bottom {
    padding: 0;
    background-color: #1e2a5a;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
body .navbar.fixed-bottom a {
    color: #fff;
}
body .navbar.fixed-bottom, body .navbar.fixed-bottom .col {
    height: 55px;
}
body .navbar.fixed-bottom .col {
    padding-top: 15px;
}
body .navbar.fixed-bottom i {
    font-size: 24px;
    vertical-align: middle;
    padding-right: 10px;
}
body .navbar.fixed-bottom .col:nth-of-type(2) {
    background-color: #f37022;
}
@media (min-width: 1200px) {
    body .navbar.fixed-bottom {
        display: none;
    }
}
body .header p,
body .header a:not([href]):hover,
body .header a {
    color: #fff;
    margin-top: 10px;
    margin: 0 15px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
body .header p:hover,
body .header a:hover {
    text-decoration: none;
}
body .header p i,
body .header a i {
    margin: 0 6px;
    font-weight: bold;
}
body .header i.icon-network {
    font-weight: normal;
}
body .header p span,
body .header a span {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}
body .header .icon-left-arrow {
    font-size: 12px;
}
body a:hover {
    text-decoration: none;
}
body a.tag,
body a.tag:active,
body a.tag:focus,
body a.tag:hover,
body button.tag,
body button.tag:active,
body button.tag:focus {
    color: #7778ca;
    border: 1px solid #7778ca;
    background-color: #fff;
    padding: 0 10px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    height: 20px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: normal;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
}
body a.tag:hover,
body button.tag:hover {
    background-color: #7778ca;
    border: 1px solid #fff;
    color: #fff;
}
.search {
    text-transform: uppercase;
    padding: 0 10px;
    margin-bottom: 100px;
}
.search p {
    width: 100%;
}
.container .clear {
    width: initial;
    height: 44px;
}
.container .clear:hover {
    text-decoration: none;
}
.search .column-half {
    margin-top: 16px;
}
.search label.column-half,
body .column-half,
body button.column-half {
    width: calc(50% - 10px);
    margin: 20px 0 0 20px;
}
.column-half,
.column-full,
.column-half span,
.column-full span,
.column-full input {
    height: 40px;
}
.column-full.dynamic-height {
    height: inherit;
    min-height: 40px;
}
.column-half span, .column-full span {
    padding-top: 12px;
}
div .column-half:first-of-type {
    margin-left: 0;
}
.column-half span {
    width: 100%;
}
.col-column-half .col {
    width: 100%;
    min-width: 360px;
}
.col-column-half .col div {
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 768px) {
    .col-column-half .col {
        width: 50%;
    }
    .col-column-half .col:nth-of-type(1) div {
        float: right;
    }
    .col-column-half .col div {
        margin-left: 10px;
        margin-right: 10px;
    }
}
.column-full,
.column-full:focus,
.column-full:active {
    width: 100%;
    margin: 16px 0 0 0;
}
.input-group.column-full input {
    width: calc(100% - 30px);
    padding-left: 0;
}
.input-group.column-full i {
    width: 30px;
    padding: 11px 0 0 2px;
    font-size: 17px;
    color: #c0c0c0;
    background-color: #ebebeb;
}
td {
    padding: 2px 10px;
}
p {
    margin-top: 10px;
    margin-bottom: 0px;
}
.search p, .resultsWrapper p {
    margin-top: 15px;
    margin-bottom: 8px;
}

p.additional {
    margin-bottom: 0px;
}
.typeWrapper {
    width: 303px;
    margin: auto;
}
/* On screens that are 768px wide or more, make 2 columns */
@media screen and (min-width: 768px) {
    .typeWrapper {
        width: 606px;
    }
}
.search label {
    margin: 7px 4px 0 4px;
    padding: 0 0 20px 0;
    background-color: #ebebeb;
    position: relative;
}
label > input {
    visibility: hidden;
    height: 0px;
    width: 0px;
}
label > span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #1e2a5a;
}
label > span i {
    margin: 6px 0 5px 0;
    display: inline-block;
    color: #1e2a5a;
    font-size: 64px;
}
label > input:checked +span {
    background-color: #f37022;
}
input[type=text],
input[type=number],
input[type=email],
textarea,
.modal-dialog .input-group input,
.offer-page select,
.search select {
    background-color: #ebebeb;
    border: 0;
    padding: 0 20px;
}
.modal-content .input-group.column-full .input-group-append {
    background-color: #ebebeb;
}
.modal-content .input-group.column-full .input-group-append i {
    display: block;
    margin: auto 0;
    padding: 0;
    font-size: 25px;
    padding: 0px 35px 0px 10px;
    border-right: 1px solid #c0c0c0;
}
.container textarea {
    padding-top: 8px;
    height: 100px;
    color: #777;
}
.offer-page select {
    height: 40px;
    margin-top: 16px;
}
.search input:checked +span, .search input:checked +span i {
    color: #fff;
}
.search .typeWrapper label, .search .typeWrapper label > span {
    height: 93px;
    width: 93px;
}
.search .typeWrapper label.disabled i,
.search .typeWrapper label.disabled span {
    color: #999;
}
.bcg-dark {
    background-color: #999;
}
.bcg-gray {
    background-color: #f8f8f8;
}
.bcg-white {
    background-color: #fff;
}
.bcg-blue {
    background-color: #1e2a5a;
}
.container .bcg-blue h2,
.container .bcg-blue h3,
.container .bcg-blue h4,
.container .bcg-blue h5 {
    color: #fff;
}
.offer-page select,
.search select {
    font-size: 11px;
    color: #777;
}
.search .location i {
    border-radius: 5px 0 0 5px;
}
.search .location input {
    border-radius: 0 5px 5px 0;
}
.rooms {
    width: 100%;
    margin: 7px 0 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.rooms li:nth-of-type(1) {
    margin-left: 0;
}
.rooms li {
    width: 100%;
    margin-left: 10px;
    list-style-type: none;
    padding: 0;
}
.rooms li label, .rooms li span {
    width: 100%;
    margin: 0;
    padding: 0;
}
.rooms li, .rooms li label , .rooms li span {
    height: 47px;
}
.rooms li span {
    padding-top: 16px;
}
label.checkimg {
    margin-top: 16px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    clear: both;
}
.container .row label.checkimg, .container .row label.checkimg span {
    height: 47px;
    width: 250px;
    text-transform: lowercase;
    font-weight: normal;
    border-radius: 0;
}
label.checkimg > input:checked +span {
    background: none;
    color: #a1a1a1;
}
label.checkimg > input:checked ~i {
    color: #fff;
    background-color: #f37022;
}
label.checkimg span {
    padding: 16px 0 0 50px;
    float: left;
    color: #a1a1a1;
}
label.checkimg i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    float: left;
    margin: 6px 0 0 10px;
    padding: 5px;
    color: #ebebeb;
    background-color: #ebebeb;
    border: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.search label,
.search label span,
label.checkimg i,
.resultsHeader .top input,
.offer-page .row.location a,
input[type=text],
input[type=number],
input[type=email],
textarea,
button {
    border-radius: 5px;
}
.btn,
button,
button:active,
button:focus {
    height: 40px;
    width: 320px;
    margin-top: 16px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background-color: #1e2a5a;
    border: none;
    box-shadow: none;
    outline: none;
}
button:hover {
    color: #1e2a5a;
    background-color: #fff;
    border: none;
    box-shadow: none;
}
form button:disabled {
    background-color: #777;
}
.input-group-append button {
    margin-top: 0;
}
.show-search-results, .save-search-results {
    position: fixed;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    z-index: 1000;
}
.save-search-results {
    display: none;
}
button.orange, button.orange:active, button.orange:focus {
    background-color: #f37022;
}
.results {
    margin-top: 20px;
}
.results .col-xs-12 {
    padding: 0;
}
.results .gallery-item .photo-wrapper,
.results .gallery-item .photo-wrapper img {
    width: 360px;
    height: 240px;
}
.results .gallery-item .photo-wrapper.archive {
    position: relative;
}
.results .gallery-item .photo-wrapper.archive img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.results .gallery-item .photo-wrapper.archive .archive-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    text-shadow: 0px 0px 15px #000;
    opacity: 0.7;
    padding: 0;
    box-shadow: none;
}
.mcar.mcar-small-gap.results .gallery-item {
    max-height: 240px;
}
@media (min-width: 768px) {
    .mcar.mcar-small-gap.results .gallery-item {
        max-height: 480px;
    }
    .mcar.mcar-small-gap.results .gallery-item .photo-wrapper,
    .mcar.mcar-small-gap.results .gallery-item .photo-wrapper img {
        width: auto;
        height: 480px;
        min-width: 260px;
        background-size: cover;
    }
}
.results .gallery-item .photo-wrapper {
    background-image: url("img/placeholder_tur.jpg");
    display: block;
}
.results .gallery-item {
    position: relative;
}
/* On screens that are 768px wide or more, make spaces between columns and rows */
@media (min-width: 768px) {
    .row.results.search-results {
        min-width: 752px;
        margin-left: -16px;
    }
    .results.search-results .gallery-item {
        margin-bottom: 16px;
    }
}
/* On screens that are 1200px wide or more, reset negative margin-left */
@media (min-width: 1200px) {
    .row.results.search-results {
        margin-left: 0px;
    }
}
.results .gallery-item.gallery p {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    padding: 140px 20px 0 20px;
    color: #fff;
    text-align: left;
    box-shadow: inset 0px -200px 60px -150px #000;
    white-space: initial;
    pointer-events: none;
}
.results .gallery-item .icon-placeholder, .results .gallery-item .offer-foot .icon-placeholder {
    font-size: 16px;
}
.mcar-small-gap .controls .icon-heart,
.mcar-small-gap .controls .icon-heart-1,
.mcar-small-gap .controls .photo-count,
.results .gallery-item .icon-heart,
.results .gallery-item .icon-heart-1,
.results .gallery-item .photo-count {
    position: absolute;
    font-size: 24px;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
}
.mcar-small-gap .controls .icon-heart,
.mcar-small-gap .controls .icon-heart-1,
.results .gallery-item .icon-heart,
.results .gallery-item .icon-heart-1 {
    top: 15px;
    right: 19px;
    cursor: pointer;
    font-weight: bold;
    pointer-events: all;
}
.mcar-small-gap .controls .photo-count,
.results .gallery-item .photo-count {
    top: 7px;
    left: 19px;
}
.mcar-small-gap .controls .photo-count span,
.results .gallery-item .photo-count span {
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
}
.mcar-small-gap .controls .photo-count i,
.results .gallery-item .photo-count i {
    vertical-align: middle;
}
.results .gallery-item p span {
    font-size: 13px;
}
.results .gallery-item p span:first-of-type {
    font-size: 18px;
}
.results .gallery-item p span img {
    width: 18px;
    height: 18px;
    vertical-align: inherit;
    margin: 5px 8px 0 0;
}
.resultsFooter .sm-checkbox-wrapper {
    margin-top: 13px;
}
.resultsHeader p {
    clear: both;
    margin: 10px 0;
}
.resultsHeader .top {
    padding-bottom: 20px;
    min-height: 60px;
    width: 100%;
}
.resultsHeader .top input, .resultsHeader .top button {
    background-color: #fff;
    border: 1px solid #c2c2c2;
}
.resultsHeader .top .location-input {
    float: left;
    width: calc(100% - 92px);
    height: auto;
}
@media (max-width: 360px) {
    .resultsHeader .top .location-input {
        width: calc(100% - 3px);
    }
}
.resultsHeader .top .filter-wrapper {
    display: block;
    float: right;
}
.resultsHeader .top .filter {
    color: #33326b;
    font-size: 12px;
    font-weight: normal;
    text-transform: inherit;
    width: 82px;
    pointer-events: none;
}
.resultsHeader .top .filter i {
    font-size: 16px;
    padding: 0 5px 0 2px;
    vertical-align: text-bottom;
}
.resultsHeader .col:first-of-type {
    font-weight: bold;
    color: #666;
}
.resultsHeader .col:first-of-type b {
    color: #f37022;
}
.resultsHeader .input-group.column-full input {
    padding: 0 20px;
    border-right: none;
}
.resultsHeader .input-group.column-full button {
    background-color: #1e2a5a;
    color: #fff;
    border: 1px solid #1e2a5a;
    border-left: none;
    padding-left: 10px;
    padding-right: 10px;
    width: inherit;
}
.resultsHeader .input-group.column-full button:hover {
    color: #fff;
}
.resultsHeader .input-group.column-full button:focus {
    outline: none;
    box-shadow: none;
}
.resultsHeader .input-group.column-full button i {
    background-color: transparent;
    color: #fff;
}
.resultsHeader .input-group.column-full button span {
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
    vertical-align: text-bottom;
}
.resultsHeader .count-wrapper {
    padding-top: 4px;
}
.resultsHeader select, .resultsHeader .view-switch {
    vertical-align: middle;
    cursor: pointer;
}
.resultsHeader select {
    border: none;
    width: 155px;
    height: 16px;
    color: #7a7a7a;
    font-size: 11px;
    padding: 0 25px 0 0;
    text-align-last: right;

}
.resultsHeader .view-switch {
    font-size: 24px;
    color: #1e2a5a;
}
.resultsHeader .view-switch.icon-gallery {
    display: none;
}
.round-form {
    border-radius: 10px;
}
.round-form form {
    max-width: 600px;
}
.round-form form .captcha {
    margin-top: 16px;
    color: #ccc;
}
.round-form form .captcha span {
    margin-left: 10px;
    padding: 0 0 2px 10px;
    background-color: #ebebeb;
    display: inline-block;
    overflow: hidden;
}
.round-form form .captcha canvas {
    margin-top: -5px;
}
.round-form form label.captcha {
    line-height: 17px;
}
.resultsWrapper .favourites {
    border: 1px solid #c2c2c2;
    border-radius: 5px;
}
.resultsWrapper .favourites button {
    text-transform: initial;
}
.resultsWrapper .favourites h2 {
    color: #1e2a5a;
}
.resultsWrapper .favourites p {
    color: #999;
}
.resultsWrapper .favourites span {
    color: #f37022;
}
.resultsWrapper .notfound {
    height: 578px;
    background-image: url("img/notfound.jpg");
    background-position: center;
    background-repeat: repeat;
}
.resultsWrapper.page-404 .notfound {
    background-image: url("img/404.jpg");
}
@media (max-width: 360px) {
    .resultsWrapper .notfound {
        height: 307px;
        background-image: url("img/notfound_m.jpg");
    }
    .resultsWrapper.page-404 .notfound {
        background-image: url("img/404_m.jpg");
    }
}
.resultsWrapper .gallery-item.tablet,
.resultsWrapper .gallery-item.list {
    display: none;
}
@media (min-width: 768px) {
    .resultsWrapper .results .gallery-item.gallery {
        display: none;
    }
    .resultsWrapper .results .gallery-item.list {
        display: block;
    }
}
.gallery-item.list p {
    margin-top: 0;
}
.mcar-small-gap .controls .price,
.gallery-item.list .price,
.carousel .gallery-item .price {
    position: absolute;
    top: 198px;
    left: 0px;
    color: #fff;
    text-align: left;
    background-color: #1e2a5a;
    padding: 0 15px 0 20px;
    margin-bottom: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.mcar-small-gap .controls .price.exclusive,
.gallery-item.list .price.exclusive,
.carousel .gallery-item .price.exclusive {
    left: auto;
    right: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-transform: uppercase;
    height: 27px;
}
.mcar-small-gap .controls .price span,
.gallery-item.list .price span,
.carousel .gallery-item .price span {
    font-size: 17px;
}
.mcar-small-gap .controls .price.exclusive span,
.gallery-item.list .price.exclusive span,
.carousel .gallery-item .price.exclusive span {
    font-size: 13px;
    line-height: 27px;
}
.results .gallery-item p span .exclusive-logo,
.exclusive-logo {
    height: 20px;
    margin: 0 0 2px;
    width: initial;
    vertical-align: bottom;
}
.results .gallery-item .offer-foot {
    padding-top: 13px;
    border: 1px solid #ccc;
    border-radius: 0 0 15px 15px;
    margin-bottom: 8px;
    background-color: #fff;
    min-height: 80px;
}
.results .gallery-item .offer-foot .additional {
    display: none;
}
@media (min-width: 768px) {
    .results .gallery-item .offer-foot .additional {
        display: inline;
    }
}
.results .gallery-item .offer-foot span {
    font-size: 10px;
    line-height: 12px;
    float: left;
    font-weight: 300;
}
.results .gallery-item .offer-foot b {
    font-weight: bold;
}
.results .gallery-item .offer-foot i {
    font-size: 30px;
    color: #999;
}
.results .gallery-item.list .offer-foot span:nth-of-type(3),
.results .gallery-item.list .offer-foot span:nth-of-type(5),
.results .gallery-item.list .offer-foot span:nth-of-type(7),
.results .gallery-item.list .offer-foot span:nth-of-type(9) {
    border-left: 1px solid #999;
}
.results .gallery-item.list .offer-foot span:nth-of-type(5),
.results .gallery-item.list .offer-foot span:nth-of-type(7),
.results .gallery-item.list .offer-foot span:nth-of-type(9) {
    padding-left: 9px;
}
.results .gallery-item.list .offer-foot span:nth-of-type(1) {
    width: 40px;
    padding-left: 14px;
}
.results .gallery-item.list .offer-foot span:nth-of-type(2) {
    width: 74px;
}
.results .gallery-item.list .offer-foot span:nth-of-type(3) {
    width: 45px;
    padding-left: 15px;
}
.results .gallery-item.list .offer-foot span:nth-of-type(4) {
    width: 83px;
}
.results .gallery-item.list .offer-foot span:nth-of-type(5),
.results .gallery-item.list .offer-foot span:nth-of-type(7) {
    width: 40px;
}
.results .gallery-item.list .offer-foot span:nth-of-type(6) {
    width: 75px;
}
.results .gallery-item.list .offer-foot span:nth-of-type(8) {
    width: 45px;
}
.results .gallery-item.list .offer-foot span:nth-of-type(9) {
    width: 50px;
}
.results .gallery-item .offer-foot .location {
    color: #999;
    font-weight: bold;
    font-size: 12px;
    padding-top: 5px;
    height: 35px;
    clear: both;
    margin-bottom: 0px;
}
body .container.results .gallery-item .offer-foot .location span,
body .container-fluid.results .gallery-item .offer-foot .location span,
body .container .results .gallery-item .offer-foot .location span,
body .container-fluid .results .gallery-item .offer-foot .location span {
    float: left;
    height: 30px;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
}
.results .gallery-item.tablet {
    padding: 0 20px;
}
.results .gallery-item.tablet p {
    margin: 0;
    text-align: left;
}
.results .gallery-item.tablet .photo-wrapper {
    float: left;
    border-radius: 0 0 0 15px;
}
.results .gallery-item.tablet .photo-wrapper img {
    border-radius: 0 0 0 15px;
}
.results .gallery-item.tablet .offer-foot {
    float: right;
    height: 240px;
    width: calc(100% - 360px);
    padding-left: 20px;
    border-radius: 0 0 15px 0;
}
.results .gallery-item.tablet .offer-foot a:hover {
    text-decoration: none;
}
.results .gallery-item.tablet .photo-count {
    left: 39px;
}
.results .gallery-item.tablet .icon-heart-1,
.results .gallery-item.tablet .icon-heart {
    position: initial;
    text-shadow: none;
}
.results .gallery-item.tablet .intro .type,
.results .gallery-item.tablet .like,
.results .gallery-item.tablet .like i {
    color: #f37022;
}
@media (max-width: 1199px) {
.results .gallery-item.tablet .picto span:nth-of-type(7),
.results .gallery-item.tablet .picto span:nth-of-type(8),
.results .gallery-item.tablet .picto span:nth-of-type(9),
.results .gallery-item.tablet .picto span:nth-of-type(10),
    .results .gallery-item.tablet h3,
    .results .gallery-item.tablet .type {
        display: none;
    }
}
.results .gallery-item.tablet .like {
    padding: 15px 0;
}
.results .gallery-item.tablet .like i,
.results .gallery-item.tablet .intro i {
    font-size: 24px;
    vertical-align: middle;
    padding-right: 10px;
}
.results .gallery-item.tablet .intro b {
    padding-right: 40px;
    line-height: 30px;
    color: #999;
}
.results .gallery-item.tablet .left {
    width: calc(100% - 130px);
}
.results .gallery-item.tablet .right {
    width: 130px;
}
.results .gallery-item.tablet .right p {
    background-color: #1e2a5a;
    padding: 4px 0 5px 0;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    font-size: 14px;
}
.results .gallery-item.tablet .right p:nth-of-type(2) {
    background-color: #f37022;
    font-size: 12px;
}
.results .gallery-item.tablet .picto {
    height: 50px;
}
.results .gallery-item.tablet .picto span {
    padding: 0 5px;
}
.results .gallery-item.tablet .picto span:nth-child(odd) {
    border-left: 1px solid #999;
}
@media (min-width: 1200px) {
    .results .gallery-item.tablet .picto span:nth-child(odd) {
        padding-left: 20px;
    }
    .results .gallery-item.tablet .picto span:nth-child(even) {
        padding-right: 20px;
    }
}
.results .gallery-item.tablet .picto span:nth-of-type(1) {
    padding-left: 0;
    border-left: none;
}
.resultsHeader span, .prev, .next {
    cursor: pointer;
}
.pagination {
    margin: 30px 0 20px 0;
    color: #999;
}
.pagination b {
    color: #1e2a5a;
}
.pagination div {
    margin: auto;
    padding-bottom: 30px;
}
.pagination a,
.pagination span {
    background-color: #ebebeb;
    padding: 8px 10px;
    font-weight: bold;
    margin: 0 1px;
    color: #999;
}
.pagination a:first-of-type,
.pagination span:first-of-type {
    border-radius: 5px 0 0 5px;
}
.pagination a:last-of-type,
.pagination span:last-of-type {
    border-radius: 0 5px 5px 0;
}
.pagination input.current-page-counter {
    display: none;
    padding: 0;
    width: 20px;
}
.pagination input.current-page-counter:focus {
    border: none;
}
.container-fluid {
    padding: 0;
}
.main-footer {
    background: rgb(30,42,90);
    background: linear-gradient(0deg, rgba(30,42,90,1) 0%, rgba(43,57,119,1) 100%);
    color: #fff;
    font-size: 12px;
    min-height: 433px;
    position: relative;
    overflow: hidden;
}
.main-footer .company {
    height: 71px;
}
.main-footer .logo {
    margin: 18px 0;
    width: 300px;
    height: 35px;
}
.main-footer .icon-tur {
    font-size: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    opacity: 0.1;
    pointer-events: none;
}
.main-footer h4 {
    margin: 38px 0 42px 0;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
}
.main-footer p {
    margin-top: 15px;
    margin-bottom: 8px;
}
.main-footer a {
    color: #fff;
}
.main-footer ul {
    list-style-type: none;
    padding-inline-start: 0;
    padding-bottom: 8px;
}
.main-footer li {
    padding-bottom: 6px;
}
.main-footer .menu.cols,
.main-footer .menu.fold {
    display: none;
}
.main-footer .menu .footer-switch {
    cursor: pointer;
    height: 25px;
}
.main-footer .menu p {
    width: 100%;
    padding-bottom: 7px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
.main-footer .menu p i {
    float: right;
    opacity: 0.9;
}
.main-footer .menu p span {
    float: left;
}
.main-footer .menu .col,
.main-footer .menu .col-xs-12 {
    min-width: 200px;
    padding: 0 20px;
}
.main-footer .menu .col-xs-12 ul {
    display: none;
}
@media (min-width: 768px) {
    .main-footer .menu.cols {
        display: flex;
    }
    .main-footer .menu .col-xs-12 ul {
        display: block;
    }
    .main-footer .menu.cols .footer-switch i {
        display: none;
    }
    .main-footer .menu.cols .footer-switch {
        pointer-events: none;
    }
    body .main-footer .menu.unfold {
        display: none;
    }
    body .main-footer .menu.fold {
        display: block;
    }
}
@media (min-width: 1200px) {
    .main-footer .menu .footer-switch i {
        display: none;
    }
    body .main-footer .menu.unfold {
        display: none;
    }
    body .main-footer .menu.fold {
        display: none;
    }
}
.main-footer .menu:nth-child(2) {
    display: flex;
}
.main-footer .social {
    height: 73px;
    margin-bottom: 20px;
}
.main-footer .social p {
    border: 1px solid #525c8d;
    border-left: none;
    border-right: none;
    padding: 12px 0;
}
.main-footer .social i {
    font-size: 24px;
    margin: 0 7px;
    vertical-align: middle;
}
.main-footer .copyright i {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 190px;
    margin: 0 auto;
    z-index: 1000;
    font-size: 30px;
    color: #f37022;
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer;
}
.main-footer .copyright span {
    display: block;
    float: left;
}
.main-footer .copyright span:nth-of-type(1), .main-footer .copyright span:nth-of-type(3) {
    width: 10%;
}
.main-footer .copyright span:nth-of-type(2) {
    width: 80%;
    font-size: 9px;
}
/* Page Offer start */
.offer-page.floating-top {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 40px;
    height: 35px;
    background-color: #ebebeb;
}
.offer-page.floating-top img {
    height: 30px;
    margin-top: 3px;
    width: 43px;
}
.offer-page.floating-top p {
    margin: 5px 0 0 10px;
    line-height: 13px;
    max-width: 158px;
    overflow: hidden;
    height: 28px;
}
.offer-page.floating-top p:nth-of-type(2) {
    font-size: 16px;
    line-height: 15px;
    color: #f37022;
    margin: 11px 0 0 0;
}
.offer-page.floating-top p span {
    color: #f37022;
    font-weight: bolder;
}
.offer-page .ads {
    height: 94px;
    position: relative;
    max-width: 720px;
}
.ads img {
    width: 80px;
    background-color: #009e5e;
    border-radius: 80px;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
}
.offer-page .ads span {
    position: absolute;
    top: 19%;
    left: 64%;
    width: 200px;
    transform: translate(-50%, -50%);
    color: #fff;
}
.offer-page .ads span:nth-of-type(2) {
    top: 33%;
}
.offer-page .ads span:nth-of-type(3) {
    top: 60%;
}
.offer-page .ads span:nth-of-type(4) {
    top: 74%;
}
@media (min-width: 768px) {
    .offer-page.mobile-video-walk {
        display: none;
    }
    .offer-page .ads span {
        top: 40%;
        left: 42%;
    }
    .offer-page .ads span:nth-of-type(2) {
        top: 54%;
    }
    .offer-page .ads span:nth-of-type(3) {
        top: 40%;
        left: 65%;
    }
    .offer-page .ads span:nth-of-type(4) {
        top: 54%;
        left: 65%;
    }
}
.offer-page .description.desc {
    display: none;
    color: #1e2a5a;
    padding: 20px;
}
.offer-page .description.desc td b {
    font-weight: 900;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .offer-page .description.desc {
        padding: 20px 100px;
    }
}
.offer-page .description.desc td {
    vertical-align: top;
}
@media (min-width: 1200px) {
    .offer-page .description.text {
        padding-top: 20px;
        padding-left: 225px;
        padding-right: 225px
    }
}
.offer-page button {
    width: auto;
}
.offer-page a.column-half,
.offer-page a.column-half button,
.offer-page button.column-half:active,
.offer-page button.column-half:focus,
.offer-page button.column-half {
    padding: 0;
    width: calc(50% - 10px);
    font-size: 12px;
}
.static.title h1 {
    margin: 10px 0;
}
.static.content h1,
.static.content h2,
.static.content h3 {
    margin-top: 20px;
}
.offer-page h2,
.offer-page h3,
.offer-page h2 a,
.offer-page h3 a,
.offer-page h2 a:hover,
.offer-page h3 a:hover {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 300;
    color: #1e2a5a;
    text-decoration: none;
}
.offer-page h2 span,
.offer-page h3 span,
.offer-page h2 a span,
.offer-page h3 a span {
    color: #f37022;
}
.offer-page h3,
.offer-page h3 a,
.offer-page h3 a:hover {
    font-weight: bold;
    margin: auto;
}
.offer-page h4, .offer-page h5 {
    font-size: 14px;
    font-weight: bold;
    color: #1e2a5a;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 0;
}
.offer-page h5 a,
.offer-page h5 {
    color: #acacac;
}
.offer-page p.additional {
    margin-bottom: 0px;
}
.offer-page button,
.offer-page button:active,
.offer-page button:focus {
    padding: 0 30px;
    font-size: 13px;
    max-width: 340px;
}
.offer-page button.orange,
.offer-page button.orange:active,
.offer-page button.orange:focus {
    background-color: #f37022;
}
.offer-page .btn.white,
.offer-page button.white,
.offer-page button.white:active,
.offer-page button.white:focus {
    background-color: transparent;
    color: #1e2a5a;
    border: 2px solid #1e2a5a;
}
.offer-page button.white-o,
.offer-page button.white-o:active,
.offer-page button.white-o:focus {
    background-color: transparent;
    color: #f37022;
    border: 2px solid #f37022;
}
.offer-page .col-column-half .col .addition {
    width: 240px;
}
.offer-page .row.price b {
    font-size: 20px;
    color: #f37022;
    padding-right: 10px;
}
.offer-page .row.price a {
    color: #999;
    text-decoration: underline;
}
.offer-page .row.location p {
    width: 100%
}
.offer-page .row.location a,
.offer-page .row.location span {
    display: block;
}
.offer-page .row.location span {
    float: left;
}
@media (max-width: 360px) {
    .offer-page .row.location span {
        max-width: 230px;
    }
}
.offer-page .row.location a {
    float: right;
    color: #fff;
    background-color: #1e2a5a;
    padding: 3px 20px;
}
.offer-page .row.location i {
    font-size: 18px;
}
.offer-page .results {
    margin-top: 0;
    padding-bottom: 20px;
}
.offer-page .carousel-onebyone .results {
    padding-bottom: 0;
}
.offer-page .results.images .offer-foot {
    border: none;
}
.offer-page .results.images .offer-foot .location, .offer-page .results.images .price {
    display: none;
}
.offer-page .results .col-xs-12 {
    padding: 0;
}
.description,
.description-intro,
.description-long {
    padding-top: 10px;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}
.home .description .font-weight-bold,
.home .description-intro .font-weight-bold,
.home .description-long .font-weight-bold {
    color: #1e2a5a;
}
.description {
    display: block;
    min-height: 100px;
    max-height: 280px;
    overflow: hidden;
    position: relative;
}
.description .more {
    left: 50%;
    bottom: -58px;
    transform: translate(-50%, -50%);
    z-index: 1;
    position: absolute;
    height: 116px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    width: 100%;
    text-align: center;
    line-height: 160px;
    color: #1e2a5a;
    font-weight: bold;
    cursor: pointer;
}
.description .more .b {
    display: none;
}
.description.extended {
    max-height: fit-content;
    padding-bottom: 40px;
}
.description.extended .more {
    background: none;
    bottom: -31px;
    height: 54px;
    line-height: 25px;
}
.description.extended .more .a {
    display: none;
}
.description.extended .more .b {
    display: inline;
}
.description.extended .more i {
    transform: rotate(180deg);
    display: inline-block;
}
.offer-page .offer-count h3 span {
    text-decoration: underline;
    color: #1e2a5a;
}
.offer-page .offer-count h3 i {
    color: #f37022;
}
.offer-page .agent img {
    margin: auto;
}
.offer-page .agent h3 {
    margin: 10px auto -10px auto;
}
.offer-page .questions {
    padding: 20px 0;
    margin-top: 20px;
}
.offer-page .sm-checkbox-wrapper {
    margin-top: 10px;
}
.offer-page.mcar.results .gallery-item.list,
.offer-page .gallery-item.list {
    display: block;
}
/* Page Offer end */
/* Page Broker List */
.page-broker-list .logo {
    width: 320px;
}
.container-fluid.page-broker-list {
    background-image: url("../../uploads/2020/03/brokertop.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    height: 587px;
    border-bottom: 5px solid #1e2a5a;
}
@media (max-width: 360px) {
    .container-fluid.page-broker-list {
        background-image: url("../../uploads/2020/06/broker-top_m.jpg");
        height: 307px;
    }
}
.face {
    background: transparent;
    overflow: hidden;
}
.face, .face img {
    width: 180px;
    height: 180px;
}
.face-wrapper {
    width: 320px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
}
.face-wrapper:last-of-type {
    margin-bottom: 40px;
}
.face-wrapper .offer-count {
    margin-top: 0;
    padding: 0 0 5px 0;
}
.face-wrapper .offer-count i {
    vertical-align: middle;
}
.face-wrapper .offer-count h3 {
    font-size: 18px;
}
.face-wrapper .offer-count h3 span {
    color: #f37022;
}
.broker-top {
    border-bottom: 5px solid #1e2a5a;
    margin-bottom: -5px;
}
/* Page Broker List end */
/* Page Broker */
.container-fluid.page-broker-list.page-broker {
    background-image: url("../../uploads/2020/03/brokertop-1.jpg");
    height: 315px;
    min-height: 315px;
    border-bottom: none;
}
.page-broker .face, .page-broker .face img {
    width: 250px;
    height: 250px;
}
.page-broker .face-wrapper {
    background: none;
    margin-top: -200px;
    margin-bottom: -20px;
}
.page-broker .face-wrapper .offer-count {
    display: none;
}
.home .broker-buttons div img,
.page-broker .face {
    background: transparent;
}
.page-broker .face-wrapper .profile {
    display: none;
}
.page-broker .description b {
    color: #1e2a5a;
}
.page-broker .testimonial {
    margin-top: -20px;
    line-height: 30px;
    color: #1e2a5a;
    padding-top: 10px;
    font-weight: normal;
}
.page-broker a {
    color: #1e2a5a;
}
.page-testimonials .testimonial p:nth-of-type(1) {
    min-height: 300px;
}
.page-broker .bio {
    margin-top: 0;
    color: #1e2a5a;
    font-size: 15px;
    line-height: 24px;
}
.page-broker .bio span {
    color: #f37022;
}
.page-broker .offer-foot {
    background-color: #fff;
}
.page-broker .icon-house {
    font-size: 45px;
}
.page-broker .trust {
    max-width: 340px;
}
.page-broker .trust label {
    pointer-events: none;
}
.quote-icon {
    font-size: 52px;
    color: #f37022;
    margin-top: -30px;
    font-weight: bolder;
}
/* Page Broker end */
/* Page Home */
.home.offer-page {
    padding-bottom: 0;
}
.home.main-top {
    border-bottom: 20px solid #f8f8f8;
}
.home.main-top > .row {
    min-height: 490px;
    width: 100%;
    background-image: url("../../uploads/2020/03/newtop2.jpg");
    background-position: center 40px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.home.main-top h1,
.home.main-top h2 {
    margin: 40px 0 15px 0;
    color: #fff;
}
.home.main-top textarea,
.home.main-top input,
.home.main-top select {
    max-width: 1000px;
}
.home.main-top i {
    font-weight: bold;
    vertical-align: top;
    font-size: 18px;
}
.home.main-top textarea,
.home.main-top input {
    background-color: #fff;
}
.home.main-top select {
    padding: 0 20px;
    padding: 0 20px;
    font-size: 13px;
    color: #777;
}
.home.main-top .sell {
    color: #f37022;
    background-color: #fff;
    margin-top: 20px;
}
.home.main-top .column-full {
    max-width: 630px;
}
.home.page-broker .face-wrapper {
    margin-top: 0;
}
.home.page-broker .face-wrapper .recommend {
    display: none;
}
.home.page-broker .thanks {
    color: #acacac;
}
.bcg-blue .home .main-count h2,
.bcg-blue .home .main-count h3,
.bcg-blue .home .main-count p {
    color: #fff;
}
.home .main-count p {
    margin-bottom: -30px;
    color: #1e2a5a;
    font-size: 74px;
    font-weight: bold;
}
.home .broker-buttons,
.home .broker-buttons div,
.home .broker-buttons img,
.home .broker-buttons .col,
.home .main-blog,
.home .main-blog div,
.home .main-blog .col {
    border-radius: 5px;
}
.home .broker-buttons div,
.home .broker-buttons button {
    max-width: 360px;
    margin-top: 0;
}
.home .broker-buttons button.white {
    border: none;
}
.home.main-map {
    border-top: 40px solid #f8f8f8;
    border-bottom: 40px solid #f8f8f8;
}
.home.main-map, .home.main-map #map {
    min-height: 548px;
}
.home.main-map #map {
    width: 100%;
}
.home.main-map .results,
.home.main-map .leaflet-popup-content {
    margin: 0;
}
.home.main-map .results {
    margin-left: -30px;
}
.home.main-map .leaflet-popup-content-wrapper {
    padding: 0;
    box-shadow: none;
}
.home.main-map .leaflet-popup-tip {
    background: #fff;
}
.home.main-map .leaflet-popup-close-button {
    display: none;
}
.home.main-map .results .ads {
    padding: 0 0 0 215px;
}
.home.main-map .results .ads,
.home.main-map .results .ads img {
    border: 3px solid #fff;
}
.home.main-map .results .ads .cover {
    background-color: rgba(0, 0, 102, 0.5);
    display: block;
    height: 100%;
    text-align: center;
}
.home.main-map .results .ads .cover span:nth-of-type(1),
.home.main-map .results .ads .cover span:nth-of-type(2),
.home.main-map .results .ads .cover span:nth-of-type(3),
.home.main-map .results .ads .cover span:nth-of-type(4) {
    text-transform: uppercase;
}
.home.main-map .results .ads .cover span:nth-of-type(1) {
    font-size: 11px;
}
.home.main-map .results .ads .cover span:nth-of-type(2) {
    line-height: 10px;
    font-size: 20px;
    line-height: 13px;
    vertical-align: top;
}
.home.main-map .results .ads .cover span:nth-of-type(3) {
    margin-top: 90px;
    display: inline-block;
    font-weight: bolder;
    height: 38px;
}
.home.main-map .results .ads .cover span:nth-of-type(4) {
    margin-top: 5px;
    display: inline-block;
}
.home.main-map .results .ads .cover span:nth-of-type(5) {
    line-height: 13px;
    vertical-align: top;
}
.home.main-map .results .ads img {
    top: 39%;
    left: 80%;
    background: linear-gradient(0deg, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 60%);
}
.home.main-map .mcar .mprev,
.home.main-map .mcar .mnext {
    display: flex;
    pointer-events: auto;
}
.modal#fullscreen-modal .number-icon,
.home.main-map .number-icon {
    background-image: url("img/pin.png");
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
    color: #1e2a5a;
    font-weight: bold;
    padding-top: 9px;
}
.home .main-video-thumb {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 54.8%; /* ?:? */
    /*padding-bottom: 56.25%;*/ /* 16:9 */
    /*padding-bottom: 62.5%;*/ /* 16:10 */
    height: 0;
}
.home .main-video-thumb iframe {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0px;
}
.home.mcar.video ul {
    height: 180px;
}
.home.mcar.video ul li {
    top: -40px;
    margin-top: -30px;
    cursor: pointer;
}
.home.mcar.video .gallery-item span {
    position: absolute;
    left: 50%;
    top: 42%;
    z-index: 1;
    pointer-events: none;
}
.home.mcar.video .gallery-item i {
    position: relative;
    left: -50%;
    top: -50%;
    color: #fff;
    font-size: 36px;
}
.home .main-blog div {
    width: 360px;
}
.home .main-blog img {
    width: 100%;
    height: 240px;
    margin-bottom: 10px;
}
.home .main-blog p,
.home .main-blog h3 {
    margin-left: 10px;
    margin-right: 10px;
}
.home .main-blog p {
    font-size: 13px;
    line-height: 25px;
    font-weight: normal;
    color: #666;
}
.home .main-blog .title {
    line-height: 20px;
    font-weight: bold;
    color: #1e2a5a;
}
.home .description {
    margin-top: 0;
}
.home .description-long {
    display: none;
    padding-left: 225px;
    padding-right: 225px;
}
.home .description-long p {
    text-align: justify;
}
.description-intro.lazy {
    background-image: none;
}
.description-intro {
    color: #1e2a5a;
    background-image: url("../../uploads/2020/06/Grafika_Warszawa_1.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 193px;
}
.description-intro p {
    color: #1e2a5a;
    text-align: justify;
}
@media (min-width: 768px) {
    .home .description {
        display: none;
    }
    .home .description-long {
        display: block;
    }
}
.home .main-tabs {
    border-bottom: 40px solid #f8f8f8;
}
.home .main-tabs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
    width: 100%;
    border: 1px solid #ccc;
}
.home .main-tabs > ul {
    background-color: #d7d7d7;
    color: #fff;
}
.home .main-tabs > ul ul {
    display: none;
}
.home .main-tabs ul li {
    clear: both;
    overflow: auto;
    padding: 10px 30px;
}
.home .main-tabs ul li span {
    float: left;
}
.home .main-tabs ul li i {
    float: right;
    padding-top: 3px;
}
.home.mobile-menu .row.main-tabs ul li ul li a {
    color: #fff;
}
.home .main-tabs .selected {
    background-color: #1e2a5a;
    border-radius: 10px;
}
.home .main-tabs .selected li {
    border-bottom: 1px solid #c2c2c2;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: normal;
}
.home .main-tabs .selected li:last-child {
    border-bottom: none;
}
.home .main-tabs .selected ul {
    display: block;
    background-color: #fff;
    color: #1e2a5a;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -10px;
    width: calc(100% + 60px);
    border: none;
    padding-left: 30px;
    padding-right: 30px;
}
.home .main-tabs .selected ul i {
    transform: initial;
}
.home .main-tabs .selected > span {
    padding-bottom: 10px;
}
@media (min-width: 1200px) {
    body .home .main-tabs {
        display: none;
    }
    body .home .main-tabs-desktop {
        display: block;
    }
}
.home .row.main-tabs .selected ul li a {
    color: #1e2a5a;
}
.home .main-tabs-desktop {
    min-height: 400px;
    display: none;
}
.home .main-tabs-desktop .nav-link {
    background-color: #d7d7d7;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 13px 0;
    border-radius: unset;
}
.home .main-tabs-desktop .nav-link:hover {
    border: 1px solid #d7d7d7;
    text-decoration: none;
}
.home .main-tabs-desktop .nav-link.active {
    background-color: #1e2a5a;
    color: #fff;
}
.home .main-tabs-desktop .tab-pane {
    padding: 24px 10px;
    min-height: 313px;
}
.home .main-tabs-desktop .tab-pane a {
    color: #ababab;
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
}
.home .main-tabs-desktop .tab-pane .col {
    column-count: 6;
    column-gap: 20px;
}
.home .main-tabs-desktop.province .tab-pane .col {
    column-count: 3;
}
.home .main-tabs-desktop .tab-pane .col li {
    list-style: none;
}
.home .main-tabs-desktop .tab-pane a span {
    font-weight: bold;
}
.home.responsive-agent .agent {
    width: 360px;
}
.home.responsive-agent .agent h3 span {
    font-size: 20px;
}
.home.responsive-agent .backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.home.responsive-agent .backdrop div {
    float: left;
    height: 100%;
    background-color: #fff;
}
.home.responsive-agent.bcg-gray .backdrop div {
    background-color: #f8f8f8;
}
.home.responsive-agent .backdrop div:nth-of-type(2) {
    background: none;
}
@media (min-width: 360px) {
    .home.responsive-agent .backdrop div {
        width: calc(50% - 180px);
    }
    .home.responsive-agent .backdrop div:nth-of-type(2) {
        width: 360px;
    }
}
@media (min-width: 768px) {
    .home.responsive-agent .backdrop div {
        width: calc(50% - 384px);
    }
    .home.responsive-agent .backdrop div:nth-of-type(2) {
        width: 768px;
    }
}
@media (min-width: 1200px) {
    .home.responsive-agent .backdrop div {
        width: calc(50% - 600px);
    }
    .home.responsive-agent .backdrop div:nth-of-type(2) {
        width: 1200px;
    }
}
.home.responsive-agent ul li p {
    white-space: initial;
}
.home.responsive-agent .mprev,
.home.responsive-agent .mnext {
    z-index: 2;
}
.home.responsive-agent .mprev i,
.home.responsive-agent .mnext i {
    color: #999;
    text-shadow: none;
}
.home.responsive-agent .addition h3,
.home.responsive-agent .addition h5 {
    text-align: center;
}
.home.responsive-agent .addition p {
    height: 120px;
}
.home.responsive-agent .addition p a {
    color: #1e2a5a;
}
.home.responsive-agent .addition .header {
    display: flex;
    justify-content: space-between;
}
.home.responsive-agent .addition .header p {
    display: none;
    height: 23px;
    font-size: 52px;
    color: #f37022;
    margin-top: -35px;
    font-weight: bolder;
}
.offer-page div .link-half {
    display: inline-block;
    margin-right: 20px;
}
@media (min-width: 768px) {
    .home.responsive-agent .agent {
        width: 768px;
    }
    .home.responsive-agent .face {
        float: left;
    }
    .home.responsive-agent .addition {
        width: 430px;
        float: right;
    }
    .home.responsive-agent .addition h3,
    .home.responsive-agent .addition h5 {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }
    .home.responsive-agent .addition .header p {
        display: block;
    }
}
@media (min-width: 1200px) {
    .home.responsive-agent .agent {
        width: 1200px;
    }
    .home.responsive-agent .addition {
        width: 880px;
        padding-left: 90px;
        padding-right: 90px;
    }
}
.home .agent .face-wrapper {
    margin: 0;
    padding: 0 20px;
    background: none;
    width: auto;
}
.home .agent .face-wrapper p {
    white-space: initial;
    color: #acacac;
    font-weight: normal;
}
/* Page Home end */
/* Page Contact */
.page-contact.broker-top {
    background-image: url("img/contact-map.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    border-bottom: none;
}
.page-contact.broker-top .row a button {
    color: #1e2a5a;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
}
.page-contact .agent {
    margin-top: 54px;
}
.page-contact .agent form button {
    width: 100%;
}
.page-contact.offer-page .agent h3 {
    margin: 10px auto;
}
.page-contact .info {
    color: #fff;
    font-weight: bold;
    padding: 10px 10px 10px 20px;
    margin-bottom: 1px;
    list-style-type: none;
    font-size: 12px;
}
.page-contact .info li {
    padding-bottom: 10px;
}
.page-contact .info a {
    color: #fff;
}
.page-contact .info i {
    font-size: 20px;
    padding-right: 10px;
    vertical-align: bottom;
}
.page-contact .info span {
    font-weight: normal;
    line-height: 25px;
}
.page-contact .info .icon-file {
    line-height: 28px;
}
.page-contact .face-wrapper {
    padding-top: 0;
}
.page-contact button .icon-money {
    font-weight: bold;
    vertical-align: middle;
    font-size: 17px;
    line-height: 0px;
}
/* Page Contact end */
/* Page Sell */
.page-sell {
    color: #666;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
}
.page-sell.bcg-blue,
.page-sell.bcg-blue h3,
.page-sell.bcg-blue .step i {
    color: #fff;
}
.page-sell .step {
    max-width: 750px;
    white-space: initial;
    position: relative;
}
.page-sell .step h2 {
    color: #1e2a5a;
    border: 2px solid #1e2a5a;
    border-radius: 30px;
    background-color: #fff;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    line-height: 38px;
    font-weight: bold;
}
.page-sell .step i {
    display: block;
    color: #1e2a5a;
    font-size: 70px;
    padding: 15px 20px 10px 20px;
}
.page-sell.mcar li {
    vertical-align: top;
}
.page-sell.mcar .step h2 {
    margin-top: 20px;
    margin-bottom: 15px;
}
.page-sell.mcar .step h3,
.page-sell.mcar .step p {
    padding: 0 40px;
}
.page-sell .step .decor {
    width: 100px;
    height: 2px;
    background-color: #1e2a5a;
    position: absolute;
    top: 20px;
    left: 30px;
    background: linear-gradient(270deg, rgba(30,42,90,1) 0%, rgba(255,255,255,0) 100%);
}
.page-sell .step .decor:nth-of-type(2) {
    left: auto;
    right: 30px;
    background: linear-gradient(90deg, rgba(30,42,90,1) 0%, rgba(255,255,255,0) 100%);
}
.page-sell.steps-desktop {
    display: none;
}
.page-sell.steps-desktop .row {
    max-width: 1200px;
}
.page-sell.blue-trump .col-xl-4 {
    text-align: center;
}
@media (min-width: 768px) {
    .page-sell .step {
        width: 768px;
    }
    .page-sell .step i {
        float: left;
        padding-bottom: 80px;
    }
    .page-sell .step .decor {
        width: 250px;
        left: 70px;
        background: linear-gradient(270deg, rgba(30,42,90,1) 50%, rgba(255,255,255,0) 100%);
    }
    .page-sell .step .decor:nth-of-type(2) {
        left: auto;
        right: 70px;
        background: linear-gradient(90deg, rgba(30,42,90,1) 50%, rgba(255,255,255,0) 100%);
    }
}
@media (min-width: 1200px) {
    .page-sell.mobile-tablet {
        display: none;
    }
    .page-sell.steps-desktop {
        display: block;
    }
    .page-sell .step .decor {
        width: 100px;
        top: 0;
        left: 0px;
        background: #1e2a5a;
    }
    .page-sell .step .decor:nth-of-type(2) {
        left: auto;
        right: 0px;
        background: #1e2a5a;
    }
    .page-sell.blue-trump .col-xl-4 {
        text-align: left;
    }
    .page-sell.blue-trump i {
        padding-bottom: 180px;
    }
}
/* Page Sell end */
/* Cookies */
#cookies {
    position: fixed;
    display: none;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    color: #666;
    background-color: #fff;
    z-index: 3000;
    border-top: 5px solid #1e2a5a;
    padding: 70px 0;
}
#cookies img {
    float: left;
}
#cookies a {
    color: #1e2a5a;
    text-decoration: underline;
}
#cookies .white {
    color: #bbb;
    background-color: #fff;
}
/* Cookies end */
/* Mobile Menu */
.home.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 30px;
    right: 0;
    z-index: 2000;
    box-shadow: -15px 0px 10px -10px rgba(0,0,0,0.7);
}
.home.mobile-menu .main-tabs {
    border: none;
    display: block;
}
.home.mobile-menu .main-tabs span {
    font-weight: normal;
}
.home.mobile-menu .main-tabs ul {
    color: #fff;
    border: none;
    background-color: #1e2a5a;
    border-radius: 0;
    padding-bottom: 20px;
}
.home.mobile-menu .main-tabs li {
    border-bottom: 1px solid #35406e;
    padding: 10px 65px 10px 35px;
    text-align: left;
}
.home.mobile-menu .main-tabs > ul > li i {
    transform: rotate(0deg);
}
.home.mobile-menu .main-tabs li:last-child {
    border-bottom: none;
}
.home.mobile-menu .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}
.home.mobile-menu .main-tabs .selected {
    border: none;
}
.home.mobile-menu .main-tabs .selected > span {
    font-weight: bold;
}
.home.mobile-menu .main-tabs .selected ul {
    border: none;
    color: #fff;
    background-color: #1e2a5a;
    padding-left: 20px;
    padding-bottom: 0;
}
.home.mobile-menu .main-tabs .selected li {
    border: none;
}
.home.mobile-menu .main-tabs .selected i {
    transform: rotate(180deg);
}
/* Mobile Menu end */
/* Tablet Desktop Menu */
.main-menu {
    min-height: 33px;
    font-size: 12px;
    font-weight: bold;
}
.main-menu li {
    padding: 0 10px;
}
.main-menu li a {
    color: #1e2a5a;
    font-size: 15px;
}
.main-menu li:first-of-type a {
    color: #f37022;
}
@media (max-width: 360px) {
    .main-menu {
        display: none;
    }
}
/* Tablet Desktop Menu end */
/* Carousel */
@media (min-width: 768px) and (max-width:1199px) {
    .carousel-onebyone .carousel-inner {
        margin-left: -180px;
        width: 1080px;
    }
    .carousel-onebyone .carousel {
        overflow: hidden;
    }
}
@media (min-width: 768px) {
    .carousel-onebyone .carousel-inner .carousel-item {
        margin-right: initial;
    }
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item/*,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item*/ {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item/*,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item*/ {
        transition: none;
    }
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item/*,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item*/ {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item/*,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item*/ {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item /*+ .carousel-item */{
        position: absolute;
        top: 0;
        right: -360px;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 360px) {
    .carousel-onebyone .carousel {
        width: 360px;
    }
}
@media (min-width: 768px) {
    .carousel-onebyone .carousel {
        width: 720px;
    }
}
@media (min-width: 1200px) {
    .carousel-onebyone .carousel {
        width: 1080px;
    }
}
body .carousel-onebyone {
    z-index: 1;
    position: relative;
}
body .carousel-onebyone p {
    margin-top: 0;
}
.carousel-onebyone .carousel-control.carousel-control-next i,
.carousel-onebyone .carousel-control.carousel-control-prev i {
    font-size: 24px;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
}
/* Carousel end */
/* Carousel V2 */
.mcar {
    position: relative;
}
.mcar ul {
    list-style-type: none;
    padding-inline-start: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}
.mcar li {
    margin: 0 5px;
    display: inline-block;
}
.mcar.mcar-small-gap .video-backdrop {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}
.mcar.mcar-small-gap .video-backdrop .close {
    width: 50px;
    color: #fff;
    margin-top: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
}
.mcar.mcar-small-gap .video-backdrop .close:hover {
    color: #000;
}
.mcar.mcar-small-gap li {
    margin: 0 1px;
}
.mcar.mcar-small-gap .controls {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
    pointer-events: none;
}
.mcar.mcar-small-gap .controls .price {
    display: none;
    top: 409px;
    left: auto;
    right: 0;
    background-color: transparent;
    padding: 0;
}
.mcar.mcar-small-gap .controls .price span {
    padding: 2px 15px;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #1e2a5a;
}
@media (min-width: 768px) {
    .mcar.mcar-small-gap .controls .price {
        display: block;
    }
    .mcar.mcar-small-gap .controls .icon-heart-1,
    .mcar.mcar-small-gap .controls .icon-heart {
        right: 105px;
        pointer-events: all;
    }
}
.mcar.mcar-small-gap .controls .price.video {
    left: 0;
    right: auto;
}
.mcar.mcar-small-gap .controls .price.video a {
    color: #1e2a5a;
    background-color: #fff;
    font-weight: normal;
    font-size: 11px;
    padding: 5px;
    border-radius: 5px;
    margin-left: 10px;
    pointer-events: all;
}
.mcar.mcar-small-gap .controls .price.like-text {
    left: auto;
    right: 0;
    top: 7px;
    text-shadow: 0px 0px 10px #000;
    pointer-events: all;
}
.mcar.mcar-small-gap .controls .price.share {
    left: auto;
    right: 0;
    top: 40px;
    text-shadow: 0px 0px 10px #000;
    pointer-events: all;
}
.mcar.mcar-small-gap .controls .price.share i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 3px;
}
.mcar .mnext,
.mcar .mprev {
    position: absolute;
    top: 20%;
    bottom: 20%;
    z-index: 1;
    display: -ms-flexbox;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
}
.mcar .mnext:hover,
.mcar .mprev:hover {
    text-decoration: none;
}
.mcar .mprev {
    left: 0;
}
.mcar .mnext {
    right: 0;
}
.mcar .mnext i,
.mcar .mprev i {
    color: #fff;
    text-shadow: 0px 0px 10px #000;
}
.higher-arrows.mcar .mnext i,
.higher-arrows.mcar .mprev i {
    margin-top: -60px;
}
/* Carousel V2 end */
/* User.com */
body #ue_widget #ue_launcher {
    bottom: 90px;
}
body #ue_widget #ue_launcher #ue_launcherAvatar.ue_bubbleColorBg {
    box-shadow: 0px 0px 5px #000;
}
/* User.com end */
/* Breadcrumbs */
.breadcrumbs {
    display: none;
    color: #7778ca;
}
.breadcrumbs ~ .breadcrumbs {
    display: block;
}
@media screen and (min-width: 768px) {
    .breadcrumbs {
        display: block;
    }
    .breadcrumbs ~ .breadcrumbs {
        display: none;
    }
}
/* Breadcrumbs end */
/* FullScreen modal */
.modal#fullscreen-modal {
    padding: 0 !important;
}
.modal#fullscreen-modal .modal-dialog {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.modal#fullscreen-modal .modal-content {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    border-radius: 0px;
    background-color: #1f1f1f;
    color: #fff;
}
.modal#fullscreen-modal .modal-header {
    text-transform: uppercase;
    border-bottom: none;
}
.modal#fullscreen-modal .modal-header a {
    color: #fff;
}
.modal#fullscreen-modal .modal-header i {
    display: none;
    font-size: 15px;
    vertical-align: bottom;
}
.modal#fullscreen-modal .modal-header .nav-tabs {
    border-bottom: none;
}
.modal#fullscreen-modal .modal-header .nav-link {
    padding: 0.5rem;
    border-radius: 5px;
}
.modal#fullscreen-modal .modal-header .active {
    background-color: transparent;
}
.modal#fullscreen-modal .modal-header .close {
    color: #fff;
    width: 50px;
    font-size: 16px;
}
.modal#fullscreen-modal .modal-header .close:active,
.modal#fullscreen-modal .modal-header .close:hover {
    background-color: unset;
}
.modal#fullscreen-modal .modal-body {
    padding: 0;
    max-height: calc(100vh - 66px);
}
.modal#fullscreen-modal #tab-pic img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin: auto;
}
.modal#fullscreen-modal .mortgage-calculator {
    display: none;
    position: absolute;
    width: 300px;
    top: 130px;
    right: 150px;
}
@media (min-width: 500px) {
    .modal#fullscreen-modal .modal-header i {
        display: inline;
    }
}
@media (min-width: 1200px) {
    .modal#fullscreen-modal .modal-header {
        margin-left: 100px;
        margin-right: 500px;
    }
    .modal#fullscreen-modal .modal-body {
        margin-left: 100px;
        margin-right: 500px;
    }
    .modal#fullscreen-modal .mortgage-calculator {
        display: block;
    }
}
.modal#fullscreen-modal #tab-3d iframe {
    position: relative;
    height: 100%;
    width: 100%;
}
.modal#fullscreen-modal #tab-vid .wraper-vid {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
.modal#fullscreen-modal #tab-vid .wraper-vid iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.modal#fullscreen-modal #tab-map #map {
    height: 100%;
}
/* FullScreen modal end */
/* Tagify suggestion search */
form .suggestions.tagify {
    border-radius: 5px;
    border-color: #fff;
    background-color: #fff;
}
form .suggestions .tagify__input {
    margin: -1px 14px;
    font-weight: normal;
    text-align: left;
}
.search form .input-group .suggestions .tagify__input {
    margin: 2px 14px 0px 14px;
}
form .suggestions .tagify__input:before {
    color: #757575;
    opacity: 1;
}
form .suggestions.tagify--focus .tagify__input:before {
    opacity: 0;
}
form .suggestions .tagify__tag-text {
    height: inherit;
    padding-top: inherit;
}
form .suggestions .tagify__tag {
    margin-top: 7px;
    background-color: #e5e5e5;
}
form .suggestions .tagify__tag:hover div::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
form .suggestions .tagify__tag span {
    padding-top: 0px;
    font-size: 14px;
    font-weight: normal;
}
form .suggestions .tagify__tag__removeBtn::after {
    padding-top: 2px;
}
form .resultsHeader .suggestions.tagify,
.resultsHeader form .suggestions.tagify {
    border: 1px solid #c2c2c2;
    border-right: none;
    height: auto;
    min-height: 40px;
}
@media (max-width: 360px) {
    form .resultsHeader .suggestions.tagify,
    .resultsHeader form .suggestions.tagify {
        border-right: 1px solid #c2c2c2;
    }
}
form .resultsHeader .suggestions.tagify .tagify__input,
.resultsHeader form .suggestions.tagify .tagify__input {
    cursor: text;
}
.container.search form .suggestions.tagify {
    width: calc(100% - 30px);
    margin-top: 0;
    background-color: #ebebeb;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.container.resultsWrapper form .mobile-search-buttons {
    display: none;
}
.container.resultsWrapper form .mobile-search-buttons .column-half button.white {
    pointer-events: none;
}
@media (max-width: 360px) {
    .container.resultsWrapper form .input-group>.custom-select:not(:last-child),
    .container.resultsWrapper form .input-group>.form-control:not(:last-child) {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .container.resultsWrapper form .top .input-group .input-group-append,
    .container.resultsWrapper form .top .filter-wrapper {
        display: none;
    }
    .container.resultsWrapper form .mobile-search-buttons {
        display: block;
    }
}
.container.search form .suggestions.tagify .tagify__input {
    text-transform: initial;
    margin-left: 0;
}
/* Tagify suggestion search end */
/* ShareFavourites modal */
#shareFavourites form {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
#shareFavourites form .column-full {
    margin: 0;
    padding-left: 0;
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#shareFavourites form .input-group-append {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#shareFavourites form h2 {
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #999;
}
/* ShareFavourites modal end */
.cursor-pointer {
    cursor: pointer;
}
