/* Eric Meyer's CSS Reset */
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;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	height: 100%;
}
.wrapper {
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    background: #141414;
}
h1 {
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    font-style: normal;
    font-weight: 500;
    font-size: 28px!important;
    line-height: 1.2!important;
    display: inline-block;
    margin: 0 auto!important;
	width: 100%;
	padding: 30px 0;
	color:#FFF;
}
h2 {
    text-align: left;
    position: relative;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    display: inline-block;
    margin: 0 auto;
	width: 100%;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	width: 100%;
	height: 9.375rem;
	background: rgba(0,0,0,0.0);
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 6.25rem;
/*	background-image: url(../images/back.png);
	background-position: 50% 50%; 
    background-repeat: no-repeat; */
}
.main {
	display: flex;
    position: relative;
    width: 1000px;
	height: 100%;
    color: rgba(255,255,255,0.90);
    flex-direction: column;
	margin:0 auto;
	border: 1px solid #333;
	overflow: hidden;
}
.center {
	width: 100%;
	height: auto;
	margin:0 auto;
	text-align: center;
}
.left {
	display:inline-block;
	position:relative;
	float:left;
	width: 40%;
	height: auto;
}
.right {
	display:inline-block;
	position:relative;
	float: right;
	width: 50%;
	height: auto;
}
.left img{
	width: 100%;
	height: auto;
}
.prof {
	display:block;
	position:relative;
	width: 100%;
	height: auto;
	font-size: 1.125rem;
	text-align: left;
	line-height: 1.5;
	color:rgba(195,195,195,1.00);
}
.job {
	display:block;
	position:relative;
	width: 100%;
	height: auto;
	font-size: 1.125rem;
	text-align: left;
	line-height: 1.5;
	color:rgba(195,195,195,1.00);
	padding: 50px 0 20px;
	font-weight: 600;
}
.prof li {
	color:#999;
	font-size: 0.875rem;
}
.prof li > .svg-inline--fa.fa-w-14 {
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.prof li :hover > .svg-inline--fa.fa-w-14 {
	transform: rotate(.5turn);
}
.navok {
	display:block;
	position:relative;
	width: 100%;
	height: auto;
	font-size: 1.125rem;
	text-align: left;
	line-height: 1.5;
	color:rgba(195,195,195,1.00);
}
.navok li {
	color:#999;
	font-size: 0.875rem;
}
.adress {
	display:block;
	position:relative;
	width: 100%;
	height: auto;
	font-size: 1.125rem;
	text-align: left;
	line-height: 1.5;
	color:rgba(195,195,195,1.00);
	margin-bottom: 1.875rem;
}
.adress li {
	color:#999;
}
.adress li a{
	text-decoration: none;
	color:#999;
}
.adress li a:hover{
	color:#FFF;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -6.25rem auto 0;
	width: 100%;
	height: 6.25rem;
	position: relative;
}