@media only screen and (max-width: 767px) {
    #desktop,
    #ipad {
        display: none;
    }
    #mobile {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    #desktop,
    #mobile {
        display: none;
    }
    #ipad {
        display: block;
    }
}

@media only screen and (min-width: 1100px) {
    #mobile,
    #ipad {
        display: none;
    }
    #desktop {
        display: block;
    }
}

* {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0 none;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clr,
.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: inherit;
    text-align: left;
    outline: none;
}

table,
tr,
td {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

p,
h1,
h2,
h3,
h4,
ul,
li,
img,
input {
    text-align: left;
    float: left;
    font-weight: normal;
    line-height: 1.4em;
}

svg {
    max-width: 100%;
    float: left;
}

b,
strong {
    font-weight: 700;
}

input,
textarea {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    padding: 9px 0;
    font-size: 13px;
}

button {
    cursor: pointer;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
a::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
}

ul,
li {
    list-style: none;
}

header,
footer {
    float: left;
    width: 100%;
}

body {
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    background: #fff;
    color: #1f1f1f;
}

.slick-prev,
.slick-next {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main {
    width: 100%;
    text-align: center;
    position: relative;
    float: left;
}

.container {
    display: inline-block;
    position: relative;
    vertical-align: top;
    max-width: 100%;
    width: 1200px;
}

@media only screen and (max-width: 767px) {
    .container {
        width: 90%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .container {
        width: 750px;
    }
}

.front_hide {
    visibility: hidden;
    position: fixed;
    width: 1px;
    height: 1px;
    opacity: 0;
    left: -500px;
    top: -500px;
}

.full-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.page_header {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.page_header .logo {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.page_header .logo img {
    width: auto;
}

.main_text {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #000000;
}

.main_text h1 {
    font-size: 22px;
    width: 100%;
    text-align: center;
    color: #15a993;
    font-weight: 800;
    text-transform: uppercase;
}

.main_text h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

.categories_row {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.categories_row h2 {
    color: #017c4d;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.categories_row .categories_list {
    float: left;
    width: 100%;
}

.categories_row .categories_list .category {
    width: 125px;
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
    position: relative;
}

.categories_row .categories_list .category:hover h3 {
    color: #017c4d;
}

.categories_row .categories_list .category .thumbnail {
    width: 125px;
    height: 125px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px;
}

.categories_row .categories_list .category h3 {
    width: 100%;
    text-align: center;
    color: #3ec34c;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.text_row {
    float: left;
    width: 100%;
}

.text_row .container {
    border-top: 1px solid #747474;
    padding: 80px 0;
}

.text_row .container img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    float: none;
}

.featured_listing_row {
    float: left;
    width: 100%;
    margin: 20px 0 100px 0;
}

.featured_listing_row .listing_left {
    float: left;
    width: 725px;
}

.featured_listing_row .listing_left .featured_listing_slider_wrap {
    float: left;
    width: 100%;
    position: relative;
}

.featured_listing_row .listing_left .featured_listing_slider_wrap .featured_listing_slider {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    height: 400px;
}

.featured_listing_row .listing_left .featured_listing_slider_wrap .featured_listing_slider .slide {
    height: 400px;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.featured_listing_row .listing_left .featured_listing_slider_wrap .featured_listing_slider .slide.listing_video iframe {
    width: 100%;
    height: 100%;
}

.featured_listing_row .listing_left .featured_listing_slider_wrap .featured_listing_slider .slide.listing_video a {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.featured_listing_row .listing_left .featured_listing_slider_wrap .featured_listing_slider .slide.listing_video a span {
    font-size: 18px;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding-left: 2px;
    background: #3ec34c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.featured_listing_row .listing_left .featured_listing_slider_wrap .featured_listing_thumbnails {
    float: left;
    position: relative;
    width: 100%;
    height: 100px;
    margin-top: 10px;
}

.featured_listing_row .listing_left .featured_listing_slider_wrap .featured_listing_thumbnails .thumb {
    height: 100px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
}

.featured_listing_row .listing_left .featured_listing_slider_wrap .featured_listing_thumbnails .thumb.swiper-slide-thumb-active {
    opacity: 1;
}

.featured_listing_row .listing_left .featured_listing_slider_wrap .featured_listing_thumbnails #thumbnails-next {
    right: 10px;
}

.featured_listing_row .listing_left .featured_listing_slider_wrap .featured_listing_thumbnails #thumbnails-prev {
    left: 10px;
}

.featured_listing_row .listing_left .featured_listing_slider_wrap .featured_listing_thumbnails #thumbnails-next,
.featured_listing_row .listing_left .featured_listing_slider_wrap .featured_listing_thumbnails #thumbnails-prev {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 999;
    line-height: 20px;
    font-size: 26px;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured_listing_row .listing_left .featured_listing_slider_wrap .listing_contact_container {
    width: 100%;
    margin-top: 30px;
}

.featured_listing_row .listing_left .featured_listing_slider_wrap .listing_ads {
    width: 100%;
}

.featured_listing_row .listing_left .featured_listing_slider_wrap .listing_ads .ad_block {
    width: 48%;
    margin-bottom: 30px;
    margin-top: 0;
}

.featured_listing_row .listing_left .featured_listing_slider_wrap .listing_ads .ad_block:nth-child(2) {
    float: right;
}

.featured_listing_row .listing_right {
    width: 435px;
    float: right;
}

.featured_listing_row .listing_right .title {
    color: #017c4d;
    font-size: 16px;
    text-transform: uppercase;
    margin: 20px 0 0;
    float: left;
    text-align: left;
    font-weight: 500;
    width: 100%;
}

.featured_listing_row .listing_right .code {
    clear: left;
    background: #000000;
    font-size: 16px;
    padding: 10px 15px;
    color: #fff;
    float: left;
    text-transform: uppercase;
    position: absolute;
    min-width: 150px;
}

.lotecode {
    /*     background: #49ae96;
    height: 35px;
    position: absolute;
    width: 100px;
    color: #fff;
    line-height: 35px;
    left: 150px;
 */
    clear: left;
    background: #49ae96;
    font-size: 16px;
    padding: 10px 15px;
    color: #fff;
    float: left;
    text-transform: uppercase;
    position: absolute;
    margin-left: 150px;
}

.featured_listing_row .listing_text {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.featured_listing_row .listing_text p {
    float: left;
    width: 100%;
    font-size: 15px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 50%;
}

.featured_listing_row .listing_text p strong {
    color: #15a993;
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
}

.featured_listing_row .listing_text_footer {
    width: 100%;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #797979;
    float: left;
    margin: 30px 0 0 0;
    padding: 20px 0;
}

.featured_listing_row .listing_text_footer p {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.featured_listing_row .listing_text_footer .btn {
    float: left;
    background: #15a993;
    color: #fff;
    padding: 6px 25px 6px 8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 36px;
    position: relative;
    font-weight: 600;
}

.featured_listing_row .listing_text_footer .btn img {
    margin: 0 8px 0 0;
}

.featured_listing_row .listing_text_footer .btn .tooltip {
    bottom: 62px;
    left: 50%;
    position: absolute;
    width: 220px;
    color: #fff;
    background: #15a993;
    line-height: 30px;
    text-align: left;
    visibility: hidden;
    border-radius: 6px;
    box-shadow: 0 0 0 #800000;
    padding: 9px 15px;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 15px;
}

.featured_listing_row .listing_text_footer .btn .tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 17%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #15a993;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.featured_listing_row .listing_text_footer .btn:hover .tooltip {
    visibility: visible;
    opacity: 1;
    left: 50%;
    z-index: 999;
}

.featured_listing_row .listing_text_footer .logo {
    float: right;
    width: 150px;
}

.featured_listing_row .listing_text_footer .logo img {
    width: 100%;
}

.featured_listing_row .listing_text_footer .logo p {
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.listing_footer {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.listing_footer .container {
    border-top: 1px solid #e1e1e1;
    padding: 30px 0 0 0;
}

.listing_footer .container .home {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0 0 0;
    color: #747474;
    border-bottom: 1px solid #747474;
}

.listing_footer .container .home:hover {
    color: #000;
}

.listing_footer .container .btn {
    padding: 15px 20px;
    background: #15a993;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.listing_footer .container .btn:hover {
    background: #017c4d;
}

.listing_footer .container .btn i {
    font-size: 22px;
    display: inline-block;
    vertical-align: top;
    margin-top: -3px;
}

.listing_footer .container .btn.prev {
    float: left;
}

.listing_footer .container .btn.prev i {
    margin-right: 5px;
}

.listing_footer .container .btn.next {
    float: right;
}

.listing_footer .container .btn.next i {
    margin-left: 5px;
}

.share_block {
    float: right;
    margin-top: 5px;
}

.share_block a {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 12px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}

.share_block a.fa-facebook-f {
    background: #4e6cb4;
}

.share_block a.fa-twitter {
    background: #6ed0f7;
}

.share_block a.fa-linkedin-in {
    background: #0179b6;
}

.share_block a.fa-whatsapp {
    background: #25d366;
}

@media only screen and (max-width: 767px) {
    .only_desktop {
        display: none;
    }
    .only_tablet {
        display: none;
    }
    .desktop_and_tablet {
        display: none;
    }
    .not_in_mobile {
        display: none;
    }
    .lotecode {
        /* clear: left; */
        background: #49ae96;
        font-size: 16px;
        padding: 10px 15px;
        color: #fff;
        /* float: left; */
        text-transform: uppercase;
        position: relative;
        margin-top: 4px;
        width: 150px;
        left: -150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .only_desktop {
        display: none;
    }
    .only_mobile {
        display: none;
    }
    .desktop_and_mobile {
        display: none;
    }
}

@media only screen and (min-width: 1100px) {
    .only_tablet {
        display: none;
    }
    .only_mobile {
        display: none;
    }
    .mobile_and_tablet {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .page_header .logo img {
        width: 180px;
    }
    .video_wrap {
        height: 250px;
    }
    .main_text h1 {
        padding: 0 15% 10px;
        font-size: 18px;
    }
    .main_text h2 {
        font-size: 16px;
        padding: 0 15%;
    }
    .listings .post {
        width: 100%;
    }
    .listings .post.big {
        height: 30vh;
    }
    .listings .post.full {
        height: 35vh;
    }
    .featured_listing_row .listing_left {
        width: 100%;
    }
    .featured_listing_row .listing_left .featured_listing_slider_wrap .featured_listing_slider {
        width: 100%;
        height: 100%;
    }
    .featured_listing_row .listing_left .featured_listing_slider_wrap .featured_listing_slider .slider {
        width: 100%;
        height: 100%;
    }
    .featured_listing_row .listing_right {
        width: 100%;
        margin-top: 30px;
    }
    .featured_listing_row .listing_left .featured_listing_slider_wrap .featured_listing_thumbnails .thumb {
        height: 60px;
    }
    .featured_listing_row .listing_text_footer .logo {
        width: 130px;
    }
    .featured_listing_row .listing_text_footer .logo p {
        font-size: 10px;
        margin-top: 5px;
    }
    .featured_listing_row .listing_text p {
        padding-left: 0;
    }
    .featured_listing_row .listing_text p strong {
        position: relative;
        width: 100%;
        float: left;
        margin-bottom: 3px;
    }
    .listing_footer .container {
        border-top: none;
    }
    .listing_footer .container .btn.prev,
    .listing_footer .container .btn.next {
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .listing_footer .container .home {
        margin: 20px 0;
    }
    .featured_listing_row {
        margin: 20px 0 30px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .featured_listing_row .listing_left {
        width: 100%;
    }
    .featured_listing_row .listing_right {
        width: 100%;
        margin-top: 30px;
    }
    .listings .post {
        height: 15vh;
    }
    .listings .post.big {
        height: 30vh;
    }
    .listings .post.full {
        height: 30vh;
    }
}