html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table { border-collapse: collapse; border-spacing: 0; }
/* site */
body { 
	font-family: 'Roboto', sans-serif;
	background: url("../img/bg.jpg") no-repeat center; 
	background-size: cover; }
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
.logo-wrap { text-align: center; padding: 38px 0 18px; }
.top-menu { 
	display: inline-block;
	margin-left: 202px;
	margin-top: 10px;
}
.top-menu li {
	float: left;
	margin: 0px 10px;
}
.top-menu li a {
	font-size: 15px;
	padding: 4px 15px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}
.top-menu li a:hover {
	border-top: 1px dashed #ffc600;
	border-bottom: 1px dashed #ffc600;
	color: #ffc600;
}
h1, h2 { text-align: center; color: #FFF; }
.slogan {
	font-size: 53px;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
	margin-top: 60px;
}
.slogan-hsdm {
	display: block;
	margin: 35px auto 0;
	width: 450px;
}
.slogan-hsdm li:nth-child(1), .slogan-hsdm li:nth-child(3) { width: 100px; } 
.slogan-hsdm li:nth-child(2) { width: 170px; } 
.slogan-hsdm li:nth-child(1) { padding-right: 40px; } 
.slogan-hsdm li:nth-child(3) { padding-left: 40px; } 
.slogan-hsdm li { float: left; }

.slogan-p {
	font-size: 20px;
	text-align: center;
	
}
.slogan-line {
	width: 100px;
	height: 2px;
	background: #8e8d86;
	margin-top: 8px;
}
.h2-wrap h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
}
.h2-line {
	height: 2px;
	background: #ffc600;
	margin: 3px auto;
}
.h2-wrap { margin: 37px auto 20px; }
.line-1 { width: 80px; }
.why-wrap { padding-bottom: 5px; }
.why-item {
	width: 300px;
	height: 97px;
	background: rgba(0, 0, 0, 0.3);
	float: left;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 19px;
	cursor: pointer;
	color: #FFF;
}
.why-item:hover { background: rgba(0, 0, 0, 0.7); }
.why-item:hover h3 { color: #ffc600; }
.why-item img {
	margin: 11px 10px 0;
	float: left;
}
.why-item h3 {
	margin: 16px 0 8px;
	text-transform: uppercase;
	font-size: 18px;
	color: white;
}
.news-item {
	background: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 5px;
	        border-radius: 5px;
    position: relative;
	padding: 14px 0 14px 80px;
	margin-bottom: 15px;
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
}
.news-item img {
	position: absolute;
	top: 14px;
	left: 18px;
}
.news-item h3 { font-weight: bold; }
.mon-line {
	clear: both;
}
.mon-wrap {
	padding: 13px 22px 11px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
.mon-line .mon-item {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}
.mon-line .mon-connect {
	position: relative;
	top: -20px;
	left: 5px;
}
.about p {
	font-size: 13px;
	color: #dcdcdc;
	line-height: 19px;
	margin-bottom: 15px;
}
.partners { padding: 60px 0 54px; }
.partners img {
	float: left;
}
.partners img:hover { opacity: 0.7; }
.partners img:nth-child(1) { margin-left: 40px; }
.partners img:nth-child(2) { margin-left: 70px; }
.partners img:nth-child(3) { margin-left: 80px; }
.partners img:nth-child(4) { margin-left: 45px; }
.partners img:nth-child(5) { margin-left: 60px; }
.footer-wrap { background: #171717; padding: 17px 0; }
.footer { margin: 0 auto; width: 1000px; position: relative; }
.logo-footer { float: left; margin-left: 24px; }
.footer-menu {
	float: left;
	list-style-type: none;
	margin-left: 110px;	
	margin-top: 5px;
}
.footer-menu li { float: left; margin: 0 5px; }
.footer-menu li a { 
	text-decoration: none;
	font-size: 15px;
	color: #FFF;
	padding: 2px 5px;
}
.footer-menu li a:hover {
	border-top: 1px dashed #ffc600;
	border-bottom: 1px dashed #ffc600;
	color: #ffc600;
}
.footer-soc {
	float: right;
	margin-right: 53px;
}
.footer-soc li {
	float: left;
	margin: 0 4px;
}
.footer-soc li img { cursor: pointer; }
/*.body-inner { 
	background: url("../img/bg.jpg") no-repeat center; 
	background-size: cover;
}*/

.italic { font-style: italic; font-weight: normal; }
.mr50 { margin-right: 50px; }
.mb0 { margin-bottom: 0px; }
.mb15 { margin-bottom: 15px; }
.mt15 { margin-top: 15px; }

.yellow { color: #ffc600; }
.clrBoth { clear: both; }

