﻿/*start font*/
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../../GlobalItems/fonts/iranSans/eot/IRANSansWeb.eot');
    src: url('../../GlobalItems/fonts/iranSans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../../GlobalItems/fonts/iranSans/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../../GlobalItems/fonts/iranSans/ttf/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: BIRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../../GlobalItems/fonts/iranSans/eot/IRANSansWeb_Medium.eot');
    src: url('../../GlobalItems/fonts/iranSans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../../GlobalItems/fonts/iranSans/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../../GlobalItems/fonts/iranSans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}


@font-face {
    font-family: "MaterialDesignIcons";
    font-weight: normal;
    font-style: normal;
    src: url("../../GlobalItems/fonts/materialFontIcon/fonts/materialdesignicons-webfont.eot?v=1.8.36");
    src: url("../../GlobalItems/fonts/materialFontIcon/fonts/materialdesignicons-webfont.eot?#iefix&v=1.8.36") format("embedded-opentype"), url("../../GlobalItems/fonts/materialFontIcon/fonts/materialdesignicons-webfont.woff?v=1.8.36") format("woff"), url("../../GlobalItems/fonts/materialFontIcon/fonts/materialdesignicons-webfont.ttf?v=1.8.36") format("truetype"), url("../../GlobalItems/fonts/materialFontIcon/fonts/materialdesignicons-webfont.svg?v=1.8.36#materialdesigniconsregular") format("svg");
}
/*---------------------general----------------------*/
body {
    background-color: #f7f7f7;
    color: #808080;
    font-family: IRANSans;
    text-align: justify;
    line-height: 2;
    font-size: 11pt;
    position: relative;
    letter-spacing: -0.1px;
}

section:after, .btm:after, .artShow:after,.newsletterform:after,.input-field:after {
    clear: both;
    display: block;
    content: "";
}

.bgDark {
    position: fixed;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(58, 111, 183, 0.8);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 200000000;
    display: none;
}
.input-field label{
    font-weight:normal;
}
#email{
    text-align:left;
}
video {
    max-width: 100%;
    height: auto;
}

strong, b, h1, h2, h3, h4, h5, h6 {
    font-family: BIRANSans;
    font-weight: normal;
}

a:hover, *:focus, *:active, *:link, *:visited {
    outline: none !important;
    text-decoration: none !important;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

a p {
    color: #808080;
}

.owl-pagination {
    display: none;
}

.owl-carousel {
    direction: ltr;
    position: relative;
}

    .owl-carousel .item {
        direction: rtl;
    }

.field-validation-valid {
    color: red;
    display: none;
}

.waitinginput {
    display: none;
}

img {
    display: block;
    margin: auto;
    max-width: 100%;
}

i:before, i {
    line-height: 1;
}

.maincontent img.pull-right {
    margin: 15px 30px 15px 0;
}

.maincontent img.pull-left {
    margin: 15px 0 15px 30px;
}
/*---------------header--------------*/
.header {
    position: relative;
    background: #ee2d2f;
    border-bottom: 9px solid #fff;
}

    .header:before {
        position: absolute;
        width: 100%;
        height: auto;
        content: '';
        left: 0;
        bottom: -9px;
        border-bottom: 6px solid #cdcdcd;
    }

    .header .bgWhite {
        position: absolute;
        height: 100%;
        background: #fff;
        z-index: 10000000;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        top: 0;
        right: 0;
    }

        .header .bgWhite:before {
            width: 100%;
            height: 100%;
            content: '';
            position: inherit;
            background: #fff;
            top: 10px;
        }

.logo {
    background: #fff;
    float: right;
    padding-left: 55px;
    padding-top: 5px;
    position: relative;
}

    .logo:before {
        width: 100%;
        height: 10px;
        content: '';
        position: absolute;
        background: #fff;
        bottom: -10px;
        z-index: 10000000;
    }

    .logo:after {
        width: 31px;
        height: 56px;
        content: '';
        background: url(../img/rightheder.png);
        left: 0;
        top: 0;
        z-index: 10000000;
        position: absolute;
    }

.header .left .pull-right > * {
    display: inline-block;
}

.header .left i {
    color: rgba(0,0,0,0.6);
    font-size: 18pt;
}

.header .left > *:first-child {
    color: #fff;
    font-size: 10.5pt;
    padding-top: 10px;
    display: inline-block;
    margin-right: -11px;
    z-index: 10000001;
    position: relative;
}
/*------------language---------------*/
.language {
    direction: ltr;
}

    .language > * {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-size: 9pt;
    }

        .language > *:not(:first-child) {
            padding: 5px;
        }
/*------------icon---------------*/
.icon {
    direction: ltr;
    margin-left: 70px;
}

    .icon a {
        width: 47px;
        height: 47px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        overflow: hidden;
    }

        .icon a:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: rgba(57,0,0,0.18);
            transition: 0.7s;
            transform: translateX(-47px);
        }

        .icon a:hover:before {
            transform: translateX(0);
        }

    .icon i:before {
        height: 24px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
    }

    .icon a:hover i:before {
        transition: 0.7s;
        color: #fff;
    }
/*------------mnubar---------------*/
.mnubar {
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 10000;
}
/*------------slide---------------*/
.slide .owl-buttons {
    display: none;
}

.slide .owl-pagination {
    display: block;
}

.slide .owl-controls.clickable {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.slide .owl-theme .owl-controls .owl-page {
    line-height: 1;
}

    .slide .owl-theme .owl-controls .owl-page span {
        width: 17px;
        height: 17px;
        background: rgba(0,0,0,0.5);
        display: inline-block;
        border-radius: 0;
        margin: 2px;
        opacity: 1 !important;
        position: relative;
        padding: 2px;
        transition: 0.7s;
    }

        .slide .owl-theme .owl-controls .owl-page span:before {
            position: absolute;
            content: '';
            width: 15px;
            height: 15px;
            text-align: center;
            margin: auto;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(255,255,255,0.8);
        }

    .slide .owl-theme .owl-controls .owl-page.active span, .slide .owl-theme .owl-controls.clickable .owl-page:hover span {
        padding: 6px !important;
        background: rgba(255,255,255,0.5);
    }

        .slide .owl-theme .owl-controls .owl-page.active span:before, .slide .owl-theme .owl-controls.clickable .owl-page:hover span:before {
            background: #c72630;
            width: 11px;
            height: 11px;
        }
/*--------------part1---------------------*/
.part1 {
    position: relative;
    padding: 50px 0;
}

    .part1 .row > * {
        padding-top: 15px;
    }

    .part1 h1 {
        font-size: 24pt;
        color: #b2b2b2;
        position: relative;
        display: block;
        padding-right: 30px;
    }

        .part1 h1:before {
            position: absolute;
            content: '';
            width: 21px;
            height: 21px;
            right: 0;
            top: 7px;
            background: #ee2d2f;
        }

    .part1 .L:before {
        position: absolute;
        content: '';
        right: -5px;
        top: 0;
        height: 100%;
        border-right: 1px dotted #c1c1c1;
    }

    .part1 .more {
        color: #ee2d2f;
        display: block;
        padding-right: 20px;
        position: relative;
        overflow: hidden;
    }

        .part1 .more:before {
            position: absolute;
            content: url(../img/arowmore.png);
            right: 0;
            line-height: 2.5;
            transition: 0.7s;
            transform: translateX(50px);
        }

        .part1 .more:hover:before {
            transform: translateX(0);
        }
/*--------------part2---------------------*/
.mainhead {
    position: relative;
    display: block;
}

    .mainhead:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 14px;
        background: url(../img/devider.png)repeat;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .mainhead > * {
        color: #4c4c4c;
        font-size: 16pt;
        position: relative;
        z-index: 1;
        padding-left: 30px;
        background: #f7f7f7;
    }

.ActItem {
    position: relative;
    margin: 20px auto;
    overflow: hidden;
    cursor: pointer;
}

    .ActItem .image img {
        opacity: 0;
    }

    .ActItem:hover .image {
        background-color: rgba(238,45,47,1);
        background-blend-mode: hard-light;
    }

    .ActItem:hover > strong,.ActItem:hover a strong {
        color: #333333;
    }

    .ActItem .image {
        height: 240px;
        overflow: hidden;
        position: relative;
        border: 3px solid #fff;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(10,37,51,0.2);
        -moz-box-shadow: 0px 0px 10px 0px rgba(10,37,51,0.2);
        box-shadow: 0px 0px 10px 0px rgba(10,37,51,0.2);
        transition: 0.7s;
        background-position: center;
        background-repeat: no-repeat;
    }

        .ActItem .image > * {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            margin: auto;
            text-align: center;
        }

    .ActItem > strong, .ActItem a strong {
        color: #808080;
        font-size: 13pt;
        display: block;
        position: relative;
        padding-right: 20px;
        white-space: nowrap;
        transition: 0.7s;
        text-overflow: ellipsis;
        margin-top: 5px;
        transition: 0.7s;
    }

        .ActItem > strong:before, .ActItem a strong:before {
            position: absolute;
            content: '';
            width: 12px;
            height: 12px;
            top: 0;
            bottom: 0;
            margin: auto;
            background: #f7f7f7;
            border: 3px solid #ee2d2f;
            right: 0;
        }

    .ActItem .hover {
        background: #fff;
        position: absolute;
        top: 0;
        left: -10px;
        bottom: 0;
        margin: auto;
        border: 3px solid #fff;
        -webkit-box-shadow: 0px 0px 1px 0px rgba(10,37,51,0.2);
        -moz-box-shadow: 0px 0px 1px 0px rgba(10,37,51,0.2);
        box-shadow: 0px 0px 1px 0px rgba(10,37,51,0.2);
        transform: scale(0);
        transition: 0.7s;
    }

.active .ActItem .image, .active .ActItem > strong {
    transform: scale(0);
}

.part2 .activelist .active > * {
    overflow: unset;
}

    .part2 .activelist .active > * > .hover {
        transform: scale(1);
    }

.ActItem .hover strong {
    color: #ee2d2f;
    font-size: 13pt;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: block;
    padding: 8px 15px;
    margin-bottom: 8px;
}

.ActItem .hover a {
    display: block;
    font-size: 10pt;
    color: #808080;
    position: relative;
    font-family: BIRANSans;
    padding-right: 30px;
}

    .ActItem .hover a:before {
        position: absolute;
        content: "⦁";
        top: -4px;
        right: 15px;
        color: #ee2d2f;
        width: 100%;
        text-align: right;
        font-size: 15pt;
    }

    .ActItem .hover a:hover {
        color: #000;
    }
/*--------------part3---------------------*/
.part3 {
    position: relative;
    margin-top: 50px;
}

    .part3 .ActItem {
        padding: 0 15px;
    }

    .part3 .owl-theme .owl-controls,.realatednews .owl-theme .owl-controls,.otherlist .owl-theme .owl-controls{
        position: absolute;
        top: -42px;
        left: 0;
        background: #f7f7f7;
        margin: 0;
    }

        .part3 .owl-theme .owl-controls .owl-buttons,.realatednews .owl-theme .owl-controls .owl-buttons,.otherlist .owl-theme .owl-controls .owl-buttons{
            width: 60px;
            height:50px;
        }

            .part3 .owl-theme .owl-controls .owl-buttons div ,.realatednews .owl-theme .owl-controls .owl-buttons div,.otherlist .owl-theme .owl-controls .owl-buttons div,#demo6 .owl-theme .owl-controls .owl-buttons div{
                background: none;
                margin: 0;
                padding: 0;
            }

    .part3 .owl-prev:before,.realatednews .owl-prev:before,.otherlist .owl-prev:before,#demo6 .owl-prev:before{
        left: 0;
        top: 0;
        content: "\f141";
        right: initial;
    }

    .part3 .owl-next:before,.realatednews .owl-next:before,.otherlist .owl-next:before,#demo6 .owl-next:before{
        right: 0;
        top: 0;
        content: "\f142";
        left: initial;
    }

    .part3 .owl-buttons > div:before,.realatednews .owl-buttons > div:before,.otherlist .owl-buttons > div:before,#demo6 .owl-buttons > div:before{
        font-family: MaterialDesignIcons;
        position: absolute;
        font-size: 40pt;
        color: #808080;
        font-size: 28pt;
        line-height: 1;
    }

    .part3 .owl-buttons > div:hover:before,.realatednews .owl-buttons > div:hover:before,.otherlist .owl-buttons > div:hover:before,#demo6 .owl-buttons > div:hover:before{
        color: #ee2d2f;
    }

/*--------------part4---------------------*/
.part4 {
    position: relative;
    background: #fff;
    padding: 50px 0;
}

    .part4 .mainhead {
        margin-bottom: 15px;
    }

        .part4 .mainhead > * {
            background: #fff;
        }

    .part4 .item {
        padding: 2px 15px;
    }

.newsshow img, .artShow img {
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(10,37,51,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(10,37,51,0.2);
    box-shadow: 0px 0px 10px 0px rgba(10,37,51,0.2);
    border-radius: 5px;
}

.newsshow a, .artShow a {
    display: block;
    color: #4c4c4c;
    font-family: BIRANSans;
    font-size: 14pt;
    margin: 15px auto;
    line-height: 1.6;
}

.artShow a {
    height: 60px;
}
.artitem .hidd{
    display:none;
}
.artitem .hidd p{
    font-size:10pt;
    padding-left:15px;
}
.newsshow > p, .artShow > p {
    color: #808080;
    letter-spacing: -0.5px;
    height: 87px;
}

.newsshow .date , .newsin .top .date{
    text-align: center;
    position: relative;
    background: #fff;
}

    .newsshow .date > *:first-child , .newsin .top .date  > *:first-child{
        color: #ee2d2f;
        font-size: 28pt;
        margin: 0;
        padding: 0;
        line-height: 0.7;
    }

    .newsshow .date > *:last-child , .newsin .top .date > *:last-child{
        color: #808080;
        font-size: 10.5pt;
    }

.newsshow .btm {
    position: relative;
}

    .newsshow .btm:before {
        position: absolute;
        content: '';
        border-bottom: 1px dotted #333333;
        width: 100%;
        height: 100%;
        bottom: 11px;
        left: 0;
        z-index: 0;
    }

.newsitem, .artitem {
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(10,37,51,0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(10,37,51,0.2);
    box-shadow: 0px 1px 4px 0px rgba(10,37,51,0.2);
    cursor: pointer;
    background: #fff;
    transition: 0.7s;
    padding: 15px;
    position: relative;
    overflow: hidden;
}

    .newsitem:before, .artitem:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        transform: translateX(100%);
        transition: 0.7s;
        background: #ee2d2f;
    }

    .newsitem.active, .artitem.active {
        -webkit-box-shadow: 0px 5px 10px 0px rgba(10,37,51,0.2),0px 15px 20px -5px rgba(10,37,51,0.2);
        -moz-box-shadow: 0px 5px 10px 0px rgba(10,37,51,0.2),0px 15px 20px -5px rgba(10,37,51,0.2);
        box-shadow: 0px 5px 10px 0px rgba(10,37,51,0.2),0px 15px 20px -5px rgba(10,37,51,0.2);
    }

        .newsitem.active:before, .artitem.active:before {
            transform: translateX(0);
        }

    .newsitem:not(.active):hover, .artitem:not(.active):hover {
        -webkit-box-shadow: 0px 3px 10px 0px rgba(10,37,51,0.2);
        -moz-box-shadow: 0px 3px 10px 0px rgba(10,37,51,0.2);
        box-shadow: 0px 3px 10px 0px rgba(10,37,51,0.2);
    }

        .newsitem:not(.active):hover:before, .artitem:not(.active):hover:before {
            transform: translateX(99%);
        }

    .newsitem a, .artitem a {
        color: #808080;
        font-family: BIRANSans;
        font-size: 12pt;
        display: block;
    }

    .newsitem.active a, .newsitem.active .date > *, .artitem.active a {
        color: #fff !important;
    }

    .newsitem img, .artitem img {
        border-radius: 5px;
        border: 3px solid #fff;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(10,37,51,0.2);
        -moz-box-shadow: 0px 0px 10px 0px rgba(10,37,51,0.2);
        box-shadow: 0px 0px 10px 0px rgba(10,37,51,0.2);
        height: 90px;
    }

    .newsitem > .row > *:nth-child(2) {
        padding: 0;
    }

    .newsitem .col-md-7 > p {
        display: none;
    }

    .newsitem .date {
        text-align: center;
        position: relative;
    }

        .newsitem .date:before {
            position: absolute;
            content: '';
            border-left: 1px dotted rgba(0,0,0,0.1);
            width: 100%;
            height: 100%;
            left: -5px;
        }

    .newsitem.active .date:before {
        border-left: 1px dotted rgba(255,255,255,0.1);
    }

    .newsitem .date > *:first-child {
        color: #ee2d2f;
        font-size: 21pt;
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    .newsitem .date > *:last-child {
        color: #b2b2b2;
        font-size: 10pt;
    }

.btnCustom {
    position: relative;
    display: inline-block;
    background: #ee2d2f;
    color: #fff;
    font-size: 11pt;
    padding: 4px 40px;
    border-radius: 3px;
    border: none;
    transition: 0.7s;
    cursor: pointer;
    z-index: 1;
}

.part4 .btnCustom {
    margin-top: 8px;
}



.btnCustom:hover, .ArticleItem:hover .btnCustom, .categories:hover .btnCustom, button:focus,.news .newsshow:hover .btnCustom  {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(3,3,3,0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(3,3,3,0.2);
    box-shadow: 0px 2px 5px 0px rgba(3,3,3,0.2);
    color: #333333;
    background: #b3b3b3;
}

.part4 .owl-pagination {
    display: block;
}

.part4 .owl-controls {
    position: absolute;
    right: 15px;
    bottom: -15px;
    margin: 0;
}

.part4 .owl-buttons {
    display: none;
}

.part4 .owl-theme .owl-controls .owl-page span {
    background: #b2b2b2;
    width: 17px;
    height: 5px;
    opacity: 1;
    margin: 0 2px;
}

.part4 .owl-theme .owl-controls .owl-page.active span {
    background: #ee2d2f;
}

.artitem {
    padding: 7px 5px;
}

    .artitem > .row > *:first-child {
        padding-left: 0;
    }

.artShow .date {
    background: red;
    color: #fff;
    padding: 0 15px;
    margin-top: 20px;
}

.artShow > .row > *:last-child {
    padding-right: 0;
}

.artShow {
    cursor: pointer;
}
/*-----------------footer-------------------*/
footer {
    background: #cccccc;
    font-size: 10.5pt;
    color: #4c4c4c;
}

    footer > i {
        background: #ee2d2f;
        display: block;
        height: 65px;
        border-bottom: 3px solid #fff;
        border-top: 7px solid #fff;
        position: relative;
    }

        footer > i:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 4px;
            background: #cdcdcd;
            top: -7px;
            left: 0;
        }

    footer .head {
        color: #fff;
        margin-top: -65px;
        font-size: 13pt;
        height: 65px;
        line-height: 4;
    }

    footer .image {
        margin-top: -65px;
        height: 65px;
        overflow: hidden;
        padding-top: 15px;
        float: right;
    }

    footer .row > *:first-child a {
        display: block;
        color: #4c4c4c;
    }

        footer .row > *:first-child a:hover {
            color: #ee2d2f;
        }

    footer .row > * > *:nth-child(2) {
        padding-top: 30px;
    }

.contactinfo {
    padding: 0;
    padding-left: 80px;
}

    .contactinfo li {
        position: relative;
        padding-right: 40px;
    }

        .contactinfo li i {
            font-size: 18pt;
            color: #9c9c9c;
            position: absolute;
            right: 0;
            top: 0;
        }

        footer .contactinfo li > *:nth-child(2) {
            color: #242424;
            font-family: BIRANSANS;
            padding-left: 5px;
        }
/*------coppyright---------*/
.coppyright {
    background: #a3a3a3;
    color: #fff;
    padding: 10px 0;
    position: relative;
    font-size: 9pt;
    margin-top: 30px;
}

    .coppyright .right {
        float: right;
    }

    .coppyright a {
        color: #4c4c4c;
    }

        .coppyright a:hover {
            color: #ee2d2f;
        }
