/*  Fonts  */
@font-face {
    font-family: 'IranNastaliq';
 src: url('/mjh/IranNastaliq.eot');
 src: local('IranNastaliq'), url('mjh/IranNastaliq.woff') format('woff'), url('mjh/IranNastaliq.ttf') format('truetype'), url('IranNastaliq.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
    font-family: 'lato-regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'p22_corinthia';
    src: url('../fonts/p22_corinthia.eot');
    src: url('../fonts/p22_corinthia.eot?#iefix') format('embedded-opentype'),
         url('../fonts/p22_corinthia.woff') format('woff'),
         url('../fonts/p22_corinthia.ttf') format('truetype'),
         url('../fonts/p22_corinthia.svg#P22Corinthia') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*  General CSS  */
ul.sidenav {
    list-style-type: none;

    margin: 0;
    padding: 0;
    width: 25%;
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    overflow: auto;
}
ul.sidenavi {
    list-style-type: none;

    margin: 0;
    padding: 0;
    width: 25%;
    background-color: #ffffff;
    position: fixed;
    height: 100%;
    overflow: auto;
}
ul.sidenav li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}
 
ul.sidenav li a.active {
    background-color: #4CAF50;
    color: white;
}

ul.sidenav li a:hover:not(.active) {
    background-color: #555;
    color: white;
}
/* ---۸/*/

.form-control{display:block;width:100%;height:30px;padding:3px 12px;font-size:12px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:900px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}
.table{border-spacing:0;border-collapse:collapse}td,th{padding:0}
.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}
.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}
.btn{display:inline-block;padding:2px 8px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}
body{
    background: #88FFaa;
direction:rtl;
}

.wrapper{
width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

h1, h2, h3, h4, h5 ,h6{
    color: #626262;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .5em 0 }
h3              { font-size: 1.17em; margin: .3em 0 }
h5              { font-size: .83em; margin: .5em 0 }
h6              { font-size: .75em; margin: .67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}

/*  Header Section  */
header{
    width:100%;
    height: 70px;
   background: #99FF33;

}
header .logo{
    margin: 10px 5px 10px 5px;
    float: right;
}

header .logoo{
    
    float: center;
text-align: center;
font-family: "IranNastaliq", Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-weight: lighter;
   margin: 10px 5px 10px 5px;
    position: relative;
    display: block;
}
header .logooo{
    
    float: left;
text-align: center;
font-family: "IranNastaliq", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: lighter;
 margin: 10px 5px 10px 5px;
    position: relative;
    display: block;
}
header a.hamburger{
    text-decoration: none;
    display: none;
    float: right;
    margin-top: 41px;
    width: 24px;
    height: 25px;
     background: #000000;
}
header a.hamburger.opned{
    width: 19px;
     background: #00FF33;
}
header nav{
    float: center;
    opacity: 1;
	line-height: 17px;
}
header nav ul{

    margin-top: 30px;
    list-style: none;
    overflow: hidden;
    float: right;
}
header nav ul li{
    float: right;
    margin-left: 50px;
}
header nav ul li a,
header nav .login_btn{
    text-decoration: none;
    color: #000000;
    font-family: tahoma ,"lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;

}
header nav .login_btn{
    float: right;
    margin: 30px 0 0 50px;
    padding: 10px 30px 11px 30px;
    border: 2px solid #ffffff;
    background: transparent;
    transition: background .1s linear;
    -webkit-transition: background .1s linear;
    -moz-transition: background .1s linear;
    -o-transition: background .1s linear;
}
header nav .login_btn:hover{
    background: #ffffff;
    color: #1c3655;
}

/*  Hero Section  */

.hero{
   width:98%;
margin-left:auto;
    margin-right:auto;
    height: 300px;
    position: relative;
   background: #99FFff;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
border:1px solid red;
}

.hero .caption{

   width: 98%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: 15px;
    z-index: 10;
}

.hero .caption h2{
    color: #666666;
    font-family: "IranNastaliq", Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-weight: lighter;
   margin: 0 0 10px 0;
    position: relative;
    display: block;
}

.hero .caption h3{
    color: #6666aa;
    font-family: IranNastaliq,"lato-regular",Helvetica,Arial,sans-serif;
    font-size: 14px;
    left: 1px;
    margin: 25px 0 0 25px;
}


/*  listings section  */
.listings{

   
width: 98%;
border: 1px solid red;
padding: 10px 0;
margin-left:auto;
    margin-right:auto;
}
.listings .matn{
    display: block;
margin-left:auto;
    margin-right:auto;
 width: 89.90909090909091%;
    height: auto;
    text-align: right;
   
   
    letter-spacing: .5px;
    border-top: 1px solid #82abd4;
background: #ffffff;
margin: 0 3.636363636363636% 3.636363636363636% 0;
}
.listings .matnn{
    display: block;

    padding: 10px ;
   
    

}
.listings ul.properties_list{
    list-style: none;
    overflow: hidden;
}
.listings ul.properties_list li{
    display: block;
    width: 30.90909090909091%;
    height: auto;
    position: relative;
    float: left;
 background: #ffffff;
    margin: 0 3.636363636363636% 3.636363636363636% 0;
}
.listings ul.properties_list li img.property_img{
    width: 100%;
    height: 220px;
    vertical-align: top;
}
.listings ul.properties_list li .proce{
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 15px 20px;
    background: #94ffff;
    color: #51004d;
    font-family: "IranNastaliq", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
   
    border-radius: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}
.listings ul.properties_list li:nth-child(3n+0){
    margin-right: 0;
}
.listings ul li .property_details{
    width: 87.64705882352941%;
    padding: 2.941176470588235% 5.882352941176471% 4.117647058823529% 5.882352941176471%;
    border-bottom: 2px solid #f2fff1;
    border-left: 2px solid #f2fff1;
    border-right: 2px solid #f2fff1;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.listings ul li:hover .property_details{
    border-bottom: 1px solid #95badf;
    border-left: 1px solid #95badf;
    border-right: 1px solid #95badf;
}
.listings ul li .property_details h1{
    color: #666464;
    font-family: "IranNastaliq", Helvetica, Arial, sans-serif;
    font-size: 16px!important;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 28px;
}
.listings ul li .property_details h1 a{
    text-decoration: none;
    color: #666464;
}
.listings ul li .property_details h2{
    color: #9d9d9d;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-weight: normal;
}
.listings ul li .property_details .property_size{
    color: #676767;
}
.listings .more_listing{
    display: block;
    width: 100%;
    text-align: center;
    margin: 84px 0 22px 0;
}
.listings .more_listing_btn{
    text-decoration: none;
    padding: 20px 40px;
    border: 2px solid #bfd9f1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    color: #afcbe6;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.listings .more_listing_btn:hover{
    color: #a0c3e5;
    border: 2px solid #a0c3e5;    
}










/*  footer  */
footer{
 
  width:98%;
border: 1px solid red;
 margin-left:auto;
    margin-right:auto;
    padding-top: 20px;
    background: #99FFCC;
	
}
footer .footer > ul{
    overflow: hidden;
}
footer .footer > ul > li{
    display: block;
    float: center;
    list-style: none;
   margin-left:auto;
    margin-right:auto;
}
footer .footer > ul > li:last-child{
    

 width: 95%;
margin-left: 5%;
}
footer .footer  > li.links{
    width: 197px;
margin: 2% 4%;
    
}
footer  li.links > ul > li{
width: 93%;
    display: block;

    
    list-style: none;
    margin-bottom: 27px;
}
footer  li.links > ul > li:last-child{
    margin-bottom: 0;
}
footer li.links > ul > li a{
    text-decoration: none;
    display: block;
    color: #221133;
    font-family:tahoma, "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: .5px;
    text-align: right;
	line-height: 19px;
}
footer .footer >  p.about{
    width: 80%;
 margin-left:auto;
    margin-right:auto;
}
footer  p.about {
    color: #000;
text-align: center;
    font-family:"IranNastaliq", tahoma, "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 32px;
    letter-spacing: .5px;
    line-height: 34px;
    margin-top: -9px;
margin-left:auto;
    margin-right:auto;
}
footer ul li.about > ul > li{
    display: inline-block;
    margin-right: 20%;
    margin-top: 30px;
}
footer ul li.about > ul > li:last-child{
    margin-right: 0;
}
footer ul li.about > ul > li a{
    background: url('../img/social_media.png') no-repeat;
}
footer ul li.about > ul > li a.facebook{
    display: block;
    width: 10px;
    height: 18px;
    background-position: 0 0;
}
footer ul li.about > ul > li a.twitter{
    display: block;
    width: 19px;
    height: 18px;
    background-position: -11px 0px;
}
footer ul li.about > ul > li a.google{
    display: block;
    width: 10px;
    height: 18px;
    background-position: -31px 0px;
}
footer ul li.about > ul > li a.skype{
    display: block;
    width: 17px;
    height: 18px;
    background-position: -43px 0px;
}
footer .copyrights{
    display: block;
    text-align: center;
    padding: 40px 0;
    margin-top: 60px;
    color: blue;
    font-family: "IranNastaliq","lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
    border-top: 1px solid #82abd4;
}
footer .copyrights a.ph_link{
 color: red;
    font-family: "IranNastaliq", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}









/*  responsive css */
@media (max-width:1500px){
    .hero{
        height: 300px;
    }
ul.sidenav {
        width: 100%;
        height: auto;
        position: relative;
    }
    ul.sidenav li a {
        float: right;
        padding: 15px;
    }
}
@media (max-width: 1150px){
    .wrapper{
        padding: 0 40px;
        max-width: 1020px;
    }
    footer .footer > ul > li{
        margin-right: 5.454545454545455%;
    }

    footer .footer > ul > li.links{
        width: 17.90909090909091%;
    }

    footer .footer > ul > li.about{
        width: 29.72727272727273%;
    }
ul.sidenav {
        width: 100%;
        height: auto;
        position: relative;
    }
    ul.sidenav li a {
        float: right;
        padding: 15px;
    }
}
@media (max-width:800px){
    .hero{
width: 98%;
        height: 300px;
    }
    .hero .caption{
        width: 98%;
        
    }
    .hero .caption h3{
        margin: 0;
        left: 0;
    }
    header a.hamburger{
        display: block;
    }
    header nav{
        position: absolute;
        display: none;
        width: 92.72727272727273%;
        top: 95px;
        left: 3.636363636363636%;
        float: none;
        z-index: 20;
        overflow: hidden;
        background: #fff;
        border-top: 2px solid #bfd9f2;
    }
    header nav.active{
        display: block;
    }
    header nav .login_btn{
        float: none;
        display: inline-block;
        width: 100%;
        border: 0;
        margin: 0;
        padding: 20px 0;
        text-align: center;
        background: #f2f3f3;
    }
    header nav ul{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    header nav ul li{
        display: block;
        width: 100%;
        float: none;
        margin-left: 0;
    }
    header nav ul li a{
        display: block;
        padding: 25px 0;
        border-bottom: 1px solid #f2f3f3;
        transition: background .2s linear;
        -webkit-transition: background .2s linear;
        -moz-transition: background .2s linear;
        -o-transition: background .2s linear;
    }
    header nav ul li a:active{
        background: #f2f3f3;
    }
    header nav ul li a,
    header nav .login_btn{
        color: #1c3655;
    }
    header nav .login_btn:hover{
        background: #eaebeb;
    }
    header nav ul li:last-child{
        border: 0;
    }
    .listings ul.properties_list li{
        width: 46.36363636363636%;
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }
    .listings ul.properties_list li:nth-child(3n+0){
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }
    .listings ul.properties_list li:nth-child(2n+0){
        margin-right: 0;
    }
    footer .footer > ul > li{
        width: 29.6969696969697%!important;
        margin-right: 5.454545454545455%;
        margin-bottom: 100px;
    }
    footer .footer > ul > li:nth-child(3){
        margin-right: 0;
    }
    footer .footer > ul > li.links li a{
        text-align: center;
    }
    footer .footer > ul > li.about{
        text-align: center;
        float: none;
        display: inline;
        margin-right: 100%;
        overflow: hidden;
        border-top: 1px solid #82abd4;
    }
 ul.sidenav {
        width: 100%;
        height: auto;
        position: relative;
    }
    ul.sidenav li a {
        float: right;
        padding: 15px;
    }
}
@media (max-width:480px){
.hero{
    width: 98%;
    height: 400px;
    position: relative;
   background: #99FFff;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.hero .caption{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: 50px;
    z-index: 10;
}

    .hero .caption h2{
        font-size: 40px;
    }
    .hero .caption h3{
        font-size: 16px;
    }
    .listings ul.properties_list li{
        width: 100%;
        margin-bottom: 60px!important;
    }
    .listings ul.properties_list li:last-child{
        margin-bottom: 0!important;
    }
    .listings ul.properties_list li:nth-child(3n+0),
    .listings ul.properties_list li:nth-child(2n+0){
        margin:0;
    }
    .listings .more_listing_btn{
        display: block;
        width: 100%; 
        padding-left: 0!important;
        padding-right: 0!important;
    }
    footer .footer > ul > li.links,
    footer .footer > ul > li.about{
        float: none;
        width: 100%!important;
        margin-right: 0;
        margin-bottom: 60px;
        padding-bottom: 60px;
    }
    footer .footer > ul > li:last-child{
        padding-bottom: 0;
    }
    footer .footer > ul > li.links{
        border-bottom: 1px solid #82abd4;
    }
 ul.sidenav li a {
        text-align: center;
        float: none;
    }
}
