
::placeholder{ font:normal 18px iran_sans; color:#999 !important; direction:rtl;}
.department {text-align:right; direction:rtl;}
.department h1{color:#333;font:bold 20px iran_sans; padding:5px; margin-top:15px; width:250px; background:rgba(235,240,245,1); border-radius:30px ; margin-bottom:2px; }
.department h1:before{width:30px; height:30px;  padding:0 5px; position:relative; top:2px; color:rgba(255,117,0,1);content: "\f111"; font-family: 'FontAwesome'; font-size:25px;}
.department p:before{width:20px; height:4px;direction:rtl; right:0;padding-left:5px;  color:rgba(0,43,101,0.8);content:"\f111";  font-family: 'FontAwesome'; font-size:10px;}
.department p{ padding-right:30px;}
.type img{ width:100%;}
.fancybox img:hover{transform: scale(1.1);}
.fancybox img{
    transition: transform .4s;}
.type h3{font:normal 22px iran_sans; color:#333;}
.type .typeimg{border-radius:0 5px 0 5px;}
.type .typetext{background:rgba(235,240,245,1);  outline: 2px solid #ffffff;
    outline-offset: -20px;  width:100%; margin:0 auto; text-align:center; position: absolute;text-align:center;
    height: 308px; right:15px;}
.type .typetext h2{font:normal 32px iran_sans; color:#596f75; text-align:center;top:100px; position:relative;}
.type .typetext h2:before{width:4px; height:25px;position:absolute;background:#ff7500;top:15px;content:""; right:180px;}
.type .typetext h3{font:normal 19px iran_sans; color:#696f75; text-align:center;top:160px; position:relative;left: 12%;}
.type .typetext2{ background:rgba(235,240,245,1);  outline: 2px solid #ffffff;
    outline-offset: -20px;  width:100%; margin:0 auto; text-align:center; position: absolute;
    height: 300px;}
.type .typetext2 h2{font:normal 32px iran_sans; color:#596f75; text-align:center;top:100px; position:relative;}
.type .typetext2 h2:before{width:4px; height:25px;position:absolute;background:#ff7500;top:15px;content:""; right:160px;}
.type .typetext2 h3{font:normal 19px iran_sans; color:#696f75; text-align:center;top:160px; position:relative;left: 12%;}
.typeimg:hover .overlay-box {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
}
.typeimg .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.typeimg .overlay-box h6 {
    position: relative;font:normal 22px iran_sans;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 12px;
}
.typeimg .overlay-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.7;
   
    background-image: -ms-linear-gradient(bottom, #0d2448 0%, #123264 100%);
    background-image: -moz-linear-gradient(bottom, #0d2448 0%, #123264 100%);
    background-image: -o-linear-gradient(bottom, #0d2448 0%, #123264 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0d2448), color-stop(100, #123264));
    background-image: -webkit-linear-gradient(bottom, #0d2448 0%, #123264 100%);
    background-image: linear-gradient(to top, #0d2448 0%, #123264 100%);
}
.typeimg .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}
.typeimg .overlay-box {
    position: absolute;
    left: 18px;
    top: 5px;
    right: 18px;
    bottom: 5px;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.anim {
 background-color: #ff9000;color:#fff;padding:10px 15px;font:normal 22px iran_sans !important; border-radius:30px;top:130px; position:relative;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.anim:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none; color:#fff; background:#feb600;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
video  {
  position:relative;
    z-index:0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.primary-menu {
    margin-top: 10px;
}
.videotop{  position:relative;
    top:0;
    left:0;
    z-index:1;
    margin-top:-300px;
}
.tile {
    margin-bottom: 30px;
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #fff;
    padding: 0 10px;
}
.style1 td{border:solid 1px #ddd; padding:5px; text-align:center; font:normal 14pt iran_sans}
.style1 th{border:solid 1px #ddd; background:#eee; padding:5px; text-align:center;font:bold 14pt iran_sans}
.product {
    padding:5px 10px;
    box-shadow: 5px 5px 1px #ddd;
    overflow: hidden;
    border: solid 1px #eee;
    border-radius: 3px;
    margin:5px;
}
.image-link {
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: height 450ms 0;
    -webkit-transition-delay: ease-out;
    -moz-transition: height 450ms 0 ease-out;
    -o-transition: height 450ms 0 ease-out;
    transition: height 450ms 0 ease-out;
}
.image-link2 {

    height: 150px;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: height 450ms 0;
    -webkit-transition-delay: ease-out;
    -moz-transition: height 450ms 0 ease-out;
    -o-transition: height 450ms 0 ease-out;
    transition: height 450ms 0 ease-out;
}
.image-link3 {

    height: 230px;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: height 450ms 0;
    -webkit-transition-delay: ease-out;
    -moz-transition: height 450ms 0 ease-out;
    -o-transition: height 450ms 0 ease-out;
    transition: height 450ms 0 ease-out;
}
.tile.product .tile-bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
    background-color: rgba(235,240,245,1);
    color: #555;
    font:normal 18px iran_sans;
    text-align:right;
 
}

.price span{font:bold 18px iran_sans; padding:0 3px; color:#099}
.logiin span{font:bold 18px iran_sans;}
.logiin h1{font:bold 22px iran_sans; text-align:left}
.logiin table{padding:10px;border-radius:5px}
.price{font:normal 20px iran_sans; padding:0 5px;text-align:right; color:#099 }
#cover {
    background: url(../images/ajaxloader.gif) no-repeat scroll center center #FFF;
    background-size: 10%;
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 10000;
    top: 0;
    bottom: 0;
}
.labelsearch{text-align:right; font:normal 18px iran_sans;}
.searchbox{text-align:right;}
.searchbox a{    text-align: left;
    font: normal 18px iran_sans; text-decoration:underline}
.searchbox span{    text-align: left;
    font: normal 18px iran_sans;}

.topicnews__base a{ margin:0px 15px 10px;text-align:center;font-family:iran_sans;}
.nts-button-container input[type="submit"]{ border:none;background:transparent;font-family:iran_sans;}
.footer__social{margin-top:20px;}
.footer__social h4{font-family:iran_sans; text-align:right}
.footer__social p{font-family:iran_sans; text-align:right;}
.accordionindex{display:none;}
.videos span{display:inline; text-align:right}
.linklist__list li {text-align:right; font:normal 18px iran_sans;}
.linklist__list li a{color:#333;}
.header{position:fixed;top:0;width:100%;background:rgba(0,43,101,0.8);z-index:1000}
.header--compressed {background:rgba(0,43,101,0.8);}
.header--compressed .header__base{border-bottom:none;}
.header+div{}
@media(min-width:1025px){.header+div{}
}
.header__base{border-bottom:2px solid #dfe6ed;transition:opacity linear,top .3s linear; }
.header__base:before,.header__base:after{content:' ';display:table}
.header__base:after{clear:both}
@media(min-width:1025px){.header__base{padding-bottom:0}
}
.header__base a:visited{color:#fff}
.header__base .sub-menu a:visited{color:#333;}
.sub-menu a{color:#333 !important;}
.header__base a:hover,.header__base a:active,.header__base a:focus{color:#333}
.header__base .header__languageSelectorDesktop{display:none}
@media(min-width:1025px){.header__base .header__languageSelectorDesktop{display:block}
}
.header__base .header__languageSelectorMobile{display:block}
@media(min-width:1025px){.header__base .header__languageSelectorMobile{display:none}
}
.header__base .header__searchMenu{display:none}
@media(min-width:1025px){.header__base .header__searchMenu{display:none}
}
.header__navigationUnderline{border-bottom:4px solid #099;position:absolute;bottom:0;left:0;z-index:-1}
.header__iconLabel{line-height:15px}
@media(min-width:1025px){.header__iconLabel{font:normal 15px iran_sans;display:inline-block}
}
.header__wrapper{padding-left:3.75%;padding-right:3.75%;max-width:1170px;margin:0 auto;position:relative}
@media(min-width:1170px){.header__wrapper{padding-left:calc(3.75% - ((100% - 1170px) / 2));padding-right:calc(3.75% - ((100% - 1170px) / 2))}
}
@media(min-width:1264px){.header__wrapper{padding-left:0;padding-right:0}
}
.header__navigationWrapper{opacity:1;margin-top:20px;padding-left:0}
.header__navigationWrapper .header__navigation{margin:0 0 10px;padding:0;list-style:none}
.header__navigationWrapper .header__navigationItem{float:left;font-size:18px;cursor:pointer; font-weight:bold; color:#788791;margin-right:20px;padding-bottom:10px}
.header__navigationWrapper .header__navigationItem--hovered{color:#2d373c}
.header__navigationWrapper .header__navigationItem:hover,.header__navigationWrapper .header__navigationItem--active{color:#2d373c}
.header__navigationWrapper .header__navigationItem:hover .navigation__base{display:block}
.header__navigationWrapper .header__navigationItem:last-child{margin-right:0}
.header__navigationWrapper .header__navigation:before,.header__navigationWrapper .header__navigation:after{content:' ';display:table}
.header__navigationWrapper .header__navigation:after{clear:both}
.header__searchfield{    transition: top 2s linear;
    width: 100%;
    display: none;
    margin-top: 10px;}
@media(min-width:1025px){.header__searchfield{display:block}
}
.header__searchfield .search{transition:width .3s;float:right;width:100%}
.header__searchfield .search--focussed{width:100%}
.header__navigationBar{display:none;overflow:hidden;max-height:50px;transition:max-height .3s linear}
.header__navigationBar:before,.header__navigationBar:after{content:' ';display:table}
.header__navigationBar:after{clear:both}
@media(min-width:1025px){.header__navigationBar{display:block}
}
@media(max-width:1025px) and (min-width:768px){
     .type .typetext{background:rgba(235,240,245,1);  outline: 2px solid #ffffff;
    outline-offset: -20px;  width:100%; margin:0 auto; text-align:center; position: absolute;text-align:center;
    height: 233px; right:15px;}
.type .typetext h2{font:normal 32px iran_sans; color:#596f75; text-align:center;top:40px; position:relative;}
.type .typetext h2:before {
    width:3px;
    height: 25px;
    position: absolute;
    background: #ff7500;
    top: 15px;
    content: "";
    right: 105px;
}
.type .typetext h3{font:normal 19px iran_sans; color:#696f75; text-align:center;top:100px; position:relative;left: 2%;}
.type .typetext2{ background:rgba(235,240,245,1);  outline: 2px solid #ffffff;
    outline-offset: -20px;  width:104%; margin:0 auto; text-align:center; position: absolute;left:0;
    height: 222px;}
.type .typetext2 h2{font:normal 32px iran_sans; color:#596f75; text-align:center;top:40px; position:relative;}
.type .typetext2 h2:before{width:3px; height:25px;position:absolute;background:#ff7500;top:15px;content:""; right:100px;}
.type .typetext2 h3{font:normal 19px iran_sans; color:#696f75; text-align:center;top:90px; position:relative;left: 1%;}
.anim {
    background-color: #ff9000;
    color: #fff;
    padding: 10px 15px;
    font: normal 22px iran_sans !important;
    border-radius: 30px;
    top: 60px;
    position: relative;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
}
}
.header__logo{background-image:url("../images/logofix.png");background-repeat:no-repeat;background-size:100%;float:left;margin-top:20px;}
@media(min-width:768px){.header__logo{display:inline-block;height:94px;width:261px;background-image:url("../images/logofix.png")}
                      
}
@media(min-width:1025px){.header__logo{float:none;}
}
.header__stickyButtonBar{display:none}
.header__stickyButtonBar:before,.header__stickyButtonBar:after{content:' ';display:table}
.header__stickyButtonBar:after{clear:both}
@media(min-width:1025px){.header__stickyButtonBar{padding-left:15px}
}
.header__stickyButtonBar .rightContent{float:right}
@media(min-width:600px){.header__stickyButtonBar .rightContent{width:calc(50vw - 30px)}
}
@media(min-width:768px){.header__stickyButtonBar .rightContent{max-width:calc(33.33vw - 30px)}
}
@media(min-width:1025px){.header__stickyButtonBar .rightContent{max-width:calc(25vw - 30px)}
}
@media(min-width:1200px){.header__stickyButtonBar .rightContent{width:calc(292.5px - 30px)}
}
@media(min-width:768px){.header__stickyButtonBar--shown{display:block;margin-top:15px}
}
@media(min-width:1025px){.header__stickyButtonBar--shown{margin-top:0}
}
.header__mainBar{max-height:120px;padding-bottom:10px;padding-top:10px;position:relative}
.header__mainBar h2{display:inline;top:-30px; font:normal 24px iran_sans;position:relative; left:10px;}
@media(min-width:768px){.header__mainBar{transition:max-height .9s ease}
}
@media(min-width:1025px){.header__mainBar{padding-bottom:0;padding-top:0}
}
.header.header--hidden{top:0;transition:top .6s linear}
@media(min-width:768px){.header.header--hidden{top:-60px}
}
@media(min-width:1025px){.header.header--hidden{top:-57px}
}
@media(min-width:1025px){.header.header--hidden .header__mainBar{height:57px}
}
.header.header--hidden .header__stickyButtonBar--shown{margin-top:0;transition:margin-top .9s}

@media(max-width:768px){ 
 .header{position:relative;top:0;width:100%;background:rgba(0,43,101,1);z-index:1000}
 .introduction__base .mediaBlock .image-wrapper .responsiveMedia__pictureWrapper {
    position: relative;
    padding-bottom: 20px !important;
    display: block;
}
    .header__icon.iconlink:before {
    padding-right: 0;
    padding-top: 2px !important;
}
    .header__icon.iconlink {
    padding-top: 10px;
    color: #222 !important;
    font-size: 17px !important;
     margin-right: 2px;
}
    .langg {
    margin: 10px 0;
}
    .videotop {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: -50px;
}
.sub-menu2 {
    position: relative;
     right: 0; */
    /* top: auto; */
    z-index: 200;
    opacity: 0;
    margin: 0;
    width: 100%; 
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
    -moz-transition: all .5s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .5s cubic-bezier(.215,.61,.355,1);
    transition: all .5s cubic-bezier(.215,.61,.355,1);
}
   .primary-menu{display:none}
  .contentsection__top {padding-top: 30px !important;}
  .header__logo {
    background-image: url(../images/logofix.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: right;
    text-align:center;
    height: 100px;
    margin-top: 10px;
    width:90%;
}
  .header__mainBar h2 {
    display: inline;
    top: 60px;
    font: normal 20px iran_sans;
    position: relative;
    right: 30px;
}
  .menu > li, .menu > ul > li {
    display: block;
    position: relative;
    vertical-align: top;
    line-height: 1;
    float: none;
}
 .header__icons {    margin-top:-10px;
    }
.header__icon.iconlink{

    padding-top: 20px;
    color:#fff !important;


}
  .primaryteaser__smartpanel__headline{text-align: right;
    font-size: 35px;
    font-family: "iran_sans",Arial,sans-serif;
    line-height: 1.125;
    margin-top: -0.14917em;
    margin-bottom: -0.0675em;}
  .accordionindex{display:block;}
  .getthingsdone__base{}

  .getthingsdone__container {
     margin-bottom: 0px !important; 
}
  .topicnews__header p {
    padding: 30px 10px !important;

}
  .topicnews.base {
    padding: 80px 20px 10px !important;
}
}
@media(max-width:540px){ .typeimg{ display:none;}
      .type .typetext{background:rgba(235,240,245,1);  outline: 2px solid #ffffff;
    outline-offset: -20px;  width:100%; margin:0 auto; text-align:center; position: relative;text-align:center;
    height: 185px; right:0px;}
.type .typetext h2{font:normal 25px iran_sans; color:#596f75; text-align:center;top:30px; position:relative;}
.type .typetext h2:before {
    width:3px;
    height: 25px;
    position: absolute;
    background: #ff7500;
    top: 10px;
    content: "";
    right: 50px;
}
.type .typetext2{ background:rgba(235,240,245,1);  outline: 2px solid #ffffff;
    outline-offset: -20px;  width:100%; margin:0 auto; text-align:center; position: relative;left:0;
    height: 172px;}
.type .typetext2 h2{font:normal 25px iran_sans; color:#596f75; text-align:center;top:30px; position:relative;}
.type .typetext2 h2:before{width:3px; height:25px;position:absolute;background:#ff7500;top:10px;content:""; right:35px;}
.type .typetext h3{font:normal 19px iran_sans; color:#696f75; text-align:center;top:70px; position:relative;left: 3%;}
.type .typetext2 h3{font:normal 19px iran_sans; color:#696f75; text-align:center;top:60px; position:relative;left: 2%;}
.anim {
    background-color: #ff9000;
    color: #fff;
    padding: 10px 15px;
    font: normal 22px iran_sans !important;
    border-radius: 30px;
    top: 45px;
    position: relative;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}}

@media(max-width:768px) and (min-width:541px){

      .type .typetext{background:rgba(235,240,245,1);  outline: 2px solid #ffffff;
    outline-offset: -20px;  width:100%; margin:0 auto; text-align:center; position: absolute;text-align:center;
    height: 177px; right:0px;}
.type .typetext h2{font:normal 27px iran_sans; color:#596f75; text-align:center;top:30px; position:relative;}
.type .typetext h2:before {
    width:3px;
    height: 25px;
    position: absolute;
    background: #ff7500;
    top: 10px;
    content: "";
    right: 55px;
}
.type .typetext2{ background:rgba(235,240,245,1);  outline: 2px solid #ffffff;
    outline-offset: -20px;  width:104%; margin:0 auto; text-align:center; position: absolute;left:0;
    height: 166px;}
.type .typetext2 h2{font:normal 27px iran_sans; color:#596f75; text-align:center;top:30px; position:relative;}
.type .typetext2 h2:before{width:3px; height:25px;position:absolute;background:#ff7500;top:10px;content:""; right:45px;}
.type .typetext h3{font:normal 19px iran_sans; color:#696f75; text-align:center;top:70px; position:relative;left: 3%;}
.type .typetext2 h3{font:normal 19px iran_sans; color:#696f75; text-align:center;top:60px; position:relative;left: 2%;}
.anim {
    background-color: #ff9000;
    color: #fff;
    padding: 10px 15px;
    font: normal 22px iran_sans !important;
    border-radius: 30px;
    top: 45px;
    position: relative;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
}
@media(min-width:1025px){.header.header--hidden .header__logo{}
}
.header--normal .header__navigationWrapper{opacity:1;transition:opacity .3s}
.header--normal .header__navigationBar{max-height:55px;transition:max-height .3s linear}
.header--compressed+div{padding-top:63px;transition:padding .4s ease}
.header--compressed .header__logo{background-image:url("../images/logofix.png");margin-top:0px;}
.header--compressed .header__mainBar h2{display:none;}
@media(min-width:768px) and (max-width:1024px){.header--compressed .header__logo{margin-top:11px}

}
.header--compressed .header__navigationWrapper{opacity:0;transition:opacity .3s}
.header--compressed .header__navigationBar{max-height:0;transition:max-height .3s linear}
.header--compressed .header__searchfield{bottom:13px; display:none;}
.header--compressed .primary-menu {
   
}
.header__icons{opacity:1;text-align:right;transition:opacity .3s ease-in-out,top .3s linear}
@media(min-width:1025px){.header__icons{
    background: #fe973a;
    border-radius: 0 0 15px 15px;
    padding: 10px 18px 0 18px;
}
}
@media(min-width:1025px) and (min-width:1025px){.header__icons--compressed{float:right;margin-right:-30px;right:25vw;top:18px}
}
@media(min-width:1025px) and (min-width:1200px){.header__icons--compressed{right:286px; display:none;}
}
@media(min-width:1025px){.header__icons--compressed .header__icon{margin-left:0;margin-right:20px}
}
@media(min-width:1025px) and (min-width:1025px){.header__icons--compressed .header__iconLabel{display:none}
}
@media(min-width:1025px){.header__icons--stepOut{opacity:0}
}
.header__icons--stepIn{opacity:1}
.header__icons a.header__icon--inverted:hover,.header__icons a.header__icon--inverted:active,.header__icons a.header__icon--inverted:focus{color:#fff}
.header__icon{font-size:16px;display:inline-block;text-align:center;padding-top:10px;cursor:pointer}
@media(min-width:1025px){.header__icon{width:auto;height:auto;margin:0 5px;padding-top:0}
}
.header__icon.iconlink{color:#fff;text-decoration:none; font:normal 16px iran_sans;}
.header__icon.iconlink span{padding-bottom:2px;border-bottom:1px solid #788791}
.header__icon.iconlink:active{color:#005578}
.header__icon.iconlink.is-inactive{color:#9bafbe}
.header__icon.iconlink:visited{color:rgba(0,43,101,0.8)}
.header__icon.iconlink:visited span{border-bottom-color:#ed1b24}
.header__icon.iconlink:hover{color:#005578}
.header__icon.iconlink:hover span{padding-bottom:2px;border-bottom:1px solid #005578}
.header__icon.iconlink span{border-bottom:1px solid transparent}
.header__icon.iconlink:before{padding-right:6px}
.header__icon.iconlink:before{padding-right:0}
.header__icon.iconlink:hover span{padding-bottom:1px;border-bottom:1px solid #005578}
.header__icon--inverted.iconlink{background-color:#099;color:#fff}
.header__icon--contact,.header__icon--languageMobile{}
@media(min-width:600px){.header__icon--contact,.header__icon--languageMobile{display:inline-block}
}

.header__icon--menu:before,.header__icon--search:before{padding-right:0}

@media(min-width:1025px){.header__icon--languageDesktop{display:inline-block}
}
.header__icon--languageMobile:before{padding:0}
@media(min-width:1025px){.header__icon--languageMobile{display:none}
}
@media(min-width:320px) and (max-width:767px){.header+.breadcrumb{padding-top:130px}
}
.header--searchMenuOpen .header__searchMenu{display:block}
@media(min-width:1025px){.header--searchMenuOpen .header__searchMenu{display:none}
}
.header--menuOpen{background:#fff}
.header--menuOpen .header__logo{display:none}
@media(min-width:600px){.header--menuOpen .header__logo{display:block}
}
.header--menuOpen .header__icon--contact,.header--menuOpen .header__icon--languageMobile{display:inline-block}