html 
{
	height:100%;
}
body 
{
	font-family: 'GolosUI-Regular';
	font-size:16px;
	color:#000000;
	margin:0;
	padding:0;
	height:100%;
}
table 
{
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
td
{
	margin: 0px;
	padding: 0px;
}
form
{
	padding: 0px;
	margin: 0px;
}
h1
{
	font-family: 'GolosUI-Medium';
    font-size:36px;
	color:#212121;
	font-weight:normal;
    line-height: normal;
	margin: 0 0 50px;
}
h2
{   
	font-family: 'GolosUI-Medium';
    font-size: 20px;
    color: #212121;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 35px;
}
h3
{
	font-family: 'GolosUI-Medium';
    font-size: 20px;
    color: #212121;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 35px;
}
h4
{
	font-family: 'GolosUI-Medium';
    font-size: 20px;
    color: #212121;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 35px;
}
h5
{
	font-family: 'GolosUI-Medium';
    font-size: 20px;
    color: #212121;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 35px;
}
p
{
	padding: 0 0 35px;
	margin: 0px;
}
a
{
	outline:none;
	color: #000000;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	text-decoration:none;
}
a:hover
{
    color: #07c0ff;
	text-decoration:none !important;
}
button:hover
{
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
a img
{
	border: 0px;
}
.Holder img
{
	max-width: 100%;
	height: auto;
	display: block;
}
@font-face 
{
	font-family: 'GolosUI-Medium';
	src: url('fonts/golosui-medium.eot'); /* IE 9 Compatibility Mode */
	src: url('fonts/golosui-medium.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('fonts/golosui-medium.woff2') format('woff2'), /* Super Modern Browsers */
		url('fonts/golosui-medium.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('fonts/golosui-medium.ttf') format('truetype'), /* Safari, Android, iOS */
		url('fonts/golosui-medium.svg#golosui-medium') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face 
{
	font-family: 'GolosUI-Regular';
	src: url('fonts/golosui-regular.eot'); /* IE 9 Compatibility Mode */
	src: url('fonts/golosui-regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('fonts/golosui-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('fonts/golosui-regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('fonts/golosui-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('fonts/golosui-regular.svg#golosui-regular') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face 
{
	font-family: 'GolosUI-Bold';
	src: url('fonts/golosui-bold.eot'); /* IE 9 Compatibility Mode */
	src: url('fonts/golosui-bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('fonts/golosui-bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('fonts/golosui-bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('fonts/golosui-bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('fonts/golosui-bold.svg#golosui-bold') format('svg'); /* Chrome < 4, Legacy iOS */
}