﻿@charset "utf-8";

html * {
    font-family: Arial !important;
}

body {
    font-family: "Arial, sans-serif";
    color: #9e9fa1;
    font-size: 17px;
    text-align: right;
}

.text_align_right {
    text-align: right;
}

html {
}

a {
    /*color: #01b5ea;*/
    font-family: "Arial, sans-serif";
    font-size: 1em;
    outline: 0;
}

    a:focus {
        outline: none;
    }

    a:hover {
        color: #2d3e52;
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

.list1 {
    padding-right: 13px;
    font-size: 15px !important;
}

article {
    clear: both;
}

    article .container {
        padding-bottom: 30px;
        padding-top: 30px;
    }

        article .container.bordered {
            border-bottom: 1px solid #d8d8d8;
        }

.border_bottom {
    border-bottom: 1px solid #d8d8d8;
    margin: 10px 0 10px 0;
    list-style: none;
}

blockquote {
    border-left: 3px solid #07a8dc;
    font-size: 0.875em;
    font-style: italic;
    margin: 30px 0;
    padding: 5px 0 10px 20px;
    position: relative;
}

    blockquote:after {
        background-color: #e0e0e0;
        content: ' ';
        height: 1px;
        left: -3px;
        margin: 15px 0 0 0;
        position: absolute;
        top: 100%;
        width: 100%;
    }

    blockquote:before {
        background-color: #e0e0e0;
        content: ' ';
        height: 1px;
        left: -3px;
        position: absolute;
        top: -15px;
        width: 100%;
    }

img {
    width: auto;
}

.checkboxes {
    height: 40px;
}

    .checkboxes label {
        top: 0;
        padding: 0 0 0 20px;
    }

    .checkboxes td th label {
        white-space: nowrap;
        display: block;
    }

    .checkboxes input[type="checkbox"] {
        margin-left: 10px;
    }

input::-moz-focus-inner {
    border: 0;
}

.title03 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.title04 {
    font-size: 17px;
    font-weight: normal;
    color: #777;
    display: block;
}

.title05 {
    font-size: 22px;
    font-weight: bold;
    color: #344559;
    display: block;
    text-align: center;
}

.title06 {
    font-size: 19px;
    font-weight: normal;
    color: #344559;
    display: block;
    text-align: center;
    line-height: 21px;
}

.title08 {
    font-size: 19px;
    font-weight: normal;
    color: #344559;
    text-align: center;
    padding: 0;
    display: block;
    height: 35px;
    line-height: 33px;
    margin-bottom: 15px;
}

.title09 {
    font-size: 17px;
    font-weight: normal;
    color: #344559;
    text-align: right;
    padding: 0;
    display: block;
    line-height: normal;
    margin-bottom: 15px;
}

.title10 {
    font-size: 17px;
    font-weight: normal;
    color: #344559;
    text-align: right;
    padding: 0;
    display: block;
    line-height: normal;
    margin-bottom: 15px;
}

.center-text {
    text-align: center;
}

.center-img {
    clear: both;
    float: none;
    margin: 0 auto;
    display: block;
}

.justify-text {
    text-align: justify;
}

.right-text {
    text-align: right;
}

.text-blog {
    font-size: 1.1em;
    color: #2d3e52;
    padding-left: 20px;
}

.text-subtitle {
    font-size: 1.3em;
    color: #2d3e52;
    line-height: normal;
}

.line_height {
    line-height: 10px;
}

.line_height2 {
    line-height: 1.2em;
}

object,
embed {
    outline: 0;
}

p {
    color: #6b6b6b;
    font-family: "Arial, sans-serif";
    font-size: 0.9em;
    line-height: 1.8em;
}

    p a {
        font-size: 1em;
    }

section h1:first-child {
    margin-top: 0;
}

ul {
    padding: 0;
}
/**
 *
 *
/********************************  $Agents  ********************************/
.agents {
    list-style: none;
    margin: 0 -15px;
}

    .agents li {
        display: inline-block;
        margin: 13px;
    }

        .agents li .name,
        .agents li .social-agent {
            background-color: #f2f2f4;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            width: 240px;
        }

            .agents li .name a,
            .agents li .social-agent a {
                color: #868686;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

                .agents li .name a:hover,
                .agents li .social-agent a:hover {
                    color: #07a8dc;
                }

        .agents li .name {
            border: 1px solid #ebebeb;
            height: 115px;
            margin: 0 0 15px 0;
            padding: 20px 15px 15px 15px;
            text-align: center;
        }

            .agents li .name figure {
                border: 4px solid #fff;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                float: left;
                height: 80px;
                overflow: hidden;
                width: 80px;
            }

            .agents li .name h6 {
                font-size: 0.95em;
                margin: 20px 0 0 0;
                font-weight: 400;
            }

            .agents li .name strong {
                color: #07a8dc;
                display: block;
                font-size: 0.7em;
                font-weight: 600;
                margin: 10px 0 0 0;
                text-transform: uppercase;
            }

        .agents li .social-agent {
            font-size: 0.8em;
            height: 48px;
            line-height: 48px;
            padding: 0 15px;
        }

            .agents li .social-agent a {
                color: #878787;
                font-size: 1.4em;
            }

                .agents li .social-agent a:first-child {
                    padding: 0 0 0 20px;
                }
/**
 *
 *
/********************************  $Alerts  ********************************/
.alert {
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.875em;
}

    .alert strong {
        color: inherit;
        font-size: 1.3em;
        font-weight: 400;
        padding-right: 5px;
    }

.alert-danger {
    background-color: #febcbe;
    color: #a5222a;
}

    .alert-danger .close {
        background-color: #d77d7d;
    }

.alert-dismissable {
    position: relative;
}

    .alert-dismissable .close {
        color: #fff;
        font-size: 1.2em;
        height: 16px;
        line-height: 16px;
        opacity: 1;
        -ms-filter: none;
        filter: none;
        position: absolute;
        right: 18px;
        text-align: center;
        top: 16px;
        width: 16px;
    }

.alert-success {
    background-color: #cdfac1;
    color: #428830;
}

    .alert-success .close {
        background-color: #94d086;
    }

.alert-warning {
    background-color: #fef1bc;
    color: #b66a16;
}

    .alert-warning .close {
        background-color: #d9c57c;
    }
/**
 *
 *
/********************************  $Aside  *********************************/
aside .onthemap {
    margin-top: 20px;
}

    aside .onthemap .map {
        height: 225px;
    }

aside .textwidget img {
    margin-bottom: 10px;
}

/**
/********************************  $Boxes  *********************************/

.boxes {
    border: 1px solid #dcdcdc;
    padding: 10px;
}

    .boxes img {
        z-index: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.view_image {
    height: 200px;
    height: 260px;
}

.boxes:after,
.boxes:before {
    content: '';
    display: table;
}

.boxes:after {
    clear: both;
}

.boxes + .boxes {
    margin-top: 20px;
}

.boxes .boxes-title {
    position: relative;
}

    .boxes .boxes-title:before,
    .boxes .boxes-title:after {
        content: '';
        display: table;
    }

    .boxes .boxes-title:after {
        clear: both;
    }

    .boxes .boxes-title h3,
    .boxes .boxes-title h4,
    .boxes .boxes-title h5 {
        float: left;
        line-height: 32px;
        margin: 0 0 10px 0;
    }

    .boxes .boxes-title span {
        border: 2px solid #dadada;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #dadada;
        display: block;
        float: left;
        font-size: 20px;
        height: 32px;
        margin: 0 10px 10px 0;
        width: 32px;
    }

.boxes .onsale {
    margin: -10px -10px 10px -10px;
}

.boxes .row {
    margin-top: 30px;
}

    .boxes .row:first-child {
        margin-top: 0;
    }


.boxes1 {
    border: 1px solid #e3e3e3;
    padding: 0 !important;
    background-color: #ffffff;
    margin: 0 !important;
    display: table;
}

/********************************  $Boxes2  *********************************/


.border01 {
    border-top: 1px solid #6382B1;
    border-bottom: 1px solid #6382B1;
    border-right: none;
    border-left: none;
    padding-right: 0;
    padding-left: 0;
}

.border02 {
    margin: 0 auto;
    padding: 0;
    border: 1px solid #6382B1;
    width: 100%;
    z-index: 999;
    background-color: #e5edff;
    display: block;
}

.border03 {
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #6382B1;
    width: 90%;
    z-index: 999;
    background-color: #fff6d4;
}

.border04 {
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #6382B1;
    width: 60%;
    z-index: 999;
    background-color: #fff6d4;
}

.line01 {
    height: 3px;
    width: 100%;
    border-bottom: 2px solid #fff;
    background-color: #a1a1a1;
}

.boxes2 {
    border: 1px solid #888;
    padding: 8px 10px 3px 10px;
    background-color: #f2f2f2;
}


    .boxes2:after,
    .boxes2:before {
        content: '';
        display: table;
    }

    .boxes2:after {
        clear: both;
    }

    .boxes2 + .boxes2 {
        margin-top: 20px;
    }

    .boxes2 .boxes-title {
        position: relative;
    }

        .boxes2 .boxes-title:before,
        .boxes2 .boxes-title:after {
            content: '';
            display: table;
        }

        .boxes2 .boxes-title:after {
            clear: both;
        }

        .boxes2 .boxes-title h3,
        .boxes2 .boxes-title h4,
        .boxes2 .boxes-title h5 {
            float: left;
            line-height: 32px;
            margin: 0 0 10px 0;
        }

        .boxes2 .boxes-title span {
            border: 2px solid #dadada;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            color: #dadada;
            display: block;
            float: left;
            font-size: 20px;
            height: 32px;
            margin: 0 10px 10px 0;
            width: 32px;
        }

    .boxes2 .onsale {
        margin: -10px -10px 10px -10px;
    }

    .boxes2 .row {
        margin-top: 30px;
    }

        .boxes2 .row:first-child {
            margin-top: 0;
        }

/*      boxes3*/

* *
/*******************************  $Buttons  ********************************/
.btn {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn.btn-author {
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-size: 0.8em;
    font-weight: 600;
    min-width: 170px;
    text-align: left;
}

    .btn.btn-author i {
        font-size: 1.2em;
        padding-right: 5px;
    }

    .btn.btn-author.follow {
        background-color: #019be1;
    }

    .btn.btn-author.posts {
        background-color: #1ab1aa;
    }

    .btn.btn-author.visits {
        background-color: #fb6f58;
    }

.btn.btn-details {
    background-color: #979797;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    margin: 0 0 0 0;
}

    .btn.btn-details:hover {
        background-color: #07a8dc;
    }



.btn.btn-image {
    background-color: rgba(0,0,0,0.7);
    border: 2px solid #ccc;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    margin: 10px auto 0;
    padding: 0.5em 2em;
    text-transform: uppercase;
}

    .btn.btn-image:hover {
        background-color: rgba(255,255,255,0.7);
        border-color: #000;
        color: #000;
    }

.btn.btn-filter {
    background-color: #c4c4c4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #f3f3f3;
    display: inline-block;
    margin: 0 5px;
    padding-right: 40px;
    position: relative;
}

    .btn.btn-filter.active,
    .btn.btn-filter:hover {
        background-color: #07a8dc;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
    }

        .btn.btn-filter.active .close,
        .btn.btn-filter:hover .close {
            background-color: #47d6ff;
        }

    .btn.btn-filter .close {
        background-color: #a9a9a9;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        height: 16px;
        line-height: 16px;
        margin-top: -8px;
        opacity: 1;
        -ms-filter: none;
        filter: none;
        position: absolute;
        right: 7px;
        text-align: center;
        top: 50%;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 16px;
    }

.btn.btn-follow {
    background-color: #d1d0ce;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: #fff;
    float: right;
    height: 32px;
    line-height: 20px;
    margin: 10px 0 0 0;
    text-align: center;
}

    .btn.btn-follow:hover {
        background-color: #07a8dc;
    }

.btn.btn-icon {
    background-color: #d1d0ce;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    margin: 0 0 0 5px;
    padding: 0;
    width: 36px;
}

    .btn.btn-icon:hover {
        background-color: #07a8dc;
    }

.btn.btn-search {
    background-color: #f1b833;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #a47a14;
    font-weight: 700;
}

    .btn.btn-search:hover {
        background-color: #03b4ea;
        color: #fff;
    }

.btn.btn-social {
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-background-size: 32px;
    -moz-background-size: 32px;
    background-size: 32px;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    padding-right: 35px;
}

    .btn.btn-social.btn-social-facebook {
        background-color: #5d82d1;
        background-image: url("../img/social/socialfacebook.png");
    }

    .btn.btn-social.btn-social-twitter {
        background-color: #40bff5;
        background-image: url("../img/social/socialtwitter.png");
    }

    .btn.btn-social.btn-social-gplus {
        background-color: #ef4e41;
        background-image: url("../img/social/socialyoutube.png");
    }

    .btn.btn-social.alt {
        background-position: bottom right;
        -webkit-background-size: 70px;
        -moz-background-size: 70px;
        background-size: 70px;
        height: 70px;
        margin: 0 2px 30px;
        text-indent: -2000px;
        width: 70px;
    }
/**
 *
 *
/*******************************  $Company  ********************************/
.company {
    padding-left: 30px;
    padding-right: 30px;
}

h4,
h5,
h6 {
    margin-top: 0;
    font-size:16px !important;
    margin:0 0 10px 0;
}

.company .carousel-control {
    background-color: #98abbc;
    background-image: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    bottom: 10px;
    height: 32px;
    left: auto;
    line-height: 32px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    position: absolute;
    right: 10px;
    text-align: center;
    text-shadow: none;
    top: auto;
    width: 32px;
}

    .company .carousel-control:hover {
        background-color: #07a8dc;
    }

    .company .carousel-control.left {
        right: 52px;
    }

.company .team .team-item {
    margin: 20px 12px 0;
    width: 235px;
}

    .company .team .team-item > a,
    .company .team .team-item h6,
    .company .team .team-item p {
        text-align: left;
    }
/**
 *
 *
/*******************************  $Contacts  *******************************/
.contact .form-control.name::-webkit-input-placeholder::before {
    font-family: 'fontello';
    content: '\e80a  ';
    color: #dcdcdc;
}

.contact .form-control.name::-moz-placeholder::before {
    font-family: 'fontello';
    content: '\e80a  ';
    color: #dcdcdc;
}

.contact .form-control.name:-moz-placeholder::before {
    font-family: 'fontello';
    content: '\e80a  ';
    color: #dcdcdc;
}

.contact .form-control.name:-ms-input-placeholder::before {
    font-family: 'fontello';
    content: '\e80a  ';
    color: #dcdcdc;
}

.contact .form-control.email::-webkit-input-placeholder::before {
    font-family: 'fontello';
    content: '\e805  ';
    color: #dcdcdc;
}

.contact .form-control.email::-moz-placeholder::before {
    font-family: 'fontello';
    content: '\e805  ';
    color: #dcdcdc;
}

.contact .form-control.email:-moz-placeholder::before {
    font-family: 'fontello';
    content: '\e805  ';
    color: #dcdcdc;
}

.contact .form-control.email:-ms-input-placeholder::before {
    font-family: 'fontello';
    content: '\e805  ';
    color: #dcdcdc;
}

.contact .form-control.message::-webkit-input-placeholder::before {
    font-family: 'fontello';
    content: '\e836  ';
    color: #dcdcdc;
}

.contact .form-control.message::-moz-placeholder::before {
    font-family: 'fontello';
    content: '\e836  ';
    color: #dcdcdc;
}

.contact .form-control.message:-moz-placeholder::before {
    font-family: 'fontello';
    content: '\e836  ';
    color: #dcdcdc;
}

.contact .form-control.message:-ms-input-placeholder::before {
    font-family: 'fontello';
    content: '\e836  ';
    color: #dcdcdc;
}

.contact .form-control.phone::-webkit-input-placeholder::before {
    font-family: 'fontello';
    content: '\e853  ';
    color: #dcdcdc;
}

.contact .form-control.phone::-moz-placeholder::before {
    font-family: 'fontello';
    content: '\e853  ';
    color: #dcdcdc;
}

.contact .form-control.phone:-moz-placeholder::before {
    font-family: 'fontello';
    content: '\e853  ';
    color: #dcdcdc;
}

.contact .form-control.phone:-ms-input-placeholder::before {
    font-family: 'fontello';
    content: '\e853  ';
    color: #dcdcdc;
}

.contact .map {
    height: 418px;
    width: 100%;
}
/**
 *
 *
/****************************  $Dropdown Menu - sub menu *****************************/
.dropdown-menu {
    background-color: #2d3e52;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid #415264;
    padding: 0;
    margin: 0 0 0 -100px;
}


    .dropdown-menu > li > a {
        color: #99aabe;
        font-size: 1em;
        height: 35px;
        line-height: 35px;
        padding: 0 1em;
        /*text-transform: capitalize;*/
        white-space: nowrap;
        text-align: center !important;
    }

        .dropdown-menu > li.active > a,
        .dropdown-menu > li > a:active,
        .dropdown-menu > li > a:focus,
        .dropdown-menu > li > a:hover {
            background-color: #07a8dc;
            color: #fff;
        }
/**
 *
 *
/*******************************  $Experts  ********************************/
.experts {
    background-image: url("../img/hp-2.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 150px 0;
    text-align: center;
}

    .experts h2 {
        border-bottom: 2px solid #fff;
        border-top: 2px solid #fff;
        color: #fff;
        font-size: 4em;
        font-weight: 100;
        height: 125px;
        line-height: 125px;
        margin: 0 auto;
        text-transform: uppercase;
        width: 70%;
    }

    .experts h3 {
        color: #fff;
        font-size: 2em;
        font-weight: 500;
        margin: 30px 0;
    }
/**
 *
 *
/********************************  $Filters  *******************************/
.filters {
    direction: rtl !important;
    text-align: right !important;
    color: #777;
}

    .filters .panel-group .panel:first-child .panel-heading {
        margin-top: 0;
    }

    .filters .panel-group .panel .panel-heading {
        border: none;
        margin-top: 40px;
        padding: 0;
    }

        .filters .panel-group .panel .panel-heading .panel-title {
            font-size: 1.3em;
        }

            .filters .panel-group .panel .panel-heading .panel-title a {
                color: #2d3e52;
                display: block;
                font-size: 0.75em;
                height: 32px;
                line-height: 32px;
            }

            .filters .panel-group .panel .panel-heading .panel-title i {
                color: #d2d1cf;
                font-size: 0.9em;
                position: absolute;
                right: 0;
                top: 0;
            }

        .filters .panel-group .panel .panel-heading + .panel-collapse .panel-body {
            background-color: #f7f7f7;
            border: 1px solid #e5e5e5;
            border: none;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            font-size: 0.8em;
            padding: 10px;
        }

    .filters .slider-range {
        height: 50px;
        width: 100%;
    }

        .filters .slider-range .slider {
            width: 100%;
        }

            .filters .slider-range .slider.slider-horizontal {
                width: 100%;
            }

                .filters .slider-range .slider.slider-horizontal .slider-handle {
                    background: #2d3e52;
                    border: 2px solid #fff;
                    margin-top: -5px;
                    opacity: 1;
                    -ms-filter: none;
                    filter: none;
                }

                .filters .slider-range .slider.slider-horizontal .slider-selection {
                    background: #07a8dc;
                }

                .filters .slider-range .slider.slider-horizontal .slider-track {
                    background: #dadada;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    height: 11px;
                    margin-top: -2px;
                }

        .filters .slider-range .span_range {
            float: left;
            font-size: 1em;
            margin-top: 10px;
            text-align: left;
        }

            .filters .slider-range .span_range.max {
                float: right;
                text-align: right;
            }
/**
 *
 *
/****************************  $Footer Bottom  *****************************/
.footer-bottom {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    background-color: #daebff;
    bottom:0;
}

    .footer-bottom p {
        color: #2d3e52;
        display: inline-block;
        font-size: 1.7em;
        margin: 0 0 0 10px;
        opacity: 0.9;
    }

        .footer-bottom p b {
            font-size: 1em;
            opacity: 0.4;
        }



.fleft_mob {
    margin-top: 0;
    float: left;
}



.fnone {
    float: none: !important;
}

.right_area {
    float: right;
}

.left_area {
    float: left;
}

/**
 *
 *
/******************************* $Footer Top  ******************************/
.footer-top {
    background-color: #2d3e52;
    color: #99aabe;
    padding-bottom: 75px;
}

    .footer-top a {
        color: #fff;
    }

        .footer-top a:hover {
            color: #07a8dc;
        }

    .footer-top address {
        font-size: 0.875em;
        line-height: 25px;
        margin-top: 40px;
    }

        .footer-top address a {
            font-size: 1em;
        }

        .footer-top address i {
            display: inline-block;
            font-size: 1.7em;
            padding: 0 0.5em 0 0;
            width: 45px;
        }

    .footer-top h4 {
        border-bottom: 1px solid #445567;
        color: #fff;
        margin-bottom: 10px;
        margin-top: 30px;
        padding-bottom: 10px;
    }

.width_line_footer {
    width: 60%;
}

.footer-top h4 + address {
    margin-top: 0;
}

.footer-top p {
    color: #99aabe;
}

.footer-top .map {
    height: 170px;
    width: 100%;
}

.footer-top .menu_footer {
    text-indent: 2px;
    margin-right: 15px;
}

    .footer-top .menu_footer > li {
        background-color: transparent;
        /*display: inline-block;*/
    }

        .footer-top .menu_footer > li > a {
            color: #99aabe;
            padding: 0 5px;
        }

            .footer-top .menu_footer > li.active > a,
            .footer-top .menu_footer > li > a:active,
            .footer-top .menu_footer > li > a:focus,
            .footer-top .menu_footer > li > a:hover {
                background-color: transparent;
                color: #07a8dc;
            }
/**
 *
 *
/********************************  $Forms  *********************************/

/*search inputs*/

.form-control2 {
    background-color: transparent;
    border: 1px solid #495a6c;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-indent: 10px;
    width: 190px;
    color: #000;
    font-size: 0.9em;
    height: 32px;
}

/*input css*/

.form-control {
    background-color: transparent;
    border: 1px solid #495a6c;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.form_control_textbox {
    background-color: #fff;
    border: 1px solid #495a6c;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    min-width: 200px;
    max-width: 400px;
    height: 65px !important;
    padding: 5px 14px;
    font-size: 15px;
    color: #555;
}

.form-quick-search .form-control {
    background-color: #fff;
}

.form-quick-search .btn {
    /*background-color: #07a8dc;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-weight: 600;
    margin: 10px auto;
    text-align: center;
    width: 120px;*/
}

.text_align_right {
    text-align: right !important;
}

.text_align_left {
    text-align: left !important;
}

.text_field {
    background-color: #fff;
    width: 46% !important;
    margin-bottom: 15px;
}

.form-quick-search .btn i {
    font-size: 1.2em;
    padding: 0 5px 0 0;
}

.form-search {
    display: inline-block;
    vertical-align: top;
}

    .form-search .form-control {
        -webkit-border-radius: 15px;
        border-radius: 15px;
        color: #99aabe;
        height: 30px;
        margin: 10px;
        padding: 0 0 0 35px;
        width: 170px;
    }



.form-search .form-group {
    display: block;
    position: relative;

}

        .form-search .form-group i {
            color: #99AABE;
            font-size: 21px;
            left: 12px;
            position: absolute;
            top: 9px;
        }

    .form-search .btn {
        display: none;
    }

.form-contact fieldset {
    background-color: #f7f7f7;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 10px;
}

.form-contact .boxes-title {
    margin-bottom: 10px;
}

.form-contact .btn-details {
    float: right;
    margin-bottom: 50px;
    font-size: 1.1em;
    padding: 0.5em 1.5em;
}

.form-contact .form-control {
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-color: #d5d5d5;
}

    .form-contact .form-control:focus {
        border-color: #07a8dc;
        -webkit-box-shadow: 0 0 5px #07a8dc;
        box-shadow: 0 0 5px #07a8dc;
    }

.form-contact .row {
    margin: 0;
}

.form-suscribe .btn {
    background-color: #344559;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 0 #293a4c;
    box-shadow: 0 2px 0 #293a4c;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    vertical-align: middle;
}

    .form-suscribe .btn:hover {
        background: #03b4ea;
    }

    .form-suscribe .btn i {
        font-size: 1.5em;
    }

.form-suscribe .form-control {
    background-color: #2a394c;
    color: #99aabe;
    height: 45px;
    line-height: 25px;
    padding: 10px 15px;
}

/**
 *
 *
/****************************  $Header Bottom  *****************************/
.header-bottom {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ededed;
    margin: 0 0 30px 0;
    min-height: 100px;
    padding: 30px 0;
}

    .header-bottom h1 {
        margin: 0;
        line-height: 40px;
    }

    .header-bottom .breadcrumb {
        background-color: transparent;
        margin: 0;
        text-align: right;
    }

        .header-bottom .breadcrumb li {
            font-size: 0.875em;
            font-weight: 600;
        }

            .header-bottom .breadcrumb li a {
                font-size: 1em;
                font-weight: 600;
            }

        .header-bottom .breadcrumb > li + li:before {
            color: #ccc;
            content: '\e875';
            font-family: 'fontello';
            padding: 0 5px;
        }
/**
 *
 *
/*****************************  $Header Top  *******************************/

.header_root {
    height: 180px;
    z-index: 10;
    display: block;
    margin: 0 auto 0 auto;
    object-fit: cover;
}



/**
 *
 *
/*****************************  $House Dreams  *****************************/
.house-dreams .carousel-control {
    background: none;
    background-color: #d9d9d9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 32px;
    left: auto;
    line-height: 32px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: none;
    top: -42px;
    width: 32px;
}

    .house-dreams .carousel-control:hover {
        background-color: #07a8dc;
    }

    .house-dreams .carousel-control.left {
        right: 42px;
    }

.house-dreams .quick-search {
    background-color: #232a32;
    left: 15px;
    padding: 15px;
    position: absolute;
    top: 15px;
    width: 290px;
    z-index: 999999;
    text-align: center;
}

.house-dreams2 .quick-search {
    text-align: center;
    margin: 0 auto;
    width: 420px;
}

.effect2 {
    position: relative;
}

    .effect2:before, .effect2:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .effect2:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }

.effect4 {
    position: relative;
}

    .effect4:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        right: 10px;
        left: auto;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
    }

.house-dreams .quick-search h4 {
    color: #fff;
    margin: 0 0 20px 0;
}

.house-dreams .quick-search h4 {
    color: #fff;
    margin: 0 0 20px 0;
}
/**
 *
 *
/***************************  $Image Thumbnail  ****************************/
.item-thumbnail {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .item-thumbnail:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .item-thumbnail:hover .icons {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        top: 45%;
    }

    .item-thumbnail:hover .overthumb {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        top: 0;
    }

    .item-thumbnail img {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .item-thumbnail .icons {
        display: block;
        font-size: 19px;
        height: auto;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        position: absolute;
        text-align: center;
        top: 100%;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        width: 100%;
    }

        .item-thumbnail .icons a:hover {
            color: #f1b833;
            text-decoration: none;
        }

        .item-thumbnail .icons .lightzoom,
        .item-thumbnail .icons .postlink {
            background: #fff;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            color: #000;
            margin-right: 5px;
            padding: 10px;
        }

    .item-thumbnail .overthumb {
        background: #2d3e52;
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        position: absolute;
        text-align: center;
        top: 100%;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        width: 100%;
    }

    .item-thumbnail.darken:hover .overthumb {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
    }

    .item-thumbnail.darken:hover .icons {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .item-thumbnail.darken .icons {
        font-size: 24px;
        top: 35%;
    }

    .item-thumbnail.darken .overthumb {
        top: 0;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

    .item-thumbnail.triangle .icons a {
        background: none;
        color: #fff;
        font-family: 'Oswald';
        font-size: 1.3em;
        text-transform: uppercase;
    }

        .item-thumbnail.triangle .icons a:hover {
            color: #344559;
        }

        .item-thumbnail.triangle .icons a span {
            display: block;
            font-size: 1em;
        }

    .item-thumbnail.triangle .overthumb {
        background: none;
        border-bottom: 203px solid #07a8dc;
        border-right: 340px solid transparent;
    }
/**
 *
 *
/********************************  $Invest  ********************************/
.invest-filter .boxes-title {
    float: left;
    margin-right: 20px;
}

    .invest-filter .boxes-title h5,
    .invest-filter .boxes-title span {
        margin-bottom: 0;
    }

.invest-grid {
    margin: 35px -15px 0;
}



.links {
    background-color: #e9e9eb;
    height: 45px;
    line-height: 25px;
    padding: 10px 0 0 0;
}

    .links .btn-details {
        background-color: #455467;
        float: right;
        font-weight: 600;
        height: 25px;
        line-height: 24px;
        margin: 0;
        padding: 0 10px;
        text-transform: uppercase;
    }

        .links .btn-details:hover {
            background-color: #07a8dc;
        }

    .links .btn-icon {
        font-size: 16px;
        height: 25px;
        line-height: 25px;
        width: 25px;
    }

/********************************  $Invest 4 columns ********************************/
.invest_4col .boxes {
    margin: 10px 0;
}

.invest-item1:hover {
    border-color: #07a8dc;
}

.invest-item1.boxes + .boxes {
    margin-top: 0;
}

.invest-item1 .links {
    background-color: #e9e9eb;
    height: 45px;
    line-height: 25px;
    padding: 10px;
}

    .invest-item1 .links .btn-details {
        background-color: #455467;
        float: right;
        font-weight: 600;
        height: 25px;
        line-height: 24px;
        margin: 0;
        padding: 0 10px;
        text-transform: uppercase;
    }

        .invest-item1 .links .btn-details:hover {
            background-color: #07a8dc;
        }

    .invest-item1 .links .btn-icon {
        font-size: 16px;
        height: 25px;
        line-height: 25px;
        width: 25px;
    }
/**
 *
 *
/*******************************  $Isotope  ********************************/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    -ms-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        transition-property: transform, opacity;
    }

        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -o-transition-duration: 0s;
            -ms-transition-duration: 0s;
            transition-duration: 0s;
        }
/**
 *
 *
/*******************************  $Language  *******************************/
.lang {
    border-right: 1px solid #99aabe;
    display: inline-block;
    height: 16px;
    margin: 17px 3px;
    padding: 0 10px;
    vertical-align: top;
}

    .lang li {
        display: inline-block;
        list-style: none;
    }

        .lang li a {
            display: block;
            height: 10px;
            margin: 3px;
            overflow: hidden;
            text-indent: 50px;
            width: 16px;
        }

        .lang li .spanish {
            background-image: url("../img/lang/ico-es.gif");
        }

        .lang li .italian {
            background-image: url("../img/lang/ico-it.gif");
        }

        .lang li .english {
            background-image: url("../img/lang/ico-en.gif");
        }
/**
 *
 *
/********************************  $Navbar menu ********************************/

.nav {
    /*max-width:850px;*/
    font-size: 17px;
}

.navbar {
    background-color: #2d3e52;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

    .navbar > .container .navbar-brand {
        margin: 11px 0 11px 0;
        padding: 0;
        /*width: 148px;*/
    }

    .navbar .navbar-nav {
        float: right;
        text-align: right !important;
        direction: rtl !important;
        /*border:thin solid #fff;*/
    }

        .navbar .navbar-nav > li > a {
            color: #b4c4d7;
            height: 40px;
            line-height: 40px;
            padding: 0 10px 0 10px;
            text-transform: uppercase;
        }

            .navbar .navbar-nav > li.active > a,
            .navbar .navbar-nav > li > a:active,
            .navbar .navbar-nav > li > a:focus,
            .navbar .navbar-nav > li > a:hover {
                background-color: transparent;
                color: #fff;
            }
/**
 *
 *
/*********************************  $News  *********************************/
.news-grid {
    margin: 0 -15px;
}

.news-item {
    float: left;
    margin: 0 15px 30px;
    position: relative;
    width: 46%;
}

    .news-item:hover {
        border-color: #07a8dc;
    }

        .news-item:hover .date {
            background-color: #07a8dc;
        }

    .news-item.boxes + .boxes {
        margin-top: 0;
    }

    .news-item .carousel-control {
        background-color: #98abbc;
        background-image: none;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        bottom: 10px;
        display: none;
        height: 32px;
        left: auto;
        line-height: 32px;
        opacity: 1;
        -ms-filter: none;
        filter: none;
        position: absolute;
        right: 10px;
        text-align: center;
        text-shadow: none;
        top: auto;
        width: 32px;
    }

        .news-item .carousel-control:hover {
            background-color: #07a8dc;
        }

        .news-item .carousel-control.left {
            right: 52px;
        }

    .news-item .carousel-indicators {
        display: none;
        left: 0;
        margin: 0;
        width: 100%;
    }

        .news-item .carousel-indicators li {
            background-color: #f0f0f2;
            border: none;
            -webkit-border-radius: 0;
            border-radius: 0;
            height: 4px;
            margin: 0 1px;
            width: 40px;
        }

            .news-item .carousel-indicators li.active,
            .news-item .carousel-indicators li:hover {
                background-color: #07a8dc;
            }

    .news-item.indicators .carousel-indicators,
    .news-item.controls .carousel-control {
        display: block;
    }

.news-item-bottom {
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    font-size: 0.8em;
    margin: 20px 0 10px 0;
    padding: 10px 0;
    text-transform: uppercase;
}

    .news-item-bottom a {
        font-size: 1em;
    }

    .news-item-bottom .author,
    .news-item-bottom .comments,
    .news-item-bottom .stars,
    .news-item-bottom .tags {
        display: inline-block;
    }

        .news-item-bottom .author i,
        .news-item-bottom .comments i,
        .news-item-bottom .stars i,
        .news-item-bottom .tags i {
            font-size: 1.3em;
            margin-right: 4px;
        }

    .news-item-bottom .author {
        font-weight: 600;
    }

    .news-item-bottom .comments {
        margin: 0 20px;
    }

    .news-item-bottom .stars {
        float: right;
        margin: 0 0 0 10px;
    }

        .news-item-bottom .stars em {
            color: #f1b833;
        }

        .news-item-bottom .stars i {
            margin: 0 0 0 -5px;
        }

.date {
    background-color: #97aabb;
    color: #fff;
    font-size: 0.875em;
    height: 40px;
    left: 10px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 110px;
    z-index: 9;
}
/**
 *
 *
/********************************  $Offers  ********************************/
.offers figure {
    margin: 0 auto;
    width: 80px;
}

.offers p {
    margin: 20px auto;
    text-align: center;
    width: 90%;
}
/**
 *
 *
/*******************************  $On Sale  ********************************/
.onsale {
    background-color: #f3f4f8;
    color: #2d3e52;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding: 0 0 0 130px;
}

    .onsale span {
        background-color: #07a8dc;
        color: #fff;
        display: inline-block;
        font-size: 1.2em;
        margin: 0 40px 0 0;
        padding: 0 10px 0 20px;
        position: absolute;
        top: 0;
        left: 0;
    }

        .onsale span:after {
            border-color: transparent #07a8dc;
            border-style: solid;
            border-width: 20px 0 20px 20px;
            content: '';
            display: block;
            position: absolute;
            right: -20px;
            top: 0;
            width: 0;
            z-index: 1;
        }

    .onsale.alt {
        background-color: #07a8dc;
        color: #fff;
        float: right;
        margin: 0;
        width: 230px;
    }

        .onsale.alt span {
            background-color: #c0c9d2;
        }

            .onsale.alt span:after {
                border-color: transparent #c0c9d2;
            }
/**
 *
 *
/*******************************  $Options  ********************************/
.options {
    background-color: #2d3e52;
    border: 2px solid #99aabe;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    display: inline-block;
    font-size: 22px;
    height: 34px;
    line-height: 25px;
    line-height: 34px;
    margin: 10px;
    text-align: center;
    vertical-align: top;
    width: 34px;
}

    .options a {
        color: #07a8dc;
        display: block;
        line-height: 30px;
    }

    .options .dropdown-menu {
        background-color: #455467;
        left: auto;
        right: 0;
        text-align: left;
        top: 50px;
    }

        .options .dropdown-menu:after {
            border-color: #455467 transparent;
            border-style: solid;
            border-width: 0 7px 8px;
            content: '';
            display: block;
            position: absolute;
            right: 10px;
            top: -8px;
            width: 0;
            z-index: 1;
        }
/**
 *
 *
/*****************************  $Our Numbers  ******************************/
.our-numbers {
    color: #2d3e52;
    font-size: 1.3em;
    font-weight: 500;
    margin: 0 0 60px 0;
    text-align: center;
}

    .our-numbers .chart {
        color: #07a8dc;
        font-size: 2.5em;
        font-weight: 100;
        line-height: 240px;
        margin: 0 auto 10px;
        text-align: center;
        width: 250px;
    }

        .our-numbers .chart canvas {
            -webkit-transform: rotate(30deg);
            -moz-transform: rotate(30deg);
            -o-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
            transform: rotate(30deg);
        }

        .our-numbers .chart span {
            background-color: #f3f4f8;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            display: inline-block;
            height: 150px;
            line-height: 150px;
            text-align: center;
            width: 150px;
        }
/**
 *
 *
/******************************  $Pagination  ******************************/
.pagination {
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .pagination li {
        display: inline-block;
    }

        .pagination li:first-child a,
        .pagination li:last-child a {
            -webkit-border-radius: 0;
            border-radius: 0;
        }

        .pagination li:first-child {
            margin-right: 10px;
        }

        .pagination li:last-child {
            margin-left: 10px;
        }

        .pagination li a {
            background-color: #d9d9d9;
            border: none;
            color: #fff;
            height: 28px;
            line-height: 28px;
            padding: 0;
            text-align: center;
            width: 28px;
        }

            .pagination li a:hover {
                background-color: #07a8dc;
            }

        .pagination li.active a {
            background-color: #868686;
        }

            .pagination li.active a:hover {
                background-color: #07a8dc;
            }



/*blog post*/
.blog {
}

    .blog .img {
        float: right;
        margin: 0 0 10px 20px;
        position: relative;
        width: 360px;
    }

    .blog .img_left {
        float: left;
        margin: 0 10px 10px 30px;
        position: relative;
        width: 310px;
    }

.img-left2 {
    float: left;
    margin: 5px 20px 10px 0;
    position: relative;
    width: 470Px;
}

.img-right2 {
    float: right;
    margin: 5px 0 10px 20px;
    position: relative;
    width: 470Px;
}

.img2 {
    margin: 0 auto;
    position: relative;
    width: 260px;
}

/**
 *
 *
/*********************************  $Posts  ********************************/
.post h2 {
    font-size: 1.6em;
    font-weight: 500;
    text-align: left;
}

.post figure {
    width: 340px;
}

    .post figure + h2 {
        margin-top: 0;
    }

.post p em {
    background-color: #07a8dc;
    color: #fff;
    font-style: normal;
}

.post p span {
    background-color: #fffd74;
}

.post p strong {
    background-color: #7bc300;
    color: #fff;
    font-weight: 400;
}

.post .main-figure {
    float: right;
    margin: 0 0 10px 20px;
    position: relative;
    width: 380px;
}

    .post .main-figure:hover .date {
        background-color: #07a8dc;
    }

    .post .main-figure .date {
        left: 0;
        top: 0;
    }

.post .boxes-title {
    margin-top: 50px;
}

.post-author {
    margin-top: 20px;
    padding: 30px;
    position: relative;
}

    .post-author figure {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        height: 130px;
        left: 30px;
        overflow: hidden;
        position: absolute;
        top: 30px;
        width: 130px;
    }

    .post-author h6 {
        color: #2d3e52;
        margin-top: 0;
    }

    .post-author .content {
        border-left: 1px solid #f4f4f4;
        margin: 0 0 0 155px;
        padding: 0 0 0 25px;
    }

.post-comments {
    margin-top: 20px;
}

    .post-comments .post-comment-item {
        margin: 0 0 20px 0;
        min-height: 170px;
        position: relative;
    }

        .post-comments .post-comment-item figure {
            left: 20px;
            position: absolute;
            text-align: center;
            top: 0px;
        }

            .post-comments .post-comment-item figure img {
                -webkit-border-radius: 50%;
                border-radius: 50%;
                height: 100px;
                width: 100px;
            }

            .post-comments .post-comment-item figure .btn {
                display: block;
                margin-top: 25px;
                width: 120px;
            }

        .post-comments .post-comment-item h6 {
            display: inline-block;
        }

        .post-comments .post-comment-item .publish-date {
            display: inline-block;
            font-size: 0.8em;
            margin-left: 30px;
        }

        .post-comments .post-comment-item .boxes {
            margin: 0 20px 0 155px;
            padding-right: 25px;
        }

        .post-comments .post-comment-item.reply {
            margin-left: 100px;
        }
/**
 *
 *
/*******************************  $Proccess  *******************************/
.proccess {
    list-style: none;
}

    .proccess li {
        float: left;
        font-size: 0.8em;
        height: 170px;
        margin: 20px 0 30px;
        position: relative;
        text-align: center;
    }

        .proccess li span {
            border: 2px solid #07a8dc;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            color: #07a8dc;
            display: block;
            font-size: 3em;
            height: 130px;
            line-height: 130px;
            margin: 0 10px 10px 10px;
            text-align: center;
            width: 130px;
        }

        .proccess li.next {
            color: #07a8dc;
            font-size: 2em;
            line-height: 125px;
            width: 60px;
        }
/**
 *
 *
/*****************************  $Progress Bar  *****************************/
.progress {
    background-color: #f2f2f4;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 24px;
    margin: 40px 0;
    overflow: visible;
    position: relative;
}

.progress-bar {
    line-height: 23px;
}

.progress .caption {
    font-size: 0.875em;
    height: 30px;
    position: absolute;
    top: -30px;
}

.progress .item {
    background-color: #07a8dc;
    position: relative;
}

.progress .progress-bar span {
    background-color: #7ed9f6;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    font-size: 13px;
    font-weight: 600;
    height: 21px;
    line-height: 21px;
    position: absolute;
    right: -19px;
    top: -30px;
    width: 38px;
}

    .progress .progress-bar span:after {
        border-color: #7ed9f6 transparent;
        border-style: solid;
        border-width: 4px 4px 0;
        bottom: -4px;
        content: '';
        display: block;
        left: 14px;
        position: absolute;
        width: 0;
        z-index: 1;
    }
/**
 *
 *
/***************************  $Properties Tabs  ****************************/
.properties-tabs {
    margin-top: 70px;
    text-align: center;
}

    .properties-tabs .property-item {
        float: left;
        margin: 10px;
        max-width: 350px;
        text-align: left;
        width: 100%;
    }

    .properties-tabs .tab-content {
        border-bottom: 1px solid #ebebeb;
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
        padding: 10px 14px;
    }

    .properties-tabs .nav-tabs > li > a {
        -webkit-border-radius: 0;
        border-radius: 0;
        border-right: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
        color: #000;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
    }

        .properties-tabs .nav-tabs > li > a:focus,
        .properties-tabs .nav-tabs > li > a:hover {
            background-color: #f3f4f8;
        }

    .properties-tabs .nav-tabs > li:first-child > a {
        border-left: 1px solid #ebebeb;
    }

    .properties-tabs .nav-tabs > li.active > a {
        background-color: #fff;
        color: #07a8dc;
    }
/**
 *
 *
/***************************  $Property Details  ***************************/
.property-details .property-details-item {
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin: 0 0px 26px;
    padding: 20px;
    text-align: left;
}

    .property-details .property-details-item:hover {
        border-color: #07a8dc;
    }

    .property-details .property-details-item h5 {
        margin: 0 0 5px 0;
    }

    .property-details .property-details-item p {
        font-size: 0.8em;
    }

    .property-details .property-details-item .features {
        border-top: 1px solid #ededed;
        list-style: none;
        padding-top: 10px;
    }

        .property-details .property-details-item .features li {
            display: inline-block;
            font-size: 0.75em;
            line-height: 27px;
            margin: 0 2px;
            overflow: hidden;
            vertical-align: middle;
            white-space: nowrap;
            width: 104px;
        }

            .property-details .property-details-item .features li i {
                display: inline-block;
                font-size: 20px;
                height: 30px;
                width: 30px;
            }

    .property-details .property-details-item .item-thumbnail {
        margin: -20px -20px 20px -20px;
        width: auto;
    }

        .property-details .property-details-item .item-thumbnail .icons {
            font-size: 3em;
        }

        .property-details .property-details-item .item-thumbnail:hover .icons {
            top: 30%;
        }

    .property-details .property-details-item .subtitle {
        font-size: 0.9em;
        margin: 0 0 5px 0;
        text-align: left;
        text-transform: uppercase;
        width: auto;
    }

        .property-details .property-details-item .subtitle span {
            color: #07a8dc;
            font-size: 1.1em;
        }

.property-details.big .property-details-item {
    height: auto;
    width: auto;
    margin: 0 15px 26px 0;
}

    .property-details.big .property-details-item .item-thumbnail {
        float: left;
        margin: -20px 20px -20px -20px;
        max-width: 270px;
    }

    .property-details.big .property-details-item .features {
        border-left: 1px solid #ededed;
        border-top: none;
        float: right;
        margin: 0 0 0 20px;
        min-height: 160px;
        padding: 0 0 0 20px;
        width: 150px;
    }

        .property-details.big .property-details-item .features li {
            width: auto;
        }

        .property-details.big .property-details-item .features .price {
            color: #07a8dc;
            display: block;
            font-size: 2em;
            margin: 0 0 10px 0;
        }

    .property-details.big .property-details-item .subtitle i {
        color: #f1b833;
        font-size: 1.5em;
    }
/**
 *
 *
/***************************  $Property Items  *****************************/
.property-item {
    background-color: #fff6e7;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 10px 0;
    min-height: 112px;
    padding: 10px 9px 10px 10px;
    position: relative;
}

    .property-item p {
        font-size: 17px;
        line-height: 1.6em;
        margin-bottom: 7px;
    }

        .property-item p:last-child {
            margin: 0;
        }

        .property-item p i {
            color: #07a8dc;
            font-size: 15px;
            font-style: normal;
        }

    .property-item figure {
        float: left;
        margin: 0 10px 0 0;
        width: 92px;
    }

    .property-item:last-child {
        margin: 0;
    }

    .property-item.big {
        background: none;
        border: none;
        padding: 0 10px;
    }

        .property-item.big figure {
            left: 0;
            margin: 0 0 10px 0;
            position: relative;
            top: 0;
            width: 100%;
        }

            .property-item.big figure .icons {
                top: 39%;
            }

                .property-item.big figure .icons a {
                    font-size: 1.5em;
                }
/**
 *
 *
/****************************  $Related Topics  ****************************/
.related-topic-item {
    float: left;
    margin: 0 7px;
    width: 260px;
}

    .related-topic-item .item-thumbnail {
        width: auto;
    }

        .related-topic-item .item-thumbnail:hover .icons {
            top: 38%;
        }

        .related-topic-item .item-thumbnail .icons a {
            border: 2px solid #2d3e52;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            color: #2d3e52;
            display: block;
            font-size: 1.5em;
            height: 40px;
            left: 50%;
            line-height: 40px;
            margin: 0 0 0 -20px;
            position: relative;
            text-align: center;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            width: 40px;
        }

            .related-topic-item .item-thumbnail .icons a:hover {
                border-color: #07a8dc;
                color: #07a8dc;
            }

            .related-topic-item .item-thumbnail .icons a i {
                left: -1px;
                position: relative;
                top: -2px;
            }

        .related-topic-item .item-thumbnail .overthumb {
            background-color: #dfe4ea;
        }
/**
 *
 *
/*******************************  $Search By  ******************************/
.searchby {
    margin: 0 0 30px 0;
}

    .searchby h6 {
        display: inline-block;
        line-height: 34px;
        margin: 0 20px 0 0;
    }

    .searchby .form-control {
        border-color: #ebebeb;
        margin: 0 10px 0 0;
        min-width: 150px;
    }
/**
 *
 *
/*******************************  $Services  *******************************/
.services {
    list-style: none;
    margin: 10px 0 0 0;
}

    .services li {
        border-bottom: 2px solid #f3f3f3;
        font-size: 0.9em;
        margin: 0 0 20px 0;
        padding: 0 0 10px 90px;
        position: relative;
    }

        .services li:last-child {
            border: none;
        }

        .services li img {
            left: 0;
            max-width: 75px;
            position: absolute;
            top: 0;
        }

        .services li strong {
            display: block;
        }
/**
 *
 *
/***************************  $Single Property  ****************************/
.single-property {
    padding: 20px;
}

    .single-property .nav-tabs {
        background-color: #f7f7f7;
        border: none;
        font-size: 0.875em;
        line-height: 28px;
        margin: 30px 0 0 0;
    }

        .single-property .nav-tabs > li {
            margin-bottom: 0;
        }

            .single-property .nav-tabs > li > a {
                background-color: transparent;
                border: none;
                -webkit-border-radius: 0;
                border-radius: 0;
                color: #969696;
                font-size: 1em;
                padding: 10px;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

                .single-property .nav-tabs > li > a:hover {
                    color: #07a8dc;
                }

                    .single-property .nav-tabs > li > a:hover span {
                        background-color: #07a8dc;
                    }

                .single-property .nav-tabs > li > a span {
                    background-color: #c4c4c4;
                    color: #fff;
                    display: inline-block;
                    font-size: 1.3em;
                    height: 28px;
                    line-height: 28px;
                    text-align: center;
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    -ms-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                    width: 28px;
                }

            .single-property .nav-tabs > li.active a {
                border: none;
                background-color: #07a8dc;
                color: #fff;
            }

                .single-property .nav-tabs > li.active a span {
                    background-color: #fff;
                    color: #07a8dc;
                }

    .single-property .map {
        height: 375px;
    }

    .single-property .share {
        background-color: #f7f7f7;
        line-height: 34px;
        margin-top: 20px;
        padding: 5px 20px;
        vertical-align: top;
    }

        .single-property .share .btn {
            margin: 0 5px;
        }

            .single-property .share .btn:first-child {
                margin-left: 20px;
            }

    .single-property .slide #slideshow {
        line-height: 0;
    }

    .single-property .slide .thumbs {
        display: inline-block;
    }

        .single-property .slide .thumbs li {
            display: inline-block;
            margin: 11px 5.5px;
            opacity: 0.67;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
            filter: alpha(opacity=67);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            width: 135px;
        }

            .single-property .slide .thumbs li.selected,
            .single-property .slide .thumbs li:hover {
                opacity: 1;
                -ms-filter: none;
                filter: none;
            }

    .single-property .slide .pageLink {
        background-color: #c0c9d2;
        color: #fff;
        display: inline-block;
        height: 135px;
        line-height: 132px;
        margin: 15px 0;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 25px;
    }

        .single-property .slide .pageLink:hover {
            background-color: #07a8dc;
        }

    .single-property .video {
        border: none;
        height: 380px;
        width: 100%;
    }

.details {
    width: 83%;
    direction: rtl;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin: 20px 0 0 0;
    z-index: 999;
    position:absolute;
}

    .details a {
        margin: 20px 0 0 0;
        padding: 10px 0 10px 0;
        color: #fff07a !important;
        z-index: 999;
    }

.square {
    font-size: 13px !important;
    z-index: 999;
    margin-top: 1px;
}

  
/*******************************  $Error 404  *******************************/


.error_404 h3 {
    font-size: 13em;
    margin: 0;
    text-align: center;
}

.error_404 p {
    text-align: center;
}
/**
 *
 *
/*******************************  $Pricing_tables  *******************************/
.pricing_col {
    border: 1px solid #86B2B8;
    border-radius: 3px;
    margin: 40px 0;
    text-align: center;
}

    .pricing_col h2 {
        font-size: 1.2em;
        margin: 10px 0;
    }

.pricing_body {
    background: #FFF;
    color: #333;
    margin: 0 0 15px 0;
}

.pricing_col .btn {
    background: #86b2b8;
    color: #ffffff;
    margin: 5px 0;
    text-align: center;
}

.pricing_list {
    list-style-type: none;
    margin: 0 0 24px;
    padding-left: 0;
    text-align: center;
}

.pricing_body .btn:hover {
    background: #03B4EA;
}

.pricing_col h4 {
    background: #86b2b8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset,0 -1px 1px rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
    padding: 24px;
}

.pricing_list li {
    border-bottom: 1px solid rgba(51,51,51,0.1);
    padding: 12px;
}

.pricing_col .pricing_list li i {
    color: #86b2b8;
}

.pricing_col_medium {
    border: 1px solid #F7B487;
    border-radius: 3px;
    margin: 40px 0;
    text-align: center;
}

    .pricing_col_medium .pricing_list li i {
        color: #F7B487;
    }

    .pricing_col_medium .btn {
        background: #F7B487;
        color: #ffffff;
        margin: 5px 0;
        text-align: center;
    }

    .pricing_col_medium h2 {
        font-size: 1.2em;
        margin: 10px 0;
    }

    .pricing_col_medium h4 {
        background: #F7B487;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset,0 -1px 1px rgba(0, 0, 0, 0.15) inset;
        color: #fff;
        font-size: 60px;
        font-weight: 700;
        line-height: 1em;
        margin: 0;
        padding: 24px;
    }

.pricing_col_right {
    border: 1px solid #C6CF9B;
    border-radius: 3px;
    margin: 40px 0;
    text-align: center;
}

    .pricing_col_right .pricing_list li i {
        color: #C6CF9B;
    }

    .pricing_col_right .btn {
        background: #C6CF9B;
        color: #ffffff;
        margin: 5px 0;
        text-align: center;
    }

    .pricing_col_right h2 {
        font-size: 1.2em;
        margin: 10px 0;
    }

    .pricing_col_right h4 {
        background: #C6CF9B;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset,0 -1px 1px rgba(0, 0, 0, 0.15) inset;
        color: #fff;
        font-size: 60px;
        font-weight: 700;
        line-height: 1em;
        margin: 0;
        padding: 24px;
    }
/**
 *
 *
/********************************  $Social  ********************************/
.social {
    display: inline-block;
    font-size: 20px;
    height: 34px;
    line-height: 34px;
    margin: 8px 3px;
    vertical-align: top;
}

    .social li {
        display: inline-block;
        list-style: none;
    }

        .social li a {
            margin: -3px;
        }

            .social li a:hover {
                color: #07a8dc;
            }
/**
 *
 *
/*******************************  $Sponsors  *******************************/
.sponsors {
    border-top: 1px solid #f2f2f2;
    height: 194px;
    margin-top: 120px;
}

    .sponsors .container {
        padding: 0 50px;
    }

    .sponsors .owl-carousel {
        position: relative;
    }

        .sponsors .owl-carousel .owl-item {
            height: 194px;
            line-height: 194px;
        }

            .sponsors .owl-carousel .owl-item .item {
                height: 194px;
            }

                .sponsors .owl-carousel .owl-item .item a {
                    line-height: 194px;
                }

    .sponsors .owl-controls {
        height: 0;
        margin: -17.5px 0 0 0;
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .sponsors .owl-controls .owl-prev,
        .sponsors .owl-controls .owl-next {
            position: absolute;
        }

            .sponsors .owl-controls .owl-prev:before,
            .sponsors .owl-controls .owl-next:before {
                color: #344559;
                font-family: 'fontello';
                font-size: 2em;
                opacity: 0.3;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
                filter: alpha(opacity=30);
            }

            .sponsors .owl-controls .owl-prev:hover:before,
            .sponsors .owl-controls .owl-next:hover:before {
                opacity: 1;
                -ms-filter: none;
                filter: none;
            }

        .sponsors .owl-controls .owl-prev {
            left: -35px;
        }

        .sponsors .owl-controls .owl-next {
            right: -35px;
        }

        .sponsors .owl-controls .owl-prev:before {
            color: #07a8dc;
            content: '\e870';
        }

        .sponsors .owl-controls .owl-next:before {
            color: #07a8dc;
            content: '\e871';
        }
/**
 *
 *
/******************************  $Subtitles  *******************************/
.subtitle {
    font-size: 1em;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    line-height: 1.5em;
}

.subtitle2 {
    margin: 0 auto;
    width: 100%;
    line-height: normal;
    color: #000;
}

.subtitle3 {
    font-weight: normal;
}

.subtitle4 {
    color: #575757;
    font-weight: normal;
}
/**
 *
 *
/**************************  $Super good offers  ***************************/
.super-offers .property-item {
    float: right;
    width: 49%;
}

    .super-offers .property-item.big {
        float: left;
    }

.super-offers .boxes {
    margin-top: 40px;
}
/**
 *
 *
/*********************************  $Team  *********************************/
.team .team-item {
    float: left;
    margin: 50px 15px 0;
    width: 250px;
}

    .team .team-item > a {
        text-align: center;
        margin: 0 0 10px;
        display: block;
    }

    .team .team-item figure .icons {
        font-size: 0.9em;
    }

        .team .team-item figure .icons .btn.btn-image {
            background: none;
        }

            .team .team-item figure .icons .btn.btn-image:hover {
                background-color: rgba(255,255,255,0.3);
                color: #000;
            }

    .team .team-item h6 {
        margin: 20px 0 5px;
        text-align: center;
    }

    .team .team-item p {
        text-align: center;
    }
/**
 *
 *
/*********************************  $Work  *********************************/
.work .panel-body {
    background-color: #f2f2f4;
    border: 0;
    margin: 0 0 10px 0;
}

.work .panel-group .panel {
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .work .panel-group .panel + .panel {
        margin: 0;
    }

.work .panel-group .panel-heading {
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 0 10px 0;
    padding: 0;
}

    .work .panel-group .panel-heading + .panel-collapse .panel-body {
        border: none;
    }

.work .panel-title > a {
    background-color: #2d3e52;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: 500;
    min-height: 48px;
    line-height: 28px;
    padding: 10px;
    width: 100%;
}

    .work .panel-title > a:hover {
        background-color: #07a8dc;
    }

        .work .panel-title > a:hover i {
            color: #83d8f5;
        }

    .work .panel-title > a i {
        float: right;
        font-size: 1.2em;
    }

.sending {
    font-family: Arial, sans-serif !important;
    color: #f14b2d !important;
    font-size: 15px !important;
    text-align: center;
    padding: 0;
    /*margin:40px -300px 0 0;*/
    direction: rtl;
}

.hidden {
    visibility: hidden;
    display: none;
}

.nohidden {
    display: block;
    font-family: Arial;
}

.visibile {
    display: block;
    visibility: visible;
}

.highlight {
    border: 1px dashed #ff0000 !important;
    color: #f00 !important;
}

.highlight_remove {
    border: thin solid rgba(203, 157, 190, 0.8);
}

.zindex999 {
    z-index: 999;
}

.btnsend {
    width: 150px;
    height: 40px;
    background-color: #6382B1;
    color: #fff;
    margin-top: 4px;
}

    .btnsend:hover {
        width: 150px;
        height: 40px;
        background-color: #849ec7;
        color: #fff !important;
    }

/*red*/
.btnsend2 {
    width: 150px;
    height: 40px;
    background-color: #a61f21;
    color: #fff;
    margin-top: 20px;
    border-radius: 0;
}

    .btnsend2:hover {
        width: 150px;
        height: 40px;
        background-color: #bd3a3c;
        color: #fff !important;
    }


.btnopen {
    width: 150px;
    height: 40px;
    background-color: #6382B1;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    cursor: pointer;
    margin: 5px;
}

    .btnopen:hover {
        width: 150px;
        height: 40px;
        background-color: #849ec7;
        color: #fff !important;
    }

.object_open {
    float: none;
    position: absolute;
    margin: -34px auto 0 auto !important;
    display: block;
}

.btnopenf {
    width: auto;
    padding: 5px;
    background-color: #ebebeb;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    cursor: pointer;
    margin: 0;
}

    .btnopenf img {
        width: 35px;
    }

    .btnopenf:hover {
        background-color: #f3f3f3;
        color: #fff !important;
    }

.textbox {
    color: #000;
    height: 150px !important;
    line-height: 20px !important;
    font-weight: normal;
    padding: 10px;
}

.textarea {
    color: #000;
    min-height: 110px;
    line-height: 20px !important;
    font-weight: normal;
    /*resize: vertical;*/
    box-sizing: border-box;
    resize: none;
}

.padding0 {
    padding:0;
}

textarea:focus, input:focus {
    outline: none;
}


.select {
    font-weight: bold;
    color: #444 !important;
}

.select2 {
    font-weight: normal;
    color: #444 !important;
}

.select3 {
    font-weight: normal;
    color: #444 !important;
    float: left;
}

.textbox {
    height: auto;
}


.link1 a, .link1 i {
    color: rgba(177, 177, 177, 0.80);
}

    .link1 a:hover, .link1 i:hover {
        color: rgba(177, 177, 177, 1);
    }

.imgViewFile {
    width: 200px;
    height: 200px;
}

.gray_text {
    color: #444;
}

.white_text {
    color: #fff !important;
}

/*background colors*/

.white {
    background-color: #fff !important;
}

.orange {
    background-color: #F7B487;
}

.blue {
    background-color: #344559;
}

.red {
    background-color: #ff0000;
    color: #fff;
}

.errormsg {
    background-color: #ac3636;
    color: white;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

.yellow {
    background-color: #E3C626;
}

.yellow_light {
    background-color: #F6E275;
}

.blueish {
    background-color: #6382B1;
}

/*text colors*/

.text_blue {
    color: #19667e;
}

.text_red {
    color: #ff0000;
}

.text_gray {
    color: #3c1f1f;
}

.bold_text {
    font-weight: bold;
}

.padding_bottom2 {
    padding-bottom: 2px;
}

.padding_bottom5 {
    padding-bottom: 5px;
}

.padding_bottom10 {
    padding-bottom: 10px;
}

.padding_bottom20mob {
    padding-bottom: 0;
}

.padding_bottom15 {
    padding-bottom: 15px;
}

.padding_bottom20 {
    padding-bottom: 20px;
}

.padding0 {
    padding: 0;
}

.menu-separator {
    color: #899eb7;
    height: 40px;
    line-height: 40px;
    /*padding: 0 10px 0 10px;*/
}

.iframefosale {
    width: 100%;
    height: 252px;
    /*height: auto;*/
    margin-bottom: 0;
}

.uploded_image {
    max-height: 400px;
}

.btn.btn-reg {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    background-color: #e0c118;
    /*-webkit-box-shadow: 0px 8px 8px -4px rgba(158,158,158,1);
    -moz-box-shadow: 0px 8px 8px -4px rgba(158,158,158,1);
    box-shadow: 0px 8px 8px -4px rgba(158,158,158,1);*/
}

.btn.btn-reg2 {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    max-width: 280px;
    /*-webkit-box-shadow: 0px 8px 8px -4px rgba(158,158,158,1);
    -moz-box-shadow: 0px 8px 8px -4px rgba(158,158,158,1);
    box-shadow: 0px 8px 8px -4px rgba(158,158,158,1);*/
}

.btn_link {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background-color: #aaaaaa;
    width: 150px;
    padding: 2px 8px 2px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

    .btn_link:hover {
        background-color: #8d8a8a;
        color: #fff;
    }

.btn.btn-reg:hover, .btn.btn-reg2:hover {
    color: #000;
    background-color: #f6e275;
    font-weight: bold;
}

.title01 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    padding: 0 5px 8px 0;
    line-height: normal;
}

.title02 {
    text-align: center;
    font-size: 23px;
    color: #fff;
    font-weight: normal;
}

.title03 {
    text-align: center;
    font-size: 17px;
    color: #fff;
}

.title11 {
    text-align: center;
    font-size: 23px;
    color: #fff;
    font-weight: normal;
}

    .title11:hover {
        color: #fffeda;
    }

.btn_default {
    color: #fff;
    background-color: #6382B1;
    border-color: #ccc;
    width: 100%;
    height: 35px;
    /*-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
}

    .btn_default:hover, .btn_default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #fff;
        background-color: #587aae;
        border-color: #adadad;
    }

.fright_filter {
    float: right !important;
}

.space1 {
    width: 10px !important;
    border: none;
    background-color: transparent !important;
}

.btn-search {
    background-color: #6382B1;
    border: thin solid #fff;
    color: #fff;
    border-radius: 4px;
    height: 35px;
    width: 150px;
}


    .btn-search:hover {
        background-color: #2D3E52;
    }

.validation {
    text-align: right;
    font-size: 0.9em;
    position: absolute;
    margin-top: -3px;
}

.padding_title {
    height: auto !important;
}

.padding_top_0 {
    padding-top: 0 !important;
}

.padding_top_5 {
    padding-top: 5px;
}

.padding_top_10 {
    padding-top: 10px;
}

.padding_top_15 {
    padding-top: 15px !important;
}

.padding_top_20 {
    padding-top: 20px !important;
}

.padding_top_25 {
    padding-top: 25px;
}

.padding_left_0mob {
    padding-left: 0 !important;
}

.padding_right_10 {
    padding-right: 10px !important;
}

.padding_right_0mob {
    padding-right: 0 !important
}

.padding_top_20mob {
    padding-top: 20px !important;
}

.padding_top_60mob {
    padding-top: 60px !important;
}

.margin_top_0 {
    margin-top: 0 !important;
}

.margin_top_20 {
    margin-top: 20px;
}

.margin_top_25 {
    margin-top: 25px;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin_top_15 {
    margin-top: 15px !important;
}

.margin_top_10 {
    margin-top: 10px !important;
}

.margin_top_5 {
    margin-top: 5px;
}

.margin_top_20_mob {
    margin-top: 0;
}

.margin_bottom_5 {
    margin-bottom: 5px;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.margin_bottom_15 {
    margin-bottom: 15px;
}

.margin_bottom_20 {
    margin-bottom: 20px !important;
}

.margin_bottom_25 {
    margin-bottom: 25px !important;
}

.margin_bottom_30 {
    margin-bottom: 30px !important;
}

.image_tumb_w {
    float: right;
    padding: 10px;
    border: 8px solid #e4e4e4;
    background-color: #ededed;
    margin: 0 auto;
    display: block;
    width: 260px;
    height: 141px;
    overflow: hidden;
}

    .image_tumb_w img {
        width: 130px;
        height: 80px;
        left: 0;
        right: 0;
        margin: auto;
    }

.center_box {
    float: none;
    clear: both;
    margin: 0 auto;
    background-color: #fff;
}

.txt_update {
    width: 100%;
    text-align: right;
    color:#232323;
    border: thin solid #c3c3c3;
    padding: 0;
    /*overflow: hidden;*/
    /*min-height: 100px;*/
    margin: 0 auto 0 auto !important;
    display: block;
    padding: 0 !important;
    resize: vertical !important;
    overflow: auto;
    line-height: 15px !important;
    font-weight:normal;
}

.txt_seo_update {
    width: 97%;
    text-align: center;
    border: thin solid #ddd;
    /*overflow: hidden;*/
    min-height: 45px;
    height: 45px;
    /*min-height: 100px;*/
    display: block;
    margin: 6px auto 0 auto;
    resize: vertical !important;
    overflow: auto;
    padding: 10px 6px;
}

.lbl_content {
    width: 100% !important;
    border: none;
    padding: 0;
    /*overflow: hidden;*/
    height: auto !important;
    float: none;
    margin: 0 auto 0 auto;
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #000 !important;
    line-height: normal;
}

.lbl_ceo {
    width: 100%;
    text-align: center;
    border: none;
    /*overflow: hidden;*/
    height: auto !important;
    /*min-height: 100px;*/
    float: none;
    margin: 0 auto 0 auto;
    padding: 0;
}

.lbl_ceo_desc {
    width: 100%;
    text-align: center;
    border: none;
    /*overflow: hidden;*/
    height: auto !important;
    /*min-height: 100px;*/
    float: none;
    margin: 0 auto 0 auto;
    padding: 0;
    font-size: 15px;
    color: #676767;
}

.lbl_tivuh {
    display: inline;
}

.icon-phone {
    font-size: 24px;
    margin: 0px 0 0 0;
    position: absolute;
}

.icon-home {
    font-size: 20px;
    margin: 0px 0 0 0;
    position: relative;
}

.icon-star {
    font-size: 17px;
    margin: 0 4px 0 0;
    position: relative;
}

.icon_home {
    background: url('../img/icons/home.png') no-repeat;
    width: 32px;
    height: 32px;
    display: table-cell;
    vertical-align: middle;
}

.icon_sent {
    background: url('../img/icons/sent.png') no-repeat;
    width: 32px;
    height: 32px;
    display: table-cell;
    vertical-align: middle;
}

.txt_phone {
    text-align: center
}

.upload_w {
    /*padding: 10px 0 40px 0;*/
}

.add_new_photo {
    width: 92px;
    height: 92px;
    margin: 0 auto;
    float: none;
    float: right;
    display: block;
    padding: 4px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    opacity: 0.8;
    cursor: pointer;
    margin-left: 4px;
}

    .add_new_photo:hover {
        opacity: 1;
    }

.add_frame {
    background: url('../img/icons/file_added_frame.jpg') no-repeat;
    width: 92px;
    height: 92px;
}

.sending1 {
    visibility: visible;
    margin: 20px 45px 0 0;
    text-align: center;
    font-size: 17px;
    border-radius: initial;
    /*background: url('../images/gif/loading.gif') no-repeat;*/
}

.sending2 {
    visibility: visible;
    margin: 20px 45px 0 0;
    text-align: center;
    font-size: 17px;
    border-radius: initial;
    /*background: url('../images/gif/loading.gif') no-repeat;*/
}



.msg_text {
    text-align: center;
    margin: 0 auto;
    width: 200px;
}

.msg_text2 {
    text-align: center;
    margin: 0 auto;
    width: 100px;
    color: #fff;
    width: 100px;
}

.photo_add {
    float: left;
    width: 70px;
    height: 70px;
    background-color: #e8d1ad;
    padding: 2px;
    cursor: pointer;
}

.photo_wrapper {
    float: none;
    clear: both;
    display: block;
    background-color: #fff7ea;
    padding: 10px 10px 10px 0;
    margin: 0 auto 10px auto;
}

.photo_add2 {
    float: none;
    width: 70px;
    height: 70px;
    background-color: #e8d1ad;
    padding: 2px;
    cursor: pointer;
    margin: 4px 0 4px 0;
}

.img_left2 {
    float: left !important;
    text-align: center;
    padding: 10px 20px 20px 0;
    width: 450px;
}

.sep15 {
    float: right;
    height: 15px;
}


/*.agent_photo_frame {
    width: 100%;
    height: 100%;
    padding: 0;
}

.agent_photo {
    width: 100%;
    height: auto;
}*/

.img_agent_frame {
    margin: 10px auto 5px auto;
    display: block;
    width: 121px;
    padding: 5px;
    background-color: #fff9ed;
    text-align: right;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
    overflow: hidden !important;
    float: right;
    /*border:thin solid #dcdcdc;*/
}

.img_agent {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu_top_edit_right {
    width: 49%;
    display: block;
    float: right;
}

.menu_top_edit_left {
    width: 49%;
    display: block;
    float: left;
}

.boxes3 {
    border: 1px solid #dcdcdc;
    padding: 10px 0;
    margin: 20px 0 0 0;
}

.btns_pos {
    margin: 0 auto;
    width: 210px;
    display: block;
}

.title07 {
    font-size: 19px;
    font-weight: normal;
    color: #344559;
    display: block;
    text-align: center;
    line-height: 21px;
}

.background_color_gray {
    border: 1px solid #dadada;
    /*padding: 10px;*/
    width: 100%;
}

.invest-item {
    float: left;
    margin: 0 15px 30px 15px;
    width: 360px;
}

.invest-item_s {
    float: none;
    margin: 0 0 30px 0;
    width: auto;
}

.invest-item:hover {
    border-color: #07a8dc;
}



.invest-item.boxes + .boxes {
    margin-top: 0;
}

.whitehat {
    float: left;
    margin: 10px 0 0 1px;
}

    .whitehat img {
        width: 60px;
        float: left;
    }

.title04 {
    float: left;
    font-weight: bold;
    text-align: left;
    font-size: 17px;
    color: #777;
    margin: 20px 0 0 6px;
}

.row2 {
    margin-right: 2px;
    margin-left: 2px;
}

/*Hide Input Number Arrows*/
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.comp_title {
    float:right;
    font-size: 26px !important;
    line-height: 26px;
    width: 100% !important;
    border: none;
    padding: 0 !important;
    /*overflow: hidden;*/
    height: auto !important;
    margin: 0 auto 15px auto;
    display: block;
    font-weight: bold;
    text-align: center;
    color: #000 !important;
}

.comp_sub_title {
    float: none;
    font-size: 22px !important;
    line-height: 24px;
    width: 100% !important;
    border: none;
    padding: 0;
    /*overflow: hidden;*/
    height: auto !important;
    margin: 0 auto 15px auto;
    display: block;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.comp_sub_title2 {
    float: none;
    font-size: 21px !important;
    line-height: 23px;
    width: 100% !important;
    border: none;
    padding: 0;
    /*overflow: hidden;*/
    height: auto !important;
    margin: 0 auto 15px auto;
    display: block;
    font-weight: normal;
    text-align: center;
    color: #000;
}

/*.comp_title_update {
    font-size: 28px !important;
    line-height: 28px;
    width: 100% !important;
    min-height: 100px;
    border: none;
    padding: 0;
    float: none;
    margin: 0 auto 0 auto;
    display: block;
    font-weight: bold;
    text-align: center;
    resize: vertical !important;
    overflow: auto;
    color: #000;
}*/


.comp_title_update {
    float: right;
    font-size: 26px !important;
    line-height: 26px;
    width: 100% !important;
    min-height: 100px;
    border: none;
    padding: 0 !important;
    margin: 0 auto 15px auto;
    display: block;
    font-weight: bold;
    text-align: center;
    color: #000 !important;
    resize: vertical !important;
    overflow: auto;
}

.comp_sub_title_update {
    float: none;
    font-size: 22px !important;
    line-height: 24px;
    width: 100% !important;
    min-height: 100px;
    border: none;
    padding: 0;
    margin: 0 auto 15px auto;
    display: block;
    font-weight: bold;
    text-align: center;
    color: #000;
    resize: vertical !important;
    overflow: auto;
}

.comp_sub_title2_update {
    float: none;
    font-size: 21px !important;
    line-height: 23px;
    width: 100% !important;
    min-height: 100px;
    border: none;
    padding: 0;
    margin: 0 auto 15px auto;
    display: block;
    font-weight: normal;
    text-align: center;
    color: #000;
    resize: vertical !important;
    overflow: auto;
}



/*tooltip*/
.tooltip1 {
    /*background: url(../img/icons/tooltip.png) no-repeat;*/
    z-index: 999;
    /*pointer-events: none;*/
    cursor: default;
    text-decoration: none;
    color: #344559;
    height:100px;
}
    .tooltiptext1 {
        visibility: hidden;
        width: 120px;
        background-color: #6382B1;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

a.tooltip1:hover + span.tooltiptext1
 {
    visibility: visible !important;
}


.btnsend {
    width: 150px;
    height: 40px;
    background-color: #6382B1;
    color: #fff;
    margin-top: 4px;
}

    .btnsend:hover {
        width: 150px;
        height: 40px;
        background-color: #849ec7;
        color: #fff !important;
    }

.title_right_menu {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 22px;
    width: 100%;
    line-height: 20px;
}

.link_gray {
    color: #425367;
    text-decoration: none;
}

.profile_map {
    position: relative;
    overflow: hidden;
    float: right;
    width: 100%;
    z-index: 100;
}

    .profile_map iframe {
        width: 100%;
        height: 310px;
        border: none;
        background: #fff;
        float: right;
        /*margin-bottom:20px;*/
    }

/*big icons*/
.room_ico {
    width: 40px;
    height: 40px;
    background: url('../img/icons/appartment/room.png') 0 0 no-repeat;
    margin: 0 auto;
}

.floor_ico {
    width: 40px;
    height: 40px;
    background: url('../img/icons/appartment/stairs.png') 0 0 no-repeat;
    margin: 0 auto;
}

.size_ico {
    width: 40px;
    height: 40px;
    background: url('../img/icons/appartment/size.png') 0 0 no-repeat;
    margin: 0 auto;
}

.date_ico {
    width: 40px;
    height: 40px;
    background: url('../img/icons/appartment/date.png') 0 0 no-repeat;
    margin: 0 auto;
}


/*big icons product*/
.prod_ico1 {
    width: 40px;
    height: 40px;
    background: url('../img/icons/product/prod_ico1.png') 0 0 no-repeat;
    margin: 0 auto;
}

.prod_ico2 {
    width: 40px;
    height: 40px;
    background: url('../img/icons/product/prod_ico2.png') 0 0 no-repeat;
    margin: 0 auto;
}

.prod_ico3 {
    width: 40px;
    height: 40px;
    background: url('../img/icons/product/prod_ico3.png') 0 0 no-repeat;
    margin: 0 auto;
}

.prod_ico4 {
    width: 40px;
    height: 40px;
    background: url('../img/icons/product/prod_ico4.png') 0 0 no-repeat;
    margin: 0 auto;
}



/*icons - שתף*/

.email_ico {
    width: 30px;
    height: 30px;
    /*background: url('../img/icons/social/email_w.png') 0 0 no-repeat;*/
    margin: -8px -10px 0 20px;
}

.whatsapp_ico {
    width: 20px;
    height: 20px;
    /*background: url('../img/icons/social/whatsapp_w.png') 0 0 no-repeat;*/
    margin: 0 auto;
    float: right;
}

.sms_ico {
    width: 20px;
    height: 20px;
    /*background: url('../img/icons/social/sms_w.png') 0 0 no-repeat;*/
    margin: 0 auto;
    float: right;
}

.social_ico {
    float: right;
    width: 30px;
    height: 30px;
    /*background: url('../img/icons/social/email_w.png') 0 0 no-repeat;*/
    margin: 4px 5px 0 0;
}

/*obj1_w*/

.obj1_w {
    margin: 0 auto;
    width: 100%;
    /*border: thin solid;*/
    float: right;
}

.obj1 {
    float: right;
    /*padding: 0 6px;*/
    /*border: thin solid;*/
    width: 70px;
}

.desc_pos1 {
    display: block;
    margin: 10px 0 0 0;
}

.desc_text3 {
    text-align: right;
    color: #3c1f1f;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px !important;
    margin: 0;
}

.title_text1 {
    float: right;
    text-align: right;
    color: #3c1f1f;
    font-size: 26px;
    font-weight: bold;
    margin: 15px auto 5px auto;
    display: block;
    padding: 0 0 0 0;
}

/*city*/
.title_text2 {
    float: right;
    text-align: right;
    color: #3c1f1f;
    font-size: 18px;
    font-weight: normal;
    display: block;
    width: auto;
    line-height: 22px;
    margin: 0;
    padding: 0 0 6px 0;
}

.title_text3 {
    text-align: right;
    font-size: 21px;
    font-weight: bold;
}

.title_text4 {
    float: right;
    text-align: right;
    color: #3c1f1f;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 6px 0;
}

.title_text5 {
    float: none;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    padding: 0;
    display: block;
    width: auto;
    line-height: 26px;
    margin: 0;
    padding: 0 0 6px 0;
}

.obj2 {
    float: none;
    width: auto;
}

.desc_text2 {
    text-align: right;
    color: #3c1f1f;
    float: right;
    font-size: 15px;
}

.obj3_w {
    /*margin: 0 auto;*/
    /*border: thin solid;*/
    float: right;
    width: 130px;
}

.obj3 {
    top: 0;
    margin-top: 10px;
    display: block;
    /*border: thin solid;*/
}

    .obj3 img {
        float: right;
        /*padding: 0 6px;*/
        /*border: thin solid;*/
    }

.obj4 {
    top: 0;
    margin: 0 10px 0 0;
    width: 41px;
    height: 41px;
    /*border: thin solid;*/
}

    .obj4 img {
        float: right;
        padding: 6px;
        width: 41px;
        height: 41px;
        /*padding: 0 6px;*/
        /*border: thin solid;*/
    }

.desc_text4 {
    text-align: right;
    color: #3c1f1f;
    font-size: 17px;
    float: right;
    padding: 0 10px 0 0;
    margin: -3px 0 0 0;
    width: 40px;
}

.desc_text4b {
    text-align: right;
    color: #3c1f1f;
    font-size: 17px;
    float: right;
    padding: 0 10px 0 0;
    margin: -3px 0 0 0;
    width: auto;
}

.desc_text5 {
    color: #938989;
    text-decoration: line-through;
}

.desc_text6 {
    text-align: right;
    color: #3c1f1f;
    font-size: 17px;
    float: right;
    margin: -3px 0 0 0;
    padding: 0;
    height: 40px;
    /*border:thin solid*/
}

/*icons - פרטים נוספים*/

.details_ico {
    width: 17px;
    height: 17px;
    float: right;
    /*background: url('../img/icons/social/email_w.png') 0 0 no-repeat;*/
    /*margin: 0 auto;*/
}


.obj4_w {
    /*margin: 0 auto;*/
    float: right;
    width: 100px !important;
    display: table-cell;
    /*border: thin solid;*/
}

.obj5_w {
    /*margin: 0 auto;*/
    float: right;
    width: 200px;
    /*border: thin solid;*/
    display: table-cell;
    white-space: nowrap;
    overflow: hidden;
}

.desc_text {
    text-align: center;
    color: #3c1f1f;
    font-size: 13px;
    /*border: thin solid;*/
}

.social_btn {
    float: left !important;
    width: 30px;
    margin: 0 0 0 0;
    padding: 0;
}

.link_btn {
    float: left !important;
    width: 30px;
    margin: 0 0 0 20px;
    padding: 0;
}

.details_btn {
    float: left;
    margin: 0 0 0 10px;
}

.waze_nav {
    float: right;
    width: 40px;
    position: relative;
    z-index: 999;
    margin: 0 0 0 10px;
}

.line_sep {
}

.top_but {
    margin: 10px 0 0 25px !important;
    padding: 0;
    float: left;
    z-index: 999;
}

.iframeProduct {
    width: 100%;
    height: 252px;
    /*height: auto;*/
    margin-bottom: 0;
    border: none;
}

.floatright1 {
    float: right;
}

.invest-item-raw {
    width: 100%;
    background-color: rgba(0, 148, 255, 0.1);
    z-index: 100;
    /*height:120px;*/
    /*-webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;

     -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;*/
}

/*.checkbox_style
{
    width: 50px;
  height: 10px;
  background: #333;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}*/

/*input[type="checkbox"]{
    font-size:20px !important;
  background: #333;
  margin: 0 auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}*/

.invest-item-raw, .bottom10 {
    margin-bottom: 2px;
}

.invest-item {
    left: 0% !important;
}

.padding0 {
    padding: 0;
}

.invest-item-raw:hover {
    background-color: #6382B1;
    color: #fff;
}

.color1 {
    background-color: #dbd7d7;
}

    .color1:hover {
        background-color: #e4e4e4;
        color: #000 !important;
    }

    .color1 span:hover {
        color: #000 !important;
    }


.color2 {
    background-color: #efefef;
}

.color6 {
    background-color: #808080;
}

/*red*/
.color7 {
    background-color: #a61f21;
}

/*gray*/
.color8 {
    background-color: #2f2f2f;
}

.btn_nav {
    border: none;
    background-color: #a61f21;
    color: #fff;
    padding: 10px 15px;
}

    .btn_nav:hover {
        background-color: #bd3a3c;
    }

.btn_prop {
    border: none;
    color: #fff;
    padding: 10px 15px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    max-width: 280px;
}

    .btn_prop:hover {
        color: #fff;
    }

.rows {
    padding: 4px 10px 4px 4px;
}



/*.invest-item-raw :nth-child(even) {
    background: #ccc;
}

.invest-item-raw :nth-child(odd) {
    background: #999;
}*/

.baner1 {
    display: block;
}

.baner2 {
    display: none;
}

.content_prop {
    float: right;
    z-index: 100;
}

.margin_right_row {
    margin-right: -7px;
}

.search_field {
    padding: 0 2px 4px 2px;
    margin: 0 0 0 0;
}

.btn-search2:hover {
    background-color: #2D3E52;
}

.padding_row {
    padding: 5px !important;
}

.img_prop {
    float: left;
    padding: 0;
    margin: -3px 0 -3px 12px !important;
    margin: 0 auto;
    font-size: 15px;
    width: 140px;
    height: 110px;
}

    .img_prop img {
        font-size: 15px;
        padding: 0;
        width: 140px;
        height: 110px;
        object-fit: cover;
    }

/*.checkboxOff label{
    width: 44px !important;
    height: 40px !important;
    display:block;
    background: url("img/icons/fav.png");
}*/

/*.checkboxOff {
    display: none;
}

#sck_fav + label {
    background: url('../img/icons/fav.png') no-repeat;
    width: 22px !important;
    height: 20px !important;
    display: block;
    position: absolute;
    margin: 0 0 10px 10px;
    float: left;
    left: 0;
    bottom: 0;
    z-index: 999;
    cursor: pointer;
    background-color: aqua
}

input[type="checkbox"]:checked + label {
    background: url('../img/icons/fav_selected') no-repeat;
    width: 44px !important;
    height: 40px !important;
    display: inline-block;
    background-color: antiquewhite
}*/

/*.checkboxOff {
    width: 44px !important;
    height: 40px !important;
    position: absolute;
    margin: 0 0 10px 10px;
    float: left;
    left: 0;
    bottom: 0;
    z-index: 999;
    display: block;
    cursor: pointer;
}*/


.checkboxOn {
    width: 44px !important;
    height: 40px !important;
    position: absolute;
    margin: 0 0 10px 10px;
    float: left;
    left: 0;
    bottom: 0;
    z-index: 999;
    display: block;
    cursor: pointer;
}

/*pointer-events: none;*/
.checkboxOn {
    width: 44px !important;
    height: 40px !important;
    position: absolute;
    margin: 0 0 10px 10px;
    float: left;
    left: 0;
    bottom: 0;
    z-index: 999;
    display: block;
    cursor: pointer;
    background-color: #a99191
}

    .checkboxOn.checked {
        background-color: green;
    }

.ico_favorite {
    width: 40px;
    height: 40px;
    /*background-color: #ff6a00;*/
    border: thin solid;
    position: absolute;
    margin: 0 6% 0 0;
    bottom: 0;
    background: url('/img/icons/fav.png');
}

.ico_favorite_selected {
    width: 40px;
    height: 40px;
    background-color: #ff6a00;
    border: thin solid;
    position: absolute;
    margin: 0 6% 0 0;
    bottom: 0;
    background: url('/img/icons/fav_selected.png');
}

.black_text {
    color: #000 !important;
}

    .black_text:hover, .black_text span:hover {
        color: #fff !important;
    }

.search_field2 {
    padding: 0 2px 11px 2px;
    margin: 0 !important;
}

.buttons {
    margin: 0 auto;
    display: block;
    width: auto;
}

.btn_search2 {
    background-color: #6382B1;
    border: thin solid #fff;
    color: #fff !important;
    border-radius: 4px;
    height: 35px;
    width: 130px;
    margin: 0 auto;
    display: block;
    line-break: loose;
}

.btn_clear {
    background-color: #808080;
    border: thin solid #fff;
    color: #fff;
    border-radius: 4px;
    height: 35px;
    width: 130px;
    margin: 0 auto;
    display: block;
    line-break: loose;
}

.message1 {
    color: #344559;
    font-size: 17px !important;
    width: 100% !important;
    text-align: center;
    padding: 4px 0;
    /*overflow: hidden;*/
    height: auto !important;
    float: none;
    background-color: #e5d88d;
    margin: 0 auto 0 auto;
    display: block;
}

.rows_text {
    float: left;
    font-size: 17px;
    line-height: normal;
    padding: 0 0 0 0;
    margin: 0;
    min-height: 83px;
    height: auto;
    max-width: 100%;
    /*max-height: 75%;*/
    /*height: 120px;*/
    /*border: thin solid;*/
}

.content_prop {
    float: left;
    z-index: 100;
}

.img_prop {
    float: right;
    padding: 0 !important;
    /*margin: -3px 0 -3px 12px !important;*/
    margin: -3px 12px -3px 5px !important;
    /*border: thin solid;*/
    font-size: 15px;
    width: 110px;
    height: 80px;
    display: table;
    position: absolute;
}

    .img_prop img {
        font-size: 15px;
        padding: 0 !important;
        width: 110px;
        height: 90px;
    }

.padding_row {
    padding: 5px 5px 6px 5px !important;
}

/*share_float*/
.float {
    bottom: 20px;
    position: fixed;
    /*border:thin solid;*/
    z-index: 999;
    margin-right: 10px;
}

    .float img {
        width: 70px;
    }

*:focus {
    outline: none;
}

.footer_tags {
    padding: 0 15px;
}

    .footer_tags .tag {
        float: right;
        width: auto;
        padding: 2px 8px 3px 8px;
        background-color: #4d4d4d;
        color: #fff;
        border-radius: 10px;
        margin: 6px 0 5px 8px;
        font-size: 14px;
    }

    .footer_tags .tagLast {
        float: right;
        width: auto;
        padding: 2px 8px 3px 8px;
        background-color: #4d4d4d;
        color: #fff;
        border-radius: 10px;
        margin: 6px 0 5px 0;
        font-size: 14px;
    }



.copy {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size:25px !important;
    padding:10px 0;
}

.counter_pos_center {
    float: right;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: auto;
}

.counter_pos {
    float:right;
    margin:5px 5px 0 0;
}

.counter {
    float: right;
    color: #2d3e52;
    font-size: 16px;
    text-align: right;
}

.floatleft, .fleft {
    float: left;
}

.floatright, .fright {
    float: right;
}

.sep_counter {
    float: right;
    color: #2d3e52;
    font-size: 16px;
    display: block;
}


/*accessibility*/
.btn_accessibility {
    top: 185px;
    left: -4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(230, 230, 230, 0.80) !important;
    z-index: 999;
}


.color1 {
    background-color: #dbd7d7;
}

.color2 {
    background-color: #efefef;
}

.color3 {
    background-color: #cab53d;
}

.color4 {
    background-color: #76a3cf;
}

.color5 {
    background-color: #561111;
}

.color6 {
    background-color: #808080;
}

/*red bg*/
.color7 {
    background-color: #a61f21;
}

/*gray bg*/
.color8 {
    background-color: #393939;
}

/*red dark text*/
.color9 {
    color: #700e10;
}

/*red dark bg*/
.color10 {
    background-color: #700e10;
}

/*blue bg*/
.color11 {
    background-color: #113d69;
}

.color12 {
    background-color: #e2e2e2;
}

.color13 {
    background-color: #e5d88d;
}

    .color13:hover {
        background-color: #dde1d1;
    }

.color14 {
    background-color: #e9e0b3;
}

    .color14:hover {
        background-color: #dde1d1;
    }

/*red*/
.btn_nav2 {
    border: none;
    background-color: #a61f21;
    color: #fff;
    padding: 20px;
    min-width: 130px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 20px !important;
}

    .btn_nav2:hover {
        color: #fff;
        background-color: #bd3a3c;
    }

/*gray short*/
.btn_navg {
    border: none;
    background-color: #393939;
    color: #fff;
    padding: 10px 15px;
    min-width: 100px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    z-index: 555;
}

    .btn_navg:hover {
        color: #fff;
        background-color: #4a4a4a;
    }

/*gray*/
.btn_prop {
    border: none;
    color: #fff;
    padding: 10px 15px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    max-width: 280px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #a61f21 !important;
}

    .btn_prop:hover {
        color: #fff;
        background-color: #344559 !important;
    }


.btn_prop3 {
    float: left;
    border: none;
    color: #fff;
    padding: 2px 8px;
    margin: 1px 10px 0 5px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    width: auto;
    text-align: center;
    max-width: 280px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #a61f21 !important;
}

    .btn_prop3:hover {
        color: #fff !important;
        background-color: rgba(166, 31, 33, 0.9) !important;
    }

.btn_ico {
    border: none;
    color: #fff;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    width: 40px;
    height: 40px;
    text-align: center;
    max-width: 280px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.black_text {
    color: #3b5c8e !important;
}

.message_color {
    border: none;
    background-color: #a61f21;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 auto;
}

.black_text:hover, .black_text span:hover {
    color: #000 !important;
}

.text1 {
    font-size: 28px;
    color: #a61f21;
    padding: 0 10px 0 0;
}

.text2 {
    font-size: 28px;
    color: #fff;
    padding: 0 10px 0 0;
}


.text3 {
    font-size: 24px ;
    line-height: 24px ;
    color: #777;
    padding: 0 0 0 0 ;
    margin: 0 0 0 0 ;
    text-align:center;
}

.text4 {
    font-size: 22px;
    line-height: 22px;
    color: #777;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: center;
}

.text5 {
    font-size: 18px;
    line-height: 22px;
    font-weight:normal;
    color: #777;
    padding:0;
    margin: 0 0 0 0;
    text-align: right;
}

.bg_box {
    background-color:#ddecf6;
    padding:10px;
}

.bg_text {
    background-color: #f6f5e7;
    padding: 10px 15px 10px 15px;
}

.btn_prop2 {
    border: none;
    color: #fff !important;
    font-size: 17px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #a61f21 !important;
    padding: 3px 6px 3px 6px;
    width: 207px;
}

    .btn_prop2:hover {
        color: #fff !important;
        background-color: #b5a535 !important;
    }

.btn_menu_pos {
    margin: 0 auto 10px auto !important;
    position: relative;
    display: block;
    float: none;
    width: 100%;
}

/*red*/
.btn_nav {
    border: none;
    background-color: #a61f21 !important;
    color: #fff !important;
    padding: 10px 10px;
    min-width: 100px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    -webkit-text-shadow: none;
    text-shadow: none;
}

    .btn_nav:hover {
        background-color: #bd3a3c !important;
        color: #fff !important;
        -webkit-text-shadow: none;
        text-shadow: none;
    }

.text_color1 {
    color: #2b2b2b !important;
}





.navbar_header {
    padding-left: 10px;
}

.max_height60 {
    max-height: 60px;
}

ul.tab li a:focus, .active {
    background-color: #a61f21 !important;
}

    .active:hover {
        background-color: #6382b1 !important;
    }

.main-nav {
    line-height: 26px;
}

    .main-nav > ul {
        display: block;
        z-index: 1;
    }

    .main-nav li {
        position: relative;
        float: right;
        margin: 0 0 0 0;
        /*list-style-type:none !important;*/
        /*list-style-image: url('../images/logo/q.ico');*/
        cursor: default;
        /*min-width:80px;*/
        /*list-style-type: square;*/
        list-style-type: none;
        color: #d76c6f;
        font-size: 17px;
        /*border:thin solid #fff;*/
    }

    .main-nav .sub_menu {
        list-style-type: none !important;
        list-style-image: url('../images/logo/_.ico');
        font-size: 15px;
    }

    .main-nav li a, .main-nav li span {
        display: block;
        text-decoration: none;
        float: right;
        color: #ffffff;
        padding: 0 7px 1px 7px;
    }

    .main-nav .sub_menu li a, .main-nav li span {
        display: block;
        text-decoration: none;
        color: #ffffff;
        float: right;
    }

        .main-nav li a:hover, .main-nav li span:hover {
            color: #ffdede;
            background-color: #a61f21;
        }

    .main-nav li a span {
        display: none;
    }

    .main-nav li ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 146px;
        margin-left: -74px;
        border-right: 1px solid #2f2f2f;
        border-bottom: 1px solid #2f2f2f;
        border-left: 1px solid #2f2f2f;
        background: #a61f21; /*open menu bg*/
        text-align: center;
        opacity: 0;
        transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        z-index: 999;
    }

    .main-nav li:after { /*f00d f009 f004  f004 f005 f004 f0fa f0fe*/
        /*content: "\f00d";*/
        position: absolute;
        top: calc(50% - 6px);
        right: -26px;
        font-size: 9px;
        line-height: 1;
        color: #fed16c;
        display: inline-block;
        font-family: FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .main-nav li:last-child:after {
        display: none;
    }

    .main-nav li:hover:before,
    .main-nav li.active:before {
        left: 50%;
        opacity: 1;
    }

    .main-nav li:hover > a,
    .main-nav li.active > a {
        color: #fff;
    }

    .main-nav li li:hover > ul {
        left: calc(150% + 1px);
        border-top: 1px solid;
        top: calc(0px + -1px);
    }

    .main-nav li:hover > ul {
        left: 50%;
        opacity: 1;
    }

    .main-nav li li {
        float: none;
        margin: 0 0 -1px;
        padding: 0 10px;
        font-size: 12px;
        font-weight: 400;
    }

        .main-nav li li:before,
        .main-nav li li:after {
            display: none;
        }

        .main-nav li li a {
            border-top: 1px solid rgba(14, 150, 215, 0.51);
            border-bottom: 1px solid #2f2f2f;
            color: #fff; /*open menu text*/
            transition: background 0.3s, color 0.3s;
            -ms-transition: background 0.3s, color 0.3s;
            -moz-transition: background 0.3s, color 0.3s;
            -webkit-transition: background 0.3s, color 0.3s;
        }

        .main-nav li li:hover > a {
            text-decoration: underline;
            color: #fff;
            /*background: #008FD5;*/ /*open text bg*/
        }

        .main-nav li li:first-child > a {
            border-top: 0;
        }

        .main-nav li li.active {
            padding: 0;
            list-style-type: square !important;
        }

            .main-nav li li.active > a,
            .main-nav li li.active:hover > a {
                background: #2f2f2f;
                text-decoration: none;
                color: #fff;
            }

    .main-nav .switcher {
        position: relative;
        display: none;
        height: 40px;
        padding-left: 20px;
        border-bottom: 1px solid #d9d8cf;
        background: #eeede3 url(../img/main-nav.png);
        font-size: 15px;
        font-weight: 700;
        line-height: 42px;
        text-align: left;
        text-decoration: none;
    }

        .main-nav .switcher i {
            display: block;
            float: right;
            width: 36px;
            border: 2px solid #2f2f2f;
            background: #2f2f2f;
            box-shadow: inset 0 0 0 1px #c1c0b4;
            font-size: 14px;
            line-height: 36px;
            text-align: center;
            color: #c1c0b4;
        }

.header {
    margin-top: 10px;
}

.mobile .main-nav li {
    margin-right: 35px;
}

    .mobile .main-nav li:after {
        right: -22px;
    }

.mobile .main-nav {
    display: block;
    margin: 0;
}

    .mobile .main-nav ul {
        display: inline-block;
        padding: 12px;
        border-bottom: 2px solid #d9d8cf;
        text-align: left;
    }

    .mobile .main-nav li li:hover > ul {
        left: 0;
        border-top: 0;
        top: 0;
    }

    .mobile .main-nav > ul ul li,
    .mobile .main-nav li li.active {
        padding-left: 15px;
    }

        .mobile .main-nav li li.active > a {
            color: #fff !important;
        }

    .mobile .main-nav ul ul {
        display: block;
        padding-left: 10px !important;
        text-align: left;
    }

    .mobile .main-nav > ul > li > ul {
        padding-bottom: 15px !important;
    }

    .mobile .main-nav > ul {
        min-width: 200px;
    }

    .mobile .main-nav li {
        float: none;
        margin-right: 0;
        border-top: 1px solid rgba(255,255,255,0.3);
        font-size: 20px;
        text-transform: uppercase;
    }

        .mobile .main-nav li:after {
            display: none;
        }

        .mobile .main-nav li:first-child {
            border-top: 0;
        }

        .mobile .main-nav li a span {
            display: inline;
        }

        .mobile .main-nav li ul {
            position: static;
            display: block;
            width: auto;
            margin-left: 0;
            padding: 0;
            border: 0 !important;
            background: none;
            opacity: 1;
        }

        .mobile .main-nav li:before {
            /*display: none;*/
        }

    .mobile .main-nav > ul > li > ul li:before {
        display: inline-block;
        content: "-";
        position: absolute;
        left: 0 !important;
        color: #fff;
        opacity: 1;
        border: 0 !important;
        margin: 0;
        top: 3px;
    }

    .mobile .main-nav li li {
        border-top: 0;
        font-size: 13px;
        line-height: 25px;
        text-transform: none;
    }

        .mobile .main-nav li li a {
            padding-top: 3px;
            border: 0;
            text-decoration: none;
            color: #c1c0b4 !important;
        }

        .mobile .main-nav li li:hover > a {
            text-decoration: none;
            color: #fff !important;
        }

    .mobile .main-nav .switcher {
        display: block;
    }

    .mobile .main-nav li {
        position: relative;
    }

        .mobile .main-nav li a {
            padding-right: 36px;
        }

        .mobile .main-nav li i.has_child {
            position: absolute;
            display: inline-block;
            background: transparent;
            right: 0;
            top: 0;
            color: #c1c0b4;
            font: normal normal normal 20px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            vertical-align: middle;
            width: 60px;
            cursor: pointer;
            font-size: 16px;
            z-index: 2;
            transition: color 0.3s;
            -ms-transition: color 0.3s;
            -moz-transition: color 0.3s;
            -webkit-transition: color 0.3s;
        }

        .mobile .main-nav li.active > i.has_child {
            color: #fff;
        }

        .mobile .main-nav li i.has_child:before {
            content: "\f107";
            line-height: 36px;
            right: -38px;
            position: relative;
        }

.sep1_mob {
    float: none;
    height: 0;
}

/*logo*/
/*.navbar-brand {
    display: block;
    width: auto;
    margin: 10px auto 5px auto !important;
}*/

.width_100p {
    width: auto;
}

.btn_prop2_pos2 {
    float: right;
    margin: 11px 6px 0 0;
}

.menu_nav_pos2 {
    width: auto;
    margin: 0 24px 0 auto;
    padding: 0 0 10px 0 !important;
    display: block;
}

. {
    position: absolute;
    display: block;
    width: auto;
    float: left;
    margin: 15px 60px 0 0;
    width: 231px;
    /*padding: 10px 10px 10px 10px !important;*/
}

.logo_delete_pos {
    width: auto;
    float: left;
    /*padding: 10px 10px 10px 10px !important;*/
    margin: 0px 0 0 -130px;
    display: block;
}



.logo_delete {
    width: 20px;
}


.bg_delete_pos {
    width: auto;
    float: left;
    /*padding: 10px 10px 10px 10px !important;*/
    margin: -115px 0 0 46px;
    display: block;
}

.title1 {
    float: none;
    margin: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 22px;
}

.margin_left_0 {
    margin-left: 0 !important;
}

.margin_left_8 {
    margin-left: 8px !important;
}

.menu_nav_pos {
    width: 100%;
    position: relative;
    padding: 0 !important;
    text-align: center;
    margin: 10px 0 10px 30px;
    font-size: 17px;
}

/*nav btns index*/
.navbar_menu {
    margin: 0 -10px 0 0;
}

    .navbar_menu a {
        font-size: 16px !important;
    }

.nav_btns {
    display: block; /* Allow the centering to work */
    margin: 0;
}

    .nav_btns ul {
        list-style: none;
        cursor: pointer;
    }

    .nav_btns li {
        float: right;
        text-align: center;
        padding: 1px 6px 3px 6px;
        margin: 0 0 0 10px;
        list-style: none;
        display: inline;
    }

        .nav_btns li:last-child {
            margin-left: 0;
        }

        .nav_btns li:hover {
            background-color: #b5a535;
        }

        .nav_btns li a {
            color: #fff;
        }

            .nav_btns li a:hover {
                color: #fff;
            }

.nav_btns_agent li {
    background-color: rgba(181, 165, 53, 0.4);
}

.text_1 {
    float: right;
    padding: 8px;
    margin: 0;
    font-size: 16px;
    background-color: #6382b1;
    color: #fff;
    line-height: normal;
    border: thin solid;
}

.z_index_100 {
    z-index: 100 !important;
}

.z_index_999 {
    z-index: 999 !important;
}

.txt_header_update {
    float: right;
    width: 100%;
    min-width: initial;
    height: 35px;
    text-align: right;
    font-weight: normal;
    font-size: 16px;
    border: none;
    padding: 4px 8px 6px 6px;
    /*overflow: hidden;*/
    /*min-height: 100px;*/
    margin: 0;
    display: block;
    color: #fff;
    line-height: 22px;
    border-bottom-left-radius: 20px;
    background-color: rgba(13, 109, 141, 0.8);
}



.frightmob {
    float: right;
}

.fleftmob {
    float:left;
}

.btnlogo_header_pos {
    margin: 15px 0 0 50px;
}



.bul_num {
    list-style-type: decimal;
    padding-right: 19px;
    margin-bottom: 0;
    font-size: 18px;
}

.bul_disc {
    list-style-type: disc;
    padding-right: 15px;
    font-size: 18px;
    margin-bottom: 0;
}

    .bul_square {
        list-style-type: square;
        padding-right: 15px;
        font-size: 18px;
        margin-bottom: 0;
    }
 

    .lbl_content_header {
        margin: 0;
        float: right;
        width: 100%;
        min-width: 300px;
        text-align: right;
        font-weight: normal;
        font-size: 16px;
        border: none;
        padding: 4px 8px 6px 6px;
        /*overflow: hidden;*/
        height: auto !important;
        /*min-height: 100px;*/
        display: block;
        color: #fff;
        line-height: 22px;
        border-bottom-left-radius: 20px;
        background-color: rgba(13, 109, 141, 0.8);
    }

        .lbl_content_header a {
            margin: 0;
            float: right;
            text-align: right;
            font-weight: normal;
            font-size: 16px;
            line-height: normal;
            color: #fff;
            padding: 4px 8px 6px 6px;
        }


    .header_bg_root {
        width: 100%;
        height: 180px;
        display: block;
        position: relative;
        margin: 0 0 0 0;
        border-bottom: 1px solid rgb(107, 101, 39);
    }

        .header_bg_root img {
            width: 100%;
            height: 179px;
            z-index: 10;
            object-fit: cover;
            z-index: 10;
        }

    .logo_d_pos2 {
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        z-index: 999;
        position: absolute;
        width: 100%;
    }

    .logo_pos2 {
        margin: 4px 0 0 65px;
        position: absolute;
        left: 0;
        top: 0;
    }


    /*logo update*/

    .logo_d_pos {
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        z-index: 999;
        position: absolute;
        width: 100%;
    }

    .logo_pos {
        margin: 4px 0 0 65px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .company_logo {
        max-height: 130px;
        max-width: 300px;
        z-index: 999;
        object-fit: cover;
    }

    .details_pos {
        margin: 0 0 0 0;
        float: right;
    }

    .logo_delete_pos {
        width: auto;
        float: left;
        /*padding: 10px 10px 10px 10px !important;*/
        margin: -110px 0 0 -35px;
        display: block;
    }

    .logo_delete {
        width: 20px;
    }

    .logo_upload {
        position: absolute;
        display: block;
        width: auto;
        float: right;
        margin: -20px -400px 0 0;
        width: 250px;
    }

    .bg_pos {

    }

    .bg_upload {
        position: absolute;
        display: block;
        width: auto;
        float: left;
        margin: -120px 400px 0 0;
        width: 250px;
        z-index:1000;
        /*padding: 10px 10px 10px 10px !important;*/
    }

    .padding_left_right_0mob {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .padding_left_right_0pc {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .iframead {
        width: 100%;
        height: 900px;
        margin-bottom: 0;
        border: none;
        overflow: hidden;
    }

    .margin_right_left_mob {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .ad_pos, .ad_pos img {
        float: left;
        width: 270px;
        height: 170px;
    }

        .ad_pos{
         margin-right:10px;
        }

        .ad_pos img {
            padding: 10px;
            border: thin solid #dcdcdc;
        }

    .ad_pos_title {
        text-align: center;
        font-size: 20px;
        line-height: 20px;
        padding: 0 0 6px 0;
    }

    .ad_pos_text {
        text-align: center;
        font-size: 17px;
        line-height: 17px;
        padding: 10px 0 10px 0;
        color: #2a2a2a;
        margin: 10px auto 15px auto;
        display: block;
        float: none;
    }

@media screen and (max-width: 1200px) {
        .lbl_content_header {
        width: 100%;
        min-width: 300px;
    }

    .txt_header_update {
        width: 100%;
        min-width: 300px;
    } 

    .content_prop {
        float: left;
        z-index: 100;
    }

    .rows_text {
        float: left;
        font-size: 17px;
        line-height: normal;
        padding: 0 0 0 0;
        margin: 0;
        min-height: 83px;
        height: auto;
        max-width: 90%;
        /*max-height: 75%;*/
        /*height: 120px;*/
        /*border: thin solid;*/
    }

    .img_prop {
        float: right !important;
        padding: 0 !important;
        /*margin: -3px 0 -3px 12px !important;*/
        margin: -3px 12px -3px 0 !important;
        /*border: thin solid;*/
        font-size: 15px;
        width: 110px;
        height: 80px;
        display: table;
        position: absolute;
    }

    .padding_row {
        padding: 5px 5px 6px 5px !important;
    }

    .title_right_menu {
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 22px;
        width: 100%;
        line-height: 20px;
    }

    .padding_left_0mob {
        padding-left: 0 !important;
    }

    .fleft_mob {
        margin-top: 30px;
        float: none;
    }

    /* .invest-item {
        float: none;
        margin: 0 auto 0 auto;
        width: 100% !important;
        display: block;
    }*/
}

@media screen and (max-width: 950px) {
  /*  .header_bg img {
        width: 100%;
        height: 200px;
        z-index: 10;
        object-fit: fill;
    }*/

    .lbl_content_header {
        width: 100%;
        min-width: 300px;
    }

    .txt_header_update {
        width: 100%;
        min-width: 300px;
    }

    .content_prop {
        float: left;
        z-index: 100;
    }

    .rows_text {
        float: left;
        font-size: 17px;
        line-height: normal;
        padding: 0 0 0 0;
        margin: 0;
        min-height: 83px;
        height: auto;
        max-width: 80%;
        /*max-height: 75%;*/
        /*height: 120px;*/
        /*border: thin solid;*/
    }

    .img_prop {
        float: left !important;
        padding: 0 !important;
        /*margin: -3px 0 -3px 12px !important;*/
        margin: -3px 12px -3px 0 !important;
        /*border: thin solid;*/
        font-size: 15px;
        width: 110px;
        height: 80px;
        display: table;
        position: absolute;
    }

    .padding_row {
        padding: 5px 5px 6px 5px !important;
    }
}

@media screen and (max-width: 768px) {
    .lbl_content_header {
        width: 100%;
        min-width: 300px;
    }

    .txt_header_update {
        width: 100%;
        min-width: 300px;
    }

    .line_sep {
        width: 90%;
        height: 2px;
        background-color: #ddd4c7;
        border-top: thin solid #ebebeb;
        margin: 20px 15px 0 0;
        float: right;
    }

    .invest-item {
        float: none;
        margin: 0 auto 30px auto;
        width: 100% !important;
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .ad_pos, .ad_pos img {
        float: none;
        width: 100%;
        height: auto;
        display: block;
    }

    .ad_pos {
        float: left;
        margin: 0 auto 5px auto;
        margin: 0;
    }

            .ad_pos img {
                padding: 10px;
                margin-top: 0;
                margin-bottom: 10px;
                border: thin solid #dcdcdc;
            }

    .ad_pos_title {
        text-align: center;
        font-size: 20px;
        line-height: 20px;
        padding: 0 0 6px 0;
    }

    .ad_pos_text {
        text-align: center;
        font-size: 17px;
        line-height: 17px;
        padding: 0 0 10px 0;
        color: #2a2a2a;
        margin: -10px auto 5px auto;
        display: block;
        float:none;
    }

    .comp_sub_title {
        float: right;
        font-size: 22px !important;
        line-height: 24px;
        width: 100% !important;
        border: none;
        padding: 0;
        /*overflow: hidden;*/
        height: auto !important;
        margin: 0 auto 15px auto;
        display: block;
        font-weight: bold;
        text-align: center;
        color: #000;
    }

    .comp_sub_title2 {
        float: right;
        font-size: 21px !important;
        line-height: 23px;
        width: 100% !important;
        border: none;
        padding: 0;
        /*overflow: hidden;*/
        height: auto !important;
        margin: 0 auto 15px auto;
        display: block;
        font-weight: normal;
        text-align: center;
        color: #000;
    }

    .comp_sub_title_update {
        float: right;
        font-size: 22px !important;
        line-height: 24px;
        width: 100% !important;
        min-height: 100px;
        border: none;
        padding: 0;
        margin: 0 auto 15px auto;
        display: block;
        font-weight: bold;
        text-align: center;
        color: #000;
        resize: vertical !important;
        overflow: auto;
    }

    .comp_sub_title2_update {
        float: right;
        font-size: 21px !important;
        line-height: 23px;
        width: 100% !important;
        min-height: 100px;
        border: none;
        padding: 0;
        margin: 0 auto 15px auto;
        display: block;
        font-weight: normal;
        text-align: center;
        color: #000;
        resize: vertical !important;
        overflow: auto;
    }

    .margin_right_left_mob {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .iframead {
        width: 100%;
        height: 1350px;
        margin-bottom: 0;
        border: none;
        overflow: hidden;
    }

    .padding_left_right_0mob {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .padding_left_right_0pc {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .title_text1 {
        float: right;
        text-align: center;
        color: #3c1f1f;
        font-size: 26px;
        font-weight: bold;
        margin: 15px auto 5px auto;
        display: block;
        padding: 0 0 0 0;
    }

    .lbl_content_header {
        width: 67%;
        min-width: 250px;
    }

    .header_bg_root {
        width: 100%;
        height: 180px;
        display: block;
        position: relative;
        margin: 0 0 0 0;
        border-bottom: 1px solid rgb(107, 101, 39);
    }

        .header_bg_root img {
            width: 100%;
            height: 179px;
            z-index: 10;
            object-fit: cover;
            z-index: 10;
        }

    .logo_d_pos {
        float: left;
        margin: 0 0 0 0;
        z-index: 999;
        padding: 0;
    }

    .logo_d_pos2 {
         float: left;
        margin: 0 0 0 0;
        z-index: 999;
        padding: 0;
    }

    .details_pos {
        margin: 0 0 0 0;
        float: right;
    }

    .logo_pos {
        margin: 4px 0 0 30px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .logo_pos2 {
        margin: 4px 0 0 20px;
        position: absolute;
        left: 0;
        top: 0;
    }

 

   

    .company_logo {
        max-height: 130px;
        max-width: 300px;
        z-index: 999;
        object-fit: cover;
        border:10px solid;
    }

    .margin_top_20_mob {
        margin-top: 20px;
    }

   
    .txt_header_update {
        width: 70%;
        min-width: 250px;
    }

    .square {
       display:none;
    }

    .bg_delete_pos {
        width: auto;
        float: none;
        /*padding: 10px 10px 10px 10px !important;*/
        margin: -80px 200px 60px 0;
        display: block;
    }

    .btnlogo_header_pos {
        margin: 15px 0 0 0;
    }

    .logo_delete_pos {
        width: auto;
        float: left;
        /*padding: 10px 10px 10px 10px !important;*/
        margin: -110px 0 0 -5px;
        display: block;
    }

    .padding_top_0_mob {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .logo_delete {
        width: 20px;
    }

    .title_text5 {
        float: none;
        text-align: center;
        color: #fff;
        font-size: 24px;
        font-weight: normal;
        padding: 0;
        display: block;
        width: auto;
        line-height: 26px;
        margin: 0;
        padding: 0 0 6px 0;
    }

    /*bg update*/
  /*  .navbar-brand {
        position: relative;
        width: 100%;
        float: none;
        margin: 4px 0 0 0 !important;
        display: block;
    }*/

 

    .padding_top_60mob {
        padding-top: 60px !important;
    }

    .frightmob {
        float: none;
    }

    .fleftmob {
        float: none;
    }

    .padding_top_20mob {
        padding-top: 0 !important;
    }

    .footer_tags {
        padding: 0 15px
    }

    /*share_float*/
    .float {
        bottom: 20px;
        position: fixed;
        /*border:thin solid;*/
        z-index: 999;
    }

        .float img {
            width: 80px;
        }

    .rows_text {
        float: left;
        font-size: 17px;
        line-height: normal;
        padding: 0 2px 0 0;
        margin: 0;
        min-height: 83px;
        height: auto;
        max-width: 75%;
        /*max-height: 75%;*/
        /*height: 120px;*/
        /*border: thin solid;*/
    }

    .buttons {
        margin: 0 auto 10px auto;
        float: right;
        display: block;
        width: 98%;
    }

    .btn_search2 {
        background-color: #6382B1;
        border: thin solid #fff;
        color: #fff;
        border-radius: 0;
        height: 35px;
        width: 110px;
        margin: 1px 0 0 0;
        display: block;
        line-break: loose;
        float: right;
    }

    .btn_clear {
        background-color: #808080;
        border: thin solid #fff;
        color: #fff;
        border-radius: 0;
        height: 35px;
        width: 110px;
        margin: 0 0 0 0;
        display: block;
        line-break: loose;
        float: left;
    }

    .search_field2 {
        padding: 0;
        margin: 0;
    }

    .ico_favorite_e {
        width: 44px;
        height: 40px;
        /*background-color: #ff6a00;*/
        border: thin solid;
        position: absolute;
        margin: 0 10px 0 0;
        float: right;
        right: 0;
        bottom: 0;
        z-index: 999;
    }

    .padding_row {
        padding: 5px 5px 6px 5px !important;
    }

    .img_prop {
        float: right !important;
        padding: 0 !important;
        /*margin: -3px 0 -3px 12px !important;*/
        margin: -3px -18px -3px 0 !important;
        /*border: thin solid;*/
        font-size: 15px;
        width: 110px;
        height: 80px;
        display: table;
        position: absolute;
    }

        .img_prop img {
            font-size: 15px;
            padding: 0 !important;
            width: 110px;
            height: 90px;
        }

    .search_field {
        padding: 0 2px 11px 2px;
        margin: 0 0 0 0;
    }


    .baner1 {
        display: none;
    }

    .baner2 {
        display: block;
    }

    .invest-item-raw {
        width: 100%;
    }

    .invest-item-raw {
        left: 0% !important;
    }

    .obj4_w {
        /*margin: 0 auto;*/
        float: none;
        width: auto !important;
        display: table-cell;
        padding-left: 26px;
        /*border: thin solid;*/
    }

    .obj5_w {
        /*margin: 0 auto;*/
        float: none;
        width: 260px;
        display: table-cell;
        white-space: nowrap;
        overflow: hidden;
        /*border: thin solid;*/
    }

    .desc_text4b {
        text-align: right;
        color: #3c1f1f;
        font-size: 17px;
        float: right;
        padding: 0 10px 0 0;
        margin: -3px 0 0 0;
        width: 260px;
    }

    .width100p {
        width: 100%;
    }

    .top_but {
        margin: 0;
        padding: 0;
        float: left;
        /*border: thin solid;*/
    }

    .profile_map iframe {
        width: 100%;
        /*margin-bottom:20px;*/
    }

    .line_sep {
        width: 90%;
        height: 2px;
        background-color: #ddd4c7;
        border-top: thin solid #ebebeb;
        margin: 20px 15px 0 0;
        float: right;
    }

    .desc_text3 {
        text-align: right;
        color: #3c1f1f;
        font-weight: normal;
        font-size: 17px;
        line-height: 22px !important;
        margin: 0;
    }

    .obj1_w {
        margin: 0 auto;
        width: 266px;
        float: none;
        /*border: thin solid;*/
    }

    .obj1 {
        float: right;
        /*padding: 0 6px;*/
        /*border: thin solid;*/
        width: 66px;
    }

    .navbar_menu {
        margin: 0 0 0 0 !important;
    }

        .navbar_menu a {
            font-size: 16px !important;
        }

    .menu_nav_pos {
        width: 100%;
        padding: 0 !important;
        text-align: center;
        margin: 10px 0 0 0;
    }

    .nav_btns {
        display: table; /* Allow the centering to work */
        margin: 0 auto;
        position: relative;
    }

        .nav_btns ul {
            list-style: none;
            cursor: pointer;
            text-align: center;
            margin: 0 auto 0 auto;
            display: block;
        }

        .nav_btns li {
            float: right;
            text-align: center;
            padding: 1px 6px 3px 6px;
            margin: 0 auto 10px 10px;
            list-style: none;
            display: inline;
        }

            .nav_btns li:last-child {
                float: right;
                text-align: center;
                padding: 1px 6px 3px 6px;
                margin-left: 0;
                list-style: none;
                display: inline;
            }

            .nav_btns li:hover {
                background-color: #b5a535;
            }

            .nav_btns li a {
                color: #fff;
            }

                .nav_btns li a:hover {
                    color: #fff;
                }

    .main-nav {
        position: relative;
        text-align: center;
        width: auto;
        /*border:thin solid;*/
        /*list-style-type:none !important;*/
        /*list-style-image: url('../images/logo/q.ico');*/
    }

        .main-nav li a {
            position: relative;
            float: right;
            padding: 3px 5px;
            /*list-style-type:none !important;*/
            /*list-style-image: url('../images/logo/q.ico');*/
            cursor: pointer;
            /*min-width:80px;*/
            list-style-type: none;
            color: #d76c6f;
            font-size: 17px;
            width: auto;
        }

        .main-nav .sub_menu {
            list-style-type: none !important;
            list-style-image: url('../images/logo/_.ico');
        }

        .main-nav li a, .main-nav li span {
            display: block;
            text-decoration: none;
            color: #ffffff;
            float: none;
        }

            .main-nav li a:hover, .main-nav li span:hover {
            }

            .main-nav li a span {
                display: none;
            }

    .width_100p {
        width: 100%;
    }

    .btn_prop2_pos2 {
        float: none;
        margin: 11px auto 11px auto;
        display: block;
        border: thin solid;
    }

    .navbar-brand {
        width: 100%;
        float: none;
        /*padding: 8px 10px 2px 10px !important;*/
        margin: 10px auto 5px auto !important;
        display: block;
    }

    .sep1_mob {
        float: right;
        height: 15px;
    }


    .logo_title {
        padding: 0;
        margin: 0;
        display: none;
    }

    .navbar_header {
        /*padding-left: 10px;*/
    }

    .navbar {
        height: auto;
        padding: 0;
    }


  

    .btn_menu_pos {
        float: none;
        width: 100%;
        display: block;
        margin: 5px auto 5px auto !important;
        text-align: center;
    }

    /*gray*/
    .btn_prop {
        border: none;
        color: #fff;
        padding: 10px 15px;
        font-size: 17px;
        color: #fff;
        font-weight: bold;
        width: 100%;
        text-align: center;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: #393939;
    }

    .btn_prop2 {
        border: none;
        color: #fff;
        padding: 2px 6px;
        font-size: 16px;
        color: #fff;
        font-weight: normal;
        text-align: center;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 4px 6px 5px 6px;
        background-color: #a61f21 !important;
        width: auto;
    }

    .btn_prop3 {
        float: none;
        border: none;
        color: #fff;
        padding: 2px 2px;
        margin: 0 auto 10px auto;
        display: block;
        font-size: 16px;
        color: #fff;
        font-weight: normal;
        width: auto;
        text-align: center;
        max-width: 280px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: #a61f21 !important;
    }

    /*accessibility*/
    .btn_accessibility {
        top: 195px;
        left: -4px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: rgba(230, 230, 230, 0.80) !important;
    }

    .counter_pos_center {
        float: none;
        margin: 0 auto;
        display: table;
        text-align: center;
        width: auto;
    }

    .company_pos_center {
        float: none;
        margin: 0 auto;
        display: table;
        text-align: center;
        width: auto;
        padding: 0 7px 9px 0;
    }

    .counter_pos {
        float: right;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .counter {
        float: right;
        color: #2d3e52;
        font-size: 16px;
        text-align: center;
    }

    .floatright {
        float: right !important;
        margin: 0 auto;
        display: block;
        text-align: center;
        width: 100%;
    }

    .floatleft {
        float: right !important;
        margin: 0 auto;
        display: table;
        text-align: center;
        width: 100%;
    }

    .sep_counter {
        display: none;
    }

 

    .footer-bottom {
        width: 100%;
        margin: 0 auto;
        font-size: 13px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        background-color: #daebff;
    }

    .house-dreams .quick-search {
        background-color: #232a32;
        left: 0;
        padding: 15px;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 999999;
        text-align: center;
    }

    .house-dreams2 .quick-search {
        float: none;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    .fleft_mob {
        margin: 0;
        float: none;
    }

    .row {
        margin-right: 15px;
        margin-left: 15px;
    }

    .row2 {
        margin-right: 15px;
        margin-left: 15px;
    }

    .invest-item {
        float: none;
        margin: 0 auto 30px auto;
        width: 100% !important;
        display: block;
    }

    .border02 {
        margin: 15px auto 20px auto;
        padding: 5px 5px 45px 5px;
        border: 1px solid #6382B1;
        width: 93%;
        z-index: 999;
        background-color: #ffffff;
        display: block;
    }

    .whitehat {
        float: none;
        margin: 15px auto 0 auto;
        display: block;
        width: 288px;
        height: 20px;
    }

        .whitehat img {
            margin: 0 auto 0 auto;
            width: 60px;
            float: none;
        }

    .title04 {
        float: right;
        font-weight: bold;
        text-align: left;
        font-size: 17px;
        color: #777;
        margin: 10px 0 0 6px;
        border: none;
    }

   

    .padding_left_0mob {
        padding-left: 15px !important;
    }

    .padding_right_0mob {
        padding-right: 15px !important
    }

    .title10 {
        font-size: 15px;
        font-weight: normal;
        color: #344559;
        text-align: right;
        padding: 0;
        display: block;
        line-height: normal;
        margin-bottom: 15px;
    }

    .boxes3 {
        width: 92%;
        border: 1px solid #dcdcdc;
        padding: 10px 0;
        margin: 20px auto 0 auto;
        display: block;
    }

    .object_center {
        float: none;
        margin: 0 auto !important;
        display: block;
    }

    .menu_top_edit_right {
        width: 100%;
        display: block;
        float: none;
    }

    .menu_top_edit_left {
        width: 100%;
        display: block;
        float: none;
    }

    .view_image {
        /*height: 100%;
        height: 260px;*/
    }

    .img_left2 {
        float: none !important;
        text-align: center;
        padding: 0 0 20px 0;
        width: 100%;
    }

    .list1 {
        padding-right: 13px;
        font-size: 17px !important;
    }

    .blog .img_left {
        float: none;
        margin: 0 auto;
        padding: 0 0 20px 0;
        position: relative;
        width: 340px;
        clear: both;
    }

    .btn_link {
        float: none;
        clear: both;
        margin: 0 auto;
        text-align: center;
    }

    .iframefosale {
        width: 100%;
        margin-bottom: 40px;
    }

    .btn.btn-reg2 {
        font-size: 17px;
        color: #000;
        font-weight: bold;
        background-color: #e0c118;
        width: 100%;
        -webkit-box-shadow: 0px 8px 8px -4px rgba(158,158,158,1);
        -moz-box-shadow: 0px 8px 8px -4px rgba(158,158,158,1);
        box-shadow: 0px 8px 8px -4px rgba(158,158,158,1);
        margin-bottom: 10px;
    }

    .contact a {
        text-align: right;
        float: right;
        width: 170px;
        height: 10px;
        margin: 0;
        padding: 0;
        font-size: 20px;
    }

    .btn-search {
        background-color: #6382B1;
        border: thin solid #fff;
        color: #fff;
        border-radius: 4px;
        height: 35px;
        width: 100%;
    }

    .fright_filter {
        float: none !important;
    }

    .space1 {
        display: none;
    }

    .margin_bottom10 {
        float: right;
        margin-bottom: 10px;
    }

    .margin_bottom {
        margin-bottom: 30px;
    }

    .margin_right20 {
        margin-right: 20px !important;
    }

    .margin_right0 {
        margin-right: 0 !important;
    }

    .margin_left20 {
        margin-left: 20px !important;
    }

    .margin_left10 {
        margin-left: 10px !important;
    }

    .margin_left5 {
        margin-left: 5px;
    }

    .margin_left0 {
        margin-left: 0 !important;
    }

    

    .padding_bottom20mob {
        padding-bottom: 25px;
    }

    .btn.btn-reg {
        color: #000;
        font-weight: bold;
        background-color: #e0c118;
        clear: both !important;
        float: none !important;
        margin: 0 auto !important;
        width: 100%;
        font-size: 20px;
    }

    .menu-separator {
        display: none !important;
    }

    .dropdown-menu {
        background-color: #2d3e52;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-top: 1px solid #415264;
        padding: 0;
        margin: 0 0 0 0px;
    }

    .sending {
        font-family: Arial, sans-serif !important;
        color: #f14b2d !important;
        font-size: 17px !important;
        text-align: center;
        /*padding:10px;*/
        /*margin:40px -300px 0 0;*/
        direction: rtl;
    }

    .btnsend {
        width: 100%;
    }

        .btnsend:hover {
            width: 100%;
        }

   

    .btnopen {
        float: right;
        text-align: center !important;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

        .btnopen:hover {
            width: 100%;
        }

    /*nav mobile*/
    /*a
    {
        font-size: 1.3em;
    }*/
}

@media handheld, only screen and (max-width: 570px) {
    .title_text1 {
        float: none;
        text-align: center;
        color: #3c1f1f;
        font-size: 26px;
        font-weight: bold;
        margin: 15px auto 5px auto;
        display: block;
        padding: 0 0 0 0;
    }

    .rows_text {
        float: left;
        padding: 0 2px 0 0;
        margin: 0;
        min-height: 83px;
        height: auto;
        max-width: 70%;
        /*max-height: 75%;*/
        /*height: 120px;*/
        /*border: thin solid;*/
    }
}

@media handheld, only screen and (max-width: 470px) {
    .rows_text {
        float: left;
        padding: 0 2px 0 0;
        margin: 0;
        min-height: 83px;
        height: auto;
        max-width: 65%;
        /*max-height: 75%;*/
        /*height: 120px;*/
        /*border: thin solid;*/
    }
}
