﻿.RTL * {
    direction: rtl;
}

.LTR * {
    direction: ltr;
}

html {
    font-family: IRANSans;
    min-height: 100%;
}

body {
    font-size: 13px;
    background-color: #fff;
}

main {
    min-height: 350px;
    margin: auto;
    overflow: hidden;
}

.valign-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

h1, h2, h3, h4, h5,
strong, b, th {
    font-family: IRANSans;
    font-weight: 500;
}

.gap-10 {
    margin-top: 10px;
}

.gap-20 {
    margin-top: 20px;
}

.gap-30 {
    margin-top: 30px;
}

.gap-40 {
    margin-top: 40px;
}

.gap-50 {
    margin-top: 50px;
}

.pad-10 {
    padding: 10px;
}

.pad-20 {
    padding: 20px;
}

.pad-30 {
    padding: 30px;
}

.pad-40 {
    margin-top: 40px;
}

.pad-50 {
    margin-top: 50px;
}

.read-more {
    display: block;
    text-align: center;
    width: 100px;
    margin-top: 10px;
    color: #0b386a !important;
    border: 2px solid #0b386a;
    border-radius: 4px;
    padding: 4px 0 2px;
    font-size: 0.9em;
}

    .read-more:hover {
        text-shadow: none;
        color: #fff !important;
        background-color: #0b386a;
        border-color: #0b386a;
    }

/*Should not use with clearfix*/
.vam-container:before {
    content: "";
    height: 100%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

/*Should not set width property 100% or full width*/
.vam-item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.strong {
    font-family: IRANSans;
}

a:link,
a:active,
a:visited {
    color: #777;
    text-decoration: none;
    outline: none;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
}

a:hover {
    color: #000;
}

/* Fonts */
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/iransans/IRANSansWeb_Bold.eot');
	src: url('../fonts/iransans/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/iransans/IRANSansWeb_Bold.woff2') format('woff2'),
		 url('../fonts/iransans/IRANSansWeb_Bold.woff') format('woff'),
		 url('../fonts/iransans/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/iransans/IRANSansWeb_Medium.eot');
	src: url('../fonts/iransans/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/iransans/IRANSansWeb_Medium.woff2') format('woff2'),
		 url('../fonts/iransans/IRANSansWeb_Medium.woff') format('woff'),
		 url('../fonts/iransans/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/iransans/IRANSansWeb_Light.eot');
	src: url('../fonts/iransans/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/iransans/IRANSansWeb_Light.woff2') format('woff2'),
		 url('../fonts/iransans/IRANSansWeb_Light.woff') format('woff'),
		 url('../fonts/iransans/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/iransans/IRANSansWeb_UltraLight.eot');
	src: url('../fonts/iransans/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/iransans/IRANSansWeb_UltraLight.woff2') format('woff2'),
		 url('../fonts/iransans/IRANSansWeb_UltraLight.woff') format('woff'),
		 url('../fonts/iransans/IRANSansWeb_UltraLight.ttf') format('truetype');
}


@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/iransans/IRANSansWeb.eot');
	src: url('../fonts/iransans/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/iransans/IRANSansWeb.woff2') format('woff2'),
		 url('../fonts/iransans/IRANSansWeb.woff') format('woff'),
		 url('../fonts/iransans/IRANSansWeb.ttf') format('truetype');
}

/* Header */
.header {
    position: relative;
    z-index: 1000;
}

    .header-top,
    .header-bottom {
        position: relative;
        margin: 0;
    }

    .header-top {
        height: 120px;
    }

    .header-bottom {
        height: 50px;
        background-color: #2d2d2d;
    }

    .header > .container > .row {
        position: relative;
        height: 160px;
    }

.logo,
.slogan {
    padding-top: 20px;
}

.logo img,
.slogan img {
    max-height: 80px;
}

/* MainMenu */
/* MainMenu / Pushy */
.pushy {
    background-color: #e5e5e5;
}

.pushy a {
    display: block;
}

.pushy-handle,
.sub-pushy-handle {
    position: absolute;
    left: 0;
    top: 0;
    padding: 12px 18px;
    color: #555;
    cursor: pointer;
}

.pushy-handle:hover,
.sub-pushy-handle:hover {
    color: #d71921;
}

.pushy-handle i,
.sub-pushy-handle i {
    font-size: 1.5em;
}

.sub-pushy-handle {
    padding: 4px 18px;
}

.pushy > ul {
    padding: 0;
    list-style-type: none;
}

.pushy > ul > li {
    border-top: 1px solid #d5d5d5;
    position: relative;
}

.pushy > ul > li:first-child {
    border-top: none;
}

.pushy > ul > li > a {
    color: #666;
    font-size: 1.2em;
    padding: 0;
}

.pushy > ul > li > a > span {
    display: block;
    padding: 12px 12px 12px 60px;
}

.pushy > ul > li > a:hover {
    color: #d71921;
}

.pushy > ul > li > a:after {
    font-size: 1.4em;
    color: #d71921;
}

.pushy > ul > li > ul {
    padding: 0;
    text-indent: 25px;
    background-color: #f3f3f3;
    list-style-type: disc;
    box-shadow: inset 0 1px 2px 0 RGBA(0, 0, 0, 0.2);
    display: none;
}

.pushy > ul > li > ul > li {
    position: relative;
    bottom: -2px;
    border-top: 1px solid #e3e3e3;
}


    .pushy > ul > li > ul > li:first-child {
        border-top: none;
    }

.pushy > ul > li > ul > li > a {
    font-size: 1em !important;
    padding: 6px 0;
}

.pushy > ul > li > ul > li > ul {
    list-style-type: circle;
    padding: 4px 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px 0 RGBA(0, 0, 0, 0.2);
    text-indent: 35px;
    display: none;
}

.pushy > ul > li > ul > li > ul > li {
    border-top: 1px solid #f5f5f5;
}

.pushy > ul > li > ul > li > ul > li:first-child {
    border-top: none;
}

.pushy > ul > li > ul > li > ul > li > a {
    font-size: 0.9em;
    font-weight: 200;
    padding: 4px 0;
}

/* MainMenu / L1 */
.main-menu {
    height: 50px;
}

.ul1 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

.li1 {
    float: right;
    height: 50px;
    margin-left: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.li1:hover,
.li1.highlighted {
    height: 50px;
    background-color: #d71921;
}

.ul1 .li1:first-child .a1 {
    position: relative;
    height: 50px;
    padding: 12px 16px 0;
}

.ul1 .li1:first-child:hover .a1 {
    position: relative;
}

.a1 {
    font-size: 1.1em;
    display: block;
    padding: 16px 16px 12px;
    color: #fff !important;
    height: 50px;
}

.a1 span i {
    font-size: 1.45em;
    position: relative;
    bottom: -2px;
}

/* MainMenu / L2 */
.li1-inner-container {
    /*border-top: 4px solid #d71921;*/
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 50px;
    padding: 20px;
    width: 100%;
    height: 340px;
    background-color: #fcfcfc;
    display: none;
    box-shadow: 0 2px 4px 0 RGBA(0, 0, 0, 0.3);
}

.ul2-container {
    float: right;
    clear: right;
    width: 75%;
}

.li1-side-teaser {
    float: left;
    clear: left;
    width: 25%;
    text-align: center;
    height: 300px;
    overflow: hidden;
    border-right: 1px dotted #aaa;
}

.li1-side-teaser a {
    display: block;
    padding-right: 10px;
}

    .li1-side-teaser img {
        margin: auto;
        max-height: 300px;
    }

.li2 {
    float: right;
    width: 30%;
    margin-left: 3%;
    margin-bottom: 20px;
}

    .li2 i {
        font-size: 1.4em;
        color: #aaa;
        margin: 0 0 0 6px;
        position: relative;
        bottom: -2px;
    }

.li2-description {
    color: #777;
    margin-top: 10px;
    font-size: 0.95em;
    line-height: 150%;
}

.a2 img {
    float: right;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-top: -10px;
    margin-left: 6px;
}

.a2 > span {
    font-family: IRANSans;
    font-size: 1.1em;
    color: #000;
}

.a2:hover i {
    color: #000;
}

.a2:hover span {
    color: #d71921;
}

@media (max-width: 991px) {
    .logo {
        padding: 10px 0;
    }

    .header-top {
        height: auto;
    }

    .main-menu {
        width: 100%;
        margin: 0 !important;
    }

    .main-menu-handle {
        text-align: center;
        padding: 12px 0 8px;
        margin-top: 30px;
        cursor: pointer;
        color: #d71921;
        background-color: #2d2d2d;
        float: left;
        width: 40px;
    }

    .main-menu-handle:hover {
        color: #f93b43;
    }

    .ul1 {
        display: none;
    }

    .home-slider {
        border-top: none !important;
    }
}


/* Footer */
.footer {
    background-color: #2d2d2d;
    min-height: 200px;
    padding-top: 40px;
    color: #999;
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #fff;
}

    .footer img {
        clear: both;
        display: block;
        margin-bottom: 20px;
        max-height: 40px;
    }

    .footer-bottom {
        margin-top: 10px;
        padding: 15px 0;
        font-size: 0.9em;
        border-top: 1px solid #555;
    }

.footer-developer {
    font-family: sans-serif;
}

.footer-developer a {
    color: #fff;
}

.footer-developer a:hover {
    text-decoration: underline;
}

.footer-links h4 {
    font-size: 1.1em;
    color: #ccc;
    margin-bottom: 16px;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-links li {
    margin: 2px 0;
}

.footer-links a:before {
    content: "\f0d9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
    padding-left: 4px;
}

.footer-links a:hover:before {
    color: #d71921;
}

.footer-copyright p {
    margin-bottom: 0;
}

footer table td {
    font-family: IRANSans !important;
    padding: 4px;
}

footer table td:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 0;
    color: #999;
    text-align: center;
    width: 20px;
    font-size: 1.4em;
    display: inline-block;
    text-align: center;
}

footer table td:first-child {
    color: #bbb;
    white-space: nowrap;
}

footer table td + td {
    padding: 0 2px;
    line-height: 170%;
    vertical-align: baseline;
    font-weight: 300;
}

.social-networking a {
    font-family: 'Arial';
    font-size: 0.9em;
}

.social-networking a i {
    font-size: 1.5em;
}

.social-networking a:before {
    display: none;
}

@media (max-width: 767px) {
    .footer-note,
    .footer-links {
        padding-bottom: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .footer-note {
        border-bottom: 1px solid #3d3d3d;
    }

    .footer img {
        display: inline;
    }

    .footer-links h4 {
        background-color: #4d4d4d;
        margin: 0;
        padding: 10px 10px 6px;
        border: 1px solid #555;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        font-weight: 300;
    }

    .footer-links ul {
        margin-top: -1px;
        border: 1px solid #555;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .footer-links li {
        border-top: 1px solid #555;
    }

    .footer-links li a {
        font-weight: 200;
    }

    .footer-links a:before {
        display: none;
    }

    .footer-links li:first-child {
        border-top: none;
    }

    .footer-links ul a {
        display: block;
        padding: 6px 10px 2px;
    }

    .footer-developer,
    .footer-copyright {
        float: none;
        text-align: center;
    }
}

@media (max-width: 991px) and  (min-width: 768px) {
    .footer-note {
        border-bottom: 1px solid #3d3d3d;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

.xs .header,
.xs main {
	padding: 0 20px;
}

.xs .footer {
    padding: 20px;
}

.xs .footer-developer {
    margin-top: 20px;
}

/* Slider */
.home-slider {
    position: relative;
    /*margin-top: 20px;*/
    /*height: 560px;*/
    height: 560px;
    overflow: hidden;
    background-color: #f7f7f7;
    border-bottom: 1px solid #f1f1f1;
    border-top: 2px solid #777;
}

    .home-slider .slide {
        height: 560px;
        /*height: 560px;*/
        overflow: hidden;
        position: relative;
    }

    .home-slider img {
        min-width: 100%;
        max-height: 200%;
    }

    .home-slider .owl-nav {
        position: absolute;
        height: 0;
        right: 0;
        width: 100%;
        top: 240px;
        z-index: 100;
    }

    .home-slider .owl-prev,
    .home-slider .owl-next {
        position: relative;
        color: #fff;
        background-color: #d71921;
        font-size: 22px;
        padding: 25px 0;
        text-align: center;
        width: 25px;
        height: 80px;
        cursor: pointer;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
    }

.sm .home-slider,
.sm .home-slider .slide,
.sm .home-slider img,
.xs .home-slider,
.xs .home-slider .slide,
.xs .home-slider img {
    height: auto;
}

.sm .home-slider .owl-prev,
.sm .home-slider .owl-next,
.xs .home-slider .owl-prev,
.xs .home-slider .owl-next,
.sm .home-slider .owl-dots,
.xs .home-slider .owl-dots,
.xs .home-slider .slide-content {
    display: none;
}

    .home-slider .owl-prev {
        right: -20px;
    }

    .home-slider .owl-next {
        left: -20px;
    }

    .home-slider:hover .owl-prev {
        right: 0;
    }

    .home-slider:hover .owl-next {
        left: 0;
    }

        .home-slider .owl-prev:hover,
        .home-slider .owl-next:hover {
            background-color: RGBA(215, 25, 33, 0.6);
        }

        .home-slider .owl-prev:focus,
        .home-slider .owl-next:focus {
            color: #888;
        }

    .home-slider .owl-prev {
        float: right;
        padding-left: 3px;
    }

    .home-slider .owl-next {
        float: left;
        padding-right: 3px;
    }

.home-slider .owl-dots {
    position: absolute;
    z-index: 1000;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.home-slider .owl-dot {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-color: #bbb;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin: 0 4px 8px;
    border: 1px solid #bbb;
}

.home-slider .owl-dot.active {
    background-color: #666;
}

.slide-content {
    position: absolute;
    bottom: 60px;
    right: 60px;
    max-width: 420px;
    padding: 15px;
    z-index: 900;
    color: #fff;
    background-color: RGBA(0, 0, 0, 0.5);
}

.slide-content h1 {
    margin: 0 0 12px;
    font-size: 1.6em;
}

.slide-content p {
    margin: 0;
    line-height: 180%;
    font-size: 1.15em;
}

@media (max-width: 991px) {
    .slide-content {
        max-width: unset;
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
        top: auto;
        text-align: center;
        padding: 10px 0;
    }
}

/* Home / logos*/
.home-logos {
    padding: 20px 0;
    position: relative;
}

/*.home-logos h2 {
    font-size: 1.4em;
    margin: 0 auto -20px;
    padding-bottom: 10px;
    background-color: #fff;
    width: 25%;
    text-align: center;
    position: relative;
    z-index: 100;
}*/

.home-logos h2 {
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px;
}

.partner-carousel {
    padding: 15px 0 5px;
}

.partner-carousel a {
    display: block;
    height: 120px;
}

.partner-carousel img {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.partner-carousel a:hover img {
    -webkit-filter: none;
    filter: unset;
    opacity: 0.8;
}

.partner-carousel .partner-item {
    margin: 0 20px;
}

.partner-carousel .owl-nav {
    position: absolute;
    height: 0;
    padding: 0;
    right: -1.5%;
    left: -1.5%;
    top: 46px;
    z-index: 100;
}

.partner-carousel .owl-prev,
.partner-carousel .owl-next {
    color: #ccc;
    font-size: 42px;
    padding: 6px 0;
    text-align: center;
    cursor: pointer;
}

    .partner-carousel .owl-prev:hover,
    .partner-carousel .owl-next:hover {
        color: #aaa;
    }

    .partner-carousel .owl-prev:focus,
    .partner-carousel .owl-next:focus {
        color: #888;
    }

.partner-carousel .owl-prev {
    float: right;
    padding-left: 6px;
}

.partner-carousel .owl-next {
    float: left;
    padding-right: 6px;
}

/* Home / News & about */
.home-about {
    padding: 40px 0;
    text-align: center;
    position: relative;
}

.home-about h2 {
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px;
    color: #fff;
}

.home-about p {
    font-size: 1.25em;
    line-height: 2em;
    margin-top: 20px;
    margin-bottom: 0 !important;
    color: #ccc;
}

    .home-about .read-more {
        margin: auto;
        border-color: #fff;
        color: #fff !important;
    }

    .home-about .read-more:hover {
        border-color: #0b386a;
    }

.home-news article {
    border-top: 1px solid #cfcfcf;
    padding: 10px 0;
}

.home-news h2 + article {
    border-top: none;
}

.home-news a {
    display: block;
}

.home-news h4 {
    margin: 0;
    font-size: 1em;
    color: #000;
    line-height: 150%;
}

.home-news time {
    font-size: 0.9em;
    color: #000;
    margin-bottom: 10px;
}

.home-news p {
    margin: 4px 0 0;
    color: #777;
    font-weight: 300;
}

.home-news a:hover h4 {
    color: #d71921;
}

time {
    display: block;
    font-size: 0.85em;
}

.xs .home-news,
.sm .home-news {
    margin-top: 20px;
}

/* Home / Tools */
.home-tools {
    background-color: #f7f7f7;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    padding: 40px 0;
}

.inner-tools {
    background-color: #ccc;
    padding: 40px 0;
    box-shadow: inset -10px 0 30px 0 RGBA(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
}

    .inner-tools .glass {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: RGBA(0, 0, 0, 0.15);
    }

    .home-about .glass {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: RGBA(0, 0, 0, 0.6);
    }


.xs .inner-tools ,
.sm .inner-tools {
    margin-top: 20px;
}

    .home-tools h2 {
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px;
    color: #000;
}

.tool-anchor {
    display: block;
    background-color: #fff !important;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: 20px auto;
    /*border: 1px solid #eee;*/
    box-shadow: inset 1px 1px 5px 0 RGBA(0, 0, 0, 0.3);
}

.tool-logo {
    width: 100%;
    height: 180px;
    text-align: center;
}

    .tool-logo img {
        margin: auto;
        /*-webkit-filter: grayscale(1);
        -webkit-filter: grayscale(100%);
        filter: gray;
        filter: grayscale(100%);*/
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

.inner-tools .tool-logo img {
    /*filter: initial;
    filter: grayscale(0%);*/
}

.tool-anchor:hover img {
    -webkit-filter: initial;
    filter: none;
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari */
    transform: rotate(20deg);
}

.tool-content {
    display: none;
}

/* Home / Special links*/
.home-boxes {
    /*margin-top: 20px;*/
    padding: 10px 0;
    background-color: #f7f7f7;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.home-boxes article {
    margin: 10px 0;
    position: relative;
    height: 180px;
}

.home-boxes a {
    position: relative;
    width: 95%;
}

.home-boxes img {
    width: 70px;
}

.home-boxes h3 {
    padding: 14px 0;
    margin: auto;
    font-size: 1.4em;
    font-weight: 300;
    color: #000;
}

.home-boxes p {
    font-weight: 300;
    width: 90%;
    margin: auto;
    display: none;
}

.xs .home-boxes p,
.sm .home-boxes p {
    display: block !important;
}

/* Inner pages */
.content-nav {
    padding-top: 108px;
}

    .content-nav .qlinks {
        list-style-type: none;
        margin: 0 0 30px;
        padding: 0;
        box-shadow: 0px 1px 4px 0 RGBA(0, 0, 0, 0.15);
    }

        .content-nav .qlinks i {
            display: none;
        }

        .content-nav .qlinks > li {
            background-color: #fcfcfc;
            margin-top: 1px;
            border-bottom: 1px solid #e5e5e5;
        }

        .content-nav .qlinks a {
            display: block;
            color: #333;
            font-size: 0.95em;
            padding: 8px 20px 8px 0;
            display: block;
            line-height: 1.222em;
        }

        .content-nav .qlinks a:before {
            margin-left: 8px;
            font-family: FontAwesome;
            color: #d71921;
            content: "\f0d9";
            font-size: 1.3em;
            position: relative;
            bottom: -2px;
        }

        .content-nav .qlinks .highlighted.has-child > a:before {
            content: "\f0d7";
        }
        
        .content-nav .qlinks > .highlighted > a,
        .content-nav .qlinks > li:hover > a {
            background-color: #d71921;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
        }
        
            .content-nav .qlinks > .highlighted > a,
            .content-nav .qlinks > .highlighted > a:before,
            .content-nav .qlinks > li:hover > a,
            .content-nav .qlinks > li:hover > a:before {
                color: #fff;
            }

            .qlinks ul {
                list-style-type: none;
                padding: 8px 12px 8px 0;
            }

            .qlinks li li a {
                padding: 6px 20px 6px 0 !important;
                font-weight: 300;
            }

            .qlinks li li a:before {
                color: #777 !important;
                margin-left: 4px;
            }

            .qlinks li li:hover a:before {
                color: #d71921 !important;
            }

.content-header {
    padding-top: 20px;
    margin-bottom: 39px;
    position: relative;
    z-index: 500;
}

    .content-header h1 {
        font-size: 1.5em;
        line-height: 1.250em;
        margin: 16px 0;
        color: #444e56;
    }

.content-body {
    line-height: 160%;
    font-size: 1.2em;
    padding-bottom: 60px;
    max-width: 1280px;
}

.content-main-body {
    text-align: justify;
}

.content-main-header {
    text-align: center;
}

.content-teaser {
    margin: auto;
}

.content-teaser-text {
    max-width: 50%;
    margin: 10px auto 30px;
    color: #777;
}

.content-main-body iframe {
    margin: 20px auto;
    display: block;
}

.content-side {
    margin-bottom: 30px;
}

    .content-side img {
        display: block;
        margin-bottom: 8px;
    }

    .content-side p {
        line-height: 150%;
        color: #777;
        text-align: center;
    }

.content-body a {
    color: #d71921;
}

    .content-body a:hover {
        color: #aaa;
    }

.content-body ul,
.content-body ol {
    color: #555;
}

.content-menu {
        border-bottom: 4px solid #0b386a;
    margin-bottom: 20px;
}

.content-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.content-menu li {
    display: inline-block;
    margin-left: 5px;
}

.content-menu a {
     display: block;
     font-size: 0.85em;
     font-family: IRANSans;
    padding: 8px 20px 2px;
    background-color: #f3f5f6;
    color: #003366;
}

.content-menu a:hover {
    color: #000;
}

.content-menu .highlighted a {
    background-color: #0b386a;
    color: #fff;
}

.bc-container {
    font-size: 1em;
    padding-bottom: 14px;
    border-bottom: 1px solid #e3e5e6;
}

.bc-container a,
.bc-container i {
    color: #888;
}

.bc-container i {
    padding: 0 10px;
}

.bc-container a:hover i,
.bc-container a:hover,
.bc-active {
    color: #000;
}

.bc-container a i {
    font-size: 1.3em;
}

/* Thumbnail list */
.content-thumbnail-list {

}

.content-thumbnail-list > div {
    margin-top: 20px;
}

.thumbnail-link {
    display: block;
}

.thumbnail-box {
    position: relative;
    overflow: hidden;
}

.thumbnail-image {
    position: relative;
}

.thumbnail-logo .thumbnail-image {
    border: 1px solid #ddd;
    background-color: #fcfcfc;
}

.thumbnail-image img {
    margin: auto;
    height: 220px;
}

.xs .thumbnail-image img {
    height: auto;
    width: 100%;
}

.thumbnail-mask {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.thumbnail-text {
    height: 100px;
    position: relative;
    font-size: 1.1em;
    line-height: 1.3em;
    color: #fff;
    padding: 10px;
    background-color: #0b386a;
}

.thumbnail-text em {
    display: block;
    font-style: normal;
    font-size: 0.75em;
    margin-top: 10px;
}

.thumbnail-intro {
    line-height: 180%;
    color: #666;
    margin-top: 10px;
    font-size: 0.9em;
}

.thumbnail-logo .thumbnail-intro,
.thumbnail-diamond .thumbnail-intro {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.tri-top-left,
.tri-top-right,
.tri-bottom-left,
.tri-bottom-right {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
}

.tri-top-left {
    top: 0;
    left: 0;
    border-width: 30px 30px 0 0;
    border-color: #fff transparent transparent transparent;
}
.tri-top-right {
    top: 0;
    right: 0;
    border-width: 0 30px 30px 0;
    border-color: transparent #fff transparent transparent;
}
.tri-bottom-left {
    bottom: 0;
    left: 0;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #fff;
}
.tri-bottom-right {
    bottom: 0;
    right: 0;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #fff transparent;
}

.thumbnail-data-bottom {
    padding-top: 30px;
    margin-bottom: 20px;
}

.thumbnail-data-image {
    height: auto;
    overflow: hidden;
    margin-top: 4px;
    margin-bottom: 24px;
}

.thumbnail-logo .thumbnail-data-image {
    border: 1px solid #ddd;
    background-color: #fcfcfc;
}

.thumbnail-logo .thumbnail-data-image img {
    margin: auto;   
}

.thumbnail-diamond .thumbnail-data-image {
    height: auto;
}

.thumbnail-data-top h2 {
    font-size: 1.3em;
    color: #003366;
    margin: 0 0 10px;
    padding-top: 35px;
}

.thumbnail-data-top hr,
.thumbnail-data-bottom hr {
    margin: 0;
    border-color: #ccc;
}

.thumbnail-data-body {
    line-height: 1.5em;
    font-weight: 300;
    text-align: justify;
    color: #666;
}

.thumbnail-data-body strong {
    color: #333;
    font-weight: 400;
}

.thumbnail-data-strong {
    font-size: 1em;
    font-size: 1.1em;
    line-height: 1.6em;
    padding-top: 6px;
    color: #333;
}

.thumbnail-diamond .thumbnail-data-strong {
    font-size: 1em;
}

.thumbnail-data-side {
    font-size: 0.9em;
}

.thumbnail-data-side strong {

}

.english-content {
    font-family: 'Times New Roman';
}

.async {
    position: relative;
    display: none;
}

.async .thumbnail-close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 40px;
    border-color: #d71921 transparent transparent transparent;
    cursor: pointer;
}

.async .thumbnail-close i {
    color: #eee;
    font-size: 1.3em;
    position: absolute;
    right: -8px;
    top: -34px;
}

.async .thumbnail-close:hover i {
    color: #fff;
}

/* Article list */
.article-list .article {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}

.article-list .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.article-header h2 {
    font-size: 1.1em;
    line-height: 1.240em;
    margin: 0 0 12px;
}

.article-header h2 a {
    color: #0b386a;
}

.article-header h2 a:hover {
    color: #d71921;
}

.article-teaser {

}

.article-teaser img {
    border: 1px solid #ccc;
    margin: auto;
}

.article-body-title {
    margin: 20px 0;
    padding: 12px 10px 8px;
    font-size: 1em;
    box-shadow: 0 1px 3px 0 RGBA(0, 0, 0, 0.3);
    background-color: #f7f7f7;
}

.article-body-text {
    margin-bottom: 40px;
}

.article-detail .article-summary h1 {
    font-size: 1.3em;
    color: #0b386a;
}

.article-detail .article-body {
    margin-top: 40px;
}

.article-body img {
	max-width: 100%;
	height: auto !important;
}

.article-detail .article-gallery {

}

.article-detail .article-gallery .article-gallery-item {
    height: 220px;
    overflow: hidden;
    margin-bottom: 20px;
}


.article-detail .article-gallery .article-gallery-item img {
    min-height: 100%;
    border: 1px solid #ccc;
}

/* FAQ */
.faq-list .faq-item {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #ccc;
}

    .faq-list .faq-item:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }

.faq-item {
    margin-top: 10px;
}

.faq-list .faq-item:first-child {
    margin-top: 0;
}

.faq-item h3 {
    font-size: 1em;
    margin-top: 4px;
    cursor: pointer;
}

.faq-item i {
    color: #d71921;
    font-weight: 400;
    margin-left: 10px;
}

.faq-item p {
    padding: 10px;
}

.drawer {
    display: none;
}

/* Sitemap */
.sitemap a:hover {
    color: #000;
}

.sitemap ul {
    margin: 5px 10px 10px;
    padding: 5px 20px 10px;
}

.sitemap > ul > li {
    list-style-type: disc;
    color: #d71921;
    margin-top: 6px;
}

    .sitemap > ul > li > a {
        color: #000;
        font-size: 1.1em;
        font-family: IRANSans;
    }

    .sitemap > ul > li > a:hover {
        color: #d71921;
    }

    .sitemap > ul > li > ul {
        color: #888;
        font-size: 1em;
    }

        .sitemap > ul > li > ul > li {
            list-style-type: circle;
            margin-top: 2px;
        }

        .sitemap > ul > li > ul > li > a {
            color: #666;
        }

        .sitemap > ul > li > ul > li > a:hover {
            color: #000;
        }

            .sitemap > ul > li > ul > li ul {
                color: #aaa;
            }

/* Pagination */
.pagination-container {
    margin-top: 40px;
    border-top: 1px solid #e3e5e6;
    text-align: center;
}

.pagination {
    list-style-type: none;
    margin-top: 20px;
    text-align: center;
}

.pagination a {
    color: #666 !important;
        padding: 8px 14px 2px !important;
}

    .pagination li.active a {
        border-color: #ccc !important;
        background-color: #ffaf00 !important;
    }

    .pagination i {
        margin: 0 20px;
    }

/* Tags */
.tag {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-color: #0b386a;
    color: #fff;
    margin: 4px;
    border-radius: 4px;
}

.tag-active {
    background-color: #d71921;
}

.tag:hover {
    background-color: #2d5a8c;
}

.tag-active:hover {
    background-color: #f93b43;
}

.tag a {
    color: #fff !important;
    display: block;
    padding: 3px 10px;
}

/* Sidebox */
.content-side-box {
    margin-bottom: 20px;
}

.content-side-header {
    /*border-bottom: 1px solid #ccc;
     padding-bottom: 6px;
     margin-bottom: 6px;
     font-size: 1.1em;*/
    background-color: #f3f3f3;
    margin-top: 1px;
    border-top: 1px solid #e3e5e6;
    border-bottom: 1px solid #e3e5e6;
    color: #333;
    font-size: 0.95em;
    padding: 8px 20px 8px 0;
    line-height: 1.222em;
}

.content-side-body {
    padding: 10px;
}

/* Filter */
.content-filter {
    background-color: #f3f5f6;
    margin-top: -40px;
    margin-bottom: 30px;
    padding: 18px 10px;
    border-bottom: 1px solid #e3e5e6;
}

.content-filter .filter-textbox {
    float: right;
    clear: right;
    outline: none;
    padding: 3px 6px;
    font-size: 0.8em;
    border: none;
    width: 160px;
    border-radius: 4px;
    border-bottom: solid 2px #aaa;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    transition-delay: 0.6s;
    box-shadow: inset 0 1px 3px 0 RGBA(0, 0, 0, 0.3);
}

.content-filter:hover .filter-textbox,
.content-filter .filter-textbox:focus {
    width: calc(100% - 40px);
}

.content-filter:hover .filter-textbox:focus {
    border-bottom-color: #0b386a;
}

.sm .content-filter,
.xs .content-filter {
    display: none;
}

.content-filter .filter-button {
    float: right;
    background-color: #0b386a;
    opacity: 0.8;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding-top: 5px;
    width: 33px;
    height: 33px;
    margin-right: 4px;
    text-align: center;
    cursor: pointer;
}

.content-filter .filter-button:hover {
    background-color: #d71921;
    color: #fff;
}

.content-filter strong {
    font-size: 0.85em;
}

.content-filter-row + .content-filter-row {
    border-top: 1px dashed #aaa;
    padding-top: 10px;
    margin-top: 10px;
}

.content-filter .checkbox {
    margin-left: 16px;
}

.content-filter .checkbox label {
    font-weight: 200;
}

.content-filter .checkbox input[type=checkbox] {
    display: none;
}

.content-filter strong {
    display: block;
    margin-bottom: 6px;
}

   .content-filter .checkbox input[type=checkbox] + label:before {
        font-family: FontAwesome;
        display: inline-block;
        margin-left: 2px;
    }

    .content-filter .checkbox input[type=checkbox] + label:before {
        content: "\f096";
        width: 16px;
        color: #0b386a;
    }

    .content-filter .checkbox input[type=checkbox]:checked + label:before {
        content: "\f046";
    }

/* Formulate */
.formulate-container {
    margin-top: 20px;
    padding: 20px;
    box-shadow: 1px 1px 5px 0 RGBA(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f7f7f7;
}

.formulate__field-label {
    font-family: IRANSans;
    font-size: 0.9em;
    margin-top: 6px;
}

.formulate__field__item--Horizontal {
    display: inline-block;
}

.formulate__field__item--Horizontal span {
    margin-right: 20px;
}

.formulate__header {
    margin: 20px 0;
    padding: 12px 10px 8px;
    font-size: 1em;
    box-shadow: 0 1px 3px 0 RGBA(0, 0, 0, 0.3);
    background-color: #555;
    color: #fff;
}

.formulate__btn,
.formulate__btn:focus {
    color: #fff;
}

.form-notification {
    padding: 20px;
    margin-top: 20px;
}

.formulate__error-msg {
    color: red;
    padding: 10px;
}

.formulate-container ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}

.formulate-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}

.formulate-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}

.formulate-container :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}

.formulate__file-upload-button {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
}

.formulate__file-upload-button:hover {
    background-color: #f3f3f3;
}

.formulate__file-upload-button span {
    display: block;
    padding: 6px 10px 2px;
}

.formulate__file-upload-button span:before {
    content: "\f093";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 1.1em;
    padding-left: 16px;
}

.formulate__file-upload-input {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.formulate__field--radio-list .formulate__field-label {
    display: block;
}

.formulate-container .radio label {
    padding-right: 0;
    padding-left: 20px;
}

/* back to top */
#back-top {
    position: fixed;
    left: 50px;
    bottom: 50px;
    color: #fff;
    padding: 10px;
    width: 34px;
    height: 34px;
    z-index: 2000;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    background-color: #0b386a;
    display: none;
    border-radius: 50%;
}

#back-top:hover {
    background-color: #2d5a8c;
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg);
}

/* Project carousel */
.project-carousel {
    height: 260px;
    position: relative;
}

.project-carousel img {
    height: 260px;
}

    .project-carousel .owl-nav {
        position: absolute;
        height: 0;
        right: 0;
        top: 92px;
        width: 100%;
        z-index: 100;
    }

    .project-carousel .owl-prev,
    .project-carousel .owl-next {
        position: absolute;
        color: #fff;
        background-color: RGBA(0, 0, 0, 0.4);
        font-size: 22px;
        padding: 25px 0;
        text-align: center;
        width: 25px;
        height: 74px;
        cursor: pointer;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
    }

        .project-carousel .owl-prev:hover,
        .project-carousel .owl-next:hover {
            background-color: RGBA(0, 0, 0, 0.75);
        }

/*.sm .project-carousel,
.sm .project-carousel .slide,
.sm .project-carousel img,
.xs .project-carousel,
.xs .project-carousel .slide,
.xs .project-carousel img {
    height: auto;
}*/

.sm .project-carousel .owl-prev,
.sm .project-carousel .owl-next,
.xs .project-carousel .owl-prev,
.xs .project-carousel .owl-next,
.sm .project-carousel .owl-dots,
.xs .project-carousel .owl-dots,
.xs .project-carousel .slide-content {
    display: none;
}

    .project-carousel .owl-prev {
        right: 0;
    }

    .project-carousel .owl-next {
        left: 0;
    }

    .project-carousel:hover .owl-prev {
        right: 0;
    }

    .project-carousel:hover .owl-next {
        left: 0;
    }

/* Accordion media gallery */
.content-media-gallery .panel {
    border-radius: 0;
    border: 1px solid #e5e5e5;
}

.content-media-gallery .panel-heading {
    padding: 0;
    border-radius: 0;
    background-color: #0b386a;
    border: none;
}

    .content-media-gallery .panel-heading h4 {
        margin: 0;
    }

.content-media-gallery .panel-heading a {
    display: block;
    padding: 10px;
    font-size: 0.8em;
    font-weight: 400;
    color: #fff;
}

.content-media-gallery .panel-heading i {
    float: left;
}

.content-media-gallery .panel-body {
    background-color: #fcfcfc;
}

.content-media-gallery .panel-body .media-gallery-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.content-media-gallery .panel-body .media-gallery-li {
    margin-top: 8px;
}

.content-media-gallery .panel-body a {
    display: block;
    padding: 6px 12px;
    font-size: 0.9em;
    font-weight: 300;
    background-color: #eee;
    color: #000;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    box-shadow: 1px 1px 4px 0 RGBA(0, 0, 0, 0.4);
}

.content-media-gallery .panel-body a:hover {
    background-color: #f7f7f7;
    padding-right: 20px;
}

.content-media-gallery .panel-body i {
    float: left;
    font-size: 1.2em;
    color: #d71921;
    position: relative;
    bottom: -6px;
}

/* Thumbnail-list */
.article-list-thumbnail {
    margin-bottom: 20px;
    /*background-color: #262d35;*/
    background-color: #000;
    color: #fff;
    background-position: left top;
    background-repeat: no-repeat;
    height: 280px;
    position: relative;
    box-shadow: 1px 1px 5px 0 RGBA(0, 0, 0, 0.3);
}

.article-list-thumbnail-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/grad-gray.png) no-repeat right center;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.article-list-thumbnail-container a:hover .article-list-thumbnail-overlay {
    background: url(../images/grad-red.png) no-repeat right center;
}

.article-list-thumbnail-body,
.article-list-thumbnail-link {
    position: absolute;
    bottom: 20px;
}

.article-list-thumbnail-body {
    right: 20px;
    width: 45%;
}

.xs .article-list-thumbnail-body {
    width: auto;
    right: 10px;
    left: 10px;
    bottom: 60px;
    text-align: center;
    padding: 0;
}

.article-list-thumbnail-link {
    left: 20px;
}

.xs .article-list-thumbnail-link {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 0;
}

.article-list-thumbnail h3 {
    font-size: 1.5em;
    font-weight: 300;
    padding-bottom: 12px;
}

.article-list-thumbnail p {
    font-weight: 200;
    font-size: 0.8em;
}

.article-list-thumbnail .article-list-thumbnail-link {
    float: left;
    padding: 8px 16px 4px 14px;
    display: block;
    color: #fff;
    font-size: 1.4em;
    background-color: #d71921;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.xs .article-list-thumbnail .article-list-thumbnail-link {
    float: none !important;
    width: 36px;
    margin: auto;
}

.xs .article-list-thumbnail-container a:hover .article-list-thumbnail-link {
    background-color: #484e57;
}

.article-list-thumbnail-container a:hover .article-list-thumbnail-link {
    background-color: #262d35;
    color: #fff;
}