@font-face {
    font-family: IRANSansWeb;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype');
    /* IE6-8 */
    src: url('../fonts/IRANSansWeb.woff2') format('woff2');
    /* FF39+,Chrome36+, Opera24+*/
    src: url('../fonts/IRANSansWeb.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    src: url('../fonts/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: IRANSansWeb_Black;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb_Black.eot');
    src: url('../fonts/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype');
    /* IE6-8 */
    src: url('../fonts/IRANSansWeb_Black.woff2') format('woff2');
    /* FF39+,Chrome36+, Opera24+*/
    src: url('../fonts/IRANSansWeb_Black.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    src: url('../fonts/IRANSansWeb_Black.ttf') format('truetype');
}

@font-face {
    font-family: IRANSansWeb_Bold;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb_Bold.eot');
    src: url('../fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype');
    /* IE6-8 */
    src: url('../fonts/IRANSansWeb_Bold.woff2') format('woff2');
    /* FF39+,Chrome36+, Opera24+*/
    src: url('../fonts/IRANSansWeb_Bold.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    src: url('../fonts/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSansWeb_Light;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb_Light.eot');
    src: url('../fonts/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype');
    /* IE6-8 */
    src: url('../fonts/IRANSansWeb_Light.woff2') format('woff2');
    /* FF39+,Chrome36+, Opera24+*/
    src: url('../fonts/IRANSansWeb_Light.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    src: url('../fonts/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSansWeb_Medium;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb_Medium.eot');
    src: url('../fonts/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype');
    /* IE6-8 */
    src: url('../fonts/IRANSansWeb_Medium.woff2') format('woff2');
    /* FF39+,Chrome36+, Opera24+*/
    src: url('../fonts/IRANSansWeb_Medium.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    src: url('../fonts/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSansWeb_UltraLight;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype');
    /* IE6-8 */
    src: url('../fonts/IRANSansWeb_UltraLight.woff2') format('woff2');
    /* FF39+,Chrome36+, Opera24+*/
    src: url('../fonts/IRANSansWeb_UltraLight.woff') format('woff');
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    src: url('../fonts/IRANSansWeb_UltraLight.ttf') format('truetype');
}

* {
    direction: rtl !important;
    font-family: 'IRANSansWeb' !important;
}

body {
    background-color: #e6e9ea;
    color: #212121;
    font-family: 'Roboto', sans-serif;
    padding: 2% 0 30px 0;
}

.no-padding {
    padding: 0;
}

p {
    display: inline;
    color: #b0b3b4;
}

a {
    color: #b0b3b4;
}

a:hover,
a:focus {
    color: #c17900;
}

.form-control-feedback {
    width: 20px;
}

.has-error .form-control-feedback {
    color: #bb4141;
}

.has-success .form-control-feedback {
    color: #43bb41;
}


/* Slider */

.mlt-carousel {
    background: #F9A825;
    height: 600px;
    border-radius: 12px;
    z-index: 1;
    box-shadow: 0px 0px 30px #808080;
}

.item-content {
    text-align: center;
    color: #000;
}

.item-content h3 {
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 0 1px #000;
    margin: 10px 0;
}

.item-content p {
    display: block;
    font-size: 15px;
    color: #000;
    text-shadow: 0 0 1px #000;
}

.item {
    height: 600px;
    border-radius: 12px;
    overflow: hidden;
}

.item>img {
    margin-top: 30px;
    margin-bottom: 30px;
}


/* login */

.mlt-content {
    z-index: 0;
    background: #fff;
    width: 100%;
    height: 566px;
    box-shadow: 0px 15px 40px #b3b3b3;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    text-align: center;
    padding-top: 30px;
    margin-top: 17px;
}

#myTabContent {
    margin-top: 35px
}

.mlt-content span a {
    text-decoration: underline
}

.mlt-content .nav-tabs {
    border: none;
}

.nav-tabs>li {
    display: inline;
    text-align: center;
    float: none;
    margin-right: -4px;
}

.mlt-content .nav-tabs>li>a {
    line-height: 1.42857143;
    border: none;
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1.5px solid #d9ddde;
    border-radius: 0;
    display: inline;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #d9ddde;
    cursor: pointer;
}

.mlt-content .nav-tabs>li>a:hover,
.mlt-content .nav-tabs>li>a:focus {
    border-right: none;
    border-top: none;
    border-left: none;
    background: transparent
}

.mlt-content .nav-tabs>li.active>a,
.mlt-content .nav-tabs>li.active>a:focus,
.mlt-content .nav-tabs>li.active>a:hover {
    border-bottom: 2px solid #c17900;
    color: #c17900;
    background: none;
}

.termsLabel {
    margin-bottom: 5px;
    margin-top: 15px;
}

.lt-register-btn {
    background: #c17900;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 12px 65px 12px 50px;
    line-height: normal;
    font-size: 16px;
    position: relative;
    margin-top: 35px;
}

.lt-register-btn:hover,
.lt-register-btn:focus {
    color: #fff;
    background: #11cc4a;
}

.lt-register-btn i {
    right: 15px;
}


/* Media Queries*/

@media(max-width:768px) {
    body {
        padding-top: 15px;
    }
    .mlt-content {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}