*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body
{
	width: 100%;
	font-family: Raleway, Verdana, sans-serif;
}
body > div
{
	position: relative;
	padding: 0 70px;
}

@media screen and (max-width:980px)
{
	#toplogonew img
	{
		width: 200px;
		margin-top:8px;
	}
}

@media screen and (max-width:700px)
{
	body > div
	{
		padding: 0px 10px;
	}

}
div, p
{
	font-size: 1em;
	line-height: 1.5em;
	color: #525252;
}
h1
{
	font-size: 1.5em;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 6px;
	color: #000000;
}
h1.huge
{
	font-size: 2em;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 16px;
	font-family: Raleway;
	line-height: 1em;
	text-transform: uppercase;
}
h1.huge-red
{
	font-size: 2em;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 16px;
	font-family: Raleway;
	line-height: 1em;
	text-transform: uppercase;
	color: #c71c22;
}
h2
{
	font-size: 2em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 1em;
}
h2.huge
{
	font-size: 1.5em;
	font-weight: 500;
	color: #000;
	margin-top: 0px;
	margin-bottom: 16px;
	font-family: Raleway;
	line-height: 1em;
	text-transform: uppercase;
}
p.bold, span.bold
{
	font-weight: 600;
}
p.red, span.red
{
	color: #c71c22;
}
p.small
{
	font-size: 0.8em;
}
p.bold,
p.red,
p.small
{
	margin-bottom:6px;	
}
a.red-button
{
	float: none;
	background-color: #c71c22;
	padding: 10px;
	width: 45%;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	color: #fff !important;
	font-size: 1em;
	font-weight: normal;
	font-family: Roboto;
	line-height: initial;
}

a.buy-red-button
{
	float: none;
	background-color: #c71c22;
	padding: 3px 0px;
	width: 35%;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	color: #fff !important;
	font-size: 1em;
	font-weight: normal;
	font-family: Roboto;
	line-height: initial;
}

a.buy-gray-button
{
	float: none;
	background-color: #8996a9;
	padding: 3px 3px;
	width: 35%;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	color: #fff !important;
	font-size: 1em;
	font-weight: normal;
	font-family: Roboto;
	line-height: initial;
	transition: background-color ease .2s;
}

a.buy-gray-button:hover
{
	background-color: #728292;
}

a.buy-blue-button
{
	float: none;
	background-color: #081b67;
	padding: 3px 0px;
	width: 35%;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	color: #fff !important;
	font-size: 1em;
	font-weight: normal;
	font-family: Roboto;
	line-height: initial;
}


ul.red-tab
{
	text-align: left;
	line-height: 60px;
}

.content-section-menu
{
	padding-top: 20px;
}

.content-navigation-header
{
	padding-left: 5px;
}

@media screen and (min-width:1200px)
{
	.content-navigation-header
	{
		float: left;
	}
	ul.red-tab
	{
		text-align: center;
	}
	.content-section-menu
	{
		float: right;
		padding-top: 00px;
	}
}

ul.red-tab > li
{
	float: none;
	width: 120px;
	display: inline-block;
	font-weight: normal;
	font-family: 'Roboto';
	white-space: nowrap;
	text-align: center;
}

ul.red-tab > li:hover
{
	background-color: rgba(54, 25, 25, .3); /*border: 1px solid #fff;*/
}

ul.red-tab > li > a
{
	padding: 20px 10px;
}
 
ul.red-tab img
{
	display: none;
}
