<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
}

body {
    font-family: Poppins;
  
}

#photoList {
    overflow-y: auto;
    height: 700px;
}

    #photoList::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #fff;
    }

    #photoList::-webkit-scrollbar {
        width: 10px;
        background-color: #fff;
    }

    #photoList::-webkit-scrollbar-thumb {
        background-color: #282d2f;
    }

#refinements::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #282d2f;
}

#refinements::-webkit-scrollbar {
    width: 6px;
    background-color: #282d2f;
}

#refinements::-webkit-scrollbar-thumb {
    background-color: #000000;
}



a {
    cursor: pointer;
    color: #555;
}

    a:hover {
        text-decoration: none;
    }

.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}

.margin-t-10 {
    margin-top: 10px;
}

.checkbox {
    padding-left: 20px;
    margin: 15px 0px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 15px;
        color: #7B7B7B;
        font-size: 13px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 0px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

.checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #fff;
}

input[type=checkbox]:checked + label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    font-weight: 300;
}


#loadingdiv {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2000;
    padding-top: 300px;
    display: none;
}

#loader {
    border: 7px solid #f3f3f3;
    border-top: 7px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Solid Buttons Structure**/
.button-sm {
    cursor: pointer;
    padding: 7px 12px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: #DDD;
    transition: .5s;
    border-radius: 0px;
    border: none;
}

    .button-sm:hover {
        color: #333;
        text-decoration: none;
    }

.button-md {
    cursor: pointer;
    padding: 14px 26px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: #DDD;
    transition: .5s;
    border-radius: 2px;
    border: none;
    margin-top: 5px;
}

    .button-md:hover {
        color: #333;
        text-decoration: none;
    }

.button-lg {
    cursor: pointer;
    padding: 18px 30px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: #DDD;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

    .button-lg:hover {
        color: #333;
        text-decoration: none;
    }

/** Solid Buttons Colors **/
.button-default {
    color: #555;
    background: #DDD;
}

    .button-default:hover {
        color: #333;
        background: #DDD;
    }

.button-theme {
    color: #FFF;
}

    .button-theme:hover {
        color: #fff;
    }

/** Border Buttons Colors **/
.border-button-sm {
    cursor: pointer;
    padding: 5px 12px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: #DDD;
    transition: .5s;
    border-radius: 0px;
    border: none;
}

.border-button-default {
    color: #555;
    background: #DDD;
}

    .border-button-default:hover {
        color: #333;
        background: #DDD;
    }

.border-button-theme {
    background: transparent;
}

    .border-button-theme:hover {
        color: #fff;
    }

.button-section a {
    margin: 0px 5px 5px;
}

.alert {
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 0px;
}

.panel-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

/** TABS **/
.theme-tabs .nav-tabs {
    border-bottom: 2px solid #DDD;
}

    .nav-tabs &gt; li.active &gt; a,
    .theme-tabs .nav-tabs &gt; li.active &gt; a:focus,
    .theme-tabs .nav-tabs &gt; li.active &gt; a:hover {
        border-width: 0;
    }

    .theme-tabs .nav-tabs &gt; li &gt; a {
        border: none;
        color: #ffffff;
    }

        .theme-tabs .nav-tabs &gt; li.active &gt; a,
        .theme-tabs .nav-tabs &gt; li &gt; a:hover {
            border: none;
            background: #fff;
        }

        .theme-tabs .nav-tabs &gt; li &gt; a::after {
            content: "";
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

    .theme-tabs .nav-tabs &gt; li.active &gt; a::after,
    .theme-tabs .nav-tabs &gt; li:hover &gt; a::after {
        transform: scale(1);
    }

.theme-tabs .tab-nav &gt; li &gt; a::after {
    color: #fff;
}

.theme-tabs .tab-pane {
    padding: 15px 0;
}

.theme-tabs .tab-content {
    padding: 20px
}

.theme-tabs .nav-tabs &gt; li {
    width: 20%;
    text-align: center;
}

.theme-tabs {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

@media all and (max-width: 724px) {

    .gallery-item, .grid-sizer {
        width: 100% !important;
    }


    .theme-tabs .nav-tabs &gt; li &gt; a &gt; span {
        display: none;
    }

    .theme-tabs .nav-tabs &gt; li &gt; a {
        padding: 5px 5px;
    }
}

/* Tabs panel */
.tab-style-2 {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 20px;
}

/* Default mode */
.tab-style-2-line &gt; .nav-tabs {
    border: none;
    margin: 0px;
}

    .tab-style-2-line &gt; .nav-tabs &gt; li {
        margin-right: 2px;
    }

        .tab-style-2-line &gt; .nav-tabs &gt; li &gt; a {
            border: 0;
            margin-right: 0;
            color: #737373;
        }

            .tab-style-2-line &gt; .nav-tabs &gt; li &gt; a &gt; i {
                color: #a6a6a6;
            }

        .tab-style-2-line &gt; .nav-tabs &gt; li.open, .tab-style-2-line &gt; .nav-tabs &gt; li:hover {
            border-bottom: 4px solid #b2b1b1;
        }

            .tab-style-2-line &gt; .nav-tabs &gt; li.open &gt; a, .tab-style-2-line &gt; .nav-tabs &gt; li:hover &gt; a {
                border: 0;
                background: none !important;
                color: #333333;
            }

                .tab-style-2-line &gt; .nav-tabs &gt; li.open &gt; a &gt; i, .tab-style-2-line &gt; .nav-tabs &gt; li:hover &gt; a &gt; i {
                    color: #a6a6a6;
                }

            .tab-style-2-line &gt; .nav-tabs &gt; li.open .dropdown-menu, .tab-style-2-line &gt; .nav-tabs &gt; li:hover .dropdown-menu {
                margin-top: 0px;
            }

        .tab-style-2-line &gt; .nav-tabs &gt; li.active {
            border-bottom: 4px solid #b2b1b1;
            position: relative;
        }

            .tab-style-2-line &gt; .nav-tabs &gt; li.active &gt; a {
                border: 0;
                color: #333333;
                background: transparent !important;
            }

                .tab-style-2-line &gt; .nav-tabs &gt; li.active &gt; a &gt; i {
                    color: #404040;
                }

.tab-style-2-line &gt; .tab-content {
    margin-top: -3px;
    background-color: transparent !important;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tab-style-2-line &gt; .tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tab-style-2-line.tabs-below &gt; .nav-tabs &gt; li {
    border-top: 4px solid transparent;
}

    .tab-style-2-line.tabs-below &gt; .nav-tabs &gt; li &gt; a {
        margin-top: 0;
    }

    .tab-style-2-line.tabs-below &gt; .nav-tabs &gt; li:hover {
        border-bottom: 0;
        border-top: 4px solid #b2b1b1;
    }

    .tab-style-2-line.tabs-below &gt; .nav-tabs &gt; li.active {
        margin-bottom: -2px;
        border-bottom: 0;
        border-top: 4px solid #b2b1b1;
    }



.tab-style-2-line.tabs-below &gt; .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/** TOP HEADER AREA START **/
.top-header {
    background-color: #171C26;
}

    .top-header .list-inline {
        padding: 10px 0px;
    }

.list-inline a {
    text-decoration: none;
    color: #aaa;
    margin-right: 15px;
    font-size: 11px;
}

    .list-inline a i {
        margin-right: 5px;
    }

.top-header ul {
    margin: 0px;
    padding: 0px;
}

    .top-header ul li {
        padding: 0px 5px;
        height: 40px;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        color: #aaa;
    }

        .top-header ul li a {
            text-decoration: none;
            color: #aaa;
        }

            .top-header ul li a:hover {
                color: #6e6e6f;
            }

.top-header .sign-in, .top-header .sign-in:hover {
    color: #fff;
    text-decoration: none;
    line-height: 36px;
    margin-left: 20px;
    font-size: 11px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

/** MAIN HEADER AREA START **/
.main-header {
    width: 100%;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}



.logodiv {
    text-align: center;
    margin: 11px 0px 9px 0px;
}

.logo img {
    height: 35px;
}



.dropdown-menu &gt; li &gt; a {
    display: block;
    padding: 7px 7px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #686868;
    font-size: 12px;
    white-space: nowrap;
    border-bottom: solid 1px #dddddd;
    cursor: pointer !important;
    outline: none;
    background-color: #282d2f;
    border-top: 1px solid #484e4e;
    border-bottom: 1px solid #0c0d0d;
    color: #fff;
    text-transform: uppercase;
}


.detaysharemenu &gt; li &gt; a {
    background-color: #3a4042;
}

.dropdown-menu &gt; li &gt; a:hover {
    background-color: #474a4a;
    color: #fff;
}

.dropdown-menu &gt; li:last-child &gt; a {
    border-bottom: none;
}

.dropdown-menu .open &gt; a, .dropdown-menu .open &gt; a:focus, .dropdown-menu .open &gt; a:hover {
    background-color: #474a4a;
    border-bottom: 1px solid #dddddd;
}



.open &gt; .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}



.profilemenu li a {
    padding: 10px 10px !important;
}




/** BANNER AREA START **/
.banner {
    position: relative;
    background-color:#f3f3f3
}


.banner_video_bg {
    max-height: 700px;
}

.pattern-overlay {
    background-color: rgba(0, 0, 0, 0.35);
    min-height: 496px;
}

#wrapper_mbYTP_bgndVideo {
    z-index: -999 !important;
}

.banner .item {
    z-index: 1;
    margin-left: 10px;
}


    .banner .item img {
        width: 100%;
        /*max-height: 416px;*/
    }

.owl-carousel {
    margin-left: -5px;
}

.carousel-control {
    width: 0px;
    z-index: 9;
}

    .carousel-control.left {
        background: none;
        z-index: 9;
    }

    .carousel-control.right {
        background: none;
    }

.slider-mover-left {
    width: 50px;
    height: 50px;
    line-height: 42px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    border-radius: 50%;
    left: 20px;
    /*border: solid 2px #1B1410;*/
    box-shadow: 0 0 black;
}

    .slider-mover-left img {
        width: 25px;
    }

.slider-mover-right {
    width: 50px;
    height: 50px;
    line-height: 42px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    right: 20px;
    /*border: solid 2px #1B1410;*/
}

    .slider-mover-right img {
        width: 25px;
    }

.banner .banner-slider-inner {
    top: 100px;
    display: inline-block;
    text-shadow: none;
}

    .banner .banner-slider-inner h1 {
        color: #FFF;
        margin-bottom: 20px;
        font-size: 50px;
        font-weight: 900;
        text-transform: uppercase;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    }

        .banner .banner-slider-inner h1 span {
            letter-spacing: 2px;
            font-weight: 100;
        }

    .banner .banner-slider-inner h2 {
        color: #FFF;
        margin-bottom: 20px;
        font-size: 36px;
        font-weight: 900;
        text-transform: uppercase;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    }

        .banner .banner-slider-inner h2 span {
            letter-spacing: 2px;
            font-weight: 100;
        }

.banner-slider-inner p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.b-text-l {
    text-align: left;
    right: 20%;
}

.pad-top {
    padding-top: 0px !important;
}

/** BANNER DETAIL BOX AREA START **/
.banner-detail-box {
    bottom: 200px;
    left: 15px;
    z-index: 2;
    text-align: left;
}

    .banner-detail-box .white-box {
        min-height: 200px;
        float: left;
        padding: 30px;
        background: #FFF;
        width: 260px;
        padding-bottom: 20px;
        z-index: 3;
    }

    .banner-detail-box .red-box {
        width: 190px;
        min-height: 200px;
        padding: 38px;
        color: #fff;
        float: left;
        margin-left: -2px;
    }

        .banner-detail-box .red-box ul {
            margin: 0px;
            padding: 0px;
        }

            .banner-detail-box .red-box ul li {
                list-style: none;
                margin-bottom: 19px;
            }

                .banner-detail-box .red-box ul li:last-child {
                    margin-bottom: 0px;
                }

                .banner-detail-box .red-box ul li i {
                    margin-right: 15px;
                }

    .banner-detail-box .white-box h2 {
        font-size: 22px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        line-height: 31px;
        margin: 0 0 16px;
    }

    .banner-detail-box .white-box .slide-price {
        font-size: 25px;
        font-weight: 600;
    }

    .banner-detail-box .white-box .slide-location {
        position: relative;
        padding-bottom: 15px;
        margin: 0px 0px 15px;
        display: inline-block;
        color: #7a7f80;
        width: 100%;
    }

        .banner-detail-box .white-box .slide-location i {
            margin-right: 20px;
        }

        .banner-detail-box .white-box .slide-location::before {
            content: "";
            width: 100%;
            height: 1px;
            background-color: #e1e1e1;
            position: absolute;
            bottom: 0px;
            left: 0px;
        }

        .banner-detail-box .white-box .slide-location::after {
            content: "";
            width: 70px;
            height: 2px;
            left: 0px;
            bottom: -1px;
            position: absolute;
        }

/** SEARCH AREA **/
.search-area {
    padding: 40px 30px 5px 30px;
}

.search-area-inner {
    margin: 0px auto;
}

.search-contents {
    display: none;
    background: #FFF;
    border: 1px solid #EEE;
    padding: 10px 10px 0px;
    border-radius: 4px;
    transition: 0.9s ease-out;
}

.show-search-area {
    z-index: 2020;
    transition: all 0.4s;
    display: block;
}

.search-options-btn, .search-options-btn:hover {
    position: absolute;
    bottom: -80px;
    color: #FFF;
    text-decoration: none;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 600;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    cursor: pointer;
    z-index: -1;
}

.search-area label {
    font-size: 12px;
    color: #555;
    font-weight: 600;
}

.search-area .form-group {
    margin-bottom: 25px;
}

/*.search-fields {
    min-height: 40px;
    padding: 3px 0px !important;
    border-radius: 1px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #fcfcfc !important;
}*/

.form-control {
    border-radius: 0px;
}

.search-fields button {
    border-radius: 1px;
    box-shadow: none;
    border: none !important;
    background: #fcfcfc !important;
}

.search-button {
    cursor: pointer;
    padding: 14px 22px;
    letter-spacing: 1px;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    transition: .5s;
    border-radius: 2px;
    border: none;
    width: 100%;
    margin-top: 1px;
    margin-left: -2px;
    text-align: center;
}

    .search-button:hover {
        color: #fff;
    }



.nav-tabs &gt; li &gt; a {
    border-radius: 0px 0px 0px 0px !important;
}

.nav &gt; li &gt; a {
    padding: 5px 7px;
}

.nav-tabs &gt; .active a {
    background-color: #0f2e4f !important;
    color: #fff !important;
}

.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:focus, .nav-tabs &gt; li.active &gt; a:hover {
    border: 0px !important;
}

.sldiv {
    position: relative;
    margin: 5px 10px;
    padding: 6px 0px 2px 10px;
}

.selectRadio {
    background-color: #ededed;
}

.slPrice {
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 20px;
    color: #464646;
}

.priceDiv {
    border: 1px solid #d8d8d8;
    padding-bottom: 5px;
    min-height: 183px
}

.largeSize {
    margin-left: 25px;
    font-size: 12px;
    margin-top: -9px;
}

.priceLabel {
    color: #171717 !important;
}

.lisdetailtext {
    text-align: right;
    font-size: 10px;
    margin-top: 3px;
}

.licensewarning {
    text-align: right;
    font-size: 10px;
    margin-top: 3px;
    background: red;
    text-align: center;
}

.customInfo {
    font-size: 13px;
    margin: 20px 40px;
    text-align: center;
}

#divStandart {
    width: 50%;
    text-align: center;
}

#divCustom {
    width: 50%;
    text-align: center;
}
/** BOOTSTRAP SELECT START **/
.bootstrap-select {
    width: 100% !important;
    font-family: 'Roboto', sans-serif !important;
}

    .bootstrap-select button {
        color: #999;
        border-radius: 2px;
        outline: none;
    }

    .bootstrap-select .dropdown-menu li {
        padding: 0px;
    }

        .bootstrap-select .dropdown-menu li a {
            padding: 10px;
        }

    .bootstrap-select .dropdown-menu {
        padding: 0px !important;
        margin: 1px 0px 0px 0px !important;
        border: 1px solid #e0e0e0;
        box-shadow: none !important;
        border-radius: 0px !important;
    }

    .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
        margin-top: 12px;
    }

    .bootstrap-select .dropdown-menu li a {
        padding: 10px;
        font-weight: 500;
        font-size: 12px;
        outline: none;
        border: 0px !important;
    }

        .bootstrap-select .dropdown-menu li a:hover {
            border: none;
            color: #FFF;
            font-size: 12px;
            font-weight: 500;
        }

    .bootstrap-select .btn-default.active,
    .bootstrap-select .btn-default:active,
    .bootstrap-select .open &gt; .dropdown-toggle.btn-default {
        color: #333;
        background-color: #eee;
        border-color: transparent !important;
        box-shadow: none !important;
    }

    .bootstrap-select .btn-default:hover {
        background: transparent !important;
        color: #777 !important;
        box-shadow: none !important;
    }

    .bootstrap-select .btn-default.active,
    .bootstrap-select .btn-default:active,
    .bootstrap-select .open &gt; .dropdown-toggle.btn-default {
        color: #333;
        background-color: transparent;
        !important;
        border-color: #adadad;
    }

.btn-default.active,
.btn-default:active,
.open &gt; .dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: #adadad;
}

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

.bootstrap-select .dropdown-menu &gt; .active &gt; a,
.bootstrap-select .dropdown-menu &gt; .active &gt; a:focus,
.bootstrap-select .dropdown-menu &gt; .active &gt; a:hover {
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}

.bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton, .bs-searchbox {
    padding: 4px 8px;
    background: #EEE;
    border-bottom: 1px solid #d5d5d5;
}

.bootstrap-select .bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    height: 36px;
    border: 1px solid #ddd;
    box-shadow: none;
}

/** RECENT PROPERTIES AREA START **/
.recent-properties {
    padding: 0px 0px 0px 10px;
    background: #ffffff;
    position: relative;
}

.main-title {
    text-align: center;
    max-width: 700px;
    margin: 0px auto 25px;
}

    .main-title h1 {
        font-size: 24px;
        text-transform: uppercase;
        color: #3f3f3f;
        font-weight: 700;
        margin: 0px 0px 15px;
    }

.recent-properties-box {
    position: relative;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    border: none;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}

.main-title p {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #949494;
}

.border {
    background: #e5e5e5;
    height: 3px;
    width: 120px;
    margin: 0px auto 10px;
}

.border-inner {
    height: 3px;
    width: 60px;
    margin: 0px auto;
}

.tag-f a {
    position: absolute;
    top: 15px;
    display: inline-block;
    font-size: 13px;
    padding: 6px 14px;
    font-weight: 600;
    border-radius: 2px;
    text-decoration: none;
    left: 15px;
    color: #fff;
}

.tag-s a {
    position: absolute;
    top: 15px;
    display: inline-block;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 2px;
    font-weight: 600;
    text-decoration: none;
    background: #1d1d1d;
    right: 15px;
    color: #9b9b9b;
}

.recent-properties-box .detail {
    position: relative;
    display: inline-block;
    padding: 15px 0px 0px 15px;
    background: #fff;
    color: #909090;
}

    .recent-properties-box .detail header {
        position: relative;
        padding-bottom: 10px;
        margin: 0px 0px 10px !important;
        display: inline-block;
        width: 100%;
    }

    .recent-properties-box .detail .title {
        font-size: 18px;
        text-transform: uppercase;
        margin: 0px;
        text-decoration: none;
    }

    .recent-properties-box .detail header a {
        text-decoration: none;
    }

        .recent-properties-box .detail header a:hover {
            color: #909090;
        }

    .recent-properties-box .detail header::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #e1e1e1;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .recent-properties-box .detail header::after {
        content: "";
        width: 70px;
        height: 2px !important;
        left: 0px;
        bottom: -1px;
        position: absolute;
    }

    .recent-properties-box .detail header .price {
        font-size: 15px;
        float: right;
        color: #383737;
        font-weight: 900;
    }

    .recent-properties-box .detail h3 {
        margin: 0 0 25px;
    }

    .recent-properties-box .detail .location a {
        font-size: 14px;
        margin: 0px 0px 20px;
        text-decoration: none;
        color: #909090;
    }

        .recent-properties-box .detail .location a:hover {
            color: #707070;
        }

        .recent-properties-box .detail .location a i {
            margin-right: 10px;
        }

    .recent-properties-box .detail .facilities-list {
        padding: 0px;
        margin: 0px;
    }

        .recent-properties-box .detail .facilities-list li {
            margin-right: 15px;
            float: left;
            font-size: 13px;
            line-height: 16px;
            font-weight: 400;
            margin-bottom: 10px;
            list-style: none;
        }

            .recent-properties-box .detail .facilities-list li i {
                font-size: 16px;
            }

    .recent-properties-box .detail .facilities-listt li a i {
        margin-right: 10px;
        font-size: 56px;
        font-weight: 500;
    }

    .recent-properties-box .detail .footer span {
        float: right;
    }

    .recent-properties-box .detail .footer {
        border-top: solid 1px #e7e6e6;
        padding-top: 15px;
        margin-top: 20px;
    }

        .recent-properties-box .detail .footer a:hover {
            color: #707070;
        }

        .recent-properties-box .detail .footer a {
            color: #909090;
            text-decoration: none;
        }

/** SECTION-1 AREA START **/
.section-1 {
    text-align: center;
    padding-top: 70px;
}

    .section-1 .content {
        max-width: 262px;
        margin: 0px auto 30px;
    }

.mgn-top {
    margin-top: 30px;
}

.section-1 .content i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
    display: inline-block;
    color: rgb(255, 255, 255);
    box-shadow: rgba(50, 50, 50, 0.109804) 0px 5px 2px 0px;
    margin-bottom: 20px;
}

.section-1 .content h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 10px;
}

.section-1 .content p {
    color: #949494;
    font-size: 13px;
    line-height: 23px;
}

/** ARTICLES BOX AREA START **/
.articles-box {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    border-radius: 0px;
    border: none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

    .articles-box .detail .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        margin: 0px 0px 20px;
        text-decoration: none;
    }

        .articles-box .detail .title a {
            text-decoration: none;
        }

            .articles-box .detail .title a:hover {
                color: #909090;
            }

    .articles-box .detail {
        position: relative;
        padding: 15px;
        background: #fff;
        color: #909090;
    }

        .articles-box .detail p {
            margin-bottom: 20px;
        }

.section-2 {
    background: #f5f5f5;
}

.content-area {
    padding: 70px 0px 40px;
}

.theme img {
    margin-bottom: 30px;
}

/** PARTNERS BLOCK AREA START **/
.partners-block {
    height: 340px;
    padding-top: 7rem;
    padding-bottom: 12rem;
    background-size: cover;
    background-position: center center;
    margin-bottom: 1px;
    margin-top: 1px;
}

.our-partners .carousel-control {
    width: 4%;
    background-image: none;
}

    /*.our-partners .carousel-control.left {
    margin-left: -30px;
}

.our-partners .carousel-control.right {
    margin-right: -30px;
}*/

    .our-partners .carousel-control .fa {
        font-size: 38px;
        text-shadow: none;
        color: #777;
        top: 32%;
        font-weight: 300;
        ;
    }

.our-partners .cloneditem-1,
.our-partners .cloneditem-2,
.our-partners .cloneditem-3 {
    display: none;
}

/*.our-partners img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}*/

.our-partners img:hover {
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    filter: grayscale(70%);
}



.collectiondiv {
    padding: 30px 0px 30px !important;
}
/** CATEGORY AREA START **/
.categories {
    padding: 30px 0px 0px;
    background-color: #fff;
}

.category {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 0 30px 0;
}

    .category:hover:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: "";
        background-color: #000;
        opacity: 0.4;
        z-index: -11;
        transition: 0.3s ease-out;
    }

.category_bg_box {
    transition: all 0.35s;
    border-radius: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 270px;
}

/*.cat-1-bg{
    background-image: url(../img/popular-places/popular-places-1.jpg);
}

.cat-2-bg{
    background-image: url(../img/popular-places/popular-places-2.jpg);
}

.cat-3-bg{
    background-image: url(../img/popular-places/popular-places-4.jpg);
}

.cat-4-bg{
    background-image: url(../img/popular-places/popular-places-3.jpg);
}*/

.category:hover .category_bg_box {
    transform: scale(1.06);
    transition: transform 0.35s ease-out;
}

.category_long_bg {
    height: 570px;
}

.category .category-overlay {
    background-color: rgba(0, 0, 0, 0.30);
    border-radius: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .15s linear;
}

.category-content {
    bottom: 40px;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-35%);
    transition: all .15s linear;
}

.category:hover .category-view-more {
    visibility: visible;
}

.category-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.category-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}

.category-content .btn, .category-content .pricing-btn {
    border: 0;
    margin: 15px 0 0 0;
    opacity: 0;
    transition: all .15s linear;
    visibility: hidden;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 20px;
    transition: 0.5s;
    border-radius: 2px;
}

.category:hover .category-content .btn, .category:hover .category-content .pricing-btn {
    opacity: 1;
    visibility: visible;
}

.category a:hover {
    text-decoration: none;
}

/** FOOTER AREA START **/



/*background-image: linear-gradient(to right, #ff0000,#*/



.uyarifooter {
    background-color: #f15a24;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 99999;
    padding: 10px 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}


.uyarifooter a{
    color: #fff !important;
    font-weight:bold;

}


footer {
    background: #363b48;
    padding: 15px 10px 15px 10px;
    color: #dedede;
  
}

    footer .footer-item .title {
        color: #cecdcd;
        letter-spacing: 1px;
        font-weight: 600;
        position: relative;
        font-size: 16px;
        text-transform: uppercase;
        margin: 0px 0px 30px;
    }

    footer .footer-item p {
        font-size: 12px;
        line-height: 25px;
    }

.footer-logo img {
    height: 70px;
}

footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer .footer-item {
}

.footer-item-content {
    margin-bottom: 10px;
    text-align: left;
}

    .footer-item-content a {
        color: #fff;
    }


footer .footer-item .links li {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

    footer .footer-item .links li a {
        text-decoration: none;
        color: #999999;
    }

        footer .footer-item .links li a:hover {
            color: #868686;
        }

footer .footer-item .contact-info {
    margin: 0px;
    padding: 0px;
}

    footer .footer-item .contact-info li {
        margin-bottom: 11px;
    }

        footer .footer-item .contact-info li i {
            float: left;
            margin-right: 6px;
            color: #A0A2A5;
            position: relative;
            top: 7px;
            display: block;
            text-align: center;
        }

        footer .footer-item .contact-info li label {
            float: right;
            width: 88%;
            font-size: 12px;
            font-weight: 400;
            line-height: 24px;
        }

            footer .footer-item .contact-info li label a {
                text-decoration: none;
                color: #7c7e83;
            }

                footer .footer-item .contact-info li label a:hover {
                }

footer .footer-item .newsletter {
    padding: 0px 20px;
    margin-top: -11px;
}

    footer .footer-item .newsletter .f-text {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    footer .footer-item .newsletter label {
        margin-bottom: 10px;
        display: none;
    }

    footer .footer-item .newsletter input {
        width: 100%;
        padding: 10px 15px;
        font-size: 12px;
        height: 38px;
        border: 1px solid #e8e7e7;
        outline: none;
        color: #717171;
        border-radius: 0px;
    }

/** SUB FOOTER AREA START **/
.sub-footer {
    background: #2b303b;
    padding: 30px 0px;
    margin-bottom:60px;

}

    .sub-footer .social-list ul {
        margin: 0px;
        padding: 0px;
    }

        .sub-footer .social-list ul li {
            list-style: none;
            float: right;
            margin-left: 10px;
        }

            .sub-footer .social-list ul li a {
                font-size: 17px;
                width: 35px;
                height: 35px;
                line-height: 35px;
                text-align: center;
                display: inline-block;
                color: #C7C7D3;
            }

                .sub-footer .social-list ul li a:hover {
                    color: #6e6e6f;
                }

.copy-right {
    color: #c7c7c7;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
}

    .copy-right a {
        color: #C7C7D3;
    }

.section-4 {
    padding-top: 130px;
    background: #f5f5f5;
}

.img-responsive {
    width: 100%;
}

/** ICON BOX AREA START **/
.icon-box {
    text-align: center;
    max-width: 360px;
    margin: 0px auto;
    margin-bottom: 30px;
}

    .icon-box .icon {
        position: absolute;
        top: -46px;
        left: 50%;
        width: 90px;
        font-size: 37px;
        height: 90px;
        line-height: 90px;
        margin-left: -45px;
        margin-bottom: 20px;
        color: #fff;
        border-radius: 50%;
    }

    .icon-box .detail {
        padding: 30px 30px 30px;
        border-radius: 3px;
        border: solid 1px #e4e4e4;
    }

        .icon-box .detail h3 {
            font-size: 22px;
            margin: 30px 0px 20px;
        }

        .icon-box .detail p {
            font-size: 15px;
            line-height: 25px;
            color: #949494;
            margin-bottom: 20px;
            font-weight: 300;
        }

/** TESTIMONIAL STYLE TWO AREA START **/
.sec-title-three h2 {
    color: #45445a;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2em;
}

.sec-title-three .text {
    color: #777777;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
}

.sec-title-three h4 {
    position: relative;
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.testimonials .content .text {
    color: #777777;
    font-size: 20px;
    font-weight: 300;
    margin: 30px 0px 15px;
}

.testimonials .content .avatar {
    border-radius: 50%;
    max-width: 220px;
    margin: 0pc auto;
}

    .testimonials .content .avatar img {
        border-radius: 50%;
    }

.img-responsive {
    width: 100%;
}

.testimonials .content ul {
    margin: 0px;
    padding: 0px;
}

    .testimonials .content ul li {
        list-style: none;
        display: inline-block;
        color: orange;
    }

.testimonials .content .author-name {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.testimonials .content {
    margin-bottom: 30px;
}

.testimonials .slider-mover-left {
    width: 30px;
    height: 30px;
    line-height: 22px;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: inline-block;
    right: 0px;
    border: solid 1px #1B1410;
    text-align: center;
}

.slider-mover-left img {
    width: 20px;
}

.testimonials .slider-mover-right {
    width: 30px;
    height: 30px;
    line-height: 22px;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: inline-block;
    right: 0px;
    border: solid 1px #1B1410;
    text-align: center;
}

.slider-mover-right img {
    width: 20px;
}

.testimonial-section {
    position: relative;
    padding: 100px 0px;
    background: #eaeaea;
    display: inline-block;
    width: 100%;
    float: left;
    background: #eaeaea;
    ;
}

/** LISTINGS PARALLAX AREA START **/
.listings-parallax {
    /*background: url(../img/listings-parallax.jpg);*/
    background-size: cover;
    background-attachment: fixed;
    background-size: 1349px 851.556px;
    background-position: 50% -175.027px;
    color: #efefef;
}

.listings-parallax-inner {
    padding: 100px 0px;
    background-color: rgb(37, 37, 41);
    opacity: 0.90;
}

.listings-parallax h1 {
    font-size: 31px;
    margin: 0 0px 30px;
}

.listings-parallax h3 {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 30px;
}

.pad {
    padding-top: 0px;
}

/** PRICING TABLES AREA START **/
.pricing-tables {
    background: #f5f5f5;
    padding-bottom: 40px;
}

    .pricing-tables .col-pad {
        padding: 0px;
    }

.plan {
    position: relative;
    z-index: 9;
    /*margin-bottom: 10px;*/
    /*box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
}

    .plan .price-header h3 {
        margin: 0;
        color: #000;
        font-size: 25px;
    }

    .plan .price-header h1 {
        font-size: 55px;
        font-weight: 700;
        margin: 0 0 20px;
    }

    .plan.featured h1 {
        color: #fff !important;
    }

    .plan .price-header p {
        color: #6a6a6a;
        padding: 0 10%;
    }

    .plan .plan-features {
        padding: 35px 30px;
        background: #fff;
    }

        .plan .plan-features ul {
            list-style: none;
            padding: 0;
            margin-bottom: 30px;
        }

            .plan .plan-features ul li {
                text-align: left;
                border-bottom: solid 1px #f1f1f1;
                padding: 1px 0px;
                color: #848181;
            }

.plan-features ul li:last-child {
    border-bottom: none;
}

.plan-features ul li span {
    float: right;
}

.price-header {
    width: 100%;
    background: #e3e3e3;
    border-bottom: solid 1px #f3f3f3;
    padding: 38px 20px;
    padding-top: 48px;
    border-radius: 10px 10px 0 0;
}

.plan.featured {
    margin-left: -1px;
    margin-right: -1px;
    transform: translateY(-23px);
    border-radius: 0 0 3px 3px;
    z-index: 11;
    margin-bottom: 30px;
}

    .plan.featured h3 {
        color: #fff;
    }

    .plan.featured p {
        color: #fff;
    }

    .plan.featured .price-header {
    }

    .plan.featured .plan-features {
        padding: 45px 30px;
    }

.listing-badges {
    position: absolute;
    top: 0;
    z-index: 2010;
    right: 0;
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 0px;
    overflow: hidden;
    height: 100px;
}

.homeSlogan {
    font-size: 36px;
}


.plan.featured .listing-badges .featured {
    background: #fff;
    color: black;
}



.listing-badges .featured {
    background-color: #66676b;
    float: left;
    transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
}

.listing-badges span {
    display: inline-block;
    padding: 5px 10px;
    float: right;
    background: #fff;
    border-radius: 3px;
    top: 15px;
    right: 15px;
    position: absolute;
}

.margin-top-40 {
    margin-top: 40px;
}

/** COUNTERS AREA START **/
.counters {
    /*background: url(../img/listings-parallax.jpg);*/
    background-size: cover;
    background-size: 1349px 851.556px;
    background-position: 50% -175.027px;
    color: #efefef;
}

.counters-inner {
    padding: 50px 0px 30px;
    background-color: rgb(37, 37, 41);
    opacity: 0.90;
}


.mainsearchicon {
    padding: 3px 0px 0px 15px;
    font-size: 33px;
    color: #7e7e7e;
    float: left;
    position: absolute;
    right: 15px;
    top: 10px;
}

.searchbtn {
    position: absolute;
    right: 1px;
    top: -1px;
    background-color: transparent;
    border: 0;
}

*:focus,
*:active,
a:active,
a:focus,
input:focus,
input:active {
    -moz-outline-style: none;
    outline: none;
    outline: 0;
}


.counter-box {
    text-align: center;
    margin-bottom: 20px;
}

    .counter-box i {
        font-size: 50px;
    }

    .counter-box h1 {
        font-size: 40px;
        font-weight: 700;
    }

    .counter-box p {
        font-size: 20px;
    }

/** ABOUT TEAM MEET AREA START **/
.about-team-meet {
    padding: 70px 0px 40px;
}

.about-box {
    padding: 0px;
    border-radius: 0px;
    border: none;
    margin: 0px auto 30px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.10), 0 6px 5px 0 rgba(0, 0, 0, 0.10);
    max-width: 360px;
}

    .about-box:hover {
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    }

    .about-box .detail {
        padding: 15px 15px 15px;
        background: #fff;
    }

        .about-box .detail h6 {
            color: #999;
            font-weight: 400;
            font-size: 13px;
            margin: 10px 0px;
        }

    .about-box img {
        background: #d2d2d2;
    }

    .about-box .detail h3 a {
        text-decoration: none;
    }

        .about-box .detail h3 a:hover {
            color: #7c7c7c;
        }

    .about-box .detail h3::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #dadada;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .about-box .detail h3::after {
        content: "";
        width: 70px;
        height: 2px;
        left: 0px;
        bottom: -1px;
        position: absolute;
    }

    .about-box .detail h3 {
        position: relative;
        padding-bottom: 15px;
        font-weight: 600;
        margin: 0px 0px 30px;
        font-size: 18px;
    }

    .about-box .detail .contact {
        margin: 0px 0px 30px;
    }

        .about-box .detail .contact p i {
            margin-right: 15px;
            width: 27px;
            height: 27px;
            background: #f1ebeb;
            text-align: center;
            line-height: 27px;
        }

        .about-box .detail .contact p a {
            text-decoration: none;
            color: #767676;
        }

        .about-box .detail .contact p {
            margin-bottom: 10px;
        }

    .about-box .social-list {
        margin: 0px;
        padding: 0px;
    }

        .about-box .social-list li {
            list-style: none;
            float: left;
            margin: 0 5px 5px 0;
        }

            .about-box .social-list li a {
                font-size: 11px;
                border-radius: 0px;
                display: inline-block;
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                color: white;
            }

    .about-box .facebook {
        background: #3b589e;
    }

        .about-box .facebook:hover {
            background: #304e94;
        }

    .about-box .twitter {
        background: #56d7fe;
    }

        .about-box .twitter:hover {
            background: #47c5eb;
        }

    .about-box .linkedin {
        background: #1c82ca;
    }

        .about-box .linkedin:hover {
            background: #1373b7;
        }

    .about-box .google {
        background: #dc4e41;
    }

        .about-box .google:hover {
            background: #cc4135;
        }

    .about-box .rss {
        background: #e78733;
    }

        .about-box .rss:hover {
            background: #da7d2b;
        }

/** OPTION BAR AREA START **/
.option-bar {
    background: #fff;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 30px;
}

    .option-bar h4 {
        line-height: 50px;
        display: inline-block;
        padding-right: 20px;
        border-radius: 3px 0 0 3px;
        margin: 0 0 0;
        font-weight: 600;
    }

    .option-bar .heading-icon {
        width: 50px;
        text-align: center;
        margin-right: 20px;
        display: inline-block;
        border-radius: 3px 0 0 3px;
        position: relative;
        color: #fff;
    }

    .option-bar .sorting-options {
        margin: 10px 15px 0 0;
        text-align: right;
    }

    .option-bar .sorting {
        font-size: 13px;
        font-weight: 300;
        padding: 5px 12px;
        border: solid 1px #e7e7e7;
    }

.change-view-btn {
    margin-left: 5px;
    border-radius: 2px;
    background: transparent;
    padding: 5px 9px;
}

    .change-view-btn:hover {
        color: #fff;
    }

.active-view-btn {
    color: #fff !important;
    margin-left: 5px;
    padding: 5px 9px;
}

    .active-view-btn:hover {
        background: transparent;
    }

.properties-section-body {
    background: #f5f5f5;
}

/** LISTING PROPERTIES BOX AREA START **/
.listing-properties-box {
    margin-bottom: 30px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: relative;
    display: inline-block;
}

    .listing-properties-box .listing-propertie-theme {
        padding: 0px;
    }

        .listing-properties-box .listing-propertie-theme img {
            height: 256px;
        }

    .listing-properties-box .detail {
        padding: 26px 26px;
        color: #909090;
    }

        .listing-properties-box .detail header.title a {
            text-decoration: none;
        }

        .listing-properties-box .detail header {
            position: relative;
            padding-bottom: 20px;
            margin: 0px 0px 20px;
        }

            .listing-properties-box .detail header::before {
                content: "";
                width: 100%;
                height: 1px;
                background-color: rgb(231, 230, 230);
                position: absolute;
                bottom: 0px;
                left: 0px;
            }

        .listing-properties-box .detail .title::after {
            content: "";
            width: 70px;
            height: 2px;
            left: 0px;
            bottom: -1px;
            position: absolute;
        }

        .listing-properties-box .detail .title {
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 600;
            margin: 0px 0px 15px;
            text-decoration: none;
        }

        .listing-properties-box .detail header .title a {
            text-decoration: none;
        }

            .listing-properties-box .detail header .title a:hover {
                color: #8a8889;
            }

        .listing-properties-box .detail .location {
            font-size: 16px;
            margin: 0px
        }

            .listing-properties-box .detail .location a {
                font-size: 14px;
                margin: 0px 0px 20px;
                text-decoration: none;
                color: #909090;
            }

                .listing-properties-box .detail .location a:hover {
                    color: #707070;
                }

                .listing-properties-box .detail .location a i {
                    margin-right: 10px;
                }

        .listing-properties-box .detail .facilities-list {
            padding: 0px;
            margin: 0px;
        }

            .listing-properties-box .detail .facilities-list li {
                margin-right: 15px;
                float: left;
                font-size: 13px;
                font-weight: 400;
                margin-bottom: 15px;
                list-style: none;
            }

                .listing-properties-box .detail .facilities-list li i {
                    color: #999;
                    font-size: 16px;
                }

        .listing-properties-box .detail .facilities-block {
            padding: 0px;
            margin: 0px;
        }

            .listing-properties-box .detail .facilities-block i {
            }

        .listing-properties-box .detail .footer {
            border-top: solid 1px #e7e6e6;
            padding-top: 15px;
        }

            .listing-properties-box .detail .footer a {
                color: #909090;
                text-decoration: none;
            }

                .listing-properties-box .detail .footer a:hover {
                    color: #707070;
                }

            .listing-properties-box .detail .footer span {
                float: right;
            }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ccc !important;
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.tag-f-left a {
    position: absolute;
    top: 15px;
    display: inline-block;
    font-size: 13px;
    padding: 6px 14px;
    font-weight: 600;
    border-radius: 2px;
    text-decoration: none;
    left: 15px;
    color: #e5e5e5;
}

.tag-s-right a {
    position: absolute;
    top: 15px;
    display: inline-block;
    font-size: 13px;
    padding: 6px 14px;
    font-weight: 600;
    border-radius: 2px;
    text-decoration: none;
    background: #1d1d1d;
    right: 15px;
    color: #e5e5e5;
}

/** ADVANCE SEARCH **/
.show-more-options {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
}

#options-content {
}

/** PAGINATION AREA START **/
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
    border-radius: 0% !important;
    margin: 0 5px 5px;
    text-align: center;
    padding: 7px 13px;
    border: transparent;
    display: inline-block;
    color: #585858;
    float: inherit !important;
}

.pagination &gt; li &gt; a {
    font-weight: 600;
}

/*.pagination &gt; li &gt; a:hover {
        color: #fff;
    }*/

.pagination &gt; .active &gt; a {
}

    .pagination &gt; .active &gt; a:hover {
    }

/** FORM PAGE BODY AREA START **/
.form-page-body {
    background-color: #eeeeee
}

.form-content-box {
    max-width: 450px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 1px;
    color: #7c7c7c;
    margin: 50px auto;
}

    .form-content-box .details {
        padding: 30px 150px;
        background: #fff;
    }

    .form-content-box .checkbox label::before {
        width: 0px;
        height: 0px;
        left: 0;
        margin-left: 0px;
    }

    .form-content-box .checkbox {
        padding-left: 8px;
        margin: 15px 0px;
    }

.divider {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e4e4;
}

.or-text {
    position: absolute;
    top: -10px;
    display: inline-block;
    left: 50%;
    margin-left: -21px;
    color: rgb(153, 156, 164);
    font-size: 14px;
    padding: 0px 10px;
    background: #e5e4e4;
}

.form-content-box h3 {
    margin: 0px 0px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #323232;
    text-align: center;
}

.form-content-box img {
    margin-bottom: 20px;
    height: 50px;
}

.form-content-box .input-text {
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #717171;
    border-radius: 3px;
}

.form-content-box .footer {
    font-size: 13px;
    padding: 20px;
    background-color: #f5f5f5;
}

    .form-content-box .footer span a {
        text-decoration: none;
        font-weight: bold;
    }

        .form-content-box .footer span a:hover {
            color: #8b8b8b;
        }

.form-content-box .checkbox a {
    color: #8b8b8b;
    text-decoration: none;
    font-size: 13px;
}

/** ERROR404 AREA START **/
.error404-content {
    max-width: 450px;
    margin: 60px auto;
    text-align: center;
}

    .error404-content h1 {
        font-size: 140px;
        font-weight: 700;
    }

    .error404-content h2 {
        color: #000;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 600;
    }

    .error404-content p {
        font-size: 20px;
        color: #5f5f5f;
        font-weight: 300;
        margin-bottom: 20px;
    }

/** BLOG BODY AREA START **/
.blog-body {
    padding: 70px 0px;
    background: #f5f5f5;
}

.blog-box {
    margin-bottom: 50px;
    border-radius: 0px;
    padding: 0px;
    border: none;
    color: #7B7B7B;
    background: transparent;
}

    .blog-box .detail {
        padding: 30px;
        color: #7B7B7B;
        background: #fff;
        width: 100%;
        float: left;
    }

        .blog-box .detail .title {
            margin: 0px 0px 20px;
            font-size: 25px;
            color: #000;
        }

            .blog-box .detail .title a {
                text-decoration: none;
            }

                .blog-box .detail .title a:hover {
                    color: #7a7677;
                }

        .blog-box .detail .post-meta {
            padding: 10px 0px;
            border-top: solid 1px #e3e3e3;
            border-bottom: solid 1px #e3e3e3;
            font-size: 12px;
            margin-bottom: 20px;
            font-weight: 600;
            letter-spacing: .5px;
        }

            .blog-box .detail .post-meta span {
                margin-right: 10px;
            }

                .blog-box .detail .post-meta span a {
                    color: #818a9c;
                    text-decoration: none;
                }

                    .blog-box .detail .post-meta span a i {
                        margin-right: 5px;
                    }

        .blog-box .detail p {
            margin-bottom: 20px;
            line-height: 26px;
        }

/** SIDEBAR WIDGET AREA START **/
.sidebar-widget {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.sidebar .block {
    margin-bottom: 30px;
    padding: 30px 20px 30px;
    background: #fff;
}

.single-block {
    margin-bottom: 30px;
}

.sidebar .title {
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0px 0px 20px;
    font-weight: 600;
}

    .sidebar .title::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #e1e1e1;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .sidebar .title::after {
        content: "";
        width: 70px;
        height: 2px;
        left: 0px;
        bottom: -1px;
        position: absolute;
    }

.sidebar .search-box {
    padding: 20px 20px 0px 20px;
    margin-bottom: 0px;
}

.form-search {
    position: relative;
}

    .form-search .form-control {
        border: 1px solid #eee;
        box-shadow: none;
        border-radius: 3px;
        height: 45px;
    }

    .form-search .btn {
        background: none;
        position: absolute;
        right: 0;
        top: 0;
        padding: 12px 12px 9px 13px;
    }

        .form-search .btn:active,
        .form-search .btn:focus {
            box-shadow: none;
            outline: none;
        }

        .form-search .btn i {
            color: #777;
        }

    .form-search .form-group, .form-search .form-control {
        width: 100%;
    }

.range-slider {
    margin-top: 15px;
    margin-bottom: 30px;
}

    .range-slider .ui-slider {
        position: relative;
        text-align: left;
    }

    .range-slider label {
        font-size: 13px;
        color: #777;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .range-slider .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid #66676b;
        cursor: w-resize;
        outline: none;
        top: -5px;
        margin-left: -8px;
        box-shadow: none !important;
    }

    .range-slider .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    .range-slider .ui-slider .ui-slider-handle {
    }

    .range-slider .ui-widget-content {
        background-color: #ccc;
    }

    .range-slider .ui-widget-header {
    }

    .range-slider .ui-slider.ui-state-disabled .ui-slider-handle, .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

    .range-slider .ui-slider-horizontal {
        height: 2px;
        border-radius: 10px;
        width: calc(100% - 16px);
        margin-left: 8px;
    }

        .range-slider .ui-slider-horizontal .ui-slider-range {
            top: 0;
            height: 100%;
        }

        .range-slider .ui-slider-horizontal .ui-slider-range-min {
            left: 0;
        }

        .range-slider .ui-slider-horizontal .ui-slider-range-max {
            right: 0;
        }

.min-value:focus, .max-value:focus, .min-value, .max-value {
    width: 40%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 12px 0 0 0;
    cursor: default;
}

.min-value {
    float: left;
    margin-left: -8px;
    width: 40%;
    margin-right: -8px;
    font-size: 11px;
    color: #888;
    font-weight: 700;
    margin-top: 15px;
}

.max-value {
    float: right;
    width: 40%;
    text-align: right;
    margin-right: -8px;
    font-size: 11px;
    color: #888;
    font-weight: 700;
    margin-top: 15px;
}

.sidebar .recent-properties-box .detail header {
    padding-bottom: 0px;
}

/** POSTS BY CATEGORY AREA START **/
.posts-by-category ul {
    margin: 0px;
    padding: 0px;
}

    .posts-by-category ul li {
        padding: 7px 0px;
        border-bottom: solid 1px #ededed;
        color: #8c8b8b;
    }

        .posts-by-category ul li a {
            text-decoration: none;
            color: #8c8b8b;
        }

        .posts-by-category ul li:last-child {
            border-bottom: none;
        }

/** TAGS BOX AREA START **/
.tags-box ul {
    padding: 0px;
    margin: 0px;
}

    .tags-box ul li {
        list-style: none;
        display: inline-block;
    }

        .tags-box ul li a {
            border: 1px solid #e5e5e5;
            color: #666;
            display: inline-block;
            font-size: 13px;
            margin: 0 0 5px;
            padding: 5px 13px;
            text-transform: capitalize;
            text-decoration: none;
        }

            .tags-box ul li a:hover {
                color: #fff;
            }

/** LATEST REVIWS AREA START **/
.latest-reviews .media {
    margin: 0 0 20px;
}

    .latest-reviews .media:last-child {
        margin-bottom: 0px;
    }

    .latest-reviews .media .media-left {
        padding-right: 20px;
    }

        .latest-reviews .media .media-left img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }

.latest-reviews .media-heading {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 5px;
    font-weight: 600;
}

    .latest-reviews .media-heading a {
        text-decoration: none;
    }

.latest-reviews .media .media-body .rating {
    margin-bottom: 8px;
}

    .latest-reviews .media .media-body .rating i {
        color: #f8b42b;
    }

.latest-reviews .media .media-body p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #7a7979;
    font-weight: 400;
}

.latest-tweet p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px;
    color: #7a7979;
    font-weight: 400;
}

    .latest-tweet p:last-child {
        margin: 0px;
    }

/** POPULAR POSTS AREA START **/
.popular-posts .media {
    margin: 0 0 30px;
    color: #797979;
}

    .popular-posts .media .media-left {
        padding-right: 15px;
    }

.popular-posts .media-heading {
    font-size: 14px;
    margin: 0 0 6px;
    font-weight: 600;
}

    .popular-posts .media-heading a {
        text-decoration: none;
    }

        .popular-posts .media-heading a:hover {
            color: #7a7677;
        }

.popular-posts .media .media-body p {
    margin-bottom: 6px;
}

.popular-posts .media:last-child {
    margin: 0px;
}

/** BLOG BANNER AREA START **/
.blog-banner {
    padding: 50px 0px;
    text-transform: uppercase;
    background: url(../img/sub-banner.jpg);
    background-size: cover;
    color: #fff;
}

    .blog-banner h2 {
        margin: 0px;
    }

.blog-share {
    float: right;
    text-align: right;
}

    .blog-share ul {
        margin: 0px;
        padding: 0px;
    }

    .blog-share .social-list li {
        text-align: center;
        display: inline-block;
        list-style: none;
    }

        .blog-share .social-list li a {
            width: 29px;
            height: 29px;
            line-height: 29px;
            text-align: center;
            display: inline-block;
            font-size: 11px;
            color: rgb(255, 255, 255);
            margin: 2px 4px;
            border-radius: 50%;
        }

.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment {
    margin: 0 0 30px 0;
    position: relative;
}

.comment-author {
    background-color: #DDDDDD;
    border-radius: 50%;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color .15s linear;
    width: 50px;
}

    .comment-author a img {
        bottom: 2px;
        border-radius: 50%;
        display: block;
        height: 50px;
        position: absolute;
        top: 2px;
    }

.t-s {
    margin-top: 40px;
}

    .t-s h2 {
        font-weight: 600;
        font-size: 22px;
        margin: 0 0 20px;
    }

.comments-title {
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 20px;
}

.comment-content {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    margin-left: 80px;
    padding: 20px;
}

.comment-meta-author {
    float: left;
}

    .comment-meta-author a {
        font-weight: 600;
        text-decoration: none;
    }

        .comment-meta-author a:hover {
            color: #868585;
        }

.comment-meta-reply {
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 0 15px;
}

    .comment-meta-reply a {
        border-radius: 2px;
        color: #fff;
        padding: 4px 8px;
        text-decoration: none;
    }

        .comment-meta-reply a:hover {
        }

.comment-meta-date {
    float: right;
    font-size: .9em;
}

.comment-body {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    color: gray;
    margin: 20px 0 0 0;
    line-height: 24px;
    padding: 20px 0 0 0;
}

.comment-rating {
    color: orange;
    margin: 0 0 10px 0;
}

.comments ul {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

.comment-meta-date span {
    background-color: #f8f8f8;
    border-radius: 3px;
    color: gray;
    padding: 4px 8px;
}

.facebook-bg {
    background: #4867aa;
    color: #fff;
}

    .facebook-bg:hover {
        background: #3a5795;
        color: #fff;
    }

.twitter-bg {
    background: #33CCFF;
    color: #fff;
}

    .twitter-bg:hover {
        background: #2abced;
        color: #fff;
    }

.google-bg {
    background: #db4437;
    color: #fff;
}

    .google-bg:hover {
        background: #c83a2e;
        color: #fff;
    }

.linkedin-bg {
    background: #0177b5;
    color: #fff;
}

    .linkedin-bg:hover {
        background: #036497;
        color: #fff;
    }

.pinterest-bg {
    background: #bd081c;
    color: #fff;
}

    .pinterest-bg:hover {
        background: #a30618;
        color: #fff;
    }

.previewImgDiv {
    width: 100%;
    height: 650px;
    background-color: #282d2f;
    border-bottom: 1px solid #484e50
}


/** CONTACT BODY AREA START **/
.contact-body {
    padding: 70px 0px;
}

.contact-details .media .media-left i {
    width: 50px;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    border-radius: 10%;
    color: #ffffff;
    text-align: center;
    -webkit-box-shadow: rgba(50, 50, 50, 0.11) 0 5px 2px 0;
}

.contact-details .media .media-left {
    padding-right: 30px;
}

.contact-details .media .media-body h4 {
    color: #333;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 0px;
    text-transform: uppercase;
    font-style: normal;
}

    .contact-details .media .media-body h4:before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #d3d3d3;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .contact-details .media .media-body h4:after {
        content: '';
        width: 80px;
        height: 2px;
        left: 0;
        bottom: -1px;
        position: absolute;
    }

.contact-details .media .media-body p {
    color: #747474;
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 20px;
}

    .contact-details .media .media-body p a {
        text-decoration: none;
        color: #747474;
    }

.contact-details .media .media-body p {
    margin-bottom: 5px;
}

.contact-details .media {
    margin: 0px 0px 30px;
}

.contact-form form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 40px;
    border-radius: 3px;
}

.contact-form form textarea {
    min-height: 210px;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.contact-map {
    height: 250px !important;
}

.contact-map-content .map-content {
    width: 250px;
}

.location .contact-map {
    height: 400px !important;
}

/** ABOUT CITY ESTATE AREA START **/
.about-city-estate {
    padding: 70px 0px 0px;
}

.about-text p {
    line-height: 23px;
    color: #7c7c7c;
    font-size: 13px;
    margin-bottom: 20px;
}

.about-text h3 {
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 18px;
    color: #333;
    border-bottom: solid 1px #dbdada;
}

.about-text ul {
    margin: 0 0 15px;
    padding: 0px;
}

    .about-text ul li {
        list-style: none;
        width: 50%;
        color: #666666;
        font-size: 14px;
        margin-bottom: 10px;
        float: left;
    }

        .about-text ul li i {
            margin-right: 15px;
        }

/** SUB BANNER AREA START **/
.sub-banner {
    background: url(../img/sub-banner.jpg);
    background-size: cover;
    padding: 80px 0px;
}

    .sub-banner .breadcrumb-area {
        max-width: 420px;
        margin: 0px auto;
        color: #fff;
        text-align: center;
    }

.breadcrumb-area h1 {
    margin: 0px 0px 15px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.breadcrumbs {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #fff;
}

.breadcrumb-area p {
    font-size: 14px;
    margin-bottom: 0px;
}

.breadcrumbs li {
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    font-weight: 600;
}

    .breadcrumbs li a {
        color: #fff;
    }

.breadcrumbs .active:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 15px;
    font-weight: 600;
}

.breadcrumbs .active {
    margin-left: 15px;
}

/** HELPING CENTER AREA START **/
.helping-center p {
    color: #7B7B7B;
}

.helping-center ul {
    margin: 0px;
    padding: 0px;
}

    .helping-center ul li {
        list-style: none;
        line-height: 44px;
        color: #7B7B7B;
    }

        .helping-center ul li i {
            margin-right: 10px;
            width: 34px;
            height: 34px;
            line-height: 34px;
            text-align: center;
            border-radius: 50%;
            color: #fff;
            -webkit-box-shadow: rgba(50, 50, 50, 0.11) 0 5px 2px 0;
        }

        .helping-center ul li a {
            text-decoration: none;
            color: #7B7B7B;
        }

/** AGENT PAGE AREA START **/
.agent-page {
    padding: 70px 0px;
    background: #f5f5f5;
    min-height: 700px;
}

.agent-box {
    background: #fff;
    padding: 0px 0px;
}

    .agent-box .agent-box-theme {
        padding: 0px;
    }

    .agent-box .detail {
        padding: 21px 30px;
    }

        .agent-box .detail h6 {
            color: #383838;
            font-weight: 400;
            font-size: 13px;
            margin: 10px 0px;
        }

        .agent-box .detail h3 {
            position: relative;
            padding-bottom: 15px;
            font-weight: 600;
            margin: 0px 0px 15px;
            font-size: 18px;
        }

            .agent-box .detail h3::before {
                content: "";
                width: 100%;
                height: 1px;
                background-color: #dadada;
                position: absolute;
                bottom: 0px;
                left: 0px;
            }

            .agent-box .detail h3::after {
                content: "";
                width: 70px;
                height: 2px;
                left: 0px;
                bottom: -1px;
                position: absolute;
            }

        .agent-box .detail p {
            color: #767676;
            font-size: 14px;
            margin-bottom: 20px;
        }

        .agent-box .detail .social-list {
            margin: 0px;
            padding: 0px;
        }

            .agent-box .detail .social-list li {
                list-style: none;
                float: left;
                margin: 0 5px 5px 0;
            }

                .agent-box .detail .social-list li a {
                    font-size: 11px;
                    border-radius: 0px;
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    text-align: center;
                    line-height: 30px;
                    color: white;
                }

        .agent-box .detail .contact {
            margin: 0px 0px 30px;
        }

            .agent-box .detail .contact p {
                margin-bottom: 10px;
            }

                .agent-box .detail .contact p a {
                    text-decoration: none;
                    color: #767676;
                }

                .agent-box .detail .contact p i {
                    margin-right: 20px;
                    width: 27px;
                    height: 27px;
                    background: #f1ebeb;
                    text-align: center;
                    line-height: 27px;
                }

    .agent-box .facebook {
        background: #3b589e;
    }

        .agent-box .facebook:hover {
            background: #304e94;
        }

    .agent-box .twitter {
        background: #56d7fe;
    }

        .agent-box .twitter:hover {
            background: #47c5eb;
        }

    .agent-box .linkedin {
        background: #1c82ca;
    }

        .agent-box .linkedin:hover {
            background: #1373b7;
        }

    .agent-box .google {
        background: #dc4e41;
    }

        .agent-box .google:hover {
            background: #cc4135;
        }

    .agent-box .rss {
        background: #e78733;
    }

        .agent-box .rss:hover {
            background: #da7d2b;
        }

.mrg-buttom {
    margin-bottom: 50px;
}

.mrg-btm-30 {
    margin-bottom: 30px;
}

.mrg-t-b-30 {
    margin: 30px 0px;
}
/** MY PROFILE AREA START **/
.my-profile {
    padding: 70px 0px;
    background: #f5f5f5;
}

.my-account-box .item {
    background: #fff;
    padding: 20px 30px;
    border-bottom: solid 1px #e1e1e1;
}

.my-account-box p a i {
    margin-right: 20px;
}

.my-account-box p a {
    text-decoration: none;
    color: #909090;
}

.my-account-box .title {
    font-size: 15px;
    position: relative;
    padding-bottom: 15px;
    margin: 0px 0px 15px;
    font-weight: 600;
    color: #333;
}

    .my-account-box .title::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #e1e1e1;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .my-account-box .title::after {
        content: "";
        width: 70px;
        height: 2px;
        left: 0px;
        bottom: -1px;
        position: absolute;
    }

.my-address h1 {
    font-weight: 600;
    margin: 0px 0px 30px;
    font-size: 24px;
}

.my-address form .form-group {
    margin-bottom: 20px;
}

.my-address form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 40px;
    border-radius: 3px;
}

.my-address form textarea {
    min-height: 150px;
}

.my-address form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    color: #827f7f;
}

.my-address {
    background: #fff;
    padding: 30px 30px;
}

.edit-profile-photo {
    position: relative;
    background: #fff;
    padding: 15px;
    max-width: 262px;
    margin: 0px auto;
}

    .edit-profile-photo img {
        max-width: 300px;
        width: 100%;
    }

.change-photo-btn {
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    font-size: 13px;
    bottom: 15px;
    left: 15px;
    width: auto;
    background-color: #fff;
    color: #333;
    transition: 0.3s;
    cursor: pointer;
    line-height: 28px;
}

.photoUpload {
    position: relative;
    overflow: hidden;
    padding: 3px 12px;
    cursor: pointer;
    color: #fff;
}

    .photoUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.my-account-box {
    margin-bottom: 30px;
}

.my-address {
    margin-bottom: 30px;
}

.change-password {
    padding: 70px 0px;
    background: #f5f5f5;
}

    .change-password .txat {
        padding: 30px;
        background: #fff;
    }

        .change-password .txat p {
            margin-bottom: 0px;
            color: #909090;
        }

/** MY PROPERTIESS AREA START **/
.my-propertiess {
    padding: 70px 0px 40px;
    background: #f5f5f5;
}

.my-properties-box {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

    .my-properties-box .listing-propertie-theme img {
        height: 196px;
    }

    .my-properties-box .detail {
        padding: 16px 15px 16px;
        color: #909090;
    }

        .my-properties-box .detail h1 {
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 600;
            margin: 0px 0px 15px;
            text-decoration: none;
        }

            .my-properties-box .detail h1 a {
                text-decoration: none;
            }

                .my-properties-box .detail h1 a:hover {
                    color: #716d6e;
                }

        .my-properties-box .detail .location {
            font-size: 16px;
            margin: 0px;
        }

            .my-properties-box .detail .location a:hover {
                color: #707070;
            }

            .my-properties-box .detail .location a {
                text-decoration: none;
                color: #909090;
            }

                .my-properties-box .detail .location a i {
                    margin-right: 10px;
                }

        .my-properties-box .detail hr {
            margin: 14px 0px;
        }

    .my-properties-box .col-pad {
        padding: 0px;
    }

        .my-properties-box .col-pad img {
            height: 196px;
        }

    .my-properties-box .footer {
        background: #eaeaea;
        margin: 0px;
        padding: 7px 10px;
        width: 100%;
        color: #525252;
        font-size: 12px;
        font-weight: 600;
    }

.footer .listing-meta span a {
    text-decoration: none;
    float: right;
    margin-left: 15px;
    color: #525252;
}

    .footer .listing-meta span a i {
        margin-right: 4px;
    }

    .footer .listing-meta span a:hover {
        color: #8c8c8c;
    }

.heading {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 600;
}

.typography-page {
    padding: 70px 0px;
}

.headline {
    font-size: 22px;
    line-height: 32px;
    margin: 0px 0 30px 0;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.50px;
    line-height: 30px;
    color: #888;
    border-left: 5px solid #eeeeee;
}

.typography-page p {
    font-size: 14px;
    line-height: 30px;
    color: #888;
}

.mrg-btm-40 {
    margin-bottom: 40px;
}

.typography-page mark.color {
    color: #fff;
}

mark.color {
    color: #fff;
    border-radius: 3px;
}

mark {
    background: #ff0;
    color: #8a803e;
}

mark, .mark {
    background-color: #fcf8e3;
    padding: 3px 5px;
    border-radius: 3px;
}

.list-3 li:first-child, .list-2 li:first-child, .list-1 li:first-child {
    margin-top: 0;
}

.list-3 li, .list-2 li, .list-1 li {
    list-style: none;
    margin: 14px 0;
    line-height: 27px;
    margin-left: 27px;
    position: relative;
    color: #888;
}

.list-3, .list-2, .list-1 {
    padding: 5px 0 0 0;
}

    .list-2 li:before {
        content: "\f00c";
        font-size: 14px;
    }

    .list-1 li:before {
        content: "\f0c8";
        font-size: 8px;
    }

    .list-3 li:before, .list-2 li:before, .list-1 li:before {
        font-family: "FontAwesome";
        margin: 0;
        position: relative;
        color: #66676b;
        float: left;
        margin-left: -27px;
        display: block;
    }

    .list-3 li:before {
        content: "\f058";
        font-size: 15px;
        top: 1px;
    }

.numbered ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin-left: 18px;
    display: inline-block;
}

    .numbered ol li {
        display: inline-block;
        padding: 6px 0;
        width: 100%;
        color: #888;
    }

.numbered.color ol &gt; li::before {
    border: 1px solid #274abb;
    color: #274abb;
}

.numbered.color ol &gt; li::before {
    border: 1px solid #66676b;
    color: #66676b;
}

.numbered ol &gt; li::before {
    content: counter(li);
    counter-increment: li;
    font-size: 16px;
    line-height: 34px;
    width: 36px;
    height: 36px;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 0%;
    text-align: center;
    margin: 0;
    margin-left: 0;
    font-weight: 500;
    color: #333;
    position: relative;
    float: left;
    left: -18px;
    transform: translateY(-20%);
}

.numbered.color.filled ol &gt; li::before {
    color: #fff;
}

.numbered.color ol &gt; li::before {
}

.demo h1, .demo h2, .demo h3, .demo h4, .demo h5, .demo h6 {
    line-height: 40px;
}

.elements-page {
    background: #f5f5f5;
    padding: 70px 0px;
}

.user-widget .ui-box {
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    background: #fff;
    padding: 15px 15px 13px;
}

    .user-widget .ui-box .profile-img {
        padding-right: 20px;
    }

        .user-widget .ui-box .profile-img img {
            width: 78px;
            border: 5px solid rgba(2, 2, 2, 0.2);
        }

    .user-widget .ui-box .ui-body h3 {
        margin: 0px 0 5px;
        font-size: 20px;
    }

    .user-widget .ui-box .ui-body p a {
        text-decoration: none;
        color: #8a8a8a;
        font-size: 12px;
    }

    .user-widget .ui-box .ui-body p {
        margin-bottom: 7px;
    }

    .user-widget .ui-box .ui-body .btn {
        margin: 2px 0px;
    }

.user-widget .btn-warning {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #FFFFFF;
}

    .user-widget .btn-warning:hover {
        background-color: #f7a54a;
        border-color: #f7a54a;
        color: #FFFFFF;
    }

.user-widget .btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}

    .user-widget .btn-primary:hover {
        background-color: #18a689;
        border-color: #18a689;
        color: #FFFFFF;
    }

.user-widget .btn-danger {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #FFFFFF;
}

    .user-widget .btn-danger:hover {
        background-color: #ec4758;
        border-color: #ec4758;
        color: #FFFFFF;
    }

/** PROPERTIES TABLE AREA START **/
.Properties-table {
    font-family: 'Lato', sans-serif;
}

.ui-item {
    width: 100%;
    position: relative;
    background: #fff;
    color: #666666;
    border-radius: 2px;
    margin-bottom: 25px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.Properties-table .ui-item .header {
    position: relative;
    border-bottom: solid 1px #e1e1e1;
    padding: 15px 20px 10px 20px;
    background: #383435;
    color: #e4e4e4;
}

    .Properties-table .ui-item .header span {
        margin: 0;
        font-size: 23px;
        font-weight: 300;
    }

    .Properties-table .ui-item .header .sub-title {
        font-size: 14px;
        text-transform: uppercase;
    }

.Properties-table .ui-item table td {
    padding: 15px 20px !important;
    border: none !important;
}

.Properties-table .ui-item .table .label {
    border-radius: 2px;
    margin-left: 5px;
    font-size: 1em;
    font-weight: 400;
    padding: 2px 6px;
}

.Properties-table .ui-item .text-green {
    color: #00a65a !important;
}

.Properties-table .ui-item .text-red {
    color: #f56954 !important;
}

.mrg-btm-52 {
    margin-bottom: 52px;
}

/** PROPERTIES DETAILS PAGE AREA START **/
.properties-details-page {
    padding: 70px 0px;
    background: #f5f5f5;
}

#carousel-custom .carousel-indicators {
    margin: 10px 0px 0px;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

    #carousel-custom .carousel-indicators li {
        background-color: transparent;
        -webkit-border-radius: 0;
        border-radius: 0;
        display: inline-block;
        height: auto;
        margin: 0 !important;
        width: auto;
    }

        #carousel-custom .carousel-indicators li img {
            display: block;
            opacity: 0.5;
        }

        #carousel-custom .carousel-indicators li.active img {
            opacity: 1;
        }

        #carousel-custom .carousel-indicators li:hover img {
            opacity: 0.75;
        }

#carousel-custom .carousel-outer {
    position: relative;
}

.thumb-preview {
    width: 100%;
}

.thumbs {
    width: 100% !important;
    margin: 12px auto !important;
    background: #dde3e4;
    padding: 10px 0px 6px 10px;
}

    .thumbs img {
        width: 93.50px;
        height: 60px;
    }

.properties-details-page .heading {
    color: #333;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    font-size: 20px;
    margin: 0px 0px 25px;
}

    .properties-details-page .heading:before {
        content: '';
        width: 100%;
        height: 1px;
        background: #e3d9d9;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .properties-details-page .heading:after {
        content: '';
        width: 80px;
        height: 2px;
        left: 0;
        bottom: -1px;
        position: absolute;
    }

.go-home {
    float: right;
}

.properties-details-page p {
    color: #8f8f8f;
    line-height: 25px;
}

.properties-amenities ul {
    margin: 0px;
    padding: 0px;
}

.properties-amenities li {
    list-style: none;
}

.properties-amenities ul li {
    list-style: none;
    margin-bottom: 20px;
    color: #868686;
    font-size: 13px;
}

    .properties-amenities ul li i {
        margin-right: 20px;
        text-align: center;
        font-size: 15px;
        font-weight: 400;
    }

.properties-condition ul {
    margin: 0px;
    padding: 0px;
}

.properties-condition li {
    list-style: none;
}

.properties-condition ul li {
    list-style: none;
    margin-bottom: 20px;
    color: #868686;
    font-size: 13px;
}

    .properties-condition ul li i {
        margin-right: 20px;
        text-align: center;
        font-size: 15px;
        font-weight: 400;
    }

.inside-properties iframe {
    width: 100%;
    border: 0px;
}

.heading-properties h3 {
    font-weight: 400;
    margin-top: 0px;
    color: #353434;
}

.heading-properties i {
    color: orange;
    float: right;
}

.heading-properties p {
    font-weight: bold;
}

.heading-properties {
    margin-bottom: 10px;
}

.properties-details-section {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

.detail-slider-full {
    background: #fff;
    padding: 20px 20px 10px;
}

    .detail-slider-full .thumbs img {
        width: 149px;
        height: 95px;
    }

    .detail-slider-full .item img {
        height: 600px;
    }

.search-banner {
    margin: 0;
    padding: 50px 0;
    background-color: #ebebeb;
}

    .search-banner .search-title {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .search-banner .show-more-options {
        margin: 20px 0px;
        display: block;
    }

/** SUBMIT PROPERTY AREA START **/
.submit-property {
    padding: 70px 0px;
}

.notification-box {
    padding: 30px 35px;
    color: #2e86b2;
    margin-bottom: 50px;
    background-color: #bae8ff;
}

    .notification-box h3 {
        margin: 0 0 10px;
        font-weight: 600;
    }

    .notification-box p {
        font-size: 17px;
        margin: 0px;
    }

.submit-address form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 40px;
    border-radius: 2px;
}

.submit-address form textarea {
    min-height: 250px;
}

.submit-address form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
    color: #827f7f;
}

.submit-address form .form-group {
    margin-bottom: 25px;
}

.submit-address h1 {
    font-size: 30px;
    position: relative;
    padding-bottom: 15px;
    margin: 20px 0px 18px;
    color: #333;
}

    .submit-address h1::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #e1e1e1;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .submit-address h1::after {
        content: "";
        width: 70px;
        height: 2px;
        left: 0px;
        bottom: -1px;
        position: absolute;
    }

.dropzone-design {
    border: 2px dashed #d0d0d0;
    min-height: 100px;
}

    .dropzone-design, .dropzone-design * {
        box-sizing: border-box;
    }

.dropzone-design {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

    .dropzone-design.dz-clickable {
        cursor: pointer;
    }

        .dropzone-design.dz-clickable * {
            cursor: default;
        }

        .dropzone-design.dz-clickable .dz-message, .dropzone-design.dz-clickable .dz-message * {
            cursor: pointer;
        }

    .dropzone-design.dz-started .dz-message {
        display: none;
    }

    .dropzone-design.dz-drag-hover {
        border-style: solid;
    }

        .dropzone-design.dz-drag-hover .dz-message {
            opacity: 0.5;
        }

    .dropzone-design .dz-preview {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 16px;
        min-height: 100px;
    }

        .dropzone-design .dz-preview:hover {
            z-index: 1000;
        }

            .dropzone-design .dz-preview:hover .dz-details {
                opacity: 1;
            }

        .dropzone-design .dz-preview.dz-file-preview .dz-image {
            border-radius: 3px;
            background: #999;
            background: linear-gradient(to bottom, #eee, #ddd);
        }

        .dropzone-design .dz-preview.dz-file-preview .dz-details {
            opacity: 1;
        }

        .dropzone-design .dz-preview.dz-image-preview {
            background: white;
        }

            .dropzone-design .dz-preview.dz-image-preview .dz-details {
                -webkit-transition: opacity 0.2s linear;
                -moz-transition: opacity 0.2s linear;
                -ms-transition: opacity 0.2s linear;
                -o-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
            }

        .dropzone-design .dz-preview .dz-remove {
            font-size: 14px;
            text-align: center;
            display: block;
            cursor: pointer;
            border: none;
        }

            .dropzone-design .dz-preview .dz-remove:hover {
                text-decoration: underline;
            }

        .dropzone-design .dz-preview:hover .dz-details {
            opacity: 1;
        }

        .dropzone-design .dz-preview .dz-details {
            z-index: 20;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            font-size: 13px;
            min-width: 100%;
            max-width: 100%;
            padding: 2em 1em;
            text-align: center;
            color: rgba(0, 0, 0, 0.9);
            line-height: 150%;
        }

            .dropzone-design .dz-preview .dz-details .dz-size {
                margin-bottom: 1em;
                font-size: 16px;
            }

            .dropzone-design .dz-preview .dz-details .dz-filename {
                white-space: nowrap;
            }

                .dropzone-design .dz-preview .dz-details .dz-filename:hover span {
                    border: 1px solid rgba(200, 200, 200, 0.8);
                    background-color: rgba(255, 255, 255, 0.8);
                }

                .dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) {
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) span {
                        border: 1px solid transparent;
                    }

                .dropzone-design .dz-preview .dz-details .dz-filename span, .dropzone-design .dz-preview .dz-details .dz-size span {
                    background-color: rgba(255, 255, 255, 0.4);
                    padding: 0 0.4em;
                    border-radius: 3px;
                }

        .dropzone-design .dz-preview:hover .dz-image img {
            -webkit-transform: scale(1.05, 1.05);
            -moz-transform: scale(1.05, 1.05);
            -ms-transform: scale(1.05, 1.05);
            -o-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
            -webkit-filter: blur(8px);
            filter: blur(8px);
        }

        .dropzone-design .dz-preview .dz-image {
            border-radius: 3px;
            overflow: hidden;
            width: 120px;
            height: 120px;
            position: relative;
            transition: all 0.3s;
            display: block;
            z-index: 10;
        }

            .dropzone-design .dz-preview .dz-image img {
                display: block;
                filter: blur(0px);
                transition: all 0.4s;
            }

        .dropzone-design .dz-preview.dz-success .dz-success-mark {
            -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .dropzone-design .dz-preview.dz-error .dz-error-mark {
            opacity: 1;
            -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .dropzone-design .dz-preview .dz-success-mark, .dropzone-design .dz-preview .dz-error-mark {
            pointer-events: none;
            opacity: 0;
            z-index: 500;
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            margin-left: -27px;
            margin-top: -27px;
        }

            .dropzone-design .dz-preview .dz-success-mark svg, .dropzone-design .dz-preview .dz-error-mark svg {
                display: block;
                width: 54px;
                height: 54px;
            }

        .dropzone-design .dz-preview.dz-processing .dz-progress {
            opacity: 1;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .dropzone-design .dz-preview.dz-complete .dz-progress {
            opacity: 0;
            -webkit-transition: opacity 0.4s ease-in;
            -moz-transition: opacity 0.4s ease-in;
            -ms-transition: opacity 0.4s ease-in;
            -o-transition: opacity 0.4s ease-in;
            transition: opacity 0.4s ease-in;
        }

        .dropzone-design .dz-preview:not(.dz-processing) .dz-progress {
            -webkit-animation: pulse 6s ease infinite;
            -moz-animation: pulse 6s ease infinite;
            -ms-animation: pulse 6s ease infinite;
            -o-animation: pulse 6s ease infinite;
            animation: pulse 6s ease infinite;
        }

        .dropzone-design .dz-preview .dz-progress {
            opacity: 1;
            z-index: 1000;
            pointer-events: none;
            position: absolute;
            height: 16px;
            left: 50%;
            top: 50%;
            margin-top: -8px;
            width: 80px;
            margin-left: -40px;
            background: rgba(255, 255, 255, 0.9);
            -webkit-transform: scale(1);
            border-radius: 8px;
            overflow: hidden;
        }

            .dropzone-design .dz-preview .dz-progress .dz-upload {
                background: #333;
                background: linear-gradient(to bottom, #666, #444);
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 0;
                -webkit-transition: width 300ms ease-in-out;
                -moz-transition: width 300ms ease-in-out;
                -ms-transition: width 300ms ease-in-out;
                -o-transition: width 300ms ease-in-out;
                transition: width 300ms ease-in-out;
            }

        .dropzone-design .dz-preview.dz-error .dz-error-message {
            display: block;
        }

        .dropzone-design .dz-preview.dz-error:hover .dz-error-message {
            opacity: 1;
            pointer-events: auto;
        }

        .dropzone-design .dz-preview .dz-error-message {
            pointer-events: none;
            z-index: 1000;
            position: absolute;
            display: block;
            display: none;
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
            border-radius: 8px;
            font-size: 13px;
            top: 130px;
            left: -10px;
            width: 140px;
            background: #be2626;
            background: linear-gradient(to bottom, #be2626, #a92222);
            padding: 0.5em 1.2em;
            color: white;
        }

            .dropzone-design .dz-preview .dz-error-message:after {
                content: '';
                position: absolute;
                top: -6px;
                left: 64px;
                width: 0;
                height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid #be2626;
            }

.dropzone-design {
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    transition: all 0.3s linear;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

    .dropzone-design:before {
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
        background-color: #66676b;
        opacity: 0;
        z-index: 10;
        transition: all 0.3s linear;
        border-radius: 3px;
    }

    .dropzone-design:hover:before {
        opacity: 0.4;
    }

    .dropzone-design .dz-message {
        text-align: center;
        margin: 50px 0;
        font-size: 17px;
        color: #888;
        transition: all 0.3s linear;
        position: relative;
        z-index: 11;
    }

    .dropzone-design:hover .dz-message {
        color: #66676b;
    }

.dz-message i {
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
}

.dropzone-design .dz-default.dz-message span {
    display: inline;
    line-height: 117px;
}
/** SPECIFICATIONS AREA START **/
.specifications p {
    margin-bottom: 30px;
    font-weight: 300;
}

.section-heading {
    margin-bottom: 30px;
}

    .section-heading .media .media-left i {
        color: #fff;
        width: 47px;
        height: 47px;
        line-height: 47px;
        text-align: center;
        font-size: 30px;
        float: left;
    }

    .section-heading .media .media-body h4 {
        margin: 3px 0px 3px;
        font-weight: 600;
        font-size: 20px;
        text-transform: uppercase;
    }

    .section-heading .media .media-body p {
        margin: 0 0 0px;
        color: #868686;
    }

.reviews-box {
    padding: 15px 0px;
    border-top: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
    margin-bottom: 30px;
}

.specifications .reviews-box ul {
    margin: 0px;
    padding: 0px;
}

    .specifications .reviews-box ul li {
        list-style: none;
        float: left;
    }

        .specifications .reviews-box ul li i {
            margin-right: 2px;
            color: orange;
        }

.specifications .reviews-box .reviews {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
    color: #868686;
}

.specifications .reviews-box a {
    float: right;
    text-decoration: none;
    color: #868686;
}

    .specifications .reviews-box a i {
        margin-right: 5px;
    }

.wishlist-btn {
    display: block;
    height: 41px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.wishlist-btn-l {
    width: 39px;
    height: 40px;
    display: block;
    float: left;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    line-height: 41px;
}

.wishlist-btn-r {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    color: #646363;
    font-weight: 600;
    text-align: center;
    display: block;
}

.specifications a {
    text-decoration: none;
}

    .specifications a:hover {
        color: #646363;
    }

.book-btn {
    display: block;
    height: 41px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.book-btn-l {
    float: left;
    padding: 0px 12px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.book-btn-r {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    display: block;
}

.specifications p {
    margin-bottom: 30px;
    font-weight: 300;
}

/** PAGE LOADER **/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.page_loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2030;
    background: url(../img/loader.gif) center no-repeat #fff;
}

.slider-section .simple-slider {
    margin-bottom: 30px;
}

.agent-widget h3 {
    margin-top: 0px;
}

    .agent-widget h3 a {
        text-decoration: none;
    }

.agent-widget h4 {
    margin-bottom: 30px;
    font-size: 15px;
    color: #868686;
}

    .agent-widget h4 i {
        margin-right: 5px;
    }

.print-section {
    margin-bottom: 15px;
}

.widget-link {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 12px;
    color: #777;
    background-color: transparent;
    padding: 0px;
    border-radius: 3px;
    transition: all 0.3s;
    outline: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    font-size: 13px;
}

    .widget-link:hover {
    }

    .widget-link i {
        margin-right: 2px;
        position: relative;
        top: 2px;
    }

.back-to-listings {
    height: 55px;
    line-height: 55px;
    width: 55px;
    background-color: #eaeaea;
    color: #a39f9f;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    transform: translateY(-50%);
    border-radius: 3px;
    transition: all 0.4s;
}

    .back-to-listings:hover {
        color: #fff;
    }

.agent-widget form textarea {
    min-height: 130px;
}

.contact-form .mrg-btn-0 {
    margin-bottom: 10px;
}

.social-media-box {
    text-align: left;
    float: left;
    width: 100%;
}

    .social-media-box .social-list li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        font-size: 18px;
        color: rgb(255, 255, 255);
        margin: 2px 4px;
        border-radius: 0%;
    }


#divViewMode {
    text-align: center;
    position: absolute;
    top: 3px;
    width: 100%;
}

#divFilter {
    margin-left: 10px;
    margin-top: 84px;
    z-index: 9999999;
    position: fixed;
    background-color: white;
    width: 100%;
}
/** ICONS LIBRARY **/
.icon-lists {
    padding: 70px 0px;
}

    .icon-lists .heading {
        margin: 0px 0px 10px 0px;
        text-transform: uppercase;
    }

.glyph {
    background: #f9f9f9;
    width: 250px;
    height: 94px;
    float: left;
    text-align: center;
    padding: 20px 11px;
    margin: 10px;
    font-size: 10px;
    color: #999;
}

    .glyph .glyph-icon {
        font-size: 24px;
        color: #555;
    }

    .glyph fieldset,
    .glyph .hidden-true {
        display: none;
    }

    .glyph .bshadow0 .lnr {
        font-size: 24px;
        color: #555;
        display: block;
        line-height: 35px;
    }

.icon-lists mark {
    margin-bottom: 10px;
    display: inline-block;
}

.bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
}

.bs-glyphicons li {
    width: 12.5%;
    font-size: 12px;
}

.bs-glyphicons li {
    float: left;
    width: 20%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

.font-awesome-icons .col-print-4 {
    margin-bottom: 10px;
}

.font-awesome-icons .text-muted {
    display: none;
}

/** MEDIA QUERY **/
@media (max-width: 995px) {



    .logo {
        margin-right: 40px;
    }


    .animated {
        /*CSS3 animation properties*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        /*CSS3 transition properties*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS3 transform properties*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media all and (min-width: 768px) {



    .our-partners .carousel-inner &gt; .active.left,
    .our-partners .carousel-inner &gt; .prev {
        left: -50%;
    }

    .our-partners .carousel-inner &gt; .active.right,
    .our-partners .carousel-inner &gt; .next {
        left: 50%;
    }

    .our-partners .carousel-inner &gt; .left,
    .our-partners .carousel-inner &gt; .prev.right,
    .our-partners .carousel-inner &gt; .active {
        left: 0;
        padding: 10px;
    }

    .our-partners .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {



    .our-partners .carousel-inner &gt; .item.active.right,
    .our-partners .carousel-inner &gt; .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner &gt; .item.active.left,
    .our-partners .carousel-inner &gt; .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

        .our-partners .carousel-inner &gt; .item.left,
        .our-partners .carousel-inner &gt; .item.prev.right,
        .our-partners .carousel-inner &gt; .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media (max-width: 991px) {
}


@media all and (min-width: 992px) {


    .our-partners .carousel-inner &gt; .active.left,
    .our-partners .carousel-inner &gt; .prev {
        left: -33%;
    }

    .our-partners .carousel-inner &gt; .active.right,
    .our-partners .carousel-inner &gt; .next {
        left: 33%;
    }

    .our-partners .carousel-inner &gt; .left,
    .our-partners .carousel-inner &gt; .prev.right,
    .our-partners .carousel-inner &gt; .active {
        left: 0;
    }

    .our-partners .carousel-inner .cloneditem-2,
    .our-partners .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .our-partners .carousel-inner &gt; .item.active.right,
    .our-partners .carousel-inner &gt; .item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner &gt; .item.active.left,
    .our-partners .carousel-inner &gt; .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }

        .our-partners .carousel-inner &gt; .item.left,
        .our-partners .carousel-inner &gt; .item.prev.right,
        .our-partners .carousel-inner &gt; .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media (max-width: 768px) {



    /*.banner .item{
        height: 250px;
    }*/



    .detail-slider-full .item img {
        height: auto;
    }

    .search-banner {
        padding: 20px 0px;
    }

    .my-properties-box .col-pad img {
        height: auto;
    }

    .breadcrumbs {
        font-size: 12px;
    }

    .listing-properties-box .detail .location a {
        font-size: 13px;
    }

    .back-to-listings {
        height: 35px;
        line-height: 35px;
        width: 35px;
        font-size: 15px;
    }






    .search-area label {
        display: none;
    }

    .recent-properties-box .detail .title {
        font-size: 16px;
    }

    .category_long_bg {
        height: 270px;
    }

    .category-title {
        font-size: 20px;
    }

    .category-subtitle {
        font-size: 14px;
    }

    .icon-box {
        margin-bottom: 65px;
    }

    .section-4 {
        padding-top: 110px
    }

    .testimonials .content .text {
        font-size: 17px;
        text-align: justify;
    }

    .sec-title-three h2 {
        font-size: 24px;
    }

    .testimonial-section {
        text-align: center;
        padding: 50px 0px 75px;
    }

    .listings-parallax-inner {
        padding: 50px 0px;
    }

    .listings-parallax h1 {
        font-size: 25px;
        margin: 0 0px 20px;
    }

    .listings-parallax h3 {
        font-size: 15px;
    }

    .sub-banner h1 {
        font-size: 28px;
    }

    .sub-banner {
        padding: 50px 0px;
    }

    .contact-details .media .media-left {
        padding-right: 20px;
    }

        .contact-details .media .media-left i {
            width: 42px;
            font-size: 21px;
            height: 42px;
            line-height: 42px;
        }

    .error404-content h1 {
        font-size: 100px;
    }

    .error404-content p {
        font-size: 18px;
    }

    .blog-box .detail p {
        line-height: 20px;
        text-align: justify;
        font-size: 13px;
    }

    .blog-box .detail .title {
        margin: 0px 0px 15px;
        font-size: 20px;
    }

    .blog-box .detail .post-meta {
        margin-bottom: 15px;
    }

    .banner .banner-top-align {
        top: 15px !important;
        right: 10%;
    }

    .banner .banner-slider-inner {
        top: 100px;
        right: 10%;
        left: 10%;
    }

    /*.search-area {
        width: 80%;
        left: 10%;
        bottom: 3px;
    }*/

    .search-area-inner {
        margin: 0px -15px;
    }

    .search-contents {
        padding: 25px 25px 0px;
        border-radius: 0px;
    }

        .search-contents .col-xs-12,
        .search-contents .col-xs-6 {
            padding: 3px 10px;
        }

    .search-box .form-group {
        margin-bottom: 0px;
    }

    .blog-box .detail {
        padding: 20px;
    }

        .blog-box .detail .tags-box {
            margin-bottom: 20px;
        }

        .blog-box .detail .blog-share {
            float: left;
            text-align: left;
        }

    .comments ul {
        margin: 0 0 0 0px;
    }

    .comment-body {
        margin: 10px 0 0 0;
        line-height: 20px;
        padding: 10px 0 0 0;
        font-size: 13px;
        text-align: justify;
    }

    blockquote {
        margin: 20px 0 20px;
        font-size: 14px;
    }

    .sub-footer .social-list ul li {
        float: none;
        display: inline-block;
    }

    .sub-footer {
        text-align: center;
    }

    .blog-banner {
        text-align: center;
    }

    .go-home {
        float: none;
    }

    .blog-banner h2 {
        margin: 0 0 15px 0px;
        font-size: 20px;
    }

    .comment-content {
        margin-left: 65px;
        padding: 15px;
    }

    .comment-rating {
        color: orange;
        margin: 0px;
    }

    .listing-properties-box .detail {
        padding: 20px 20px;
    }

    .form-content-box .details {
        padding: 20px 20px;
    }

    .sec-title-three h2 {
        margin-top: 0px;
    }

    .about-city-estate {
        padding: 50px 0px;
    }

    .contact-body {
        padding: 50px 0px 20px;
    }

    .blog-box {
        margin-bottom: 30px;
    }

    .blog-body {
        padding: 50px 0px;
        background: #f5f5f5;
    }

    .recent-properties {
        padding: 50px 0px 20px;
    }

    .content-area {
        padding: 50px 0px 20px;
    }

    .about-text h3 {
        font-size: 19px;
    }

    .banner .banner-slider-inner h1 {
        font-size: 27px;
        margin-bottom: 10px;
    }

    .banner-slider-inner p {
        font-size: 14px;
    }

    .slider-mover-left {
        width: 30px;
        height: 30px;
        line-height: 22px;
        left: 5px;
        /*border: solid 1px #1B1410;*/
    }

        .slider-mover-left img {
            width: 20px;
        }

    .slider-mover-right {
        width: 30px;
        height: 30px;
        line-height: 22px;
        right: 5px;
        /*border: solid 1px #1B1410;*/
    }

        .slider-mover-right img {
            width: 20px;
        }

    .banner-detail-box {
        left: 15px;
        z-index: 2;
    }

    .banner-slider-inner .text-left {
        text-align: center;
    }

    .search-area .form-group {
        margin-bottom: 10px;
    }

    .recent-properties-box .detail .location a {
        font-size: 14px;
    }

    .recent-properties-box .detail .title {
        font-size: 16px;
    }

    .about-box {
        max-width: 100%;
    }

    .listing-properties-box .listing-propertie-theme img {
        height: auto;
    }

    .my-properties-box .detail .location {
        font-size: 14px;
    }

    .properties-details-page p {
        line-height: 21px;
        text-align: justify;
        font-size: 13px;
    }

    .properties-amenities ul li {
        list-style: none;
        margin-bottom: 10px;
    }

    .properties-condition ul li {
        margin-bottom: 10px;
    }

    .heading-properties h3 {
        font-size: 20px;
    }

    .my-address h1 {
        font-size: 20px;
    }

    .typography-page p {
        font-size: 13px;
        line-height: 25px;
        text-align: justify;
    }

    .submit-address h1 {
        font-size: 20px;
    }

    .breadcrumb-area h1 {
        font-size: 21px;
    }

    .breadcrumb-area p {
        font-size: 14px;
    }

    .breadcrumb-area .button-md {
        padding: 10px 20px;
    }

    .animated {
        /*CSS3 animation properties*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        /*CSS3 transition properties*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS3 transform properties*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media (min-width: 768px) {
}

.carousel-inner &gt; .item &gt; div {
    padding: 20px;
}

.carousel-inner {
    z-index: -1;
}


.mainsearhinput {
    width: 100%;
    padding: 16px 17px;
    font-size: 18px;
    border: 1px solid #5e5e5e;
    outline: none;
    color: #6c6c6c;
    /* height: 40px; */
    border-radius: 2px;
}

    .mainsearhinput::placeholder {
        color: #b3b3b3;
    }

    .editorschoice div {
        height: 23rem;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-size: cover;
        position: relative;
    }

.editorschoice {
    padding: 5px;
}

    .editorschoice figcaption {
        position: absolute;
        bottom: 0;
        width: 100%;
        color: white;
        box-sizing: border-box;
        padding: 1rem;
        font-size: 14px;
        line-height: 1.5rem;
        letter-spacing: .01em;
        background: black;
        background: rgba(0,0,0,0.7);
        background: -webkit-linear-gradient(270deg, transparent 2%, #000 100%);
        background: linear-gradient(-180deg, transparent 2%, #000 100%);
    }


.footage div {
    height: 18rem;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: cover;
    position: relative;
}

.footage {
    padding: 5px;
    border-radius: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    text-align: center;
    /* margin: 30px; */
}

    .footage figcaption {
        position: absolute;
        bottom: 0;
        width: 100%;
        color: white;
        box-sizing: border-box;
        padding: 1rem;
        font-size: 14px;
        line-height: 1.5rem;
        letter-spacing: .01em;
        background: black;
        background: rgba(0,0,0,0.7);
        background: -webkit-linear-gradient(270deg, transparent 2%, #000 100%);
        background: linear-gradient(-180deg, transparent 2%, #000 100%);
    }



.videoicon {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    background: url(../images/playvideo_64.png) no-repeat center center;
}

.footage span:hover {
    transform: scale(1.1);
    transition: transform 0.35s ease-out;
}

#leftpanel {
    text-align: left;
    width: 240px;
    height: 50px;
    z-index: 1;
    position: absolute;
    vertical-align: top;
    left: 0px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    background: #282d2f;
    color: white;
    white-space: nowrap;
    padding-top: 14px;
    padding-left: 10px;
    padding-right: 15px;
    /*border-bottom: 1px solid #0c0d0d;*/
    /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

    #leftpanel:hover {
        color: #0088CC;
    }

#arrowright {
    display: none
}

.leftserchtext {
    float: left;
    font-size: 16px;
}

.leftsearcharrow {
    float: right;
    font-size: 30px;
    margin-top: -9px;
}

.searchInput {
    position: absolute;
    right: 250px;
    left: 240px;
    white-space: nowrap;
    text-align: left;
    background-color: #fcfcfc;
}

/*#btnSearch {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #3e97eb;
    z-index: 9;
    padding: 9px 15px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}*/

.searchdiv {
    position: fixed;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ececec;
    height: 53px;
    background-color: #282d2f;
    border-top: 1px solid #ececec;
    top: 69px;
    z-index: 999;
}

.searchicon {
    width: 74px;
    padding: 3px 0px 0px 15px;
    font-size: 33px;
    color: #adadad;
    float: left
}

.Inputsearch {
    width: 100%;
    padding: 10px;
    font-size: 20px;
    border: 1px solid #fcfcfc;
    outline: none;
    color: #6c6c6c;
    /* height: 40px; */
    /* border-radius: 2px; */
    margin-top: 0px;
    background-color: #fcfcfc;
}

.searchdrop {
    position: absolute;
    top: 2px;
    /* font-weight: normal; */
    /* padding-left: 7px; */
    right: 54px;
    z-index: 2030;
    /* font-size: 12px; */
}

.search-form button.btn span {
    font-size: 12px;
    margin-top: 2px;
}

.searchdrop li a {
    padding: 3px 10px !important;
}




.search-fields {
    border: inherit;
}

/*.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
    border-left: 1px solid #ddd;
}*/

.photoicon {
    position: absolute;
    right: 195px;
    top: 6px;
    font-weight: normal;
    padding-left: 20px;
    background-color: transparent;
    font-size: 28px;
    color: #adadad;
}

#panel {
    height: 100%;
    background: #353838;
    width: 240px;
    min-height: 800px;
}

#videoicon {
    display: none;
}

#searchmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ededed;
    border-top: 1px solid #dadada;
}

    #searchmenu li {
        float: left;
    }

        #searchmenu li a {
            display: block;
            color: #313131;
            text-align: center;
            padding: 7px 16px;
            text-decoration: none;
        }

            #searchmenu li a:hover:not(.active) {
                background-color: #ddd;
            }

.btnactive {
    border-bottom: #173c66 solid 4px;
    font-weight: bold;
}

#listtype {
    position: absolute;
    right: 10px;
    top: 4px;
}

    #listtype .icon1 {
        float: right;
        padding: 1px 8px;
        border: 1px solid #ddd;
        font-size: 19px;
        cursor: pointer;
        color: #a2a2a2;
        background-color: #fff;
    }

    #listtype .icon2 {
        float: right;
        padding: 1px 8px;
        border: 1px solid #ddd;
        font-size: 19px;
        margin-right: 8px;
        cursor: pointer;
        color: #a2a2a2;
        background-color: #fff;
    }

.iconactive {
    color: #333 !important;
}
/*images search*/
.content-holder {
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    padding: 60px 0 50px 0;
    right: 0;
    z-index: 2;
    height: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.scale-bg2 {
    opacity: 0;
}

.content-holder.pad-bot {
    padding-bottom: 0;
}

.content-holder.fl-con-wrap {
    padding: 0;
}

.container {
    /*max-width: 1024px;*/
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    /*position: relative;*/
    z-index: inherit;
}

    .container.fl-container {
        float: left;
    }

    .container.small-container {
        max-width: 724px;
    }

.content {
    width: 100%;
    position: relative;
    z-index: 4;
    float: left;
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.no-bg {
    background: none !important;
}

.full-height {
    height: 100%;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.respimg {
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 2;
}

.no-padding {
    padding: 0 !important;
}

.media-wrap {
    margin: 30px 0 50px;
}
/*------   Header  ------------------------------------------------------*/





/*------ Porfolio  ------------------------------------------------*/
.gallery-items {
    float: left;
    width: 100%;
    position: relative;
}

    .gallery-items.boxed-folio {
        margin-top: 50px;
    }

/*.gallery-items.pad-btom-folio {
        padding-bottom: 80px;
    }*/

.content.column-filter-wrap {
    padding-left: 300px;
    padding-bottom: 50px
}

.gallery-items a {
    cursor: pointer;
}

.grid-item-holder {
    float: left;
    /*width: 100%;*/
    height: 425px;
    position: relative;
    padding: 5px;
}

.gallery-item, .grid-sizer {
    /*width: 20%;*/
    position: relative;
    overflow: hidden;
    float: left;
}

.gallery-item-second,
.grid-sizer-second {
    width: 50%;
}

.gallery-item-three,
.grid-sizer-three {
    width: 75%;
}

.three-columns .gallery-item {
    width: 33.3%;
}

.three-columns .gallery-item-second,
.three-columns .grid-sizer-second {
    width: 66.6%;
}

.five-columns .gallery-item {
    width: 20%;
}

.five-columns .gallery-item-second,
.five-columns.grid-sizer-second {
    width: 40%;
}

.gallery-item img, .grid-sizer img {
    /*width: 100%;*/
    height: 425px;
    position: relative;
    z-index: 2;
}

.four-coulms .gallery-item, .four-coulms .grid-sizer {
    width: 25%;
}

.grid-item {
    float: left;
    width: 100%;
    padding: 30px;
    overflow: hidden;
}

.p_horizontal_wrap {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    padding: 0 0 12px 0;
    z-index: 8;
}

    .p_horizontal_wrap.two-columns-wrap {
        padding: 5px 0 0;
    }

#portfolio_horizontal_container {
    height: 100%;
    float: left;
    width: 100%;
    position: relative;
}

    #portfolio_horizontal_container .portfolio_item {
        width: auto;
        height: 100%;
        float: left;
        padding: 0 3px;
        overflow: hidden !important;
        position: relative;
        z-index: 1;
    }

.flow-gal .horizontal_item {
    opacity: 0.6;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.flow-gal .owl-item.center .horizontal_item {
    opacity: 1;
}

#portfolio_horizontal_container.onecolumn .portfolio_item:first-child {
    padding-left: 0;
}

#portfolio_horizontal_container.onecolumn .portfolio_item:last-child {
    padding-right: 0;
}

#portfolio_horizontal_container.no-padding .portfolio_item {
    padding: 0
}

#portfolio_horizontal_container.two-ver-columns .portfolio_item {
    height: 50%;
    padding-bottom: 10px;
}

#portfolio_horizontal_container.three-ver-columns .portfolio_item {
    height: 33.3%;
}

#portfolio_horizontal_container .portfolio_item img {
    float: left;
    width: auto;
    height: 100%;
    position: relative;
    z-index: 1;
}

.thumb-info {
    position: absolute;
    bottom: 0px;
    opacity: 0;
    left: 0px;
    right: 0px;
    height: 100%;
}




#portfolio_horizontal_container .portfolio_item:hover .thumb-info, .horizontal_item:hover .thumb-info, .grid-item-holder:hover .thumb-info, .fullheight-carousel .owl-item.active.center .thumb-info {
    visibility: visible;
    opacity: 0.9;
    bottom: 0;
}


.photo-grid-item:hover .photo-grid-title, .photo-grid-item:hover .photo-grid-icons, .photo-grid-item:hover .photo-date-piece {
    visibility: visible;
    opacity: 0.9;
}


#portfolio_horizontal_container.two-ver-columns .portfolio_item .thumb-info {
    bottom: 6px;
}

.column-filter-wrap .gallery-item:hover .thumb-info {
    bottom: 2px;
}


.photo-grid-item {
    cursor: pointer;
}


    #portfolio_horizontal_container .portfolio_item:hover .thumb-info, .horizontal_item:hover .thumb-info, .photo-grid-item:hover .thumb-info, .fullheight-carousel .owl-item.active.center .thumb-info {
        visibility: visible;
        opacity: 1;
        bottom: 0;
    }

#photoList {
    margin: 10px;
    margin-top: 90px;
    overflow-x: hidden;
    width: 99%;
    padding: 10px;
}


.thumb-info h3 {
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}




    .thumb-info h3 a {
        color: #fff;
    }

.thumb-info p {
    color: #fff;
    /*opacity: 0.6;*/
    /* font-family: 'Libre Baskerville', serif; */
    /* font-style: italic; */
    height: 28px;
}


.photo-grid-title {
    color: #fff;
    position: absolute;
    background: linear-gradient(to bottom, transparent 1%, rgba(0,0,0,0.8) 1%);
    left: 0;
    padding: 12px 0px 12px 8px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    bottom: 0px;
    opacity: 0;
}

.thumb-info p a i {
    font-size: 23px;
    color: #fff;
    bottom: -2px;
    top: inherit;
}

    .thumb-info p a i:hover {
        color: #bde9ff;
    }


.photo-grid-icons {
    position: absolute;
    top: 50%;
    color: #fff;
    /*width: 145px;*/
    margin: 0 auto;
    left: 50%;
    margin-left: -45px;
    margin-top: -20px;
    opacity: 0;
    z-index:9;
}

.photo-date-piece {
    position: absolute;
    top: 0px;
    color: #fff;
    margin: 0 auto;
    opacity: 0;
    width: 100%;
    background-color: #383838;
    padding: 8px;
}

.photo-date-piece-board {
    position: absolute;
    top: 0px;
    color: #fff;
    margin: 0 auto;
    width: 100%;
    background-color: #383838;
    padding: 8px;
    opacity: 0.9;
}

.photoListPiece {
    float: right;
    width: 50%;
    text-align: right;
}

.photoListDate {
    float: left;
    width: 50%;
}


.gallery-items.boxed-folio .thumb-info p {
    font-size: 10px;
}

.carousel-item {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.fullheight-carousel .item {
    padding: 0 10px;
}

.full-screen-gallery-holder {
    position: relative;
    width: 100%;
    float: left;
}

.full-screen-item {
    position: relative;
}

.slider-zoom {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 10;
    width: 35px;
    height: 35px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    color: #fff;
    cursor: pointer;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
}

.single-slider .slider-zoom, .single-image .slider-zoom {
    top: 30px !important;
}

.media-wrap .slider-zoom {
    top: 0;
    right: 20px;
}

#portfolio_horizontal_container .portfolio_item .slider-zoom, .horizontal_item .slider-zoom, .grid-item-holder .slider-zoom {
    opacity: 0;
    visibility: hidden;
    top: 20px;
}

#portfolio_horizontal_container .portfolio_item:hover .slider-zoom, .horizontal_item:hover .slider-zoom, .grid-item-holder:hover .slider-zoom {
    opacity: 1;
    visibility: visible;
    top: 50px;
}

.media-wrap .grid-item-holder:hover .slider-zoom {
    top: 20px;
}

.slider-zoom:hover i {
    opacity: 0.6;
}

.nicescroll-cursors {
    top: 28px !important;
}

.fixed-filter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 20;
    -webkit-transform: translate3d(0,0,0);
    padding: 20px 50px 0 50px;
}

.filter-button {
    float: left;
    display: none;
}

.fixed-filter .gallery-filters {
    float: left;
}

    .fixed-filter .gallery-filters a {
        float: left;
        margin-right: 10px;
        font-family: 'Libre Baskerville', serif;
        font-style: italic;
        letter-spacing: 1px;
        font-size: 11px;
    }

.column-filter {
    position: fixed;
    top: 50px;
    left: 0;
    width: 300px;
    bottom: 50px;
    z-index: 40;
    -webkit-transform: translate3d(0,0,0);
    padding: 0 50px;
}

    .column-filter .gallery-filters {
        top: 50%;
    }

        .column-filter .gallery-filters a {
            float: left;
            width: 100%;
            padding: 6px 5px;
            position: relative;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 700;
            text-align: left;
        }

.inline-filter {
    margin-top: 20px;
}

    .inline-filter .gallery-filters a {
        float: left;
        margin-right: 20px;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
    }

.gallery_horizontal {
    overflow: hidden;
}

    .gallery_horizontal .owl-item img {
        width: auto;
        position: relative;
        z-index: 1;
        float: left;
    }

.horizontal_item {
    overflow: hidden;
    position: relative;
    height: 100%;
    padding: 1px 0;
}

.portfolio_item, .horizontal_item {
    cursor: e-resize;
}

.resize-carousel-holder {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 3;
    padding-bottom: 50px;
    overflow: hidden;
}

.show-thumbs {
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 20;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    letter-spacing: 1px;
    cursor: pointer;
}

.owl-thumbs {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 30;
    visibility: hidden;
    padding: 90px 200px 200px 200px;
    opacity: 0;
    overflow: auto;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.owl-thumb-item {
    float: left;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    border: none;
    background: none;
    cursor: pointer;
    padding: 10px;
    position: relative;
    opacity: 0;
}

    .owl-thumb-item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 500ms linear;
        transition: all 500ms linear;
        z-index: 2;
    }

.himask:before {
    width: 0;
}

.owl-thumb-item.himask {
    opacity: 1;
}

.owl-thumb-item.active {
    opacity: 0.3;
}

.owl-thumb-item img {
    width: auto;
    height: 150px;
}

.fl-con-wrap .owl-thumbs {
    left: 100px;
    right: 100px;
    bottom: 100px;
    top: 100px;
}

.vis-thumbs {
    opacity: 1;
    visibility: visible;
}

.himask:before {
    width: 0;
}

.owl-thumb-item.himask {
    opacity: 1;
}

.owl-thumb-item.active {
    opacity: 0.3;
}

.owl-thumb-item img {
    width: auto !important;
    height: 150px !important;
}

.scale-bg2 {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.num-holder2 {
    position: absolute;
    top: -1px;
    left: -20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.show-info {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
}

    .show-info:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 25px;
        width: 12px;
        height: 1px;
    }

.vis-pan {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    padding: 0 50px;
    height: 80px;
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.04);
}

    .vis-pan.transp-panel .show-info, .vis-pan.transp-panel .num-holder2, .vis-pan.transp-panel .show-thumbs {
        color: #fff;
    }

        .vis-pan.transp-panel .show-info:before {
            background: #fff;
        }

.cap-option {
    max-width: 140px;
    margin: 0 auto;
    top: 34px;
    position: relative;
}

.info-wrap {
    position: fixed;
    top: 50px;
    right: -10%;
    bottom: 80px;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    z-index: 22;
    width: 50%;
    padding: 50px 60px 100px 60px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: auto;
}

.info-overlay {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 80px;
    overflow: auto;
    z-index: 21;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: rgba(51,51,51,0.71);
    visibility: hidden;
    opacity: 0;
}

.fl-con-wrap .info-wrap, .fl-con-wrap .info-overlay {
    bottom: 0;
    top: 0;
}

.info-overlay.visinover {
    opacity: 1;
    visibility: visible;
}

.info-wrap.visinwrap {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.info-inner {
    position: relative;
    margin: 0 auto;
    padding-top: 100px;
    max-width: 650px;
    z-index: 3;
}

.fe {
    display: none;
}

.info-inner h2 {
    float: left;
    width: 100%;
    font-size: 22px;
    text-align: left;
    font-weight: 700;
    padding-bottom: 40px;
}

.port-fixed-link {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 10;
    color: #fff;
    text-align: left;
}

.single-image {
    margin-bottom: 15px;
}

    .single-image img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
    }

    .single-image:last-child {
        margin-bottom: 0;
    }

/*image search bitti*/


.page-wrapper {
    min-height: 100%;
    position: static;
    overflow: hidden;
    background-color: #282d2f;
}

    .page-wrapper:before, .page-wrapper:after {
        content: " ";
        display: table;
    }

.left-sidebar {
    transition: all 0.4s ease-in-out;
    width: 240px;
    /*min-height: 100%;*/
    padding-top: 0px;
    position: fixed;
    z-index: 1100;
    top: 121px;
    left: 0px;
    background: #282d2f;
    overflow-y: auto;
}

.dropdown-menu {
    z-index: 2040;
}

.modal-backdrop {
    z-index: 200;
}


.content-full {
    transition: all 0.4s ease-in-out;
    /*position: relative;*/
    z-index: 1101;
    min-height: 922px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
}

.content-wrapper {
    transition: all 0.4s ease-in-out;
    position: relative;
    margin-left: 240px;
    z-index: 0;
    min-height: 922px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
}

.content-favori {
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 1101;
    min-height: 922px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
}


.sidebar-closed-md .left-sidebar {
    left: -190px;
}

.sidebar-closed-md .content-wrapper {
    margin-left: 50px;
}

.sidebar-closed-md .visible-sidebar-md-closed {
    display: inline-block;
}

.sidebar-closed-md .visible-sidebar-md-open {
    display: none;
}

.visible-sidebar-md-closed {
    display: none;
}

.visible-sidebar-md-open {
    display: inline-block;
}

.taxdiv {
    display: none;
}

.sepetbox {
    background-color: #fff;
    color: #000;
    font-size: 13px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    padding: 30px 15px;
    margin-right: 12px;
    margin-left: 16px;
}

.sepetbox {
    float: left;
    width: 75%;
}

.sepetright {
    float: left;
    width: 20%;
    padding: 15px 10px 8px 13px;
    height: 410px;
}

.creditcart {
    padding-left: 30px;
    padding-top: 18px;
    padding-bottom: 30px;
}

#creditcardform input {
    border-radius: 0px;
    height: 43px;
    margin-bottom: 15px;
}

.sepettable {
    margin-bottom: 10px;
}

    .sepettable &gt; tbody &gt; tr &gt; td {
        padding: 2px 5px;
        font-size: 12px;
    }

.sepetodeme {
    margin-top: 5px;
    font-weight: bold;
}

.subtotal {
    margin-top: 0px;
    font-size: 25px;
}

.cartInputDiv {
    width: 13%;
    float: left;
    margin-left: 11px;
}

.previewInputDiv {
    float: left;
    margin-left: 11px;
}

.container {
    position: relative;
}

/* Progress Tracker v2 */

.bs-wizard {
    margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
    border-bottom: 0;
    position: absolute;
    width: 600px;
    margin: auto;
    top: -20px;
    left: 50%;
    margin-left: -300px;
}

    .bs-wizard &gt; .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard &gt; .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard &gt; .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard &gt; .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard &gt; .bs-wizard-step &gt; .bs-wizard-dot {
            position: absolute;
            width: 35px;
            height: 35px;
            display: block;
            background: #383838;
            top: 41px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }



        .bs-wizard &gt; .bs-wizard-step &gt; .progress {
            position: relative;
            border-radius: 0px;
            height: 5px;
            box-shadow: none;
            margin: 20px 0;
            background-color: #c7c7c7;
        }

            .bs-wizard &gt; .bs-wizard-step &gt; .progress &gt; .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #383838;
            }

        .bs-wizard &gt; .bs-wizard-step.complete &gt; .progress &gt; .progress-bar {
            width: 100%;
        }

        .bs-wizard &gt; .bs-wizard-step.active &gt; .progress &gt; .progress-bar {
            width: 50%;
        }

        .bs-wizard &gt; .bs-wizard-step:first-child.active &gt; .progress &gt; .progress-bar {
            width: 0%;
        }

        .bs-wizard &gt; .bs-wizard-step:last-child.active &gt; .progress &gt; .progress-bar {
            width: 100%;
        }

        .bs-wizard &gt; .bs-wizard-step.disabled &gt; .bs-wizard-dot {
            background-color: #c7c7c7;
        }

            .bs-wizard &gt; .bs-wizard-step.disabled &gt; .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard &gt; .bs-wizard-step:first-child &gt; .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard &gt; .bs-wizard-step:last-child &gt; .progress {
            width: 50%;
        }

        .bs-wizard &gt; .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }



.svgIcon {
    color: #fff;
    padding: 9px;
    font-size: 18px;
}


.boardModalBody &gt; .select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    background-color: #474a4a !important;
    border: 1px solid #8c8c8c !important;
}

.boardModalBody &gt; .select2-container .select2-selection--single {
    height: 34px !important;
}

.boardModalBody &gt; .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px !important;
}

.boardModalBody &gt; .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;
}

.boardModalBody &gt; .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #efefef !important;
}

.boardnewlink, .boardlistdiv {
    text-align: center;
    margin-top: 12px;
    color: #3e97eb;
    cursor: pointer;
}

#txtBoardName, #txtshareBoard {
    background-color: #474a4a;
    color: #fff;
}

#boardError {
    position: absolute;
    font-size: 11px;
    color: red;
}

.boardalllist {
    margin-top: 100px;
}

#addBoardModal &gt; .select2-container &gt; .select2-dropdown {
    background-color: #474a4a !important;
    border: 1px solid #8c8c8c !important;
}

    #addBoardModal &gt; .select2-container &gt; .select2-dropdown &gt; .select2-results &gt; ul &gt; li {
        color: #fff !important;
    }

    #addBoardModal &gt; .select2-container &gt; .select2-dropdown &gt; .select2-results &gt; ul &gt; .select2-results__option[aria-selected=true] {
        background-color: #6f6f6f;
    }

    #addBoardModal &gt; .select2-container &gt; .select2-dropdown &gt; .select2-search &gt; input {
        background-color: #282d2f;
        color: #fff;
    }


#copyCutModal &gt; .select2-container &gt; .select2-dropdown {
    background-color: #474a4a !important;
    border: 1px solid #8c8c8c !important;
}

    #copyCutModal &gt; .select2-container &gt; .select2-dropdown &gt; .select2-results &gt; ul &gt; li {
        color: #fff !important;
    }

    #copyCutModal &gt; .select2-container &gt; .select2-dropdown &gt; .select2-results &gt; ul &gt; .select2-results__option[aria-selected=true] {
        background-color: #6f6f6f;
    }

    #copyCutModal &gt; .select2-container &gt; .select2-dropdown &gt; .select2-search &gt; input {
        background-color: #282d2f;
        color: #fff;
    }




@media (min-width:320px) and (max-width: 374px) { /* iphone 5 */
    .gallery-item, .grid-sizer {
        width: 100%;
    }

}

@media (min-width:375px) and (max-width: 767px) { /* iphone 6 */

    .gallery-item, .grid-sizer {
        width: 100%;
    }

}

@media (min-width:768px) and (max-width:991px) {

    .gallery-item, .grid-sizer {
        width: 50%;
    }

}

@media (min-width:992px) and (max-width:1199px) {

    .gallery-item, .grid-sizer {
        width: 33.3%;
    }

}

@media (min-width:1200px) {
}


/** {
    box-sizing: border-box;
    user-select: none;
}*/



/*chechboc css*/
@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }

    to {
        border-color: #3e97eb;
    }
}

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none;
}

    .magic-radio[disabled],
    .magic-checkbox[disabled] {
        cursor: not-allowed;
    }

    .magic-radio + label,
    .magic-checkbox + label {
        position: relative;
        display: block;
        padding-left: 30px;
        cursor: pointer;
        vertical-align: middle;
        color: #909090;
        font-weight: inherit;
    }

        .magic-radio + label:hover:before,
        .magic-checkbox + label:hover:before {
            animation-duration: 0.4s;
            animation-fill-mode: both;
            animation-name: hover-color;
        }

        .magic-radio + label:before,
        .magic-checkbox + label:before {
            position: absolute;
            top: 0;
            left: 0;
            display: inline-block;
            width: 20px;
            height: 20px;
            content: '';
            border: 1px solid #c0c0c0;
        }

        .magic-radio + label:after,
        .magic-checkbox + label:after {
            position: absolute;
            display: none;
            content: '';
        }

    .magic-radio[disabled] + label,
    .magic-checkbox[disabled] + label {
        cursor: not-allowed;
        color: #e4e4e4;
    }

        .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
        .magic-checkbox[disabled] + label:hover,
        .magic-checkbox[disabled] + label:before,
        .magic-checkbox[disabled] + label:after {
            cursor: not-allowed;
        }

            .magic-radio[disabled] + label:hover:before,
            .magic-checkbox[disabled] + label:hover:before {
                border: 1px solid #e4e4e4;
                animation-name: none;
            }

        .magic-radio[disabled] + label:before,
        .magic-checkbox[disabled] + label:before {
            border-color: #e4e4e4;
        }

    .magic-radio:checked + label:before,
    .magic-checkbox:checked + label:before {
        animation-name: none;
    }

    .magic-radio:checked + label:after,
    .magic-checkbox:checked + label:after {
        display: block;
    }

    .magic-radio + label:before {
        border-radius: 50%;
    }

    .magic-radio + label:after {
        top: 6px;
        left: 6px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #3e97eb;
    }

    .magic-radio:checked + label:before {
        border: 1px solid #3e97eb;
    }

    .magic-radio:checked[disabled] + label:before {
        border: 1px solid #c9e2f9;
    }

    .magic-radio:checked[disabled] + label:after {
        background: #c9e2f9;
    }

    .magic-checkbox + label:before {
        border-radius: 0px;
    }

    .magic-checkbox + label:after {
        top: 2px;
        left: 7px;
        box-sizing: border-box;
        width: 6px;
        height: 12px;
        transform: rotate(45deg);
        border-width: 2px;
        border-style: solid;
        border-color: #fff;
        border-top: 0;
        border-left: 0;
    }

    .magic-checkbox:checked + label:before {
        border: #3e97eb;
        background: #3e97eb;
    }

    .magic-checkbox:checked[disabled] + label:before {
        border: #c9e2f9;
        background: #c9e2f9;
    }
/*chechboc css son*/



.img-popup-div {
    padding-left: 0px;
    padding-right: 0px;
}

    .img-popup-div h5 {
        padding: 4px 15px;
        color: #fff;
    }

.previewDesc {
    color: #fff;
    font-size: 12px;
    padding: 5px 15px;
    max-height: 56px;
    overflow-y: auto;
}

    .previewDesc::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #555;
    }

    .previewDesc::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .previewDesc::-webkit-scrollbar-thumb {
        background-color: #c4c4c4;
    }




.popuptitle {
    position: relative;
}

.popupgallery {
    width: 25% !important
}

.sharebutton {
    position: absolute;
    top: 10px;
    right: 16px;
}

.langbutton {
    width: 159px;
    padding: 3px 4px;
    font-size: 12px;
}

    .langbutton button {
        background-color: #2b303b;
        color: #fff;
        border-color: #2b303b;
        padding: 4px 7px;
    }

        .langbutton button:hover {
            background-color: #2b303b;
            color: #fff;
            border-color: #2b303b;
        }

.btn-default.active, .btn-default:active, .open &gt; .dropdown-toggle.btn-default {
    color: #fff !important;
}

.sharemenu &gt; li &gt; a {
    padding: 3px 10px;
    color: #fff;
    border-bottom: solid 1px #323637;
}

.sharemenu {
    min-width: inherit !important;
    background-color: #3a4042;
}

    .sharemenu &gt; li &gt; a:focus, .sharemenu &gt; li &gt; a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #454d50 !important;
    }

.previewVideo {
    margin-top: 140px;
    width: 600px;
}


.popupImage {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 15px;
    height: 100%;
}

    .popupImage img {
        max-height: 100%;
        max-width: 100%;
    }

.popupprevious {
    position: absolute;
    color: #fff;
    left: 10px;
    z-index: 9;
    top: 40%;
    font-size: 57px;
    cursor: pointer;
}

.popupnext {
    position: absolute;
    color: #fff;
    right: 10px;
    z-index: 9;
    top: 40%;
    font-size: 57px;
    cursor: pointer;
}


.popupprevious a {
    color: #fff;
}

.popupnext a {
    color: #fff;
}

.previewTitle {
    width: 100%;
    color: #fff;
    padding: 10px 15px 5px 15px;
}


.popup-social {
    margin-right: 11px;
}


    .popup-social .social-list {
        margin: 5px 0px 0px 0px;
        padding: 0px;
    }

        .popup-social .social-list li {
            list-style: none;
            float: right;
            margin: 0 5px 5px 0;
        }

            .popup-social .social-list li a {
                font-size: 11px;
                border-radius: 0px;
                display: inline-block;
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                color: white;
            }

    .popup-social .facebook {
        background: #3b589e;
    }

        .popup-social .facebook:hover {
            background: #304e94;
        }

    .popup-social .twitter {
        background: #56d7fe;
    }

        .popup-social .twitter:hover {
            background: #47c5eb;
        }

    .popup-social .email {
        background: #1c82ca;
    }

        .popup-social .email:hover {
            background: #1373b7;
        }


.border-button-theme:hover {
    color: #23527c;
}

.button-md:hover {
    background-color: #f1f1f1;
}

.button-md {
    padding: 5px 15px;
    margin-right: 1px;
}

.main-header {
    box-shadow: inherit;
}

.popup-btn-div {
    margin-bottom: 20px;
}

    .popup-btn-div &gt; .popup-addbtn {
        padding: 0px 0px 0px 13px;
    }


    .popup-btn-div &gt; .popup-lightbtn {
        padding: 0px 0px;
    }

.plan-features ul li span {
    font-weight: 100;
}

.plan .plan-features {
    padding: 15px 25px;
    background: #fff;
    font-size: 12px;
    font-weight: bold;
}

    .plan .plan-features ul {
        margin-bottom: 0px;
    }





.rightblog .heading {
    color: #333;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    font-size: 20px;
    margin: 0px 0px 25px;
}

    .rightblog .heading:before {
        content: '';
        width: 100%;
        height: 1px;
        background: #e3d9d9;
        position: absolute;
        bottom: 0;
        left: 0;
    }


    .rightblog .heading:after {
        background-color: #0088CC;
    }

    .rightblog .heading:after {
        content: '';
        width: 80px;
        height: 2px;
        left: 0;
        bottom: -1px;
        position: absolute;
    }

.tagcloud a {
    font-size: 11px;
    display: inline-block;
    padding: 1px 8px;
    margin-right: 2px;
    font-family: 'Montserrat', sans-serif;
    line-height: 19px;
    font-weight: 400;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #f9f9f9;
    color: #6b6b6b;
    margin-bottom: 5px;
}

    .tagcloud a:hover {
        border: 1px solid #0088CC;
        color: #0088CC;
    }


.popupgallery {
    width: 25% !important
}

.mp0 {
    padding: 0px;
    margin: 0px
}

.addcart {
    white-space: nowrap;
    color: #737373;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 80px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.addlist {
    white-space: nowrap;
    color: #737373;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    right: 60px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.addcart:hover {
    color: #0088CC;
}

.addlist:hover {
    color: #0088CC;
}


#tabmenu header {
    color: white;
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 1.2rem;
    margin: 0;
    display: block;
}

fieldset {
    padding: 15px 20px 15px 24px;
    /*border-top: 1px solid #484e4e;
    border-bottom: 1px solid #0c0d0d;*/
}

.relatedspan {
    font-size: 11px;
    margin-top: 4px;
    margin-right: -18px
}



.switch {
    background-color: #bebebe;
    padding-left: 5px;
    padding-top: 1px;
    border-radius: 18px;
    /* box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 24px;
    position: relative;
    width: 55px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    /* border: 1px solid #737373; */
}

    .switch.checked {
        background-color: #0088CC;
    }

    .switch input[type="checkbox"] {
        cursor: pointer;
        height: 10px;
        left: 12px;
        position: absolute;
        top: 4px;
        -webkit-transition: left 0.05s ease-in-out;
        -moz-transition: left 0.05s ease-in-out;
        -o-transition: left 0.05s ease-in-out;
        -ms-transition: left 0.05s ease-in-out;
        transition: left 0.05s ease-in-out;
        width: 10px;
        margin-left: 4px;
    }

    .switch.checked input[type="checkbox"] {
        left: 38px;
    }

    .switch input:before {
        background: #fff;
        border: 1px solid #fff;
        border-radius: 2px;
        content: '';
        height: 22px;
        position: absolute;
        top: -7px;
        left: -13px;
        width: 23px;
        border-radius: 13pc;
    }

    .switch input:after {
        background: #f0f0f0;
        border-radius: 10px;
        content: '';
        height: 12px;
        margin: -2px 0 0 -7px;
        position: absolute;
        width: 12px;
    }

    .switch .icon-ok,
    .switch .icon-remove {
        line-height: 28px;
        text-shadow: 0 -2px 0 rgba(0,0,0,0.2);
        margin: 0 9px;
    }

    .switch .icon-ok {
        float: left;
    }

    .switch .icon-remove {
        float: right;
    }

#datetimediv {
    background-color: #282d2f;
    color: #d2d2d2;
    border: 1px solid #737373;
    border-radius: 2px;
}

.optionsLabel {
    color: #909090;
    margin-left: 9px;
    float: left;
    margin-top: 2px;
}


#relatedEvents li {
    padding: 5px 0px;
    border-bottom: 1px solid #484848;
}

    #relatedEvents li a {
        color: #909090;
        font-size: 13px;
    }

        #relatedEvents li a:hover {
            color: #0088CC;
        }

.relatedSize {
    background-color: #616161;
    border-radius: 4px;
    width: 19px;
    height: 19px;
    color: #ffffff;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: bold;
}




#partnerDiv li a {
    color: #909090;
}

    #partnerDiv li a:hover {
        color: #0088CC;
    }



.listText {
    padding: 5px;
    font-size: 11px;
}

#listGoruntu {
    display: none;
}

.image-frame {
    height: 170px;
    border-bottom: solid #ededed 1px;
    width: 100%;
    position: relative;
}

.image-box {
    margin: auto auto 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.thumblist-info {
    position: absolute;
    bottom: 76px;
    left: 0;
    right: 0;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    /*background: rgba(191, 191, 191, 0.5);*/
}




.imgList:hover .thumblist-info {
    height: 40px;
}

.addcart {
    white-space: nowrap;
    color: #737373;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 80px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.addlist {
    white-space: nowrap;
    color: #737373;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    right: 60px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.addcart:hover {
    color: #0088CC;
}

.addlist:hover {
    color: #0088CC;
}

.on-hover-content {
    position: absolute;
    top: -55px;
    left: 196px;
    color: #3a3a3a;
    border: 0px solid #c1c1c1;
    box-shadow: -1px 4px 6px #4A4A4A;
    background-color: #fff;
    border-radius: 2px;
    width: 380px;
    font-size: 12px;
    z-index: 2020;
    padding-bottom: 15px;
}

    .on-hover-content table {
        border: 1px solid #ddd;
        background-color: #fff;
        margin-bottom: 0px;
    }


.on-hover-contentright {
    position: absolute;
    top: -55px;
    z-index: 2040;
    right: 196px;
    color: #fff;
    border: 3px solid #353838;
    box-shadow: 6px 8px 10px #4A4A4A;
    background-color: #353838;
    border-radius: 2px;
}



.on-hover-content img {
    max-height: 340px !important;
    max-width: 340px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.on-hover-content p {
    padding: 5px 5px 0px 5px;
}

.textSelect {
    color: #fff !important;
}

.lstclass {
    margin: 10px !important;
}



.ranges li {
    color: #ffffff !important;
}

#drpDate {
    color: #fff !important;
    background-color: #474a4a !important;
    border: 1px solid #8c8c8c !important;
    border-radius: 0px !important;
}

.daterangepicker:before {
    border-bottom: 7px solid #2c2d2d !important;
}

.daterangepicker:after {
    border-bottom: 6px solid #404040 !important;
}

.searchpager {
}

.pagination {
    margin: -3px 10px 3px 10px !important;
}

.pageinput {
    line-height: inherit;
    width: 39px;
    padding: 1px 5px !important;
    border: 1px solid #dadada !important;
}

.pagerli {
    border: inherit !important;
    background: inherit !important;
    color: #3e3e3e !important;
    font-weight: 500 !important;
    padding: 9px 5px !important;
}

.previousButton, .nextButton {
    background-color: #fbfbfb;
    border: 1px solid #ddd !important;
    color: #585858;
    padding: 4px 40px !important;
    font-weight: 500 !important;
    width: 150px;
}

    .previousButton:hover {
        background-color: red;
    }

#searchgroupdiv {
    width: 100%;
    float: left;
    display: none;
}

.searchiconback {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    color: #333;
    font-size: 16px;
    padding: 10px 13px;
    float: left;
    margin-left: 5px;
    border-color: #8D9199;
}

    .searchiconback:hover {
        color: #fff;
        background: #8D9199;
    }


.filterRow {
    padding: 10px 0px 0px 10px;
    margin-left: 0px;
    margin-top: 50px;
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 9;
}

#photoListDetay {
    margin-top: 10px;
}

.categoriesdrop {
    padding: 5px 15px;
    background-color: #282d2f;
    color: #fff;
    border: 1px solid #737373;
    width: 100%;
}

.categoriesdropmenu {
    padding: 0px !important;
    background-color: #4b5357 !important;
    border-radius: 0px !important;
    width: 100%;
}


    .categoriesdropmenu &gt; li &gt; a {
        padding: 10px 15px !important;
        color: #fff !important;
        border-bottom: 1px solid #282d2f;
    }

    .categoriesdropmenu &gt; li a:hover {
        background-color: #484e4e;
    }

.search-form {
    width: 400px;
    /*margin: 0 auto;*/
    margin-top: 6px;
    margin-left: 240px;
}

.search-full {
    margin-left: 0px !important;
}
.search-full-board {
    margin-left: 5px;
}
.search-form input.form-control {
    color: #5d5d5d;
    /*border: 0px;
        border-right: 0;
        border-radius: 0px;
        border-left: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;*/
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.btn.btn-flat {
    padding: 6px 20px 6px;
}

.search-form button.btn {
    color: #383838;
}

#txtPhrase {
    height: 36px;
    margin-top: 0px;
    font-size: 14px;
    /*margin-left: 13px;*/
}

#btnSearch {
    border-radius: 0px;
    margin-top: 0px;
    padding: 5px 16px;
    font-size: 17px;
    color: #ffffff;
    background-color: #0088cc;
}

#btnExclamation {
    border-radius: 0px;
    margin-top: 0px;
    padding: 5px 10px;
    font-size: 17px;
    color: #ffffff;
}

.logoImg {
    height: 55px;
    margin-top: 20px;
    position: absolute;
    left: 20px;
    z-index: 9999999;
}

.logoImgFull {
    height: 55px;
    margin-top: 10px;
    position: absolute;
    left: 20px;
    z-index: 9999999;
}

.exclamation {
    position: absolute;
    background-color: #282d2f;
    width: 300px;
    color: #fff;
    font-size: 11px;
    padding: 5px 10px 10px 0px;
    margin-left: 0;
    top: 46px;
    left: 365px;
    z-index: 99;
    display: none;
}

    .exclamation ul li {
        margin-bottom: 5px;
        font-family: sans-serif;
    }

.listtumnb {
    min-height: 300px;
    box-shadow: 0 0px 0px rgba(0,0,0,0.1), 0 5px 6px rgba(0,0,0,0.1);
    border-radius: 0px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.purchaseditem {
    min-height: 200px;
}

.listcerceve {
    z-index: inherit;
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
}

.listtumnb:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.2), 0 5px 6px rgba(0,0,0,0.2);
}

.thumblist-button {
    border-top: 1px solid #ededed;
    text-align: center;
    position: absolute;
    width: 96%;
    bottom: 5px;
}





.thumbbuttom {
    bottom: inherit !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}






.listImg {
    max-height: 207px;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
}

.caption p {
    font-size: 12px;
    text-align: left;
}

.addlisticon {
    padding: 4px;
    margin-top: 10px;
    background-color: #fcfcfc;
    font-size: 13px;
    margin-left: 5px;
    float: right;
}

.collectionicon {
    padding: 4px 6px;
    margin-top: 6px;
    background-color: #fcfcfc;
    font-size: 13px;
    margin-left: 5px;
    float: right;
    border: 1px solid #ddd;
}


.addcarticon {
    padding: 4px;
    margin-top: 6px;
    background-color: #fcfcfc;
    font-size: 18px;
    margin-left: 5px;
    float: right;
}

.listtarih {
    position: absolute;
    text-align: left;
    margin-top: 12px;
    margin-left: 10px;
    font-size: 12px;
}

.listtabletitle {
    text-align: right;
    font-weight: bold;
}

#filterpanel {
    display:none;
}

#filterpanelmin {
    display: none;
}

    #filterpanelmin fieldset {
        padding: 10px 20px 10px 4px;
        text-align: right;
    }

    #filterpanelmin i {
        color: #fff;
        cursor: pointer;
    }

.btn-primary-blue {
    color: #fff;
    background-color: #0088cc;
}

.listImageDesc {
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 200px;
    margin-top: 1px;
    margin-left: -362px;
    background-color: white;
}


.ImagesFrame:hover .listImageDesc {
    opacity: 1;
}

.listImagaText {
    background-color: #353838;
    color: white;
    font-size: 12px;
    padding: 10px;
    height: 100%;
    opacity: 0.90;
    cursor: pointer;
}

.ImagesTitle {
    margin: 35px 0px 10px 0px;
    font-size: 14px;
    font-weight: bold;
}

.ImagesMuhabir {
    float: left;
    width: 50%;
}

.ImagesId {
    float: right;
    width: 50%;
    text-align: right;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.detailThumpImages {
    margin-right: auto;
    margin-left: auto;
    max-height: 128px;
    margin: 0px auto;
    padding: 0px;
    display: block;
    max-width: 100%;
    height: 100%;
    cursor: pointer;
}

    .detailThumpImages:hover {
        opacity: 0.6;
    }

.detailThumb {
    height: 106px;
    border: 1px solid #ebebeb;
    width: 99%;
}

.detailPhoto {
    width: 50%;
    float: left;
    padding: 3px;
}

.photoSelect {
    border: 3px solid #0088cc;
    opacity: 0.8;
}

.otherImages {
    overflow-y: auto;
    max-height: 240px;
    margin-bottom: 0px;
    overflow-x: hidden;
}

#customAddcarddiv {
    width: 120px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.otherImages::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.otherImages::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.otherImages::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
}



.addlightbtndiv {
    padding-left: 1px;
}

.addcartbtn {
    margin-right: 5px;
    font-size: 12px;
    width: 100%;
    color: #fff !important;
}

.priceview {
    font-size: 34px;
    font-weight: bold;
}

.pricesize {
    font-size: 11px;
    margin-bottom: -6px;
    margin-top: 7px;
}

.infoText {
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    position: absolute;
    top: -14px;
    padding-right: 20px;
}

.infoDiv {
    border-bottom: 1px solid #686868;
    margin-bottom: 9px;
    margin-top: 24px;
    position: relative;
}

.lnkAddToBoard {
    margin-right: 5px;
    font-size: 12px;
    width: 100%;
    padding: 5px 8px;
}

.lnkAddToBoardSub {
    font-size: 12px;
}

.calculatepricebtndiv {
    margin-right: 5px;
    font-size: 12px;
    width: 100%;
    color: #fff !important;
    text-align: center;
}

#lnkCalculatePrice {
    width: 46% !important;
    margin-bottom: 10px;
    float: left;
    margin-left: 10px;
}

.addlightbtn {
    font-size: 12px;
    width: 100%;
    color: #fff !important;
}

.otherImagesFrame {
    margin-right: -5px;
    margin-left: -5px;
}

.leftblog {
    margin-left: 15px;
    margin-top: 15px;
}

.validation-summary-errors {
    font-size: 12px;
    color: #ff3333;
    text-align: center;
}

    .validation-summary-errors ul li {
        list-style-type: none;
    }

    .validation-summary-errors ul {
        padding: 0px;
        margin-top: 10px;
    }

.btnlogin {
    line-height: 42px;
    padding: 0 24px;
}

.logininput {
    font-size: 14px;
    padding: 5px 8px;
    height: 38px;
}

.kayitbtn {
    background-color: #9a948f;
    border-color: #9a948f;
    color: #fff;
    width: 209px;
    text-align: center;
    margin: 0 auto;
}

    .kayitbtn:hover {
        background-color: #379923;
        border-color: #42b72a;
        color: #fff;
    }

.loginline {
    width: 100%;
    border-top: 1px solid #d9d9d9;
}

.linetext {
    width: 100px;
    margin: 0 auto;
    margin-top: -10px;
    background-color: #fff;
    font-size: 12px;
    text-align: center;
}

.lineform {
    margin-bottom: 10px;
    margin-top: 20px;
}

.forgottext {
    font-size: 12px;
    color: #035d8b;
}

.details {
    padding: 30px 150px;
    position: relative
}

.formbox {
    max-width: 614px;
}

.cartnumber {
    font-size: 10px;
    background-color: #189de0;
    color: #fff;
    padding: 2px 4px;
    /* border-radius: 0px; */
    /* margin-left: 4px !important; */
    width: 20px;
}

.cartselect {
    background-color: #ebebeb;
    border: 1px solid #ddd;
}

.carttable {
    margin-top: 30px;
    margin-bottom: 0px !important;
}

.startDateDiv, .durationDiv, .placementDiv, .imageSizeDiv, .circulationDiv, .distributionDiv, .territoriesDiv {
    display: none;
}

.territoriesDiv {
    width: 27%;
    margin-left: 10px;
    float: left;
}

.mrg-buttom {
    margin-bottom: 10px;
    min-height: 180px;
}

.cartlist {
    min-height: 180px !important;
    margin-bottom: 0px !important;
}

.cartlistmodal {
    min-height: 100px !important;
    margin-bottom: 0px !important;
}

.cartlistbtn {
    bottom: 4px !important;
    background-color: #fff;
}

.cartbox {
    padding: 3px !important;
}

.buttoncart {
    width: 80px;
    margin: auto;
    margin-right: 0px;
    display: none;
    padding: 3px 5px;
    font-size: 11px;
}

.agreementCompulsory {
    color: red;
    font-size: 11px;
    margin-left: 33px;
    display: none;
    position: absolute;
}

.contractCompulsory {
    color: red;
    font-size: 11px;
    margin-left: 33px;
    display: none;
    position: absolute;
}



.agent-box {
    position: relative;
}

.agent-page {
    padding: 40px 0px !important;
}

.carthesapla {
    box-shadow: 0px 0px 3px #ff0000;
}

.wellinfo {
    margin-bottom: 5px;
    color: #fff;
    background-color: #ef7777;
}

.cartid {
    color: #337ab7;
}

.carttotalprice {
    width: 20%;
    text-align: right;
    font-weight: bold;
    font-size: 15px;
}

.subtotaldiv {
    text-align: right;
    font-size: 20px;
}

.devambtn:hover {
    color: #fff !important;
}

.devambtn:focus {
    color: #fff !important;
}

.cartcheck {
    width: 50%;
    float: left;
}

.cartcheckinput {
    padding-left: 20px;
    margin: 7px 10px 7px 7px;
    display: none;
}

.agent-box .detail {
    padding: 0px 15px !important;
}

#payTable {
    display: none;
}

.payTable select {
    width: 100%;
    padding: 6px 4px;
    border: 1px solid #ccc;
    border-radius: 0px;
}

#payTablePreview {
}

.payTablePreview select {
    width: 100%;
    padding: 6px 4px;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.formatSelect {
    border: 1px solid #ccc;
    padding: 6px 3px;
    border-radius: 0px;
    width: 100%;
}

.startDate {
    padding: 8px 4px !important;
    font-size: 12px;
    height: inherit !important;
}

#territories {
    width: 100%;
}

.pricediv {
    text-align: right;
    margin-top: 12px;
    padding-right: 23px;
    font-weight: bold;
    font-size: 16px;
    display: none;
}

.priceInfo {
    text-align: right;
    margin-right: 0px;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 40px;
    display: none;
}

.checkall {
    display: none;
    margin: 0px;
}

.btnnoselect {
    background-color: #cbcbcb !important;
    cursor: not-allowed !important;
}

.tumbuttondiv {
    text-align: right;
    margin-top: 4px;
}

#detail {
    margin: 10px 0px 50px 0px;
}

#customRigtsList {
    margin: 10px 0px 30px 0px;
}

.detail select {
    font-size: 13px;
}

.previewInputDiv .slc {
    padding: 3px 4px;
    border: 1px solid #000;
    border-radius: 0px;
    color: #eaeaea;
    background-color: #181c1d;
}

#lnkAddToCart {
    padding: 6px 0px;
}

.addBoardDiv {
    position: absolute;
    right: 96px;
    top: 4px;
}

    .addBoardDiv .button-md {
        padding: 3px 7px !important;
        margin-right: 1px !important;
    }

.videoplayicon {
    position: absolute;
    top: 0px;
    font-size: 21px;
    right: 0px;
    color: #333;
    background-color: #ffffff;
    padding: 5px 10px;
    margin: 10px;
    border-radius: 20px;
    opacity: 0;
    -webkit-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.25);
}

.videoplayiconlist {
    position: absolute;
    top: 0px;
    font-size: 16px;
    right: 0px;
    color: #333;
    background-color: #ffffff;
    padding: 5px 8px;
    margin: 10px;
    border-radius: 20px;
    opacity: 0.9;
    -webkit-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.25);
    display: none;
    z-index: 9;
}

.etiket {
    float: left;
    margin-right: 6px;
    margin-bottom: 4px;
}

.etikettext {
    background: #F9F9F9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 2px 10px;
    border: 1px solid #ddd;
    float: left;
    border-right: 0px;
}

.etiketicon {
    background: #e6e6e6;
    width: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 2px 15px 2px 6px;
    border: 1px solid #ddd;
    float: left;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0px;
    cursor: pointer;
    color: #737373;
}

.clearfilter {
    color: #08c;
    font-size: 12px;
    margin-top: 4px;
    padding-left: 4px;
    float: left;
    cursor: pointer;
}




a:hover {
    text-decoration: none;
}

.checkbox-theme input[type="checkbox"]:checked + label::before {
    border: 2px solid #0088CC;
}

input[type=checkbox]:checked + label:before {
    color: #0088CC;
}

.button-theme {
    background: #0088CC;
}

    .button-theme:hover {
        background: #016fa5;
    }

.error404-content h1 {
    color: #0088CC
}

.properties-amenities ul li i {
    color: #0088CC
}

.properties-condition ul li i {
    color: #0088CC
}

.border-button-theme {
    color: #0088CC;
    border: 2px solid #0088CC;
}

.map-properties-btns .border-button-theme:hover {
    background: #0088CC;
    color: #fff !important;
}

.theme-tabs .nav-tabs &gt; li &gt; a {
    background: #0088CC;
}

    .theme-tabs .nav-tabs &gt; li.active &gt; a,
    .theme-tabs .nav-tabs &gt; li &gt; a:hover {
        color: #0088CC !important;
    }

    .theme-tabs .nav-tabs &gt; li &gt; a::after {
        background: #0088CC;
    }

.theme-tabs .tab-nav &gt; li &gt; a::after {
    background: #0088CC none repeat scroll 0% 0%;
}



.banner-detail-box .red-box {
    background: #0088CC url(../../img/slider-detail.png) center center;
}

.banner-detail-box .white-box .slide-price {
    color: #0088CC;
}

.banner-detail-box .white-box .slide-location::after {
    background-color: #0088CC;
}

.search-options-btn, .search-options-btn:hover {
    background: #0088CC;
}

.search-button {
    background: #0088CC;
}

    .search-button:hover {
        color: #fff;
        background: #016fa5;
    }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    color: #0088CC;
}

.bootstrap-select .dropdown-menu li a {
    color: #0088CC;
}

    .bootstrap-select .dropdown-menu li a:hover {
        background: #0088CC;
    }

.bootstrap-select .dropdown-menu &gt; .active &gt; a,
.bootstrap-select .dropdown-menu &gt; .active &gt; a:focus,
.bootstrap-select .dropdown-menu &gt; .active &gt; a:hover {
    color: #0088CC;
}

.border-inner {
    background: #0088CC;
}

.tag-f a {
    background: #0088CC;
}

.recent-properties-box .detail header a {
    color: #0088CC;
}

.recent-properties-box .detail header::after {
    background-color: #0088CC;
}

.recent-properties-box .detail .location a i {
    color: #0088CC;
}

.section-1 .content i {
    background: #0088CC;
}

.section-1 .content h4 {
    color: #0088CC;
}

.articles-box .detail .title a {
    color: #0088CC;
}

.category-content .btn, .category-content .pricing-btn {
    background: #0088CC;
}

footer .footer-item .contact-info li label a:hover {
    color: #0088CC;
}

.icon-box .icon {
    background: #0088CC;
}

.icon-box .detail h3 {
    color: #0088CC;
}

.plan .price-header h1 {
    color: #0088CC;
}

.plan.featured .price-header {
    background: #0088CC;
}

.about-box .detail h3 a {
    color: #0088CC;
}

.about-box .detail h3::after {
    background-color: #0088CC;
}

.about-box .detail h3 {
    color: #0088CC;
}

.change-view-btn {
    color: #0088CC;
    border: solid 1px #0088CC;
}

.option-bar h4 {
    color: #0088CC;
}

.option-bar .heading-icon {
    background: #0088CC;
}

.change-view-btn:hover {
    border: solid 1px #0088CC;
    background: #0088CC;
}

.active-view-btn {
    background: #0088CC;
    border: solid 1px #0088CC;
}

    .active-view-btn:hover {
        border: solid 1px #0088CC;
        color: #0088CC;
    }

.listing-properties-box .detail header.title a {
    color: #0088CC;
}

.listing-properties-box .detail .title::after {
    background-color: #0088CC;
}

.listing-properties-box .detail header .title a {
    color: #0088CC;
}

.listing-properties-box .detail .location a i {
    color: #0088CC;
}

.tag-f-left a {
    background: #0088CC;
}

.show-more-options, .show-more-options:hover {
    color: #0088CC;
}

.pagination &gt; li &gt; a {
    font-weight: 600;
}

    .pagination &gt; li &gt; a:hover {
        border-color: #0088CC;
    }

.pagination &gt; .active &gt; a {
    background: #0088CC;
    border-color: #0088CC;
}

    .pagination &gt; .active &gt; a:hover {
        background: #0088CC;
        border-color: #0088CC;
    }

.form-content-box .footer span a {
    color: #0088CC;
}


.blog-box .detail .title a {
    color: #0088CC;
}

.sidebar .title::after {
    background-color: #0088CC;
}

.range-slider .ui-slider .ui-slider-handle {
    background: #0088CC;
}

.range-slider .ui-slider .ui-slider-handle {
    border: 2px solid #0088CC;
}

.range-slider .ui-widget-header {
    background-color: #0088CC;
}

.posts-by-category ul li a:hover {
    color: #0088CC;
}

.tags-box ul li a:hover {
    border: 1px solid #0088CC;
    background: #0088CC;
}

.latest-reviews .media-heading a {
    color: #0088CC;
}

.latest-tweet a {
    color: #0088CC;
}

.popular-posts .media-heading a {
    color: #0088CC;
}

.t-s h2 {
    color: #0088CC;
}

.comments-title {
    color: #0088CC;
}

.comment-meta-author a {
    color: #0088CC;
}

.comment-meta-reply a {
    background-color: #0088CC;
}

.contact-details .media .media-left i {
    background: #0088CC;
}

.contact-details .media .media-body h4:after {
    background-color: #0088CC;
}

.about-text ul li i {
    color: #0088CC;
}

.breadcrumbs li a:hover {
    color: #0088CC;
}

.helping-center ul li i {
    background: #0088CC;
}

.agent-box .detail h3 {
    color: #0088CC;
}

    .agent-box .detail h3::after {
        background-color: #0088CC;
    }

.my-account-box p a:hover {
    color: #0088CC;
}

.my-account-box p .active {
    color: #0088CC;
}

.my-account-box .title::after {
    background-color: #0088CC;
}

.photoUpload {
    background: #0088CC;
}

.my-properties-box .detail h1 a {
    color: #0088CC;
}

.my-properties-box .detail .location a i {
    color: #0088CC;
}

.typography-page mark.color {
    background-color: #0088CC;
}

.list-3 li:before, .list-2 li:before, .list-1 li:before {
    color: #0088CC;
}

.numbered.color.filled ol &gt; li::before {
    border: 1px solid #0088CC;
    background-color: #0088CC;
}

.numbered.color ol &gt; li::before {
    border: 1px solid #0088CC;
    color: #0088CC;
}

.properties-details-page .heading:after {
    background-color: #0088CC;
}

.submit-address h1::after {
    background-color: #0088CC;
}

.section-heading .media .media-left i {
    background: #0088CC;
}

.section-heading .media .media-body h4 {
    color: #0088CC;
}

.book-btn {
    background: #0088CC;
    border: 1px solid #0088CC;
}

.book-btn-l {
    border-right: 1px solid #0088CC;
}

.agent-widget h3 a {
    color: #0088CC;
}

.widget-link:hover {
    color: #0088CC;
}

.back-to-listings:hover {
    background: #0088CC;
}

.map-marker:hover {
    background-color: #0088CC;
    cursor: pointer;
}

    .map-marker:hover:before {
        border-color: #0088CC transparent transparent transparent;
    }

.map-marker.featured:hover {
    background-color: #0088CC;
}

    .map-marker.featured:hover:before {
        border-color: #0088CC transparent transparent transparent;
    }

.map-marker .icon {
    border: 3px solid #0088CC;
}

.marker-active .map-marker {
    background-color: #0088CC;
}

    .marker-active .map-marker:before {
        border-color: #0088CC transparent transparent transparent;
    }

.map-properties .address i {
    color: #0088CC;
}

.map-properties-btns .border-button-theme {
    color: #0088CC !important;
}

.map-properties .map-content h4 a {
    color: #0088CC;
}

.dropzone-design:hover {
    border: 2px dashed #0088CC;
}


.forgotalert {
    padding: 7px 0px 12px 0px;
    border-radius: 4px;
}

#nosearchresult {
    display: none;
    padding: 150px 40px;
}

.field-validation-error {
    font-size: 11px;
    color: #e40000;
    position: absolute;
}

.form-group {
    margin-bottom: 20px;
}

.center {
    text-align: center;
}

.image-section {
    height: 212px;
    border-bottom: solid #ededed 1px;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    padding-top: 5px;
}

    .image-section a.search-result-asset-link {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .image-section a.search-result-asset-link div.search-result-img {
            margin: auto auto 0 auto;
            display: inline-block;
            text-align: center;
            width: 100%;
            height: 100%;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .image-section a.search-result-asset-link img {
            max-height: calc(220px - (6px * 2));
            max-width: calc(300px - (6px*2));
            display: block;
            margin-right: auto;
            margin-left: auto;
        }

.purchasedimg a.search-result-asset-link img {
    max-height: calc(167px - (6px * 2));
    max-width: calc(243px - (6px*2));
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.listicon {
    float: right;
}

.listpiece {
    float: right;
    font-size: 12px;
    margin-top: 10px;
    font-weight: bold;
}

.paymentdiv {
    display: none;
}

.notitems {
    min-height: 600px;
}

.filterSearchDiv {
    margin-top: -15px;
    margin-bottom: 13px;
    position: fixed;
    width: 90%;
    background-color: #282d2f;
}

#txtLocation, #txtPhotographer {
    margin-top: 8px;
    color: #fff !important;
    background-color: #474a4a !important;
    border: 1px solid #8c8c8c !important;
    border-radius: 0px !important;
}

.searchTitleDiv {
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #616161;
    background-color: #474a4a;
    padding-left: 10px;
    margin-bottom: 10px;
}



#divLocation, #divPhotographer {
    margin-top: 35px;
}

    #divLocation ul {
        list-style-type: none;
        padding-left: 10px;
    }

        #divLocation ul li {
            cursor: pointer;
            font-size: 13px;
            color: #b9b9b9;
            padding-left: 10px;
            padding-top: 4px;
            line-height: 20px;
            border-bottom: 1px solid #3f4548;
        }

            #divLocation ul li:hover {
                background-color: #474a4a;
            }

    #divPhotographer ul {
        list-style-type: none;
        padding-left: 10px;
    }

        #divPhotographer ul li {
            cursor: pointer;
            font-size: 13px;
            color: #b9b9b9;
            padding-left: 10px;
            padding-top: 4px;
            line-height: 20px;
            border-bottom: 1px solid #3f4548;
        }

            #divPhotographer ul li:hover {
                background-color: #474a4a;
            }

.adselect {
    background-color: #474a4a;
    border-radius: 3px;
    padding-left: 11px !important;
    position: relative;
    margin-bottom: 4px;
}


.filterModal &gt; .modal-dialog {
    width: 480px;
}
/* Important part */
.filterModal &gt; .modal-dialog {
    overflow-y: initial !important
}

.filterModal .modal-body {
    height: 600px;
    overflow-y: auto;
}

.filterModal .modal-header {
    padding: 10px !important;
}

#mdlLocation .modal-dialog {
    margin: 80px auto !important;
}

#mdlPhotographer .modal-dialog {
    margin: 80px auto !important;
}




.filterModal .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #474a4a;
}

.filterModal .modal-body::-webkit-scrollbar {
    width: 6px;
    background-color: #474a4a;
}

.filterModal .modal-body::-webkit-scrollbar-thumb {
    background-color: #555;
}

.filterfa {
    position: absolute;
    right: 7px;
    top: 5px;
    padding: 2px;
}

.modal-footer {
    border-top: 1px solid #4c4c4c !important;
}




.previewRightpanel {
    padding: 0px 2px !important;
}

.advanced {
    padding: 5px;
    cursor: pointer;
}

#keywordsDiv {
    display: none;
}

#idDiv {
    display: none;
    margin-bottom: 5px;
}

#sIdDiv {
    display: none;
    margin-bottom: 5px;
}

#txtKeyword {
    height: 25px;
    color: #fff !important;
    background-color: #474a4a;
    border: 1px solid #8c8c8c;
    border-radius: 0px !important;
}

#txtId {
    height: 25px;
    color: #fff !important;
    background-color: #474a4a;
    border: 1px solid #8c8c8c;
    border-radius: 0px !important;
}

#txtSId {
    height: 25px;
    color: #fff !important;
    background-color: #474a4a;
    border: 1px solid #8c8c8c;
    border-radius: 0px !important;
}

#btnIdFilter {
    padding: 2px 10px;
    border-radius: 2px;
}

#btnSIdFilter {
    padding: 2px 10px;
    border-radius: 2px;
}

#btnKeywordFilter {
    padding: 2px 10px;
    border-radius: 2px;
}

.idToggle {
    display: block !important;
}

.keywordToggle {
    display: block !important;
}

.sIdToggle {
    display: block !important;
}

.textborder {
    border: 1px solid #b90000 !important;
}

.modal-content {
    background-color: #282d2f;
    border: 1px solid rgb(67, 70, 70);
    border-radius: 2px;
    color: #fff;
}

.modal-header .close {
    color: #fff;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #4c4c4c;
}

#hizGosterDiv {
    width: 100%;
    height: 190px;
    text-align: center;
}

.gosterDiv {
    padding: 10px 3px 10px 0px;
}

.paytotal {
    display: none;
    margin-top:25px;
}

.maincontainer {
    margin: 0 auto;
    width: 100%;
    min-width: 25em;
    max-width: 86.33333em;
    clear: both;
    min-height: 600px;
}

.itempurchase {
    display: none;
    margin: 0 auto;
    width: 400px;
    margin-top: 100px;
    font-size: 25px;
    color: #5a5a5a;
}

.bs-wizard {
    display: none;
}


/*.navmainbar {
    width: 600px;
    margin: 0 auto;
    float: none;
}*/

.menuarrow {
    position: absolute;
    right: 5px;
    top: 15px;
}

.topsocial {
    float: right;
    margin-top: 9px;
    margin-right: 20px;
}

.maincon {
    margin: 5px 0px;
    position: relative;
    /*text-align: center;*/
}

.menucon {
    margin: 0px 0px 10px 0px;
}

.mainbody {
    background-color: #f3f3f3
}


.recent-properties-box a:hover .caption {
    background: rgba(0, 0, 0, 0.55);
}

.recent-properties-box .caption {
    width: 100%;
    height: 100%;
    position: absolute;
    text-decoration: none;
    z-index: 100;
    background: rgba(0, 0, 0, 0.3);
    transition: all 200ms ease-in;
}

    .recent-properties-box .caption .info {
        width: 100%;
        height: 100%;
        display: table;
        color: #fff;
    }

        .recent-properties-box .caption .info .text {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

        .recent-properties-box .caption .info .post-title {
            margin: 0 !important;
        }







.collectionimg a:hover .caption {
    background: rgba(0, 0, 0, 0.8);
}

.collectionimg .caption {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    text-decoration: none;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    transition: all 200ms ease-in;
    bottom: 0;
    padding: 5px 5px;
}

    .collectionimg .caption .info {
        width: 100%;
        height: 100%;
        display: table;
        color: #fff;
    }

        .collectionimg .caption .info .post-title {
            margin: 0 !important;
        }

.container .social-list ul li {
    list-style: none;
    float: right;
    margin-left: 4px;
    padding: 0px 6px;
    border: 1px solid #ddd;
    background-color: white;
}

    .container .social-list ul li:hover {
        background-color: #dadada;
    }



.container-fluid .social-list ul li {
    list-style: none;
    float: right;
    margin-left: 4px;
    padding: 0px 6px;
    border: 1px solid #ddd;
    background-color: white;
}

    .container-fluid .social-list ul li:hover {
        background-color: #dadada;
    }



.pagebox {
    background-color: #fff;
    color: #000;
    font-size: 13px;
    margin: 20px 0;
    clear: both;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    padding: 30px;
}

.paymentBtn {
    width: 150px !important;
}

.billingdiv {
    display: none;
}

.redborder {
    border: 1px solid red;
}

.sepeterrordiv {
    text-align: center;
}

.paymentTitle {
    font-size: 26px;
    margin-bottom: 17px;
    margin-top: 14px;
}

.applybtn {
    float: right;
    width: 66%;
    text-align: right;
    margin: 37px 10px 0px 0px;
}

.profileform {
    margin: 10px auto !important;
}


.btn {
    border-radius: 0px !important;
}

/* Select2 custom styles */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-color: #e7eaec;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #1ab394;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1ab394;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e7eaec;
}

.select2-dropdown {
    border-color: #e7eaec;
}

    .select2-dropdown input:focus {
        outline: none;
    }

.select2-selection {
    outline: none;
}

.select2-container .select2-selection--single {
    height: 34px;
    border-radius: 0px;
}

.select2-container .select2-selection--multiple {
    min-height: 34px;
    border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.select2-container {
    z-index: 9999999 !important;
}

.select2-dropdown {
    z-index: 2040 !important;
}

.ui-select-container.ui-select-bootstrap .ui-select-choices-row.active &gt; a {
    background-color: #1ab394;
}

.billingform {
    width: 600px;
    margin: 0 auto;
}

.biltc,
.biltaxno,
.bilfirm,
.biltaxoffice {
    display: none;
}

#tchataDiv {
    position: absolute;
    font-size: 11px;
    color: red;
}

#addBoardModal {
    top: 40%;
    z-index: 99999;
}

    #addBoardModal .modal-dialog {
        width: 450px ;
    }

#mdlDownlaodDialog {
    top: 40%;
    z-index: 999999;
}

    #mdlDownlaodDialog .modal-dialog {
        width: 450px;
    }

#copyCutModal {
    top: 40%;
    z-index: 2030;
}

    #copyCutModal .modal-dialog {
        width: 450px !important;
    }

#deleteModal {
    top: 40%;
    z-index: 2030;
}

    #deleteModal .modal-dialog {
        width: 450px !important;
    }

#shareBoardModal {
    top: 40%;
    z-index: 2030;
}



#createBoardModal {
    top: 40%;
    z-index: 2030;
}

    #createBoardModal .modal-dialog {
        width: 450px !important;
    }



#billingType {
    margin-top: 20px;
}

.paymentBasketList {
    height: 311px;
    overflow-y: auto;
    margin-top:15px;
}

    .paymentBasketList::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #f6f6f6;
    }

    .paymentBasketList::-webkit-scrollbar {
        width: 6px;
        background-color: #0088CC;
    }

    .paymentBasketList::-webkit-scrollbar-thumb {
        background-color: #c7c7c7;
    }

#addBoardBtn, #addNewBoardBtn, #copyBoardBtn, #cutBoardBtn {
    margin-top: 20px;
    width: 100%;
}

#newBoard, #addBoard {
    display: none;
}

.swal-button {
    background-color: #0088CC !important;
    padding: 4px 23px !important;
    border-radius: 0px !important;
}

    .swal-button:active {
        background-color: #23527c !important;
    }

    .swal-button:focus {
        outline: none;
        box-shadow: inherit !important;
    }

.swal-footer {
    margin-top: 0px !important;
}

.swal-icon {
    width: 80px;
    height: 80px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 5px auto;
}

.swal-modal {
    background-color: #282d30 !important;
    border-radius: 0px !important;
}

.swal-title {
    color: #fff !important;
    padding: 0px 16px !important
}

.swal-text {
    color: #fff !important;
}


.swal-icon {
    width: 40px !important;
    height: 40px !important;
    border-width: 3px !important;
    margin: 5px auto !important;
    margin-top: 24px !important;
}

.swal-icon--error__line {
    position: absolute;
    height: 3px;
    width: 24px;
    background-color: #f27474;
    display: block;
    top: 18px !important;
    border-radius: 2px;
}

.swal-icon--error__line--left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 9px;
}

.swal-icon--error__line--right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 9px;
}

.swal-title:not(:last-child) {
    margin-bottom: 5px !important;
}

.swal-icon--success:after {
    display: none !important;
}

.swal-icon--success:before {
    display: none !important;
}

.swal-icon--success__hide-corners {
    background-color: inherit !important;
}

.swal-icon--success__ring {
    width: 40px !important;
    height: 40px !important;
}

.swal-icon--success__line {
    height: 3px !important;
}

.swal-icon--success__line--long {
    width: 21px;
    right: 4px;
    top: 19px;
    animation: inherit !important;
}

.swal-icon--success__line--tip {
    width: 12px !important;
    left: 9px !important;
    top: 23px !important;
    animation: inherit !important;
}

.swal-icon--success__hide-corners {
    display: none !important
}

.swal-icon--info:before {
    width: 3px !important;
    height: 18px !important;
    bottom: 15px !important;
    border-radius: 2px !important;
    margin-left: -2px !important;
}

.swal-icon--info:after {
    width: 5px !important;
    height: 5px !important;
    border-radius: 50% !important;
    margin-left: -3px !important;
    top: 29px !important;
}

.boardmagic {
    margin-left: 27px;
    margin-top: 8px;
    width: 110px;
    float: left;
}

.boardButton {
    float: left;
    padding: 0px 7px;
    border: 1px solid #ddd;
    font-size: 17px;
    cursor: pointer;
    color: #4c4c4c;
    margin-top: 5px;
    margin-left: 5px;
}

    .boardButton:hover {
        background-color: #f5f5f5;
    }

#copyBoardBtn, #cutBoardBtn {
    display: none;
}

#totalBoardDiv {
    float: left;
    margin: 10px 0px 0px 8px;
    font-size: 12px;
}

#boardDescInput {
    width: 100%;
    padding: 3px;
    border: 1px solid #fff;
}

#boardTitleInput {
    width: 100%;
    padding: 3px;
    border: 1px solid #ffffff;
    font-size: 20px;
}

    #boardTitleInput:focus {
        border: 1px solid #989696 !important;
        outline: none;
    }

    #boardTitleInput:hover {
        border: 1px solid #b7b7b7 !important;
    }


#boardDescInput:focus {
    border: 1px solid #989696 !important;
    outline: none;
}

#boardDescInput:hover {
    border: 1px solid #b7b7b7 !important;
}

.boardtableright {
    text-align: right;
}

#boardtable {
    width: 100%;
    margin: 0px 0px;
    height: 66px;
}

.boardcart {
    position: absolute;
    right: 28px;
    font-size: 20px;
    top: 8px;
}

.boardcartgrid {
    font-size: 20px;
    position: absolute;
    right: 37px;
    bottom: 5px;
}

.boardmarginright {
    margin-right: 10px;
}

.boardlistImg {
    height: 90px;
}


.keywordmain {
    background-color: #282d2f !important;
    padding-top: 8px !important;
    padding-left: 15px !important;
    padding-bottom: 7px !important;
}

#owl-demo .owl-item .caption.bottom-left {
    bottom: 0px;
    left: 0px;
    text-align: left;
    position: absolute;
    width: 100%;
    color: #fff;
}

#owl-demo .owl-item .caption .layer {
    background: rgba(29,29,33,0.6);
    width: 100%;
}

.owl-carousel .owl-item .caption .layer {
    display: inline-block;
    background: rgba(255,255,255,0.9);
    box-shadow: none;
    padding: 10px 25px;
}

.owl-carousel .owl-item .caption .post-title {
    font-size: 18px;
    margin-top: 0px;
}

.owl-carousel .owl-item .caption .post-title {
    font-size: 18px;
    margin-top: 0px;
}

.owl-carousel .owl-item img {
    /*max-height: 396px*/
}


h4.post-title {
    margin-bottom: 3px;
}

.post-title a {
    color: #fff !important;
}

#ulQuotaList {
    position: absolute;
    top: -22px;
    right: 22px;
}

    #ulQuotaList li {
        margin: 0 3px !important;
    }


.groupicon {
    position: absolute;
    top: 5px;
    z-index: 999;
    padding: 8px;
    color: #fff;
    left: 5px;
}

.groupphotoicon {
    color: #fff;
    background: linear-gradient(to bottom, transparent 1%, rgba(0,0,0,0.6) 1%);
    padding: 8px 8px 8px 8px;
    margin-right: 4px;
    display: none;
}

.groupvideoicon {
    color: #fff;
    background: linear-gradient(to bottom, transparent 1%, rgba(0,0,0,0.6) 1%);
    padding: 8px 8px 8px 8px;
    display: none;
}


.gruopcloneicon {
    margin-right: 5px;
}

.groupiconcount {
    position: absolute;
    top: 10px;
    z-index: 999;
    padding: 7px 10px;
    color: #fff;
    right: 10px;
    color: #fff;
    background: linear-gradient(to bottom, transparent 1%, rgba(0,0,0,0.6) 1%);
}

.email {
    width: 50%;
    padding: 5px 5px;
    border: 1px solid #a7a7a7;
    font-size: 12px;
    color: #303030;
    margin-right: -2px;
    height: 39px;
}

    .email::placeholder {
        color: #8c8c8c;
        text-align:center
    }

#btnAddToNewsletter {
    background-color: #171c26;
    color: #ddd;
    border: 1px solid #616161;
    padding: 3px 17px;
    height: 40px;
}

.detaysharemenu {
    right: inherit !important;
}

.newslatterDiv {
    text-align: center;
    padding: 30px 0px 0px 0px;
}
.newslatterText {
    font-weight: 100;
    margin-top: 5px;
}
    .newslatterText a {
        text-decoration: underline !important;
    }
.social-icon {
    color: #fff;
    margin-top: 10px;
    padding: 0px;
    text-align: center;
}

    .social-icon a li {
        color: #fff;
        margin-top: 10px;
        padding: 0px;
        text-align: center;
        font-size: 20px;
        margin-right: 15px;
    }

#mdlPageingWarning {
    margin: 100px auto !important;
}

#mdlCollection {
    z-index: 99999;
}
/*#photoListModal{
    height:inherit !important;
}*/

.modal-backdrop {
    opacity: 0.91 !important;
    background-color: #6d777b;
}


#mdlCollection .modal-dialog {
    width: 100%;
    padding-left: 250px;
    padding-right: 75px;
}


.countLabel {
    position: absolute;
    right: 0px;
    top: 0;
    color: #fff;
    font-size: 12px;
}

.aggDiv {
    height: 25px;
    position: relative;
}

.popupBtnGroup {
    padding-left: 0px;
}

.previewDiv {
    background-color: #282d2f;
    margin-left: 15px;
    padding-bottom:10px;
    min-height:72px;
}

#mobilClose {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fbfbfb;
    z-index: 99;
    font-size: 20px;
    display: none;
    cursor: pointer;
    padding: 5px 10px;
}




.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position:absolute;
    top:10px;
    left:10px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.header_century img {
    height: 35px;
}

.header_century_mobil{
    display:none;
}
    .header_century_mobil img {
        height: 30px;
        position: absolute;
        right: 50px;
        top: 20px;
        z-index: 99999999;
    }
/*.searchcontent{
    overflow-y

}*/

.mobilpdfidiv .col-md-12 {
    padding: 9px 15px;
    font-size: 20px;
}
.mobilepdficon {
    color: #b80000;
}
.mobilpdfidiv{
    display:none;
}

.page-wrapper-board{
    overflow:auto;
}

.faqtitle {
    margin-top: 35px;
}
.rightside-navbar {
    position: absolute;
    top: 0px;
    right: 10px;
}
.boardshareDiv {
    text-align: right;
    z-index: 9
}

.boardShare{
    margin-right:22px;
}

.listpiece {
    margin-right: -10px;
    /*margin-top: 0px;*/
}
.langli {
    border-left: 1px solid #aeaeae;
}


#videoModal{
    z-index:999999;
}


.verificationTitle {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.verificationMail {
    text-align: center
}

.verificationBtn {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .verificationBtn:hover,
    .verificationBtn:focus,
    .verificationBtn:active,
    .verificationBtn.active,
    .verificationBtn:active:focus,
    .verificationBtn:active:hover,
    .verificationBtn.active:hover,
    .verificationBtn.active:focus {
        background-color: #3c763d;
        color: #fff !important;
    }

.verificationForm {
    width: 340px;
    margin: 0 auto;
    border: 1px solid #98c685;
}

.verificationFaild{
    text-align: center;
    padding: 20px;
    font-size: 16px;
}

.loginmain {
    margin: 0px;
    min-height: calc(100vh - 290px);
}
/*responsive*/
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
   
}

@media (min-width: 1500px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1700px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1800px) {
    .listcerceve {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1500px) and (max-width:1799px) {
    .listcerceve {
        width: 25%;
        float: left;
    }
}

@media (min-width: 1400px) and (max-width:1499px) {
    .listcerceve {
        width: 33.3%;
        float: left;
    }

    .navbar .navbar-nav &gt; li &gt; a {
        padding: 5px 2px !important;
        font-size: 13px !important;
    }

 


}

@media (min-width: 1300px) and (max-width:1399px) {
    .listcerceve {
        width: 33.3%;
        float: left;
    }

    .navbar .navbar-nav &gt; li &gt; a {
        padding: 5px 2px !important;
        font-size: 13px !important;
    }
   
}





@media (min-width: 1200px) and (max-width:1299px) {
    

    .listcerceve {
        width: 33.3%;
        float: left;
    }

    .navbar .navbar-nav &gt; li &gt; a {
        padding: 5px 2px !important;
        font-size: 12px !important
    }
    .uyarifooter {
        font-size: 14px;
    }
}

@media (min-width: 1100px) and (max-width:1199px) {

    .navbar .navbar-nav &gt; li &gt; a {
        padding: 5px 0px !important;
        font-size: 11px !important
    }

    .navbar {
        padding: 0 20px !important;
    }


    .filterRow {
        margin-top: 0px;
    }

    #divViewMode {
        top: 6px;
    }

    .listcerceve {
        width: 50%;
        float: left;
    }

    .owl-carousel .owl-item .caption .post-title {
        font-size: 14px !important;
        margin-top: 10px;
    }

    .owl-carousel .owl-item .caption .layer {
        padding: 10px 15px;
    }

    #ulQuotaList {
        display: none;
    }

    .searchdiv {
        position: inherit !important;
        top: auto !important;
    }

    #photoList {
        margin: 10px !important;
    }

    #divFilter {
        position: inherit !important;
        margin-top: 5px;
    }

    .filterRow {
        position: inherit !important;
    }

    .left-sidebar {
        min-height: 100%;
        position: absolute !important;
        /*overflow-y: inherit !important;
        height: inherit !important;*/
    }

    .pagination {
        margin: -6px 10px 3px 10px !important;
    }

    .navbar-nav &gt; li &gt; a {
        font-size: 12px;
    }

    .nav &gt; li &gt; a {
        padding: 3px 2px !important;
        font-size: 13px !important;
    }

    #personNavbar &gt; li &gt; a, #personNavbar .responsive-menu {
        font-size: 11px !important;
    }

    .priceview {
        font-size: 27px !important;
        margin-top: 5px;
    }

    .pricesize {
        font-size: 9px !important;
    }

    .addcartbtn {
        font-size: 12px !important;
        padding: 10px;
    }

    .lnkAddToBoard {
        font-size: 10px !important;
    }

    .sldiv {
        margin: 5px 4px !important;
        padding: 6px 0px 2px 4px !important;
    }

    .magic-radio + label, .magic-checkbox + label {
        padding-left: 25px !important;
    }

    .largeSize {
        margin-left: 25px !important;
        font-size: 12px !important;
    }

    .previewImgDiv {
        height: 600px;
    }

    .logoImg {
        margin-top: 20px;
    }

    .logoImgFull {
        margin-top: 17px;
    }

    .search-area {
        padding: 20px 30px 20px 30px;
    }

    .uyarifooter {
        font-size: 14px;
    }

}

@media (min-width: 900px) and (max-width:1099px) {


    .header_century_mobil img {
        height: 30px;
        position: absolute;
        right: 193px;
        top: 35px;
    }

    .mainsearchicon {
        top: 23px;
    }

    .search-area .form-group {
        margin-bottom: 4px;
        margin-top: 12px;
    }

    .cardTitle {
        margin-top: 60px;
    }
    .header_century_mobil {
        display: block ;
    }

    .navbar .navbar-nav &gt; li &gt; a {
        padding: 5px 0px !important;
        font-size: 11px !important
    }
    .navbar {
        padding: 0 20px !important;
    }


    .filterRow {
        margin-top: 0px;
    }

    #divViewMode {
        top: 6px;
    }

    .listcerceve {
        width: 50%;
        float: left;
    }

    .owl-carousel .owl-item .caption .post-title {
        font-size: 14px !important;
        margin-top: 10px;
    }

    .owl-carousel .owl-item .caption .layer {
        padding: 10px 15px;
    }

    #ulQuotaList {
        display: none;
    }

    .searchdiv {
        position: inherit !important;
        top: auto !important;
    }


    #photoList {
        margin: 10px !important;
    }

    #divFilter {
        position: inherit !important;
        margin-top: 5px;
    }

    .filterRow {
        position: inherit !important;
    }

    .left-sidebar {
        min-height: 100%;
        position: absolute !important;
        /*overflow-y: inherit !important;
        height: inherit !important;*/
    }

    .pagination {
        margin: -6px 10px 3px 10px !important;
    }

    .navbar-nav &gt; li &gt; a {
        font-size: 12px;
    }

    .nav &gt; li &gt; a {
        padding: 3px 2px !important;
        font-size: 13px !important;
    }

    #personNavbar &gt; li &gt; a, #personNavbar .responsive-menu {
        font-size: 11px !important;
    }

    .priceview {
        font-size: 27px !important;
        margin-top: 5px;
    }

    .pricesize {
        font-size: 9px !important;
    }

    .addcartbtn {
        font-size: 12px !important;
    }

    .lnkAddToBoard {
        font-size: 10px !important;
    }

    .sldiv {
        margin: 5px 4px !important;
        padding: 6px 0px 2px 4px !important;
    }

    .magic-radio + label, .magic-checkbox + label {
        padding-left: 25px !important;
    }

    .largeSize {
        margin-left: 25px !important;
        font-size: 12px !important;
    }

    .previewImgDiv {
        height: 600px;
    }



    .logoImgFull {
        margin-top: 10px;
    }

    .search-area {
        padding: 20px 30px 20px 30px;
    }

    .popupBtnGroup {
        padding-left: 15px;
    }
    .leftblog {
        margin: 0;
    }
    .previewDiv {
        margin: 0;
    }
    #lnkAddToCart {
        padding: 10px 0px;
    }

    .lnkAddToBoard {
        padding: 10px 8px !important;
    }
    #mobilClose {
        display: block;
    }

    #mdlCollection .modal-dialog {
        width: 100%;
        padding-left: 0px; 
        padding-right: 25px;
    }

    .header_century {
        display: none !important;
    }
    .logoImg {
        margin-top: 20px;
    }
    .boardtableright {
        text-align: left;
    }

    .uyarifooter {
        font-size: 13px;
    }
    .recent-properties {
        padding: 5px 0px 5px 10px;
       
    }
    .applybtn {
        width: 100%;
        margin: 15px 10px 16px 0px;
    }
    .navbar-header {
        height: 80px !important;
    }
}

@media (min-width: 768px) and (max-width:899px) {
    #photoList {
        margin: 10px !important;
    }
    .coltool {
        margin-top: 0px !important;
    }
    .boardtableright {
        text-align: left;
    }
    .thumblist-button {
        width: 98%;
    }
    .pricediv {
        text-align: left;
        font-size: 26px;
    }
    .cartInputDiv {
        width: 93%;
        float: left;
        margin-left: 25px;
    }
    .applybtn {
        width: 100%;
        margin: 15px 10px 16px 0px;
    }
    .bs-wizard &gt; .bs-wizard-step .bs-wizard-stepnum {
        font-size: 14px;
    }
    .cardwizard {
        width: 100% !important;
        top: -5px !important;
        left: 0px !important;
        margin-left: 0px !important;
    }
    .cardTitle {
        margin-top: 60px;
    }
    .header_century_mobil {
        display: block;
    }
    .header_century {
        display: none !important;
    }

    .previewImgDiv {
        height: 550px !important;
    }


    .filterRow {
        margin-top: 0px;
    }

    #divViewMode {
        top: 6px;
    }

    .listcerceve {
        width: 100%;
        float: left;
    }

    .owl-carousel .owl-item .caption .post-title {
        font-size: 17px !important;
        margin-top: 10px;
    }
    .owl-carousel .owl-item .caption .layer {
        padding: 10px 15px;
    }
    #ulQuotaList {
        display: none;
    }

    .searchdiv {
        position: inherit !important;
        top: auto !important;
    }



    #divFilter {
        position: inherit !important;
        margin-top: 5px;
    }

    .filterRow {
        position: inherit !important;
    }

    .left-sidebar {
        min-height: 100%;
        position: absolute !important;
        padding-bottom: 100px;
    }

    .pagination {
        margin: -6px 10px 3px 10px !important;
    }

    .logoImg {
        margin-top: 13px;
        height: 45px;
    }


    #btnExclamation {
        display: none;
    }

    .search-area {
        padding: 20px 30px 20px 30px;
    }

    .previewVideo {
        margin-top: 40px;
        width: 100%;
    }

    .popupBtnGroup {
        padding-left: 15px;
    }

    .leftblog {
        margin: 0;
    }
    .previewDiv {
        margin: 0;
    }
    #lnkAddToCart {
        padding: 10px 0px;
    }
    .lnkAddToBoard {
        padding: 10px 8px !important;
    }
    .sub-footer {
        padding: 20px 0px 10px 0px;
        margin-bottom: 45px;
    }

    .popupprevious {
        top: 30%;
    }
    .popupnext {
        top: 30%;
    }

    #mobilClose {
        display: block;
    }

    #mdlCollection .modal-dialog {
        width: 100%;
        padding-left: 0px;
        padding-right: 25px;
    }
    .mobilpdfidiv {
        display: block;
    }

    .webpdfdiv {
        display: none
    }
    .mainsearhinput::placeholder {
        font-size: 12px;
    }
    .faqtitle {
        margin-top: 0px;
    }
    .paytotal {
        margin-top: 0px;
    }
    .button-md {
        padding: 10px 15px !important;
        margin-bottom: 10px;
    }
    .billingform {
        width: 100%;
    }
    .sepetbox {
        padding: 5px 15px;
        float: inherit !important;
        width: inherit !important;
        margin-bottom:10px !important
    }
  
    #billingType {
        height: 25px;
    }

    .details {
        padding: 30px 10px;
    }
    .filterModal &gt; .modal-dialog {
        width: 100%;
        padding: 20px;
    }
    .filterSearchDiv {
        width: 80%;
    }
    .boardShare {
        margin: 4px 0px 0px px;
    }
    .boardmagic {
        margin-left: 10px;
    }
    .magic-radio + label, .magic-checkbox + label {
        padding-left: 25px;
    }
    .sharebuttontext{
        display:none;
    }
    #boardShare {
        padding: 0px 5px;
        margin-top: 7px;
    }
    .boardshareDiv {
        padding-right:4px;
    }
    .listpiece {
        margin-right: 2px !important;
    }
    .itempurchase {
        width: 100%;
        text-align: center;
    }
    .creditcart {
        padding-left: 15px;
        padding-top: 18px;
        padding-bottom: 20px;
    }
    .agent-page {
        padding: 0px 0px !important;
    }
    .langli {
        border-left: 0px;
    }
    #addBoardModal .modal-dialog {
        width: 95%;
    }
    .uyarifooter {
        font-size: 12px;
    }
    .copy-right {
        font-size: 10px;
    }
    .form-content-box {
        margin: 0px auto;
        padding: 8px 20px 10px 10px;
    }
    .submit-address h1 {
        margin: 5px 0px 18px;
    }
    .content-wrapper {
        min-height: inherit !important;
    }
    .recent-properties {
        padding: 5px 0px 5px 10px;
     
    }
    #mdlDownlaodDialog .modal-dialog {
        width: 450px;
    }
    #customRigtsList {
        margin: 10px 0px 15px 0px;
    }
    .priceInfo {
        margin-bottom: 55px;
    }
    .loginmain {
        margin: 0px;
        min-height: auto !important;
    }
}

@media (min-width: 660px) and (max-width:767px) {
 
}

@media (min-width: 460px) and (max-width:659px) {
}

@media (min-width: 360px) and (max-width:459px) {
}

@media (min-width: 260px) and (max-width:359px) {
}


@media (max-width:767px) {

    #mdlDownlaodDialog .modal-dialog {
        width: 95%;
    }


    .content-wrapper {
         min-height: inherit !important; 
    }

    .daterangepicker {
        max-height: 400px;
        overflow-y: auto;
        width: 225px !important;
    }
        .daterangepicker .calendar th, .daterangepicker .calendar td {
            font-size: 10px;
            min-width: 18px !important;
        }
    .table-condensed &gt; thead &gt; tr &gt; th, .table-condensed &gt; tbody &gt; tr &gt; th, .table-condensed &gt; tfoot &gt; tr &gt; th, .table-condensed &gt; thead &gt; tr &gt; td, .table-condensed &gt; tbody &gt; tr &gt; td, .table-condensed &gt; tfoot &gt; tr &gt; td {
        padding: 3px !important;
    }



    #tabmenu header {
        font-size: 13px;
        padding-bottom: 0.2rem;
    }

    .form-content-box {
        margin: 0px auto;
        padding: 8px 20px 10px 10px;
    }

    .copy-right {
        font-size: 10px;
        text-align: right;
        line-height: 15px;
        margin-top: 12px;
    }
    .uyarifooter {
        font-size: 9px;
    }
    #addBoardModal .modal-dialog {
        width: 95%;
    }
    .langli {
        border-left: 0px;
    }
    .agent-page {
        padding: 0px 0px !important;
    }
    .creditcart {
        padding-left: 15px;
        padding-top: 18px;
        padding-bottom: 20px;
    }
    .itempurchase {
        width: 100%;
        text-align: center;
    }
    .listpiece {
        margin-right: 2px !important;
    }
    .boardshareDiv {
        padding-right: 4px;
    }
    #boardShare {
        padding: 0px 5px;
        margin-top: 7px;
    }
    .magic-radio + label, .magic-checkbox + label {
        font-size: 12px;
        margin-bottom: 10px;
        padding-left: 25px;
    }
    .boardShare {
        margin: 4px 0px 0px 0px;
    }
    .sharebuttontext {
        display: none;
    }
    .boardmagic {
        margin-left: 10px;
    }

    #leftpanel {
        width: 90px !important;
    }

    .search-form {
        width: 280px !important;
        margin-left: 85px !important;
    }

    .previousButton, .nextButton {
        padding: 4px 0px !important;
        width: 93px !important;
    }

    .footer-item-content a {
        font-size: 12px;
    }

    /*footer {
        padding: 14px 6px 3px !important;
    }*/

    .footer-item-content {
        margin-bottom: -2px;
        text-align: center;
        margin-top: 8px;
    }

    .langbutton {
        top: -5px !important;
        right: 50% !important;
        margin-right: -44px;
        margin: 0 auto;
    }

    .leftsearcharrow {
        font-size: 24px;
        margin-top: -6px;
    }

    .leftserchtext {
        font-size: 14px;
    }

    .sidebar-closed-md .left-sidebar {
        display: none !important;
    }

    .sidebar-closed-md .content-wrapper {
        margin-left: 0px !important;
    }

    .topsocial {
        float: left !important;
        margin-top: 0px;
        margin-right: 5px;
        margin-left: 8px;
    }

    .socilaul {
        padding: 0px;
    }

    .search-area {
        padding: 40px 30px 20px 30px;
    }

    .search-button {
        padding: 14px 14px;
    }



    .coltool {
        margin-top: 0px !important;
    }
    .filterSearchDiv {
        width: 80%;
    }
    .filterModal &gt; .modal-dialog {
        width: 100%;
        padding: 20px;
    }
    .details {
        padding: 30px 10px;
    }
    #billingType {
        height: 25px;
    }
    .sepetbox {
        padding: 5px 15px;
        float: inherit !important;
        width: inherit !important;
        margin-bottom: 10px !important
    }
    .carddetail {
        padding: 10px 0px 10px 10px;
    }
    #photoList {
        margin: 10px !important;
    }

    .logoImgFull {
        margin-top: 17px;
        height: 40px;
    }
    .cartInputDiv {
        width: 93%;
        float: left;
        margin-left: 0px;
    }
    .webpdfdiv {
        display: none
    }
    .faqtitle {
        margin-top: 0px;
    }
    .mobilpdfidiv {
        display: block;
    }
    #mdlCollection .modal-dialog {
        width: 100%;
        padding-left: 0px;
        padding-right: 25px;
    }
    #mobilClose {
        display: block;
    }
    .popupnext {
        top: 30%;
    }
    .popupprevious {
        top: 30%;
    }
    .sub-footer {
        padding: 20px 0px 10px 0px;
        margin-bottom: 45px;
    }
    .lnkAddToBoard {
        padding: 10px 8px !important;
    }
    #lnkAddToCart {
        padding: 10px 0px;
    }
    .leftblog {
        margin: 0;
    }

    .previewDiv {
        margin: 0;
    }
    .popupBtnGroup {
        padding-left: 15px;
    }
    .popuptitle {
        height: inherit;
    }

    .previewDesc {
        max-height: inherit;
    }

    .sharebutton {
        top: -35px;
    }

    .previewVideo {
        margin-top: 10px;
        width: 100%;
    }


    .thumblist-button {
        width: 98%;
    }

    .pricediv {
        text-align: left;
        font-size: 26px;
    }



    .bs-wizard &gt; .bs-wizard-step .bs-wizard-stepnum {
        font-size: 12px;
    }

    .cardwizard {
        width: 100% !important;
        top: -5px !important;
        left: 0px !important;
        margin-left: 0px !important;
    }

    .cardTitle {
        margin-top: 60px;
    }

    .header_century_mobil {
        display: block;
    }

    .header_century {
        display: none !important;
    }

    .previewImgDiv {
        height: 420px !important;
    }

    .filterRow {
        margin-top: 0px;
    }

    #divViewMode {
        top: 6px;
    }

    .searchdiv {
        position: inherit !important;
        top: auto !important;
    }


    #divFilter {
        position: inherit !important;
        margin-top: 5px;
    }

    .filterRow {
        position: inherit !important;
    }

    .left-sidebar {
        top: 121px !important;
        min-height: 100%;
        position: absolute !important;
        padding-bottom: 100px;
    }

    .homeSlogan {
        font-size: 25px;
    }

    .listcerceve {
        width: 100%;
        float: left;
    }

    .owl-carousel .owl-item .caption .post-title {
        font-size: 17px !important;
        margin-top: 10px;
    }

    .owl-carousel .owl-item .caption .layer {
        padding: 10px 15px;
    }

    .mainsearhinput {
        padding: 10px 11px;
        font-size: 15px;
    }

        .mainsearhinput:placeholder {
            font-size: 12px;
        }
   
    .mainsearchicon {
        display: none;
    }


    .searchbtn {
        right: -4px !important;
        top: -6px !important;
    }


    .search-area {
        padding: 15px 20px 10px 20px;
    }

    .search-button {
        padding: 4px 14px;
    }

    .recent-properties {
        padding: 5px 0px 5px 10px;
 
    }

    .categories {
        padding: 5px 0px 0px;
        background-color: #fff;
    }

    #listtype {
        right: 6px !important;
        top: 49px !important;
        z-index: 9 !important;
    }

    .content-wrapper {
        margin-left: 0px !important;
    }

    .btn-sm, .btn-group-sm &gt; .btn {
        padding: 2px 2px;
        font-size: 11px;
        line-height: 1.5;
        border-radius: 3px;
    }

    #ulQuotaList {
        display: none;
    }

    .logoImg {
        margin-top: 20px;
        height: 35px;
    }



    #btnExclamation {
        display: none;
    }

    .applybtn {
        margin: 0px 10px 10px 0px;
    }
    .payTable{
        padding-right:0px;
    }
    .addlisticon {
        padding: 5px;
        margin-top: 0px;
        font-size: 22px;
    }

    .paytotal{
        margin-top:0px;
    }
    .button-md {
        padding: 10px 15px !important;
        margin-bottom:10px;
    }
    .billingform {
         width: 100%; 
       
    }

    .previewInputDiv {
         float: inherit; 
        margin-left: 0px;
        margin-bottom: 15px;
    }
        .previewInputDiv .slc {
            width: 100%;
        }

    #customRigtsList {
        margin: 10px 0px 0px 0px;
    }

    #customAddcarddiv {
        bottom: 0px;
    }
    .priceview {
        text-align: right;
    }
    .pricesize {
        text-align: right;
    }
    .loginmain {
        margin: 0px;
        min-height: auto !important;
    }
}


/*responsiveson*/
</pre></body></html>