/* Cascade Style Sheet
	[Fonts]
	[Main]
*/


/* [Fonts].Start */

@font-face
{
	font-family:'Roboto_Condensed';
	src:url('../../Fonts/RobotoCondensed/RobotoCondensed-Regular.ttf');
}

@font-face
{
	font-family:'Roboto_Medium';
	src:url('../../Fonts/Roboto/Roboto-Medium.ttf');
}

@font-face
{
	font-family:'Roboto_Light';
	src:url('../../Fonts/Roboto/Roboto-Light.ttf');
}

@font-face
{
	font-family:'Roboto_Regular';
	src:url('../../Fonts/Roboto/Roboto-Regular.ttf');
}

@font-face
{
	font-family:'Nunito_Regular';
	src:url('../../Fonts/Nunito/Nunito-Regular.ttf');
}

/* [Fonts].End */


/* [Main].Start */

html
{
	height:99%;
	width:100%;
	text-rendering:optimizeLegibility;
}

body
{
	height:99%;
	margin:0px;
	min-height:200px;
	height:auto !important;
	min-width:300px;
	width:auto !important;
	padding:0px;
	width:100%;
}

hr
{
	background-color:#CCCCCC;
	border:0px;
	height:1px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	margin-top:20px;
}

.Background
{
	box-sizing:border-box;
	margin:0px;
	padding:0px;
	width:100%;
}

.Border
{
	border-style:solid;
	border-color:#800000;
	border-width:1px;
}

.Main
{
	align-items:center;
	bottom:0px;
	display:flex;
	justify-content:center;
	left:0px;
	position:absolute;
	top:0px;
	right:0px;
}

.Content
{
	background-color:#F2F2F2;
	box-sizing:border-box;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	padding-bottom:40px;
	padding-left:40px;
	padding-right:0px;
	padding-top:35px;
	width:1100px;
}

.BlockLeft
{
	box-sizing:border-box;
	margin:0px;
	padding-right:30px;
	width:635px;
}

.BoxData
{
	height:370px;
	position:relative;
}

.BlockRight
{
	box-sizing:border-box;
	margin:0px;
	padding:0px;
	width:375px;
}

.ContentFull
{
	background-color:#F2F2F2;
	padding-bottom:40px;
	padding-left:40px;
	padding-right:40px;
	padding-top:35px;
	width:80%;
}

.BlockFull
{
	box-sizing:border-box;
	padding-right:0px;
	width:100%;
	padding:0px;
}

/* [Main].End */