@charset "utf-8";
/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Title : css Icmm Tehran 2018
Authors : masoud nazary


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
 

body {
	font-family:iransans;
}
#user_style, #pass_style {
	background:#464646;
	width:100%;
	height:30px;
	padding:2px 10px 3px 10px;
	margin:0 0 10px 0;
	border:1px solid #555555;
	font-family:tahoma;
	font-size:12px;
	color:#a9a2a2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	direction:rtl;
}

#user_style:focus, #pass_style:focus {
	direction:ltr;
}


.submit_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:yekanYW;
	font-size:12px;
	padding:0 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.submit_btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}


.yw_box {
	background:#fff;
	border:1px solid #e2e2e2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	padding:20px;
	margin:0 auto 40px;
}
.yw_box h2{
	float:right;
	font-family:yekanYW;
	font-size:22px;
	color:#275bab;
	border-bottom:6px solid #275bab;
	padding:0 20px;
	line-height:33px;
}




.yw_text, .yw_text table tbody td tr  ,.yw_text a ,.yw_text a:hover,.yw_text p,.yw_text table tbody tr td {
	font-family:tahoma;
	font-size:14px;
	line-height:26px;
	margin:10px 0 0 0;
}

.yw_text_med, .yw_text_med table tbody td tr  ,.yw_text_med a ,.yw_text_med a:hover,.yw_text_med p,.yw_text_med table tbody tr td {
	font-family:tahoma;
	font-size:13px;
	line-height:26px;
	margin:10px 0 0 0;
}


.yw_text_small, .yw_text_small table tbody td tr  ,.yw_text_small a ,.yw_text_small a:hover,.yw_text_small p,.yw_text_small table tbody tr td {
	font-family:tahoma;
	font-size:12px;
	line-height:26px;
	margin:10px 0 0 0;
}

.yw_text_smaller, .yw_text_smaller table tbody td tr  ,.yw_text_smaller a ,.yw_text_smaller a:hover,.yw_text_smaller p,.yw_text_smaller table tbody tr td {
	font-family:tahoma;
	font-size:11px;
	line-height:26px;
	margin:10px 0 0 0;
}



.yw_text ul {
	margin:10px 5px 10px 5px;
}
.yw_text ul li {
	background:url('../images/arrow2.png') right no-repeat;
	padding:0 15px 0 0;
	margin:0 0 0 10px;
}
.yw_text ol {
	margin:10px 20px 10px 20px;
	list-style-type: decimal;
}
.yw_text ol li {
	list-style-type: decimal;
	padding:0 5px 0 0;
	margin:0 0 0 10px;
}


.yw_col1
{
	float:right;
	width:90%;
}
.yw_col2
{
	float:right;
	width:5%;
}
.yw_col50
{
	float:right;
	width:50%;
}

.yw_col100
{
	border: 1px solid grey;
	display:block;
	overflow: hidden;
	
}

.col_left {
    overflow: hidden;
    min-height: 50%;
}

.col_right {
    float: right;
    width: 50%;
}



.yw_input {
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:inset 0px 0px 3px #e3e3e3;
	-webkit-box-shadow:inset 0px 0px 3px #e3e3e3;
	box-shadow:inset 0px 0px 3px #e3e3e3;
	font-family:tahoma;
	font-size:12px;
	padding:4px 5px 3px 10px;
}



.pad_sides_30 {
	padding:0 30px;
}



.styled-select {
   background:url(../images/slct_arrow_rtl.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 250px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   
}

#select_menu{
	background:#275bab;
	width:85%;
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   margin:0 auto;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 12px;
   height: 29px;
   padding: 5px 45px 5px 0; 
   width: 270px;
   font-family:tahoma;
   cursor:pointer;
   color:#fff;
}

.styled-select select option {
	background:#fff;
	padding:5px;
	color:#000;
}



#login_box{
	margin:10px;
}

#login_box ul{
	margin:20px 0 0 0;
	color:#a9a2a2;
}

#login_box ul li{
	margin:0 15px;
	float:none;
	display:inline-block;
}

#login_box ul li:first-child{
	margin:0 0 10px 0;
	display:block;
}

#login_box ul li a{
	color:#a9a2a2;
	font-size:15px;
	font-weight:bold;
}




#social{
	float:right;
}
#social li{
	float:right;
}



#logo_1{
	float:right;
	margin:10px 10px 0 0;
}

#title_site{
	float:right;
	margin:35px 15px 0 0;
}

#logos{
	float:left;
}

#logo_2,#logo_3,#logo_4{
	float:left;
}

#logo_3,#logo_4{
	margin:30px 0 0 15px;
}



ul#wrapper_menu_top ul{
	left:inherit;
	right:0;
}

ul#wrapper_menu_top ul ul, ul#wrapper_menu_top ul ul ul {
	left:inherit;
	right:100%;
}

ul#wrapper_menu_top a{
	text-align:right;
	padding:7px 7px 4px;
}

.t_slide{
	left:inherit;
	right:17%;
	direction:rtl;
}

#img_user{
	float:right;
}


#news_top h3{
	float:right;
}
#news_top span a{
	float:left;
}
#time{
	float:right;
}
.time_box{
	float:left;
	margin:20px 0 0 43px;
}

.img_news{
	float:right;
	margin:0 0 0 10px;
}


.news_text h2{
	margin-top:10px;
}

#contact_box{
	left:inherit;
	right:100px;
}

#footer_two{
	font-size:12px;
}

.slicknav_btn{
	float:right;
}

#personal{
	float:right;
	margin:10px 40px 0 0;
}

@media (max-width: 1320px) {

}

 

  
@media (max-width: 479px) {
.time_box{
	width:100%;
	margin:0 0 30px 0;
}
#contact_box{
	right:0;
}
  }
  