@font-face {
  font-family: 'vazir';
  src: url('../fonts/Vazir-Thin-FD.eot');
  src: url('../fonts/Vazir-Thin-FD.eot') format('embedded-opentype'), url('../fonts/Vazir-Thin-FD.woff2') format('woff2'), url('../fonts/Vazir-Thin-FD.woff') format('woff'), url('../fonts/Vazir-Thin-FD.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
    text-align: right;
    font-family: 'vazir' !important;
    font-size: 14px !important;
}

nav .logo img {
    max-width: 200px;
}
.rtl {
    direction: rtl !important;
}
.text-start { text-align: right !important; }
.font-13 { font-size: 13px; }
.font-14 { font-size: 14px; }
.text-white { color: white !important; }

ul.list {
    line-height: 2em;
    margin: 0 15px 0 0;
    list-style: none;
}


/* @media screen and (max-width: 1080px) {
    #oneColWrapper { width: 600px; max-width: 600px; }
} */