* {
    color: #000;
}

body {
    direction: rtl !important;
    font-family: IRANSans !important;
	font-weight: 300;
	direction: rtl;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, input, textarea {
	font-family: IRANSans !important;
}

h1 {
	font-weight: bold;
}

.view--index .wrapper--header {
    background: #02396e;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 80px;
    border-bottom: 5px solid #02396e;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.view--index .content__main .item-audience .list--links {
    display: block;
    margin-top: 60px;
}

.view--index .content__main .item-audience .item-link {
    float: right !important;
    direction: rtl !important;
    min-height: 200px;
    margin-right: 6% !important;
    width: 25% !important;
    text-align: justify;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.view--index .content__main .item-audience .item-link:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .view--index .content__main .item-audience .item-link {
        float: right !important;
        direction: rtl !important;
        min-height: 200px;
        width: 100% !important;
        text-align: justify;
    }

    .view--index .content__main .item-audience .item-link {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 800px) and (min-width: 500px) {

    .view--index .content__main .item-audience .item-link {
        width: 100%;
    }
}

.view--index .list--docs .list--links .item-link__title {
    color: #299acd;
    margin-bottom: 5px;
    text-align: center;
}

.view--index *[class$="__copy"] p:last-child, .view--index .info:last-child {
    padding-top: 25px;
}

.view--index .list--docs .item-audience {
    border-bottom: none !important;
}

.view--index .content__main .item-audience {
    margin-bottom: 0;
}

.view--index .wrapper--logo {
    border-top: 5px solid #02396e;
    border-radius: 0 0 5px 5px;
}

.view--index .list--docs .list--links .item-link__title {
    color: #02396e;
}

[class^="content"] a:link, [class^="content"] a:visited {
    color: #02396e !important;
    border-bottom: 1px solid transparent;
}

@media screen and (max-width: 500px){
    .view--index .header__tagline {
        top: 0 !important;
        right: -50px;
    }
}

@media screen and (max-width: 370px) {
    .view--index .wrapper--logo {
        width: 80%;
    }
}
