*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body
{
	width: 100%;
	font-family: Raleway;
}
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:768px)
{
	body > div
	{
		padding: 0px 0px;
	}
	
	.tree-wrapper
	{
		position:static !important;
		width: 100% !important;
	}
	
	#treemenu
	{
		margin: 0 !important;
	}

	.centerbox,
	.content
	{
		width: 100% !important;
		position: relative !important;
		height: 1000px;
		top:0 !important;
		right:0 !important;
		left: 0 !important;
	}
	.buttons > a.button
	{
		font-size: small !important;
		float: none !important;
	}
}
div, p
{
	font-size: 1em;
	line-height: 1.5em;
}
h1
{
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
}
h1.huge
{
	font-size: 2em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 16px;
	font-family: Raleway;
	line-height: 1em;
	text-transform: uppercase;
}
h1.huge-red
{
	font-size: 2em;
	font-weight: bold;
	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: bold;
	margin-top: 0px;
	margin-bottom: 16px;
	font-family: Raleway;
	line-height: 1em;
	text-transform: uppercase;
}
p.bold, span.bold
{
	font-weight: bold;
}
p.red, span.red
{
	color: #c71c22;
}
p.small
{
	font-size: 0.8em;
}
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: Din;
	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: Din;
	white-space: nowrap;
	text-align: center;
}
ul.red-tab > li:hover
{
	background-color: rgba(54, 25, 25, .3);
}
ul.red-tab img
{
	display: none;
}


#content-intro
{
	margin: 0px;
}
#content-intro h1
{
	color: #c71c22;
}
#content-intro-inner
{
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
	position: relative;
	display: inline-block;
	top: 40px;
}
#content-navigation-path
{
	min-height: 60px;
	background-color: #c71c22;
	color: #fff;
}

#content-navigation-path .content-section-left
{
	float: none;
}
#content-navigation-path h1
{
	white-space: nowrap;
	line-height: 20px;
}
.components-list
{
	width: 100%;
	margin: auto;
}
.components-list li
{
	width: 33.333% !important;
	display: inline-block;
	margin-right: -5px;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
	white-space: nowrap;
}
.components-list li a
{
	width: 100%;
	text-align: left;
	display: inline-block;
	color: #fff;
}
.components-list img
{
	width: 32px;
	height: 32px;
	transition-duration: 0.2s;
}
.components-list img:hover
{
	transform: scale( 1.1 );
}

#product-menu li:last-child
{
	width: 85px;
}
.red-tab span
{
	color: white;
	font-size: 1.3em;
}
.content-section.topsection
{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.content-section.topsection > div
{
	padding: 10px;
}
.content-section.topsection p
{
	width: 100%;
}

@media screen and (min-width:960px)
{
	.content-section.topsection p
	{
		margin: auto;
	}
}

.content-section.topsection.divider
{
	border-top: 1px solid #ccc;
	margin: 0 70px;
}

/*content-components*/
.content-section.midsection
{
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0;
}
.content-section.midsection h1
{
	padding-bottom: 10px;
}
.content-section.midsection:nth-child(odd)
{
	background-color: #e6e6e6;
}
.content-section.midsection > div
{
	float: none;
	display: inline-block;
	margin: 0;
	padding: 10px;
	vertical-align: middle;
	margin-right: -5px;
	width: 100%;
	text-align: center;
}

@media screen and (min-width:960px)
{
	.content-section.midsection > div
	{
		width: 50%;
		text-align: left;
	}
}

@media screen and (max-width:1100px)
{
	#product-menu > li
	{
		border-radius: 5px;
		margin: 5px;
	}
}

@media screen and (max-width:1100px)
{
	.components-list li, .gallery li
	{
		width: 50% !important;
		float: left;
	}
}

@media screen and (max-width:768px)
{
	.components-list
	{
		width: 50%;
	}
	.components-list li, .gallery li
	{
		width: 100% !important;
	}
}

@media screen and (max-width:480px)
{
	.components-list
	{
		width: 100%;
	}
}

.content-section.midsection .content-image-left img, .content-section.midsection .content-image-right img
{
	max-width: 100%;
	width: 90%;
}
.content-section.midsection > div.content-image-right
{
	float: right;
}

.content-section.midsection > div.content-centered
{
	width: 100%;
}
.content-section a
{
	color: #c71c22;
}

.content-section a:hover
{
	color: rgba(255, 0, 0, .7);
}
/*bottom part*/
.content-section.bottomsection
{
	background-color: #c71c22;
	padding-top: 30px;
	padding-bottom: 70px;
}
.content-section.bottomsection > h1, .content-section.bottomsection > h2
{
	text-align: center;
	padding-bottom: 20px;
}
.content-section.bottomsection a
{
	color: #fff;
}
.content-section.bottomsection a:hover
{
	color: #fff;
}
.content-section.bottomsection > p.separator
{
	border-top: 1px solid rgba(255, 0, 0, .3);
}

.content-section.bottomsection > div
{
	width: 100%;
}

#bottomnavnew > a:hover
{
	text-decoration: underline;
}
