#detail-page-slider.owl-carousel, body {
    overflow-x: hidden
}

.info-msg:before, .news-banners .news-banner-single:before, .post-box .img:before, .radio span:after, .tab-content .checkbox span:after {
    content: ''
}

@font-face {
    font-family: PostGroteskBold;
    src: url(/content/fonts/PostGroteskBold.eot);
    src: url(/content/fonts/PostGroteskBold.eot) format("embedded-opentype"), url(/content/fonts/PostGroteskBold.woff2) format("woff2"), url(/content/fonts/PostGroteskBold.woff) format("woff"), url(/content/fonts/PostGroteskBold.ttf) format("truetype"), url(/content/fonts/PostGroteskBold.svg#PostGroteskBold) format("svg");
}

@font-face {
    font-family: PostGroteskBook;
    src: url(/content/fonts/PostGroteskBook.eot);
    src: url(/content/fonts/PostGroteskBook.eot) format("embedded-opentype"), url(/content/fonts/PostGroteskBook.woff2) format("woff2"), url(/content/fonts/PostGroteskBook.woff) format("woff"), url(/content/fonts/PostGroteskBook.ttf) format("truetype"), url(/content/fonts/PostGroteskBook.svg#PostGroteskBook) format("svg");
}

@font-face {
    font-family: PostGroteskLight;
    src: url(/content/fonts/PostGroteskLight.eot);
    src: url(/content/fonts/PostGroteskLight.eot) format("embedded-opentype"), url(/content/fonts/PostGroteskLight.woff2) format("woff2"), url(/content/fonts/PostGroteskLight.woff) format("woff"), url(/content/fonts/PostGroteskLight.ttf) format("truetype"), url(/content/fonts/PostGroteskLight.svg#PostGroteskLight) format("svg");
}

@font-face {
    font-family: PostGroteskMedium;
    src: url(/content/fonts/PostGroteskMedium.eot);
    src: url(/content/fonts/PostGroteskMedium.eot) format("embedded-opentype"), url(/content/fonts/PostGroteskMedium.woff2) format("woff2"), url(/content/fonts/PostGroteskMedium.woff) format("woff"), url(/content/fonts/PostGroteskMedium.ttf) format("truetype"), url(/content/fonts/PostGroteskMedium.svg#PostGroteskMedium) format("svg");
}

@font-face {
    font-family: MyriadProBoldCond;
    src: url(/content/fonts/MyriadProBoldCond.eot);
    src: url(/content/fonts/MyriadProBoldCond.eot) format("embedded-opentype"), url(/content/fonts/MyriadProBoldCond.woff2) format("woff2"), url(/content/fonts/MyriadProBoldCond.woff) format("woff"), url(/content/fonts/MyriadProBoldCond.ttf) format("truetype"), url(/content/fonts/MyriadProBoldCond.svg#MyriadProBoldCond) format("svg");
}

body {
    word-wrap: break-word;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    color: #1D1D1B;
    font-size: 18px;
    font-family: PostGroteskBook;
    font-weight: 400
}


a {
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #00557E
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1380px;
        padding: 0 30px;
        width: auto;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #000
}

header.main-header {
    padding-bottom: 0;
    line-height: normal;
}

    header.main-header .top-header {
        background: #00557E;
        position: relative
    }

        header.main-header .top-header .top-header-inner {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            -webkit-box-pack: justify;
            justify-content: space-between;
            -ms-flex-pack: space-between;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            min-height: 160px
        }

            header.main-header .top-header .top-header-inner .logo {
                margin-right: 10px;
                padding: 0;
                width: auto;
            }

                header.main-header .top-header .top-header-inner .logo img {
                    width: 324px;
                    height: 95px
                }

            header.main-header .top-header .top-header-inner .search-box {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                padding-left: 30px
            }

                header.main-header .top-header .top-header-inner .search-box .search-icon {
                    color: #fff;
                    border: thin solid #fff;
                    height: 45px;
                    text-align: center;
                    padding: 0;
                    line-height: 45px;
                    font-size: 18px;
                    text-transform: uppercase;
                    font-weight: 500;
                    width: 45px;
                    vertical-align: middle;
                    display: none;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%
                }

                header.main-header .top-header .top-header-inner .search-box .search-close {
                    font-size: 24px;
                    z-index: 11;
                    position: absolute;
                    right: 15px;
                    color: #333;
                    width: 32px;
                    height: 32px;
                    text-align: center;
                    top: 50%;
                    margin-top: -16px;
                    line-height: 32px;
                    display: none
                }

                header.main-header .top-header .top-header-inner .search-box input {
                    width: 100%;
                    border: none;
                    background: #e8e8e8;
                    height: 90px;
                    padding-left: 20px;
                    font-size: 24px
                }

        header.main-header .top-header .ads-area {
            background: #E8E8E8;
            width: 730px;
            margin: 0 5px
        }

        header.main-header .top-header .top-header-right .btn {
            margin-left: 10px
        }

@media screen and (max-width: 991px) {
    header.main-header .top-header .top-header-inner {
        min-height: initial
    }

        header.main-header .top-header .top-header-inner .logo img {
            max-width: 160px
        }

        header.main-header .top-header .top-header-inner .search-box {
            text-align: right
        }

            header.main-header .top-header .top-header-inner .search-box input {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: none
            }

            header.main-header .top-header .top-header-inner .search-box .search-icon {
                display: inline-block
            }

            header.main-header .top-header .top-header-inner .search-box.show input {
                display: block
            }

            header.main-header .top-header .top-header-inner .search-box.show .search-close {
                display: inline-block
            }

        header.main-header .top-header .top-header-inner .top-header-right {
            text-align: left;
            width: 0;
            left: 0px;
        }

            header.main-header .top-header .top-header-inner .top-header-right .btn, header.main-header .top-header .top-header-inner .top-header-right a {
                margin: 0 0 0 5px;
            }

                header.main-header .top-header .top-header-inner .top-header-right .btn.btn-outline-white {
                    background: #fff;
                    color: #CE4774 !important
                }

    header.main-header nav.navbar {
        display: block;
    }

        header.main-header nav.navbar .navbar-toggler {
            float: right;
        }
}

header.main-header .navbar {
    padding: 0;
    background: #d3d3d1;
    -moz-transition: alll .3s;
    -o-transition: alll .3s;
    -webkit-transition: alll .3s;
    transition: alll .3s
}

    header.main-header .navbar .navbar-nav {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 0;
    }

        header.main-header .navbar .navbar-nav .nav-item {
            margin: 0 23px;
            position: relative;
            list-style: none;
            vertical-align: middle;
            text-align: center;
            line-height: normal;
            float: none;
            display: inline-block;
            text-transform: uppercase
        }

            header.main-header .navbar .navbar-nav .nav-item .nav-link {
                font-size: 15px;
                position: relative;
                padding: 31px 0;
                line-height: normal;
                display: block;
                font-family: PostGroteskBook;
                color: #1D1D1B
            }

                header.main-header .navbar .navbar-nav .nav-item .nav-link:hover {
                    color: #CE4774
                }

        header.main-header .navbar .navbar-nav .menu-bar {
            display: inline-block;
            margin: 0 18px;
            width: 24px;
            overflow: hidden;
            position: relative
        }

            header.main-header .navbar .navbar-nav .menu-bar .menu_btn-inner {
                width: 24px;
                height: 20px;
                cursor: pointer;
                overflow: hidden;
                margin: auto;
                display: block
            }

                header.main-header .navbar .navbar-nav .menu-bar .menu_btn-inner .menu_btn-line {
                    position: absolute;
                    left: 0;
                    width: 100%;
                    height: 4px;
                    background: #252938
                }

                    header.main-header .navbar .navbar-nav .menu-bar .menu_btn-inner .menu_btn-line:nth-child(1) {
                        top: 0
                    }

                    header.main-header .navbar .navbar-nav .menu-bar .menu_btn-inner .menu_btn-line:nth-child(2) {
                        top: 8px
                    }

                    header.main-header .navbar .navbar-nav .menu-bar .menu_btn-inner .menu_btn-line:nth-child(3) {
                        top: 16px
                    }

            header.main-header .navbar .navbar-nav .menu-bar:hover .menu_btn-line:nth-child(1) {
                -webkit-animation: animateMenuBtn .7s 0s;
                animation: animateMenuBtn .7s 0s
            }

            header.main-header .navbar .navbar-nav .menu-bar:hover .menu_btn-line:nth-child(2) {
                -webkit-animation: animateMenuBtn .7s .2s;
                animation: animateMenuBtn .7s .2s
            }

            header.main-header .navbar .navbar-nav .menu-bar:hover .menu_btn-line:nth-child(3) {
                -webkit-animation: animateMenuBtn .7s .4s;
                animation: animateMenuBtn .7s .4s
            }

    header.main-header .navbar .navbar-toggler {
        min-height: 48px
    }

        header.main-header .navbar .navbar-toggler .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 1px;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
            background-color: #CE4774
        }

            header.main-header .navbar .navbar-toggler .icon-bar + .icon-bar {
                margin-top: 4px
            }

        header.main-header .navbar .navbar-toggler .top-bar {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transform-origin: 10% 10%;
            -moz-transform-origin: 10% 10%;
            -ms-transform-origin: 10% 10%;
            transform-origin: 10% 10%
        }

        header.main-header .navbar .navbar-toggler .middle-bar {
            opacity: 0
        }

        header.main-header .navbar .navbar-toggler .bottom-bar {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 10% 90%;
            -moz-transform-origin: 10% 90%;
            -ms-transform-origin: 10% 90%;
            transform-origin: 10% 90%
        }

        header.main-header .navbar .navbar-toggler.collapsed .top-bar {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0)
        }

        header.main-header .navbar .navbar-toggler.collapsed .middle-bar {
            opacity: 1
        }

        header.main-header .navbar .navbar-toggler.collapsed .bottom-bar {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0)
        }

        header.main-header .navbar .navbar-toggler:focus {
            outline: 0
        }

@media screen and (max-width: 1300px) {
    header.main-header .navbar .navbar-nav .nav-item {
        margin: 0 15px
    }
}

@media screen and (max-width: 1199px) {
    header.main-header .navbar .navbar-nav .nav-item {
        margin: 0 10px
    }
}

@media screen and (max-width: 991px) {
    header.main-header .navbar {
        min-height: 56px;
        position: relative;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center
    }

        header.main-header .navbar .navbar-collapse {
            position: absolute;
            top: 100%;
            left: 0;
            background: #d4d4d2;
            z-index: 9;
            width: 100%
        }

        header.main-header .navbar .navbar-nav {
            border-top: thin solid #c7c7c7
        }

            header.main-header .navbar .navbar-nav .nav-item .nav-link {
                padding: 12px 0
            }

            header.main-header .navbar .navbar-nav .menu-bar {
                display: none
            }
}

.banner-ad, .news-banners {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

body.sticky {
    padding-top: 80px
}

    body.sticky nav.navbar {
        position: fixed;
        top: 0;
        z-index: 10;
        width: 100%;
        -webkit-animation: slide-down .7s;
        animation: slide-down .7s;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25)
    }

@media screen and (max-width: 991px) {
    body.sticky {
        padding-top: 56px
    }

        body.sticky header.main-header .top-header .top-header-inner .top-header-right {
            position: fixed;
            top: 0;
            right: 15px;
            z-index: 11;
            -webkit-animation: slide-down .7s;
            animation: slide-down .7s
        }

            body.sticky header.main-header .top-header .top-header-inner .top-header-right .btn {
                margin-left: 2px
            }
}

.btn.btn-black-outlined, .btn.btn-outline-white, .btn.btn-primary, .btn.btn-secondary-outlined {
    height: 45px;
    min-width: 127px;
    text-align: center;
    padding: 0;
    line-height: 45px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500
}

.btn.btn-sm {
    height: 30px;
    line-height: 31px;
    min-width: 114px;
    padding: 0;
    font-size: 11px
}

.btn.btn-md {
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 145px;
    font-size: 13px
}

.btn.btn-lg {
    height: 55px;
    line-height: 55px;
    padding: 0;
    text-align: center;
    position: relative;
    border: thin solid #A7A9AC;
    text-transform: uppercase;
    font-size: 16px;
    font-family: PostGroteskBook;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .btn.btn-lg.btn-rounded {
        border-radius: 27.5px;
        -webkit-border-radius: 27.5px;
        -moz-border-radius: 27.5px
    }

.btn.btn-primary {
    background: #CE4774;
    border-color: #CE4774;
    color: #fff
}

    .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover {
        background: 0 0 !important;
        color: #CE4774 !important;
        border-color: #CE4774 !important;
        -webkit-box-shadow: 0 0 0 0 #fff !important;
        -moz-box-shadow: 0 0 0 0 #fff !important;
        box-shadow: 0 0 0 0 #fff !important;
        outline: 0
    }

.btn.btn-secondary {
    background: #008C80;
    border-color: #008C80;
}

button.btn.btn-secondary {
    height: 45px;
}

.btn.btn-secondary:active, .btn.btn-secondary:focus, .btn.btn-secondary:hover {
    background: 0 0 !important;
    color: #008C80 !important;
    border-color: #008C80 !important;
    -webkit-box-shadow: 0 0 0 0 #fff !important;
    -moz-box-shadow: 0 0 0 0 #fff !important;
    box-shadow: 0 0 0 0 #fff !important;
    outline: 0
}

.btn.btn-outline-white {
    border: 1px solid #fff;
    color: #fff;
    background: 0 0
}

    .btn.btn-outline-white:active, .btn.btn-outline-white:focus, .btn.btn-outline-white:hover {
        background: #fff;
        color: #CE4774;
        -webkit-box-shadow: 0 0 0 0 #fff !important;
        -moz-box-shadow: 0 0 0 0 #fff !important;
        box-shadow: 0 0 0 0 #fff !important
    }

.btn.btn-secondary-outlined {
    background: #fff;
    border-color: #00557E;
    color: #1D1D1B
}

    .btn.btn-secondary-outlined:active, .btn.btn-secondary-outlined:focus, .btn.btn-secondary-outlined:hover {
        background: #00557E;
        color: #fff;
        -webkit-box-shadow: 0 0 0 0 #fff !important;
        -moz-box-shadow: 0 0 0 0 #fff !important;
        box-shadow: 0 0 0 0 #fff !important
    }

.btn.btn-black-outlined {
    color: #1D1D1B;
    border: thin solid #1D1D1B;
}

#farming-uk-online .btn.btn-black-outlined {
    background: #fff;
}

    #farming-uk-online .btn.btn-black-outlined:hover {
        background: #000;
        color: #fff;
    }

a .btn-membership-empty {
    color: #fff;
    border: 1px solid;
}

    a.btn-membership-empty:hover {
        color: #fff;
        border: 1px solid;
        background: #000;
    }

.btn.btn-black-outlined:active, .btn.btn-black-outlined:focus, .btn.btn-black-outlined:hover {
    background: #1D1D1B;
    color: #fff;
    -webkit-box-shadow: 0 0 0 0 #fff !important;
    -moz-box-shadow: 0 0 0 0 #fff !important;
    box-shadow: 0 0 0 0 #fff !important
}

.btn.btn-rounded {
    border-radius: 22.5px;
    -webkit-border-radius: 22.5px;
    -moz-border-radius: 22.5px
}

.banner-ad {
    padding: 0px 0 0;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .banner-ad .keywords-input input {
        width: 245px;
        height: 55px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        padding-top: 12px;
        padding-left: 45px;
        border: 1px solid #B0B0B0;
        background: url(/content/images/Icon_Search.svg) left 20px center no-repeat;
    }

        .banner-ad .keywords-input input:focus {
            outline: 0
        }

.news-banners {
    margin: 0px;
    display: flex
}

    .news-banners .news-banner-single {
        height: 440px;
        width: 100%;
        background-size: cover;
        background-position: center center;
        position: relative
    }

        .news-banners .news-banner-single:before {
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65)));
            background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
            height: 240px;
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0
        }

        .news-banners .news-banner-single span.btn {
            position: absolute;
            top: 45px;
            left: 45px;
            pointer-events: none
        }

    .news-banners .news-banners-left, .news-banners .news-banners-right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .news-banners .news-banners-left {
        padding-right: 25px
    }

        .news-banners .news-banners-left .news-banner-single .news-banner-single-content {
            position: absolute;
            bottom: 0px;
            padding: 0 45px;
            z-index: 1
        }

            .news-banners .news-banners-left .news-banner-single .news-banner-single-content h3 {
                font-size: 26px;
                line-height: 34px;
                color: #fff;
                font-family: PostGroteskBold
            }

            .news-banners .news-banners-left .news-banner-single .news-banner-single-content .by {
                color: #D1D1D1;
                font-size: 21px
            }

    .news-banners .news-banners-right {
        width: 50%;
        padding-left: 10px;
        2
    }

        .news-banners .news-banners-right .news-banner-single-content {
            position: absolute;
            bottom: 0px;
            padding: 0 45px;
            z-index: 1
        }

            .news-banners .news-banners-right .news-banner-single-content h3 {
                font-size: 26px;
                line-height: 34px;
                color: #fff;
                font-family: PostGroteskBold
            }

            .news-banners .news-banners-right .news-banner-single-content .by {
                color: #D1D1D1;
                font-size: 18px
            }

        .news-banners .news-banners-right .news-banner-single {
            width: 100%
        }

            .news-banners .news-banners-right .news-banner-single:first-child {
                margin-right: 10px
            }

            .news-banners .news-banners-right .news-banner-single:last-child {
                margin-left: 10px
            }

@media screen and (max-width: 991px) {
    .news-banners {
        display: block;
    }

        .news-banners .news-banners-left {
            padding-right: 0;
            padding-bottom: 20px
        }

            .news-banners .news-banners-left .news-banner-single {
                height: 400px
            }

                .news-banners .news-banners-left .news-banner-single .news-banner-single-content {
                    padding: 0 15px;
                    bottom: 0px
                }

                    .news-banners .news-banners-left .news-banner-single .news-banner-single-content h3 {
                        font-size: 24px;
                        line-height: normal
                    }

                    .news-banners .news-banners-left .news-banner-single .news-banner-single-content .by {
                        font-size: 16px;
                        margin-bottom: 0
                    }

        .news-banners .news-banners-right {
            width: 100%;
            padding-left: 0
        }

            .news-banners .news-banners-right .news-banner-single {
                height: 250px
            }

                .news-banners .news-banners-right .news-banner-single .news-banner-single-content {
                    padding: 0 15px;
                    bottom: 15px
                }

                    .news-banners .news-banners-right .news-banner-single .news-banner-single-content h3 {
                        font-size: 20px;
                        line-height: normal
                    }

                    .news-banners .news-banners-right .news-banner-single .news-banner-single-content .by {
                        font-size: 14px;
                        margin-bottom: 0
                    }

        .news-banners .news-banner-single span.btn {
            top: 15px;
            left: 15px
        }
}

section.section {
    padding: 30px 0px 0px 0px;
}

    section.section h3.section-title {
        font-size: 34px;
        font-family: PostGroteskBold;
        margin-bottom: 40px
    }

        section.section h3.section-title span {
            font-size: 16px;
            color: grey;
            display: block;
            font-weight: 400
        }

    section.section .section-title-with-btns {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }

        section.section .section-title-with-btns .btns .btn {
            margin-left: 15px
        }

@media screen and (max-width: 991px) {
    section.section {
        padding: 10px 0
    }

        section.section h3.section-title {
            margin-bottom: 30px;
            font-size: 30px
        }

        section.section .section-title-with-btns {
            display: block;
        }

            section.section .section-title-with-btns h3.section-title {
                margin-bottom: 15px
            }

            section.section .section-title-with-btns .btns .btn {
                margin-left: 0;
                margin-right: 5px
            }
}

.news-img-left {
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .news-img-left .img {
        width: 268px;
        min-width: 268px;
        height: 174px;
        background-size: cover;
        margin-right: 30px;
        background-position: center center;
        position: relative
    }

        .news-img-left .img .btn {
            position: absolute;
            bottom: 20px;
            left: 20px;
            pointer-events: none
        }

    .news-img-left .news-img-left-content a h4 {
        color: #1D1D1B;
        font-size: 17px;
        font-family: PostGroteskMedium;
        margin-bottom: 5px
    }

    .news-img-left .news-img-left-content a:hover {
        text-decoration: none
    }

        .news-img-left .news-img-left-content a:hover h4 {
            color: #00557E
        }

    .news-img-left .news-img-left-content .date {
        font-size: 12px;
        font-family: PostGroteskMedium;
        margin-bottom: 5px
    }

    .news-img-left .news-img-left-content .news-text {
        font-size: 17px !important;
        line-height: 16px;
        color: grey;
        margin-bottom: 10px;
        line-height: 17px;
    }

    .news-img-left .news-img-left-content .read-more {
        font-size: 12px;
        font-family: PostGroteskMedium
    }

        .news-img-left .news-img-left-content .read-more:hover {
            text-decoration: underline
        }

#async-top-news .news-banners-right h4 {
    font-size: 21px;
}

    #async-top-news .news-banners-right h4:hover {
        color: black !important;
        text-decoration: underline;
    }

@media screen and (max-width: 1199px) {
    .news-img-left {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .news-img-left .img {
            width: 160px;
            min-width: 160px;
            height: 104px;
            margin-right: 15px
        }

    #async-top-news .news-img-left .img {
        width: 220px !important;
        min-width: 220px !important;
        height: 188px !important;
    }

    .news-img-left .news-img-left-content h4, .news-img-left .news-img-left-content p {
        margin-bottom: 5px
    }
}

@media screen and (max-width: 575px) {
    .news-img-left {
        display: block
    }

        .news-img-left .img {
            width: 100%;
            height: 200px;
            margin-bottom: 15px
        }
}

#popular {
    background: #1E2D37
}

    #popular h3.section-title {
        color: #fff
    }

    #popular .btn {
        pointer-events: none
    }

        #popular .btn.number1 {
            color: #fff;
            background: #008c81
        }

            #popular .btn.number1 i {
                display: inline-block;
                margin-right: 3px;
                width: auto;
                height: auto;
                color: #FFC000
            }

.small-post-img-left {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .small-post-img-left .img {
        width: 125px;
        height: 125px;
        min-width: 125px;
        margin-right: 30px;
        background-size: cover
    }

    .small-post-img-left .small-post-img-left-content a:hover {
        text-decoration: none
    }

    .small-post-img-left .small-post-img-left-content h4 {
        font-size: 18px;
        line-height: 24px;
        color: #000;
        font-family: PostGroteskMedium;
        margin-bottom: 15px
    }

        .small-post-img-left .small-post-img-left-content h4:hover {
            color: #008c81 !important;
        }

    .small-post-img-left .small-post-img-left-content .views {
        font-size: 13px;
        color: #fff;
        display: inline-block
    }

        .small-post-img-left .small-post-img-left-content .views img {
            margin-right: 5px;
            vertical-align: middle
        }

    .small-post-img-left .small-post-img-left-content .number-btn {
        height: 28px;
        min-width: 90px;
        text-align: center;
        padding: 0;
        line-height: 29px;
        text-transform: uppercase;
        font-weight: 500;
        color: #fff;
        background: 0 0;
        border: thin solid #008c81;
        border-radius: 14px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        font-size: 11px;
        margin-right: 20px
    }

        .small-post-img-left .small-post-img-left-content .number-btn:hover {
            background: #008c81
        }

@media screen and (max-width: 991px) {
    .small-post-img-left .img {
        margin-right: 15px
    }

    .small-post-img-left .small-post-img-left-content .number-btn {
        margin-right: 5px
    }
}

.post-box {
    border: thin solid #dedede;
    display: block;
    margin-bottom: 30px;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -webkit-transition: all .25s;
    transition: all .25s;
    background: #fff;
}

    .post-box .img {
        height: 184px;
        width: 100%;
        display: block;
        background-size: cover;
        position: relative
    }

        .post-box .img:before {
            background: #000;
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            opacity: .25;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
            filter: alpha(opacity=25)
        }

        .post-box .img img {
            position: absolute;
            z-index: 1;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-width: 180px
        }

    .post-box .post-content .post-location img, .small-post-list .small-post-img-left .date img {
        margin-right: 5px;
        position: relative;
        top: -2px
    }

    .post-box .post-content {
        padding: 15px;
        min-height: 237px;
        display: block
    }

        .post-box .post-content .post-location {
            color: #919191
        }

            .post-box .post-content .post-location img {
                vertical-align: middle
            }

        .post-box .post-content .post-title {
            font-size: 20px;
            line-height: 24px;
            color: #1D1D1B;
            font-family: PostGroteskMedium;
            margin-top: 5px;
            margin-bottom: 8px;
        }

        .post-box .post-content .post-text {
            font-size: 17px;
            line-height: 20px;
            color: grey;
            font-family: PostGroteskLight;
            margin-bottom: 16px;
            display: block
        }

        .post-box .post-content .btn {
            pointer-events: none
        }

    .post-box:hover {
        text-decoration: none;
        /*-webkit-box-shadow: 0 5px 25px -5px #aaa;
    -moz-box-shadow: 0 5px 25px -5px #aaa;
    box-shadow: 0 5px 25px -5px #aaa*/
    }

#best-of-british .owl-item .item {
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .3)
}

.news-img-left-section h4 {
    font-size: 21px
}

.news-img-left-section .date {
    font-size: 16px;
    margin-bottom: 10px
}

.news-img-left-section .news-text {
    font-size: 14px
}

.news-img-left-section .read-more {
    color: #0080A6;
    font-size: 14px
}

.small-post-list .small-post-img-left {
    border-bottom: thin solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px
}

    .small-post-list .small-post-img-left .img {
        border: thin solid #ddd
    }

    .small-post-list .small-post-img-left a h4 {
        color: #1D1D1B
    }

    .small-post-list .small-post-img-left a:hover h4 {
        color: #00557E
    }

    .small-post-list .small-post-img-left:last-child {
        border: none
    }

#farming-uk-online {
    /* background: url(/content/images/home-farminguk-magazine.jpg) center top no-repeat;*/
    background-size: cover;
}

    #farming-uk-online h3.section-title {
        color: #fff
    }

    #farming-uk-online .owl-item {
        padding-bottom: 20px
    }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    font-size: 30px;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    line-height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -40px
}

    .owl-carousel .owl-nav button.owl-next svg, .owl-carousel .owl-nav button.owl-prev svg {
        width: 10px
    }

        .owl-carousel .owl-nav button.owl-next svg polygon, .owl-carousel .owl-nav button.owl-prev svg polygon {
            fill: #fff
        }

    .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
        background: #fff;
        color: #00557E
    }

        .owl-carousel .owl-nav button.owl-next:hover svg polygon, .owl-carousel .owl-nav button.owl-prev:hover svg polygon {
            fill: #00557E
        }

.owl-carousel .owl-nav button.owl-prev {
    left: -100px
}

.owl-carousel .owl-nav button.owl-next {
    right: -100px
}

.owl-carousel .owl-nav button.disabled {
    cursor: not-allowed;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50)
}

.owl-carousel .owl-nav button:focus {
    outline: 0
}

@media screen and (max-width: 1540px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: -65px
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -65px
    }
}

@media screen and (max-width: 1450px) and (min-width: 992px) {
    .owl-carousel {
        padding: 0px
    }

        .owl-carousel .owl-nav button.owl-prev {
            left: -40px
        }

        .owl-carousel .owl-nav button.owl-next {
            right: -40px
        }
}

#best-of-british .owl-item, #land-law .owl-item {
    padding-bottom: 20px
}

@media screen and (max-width: 991px) {
    .owl-carousel .owl-nav button.owl-prev {
        width: 36px;
        height: 36px;
        line-height: 0;
        left: -45px
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -45px;
        width: 36px;
        height: 36px;
        line-height: 0
    }
}

@media screen and (max-width: 1024px) {
    .owl-carousel .owl-dots {
        text-align: center
    }

        .owl-carousel .owl-dots .owl-dot {
            width: 14px;
            height: 14px;
            background: #aaa !important;
            display: inline-block;
            border-radius: 50%;
            margin: 0 5px;
            opacity: .5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50)
        }

            .owl-carousel .owl-dots .owl-dot.active {
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100)
            }

    .owl-carousel .owl-nav button.owl-prev {
        width: 36px;
        height: 36px;
        line-height: 0;
        left: -45px
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -45px;
        width: 36px;
        height: 36px;
        line-height: 0
    }
}

.post-normal {
    margin-bottom: 30px
}

    .post-normal .post-img {
        height: 175px;
        background-size: cover;
        position: relative
    }

    .post-normal .post-sponsor-img {
        height: 90px;
        background-size: cover;
        position: relative;
        cursor: pointer;
    }

    .post-normal .post-img .btn {
        position: absolute;
        bottom: 30px;
        left: 30px;
        pointer-events: none
    }

    .post-normal .post-title {
        font-size: 23px;
        font-family: PostGroteskMedium;
        margin: 20px 0 5px
    }

.news-home-section h4.post-title {
    margin: 5px 0 5px;
}

.post-normal .post-title a {
    color: #1D1D1B
}

#machinary-for-sale .post-normal .post-content h4.post-title a, #machinary-for-sale h3.section-title, #rural-holidays h3.section-title {
    color: #fff
}

.post-normal .post-location {
    font-size: 16px;
    font-family: PostGroteskBook
}

    .post-normal .post-location img {
        margin-right: 7px
    }

.post-normal.big .post-img {
    height: 450px
}

.post-normal.big .post-title {
    font-size: 26px
}

.post-normal.big .post-location {
    font-size: 18px
}

#machinary-for-sale {
    /* background: url(/content/images/home-machinery-banner.jpg?reload=21072020_2) center top no-repeat;*/
    background-size: cover;
}

    #machinary-for-sale .post-normal, #rural-holidays .post-normal {
        margin-bottom: 0
    }

        #machinary-for-sale .post-normal .post-content h4.post-title a:hover, #rural-holidays .post-normal .post-content h4.post-title a:hover {
            color: #008C80
        }

        #machinary-for-sale .post-normal .post-content .post-location {
            color: #fff;
        }

            #machinary-for-sale .post-normal .post-content .post-location img, #rural-holidays .post-normal .post-content .post-location img {
                display: inline-block;
                width: auto;
                margin-right: 7px
            }

    #machinary-for-sale .owl-carousel .owl-nav .owl-next, #machinary-for-sale .owl-carousel .owl-nav .owl-prev, #rural-holidays .owl-carousel .owl-nav .owl-next, #rural-holidays .owl-carousel .owl-nav .owl-prev {
        margin-top: -75px
    }

#best-of-british {
    /*background: url(/content/images/home-best-of-banner.jpg) center top no-repeat;*/
    background-size: cover;
}

    #best-of-british .owl-carousel .owl-nav button.owl-next, #best-of-british .owl-carousel .owl-nav button.owl-prev {
        border-color: #1D1D1B
    }

footer.main-footer .footer-bottom p a:not(:last-child), footer.main-footer .footer-top ul:not(:last-child) {
    border-right: thin solid #dedede
}

#best-of-british .owl-carousel .owl-nav button.owl-next svg polygon, #best-of-british .owl-carousel .owl-nav button.owl-prev svg polygon {
    fill: #1D1D1B
}

#best-of-british .owl-carousel .owl-nav button.owl-next:hover svg polygon,
#best-of-british .owl-carousel .owl-nav button.owl-prev:hover svg polygon,
#machinary-for-sale .owl-carousel .owl-nav button.owl-next:hover svg polygon,
#machinary-for-sale .owl-carousel .owl-nav button.owl-prev:hover svg polygon,
#detail-page-slider.owl-carousel .owl-nav button svg polygon {
    fill: #fff
}

#machinary-for-sale .owl-carousel .owl-nav button.owl-next svg polygon,
#machinary-for-sale .owl-carousel .owl-nav button.owl-prev svg polygon {
    fill: #000;
}

#best-of-british .owl-carousel .owl-nav button.owl-next:hover,
#best-of-british .owl-carousel .owl-nav button.owl-prev:hover,
#machinary-for-sale .owl-carousel .owl-nav button.owl-next:hover,
#machinary-for-sale .owl-carousel .owl-nav button.owl-prev:hover {
    background: #1D1D1B;
    color: #fff
}

#best-of-british .owl-item .item {
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .3)
}

#land-law {
    /*background: url(/content/images/home-land-law-banner.jpg) center top no-repeat;*/
    background-size: cover;
}

    #land-law h3.section-title {
        color: #000
    }

    #land-law .owl-item .item {
        -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .3);
        -moz-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .3);
        box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .3)
    }

#find-courses .news-img-left h4 {
    font-size: 21px
}

#find-courses .news-img-left .date {
    font-size: 16px
}

#find-courses .news-img-left .news-text {
    font-size: 14px
}

#find-courses .news-img-left .btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    pointer-events: none
}

#find-courses .small-post-img-left h4 {
    font-size: 24px;
    line-height: normal
}

#find-courses .small-post-img-left .date {
    font-size: 16px
}

footer.main-footer {
    background: #FFF;
    color: gray;
    padding: 0px 0;
    font-size: 18px;
    background-size: cover;
}

    footer.main-footer .footer-top {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }

        footer.main-footer .footer-top ul {
            list-style: none;
            display: block;
            width: 100%;
            padding: 0
        }

            footer.main-footer .footer-top ul li:not(:last-child) {
                margin-bottom: 0px
            }

            footer.main-footer .footer-top ul li a {
                color: #000 !important;
            }

                footer.main-footer .footer-top ul li a:hover,
                footer.main-footer .footer-bottom p a:hover {
                    color: #000 !important;
                }

    footer.main-footer .footer-bottom p {
        font-size: 16px
    }

        footer.main-footer .footer-bottom p a {
            color: #fff;
            position: relative;
            padding-right: 10px;
            margin-right: 5px
        }

@media screen and (max-width: 991px) {
    footer.main-footer {
        padding: 40px 0
    }

        footer.main-footer .footer-top {
            display: block;
            text-align: center
        }

            footer.main-footer .footer-top ul {
                margin-right: 20px;
                display: inline;
                width: auto;
                border: none !important
            }

                footer.main-footer .footer-top ul li {
                    display: inline
                }

                    footer.main-footer .footer-top ul li a {
                        font-size: 16px;
                        display: inline-block
                    }

        footer.main-footer .footer-bottom {
            text-align: center
        }

            footer.main-footer .footer-bottom p {
                font-size: 13px
            }
}

footer.main-footer {
    padding: 40px 0
}

.post-detail p {
    color: black;
}

    .post-detail p a {
        color: gray;
        text-decoration: underline;
    }

    .post-detail p.dark {
        color: #000
    }

.post-detail .pd-title {
    font-size: 38px;
    font-family: PostGroteskBold;
    margin-bottom: 8px;
}

.post-detail .pd-metadata {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

    .post-detail .pd-metadata .date {
        font-size: 16px;
        font-family: PostGroteskMedium;
        margin-right: 100px
    }

        .post-detail .pd-metadata .date span {
            font-family: PostGroteskMedium
        }

.post-detail .pd-content h3, aside h2 {
    font-family: PostGroteskBold
}

.post-detail .pd-metadata .views img {
    margin-right: 5px
}

.post-detail .pd-social {
    margin: 30px 0 20px
}

    .post-detail .pd-social a {
        display: inline-block;
        width: 60px;
        height: 40px;
        color: #fff;
        text-align: center;
        font-size: 21px;
        line-height: 40px;
        margin-right: 5px;
        margin-bottom: 10px;
        -webkit-transform: all .2s;
        -moz-transform: all .2s;
        -ms-transform: all .2s;
        transform: all .2s
    }

        .post-detail .pd-social a:hover {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1)
        }

.post-detail .pd-content h3 {
    font-size: 24px;
    margin-top: 30px;
    margin: 0 0 8px;
}

.post-detail .pd-content h5 {
    margin-bottom: 8px;
}

.post-detail .pd-content .img, .post-detail .pd-content img {
    margin-bottom: 20px
}

#async-top-news .news-img-left-content a {
    text-decoration: none;
}

/* 2. When the parent div is hovered, underline the h4 */
#async-top-news .news-img-left:hover .news-img-left-content h4 {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .post-detail .pd-title {
        font-size: 30px
    }

    .post-detail .pd-metadata {
        display: block
    }

        .post-detail .pd-metadata .date {
            margin-bottom: 5px
        }

    #async-top-news .news-img-left .img {
        width: 175px !important;
        min-width: 175px !important;
        height: 140px !important;
    }

    header.main-header .top-header .top-header-inner .top-header-right a {
        width: auto;
        min-width: 80px;
    }

    .news-img-left {
        display: flex;
        align-items: center; /* This aligns the image and text div vertically */
    }

    .news-img-left-content {
        padding-left: 15px;
        flex: 1; /* Allows text to take up remaining space */
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    header.main-header .top-header .top-header-inner .logo img {
        height: 65px;
        width: 120px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .news-banners .news-banners-right a:first-child {
        width: auto !important;
        margin-right: 10px;
    }
}


aside h2 {
    font-size: 28px
}

.popular-posts {
    margin-bottom: 50px
}

    .popular-posts h2 {
        margin-bottom: 40px
    }

    .popular-posts .small-post-img-left {
        padding-bottom: 40px
    }

        .popular-posts .small-post-img-left .small-post-img-left-content a h4 {
            color: #1D1D1B;
            font-size: 19px
        }

        .popular-posts .small-post-img-left .small-post-img-left-content .other-info .btn {
            color: #1D1D1B;
            font-family: PostGroteskMedium;
            pointer-events: none
        }

            .popular-posts .small-post-img-left .small-post-img-left-content .other-info .btn i {
                color: #FFC000;
                display: none;
                width: 0;
                height: 0;
                -moz-transition: all .3s;
                -o-transition: all .3s;
                -webkit-transition: all .3s;
                transition: all .3s
            }

            .popular-posts .small-post-img-left .small-post-img-left-content .other-info .btn.number1 {
                color: #fff;
                background: #008c81
            }

                .popular-posts .small-post-img-left .small-post-img-left-content .other-info .btn.number1 i {
                    display: inline-block;
                    margin-right: 3px;
                    width: auto;
                    height: auto
                }

        .popular-posts .small-post-img-left .small-post-img-left-content .other-info .views {
            color: #1D1D1B;
            font-size: 13px;
            font-family: PostGroteskMedium
        }

        .popular-posts .small-post-img-left:not(:last-child) {
            border-bottom: thin solid #A8A8A8
        }

.sidebar-widgets .sidebar-widget-single {
    margin-bottom: 30px
}

.listing-page header.main-header .top-header {
    background: url(../images/listing-page-header.png) top -160px center/cover no-repeat;
    height: 870px
}

    .listing-page header.main-header .top-header .top-header-inner {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end
    }

.listing-page header.main-header .listing-search-filters {
    max-width: 800px;
    margin: 60px auto 0
}

    .listing-page header.main-header .listing-search-filters .btn.btn-secondary {
        height: 55px;
        width: 100%;
        border-radius: 27.5px;
        -webkit-border-radius: 27.5px;
        -moz-border-radius: 27.5px;
        text-transform: uppercase;
        line-height: 55px;
        padding: 0
    }

        .listing-page header.main-header .listing-search-filters .btn.btn-secondary:focus, .listing-page header.main-header .listing-search-filters .btn.btn-secondary:hover {
            background: #fff !important
        }

.listing-page header.main-header nav.navbar {
    margin-top: -79px
}

.listing-page.sticky {
    padding-top: 0
}

    .listing-page.sticky nav.navbar {
        margin-top: 0 !important;
        left: 0
    }

@media screen and (max-width: 991px) {
    .listing-page.sticky {
        padding-top: 56px
    }

    .listing-page header.main-header .top-header {
        height: auto;
        background-size: cover;
        background-position: center center;
        padding: 20px 0 80px;
    }

        .listing-page header.main-header .top-header .dropdown-rounded .btn {
            margin-bottom: 0;
        }

        .listing-page header.main-header .top-header .logo img {
            max-width: 200px
        }

    .listing-page header.main-header .listing-search-filters {
        margin-top: 20px
    }

    .listing-page header.main-header .nav-container {
        width: 100%;
        max-width: none;
        padding: 0
    }

    .listing-page header.main-header nav.navbar {
        margin-top: 0
    }
}

.dropdown-rounded .btn {
    width: 100%;
    height: 55px;
    padding: 0 0 0 60px;
    line-height: 55px;
    text-align: left;
    position: relative;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    border: thin solid #A7A9AC;
    font-size: 16px;
    color: #231F20;
    font-family: PostGroteskBook;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .dropdown-rounded .btn:hover {
        background: #fff;
    }

    .dropdown-rounded .btn img {
        position: absolute;
        left: 30px;
        top: 19px
    }

    .dropdown-rounded .btn:after {
        border: 0;
        width: 12px;
        height: 6px;
        background: url(../images/down-arrow-icon.svg) 0 0/100% 100% no-repeat;
        position: absolute;
        right: 25px;
        top: 24px;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .dropdown-rounded .btn:focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 0 #000;
        -moz-box-shadow: 0 0 0 0 #000;
        box-shadow: 0 0 0 0 #000
    }

.dropdown-rounded .dropdown-menu {
    margin: 0;
    width: 100%;
    border: thin solid #A7A9AC;
    border-top: none;
    padding: 0
}

    .dropdown-rounded .dropdown-menu a {
        border-bottom: thin solid #ddd
    }

        .dropdown-rounded .dropdown-menu a:first-child {
            border-top: thin solid #ddd
        }

        .dropdown-rounded .dropdown-menu a:last-child {
            border-bottom: none
        }

        .dropdown-rounded .dropdown-menu a.active, .dropdown-rounded .dropdown-menu a:active {
            background: #CE4774
        }

.dropdown-rounded.show .btn {
    border-radius: 27.5px 27.5px 0 0;
    -webkit-border-radius: 27.5px 27.5px 0 0;
    -moz-border-radius: 27.5px 27.5px 0 0;
    border-bottom: none
}

    .dropdown-rounded.show .btn:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.inline {
    display: inline-block;
    margin-right: 30px
}

.radio {
    color: #1D1D1B;
    font-size: 15px;
    position: relative
}

    .radio span {
        position: relative;
        padding-left: 30px;
        padding-top: 3px;
        padding-bottom: 3px
    }

        .radio span:after {
            width: 20px;
            height: 20px;
            border: 1px solid #b7b9bb;
            position: absolute;
            left: 0;
            top: 1px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

    .radio input[type=radio] {
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }

        .radio input[type=radio]:checked + span:before {
            content: '';
            width: 12px;
            height: 12px;
            position: absolute;
            background: #008C80;
            left: 4px;
            top: 5px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%
        }

        .radio input[type=radio]:checked + span:after {
            border: 1px solid #008C80
        }

.property-box {
    border: thin solid #dedede;
    display: block;
    margin-bottom: 60px;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -webkit-transition: all .25s;
    transition: all .25s
}

    .property-box .img {
        height: 315px;
        width: 100%;
        display: block;
        background-size: cover;
        position: relative
    }

        .property-box .img img {
            position: absolute;
            z-index: 1;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-width: 180px
        }

    .property-box .post-content {
        padding: 25px;
        display: block
    }

        .property-box .post-content .post-location {
            color: #6D6E71;
            font-size: 15px;
            margin-bottom: 15px;
            margin-top: 10px
        }

            .property-box .post-content .post-location img {
                vertical-align: middle;
                margin-right: 5px;
                position: relative;
                top: -2px
            }

        .property-box .post-content .post-title {
            font-size: 22px;
            line-height: 26px;
            color: #1D1D1B;
            font-family: PostGroteskMedium;
            margin-top: 5px
        }

        .property-box .post-content .post-text {
            font-size: 14px;
            line-height: 20px;
            color: #808285;
            font-family: PostGroteskLight;
            margin-bottom: 16px;
            display: block
        }

        .property-box .post-content .property-more-info {
            overflow: hidden
        }

            .property-box .post-content .property-more-info table {
                border: 0;
                table-layout: fixed;
                width: 100%
            }

                .property-box .post-content .property-more-info table td {
                    padding: 5px 5px 5px 0;
                    font-family: PostGroteskLight;
                    color: #808285;
                    font-size: 14px;
                    margin-bottom: 8px
                }

                    .property-box .post-content .property-more-info table td strong {
                        font-family: PostGroteskMedium;
                        color: #1D1D1B
                    }

                    .property-box .post-content .property-more-info table td:first-child {
                        width: 58%
                    }

        .property-box .post-content .property-item-bottom {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            -webkit-box-pack: justify;
            justify-content: space-between;
            -ms-flex-pack: space-between;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .property-box .post-content .property-item-bottom .property-price {
                font-size: 28px;
                font-family: PostGroteskMedium
            }

    .property-box:hover a {
        text-decoration: none
    }

        .property-box:hover a:hover h4.post-title {
            color: #00557E
        }

#detail-page-slider {
    cursor: -webkit-grab;
    cursor: grab
}

    #detail-page-slider:active {
        cursor: -webkit-grabbing;
        cursor: grabbing
    }

    #detail-page-slider.owl-carousel .owl-nav button {
        background: rgba(0, 0, 0, .3);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border: none;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        #detail-page-slider.owl-carousel .owl-nav button svg {
            width: 24px;
            height: 24px;
            display: block;
            text-align: center;
            margin: auto
        }

        #detail-page-slider.owl-carousel .owl-nav button.owl-prev {
            left: 15px
        }

        #detail-page-slider.owl-carousel .owl-nav button.owl-next {
            right: 15px
        }

        #detail-page-slider.owl-carousel .owl-nav button:hover {
            background: rgba(0, 0, 0, .65)
        }

@media screen and (max-width: 575px) {
    #detail-page-slider.owl-carousel .owl-nav button {
        margin-top: -18px
    }
}

@media screen and (min-width: 600px) {
    #detail-page-slider.owl-carousel .owl-item {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50)
    }

        #detail-page-slider.owl-carousel .owl-item.center {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100)
        }
}

.medium-font {
    font-family: PostGroteskMedium
}

.paragraph {
    color: #808285
}

.social-sidebar {
    border-bottom: thin solid #D1D3D4;
    width: 65px
}

    .social-sidebar a {
        width: 100%;
        height: 65px;
        display: block;
        border: thin solid #D1D3D4;
        border-bottom: none;
        text-align: center;
        color: #6D7A85;
        line-height: 65px;
        font-size: 20px
    }

        .social-sidebar a:hover {
            background: #6D7A85;
            color: #fff
        }

.property-detail {
    position: relative;
    min-height: 550px
}

    .property-detail h1 {
        font-size: 34px
    }

    .property-detail h4 {
        font-size: 21px
    }

    .property-detail .social-sidebar {
        position: absolute;
        left: -90px
    }

    .property-detail .property-detail-info {
        width: 307px;
        background: rgb(245, 245, 245);
        position: absolute;
        right: 0;
        top: -295px;
        color: #fff;
        -webkit-text-fill-color: #fff;
        z-index: 2;
        padding: 40px
    }

        .property-detail .property-detail-info .property-detail-logo {
            width: 155px;
            height: 155px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            text-align: center;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -webkit-box-pack: center;
            justify-content: center;
            -ms-flex-pack: center;
            margin: 0 auto 40px
        }

            .property-detail .property-detail-info .property-detail-logo img {
                max-width: 100%
            }

        .property-detail .property-detail-info .btn-primary {
            font-size: 17px;
            height: 55px;
            padding: 0;
            line-height: 55px;
            background: #f0527a;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0
        }

        .property-detail .property-detail-info .btn-outline-white {
            font-size: 17px;
            height: 55px;
            padding: 0;
            line-height: 55px;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0
        }

        .property-detail .property-detail-info .btn-secondary {
            font-size: 17px;
            height: 55px;
            padding: 0;
            line-height: 55px;
            background: #00B48D;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0
        }

            .property-detail .property-detail-info .btn-secondary:focus,
            .property-detail .property-detail-info .btn-secondary:hover {
                border: thin solid #00B48D !important;
                color: #00B48D !important
            }

.directory-detail .property-detail-info {
    position: static;
    margin: auto !important;
}

.directory-detail .social-sidebar {
    margin-top: 183px;
}

@media screen and (max-width: 1550px) {
    .property-detail {
        padding-left: 10px
    }

        .property-detail .social-sidebar {
            left: -70px
        }

    .directory-detail .social-sidebar {
        left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .property-detail .property-detail-info {
        position: static;
        margin-top: 15px;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .property-detail {
        padding-left: 0
    }

    .sidebar-panel {
        max-width: none;
    }

    .property-detail .social-sidebar {
        position: static;
        margin-bottom: 15px;
        display: block;
        width: auto;
        border-bottom: none
    }

    .directory-detail .social-sidebar {
        margin-top: 0;
    }

    .property-detail .social-sidebar a {
        display: inline-block;
        width: 65px;
        border-bottom: thin solid #D1D3D4;
        margin-right: 3px
    }
}

.myaccount-banner-prt {
    width: 100%;
    min-height: 350px;
    background: #00B48D;
    position: relative
}

    .myaccount-banner-prt .top-menu {
        float: right;
        padding: 26px 0 0;
        margin: 0;
        list-style: none
    }

        .myaccount-banner-prt .top-menu li {
            float: left;
            color: #fff;
            font-size: 15px;
            text-transform: uppercase;
            margin-left: 28px;
            font-family: PostGroteskBook
        }

            .myaccount-banner-prt .top-menu li a {
                color: #fff
            }

                .myaccount-banner-prt .top-menu li a:hover {
                    color: #fff;
                    text-shadow: 0 1px 1px #fff;
                    text-decoration: none
                }

            .myaccount-banner-prt .top-menu li.active a {
                color: #fff;
                font-family: PostGroteskMedium;
                text-shadow: none
            }

            .myaccount-banner-prt .top-menu li.menu-bar {
                display: inline-block;
                width: 24px;
                overflow: hidden;
                position: relative
            }

                .myaccount-banner-prt .top-menu li.menu-bar .menu_btn-inner {
                    width: 24px;
                    height: 20px;
                    cursor: pointer;
                    overflow: hidden;
                    margin: auto;
                    display: block
                }

                    .myaccount-banner-prt .top-menu li.menu-bar .menu_btn-inner .menu_btn-line {
                        position: absolute;
                        left: 0;
                        width: 100%;
                        height: 4px;
                        background: #fff
                    }

                        .myaccount-banner-prt .top-menu li.menu-bar .menu_btn-inner .menu_btn-line:nth-child(1) {
                            top: 0
                        }

                        .myaccount-banner-prt .top-menu li.menu-bar .menu_btn-inner .menu_btn-line:nth-child(2) {
                            top: 8px
                        }

                        .myaccount-banner-prt .top-menu li.menu-bar .menu_btn-inner .menu_btn-line:nth-child(3) {
                            top: 16px
                        }

                .myaccount-banner-prt .top-menu li.menu-bar:hover .menu_btn-line:nth-child(1) {
                    -webkit-animation: animateMenuBtn .7s 0s;
                    animation: animateMenuBtn .7s 0s
                }

                .myaccount-banner-prt .top-menu li.menu-bar:hover .menu_btn-line:nth-child(2) {
                    -webkit-animation: animateMenuBtn .7s .2s;
                    animation: animateMenuBtn .7s .2s
                }

                .myaccount-banner-prt .top-menu li.menu-bar:hover .menu_btn-line:nth-child(3) {
                    -webkit-animation: animateMenuBtn .7s .4s;
                    animation: animateMenuBtn .7s .4s
                }

@media screen and (max-width: 991px) {
    .myaccount-banner-prt .top-menu li.menu-bar {
        display: none
    }
}

@media (max-width: 530px) {
    .myaccount-banner-prt .top-menu li {
        margin-left: 18px;
        font-size: 13px
    }
}

.myaccount-banner-prt .myact-title {
    font-size: 120px;
    font-family: MyriadProBoldCond;
    color: #fff;
    margin: 100px 0 0 34.5%;
    text-shadow: 0 0 7px rgba(0, 0, 0, .8);
    -webkit-text-shadow: 0 0 7px rgba(0, 0, 0, .8)
}

@media (max-width: 991px) {
    .myaccount-banner-prt .myact-title {
        text-align: center;
        margin: 60px 0 0;
        font-size: 70px
    }

    .hidden-mob {
        display: none !important;
    }

    header.main-header .top-header .top-header-inner .logo {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .myaccount-banner-prt {
        min-height: 300px
    }
}

.hm-ct-prt {
    background: #fff;
    width: 100%;
    padding: 90px 0;
    min-height: 580px
}

    .hm-ct-prt .myaccount-lft {
        position: relative;
        width: 26.5625%
    }

        .hm-ct-prt .myaccount-lft .gray-box {
            width: 100%;
            position: absolute;
            top: -345px;
            background: #58595b;
            padding: 40px;
            text-align: center
        }

            .hm-ct-prt .myaccount-lft .gray-box .group-logo {
                max-width: 156px;
                height: 156px;
                margin: 0 auto 20px;
                background: #fff;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                position: relative
            }

                .hm-ct-prt .myaccount-lft .gray-box .group-logo img {
                    position: absolute;
                    top: 50%;
                    left: 0;
                    right: 0;
                    margin: auto;
                    -ms-transform: translate(0, -50%);
                    transform: translate(0, -50%);
                    -webkit-transform: translate(0, -50%);
                    width: 80%;
                }

        .hm-ct-prt .myaccount-lft .group-logo-company {
            color: #fff;
            text-align: center;
            margin: 0 0 5px;
            font-size: 21px
        }

        .hm-ct-prt .myaccount-lft .company-on-date {
            color: #e6e7e8;
            font-family: PostGroteskBook;
            font-size: 19px
        }

        .hm-ct-prt .myaccount-lft .current-credit {
            color: #fff;
            font-size: 21px;
            font-family: PostGroteskMedium;
            margin: 47px 0
        }

            .hm-ct-prt .myaccount-lft .current-credit span {
                display: block;
                font-size: 130px;
                color: #fff;
                font-family: MyriadProBoldCond;
                line-height: 130px
            }

        .hm-ct-prt .myaccount-lft .big-pink-btn, .hm-ct-prt .myaccount-lft .big-pinkbr-btn, .hm-ct-prt .myaccount-rgt .tab-btn-list li, .sml-green-btn, .table-oflw .tab-table th {
            font-family: PostGroteskMedium
        }

        .hm-ct-prt .myaccount-lft .big-pink-btn {
            border: 1px solid #CE4774;
            background: #f0527a;
            border-radius: 0;
            -webkit-border-radius: 0;
            color: #fff;
            padding: 18px 30px 14px;
            text-transform: uppercase;
            display: block;
            font-size: 18px;
            margin: 0 0 12px
        }

            .hm-ct-prt .myaccount-lft .big-pink-btn:hover {
                text-decoration: none;
                background: 0 0
            }

        .hm-ct-prt .myaccount-lft .big-pinkbr-btn {
            border: 1px solid #CE4774;
            background: 0 0;
            border-radius: 0;
            -webkit-border-radius: 0;
            color: #fff;
            padding: 18px 30px 13px;
            text-transform: uppercase;
            display: block;
            font-size: 18px;
            margin: 0 0 12px
        }

            .hm-ct-prt .myaccount-lft .big-pinkbr-btn:hover {
                text-decoration: none;
                background: #CE4774
            }

    .hm-ct-prt .myaccount-rgt {
        width: 65.625%;
        float: right
    }

        .frm-list, .frm-list .fields, .frm-list .wide, .hm-ct-prt .myaccount-rgt .tab-ct-prt, .table-oflw .tab-table {
            width: 100%
        }

        .hm-ct-prt .myaccount-rgt .tab-btn-list {
            padding: 0 0 28px;
            margin: 0;
            list-style: none;
            overflow: hidden
        }

            .hm-ct-prt .myaccount-rgt .tab-btn-list li {
                float: left;
                margin: 0 18px 0 0;
                text-transform: uppercase;
                color: #231f20;
                font-size: 13px;
                line-height: 32px
            }

                .hm-ct-prt .myaccount-rgt .tab-btn-list li a {
                    border-radius: 30px;
                    border: 1px solid #CE4774;
                    background: 0 0;
                    padding: 3px 32px 0;
                    position: relative;
                    display: inline-block;
                    color: #1D1D1B
                }

                    .hm-ct-prt .myaccount-rgt .tab-btn-list li a:hover, .hm-ct-prt .myaccount-rgt .tab-btn-list li.active a {
                        border: 1px solid #ef526f;
                        background: #ef526f;
                        color: #fff
                    }

                    .hm-ct-prt .myaccount-rgt .tab-btn-list li a:hover {
                        text-decoration: none
                    }

@media screen and (max-width: 1400px) {
    .hm-ct-prt .myaccount-rgt .tab-btn-list li {
        margin: 0 6px 0 0;
        font-size: 12px
    }

        .hm-ct-prt .myaccount-rgt .tab-btn-list li a {
            padding: 0 26px
        }
}

@media screen and (max-width: 767px) {
    .hm-ct-prt .myaccount-rgt .tab-btn-list {
        text-align: center
    }

        .hm-ct-prt .myaccount-rgt .tab-btn-list li {
            margin: 0 10px 15px;
            float: none;
            display: inline-block
        }

    .post-normal.big .post-img {
        height: 175px
    }
}

@media screen and (max-width: 390px) {
    .hm-ct-prt .myaccount-rgt .tab-btn-list li {
        margin: 0 0 15px;
        width: 100%
    }

        .hm-ct-prt .myaccount-rgt .tab-btn-list li a {
            width: 100%
        }
}

@media screen and (max-width: 1200px) {
    .hm-ct-prt {
        padding: 50px 0
    }

        .hm-ct-prt .container {
            max-width: none
        }

        .hm-ct-prt .myaccount-lft {
            width: 100%
        }

            .hm-ct-prt .myaccount-lft .gray-box {
                position: static;
                top: 0;
                max-width: 500px;
                margin: 0 auto 40px
            }

        .hm-ct-prt .myaccount-rgt {
            width: 100%;
            float: none
        }
}

.sml-green-btn {
    border: 1px solid #00B48D;
    background: #00B48D;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #fff;
    padding: 10px 30px 8px;
    display: inline-block;
    font-size: 11px;
    margin: 0;
    text-transform: uppercase
}

    .sml-green-btn:hover {
        border: 1px solid #00B48D;
        color: #008C80;
        background: 0 0;
        text-decoration: none
    }

.table-oflw .tab-table {
    border: 1px solid #d6d8d9;
    border-bottom: none
}

    .table-oflw .tab-table th {
        padding: 12px;
        text-align: left;
        font-size: 19px;
        color: #231f20;
        border-bottom: 1px solid #d6d8d9
    }

    .table-oflw .tab-table td {
        padding: 12px;
        border-bottom: 1px solid #d6d8d9;
        font-size: 18px;
        font-family: PostGroteskLight;
        color: #000
    }

        .table-oflw .tab-table td span {
            font-family: PostGroteskMedium
        }

@media (max-width: 630px) {
    .table-oflw {
        width: 100%;
        overflow-x: scroll
    }

        .table-oflw .tab-table {
            min-width: 560px
        }

            .table-oflw .tab-table th {
                font-size: 16px;
                white-space: nowrap
            }

            .table-oflw .tab-table td {
                font-size: 14px
            }
}

.frm-list {
    padding: 0;
    margin: 0
}

    .frm-list input[type=text], .frm-list input[type=email], .frm-list input[type=password], .frm-list select, .frm-list textarea {
        padding: 12px 10px;
        line-height: 20px;
        margin: 0 0 20px;
        background-color: #fff;
        height: 66px;
        font-size: 16px;
        color: #939598;
        font-family: PostGroteskLight;
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border: 1px solid #D1D3D4
    }

    .frm-list textarea {
        height: 250px
    }

    .frm-list .fields .field, .frm-list .wide .field {
        width: 48%;
        float: left
    }

        .frm-list .fields .field label, .frm-list .wide .field label {
            font-size: 19px;
            color: #231f20;
            font-family: PostGroteskMedium;
            display: block;
            margin: 0 0 8px;
            height: 30px
        }

            .frm-list .fields .field label em, .frm-list .wide .field label em {
                color: #be1e2d
            }

        .frm-list .fields .field:nth-child(2n), .frm-list .wide .field:nth-child(2n) {
            width: 48%;
            float: right
        }

    .frm-list .wide .field {
        width: 100%
    }

    .frm-list .green-btn {
        border: 1px solid #00b48d;
        background: #00b48d;
        width: 290px;
        height: 55px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        cursor: pointer
    }

        .frm-list .green-btn:hover {
            background: 0 0;
            color: #00b48d
        }

    .frm-list .btn-btm-txt {
        width: 290px;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        color: #231f20
    }

        .frm-list .btn-btm-txt span {
            font-family: PostGroteskMedium
        }

@media screen and (max-width: 600px) {
    .frm-list .fields .field, .frm-list .wide .field {
        width: 100% !important
    }

    .frm-list .fields .frm-btn-prt, .frm-list .wide .frm-btn-prt {
        width: 100%;
        text-align: center !important
    }
}

.property-photos {
    overflow: hidden
}

    .property-photos a {
        border: thin solid #D1D3D4;
        display: block;
        float: left;
        margin: 0 30px 30px 0
    }

        .property-photos a img {
            width: 117px
        }

        .property-photos a:first-child img {
            width: 265px
        }

        .property-photos a:nth-child(5), .property-photos a:nth-child(9) {
            margin-right: 0
        }

        .property-photos a:hover {
            border-color: #CE4774
        }

@media screen and (max-width: 1400px) {
    .property-photos a {
        margin: 0 20px 20px 0 !important
    }

        .property-photos a img {
            width: 115px !important
        }
}

.property-submitted {
    font-size: 18px;
    color: #808285;
    text-align: center;
    max-width: 275px;
    margin: auto auto 20px
}

    .property-submitted img {
        display: block;
        margin: 20px auto
    }

@media screen and (min-width: 320px) {
    .modal-sm {
        max-width: 360px
    }

        .modal-sm .modal-content {
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0
        }
}

.pd-social .fa {
    line-height: 40px
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 0;
    width: auto;
    max-width: 400px;
    margin: 20px auto
}

.input-frm-list4, .input-frm-list5 {
    margin: 0 0 20px
}

.tab-content .checkbox span:after {
    width: 15px;
    height: 15px
}

.tab-content .checkbox input[type=checkbox]:checked + span:before {
    width: 8px;
    height: 8px;
    left: 2px;
    top: 0;
    font-size: 11px
}

.last-yr-psw {
    color: #ef526f;
    font-size: 14px;
    line-height: 18px;
    font-family: PostGroteskLight;
    display: block;
    margin: 0 0 18px
}

    .last-yr-psw:hover {
        color: #929497
    }

.tab-content .input-frm-list3 {
    width: 100%;
    margin: 0 0 20px;
    float: none
}

.tab-content .button {
    width: 100%;
    display: block;
    height: 52px;
    font-size: 18px;
    margin: 0
}

    .tab-content .button.big-pink-btn:hover {
        color: #f0527a
    }

.tabs {
    width: 100%;
    display: inline-block
}

ul.tab-links {
    padding: 0
}

.tab-links li {
    border-bottom: 1px solid #d4d6d7;
    border-right: 1px solid #d4d6d7;
    float: left;
    list-style: none;
    width: 50%
}

    .tab-links li:nth-child(2n) {
        border-right: none
    }

    .tab-links li.active a, .tab-links li.active a:hover {
        color: #ef526f
    }

.tab-content {
    padding: 40px;
    border-radius: 3px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .15);
    background: #fff
}

.tab {
    display: none
}

    .blue-stone, .tab.active, .tab.fb-active {
        display: block
    }

#payment-popup {
    max-width: 600px
}

.payment-ct-prt {
    padding: 32px;
    width: 100%;
    box-sizing: border-box
}

.tp-lft-prt {
    width: 50%;
    float: left
}

.blue-stone {
    margin: 0 0 38px;
    font-size: 18px;
    color: #929497;
    font-family: PostGroteskBook
}

.tp-lft-prt .mail {
    font-family: PostGroteskMedium;
    color: #231f20;
    font-size: 22px
}

.cancel-btn, .tp-rgt-prt p {
    font-family: PostGroteskBook
}

.tp-rgt-prt {
    width: 50%;
    float: right;
    text-align: right
}

    .tp-rgt-prt p {
        margin: 0;
        font-size: 18px;
        line-height: 34px;
        color: #929497
    }

        .tp-rgt-prt p a {
            color: #00a2c2
        }

            .tp-rgt-prt p a:hover {
                color: #929497
            }

.credit-card-list {
    width: 100%;
    padding: 40px 0;
    margin: 30px 0 40px;
    border-top: 2px solid #d0d2d3;
    border-bottom: 2px solid #d0d2d3
}

    .credit-card-list .credit-list-boxes li {
        margin: 0 30px 0 0;
        width: 36%
    }

        .credit-card-list .credit-list-boxes li:nth-child(2n) {
            float: left
        }

    .credit-card-list .credit-price-txt {
        padding: 0 12px;
        line-height: 23px
    }

        .credit-card-list .credit-price-txt span {
            margin: 0 0 8px
        }

.btm-field-prt .field {
    width: 48%;
    float: left
}

    .btm-field-prt .field input {
        border-radius: 0;
        height: 43px;
        border: 2px solid #e5e6e6
    }

    .btm-field-prt .field:nth-child(2n) {
        float: right
    }

    .btm-field-prt .field .select-frm-list4 .chosen-container-single .chosen-single, .btm-field-prt .field .select-frm-list4 .chosen-single.chosen-default {
        height: 43px
    }

    .btm-field-prt .field .select-frm-list4 {
        width: 47%;
        float: left
    }

        .btm-field-prt .field .select-frm-list4:nth-child(2n) {
            float: right
        }

.payment-ct-prt .frm-btn-prt {
    float: none;
    text-align: left;
    padding: 10px 0 0
}

    .payment-ct-prt .frm-btn-prt .button {
        border-radius: 0;
        margin: 0;
        float: left;
        display: inline-block;
        width: auto
    }

.cancel-btn {
    color: #00a2c2;
    display: inline-block;
    margin: 13px 0 12px 20px;
    float: left
}

.billing-adrs-txt, .info-msg {
    font-family: PostGroteskMedium
}

.info-msg {
    background: #00a2c2;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    padding: 19px 15px 19px 55px;
    margin: 0 0 30px;
    position: relative
}

    .info-msg:before {
        position: absolute;
        left: 14px;
        top: 14px;
        display: block;
        width: 27px;
        height: 27px;
        background: url(../images/info-icon.png) left top no-repeat
    }

#payment-popup .tab-content {
    padding: 0;
    border: none;
    box-shadow: inherit
}

.billing-prt {
    padding: 60px 0 0
}

    .billing-prt .tab-lft-prt .button {
        display: inline-block;
        width: auto;
        margin: 70px 0 0;
        padding: 12px 40px
    }

.billing-adrs-txt {
    padding: 0 0 20px;
    font-size: 22px;
    color: #231f20
}

    .billing-adrs-txt a {
        font-family: PostGroteskBook
    }

        .billing-adrs-txt a:hover {
            color: #231f20
        }

.billing-prt .big-greenbr-btn {
    margin: 34px 0 0
}

ul.scl-links {
    padding: 0
}

.scl-links li {
    width: 25%;
    height: 78px;
    float: left;
    list-style: none;
    background: #015b80;
    border-right: 1px solid #00567a
}

    .scl-links li:last-child {
        border-right: none
    }

.scl-links a {
    padding: 25px 15px;
    display: block;
    color: #fff;
    transition: all linear .15s;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px
}

    .scl-links a i {
        font-size: 25px;
        line-height: 28px
    }

.scl-links li:nth-child(1).active a, .scl-links li:nth-child(1):hover a {
    color: #fff;
    background: #4b6dac
}

.scl-links li:nth-child(2).active a, .scl-links li:nth-child(2):hover a {
    color: #fff;
    background: #1da1f2
}

.scl-links li:nth-child(3).active a, .scl-links li:nth-child(3):hover a {
    color: #fff;
    background: #0073b1
}

.scl-links li:nth-child(4).active a, .scl-links li:nth-child(4):hover a {
    color: #fff;
    background: #dd5144
}

.twitter-tweet {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.lg-btn, .reg-btn {
    width: 130px;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 15px 15px 12px;
    font-size: 13px;
    float: left;
    margin: 0 0 0 20px;
    font-family: PostGroteskMedium;
    text-transform: uppercase
}

.lg-btn {
    background: #f0527a;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 1px solid #f0527a
}

    .lg-btn:hover {
        border: 1px solid #fff
    }

.reg-btn {
    background: 0 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 1px solid #fff
}

    .reg-btn:hover {
        border: 1px solid #fff;
        color: #000;
        background: #fff
    }

@media (max-width: 590px) {
    .tp-btn {
        width: 100%;
        float: none;
        text-align: center
    }

    .lg-btn, .reg-btn {
        float: none;
        margin: 0 12px
    }

    .find-job-frm {
        margin: 0
    }

    .maxl {
        margin: 0 0 20px
    }

    .radio {
        width: 30%;
        margin: 5px 0
    }

    .inline + .inline {
        margin: 0
    }

    .box-ct-lft {
        width: 100%
    }

    .box-ct-rgt {
        border-top: 1px solid #e1e2e3;
        width: 100%;
        padding: 30px 0 0
    }

        .box-ct-rgt a.button {
            max-width: 200px;
            display: block;
            margin: 0 auto 10px
        }

    .featured-jb-box, .rgt-scl-box {
        margin: 0 0 40px;
        float: none;
        width: 100%
    }

    .place-advert-box {
        width: 100%;
        float: none
    }

    .recruiters-box {
        float: none;
        width: 100%
    }

    .ft-menu {
        padding: 15px;
        width: 100%;
        margin: 0 0 18px
    }

    .place-mob-img {
        right: -40px;
        max-width: 160px
    }

    .rgt-scl-box img {
        width: 100%
    }

    .blog-ct-lft.view-page {
        padding: 0 0 40px
    }

    .social-icon-list {
        width: 245px;
        position: static;
        left: inherit;
        top: inherit;
        margin: 0 auto 30px
    }

        .social-icon-list:after {
            content: '';
            display: block;
            clear: both
        }

        .social-icon-list li {
            float: left;
            border-left: 1px solid #d1d2d4
        }

            .social-icon-list a, .social-icon-list li:first-child {
                border: none
            }
}

.blue-btn, .pink-btn {
    padding: 15px 20px 11px;
    font-size: 15px;
    text-align: center
}

.big-bluebr-btn, .big-pinkbr-btn, .blue-btn, .green-btn, .pink-btn {
    margin: 0 0 12px
}

.pink-btn {
    border: 1px solid #f0527a;
    background: #f0527a;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #fff
}

    .pink-btn:hover {
        border: 1px solid #f0527a;
        color: #f0527a;
        background: 0 0
    }

.blue-btn {
    border: 1px solid #00a6c4;
    background: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #231f20
}

    .blue-btn:hover {
        border: 1px solid #00a6c4;
        color: #fff;
        background: #00a6c4
    }

.green-btn {
    border: 1px solid #00b48d;
    background: #00b48d;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    text-align: center;
    color: #fff;
    padding: 12px 20px 11px;
    font-size: 15px
}

    .green-btn:hover {
        border: 1px solid #00b48d;
        color: #00b48d;
        background: 0 0
    }

.big-pink-btn:hover, .big-pinkbr-btn {
    border: 1px solid #f0527a;
    background: 0 0
}

.big-pink-btn:hover {
    color: #fff
}

.big-pinkbr-btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
    padding: 18px 30px 13px;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    font-family: PostGroteskMedium
}

    .big-pinkbr-btn:hover {
        border: 1px solid #f0527a;
        color: #fff;
        background: #f0527a
    }

.big-bluebr-btn {
    border: 1px solid #00a6c4;
    background: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    text-align: center;
    color: #231f20;
    padding: 12px 20px;
    font-size: 15px
}

    .big-bluebr-btn:hover {
        border: 1px solid #00a6c4;
        color: #fff;
        background: #00a6c4
    }

.big-greenbr-btn {
    border: 1px solid #00b48d;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: center;
    color: #231f20;
    padding: 14px 20px 9px;
    font-size: 18px;
    margin: 0 0 12px
}

select, textarea {
    font-size: 16px;
    font-family: PostGroteskLight
}

.big-greenbr-btn:hover {
    border: 1px solid #00b48d;
    color: #fff;
    background: #00b48d
}

input, textarea {
    -webkit-border-radius: 0
}

    input[type=text], input[type=email], input[type=password], input[type=search], select, textarea {
        -moz-appearance: none !important;
        -webkit-appearance: none !important;
        appearance: none !important
    }

    input[type=text], input[type=email], input[type=password], select, textarea {
        padding: 12px 10px;
        border: 1px solid #bcbec0;
        line-height: 20px;
        width: 100%;
        margin: 10px 0 20px;
        background-color: #fff;
        border-radius: 5px;
        height: 38px;
        font-size: 16px;
        color: #939598;
        font-family: PostGroteskLight;
    }

select {
    padding: 12px 10px;
    background-color: #fff;
    border: 1px solid #bcbec0;
    line-height: 20px;
    width: 100%;
    margin: 0 0 15px;
    border-radius: 5px;
    height: 55px;
    color: #939598
}

textarea {
    resize: none;
    height: 110px
}

.button, input[type=reset], input[type=button], input[type=submit] {
    display: inline-block;
    margin: 10px 0 15px;
    min-width: 130px;
    padding: 19px 20px 17px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    border: none;
    transition: linear .3s all;
    -webkit-transition: linear .3s all;
    line-height: 1;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    text-transform: uppercase;
    font-family: PostGroteskMedium
}

    .button:hover, button:hover, input[type=reset]:hover, input[type=button]:hover, input[type=submit]:hover {
        color: #fff;
        background: #262838
    }

.input-frm-list4 input, .input-frm-list5 input {
    margin: 0;
    border-radius: 30px;
    padding: 12px 30px 12px 40px;
    height: 54px;
    font-size: 15px;
    font-family: PostGroteskLight;
    color: #939598
}

input[type=reset]:active, input[type=button]:active, input[type=submit]:active {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .3)
}

.input-frm-list4 input {
    background: url(../images/username-icon.png) 18px 18px no-repeat #fff
}

.input-frm-list5 input {
    background: url(../images/password-icon.png) 18px 18px no-repeat #fff
}

.big-pink-btn, .tab-links a {
    text-transform: uppercase;
    display: block;
    font-family: PostGroteskMedium
}

.tab-links a {
    padding: 15px;
    font-size: 16px;
    color: #4c4c4c;
    transition: all linear .15s;
    text-align: center
}

.big-pink-btn {
    border: 1px solid #f0527a;
    background: #f0527a;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
    padding: 18px 30px 14px;
    font-size: 18px;
    margin: 0 0 12px
}

.tab-content label.checkbox {
    color: #929497;
    font-size: 14px;
    font-family: PostGroteskLight;
    height: 15px;
    line-height: 18px;
    margin: 0 0 18px
}

.tab-content .checkbox span {
    padding-left: 5px
}

.checkbox span {
    position: relative;
    padding-top: 0;
    padding-bottom: 0
}

header.main-header .top-header .top-header-right {
    white-space: nowrap;
    width: 350px
}

.lg-btn:active, .lg-btn:focus, .lg-btn:hover {
    background: 0 0 !important;
    color: #CE4774 !important;
    border-color: #CE4774 !important;
    -webkit-box-shadow: 0 0 0 0 #fff !important;
    -moz-box-shadow: 0 0 0 0 #fff !important;
    box-shadow: 0 0 0 0 #fff !important;
    outline: 0;
    text-decoration: none
}

.hm-banner-prt .nav-container {
    padding: 0;
}

#async-top-news .news-img-left .img {
    width: 268px;
    min-width: 268px;
    height: 188px;
}
