/*@import 'https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i,900,900i';*/
@font-face {
	font-family:ws;
	src:url('/s/v2/font/ws.ttf');
	font-weight:normal;
}
body,td,th,p,ul,li{
	color:#4c4c4c;
	font-family:'ws', sans-serif;
	font-size:26px;
}
a{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
h1,h2,h3,h4{
	color:#f00;
	margin:0px;
}
h1{
	padding:10px 0px;
	font-size:42px;
}
ul,li{
	margin:0px;
}
h2{
	padding:10px 0px;
	font-size:32px;
}
p{
	padding:10px 0px;
	margin:0px;
	text-align:justify;
}
body{
	min-height:100%;
	height:initial;
	padding:0px;
	min-width:1060px;
	font-size:18px;
}
#all{
	width:1000px;
	padding:30px 30px;
	margin:auto;
	background:url(/s/v2/images/background.png) repeat-x top #fdfdfd;
}
#all>center{
	background:url(/s/v2/images/shadow.jpg) no-repeat top left;
	background-position:-30px 477px;
}
#header{
	width:100%;
	min-width:1000px;
	height:30px;
	padding:10px 0px;
	border-radius:20px;
    margin-bottom:30px;
	/*position:fixed;
	top:0px;*/
	text-align:center;
	background:#f00;
	box-shadow:0px 0px 5px rgba(0,0,0,0.3);
	font-size:16px;
}
#header>div{
	width:980px;
	padding:0px 10px;
	margin:auto;
}
#header a{
	display:block;
	width:30px;
	height:30px;
	color:#fff;
	background-image:url(/s/v2/images/top_icons.png);
	transition:0.2s;
	text-decoration:none;
}
#header a:hover{
	text-decoration:underline;
}
#header sp{
	display:block;
	float:left;
	width:1px;
	height:24px;
	margin:3px;
	background:rgba(255,255,255,0.5);
}
#header_twitter,#header_facebook,#header_linkedin,#header_skype,#header_tumblr{
	float:left;
}
#header a#header_twitter:hover{
	background-position:0px -3px;
}
#header a#header_facebook{
	width:25px;
	background-position:-50px 0px;
}
#header a#header_facebook:hover{
	background-position:-50px -3px;
}
#header a#header_linkedin{
	width:35px;
	background-position:-100px 0px;
}
#header a#header_linkedin:hover{
	background-position:-100px -3px;
}
#header a#header_skype{
	width:35px;
	background-position:-150px 0px;
}
#header a#header_skype:hover{
	background-position:-150px -3px;
}
#header a#header_tumblr{
	width:25px;
	background-position:-200px 0px;
}
#header a#header_tumblr:hover{
	background-position:-200px -3px;
}
#header a#header_email,#header a#header_call,#header a#header_career{
	background-image:none;
	width:initial;
	float:right;
	line-height:33px;
	margin-left:20px;
}
#header_email::before,#header_call::before,#header_career::before{
	content:"";
	display:inline-table;
	width:30px;
	height:30px;
	background-image:url(/s/v2/images/top_icons.png);
	transition:0.2s;
	vertical-align:top;
}
#header_email::before{
	width:40px;
	background-position:-300px 0px;
}
#header_email:hover::before{
	background-position:-300px -3px;
}
#header_call::before{
	width:35px;
	background-position:-250px 0px;
}
#header_call:hover::before{
	background-position:-250px -3px;
}
#header_career::before{
	width:35px;
	background-position:-350px 0px;
}
#header_career:hover::before{
	background-position:-350px -3px;
}
#banner{
	width:1000px;
	height:407px;
	margin:auto;
	background:#fff;
}
/*#header_twitter,#header_facebook,#header_linkedin,#header_skype,#header_tumblr,#header_email,#header_call,#header_career{*/
#middle{
	width:1000px;
	min-height:600px;
	padding-top:60px;
	margin:auto;
}
#menu{
	float:left;
	width:340px;
	padding:20px 10px;
	background:url(/s/v2/images/menu.background.png) repeat-x top #a9a9aa;
}
#menu a{
	display:block;
	border-bottom:solid 1px #fff;
	margin-left:50px;
	text-decoration:none;
	transition:0.3s;
	text-align:left;
	color:#464646;
	font-size:26px;
	line-height:26px;
}
#menu>a,#menu>div>a{
	border-bottom:none;
	margin-left:40px;
	color:#fff;
	font-size:38px;
	line-height:40px;
}
#menu a:hover{
	color:#f00;
}
#menu>a:hover{
	text-decoration:none;
}
arr{
	display:block;
	width:30px;
	height:30px;
	margin:5px;
	position:absolute;
	background-image:url(/s/v2/images/menu.arrow.png);
	transform:rotate(-90deg);
	transition:0.3s;
}
#menu>div:hover arr{
	transform:rotate(0deg);
}
#menu>div>div{
	height:0px;
	overflow:hidden;
	transition:0.3s;
}
#menu>div:hover>div{
	height:initial;
}
#menu_bottom{
	float:left;
	width:360px;
	height:110px;
}
#menu_bottom a:first-of-type{
	float:left;
}
#menu_bottom a:last-of-type{
	float:right;
}
/**/
#inner{
	float:right;
	width:620px;
	min-height:600px;
	text-align:left;
}
#footer{
	clear:both;
	width:1000px;
	height:0px;
	overflow:hidden;
	padding-top:30px;
	margin:30px 0px;
	border-bottom:solid 3px #f00;
}
/*#footer_inner{
	width:900px;
	text-align:left;
	color:#8e846b;
	font-size:14px;
}
#footer_inner a{
	color:#8e846b;
	text-decoration:none;
}
#footer_inner a:hover{
	text-decoration:underline;
}
.footer_block{
	padding-top:10px;
	padding-left:10px;
	float:left;
}*/


/*ul{
	margin-left:-20px;
	list-style-type:square;
}*/
/**/
.contrast{
	font-weight:bold;
}
.white_a a{
	color:#FFF;
}
/**/
#djidel_tag{
	position:fixed;
	bottom:2px;
	right:10px;
	font-size:12px;
	z-index:100;
}
#djidel_tag a{
	color:#999;
	text-decoration:none;
}
.thm_img{
	float:right;
	width:200px;
	height:200px;
	margin:10px;
	margin-right:0px;
	background-size:200px;
}
.nowrap{
	white-space:nowrap;
}
div md-input-container{
	margin-bottom:0px;
}