@charset 'utf-8';
/* مشخصات عنوان اصلی */
.header_logo h1 {
	font-family:yekanYW;
	font-size:20px;
	display:none;
}
/* مشخصات عنوان فرعی */
.header_logo h2 {
	font-family:nasimYW;
	font-size:19px;
	clear:both;
}
.tabs_yw_news {
    height: 115px;
}
.tabs_yw_news_img {
    border: 1px solid #d0cbcf;
    border-radius: 8px;
    float: right;
    height: 95px;
    width: 95px;
}
.tabs_yw_news_img img {
    height: 88px !important;
    margin: 3px 3px 0 0;
    width: 88px !important;
}
.tabs_yw_news_text {
    float: left;
    width: 620px;
}
.tabs_yw_news_text span {
    color: #888888;
    float: right;
	font-family:iransans;
	line-height: 16px;
}
.tabs_yw_news_text h2 {
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
.tabs_yw_news_text h2 a {
    color: #003a6f;
	font-family:iransans;
	display:block;
	margin:3px 0 7px 0;
}
.tabs_yw_news_text .news_titler{
	font-family:iransans;
}
.tabs_yw_news_text p {
    color: #888888;
    direction: rtl;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
	font-family:iransans;
}
.tabs_yw_news_text a {
    color: #e92940;
    font-weight: bold;
    margin: 5px 0 0 0;
}
.tabs_yw_news_text a:hover {
    color: #a71b21;
}
@media (min-width: 1540px) {
#awt_top_menu{
	width:1370px;
}
}
@media only screen and (min-width: 1016px) and (max-width: 1190px) {
.tabs_yw_news_text{
	width:445px;
}
}


@media only screen and (min-width: 778px) and (max-width: 1015px) {
.tabs_yw_news_text{
	width:380px;
}
}
 @media only screen and (min-width: 480px) and (max-width: 777px) {
	 .tabs_yw_news{
		 height:auto;
	 }
.tabs_yw_news_text{
	width:100%;
	padding-bottom:20px;
	border-bottom:1px solid #000;
}
.tabs_yw_news{
	margin:20px;
}
.tabs_yw_news_img{
	margin:0 auto 10px;
	float:none;
}
 }
 @media only screen and (min-width: 50px) and (max-width: 479px) {
.tabs_yw_news_text{
	width:100%;
	padding-bottom:20px;
	border-bottom:1px solid #000;
}
.tabs_yw_news{
	margin:20px;
}
.tabs_yw_news_img{
	margin:0 auto 10px;
	float:none;
}
.tabs_yw_news{
		 height:auto;
	 }
}


.arch{
	position:absolute;
	left:10px;
	bottom:-14px;
	background:#106470;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b464c;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:yekanYW;
	font-size:14px;
	padding:3px 13px;
	text-decoration:none;
	text-shadow:0px 1px 0px #0c2c31;
}

.arch:hover{
	background:#197582;
	color:#eee;
}


#hemayat .bx-controls{
	display:none;
}


.bx-wrapper .bx-caption{
	background:rgba(237, 237, 237, 0.8) !important;
}

.bx-wrapper .bx-caption span span{
	color:#000 !important;
}

















/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-carousel{
	direction:ltr;
}
.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px 10px;

}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.4;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000 ;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}


/* mouse grab icon */
.grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move;
}


#slide .owl-controls {
	position:absolute;
	width:100%;
	bottom:10px;
}
#slide .owl-controls .owl-buttons div {
	width:51px;
	height:91px;
}
#slide .owl-buttons {
	bottom:265px;
	position:relative;
	display:block;
}
#slide .owl-buttons div{
	margin:0;
}
#slide .owl-next {
	background:url(../images/i_next.png) no-repeat;
	right:0;
	position:absolute;
}
#slide .owl-prev {
	background:url(../images/i_prev.png) no-repeat;
	left:0;
	position:absolute;
}

.item {
	position:relative;
}

.item img{
	width:100% !important;
}

.t_slide h4{
	background: rgba(0, 0, 0, 0.3);
	position:absolute;
	width:83%;
	height:40px;
	bottom:50px;
	right:7%;
	text-align:right;
	padding:10px 20px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	font-family:iransans;
}


.t_slide h4 a{
	color:#fff;
}






.block{
	position:relative;
}

.login_link{
	color:#fff;
	margin:0 5px 0 0;
	font-weight:bold;
}

.login_link:hover{
	color:#fff;
}

.news_titler{
	color:#003a6f;
	font-family:iransans;
}

.t_slide{
	position:relative;
}
.t_slide .news_titler{
	position:absolute;
	width:83%;
	height:40px;
	bottom:105px;
	right:7%;
	text-align:right;
	padding:10px 20px;
	font-size:23px;
	font-weight:bold;
	color:#fff;
    text-shadow:4px 4px 4px #000000;
	font-family:iransans;
}

.t_slide .news_titler:after{
	white-space:inherit;
}

.t_slide h5{
	position:absolute;
	width:83%;
	height:40px;
	bottom:60px;
	right:7%;
	text-align:right;
	padding:10px 20px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
    text-shadow:4px 4px 4px #000000;
	font-family:iransans;
}

.header2 #stack{
	position:fixed;
	top:0;
	width:100%;
	left:0;
	z-index:99999;
}

.header2 #top_header{
	margin:0 0 140px 0;
}


.divLanguage {
    position: relative;
    float: left;
    width: 75px;
    height: 18px;
    margin: 8px 15px 0 15px;
    cursor: pointer;
    direction: ltr;
    border: 1px solid #2b2b2b;
    background: url( '../images/lng_ddl_bg.png' ) repeat-x left top;
}

.divLanguage .spnSelectedLng {
    display: block;
    float: left;
    width: 51px;
    height: 16px;
    padding: 1px 1px 1px 5px;
    direction: ltr;
    color: #fefefe;
    font-size: 10px;
}

.divLanguage img {
    padding-right: 5px;
    vertical-align: middle;
}


.divLanguage .spnSelectedLngArrow {
    display: block;
    float: right;
    width: 17px;
    height: 18px;
    border-left: 1px solid #2b2b2b;
    background: url( '../images/lng_ddl_arrow.png' ) no-repeat center center;
}

.ulSelectLng {
    position: absolute;
    display: none;
    top: 19px;
    left: -1px;
    width: 75px;
    direction: ltr;
    border: 1px solid #2b2b2b;
    background: rgba(31, 31, 31, 0.97);
    z-index: 8000;
    -pie-background: rgba(31, 31, 31, 0.97);
}

.ulSelectLng li a {
    display: block;
    padding: 5px;
    color: #fefefe;
    font-size: 11px;
}

.ulSelectLng li a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    -pie-background: rgba(0, 0, 0, 0.5);
}
