@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: mj_dinartwomedium;
	src: url("fonts/mj_dinartwomedium.eot"), /* EOT file for IE */ url("fonts/mj_dinartwomedium.ttf") /* TTF file for CSS3 browsers */
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
	width:100%;
	background-color: #e5eaed;
	padding: 0;
	margin: 0 auto;
	font-family: 'mj_dinartwomedium';
	font-size: 16px;
	text-align: justify;
	direction: rtl;
	line-height: 1.5;
	color: #696969;
	background-image: url(img/bar.jpg);
	background-position: top right;
	background-repeat: repeat-x;
	margin-top: 5px;
}
a, a:link {
	color: #696969;
	text-decoration: none;
	-webkit-transition : all 0.5s ease-in-out;
	-moz-transition : all 0.5s ease-in-out;
	-o-transition : all 0.5s ease-in-out;
}
.main {
	max-width: 100%;
	height:auto;
}
.header {
	width: 100%;
	background-image: url(img/header.jpg);
}

#menu {
	width: 100px;
	float: right;
	background-image: url(img/logo.png);
	margin-top:20px;
	background-repeat: no-repeat;
	height:80px;
}
#menu::after {
  content: "";
  clear: both;
  display: table;
}
.menu_r2{
	padding: 25px 120px 50px 20px;
}
.menu_r a {
	padding: 4px 10px;
	margin: 0 20px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	display:inline-block;
}
.menu_r a:hover {
	background-color: #ef3737;
	color: #fff;
}
.left {
	float: left !important;
	background-color: #ededed;
	color: #afafaf !important;
	padding: 10px 15px !important;
	margin-top: -3px !important;
}
.left::after {
  content: "";
  clear: both;
  display: table;
}
.left:hover {
	color: #FFFFFF !important;
}
.slider {
	width: 100%;
	height: 651px;
	float: right;
	background-image: url(img/slider.jpg);
}
.slider::after {
  content: "";
  clear: both;
  display: table;
}
.info {
	width: 22%;
	height: 551px;
	padding: 50px;
	float: right;
	background-image: url(img/info.jpg);
	background-position: right center;
}
.info::after {
  content: "";
  clear: both;
  display: table;
}
.infoicon {
	width: 100%;
	float: right;
}
.profile {
	width: 100%;
	float: right;
	margin-top: 20px;
	color: #fff;
	text-align: center;
}
.profile-img {
	border: 4px solid #fff;
	width: 124px;
	height: 124px;
	border-radius: 64px;
	-moz-border-radius: 64px;
	-webkit-border-radius: 64px;
}
.lastfile {
	width: 100%;
	text-align: right !important;
	font-family: tahoma;
	float: right;
	color: #b1b1b1;
	font-size: 11px;
}
.lastfile-p {
	width: 318px;
	float: right;
	margin: 0 -12.5px 0 -12.5px;
}
.lastfile-p img {
	width: 75px;
	height: 60px;
	float: right;
	overflow: hidden;
	border: 3px solid #3c3b37;
	margin: 10px 12.5px;
}
.lastfile-p img:hover {
	border: 3px solid #fff;
}
.right-block {
	width: 25%;
	float: right;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 40px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	margin-top:30px;
}
.right-block::after {
  content: "";
  clear: both;
  display: table;
}
.right-text{
	padding:0 20px;
}
.login {
	width: 100%;
	background-image: url(img/login.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	color: #7f7f7f;
}
.title_side{
		padding-right: 30px;
}
.title::after {
  content: "";
  clear: both;
  display: table;
}
fieldset, form {
   display: block;
}
textarea, input, select {
   display: inline-block;
}

.loginin {
	width: 100%;
	padding: 10px 15px;
	border: none;
	background-color: #f2f2f2;
	color: #a3a3a3;
	font-family: tahoma;
	font-size: 11pt;
	margin: 5px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.loginbt {
	padding: 10px;

	border: none;
	background-color: #2baed2;
	color: #fff;
	font-family: tahoma;
	font-size: 11px;
	margin: 5px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.chk {
	float: left;
	font-family: tahoma;
	font-size: 11px;
	margin-top: 15px;
}
.clr {
	width: 100%;
	float: right;
	margin-bottom: 35px;
}
.logina {
	background-color: #f2f2f2;
	color: #a3a3a3;
	padding: 10px 4.6px;
	margin: 3px 3px;
	font-family: tahoma;
	font-size: 11px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:inline-block;
}

.logina:hover {
	background-color: #2baed2;
	color: #fff;
}


.bbrb{
	background:url(img/bbar.png);
	width:100%;
	height:13px;
	margin: 20px 0px 20px 0px;
	position:relative;

}
.txtad {
	width: 285px;
	float: right;
	margin: 0 -5px;
}
.txta2 {
	width: 285px;
	background-image: url(img/txtad.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 30px;
	margin-bottom: 30px;
	color: #7f7f7f;
}
.txtad a {
	float: right;
	background-color: #f2f2f2;
	color: #a3a3a3;
	margin: 5px;
	width: 132.5px;
	overflow: hidden;
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
	padding: 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.txtad a:hover {
	background-color: #ef3737;
	color: #fff;
}
.reqtxt {
	display:block;
	width: 100%;
	height:65px;
	background-image: url(img/reqtxt.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	background-color: #f2f6f9;
	font-family: tahoma;
	font-size: 11px;
	color: #5e5e5e;
	text-decoration: underline !important;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	position:relative;
	top:30px;
	left:50px;
	padding-left:32%;
}
.mainbox {
	float: right;
	width: 75%;/* or 905 */
	margin: 30px 0 0 0; /* or 55 for right */
}
.mainbox::after {
  content: "";
  clear: both;
  display: table;
}
.mainbody{margin-right:30px;}

.main_center
{
	margin:0 15px;
}
.title {
	float: right;
	color: #717577;
}
.title::after {
  content: "";
  clear: both;
  display: table;
}
.lbar {
	width: 100%;
	float: right;
	background-image: url(img/lbar.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 13px;
	margin: 20px 0;
}
.service {
	float: right;
	width: 100%;
	padding: 20px 0px;
	background-color: #fff;
	background-image: url(img/service.jpg);
	background-position: 100px 250px;
	background-repeat: no-repeat;
	border-bottom: 4px solid #d9dee1;
	border-radius: 5px;
}
.service::after {
  content: "";
  clear: both;
  display: table;
}
.servis_body{padding:0 20px;}
.service span {
	width: 100%;
	float: right;
	line-height: 2;
	font-family: tahoma;
	font-size: 11px;
	border-bottom: 1px dashed #ebebeb;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.format {
	width: 100%;
	float: right;
	text-align: left;
	direction: ltr;
}
.format::after {
  content: "";
  clear: both;
  display: table;
}
.format a {
	float: left;
	padding: 4px 5px;
	margin: 3px;
	background-color: #f6f6f6;
	color: #a6a6a6;
	font-family: tahoma;
	font-size: 11px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.format a:hover {
	background-color: #2baed2;
	color: #fff;
}
.inf {
	width: 100%;
	float: right;
	margin-top: 30px;
	font:10pt tahoma;
}
.formatnum {
	float: left;
	background-image: url(img/format.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #828b94;
	font-family: tahoma;
	font-size: 11px;
	padding-left: 30px;
	margin: 5px 30px 0 0;
}
.yahoo {
	float: left;
	width: 25px;
	height: 15px;
	margin: 5px;
	background-image: url(img/yahoo.png);
}
.google {
	float: left;
	width: 15px;
	height: 15px;
	margin: 5px;
	background-image: url(img/google.png);
}
.instagram {
	float: left;
	width: 15px;
	height: 15px;
	margin: 5px;
	background-image: url(img/instagram.png);
}
.yahoo:hover {
	background-image: url(img/yahoo_h.png);
}
.google:hover {
	background-image: url(img/google_h.png);
}
.instagram:hover {
	background-image: url(img/instagram_h.png);
}
.footer {
	width: 100%;
	float: right;
	height:90px;
	text-align: left;
	direction: ltr;
	font-family: tahoma;
	font-size: 11px;
	color: #737373;
	background-image: url(img/footer.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.cprt {
	float: left;
	margin-right: 170px;
}
.bnav {
	margin: 10px;
	float: left;
	color: #9d9d9d !important;
}
.bnav:hover {
	color: #ef3737;
	text-decoration: underline;
}
.logo_rozup{display:inline-block;float: right;margin-top:12px;}
.minfo, .msuccess, .mwarning, .merror {
    border: 1px solid;
    margin: 10px 10px;
    
    background-repeat: no-repeat;
	background-position:center right;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	border-radius:.5em;
	direction:rtl;
	text-align:right;
	width:100%;
	font:9pt tahoma;
}
.mtext{padding:15px 37px 15px 10px;}

.minfo {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/theme/minfo.png');
}
.msuccess {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/theme/msuccess.png');
}
.mwarning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/theme/mwarning.png');
}
.merror {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/theme/merror.png');
}


@media screen and (max-width:900px) 
{
	.menu_r2{
		padding: 30px 50px 50px 10px;
	}
	.menu_r a {
		padding: 4px 5px;
		margin: 0 10px;
	}
}
@media screen and (max-width:700px) 
{
	.right-block{
		float:none;
		width:100%;
	}
	.mainbox{
		float:none;
		width:100%;
	}
	.mainbody{margin-right:0px;}
}
@media screen and (max-width:750px) 
{
	.menu_r2{
		padding: 25px 20px 20px 10px;
	}
	.menu_r a {
		padding: 4px 3px;
		margin: 0 5px;
	}
	.yahoo,.instagram,.google{display:none;}
}

