﻿*, body {
    font-family: Rubik, Helvetica, Arial, sans-serif;
}

body {
    background: #f5f5f5;
    font-family: Rubik, Helvetica, Arial, sans-serif !important;
}

    body.pushable > .pusher {
        background: #f5f5f5;
    }

/* IRAN YEKAN */
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../../Font/eot/iranyekanwebbold(fanum).eot');
    src: url('../../Font/eot/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../../Font/woff2/iranyekanwebbold(fanum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../../Font/woff/iranyekanwebbold(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../../Font/ttf/iranyekanwebbold(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('../../Font/eot/iranyekanweblight(fanum).eot');
    src: url('../../Font/eot/iranyekanweblight(fanum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../../Font/woff2/iranyekanweblight(fanum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../../Font/woff/iranyekanweblight(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../../Font/ttf/iranyekanweblight(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../../Font/eot/iranyekanwebregular(fanum).eot');
    src: url('../../Font/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../../Font/woff2/iranyekanwebregular(fanum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../../Font/woff/iranyekanwebregular(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../../Font/ttf/iranyekanwebregular(fanum).ttf') format('truetype');
}

.dir-ltr {
    direction: ltr
}

.dir-rtl {
    direction: rtl;
    text-align: right;
    font-family: iranyekan
}

.fa-txt {
    font-family: iranyekan
}


.dir-rtl button, .dir-rtl input, .dir-rtl select, .dir-rtl textarea, .dir-rtl option, .dir-rtl optgroup {
    font-family: iranyekan !important;
}


.dir-rtl label, .field-validation-error span {
    font-family: iranyekan !important;
}

.fa-lang {
    font-family: iranyekan !important;
    direction: rtl;
    text-align: right
}

a, a:visited {
    text-decoration: none !important;
    color: #e4002b;
    transition: color .2s;
    outline: 0 !important;
}

    a:hover {
        text-decoration: none !important;
        color: #333;
    }

    a.icon {
        display: none
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Rubik, Helvetica, Arial, sans-serif;
    font-weight: 400
}

button, input, select, textarea, option, optgroup {
    font-family: Rubik, Helvetica, Arial, sans-serif !important;
    font-size: inherit;
    line-height: inherit;
}

.fontLarge {
    font-size: large;
}

.fontMedium {
    font-size: medium;
}

.bold {
    font-weight: bold;
}

.justify {
    text-align: justify;
    text-justify: inter-word;
}

.backcolorbalck {
    background-color: black;
}

.backcolorSilverLight {
    background-color: #fcfcfc;
}

.white {
    color: white;
}

.bg-white {
    background: #fff
}

.red {
    color: #e4002b;
}

.black {
    color: black;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.nopadding {
    padding: 0px !important;
}

.nomargin {
    margin: 0px !important;
}

.border {
    border: 1px solid red;
}

.pointer {
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.padding-t-40 {
    padding-top: 40px !important;
}

.padding-t-20 {
    padding-top: 20px !important;
}

.margin-t-40 {
    margin-top: 40px !important;
}

.color-dark {
    color: #333
}

.btnRef {
    color: #e4002b;
    margin-top: 5px;
    cursor: pointer;
    font-size: 24px !important;
}

.btn {
    padding: 0 20px;
    line-height: 42px;
    height: 42px;
    font-size: 16px;
    font-weight: 500;
}

.btn-danger, .btn-danger:visited {
    color: #fff;
    background-color: #e4002b;
    border-color: #e4002b;
}

.ui.modal > .close {
    color: rgba(0,0,0,.87) !important;
    right: 1rem !important;
    top: 1.0535rem !important;
    font-size: 18px !important;
}

.text-danger {
    color: #e4002b
}

.color-red {
    color: #e4002b
}

.color-green {
    color: #28a745
}

/* Input */
.ui.form input:not([type]), .ui.form input[type="date"], .ui.form input[type="datetime-local"], .ui.form input[type="email"], .ui.form input[type="file"], .ui.form input[type="number"], .ui.form input[type="password"], .ui.form input[type="search"], .ui.form input[type="tel"], .ui.form input[type="text"], .ui.form input[type="time"], .ui.form input[type="url"],
.ui.form .ui.selection.dropdown, .ui.form textarea {
    /*height: 51px;*/
    line-height: 51px;
    padding: 0 20px;
    outline: 0;
    font-size: 15px;
    color: grey;
    background: #fcfcfc;
    font-weight: 500;
    border: 1px solid #e0e0e0;
}

.ui.form .ui.labeled.input .ui.label.icon {
    padding: 10px 20px;
    line-height: 33px;
}

.ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon, .ui.selection.dropdown > .search.icon {
    font-size: 18px;
    padding: 14px 10px;
}

.ui.labeled.input .input-group-addon {
    border: none;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

/* Padding and Margin */
.mrg0B {
    margin-bottom: 0
}

.mrg10B {
    margin-bottom: 10px !important
}

.mrg20B {
    margin-bottom: 20px
}

.mrg50B {
    margin-bottom: 50px
}

.pad0R {
    padding-right: 0 !important
}

.pad0L {
    padding-left: 0 !important
}

/* Header and Menu */
header {
    position: relative;
    z-index: 1000;
    padding: 15px 0;
    /*box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 10px;
    border-top: 2px #e4002b solid;*/
    background: #fff
}

.topnav {
    overflow: hidden;
    height: 65px;
    text-align: center
}
    /* Style the links inside the navigation bar */
    .topnav a, .topnav a:visited {
        display: inline-block;
        color: #333;
        text-align: center;
        padding: 20px 0 10px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 400;
        margin-right: 30px
    }
        /* Change the color of links on hover */
        .topnav a:hover, .topnav a.active {
            border-bottom: 3px solid #e4002b;
            text-decoration: none
        }
    /* Hide the link that should open and close the topnav on small screens */
    .topnav .icon {
        display: none;
    }

    .topnav a.blog {
        float: right;
    }

    .topnav a.submit-property {
        float: right;
        margin-right: 0;
        padding: 5px 15px;
        border-radius: 7px;
        margin-top: 3px !important;
        position: relative;
        background: #f8f8f8;
    }

    .topnav a.submit-Carer {
        float: right;
        margin-right: 5px;
        border: 1px #333 solid;
        padding: 11px 5px;
        border-radius: 3px;
        margin-top: 3px !important;
        position: relative;
    }

        .topnav a.submit-Carer strong {
            font-size: 20px;
            font-weight: 600;
            display: block;
            margin-bottom: 5px;
            font-family: iranyekan !important
        }

    .topnav a.submit-property strong {
        font-size: 20px;
        font-weight: 600;
        display: block;
        margin-bottom: 5px;
        font-family: iranyekan !important
    }

    .topnav a.submit-property small {
        font-size: 13px;
        font-weight: 500;
        font-family: iranyekan !important
    }

.logo {
    position: absolute;
    left: 0;
    top: 0;
}

    .logo a, .logo a:visited {
        float: none;
        display: block;
        color: #333;
        text-align: center;
        padding: 0;
        text-decoration: none;
        margin-right: 0
    }

        .logo a:hover, .logo a.active {
            border-bottom: none;
            text-decoration: none
        }

        .logo a .logo-slogan {
            display: block;
            font-weight: 500;
            font-size: 12px
        }


.fristlogo {
    display: block;
}

.titlebar {
    background-color: #eee;
    position: relative;
    padding: 15px 0;
    margin-bottom: 25px;
}

    .titlebar h1, .titlebar h2 {
        font-size: 28px;
        line-height: 40px;
        margin: 1px 0 3px 0;
        display: inline-block;
        font-weight: 500
    }

    .titlebar .breadcrumb {
        float: right;
        background: transparent;
        font-weight: 400;
        padding: 14px 15px;
        display: none
    }

    .titlebar .ui.breadcrumb .active.section, .titlebar .ui.breadcrumb a {
        font-weight: 400;
        font-size: 15px;
        color: #999
    }

    .titlebar .ui.breadcrumb i {
        color: #a0a0a0;
        font-size: 14px;
        margin: 0 15px !important;
    }

.main-content {
    margin-bottom: 30px
}

.container {
    position: relative
}

a.mobile-sub-prop {
    width: 130px;
    position: absolute;
    top: 5px;
    right: 10px;
    background: #f2f2f2;
    border-radius: 7px;
    font-size: 13px;
    padding: 5px 10px !important;
    color: #000
}

.mobile-sub-prop small {
    display: block;
    font-size: 12px;
    font-weight: 500
}

/* SVG Box */
.box-svgicon {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    display: inline-block;
    transform: scale(1);
    margin-left: 0;
    text-align: center;
}

    .box-svgicon svg {
        width: 1.3rem;
        height: 1.3rem;
    }

/* Search Box */
.searchBoxA {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 30px 15px
}

.searchBoxB {
    padding: 0 15px
}

.ui.form .ui.selection.search.dropdown {
    line-height: 100%;
    min-height: 54px !important;
}

.search.dropdown .ui.label {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: Rubik, Helvetica, Arial, sans-serif !important;
}

.search i.icon.delete::before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    color: #e4002b
}

.searchInput {
    width: 100%;
    height: 50px;
    color: black;
    font-size: 24px;
    padding: 5px 15px;
    border: 0;
}

.searchBtn {
    padding: 0px;
    margin: 0px;
    background-color: #0075D9;
    text-align: center;
    height: 50px;
    padding-top: 15px;
    color: white;
    font-weight: 500
}

.btn-search {
    border-radius: 0px;
    width: 100%;
    height: 100%;
    background: #e4002b;
    border: 0
}

.selectBoxA {
    padding: 5px 0 0;
    margin-left: -18px;
    margin-right: -18px;
}

.selectBoxB {
    padding: 3px;
    margin: 0px
}

.select {
    width: 100%;
    border-radius: 0
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: none;
    border-radius: 0;
    cursor: text;
}

/*---------------------------------------------------------------------------------------*/

.autoDiv {
    background-color: white;
    display: none;
    position: absolute;
    z-index: 100000;
}


.autoDivChild {
    cursor: pointer;
    border-bottom: 1px solid #a9a9a9;
    padding: 8px;
    font-size: 15px;
    z-index: 100000;
    position: relative;
}

    .autoDivChild:hover {
        border-bottom: 1px solid #efefef;
        padding: 8px;
        font-size: 15px;
        z-index: 100000;
        background-color: #e9e9e9;
        color: black;
    }

.btnAdv {
    margin-top: 10px;
    cursor: pointer;
}

/**********************************************************************/
/* Rental Request */
.request-box {
}

.request-header {
}

    .request-header h2 {
        font-size: 24px;
        font-weight: 400
    }

    .request-header p {
        font-size: 16px;
        font-weight: 500;
        color: #909090
    }

.request-form {
    padding-bottom: 30px
}

/* Page Header */
.ui.header {
    font-family: Rubik, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px
}

.about-page-header {
    height: 300px;
    overflow: hidden;
    background: url('/Content/Images/about-us-banner.jpg') no-repeat center center;
    background-size: cover
}

.contact-page-header {
    height: 300px;
    overflow: hidden;
    background: url('/Content/Images/contact-us-banner.jpg') no-repeat center center;
    background-size: cover
}
/* About US */
.about-section {
    padding: 20px 0;
    text-align: left;
    font-size: 18px;
    font-family: Rubik, Helvetica, Arial, sans-serif;
}

    .about-section h2 {
        font-size: 2em;
        font-weight: 400;
        margin: 0.67em 0;
        color: #e4002b
    }

.section-gray {
    background: #f5f5f5
}

/* Contact Us */
.contact-item {
    margin-bottom: 10px;
    font-size: 15px
}

    .contact-item i {
        margin-right: 5px
    }

.contact-form {
    background: #fff;
    padding: 25px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}


/* Deposit */
.depositBox {
    margin-top: 30px !important;
}

.containerImage {
    position: relative;
    width: 100%;
}

    .containerImage::before {
        opacity: 0.9;
        background: linear-gradient(to bottom, transparent 65%, #2f2f2f);
        transition: opacity .3s;
        position: absolute;
        height: 100%;
        width: 100%;
        display: block;
        top: 0;
        left: 0;
        content: "";
        z-index: 9;
    }

    .containerImage img {
        border-radius: 3px 3px 0 0
    }

.containerinfo {
    padding: 20px
}

    .containerinfo h3 {
        margin-top: 0;
        color: #333;
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 5px
    }

.listing-address {
    display: block;
    position: relative;
    line-height: 22px;
    color: #909090
}

    .listing-address i {
        margin-right: 10px
    }

.listing-price {
    font-size: 23px
}

.listing-media-box {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: auto;
    text-align: right;
    color: #fff;
    z-index: 10
}

    .listing-media-box .image-count, .listing-media-box .video-count {
        display: inline-block;
        background: rgba(0,0,0,0.25);
        padding: 2px 10px;
        border-radius: 20px
    }

/*ul.listing-details {
    background-color: #f7f7f7;
    list-style: none;
    margin: 15px -20px 0;
    display: block;
    width: auto;
    padding: 18px 20px 18px 0;
}

    ul.listing-details li {
        width: auto;
        box-sizing: border-box;
        margin: 0;
        color: #868686;
        padding: 0 0 0 20px;
        display: inline-block;
        line-height: 26px;
        font-weight: normal;
        width: 33.3333333%;
        float: left
    }

        ul.listing-details li i {
            font-size: 12pt
        }

.listing-footer {
    color: #909090;
    line-height: 100%;
    padding-top: 20px
}

    .listing-footer span.advisor-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 160px;
        display: inline-block;
    }

    .listing-footer span.deposit-id {
        float: right;
    }*/

.upContainer {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    background-color: #fff;
    display: block;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 0;
    transition: all 0.5s
}

    .upContainer:hover {
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    }

.deposit-row .upContainer {
    border-bottom: 2px solid #e4002b
}

.deposit-row-img {
    width: 200px;
    float: left;
    margin-right: 20px
}

    .deposit-row-img img {
        max-width: 100%
    }

    .deposit-row-img .listing-media-box {
        left: 25px;
        right: auto;
        bottom: 10px;
    }

        .deposit-row-img .listing-media-box .image-count, .deposit-row-img .listing-media-box .video-count {
            background: rgba(0,0,0,0.35);
        }


.deposit-row-info {
    padding: 20px
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: 250px;
    transition: .5s ease;
}

.middle {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    padding: 10px 20px;
    z-index: 10
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #ED3237;
    margin-top: 20px;
}

.Facitly {
    font-size: 14px;
    font-weight: 500;
    color: #777;
    margin-top: 15px;
}

    .Facitly .searchlist-item {
        margin-right: 15px;
    }

.btnbox {
    text-align: right !important;
    width: 100%;
    margin-top: 15px;
}

.btnDet {
    background-color: #ED3237;
    color: white;
    padding: 8px 6px 8px 6px;
    width: 100px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

    .btnDet:hover {
        background-color: #f5565b;
        color: white;
        padding: 8px 6px 8px 6px;
        width: 100px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
    }

    .btnDet:visited {
        background-color: #ED3237;
        color: white;
        padding: 8px 6px 8px 6px;
        width: 100px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
    }



/*-------------------------------------------------------*/
.deposit-row-info {
    color: #333;
    padding: 20px 20px 15px
}

.imageRow {
    width: 220px;
    height: 200px;
    /*border-bottom: 2px solid #ED3237;*/
}

.titleRow {
    margin-top: 5px;
    color: black;
    font-size: 15px;
    font-weight: normal
}

.code {
    margin-top: 13px;
    margin-bottom: 10px;
    font-weight: normal
}

.btnRow {
    width: 100%;
    text-align: right;
}

.priceRow {
    font-size: 22px;
    font-weight: normal;
}

.deposit-row-info .searchlist-item i {
    font-size: 12pt
}

.deposit-row-info ul.listing-details {
    background-color: #f7f7f7;
    list-style: none;
    margin: 10px -20px 0;
    display: block;
    width: auto;
    padding: 10px 0;
    height: 45px;
}

.deposit-row-info li.searchlist-item {
    width: auto;
    padding: 0 20px 0 0
}

.noresult-box {
    text-align: center;
    padding-top: 20px
}

.noresult-txt {
    display: block;
    text-align: center;
    margin: 20px 0
}

/* Footer */
.footer-row {
    background: #333;
    color: #fff;
    padding: 30px 0;
    font-family: Rubik, Helvetica, Arial, sans-serif;
}

.footer-item {
    margin-bottom: 10px;
    color: #eee
}

    .footer-item i {
        font-size: 13pt;
        margin-right: 15px
    }

    .footer-item a, .footer-item a:visited {
        color: #eee
    }

        .footer-item a:hover {
            color: #e4002b
        }

.footer-row h4 {
    font-weight: 500;
    font-size: 16px
}

.footer-row .region-label {
    display: block;
    line-height: 1;
    vertical-align: baseline;
    margin: 10px 0;
    color: #ccc;
    font-weight: 400;
}

    .footer-row .region-label:hover {
        color: #e4002b;
    }

.footer-row .social-label {
    font-weight: 500;
    color: #333;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    background: #eee;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 9px;
}

footer .copyright {
    padding: 10px 0;
    background: #222;
    color: #ccc;
}

.more-links-hide {
    height: 0px;
    overflow: hidden;
    transition: all 0ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    visibility: hidden;
    width: 100%;
}

.more-links-show {
    height: auto;
    overflow: hidden;
    transition: all 0ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    visibility: visible;
    width: 100%;
}

.foot-col a {
    color: #fff
}

#MoreFootLinks a.region-label:first-child {
    margin-top: 0
}


.copyright-menu {
    text-align: right
}

    .copyright-menu a {
        display: inline-block;
        /*margin-right: 15px;*/
        color: #ccc;
    }

@media (min-width:992px) and (max-width:1199px) {
    .topnav a, .topnav a:visited {
        font-size: 13px
    }
}
/* When the screen is less than 900 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width:991px) {
    .header .container {
        width: 100%
    }

    header {
        padding: 5px 0;
        border-top: none;
        min-height: 75px
    }

    .logo {
        left: 15px;
        top: 7px;
    }

    a.mobile-sub-prop {
        top: 7px
    }

    .topnav {
        display: none;
    }

    .header .container a.icon {
        font-size: 30px;
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        top: 20px;
        left: 15px;
        color: #000
    }

    .topnav a:hover, .topnav a.active {
        border-bottom: none;
        text-decoration: none
    }

    .fristlogo {
        display: none;
    }

    .logo {
        text-align: left;
        font-size: x-large;
        display: block;
        float: none;
        margin-left: 40px
    }

        .logo a {
            text-align: left
        }

            .logo a .logo-slogan {
                font-size: 13px;
                font-weight: 500;
            }


    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

    .mobile-sub-prop {
    }

    .ui.form input:not([type]), .ui.form input[type="date"], .ui.form input[type="datetime-local"], .ui.form input[type="email"], .ui.form input[type="file"], .ui.form input[type="number"], .ui.form input[type="password"], .ui.form input[type="search"], .ui.form input[type="tel"], .ui.form input[type="text"], .ui.form input[type="time"], .ui.form input[type="url"], .ui.form .ui.selection.dropdown, .ui.form textarea {
        font-size: 13px
    }

    .foot-col {
        margin-bottom: 20px
    }
}

@media(max-width: 767px) {
    footer {
        font-size: 12px;
    }

        footer .copyright {
            text-align: center;
            font-size: 12px
        }

    .footer-row h4 {
        font-weight: 500;
        font-size: 18px;
    }

    footer .box-svgicon svg {
        width: 1.2rem;
        height: 1.2rem;
        margin-top: 3px
    }

    .copyright-menu {
        text-align: center;
        margin-top: 15px;
    }

    .user-login {
        margin-left: 0px;
    }

    .titlebar h1, .titlebar h2 {
        font-size: 24px
    }
}
