@font-face{
    font-family: iransans;
    src: url('fonts/IRANSansWeb.ttf');
}
@font-face{
    font-family: quickSand;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/quicksand-v7-latin-regular.ttf') ;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
    width: 100%;
}
.swiper-1 .swiper-slide{
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    cursor: pointer;
}
.swiper-1 .swiper-slide:hover{
    border: 1px solid rgba(0, 0, 0, 0.6);
}
/* ------------------Public Classes-------------------------------------- */
.op0{opacity: 0;}
.op1{opacity: 0.1;}
.op2{opacity: 0.2;}
.op3{opacity: 0.3;}
.op4{opacity: 0.4;}
.op5{opacity: 0.5;}
.op6{opacity: 0.6;}
.op7{opacity: 0.7;}
.op8{opacity: 0.8;}
.op9{opacity: 0.9;}
.op10{opacity: 1;}
.unCol10p{width: 10%}
.unCol20p{width: 20%}
.unCol30p{width: 30%}
.unCol40p{width: 40%}
.unCol50p{width: 50%}
.unCol60p{width: 60%}
.unCol70p{width: 70%}
.unCol80p{width: 80%}
.unCol90p{width: 90%}
.unCol100p{width: 100%}
.zmdi{font-family: 'Material-Design-Iconic-Font' !important;}
.bg-gray{background-color: #4b4f58;}
.bg-yellow{background-color: #fbcd06;}
.color-yellow{color: #ffcc00;}
.cb{clear: both}
.dn{display: none}
.db{display: block}
.dib{display: inline-block}
.fr{float: right;}
.fl{float: left;}
.tAll3{transition: all .3s}
/* ------------------Public Styles--------------------------------------- */
html, body{
    height: 100%;
    margin: 0;
}
body, body *{
    font-family: quickSand, iransans;
}
body{
    background: #fff /*url('../img/totalBack.png')*/;
}
img{vertical-align: middle;}
input[type="button"]:disabled{
    opacity: 0.5;
    cursor: default;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.grayscale{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/**************************************************************************/
#totalDiv{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
/* ---------------------------------------------------------------------- */
#lightBoxContentMar{
    position: relative;
    margin: 100px auto 0;
    padding: 0px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 101;
    transition: transform 0.3s;
}
.lightBoxOff{
    transform: scale3d(0, 0, 0);
}
.lightBoxOn{
    transform: scale3d(1, 1, 1);
}
/* ---------------------------------------------------------------------- */
.footerPlace{
    direction: rtl;
    padding: 70px 0 50px;
    background: #030c12;
    color: #fff;
}
.footerPlace .footerInnerPlace{
    display: table;
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.footerPlace .footerInnerPlace .footerBox{
    display: table-cell;
    width: 33%;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
}
.footerPlace .footerBox .footerBoxTitle{
    display: inline-block;
    border-bottom: 4px solid #fcbd21;
}
.footerPlace .footerBox .footerBoxItems{
    margin: 0;
}
/* ---------------------------------------------------------------------- */
.harajaTabs{
    direction: rtl;
    display: table;
    width: 95%;
    margin: 0 auto 10px;
    border: 1px solid #2173af;
    border-radius: 5px;
    overflow: hidden;
}
.harajaTabs span{
    display: table-cell;
    width: 16.667%;
    height: 35px;
    background: #fff;
    border-left: 1px solid #2795a2;
    color: #1c6068;
    cursor: pointer;
    text-align: center;
    word-spacing: -3px;
    font-size: 12px;
    vertical-align: middle;
    transition: all .3s;
}
.harajaTabs span.activeTab{
    background: #2173af;
    color: #fff;
}
.harajaTabs span:last-child{
    border-left: none;
}
.noDealFound{
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
    background: #f5f5f5;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.bidonetTitle{
    margin-bottom: 35px;
    border-bottom: 1px solid #2173af;
    text-align: right;
}
.bidonetTitle span{

}
.mainMenuButton{
    display: none;
    vertical-align: middle;
    height: 70px;
}
.mainMenuButton .zmdi{
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border: 2px solid #ddd;
    border-radius: 5px;
    color: #ddd;
}
.mainMenuPlace{
    display: table-cell;
}
@media (max-width: 800px){
    .mainMenuButton{
        display: table-cell;
    }
    #webMenu {
        display: block;
        position: absolute;
        top: -1000px;
        left: 0;
        width: 100%;
        transition: all .5s;
        z-index: 10;
    }
    #webMenu a {
        display: block;
        position: relative;
        left: 1%;
        width: 100%;
        height: 30px;
        padding: 10px 1%;
        background: #555;
        border-bottom: 1px solid #111 !important;
        font-size: 13px;
        line-height: 30px;
    }
    .mainMenuPlace a{
        margin-left: 0;
    }
	
	.footerInnerPlace, .footerBox{
		display: block !important;
	}
}
/* Haraj Cards Styles ***********************************************************/
@media screen and (max-width: 400px) and (min-width: 0px){
    .harajCardA{width: 100%;margin: 0 0 20px 0;}
}
@media screen and (max-width: 600px) and (min-width: 401px){
    .harajCardA{width: 49%;margin: 0 0 20px 1%;}
}
@media screen and (max-width: 800px) and (min-width: 601px){
    .harajCardA{width: 32%;margin: 0 0 20px 1.2%;}
}
@media screen and (max-width: 1000px) and (min-width: 801px){
    .harajCardA{width: 24%;margin: 0 0 20px 1%;}
}
@media screen and (max-width: 1199px) and (min-width: 1001px){
    .harajCardA{width: 19%;margin: 0 0 20px 1%;}
}
@media screen and (min-width: 1200px){
    .harajCardA{width: 16%;margin: 0 0 20px .5%;}
}
.harajCardA{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 13px;
}
.harajCard{
    position: relative;
    text-align: right;
    background: #fff;
    border: 1px solid #b2b2b2;
    text-align: center;
}
.harajCard .harajCardTitleP{
    width: 90%;
    margin: 10px auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold;
    color: #010101;
    white-space: nowrap;
}
.harajCard .harajCardImage{
    vertical-align: middle;
    height: 140px;
    padding: 10px 0px 0;
    box-sizing: border-box;
    text-align: center;
}
.harajCard .harajCardImage img{
    max-width: 100%;
    max-height: 120px;
}
.harajCardFavoritePlace{
    position: absolute;
    top: -15px;
    left: -10px;
}
.harajCardFavoritePlace i{
    font-size: 30px;
}
.harajCardFavoritePlace i.zmdi-star-outline{
    display: inline-block;
}
.harajCardFavoritePlace i.zmdi-star{
    display: none;
}
.harajCardFavoritePlace.favoriteActive i.zmdi-star{
    display: inline-block !important;
}
.harajCardFavoritePlace.favoriteActive i.zmdi-star-outline{
    display: none !important;
}
.harajCardFavoritePlace i.zmdi-star-outline{
    color: #777;
}
.harajCardFavoritePlace i.zmdi-star{
    color: #f5c70d;
}
.harajCardMonitor{
    position: relative;
    padding-bottom: 10px;
    background: #ebebeb;
}
.harajCardMonitor input[type="button"]{
    width: 150px;
    height: 30px;
    background: #bd2729;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.harajCardMonitor .harajCardMaxPrice{
    margin: 0;
    color: #929292;
    font-size: 18px;
    line-height: 25px;
}
.harajCardMonitor .harajCardLable{
    position: absolute;
    top: -40px;
    left: 10px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.4);
    color: #2173af;
    border-radius: 50%;
}
.harajCardMonitor .harajCardLable b{
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #2173af;
    font-size: 20px;
    word-spacing: -1px;
}
.harajCardFooter{
    position: relative;
    height: 65px;
    padding: 5px 5px;
    overflow: hidden;
    box-sizing: border-box;
}
.harajCardFooter p{
    margin: 0;
    height: 30px;
    line-height: 30px;
}
.harajCardFooter .dealTimer{
    transition: all 0.4s;
}
.harajCardFooter .dealersData,
.lastDealerInfoPlace .dealersData{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 5px;
    box-sizing: border-box;
    transition: all .3s;
}
.harajCardFooter .dealersData{
    height: 70px;
}
.detailPagePlace .dealersData{
    height: 100px;
}
.harajCardFooter .dealersData .dealPrice{
    color: #2d9166;
    font-weight: bold;
    font-size: 18px;
}
.harajCardFooter .dealersData .dealTimer{
    color: #333;
    font-weight: bold;
    font-size: 17px;
}
.detDealTimer{
    margin: 3px 0;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #aaa;
}
/*-------------------*/
.bigCards .harajCardMonitor{
    display: block;
    width: 100%;
    margin: 0 auto 5px;
}
.bigCards .harajCardMonitor div.harajCardImage{
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 10px;
    box-sizing: border-box;
}
.bigCards .harajCardMonitor .harajCardImage img{
    width: 100%;
    border: none;
    padding: 0;
    border-radius: 3px;
}
.bigCards .harajCardMonitor .harajCardTexts{
    display: block;
    vertical-align: middle;
    padding: 10px;
}
/* ---------------------------------------------------------------------- */
/* Details Page ***********************************************************/
.dealDetailPlace{
    direction: rtl;
    padding: 10px 0;
}
.detCardFooter{
    position: relative;
    height: 50px;
    padding: 10px 60px 0;
    overflow: hidden;
    font-size: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    font-weight: bold;
}
.detCardFooter span{
    font-size: 20px;
}
.detCardFooter .fl span{
    color: #2795a2;
    font-weight: bold;
}
.lastDealerInfoPlace{
    position: relative;
    height: 180px;
    overflow: hidden;
}
.detBidersList{
    text-align: center;
    font-size: 11px;
    line-height: 25px;
}
.detBidersList div{
    font-size: 0;
}
.detBidersList div span{
    display: inline-block;
    font-size: 14px;
}
.detBidersList div.dealersRow{
    background: rgba(0, 0, 0, 0.02);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
    color: #ffffff;
}
.detBidersLoadPlace{
    transition: all .3s;
}
.detBidersList div.dealersRow span:first-child{
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
}
.detBidersList div.dealersRow span:first-child + span{
    font-weight: bold;
}
.lastDealerInfoPlace .fr img{
    width: 30px;
    height: 30px;
    margin-left: 10px;
    border-radius: 50%
}
.lastDealerInfoPlace span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 30px;
}
.lastDealerInfoPlace .fl p{
    margin: 0;
    text-align: center;
    font-size: 12px;
}
.dealersRow td{
    background: rgba(0, 0, 0, 0.02);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}
.dealersRow td:first-child{
    padding-right: 15px;
    text-align: right;
}
.dealersRow td:first-child + td{
    font-weight: bold;
    font-size: 13px;
}
.dealToStart
    /* Buy Page ***************************************************************/
.buyPackagePlace{
    direction: rtl;
    width: 90%;
    margin: 0 auto;
    text-align: right;
}
.buyPackagePlace .buyPackage{
    margin: 10px 0;
}
.buyPackagePlace .buyPackage .buyPackageSpan{
    display: inline-block;
    position: relative;
}
.buyPackagePlace .buyPackage .buyPackageSpan span{
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 32px;
    width: 30px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    z-index: 3;
}
.buyPackagePlace .buyPackage .buyPackageSpan img{
    position: relative;
    width: 80px;
    /*height: 80px;*/
    border-radius: 50%;
    z-index: 2;
}
.buyPackagePlace .buyPackage .buyPackageTexts{
    direction: rtl;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 300px;
    padding: 0 60px 0 20px;
    background: #2c5871;
    border-radius: 30px;
    color: #ffcab3;
    text-align: left;
    box-sizing: border-box;
}
.buyPackagePlace .buyPackage .buyPackageTexts .fr{
    margin: 0;
    line-height: 35px;
    height: 40px;
    font-size: 11px;
    font-weight: bold;
}
.buyPackagePlace .buyPackage .buyPackageTexts p{
    margin: 0;
    line-height: 35px;
    height: 40px;
}
/* Profile Page ***********************************************************/
#hprpID{
    display: none;
}
.prpPointsPlace{
    padding: 10px;
    font-size: 0;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid #222;
}
.prpPointsItem{
    display: inline-block;
    position: relative;
    width: 110px;
    padding: 4px 10px;
    vertical-align: middle;
    background: #538288;
    border-radius: 5px;
    box-sizing: border-box;
}
.prpPointsItem img{
    width: 20px;
}
.prpPointsItem span{
    display: inline-block;
    width: 65px;
    height: 23px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    text-align: left;
    vertical-align: middle;
    letter-spacing: 1px;
}
.profileHeader{
    position: relative;
    height: 190px;
}
.profileHeader .prpCoverPlace{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.profileHeader .prpCoverPlace #prpCoverImage{
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    background-size: cover;
    background-position: center center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    opacity: 0.5;
    z-index: 0;
}
.profileHeader .prpCoverPlace .prpOverCover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.prpUserDataPlace{
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 25px;
    text-align: right;
}
.prpUserDataPlace .prpImagePlace{
    position: relative;
    top: -2px;
    z-index: 5;
}
.prpUserDataPlace .prpImagePlace .prpImage{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #49d3e4;
    box-shadow: 0 0 5px #333;
}
.prpUserDataPlace .prpImagePlace .prpIsTeacher{
    position: absolute;
    top: 35px;
    right: 0;
    width: 25px;
    height: 25px;
}
.prpNeedDIVs{
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #333;
}
.prpMainTitles{
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}
.miniProfilePlace .miniPRPImage{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #ffd02c;
    box-shadow: 0 0 5px #333;
}
#editBioPen{
    position: absolute;
    top: 40px;
    right: 0;
    width: 20px;
    padding: 10px;
}
#biographyPlace{
    display: inline-block;
    margin: 0;
    font-size: 12px;
    text-align: justify;
    opacity: 0.6;
    padding: 0 30px 0 20px;
}
.prpUserID{
    float: right;
    margin: 0px 5px 4px;
    font-size: 11px;
    text-align: left;
    opacity: 0.5;
}
.prpInsertTime{
    float: left;
    margin: 0px 5px 4px;
    font-size: 11px;
    text-align: left;
    opacity: 0.5;
}
.prpInfoTable{
    clear: both;
    width: 100%;
    border-spacing: 2px;
    text-align: center;
    color: #ddd;
}
.prpInfoTable td{
    width: 25%;
    background: #717171;
    border-radius: 5px;
    padding: 5px 0 0;
}
.prpInfoTable td img{
    width: 30px;
    margin-bottom: 5px;
}
.prpInfoTable td p{
    margin: 0;
    font-size: 12px;
}
.prpFollowersItem{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 60px;
    margin: 0 2px;
    text-align: center;
}
.prpFollowersItem img{
    width: 50px;
    height: 50px;
    margin-bottom: 2px;
    border-radius: 50%;
}
.prpFollowersItem .prpFollowIsTeacher{
    position: absolute;
    top: 35px;
    right: 5px;
    width: 15px;
    height: 15px;
}
.prpFollowerTick{
    position: absolute;
    top: 35px;
    right: 0;
    width: 15px;
    height: 15px;
}
.prpFollowersItem p{
    width: 100%;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 8px;
}
.prpFollowersItem span{
    direction: ltr;
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    font-size: 20px;
    text-align: center;
    height: 100%;
    line-height: 50px;
}
.prpViewAll{
    margin: 0;
    padding: 10px;
    color: #ffd02c;
    text-align: left;
    font-size: 10px;
}
.profileUserItems{
    position: absolute;
    left: 45px;
    height: 32px;
    line-height: 32px;
    width: 250px;
    padding: 0 5px 0 65px;
    background: rgba(51, 51, 51, 0.7);
    border-right: 2px solid #49d3e4;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
}
.profileUserItems i{
    width: 25px;
    text-align: center;
}
.prpFollowBut{
    top: 120px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-right: 45px solid #ffd02c;
    text-align: center;
    transition: all 0.4s;
}
.prpFollowBut .zmdi-check{
    display: none;
}
.prpFollowBut .zmdi-account{
    position: absolute;
    right: -45px;
    top: 5px;
    font-size: 30px;
    color: #333;
    width: 45px;
}
.prpFollowActive{
    border-color: #22a562;
    background-color: rgba(51, 70, 51, 0.7);
}
.prpFollowActive .zmdi-check{
    display: inline-block;
    position: absolute;
    right: -36px;
    top: 25px;
    background: #22a562;
    border-radius: 50%;
    width: 10px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}
.prpFollowActive .zmdi-account{
    color: #fff;
}
/**************************************************************************/
.mainMenuPlace{
    vertical-align: middle;
}
.mainMenuPlace a{
    display: inline-block;
    height: 70px;
    margin-left: 45px;
    line-height: 70px;
    color: #ffffff;
    text-decoration: none;
}
.newsletterForm input[type="text"]{
    width: 80%;
    max-width: 520px;
    height: 65px;
    padding: 0 10px;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 20px;
    box-sizing: border-box;
    vertical-align: middle;
}
.newsletterForm input[type="text"]::placeholder{
    color: #68b1e7;
}
.newsletterForm input[type="button"]{
    width: 20%;
    max-width: 140px;
    height: 65px;
    background: #fff;
    border: none;
    color: #2173af;
    font-size: 20px;
    box-sizing: border-box;
    vertical-align: middle;
}
.comingSoonTimer{
    direction: ltr;
    display: table;
    margin: 0 auto;
    padding-top: 5px;
    border-spacing: 2px;
}
.comingSoonTimer div{
    display: table-cell;
    width: 40px;
    padding: 6px 0 0px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.comingSoonTimer div p{
    height: 20px;
    margin: 0;
    line-height: 20px;
}
.comingSoonTimer div p:first-child{
    font-size: 17px;
}
.comingSoonTimer div p:last-child{
    font-size: 9px;
}
.loginOregisterBut{
    width: 45%;
    height: 40px;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
.loginOregisterStepsPlace input[type="text"]{
    direction: ltr;
    width: 100%;
    height: 40px;
    margin-bottom: 0px;
    border: none;
    border-bottom: 2px solid #5996c3;
    font-size: 15px;
    outline: none;
}
.loginOregisterStepsPlace input[type="text"]::placeholder{
    direction: rtl;
    color: #929292;
}
