/*
g1:#4d4d4d
c2:#e9e6e1
*/


@font-face {
	font-family: HelveticaNeue-Light;
	src: url('../fonts/neue-light/HelveticaNeueLight.eot');
	src: url('../fonts/neue-light/HelveticaNeueLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/neue-light/HelveticaNeueLight.woff2') format('woff2'),
		url('../fonts/neue-light/HelveticaNeueLight.woff') format('woff'),
		url('../fonts/neue-light/HelveticaNeueLight.ttf') format('truetype'),
		url('../fonts/neue-light/HelveticaNeueLight.svg#HelveticaNeueCyr-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
    font-family: neueThin;
	src: url('../fonts/neue-thin/HelveticaNeueThin.eot');
	src: url('../fonts/neue-thin/HelveticaNeueThin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/neue-thin/HelveticaNeueThin.woff2') format('woff2'),
		url('../fonts/neue-thin/HelveticaNeueThin.woff') format('woff'),
		url('../fonts/neue-thin/HelveticaNeueThin.ttf') format('truetype'),
		url('../fonts/neue-thin/HelveticaNeueThin.svg#HelveticaNeueCyr-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
    
}
*{
    -webkit-margin-before:0em;
    -webkit-margin-after:0em;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
html,body{
    height: 100%;
    width: 100%;
}
body{
    font-family: IRANSans;
    color: #4d4d4d;
    font-weight: 200;
    font-size: 13px;
    -webkit-text-size-adjust: none;
}
body p {
/*    line-height: 1.3;*/
    direction: rtl;
/*    text-align: justify;*/
    width: 100%;
}
a,button{
    cursor: pointer;
}
a{
    text-decoration: none;
    color: inherit;
}
input[type="tel"],input[type="email"]{
    text-align: left !important;
    direction: ltr;
}
input:not([type=checkbox]):not([type=radio]){
    -webkit-appearance: none;
}
.container {
    background-image: url(../img/Untitled-4.jpg);
    background-repeat: repeat;
    width: 100%;
    background-size: 300px 300px;
/*    height: 100%;*/
}

.content {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

header {
    height: 180px;
/*    padding: 0 30px;*/
}

.topBar {
    height: 40px;
    display: table;
    width: 100%;
    background: rgba(255,255,255,0.6);
    padding: 0 30px;
}
.topBar > *{
    float: right;
}
.langList {
    width: 60px;
    height: 40px;
    color: #4d4d4d;
    position: relative;
}
.langList > * {
    position: absolute;
}
.langList > ul {
    top: -110px;
    right: 0;
    left: 0;
    transition: all 0.5s linear;
    background: #e9e6e1;
    z-index: 2;
}
/*
.langList > ul {
    top: 40px;
}
*/
.langList > img {
    width: 15px;
    z-index: 3;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: transform 0.5s;
}
/*
.langList:hover > img{
    transform: rotate(180deg);
}
*/
.currentLang {
    text-align: left;
    display: block;
    width: 60px;
    height: 40px;
    background: #e9e6e1;
    z-index: 3;
    padding: 10px;
}
.langList li a{
    height: 40px;
    display: block;
    transition: color 0.4s;
    padding: 10px;
}
.langList > ul > li:hover > a{
    color: #ed1c24;
}
a.loginBtn {
    background-color: #fff;
    background-image: url(../img/icons/user.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 90px center;
    height: 40px;
    display: block;
    text-align: left;
    width: 120px;
    padding: 9px 10px;
}
.social {
    display: table;
    margin:10px;
    box-sizing: border-box;
}

.social li {
    float: right;
    margin-right: 10px;
}
.social li a {
    display: block;
    height: 20px;
}
.social li a img {
    width: 20px;
}
.searchArea {
    float: left;
    height: 40px;
    background-image: url(../img/icons/magnify.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 100% center;
    width: 180px;
    text-align: left;
}
.searchArea > a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 9px 0;
}
.logoArea {
    height: 100px;
    padding: 27px 30px;
    position: relative;
}
.logoArea img {
    max-height: 45px;
    float: right;
}
header nav {
    float: none;
    padding: 0 30px;
    background: #fff;
}
header > nav > ul {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
/*    justify-content: space-between;*/
    font-size: 15px;
    height: 40px;
    align-content: center;
    vertical-align: middle;
}
header > nav > ul > li {
    width: 12.5%;
        text-align: center;
}
header nav ul li a {
    display: inline-block;
    text-align: center;
    padding: 3px 0;
    height: 37px;
    line-height: 30px;
    transition: all 0.4s;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    position: relative;
}
header nav ul li a:after{
    content: "";
    position: absolute;
    bottom: 3px;
    right: -10px;
    left: -10px;
    opacity: 0;
    height: 2px;
    background-color: #ed1c24;
    transition: all 0.4s;
}
header > nav > ul > li a:hover:after{
    opacity: 1;
}

.withSep:after{
    height: 1px;
    width: 100%;
    max-width: 700px;
    margin: auto;
    display: block;
    content: "";
    background: #e9e6e1;
    margin-top: 10px;
}
.withSep{
    position: relative;
}
.withSepW:after{
    background: #fff;
}
h2{
    text-align: center;
    font-size: 24px;
    color: #4d4d4d;
}
.defaultBtn {
    display: block;
    clear: both;
    width: 200px;
    height: 50px;
    text-align: center;
    margin: 40px auto 0;
    border: 1px solid #e9e6e1;
    background: transparent;
    transition: background 0.5s;
    padding: 16.5px 0;
    line-height: 13px;
    color: #4d4d4d;
    font-family: IRANSans;
}
.defaultBtn:hover{
    background: #e9e6e1;
    cursor:pointer;
}
.defaultBtn[disabled]{
    background:transparent;
    opacity:0.6;
    cursor:not-allowed;
}
footer {
    background: #fff;
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-direction: row-reverse;
    padding: 40px 30px;
    height: 220px;
}
footer > div {
    width: 15%;
}
footer div > ul > li{
    cursor: pointer;
    font-size: 13px;
    transition: color 0.4s
}
footer div > ul > li:hover{
    color: #ed1c24;
}
.fh {
    border-bottom: 1px solid #e9e6e1;
    width: 100%;
    padding-bottom: 5px;
    font-size: 15px;
    margin-bottom: 5px;
    cursor: default;
    display: block;
}
.copy {
    background: #e9e6e1;
    height: 100px;
    padding: 10px 40px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
}
.copy img{
        height: 30px;
    /* float: left; */
    /* margin-top: 30px; */
}
.downContact {
        direction: rtl;
    display: flex;
    flex-direction: column;
}
.downContact label {
    direction: ltr;
    text-align: right;
}
.downContact a[href^="mailto"],.downContact a[href^="tel"]{
    direction: ltr;
    text-align: left;
}
.downContact a:not(:last-child){
    position: relative;
    margin-right: 6px;
    padding-right: 10px;
}
/*.downContact a:not(:last-child):after{
    content: "-";
    position: absolute;
    right: 0;
}*/
.plusContainer {
    width: 15px;
    float: left;
    margin-top: 10px;
    display: none;
    transition: all 0.6s;
}
.rotatedPlus{
    transform: rotate(-180deg);
}
.hamb {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none
}
.line {
    height: 2px;
    margin-top: 3px;
    background: #ed1c24;
    transition: all 0.4s;
    transform: skewX(-30deg);
}
.deviceMenu {
   overflow: auto;
    position: fixed;
    z-index: 12;
    width: 100%;
    right: 0;
    direction: rtl;
    padding: 0;
    top: 0;
    bottom: 0;
    display: none;
    background: #fff;
    padding: 0;
}
.deviceMenu > ul {
    text-align: center;
}
.deviceMenu > ul > li {
    margin: 10px auto;
    font-size: 14px;
    border-bottom: 1px solid #ed1c24;
    width: 50%;
    padding-bottom: 8px;
}
.deviceMenu > ul > .social{
    margin: 20px auto !important;
}
.opened .line:first-child{
    transform: rotate(40deg) translate(2px,4px);
}
.opened .line:nth-child(2){
    opacity: 0;
}
.opened .line:last-child{
    transform:  rotate(-45deg) translate(3px,-5px);
}
.white-bg {
    background: #fff;
}
.shareSection {
    background: #e9e6e1;
}
.shareBox {
    display: flex;
    justify-content: center;
    height: 120px;
    padding: 40px 0;
    align-items: center;
}
.shareBox > a {
    width: 30px;
    margin: 0 10px;
}
.shareBox > a > img{
    width:100%;
}
.main{
    background: #fff;
    margin-top: 5px;
    padding: 10px 30px;
}
.tagList {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}
.tag {
    background: #e9e6e1;
    padding: 10px 30px;
    flex-grow: 1;
    margin: 0 1px 2px;
    font-size: 18px;
    text-align: center;
    transition: all 0.5s;
    line-height: 1;
}
.tag:hover{
    background: #fff;
}
.prTitle span{
    display: block;
        direction: rtl;
}
.textureList .prTitle{
    height: 60px;
}
.ui-state-disabled {
    display: none;
}
.ui-selectmenu-menu{
    transition: opacity 0.4s;
    opacity: 0;
}
.ui-menu .ui-menu-item-wrapper{
    background: #e9e6e1;
    font-family: IRANSans;
    height: 40px;
    padding: 10px 0;
}
.ui-state-disabled .ui-menu-item-wrapper {
    padding: 5px 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: none;
    color: #ed1c24;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active{
    margin: 0;
}
.ui-widget.ui-widget-content {
    border-top: 1px solid #c5c5c5;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.breadCrumb {
    text-align: right;
    font-size: 10px;
/*    padding-right: 40px;*/
    margin-bottom: 30px;
    font-weight: normal;
}
.breadCrumb > a:not(:last-child):after{
    content: "/";
    color: #4d4d4d !important;
}
.breadCrumb > a:hover{
    color: #ed1c24;
}
.searchContainer.deviceSearchContainer{
    display: none;
}
select.deviceSearch.hafezSelect {
    text-align: center;
    -webkit-appearance: none;
    font-family: Iransans;
    display: block;
/*    width: 50%;*/
    padding: 5px 0 0 0;
    border: none;
    color: rgba(77, 77, 77,0.66);
    font-size: 19px;
    text-align-last: center;
}







.modalBody{
    display: none;
    position: fixed;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.58);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.loginBox{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 300px;
    width: 360px;
    padding: 20px 30px;
    background: #fff;
}
.loginBox > span:first-child{
    color: #ed1c24;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 30px;
    cursor: pointer;
}
.loginBox h3{
    direction: rtl;
    margin-bottom: 20px;
}
.loginBox input{
    width: 100%;
    height: 50px;
    border: none;
    text-align: right;
    font-family: IRANSans;
    margin: 0 0 8px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #e9e6e1;
}

.dropzone .dz-message > span{
    position: relative;
}
.dropzone .dz-message > span:after{
    content: "+";
    font-size: 20px;
    position: absolute;
    color: #999;
    border: 1px solid #e9e6e1;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    padding: 9px 0;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -60px;
}


.noneImportant{
    display:none !important;
}
.ui-selectmenu-button.ui-button > span:first-child{
    display:none
}
@media screen and (min-width:770px) {
    .deviceMenu{
        display: none !important;
    }
}
@media all and (max-width:768px) and (orientation:landscape){
    
}
@media screen and (max-width:768px){
    header {
        height: 100px;
    }
    .logoArea {
        height: 60px;
        padding: 15px 30px;
            background: #e9e6e1;
    }
    header nav{
        display: none;
    }
    .hamb{
        display: block;
    }
    .searchContainer:not(.deviceSearchContainer){
        display: none;
    }
    .searchContainer.deviceSearchContainer{
        display: flex;
    }
}
@media screen and (max-width:415px){
    footer {
        flex-direction: column;
    }
    footer > div {
        width: 100%;
        text-align: right;
    }   
    .footerCol>ul {
        margin-bottom: 20px;
        margin-top: 10px;
        display: none
    }
    .footerCol:first-child{
        margin-top: 0;
    }
    .topBar{
/*        padding: 0;*/
    }
    .topBar .social{
        display: none;
    }
    .plusContainer{
        display: block;
    }
    .copy{
        height: auto;
        flex-direction: column-reverse;
    }
    .downContact {
        text-align: center;
        margin: 10px 0 0;
    }
    .copy img{
        margin: 20px 0 10px;
    }
    .downContact a[href^="mailto"], .downContact a[href^="tel"] {
        direction: ltr;
        text-align: center;
    }
    
    .downContact label{
        text-align: center;
    }
    select.deviceSearch.hafezSelect{
        width: 100%;
        padding: 5px 0 0 0;
    }
}
