/* OTHER CSS FILES */
@import url('columns.css');
@import url('header.css');
@import url('footer.css');
@import url('icons.css');
@import url('nav.css');

/* FONTS */
@font-face {
    font-family: 'dinregular';
    src: url('fonts/din-bold/font-webfont.eot');
    src: url('fonts/din-bold/font-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-bold/font-webfont.woff2') format('woff2'),
         url('fonts/din-bold/font-webfont.woff') format('woff'),
         url('fonts/din-bold/font-webfont.ttf') format('truetype'),
         url('fonts/din-bold/font-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* MAIN TAG STYLES */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display:block;
	padding:0; 
	margin:0; 
}
body {
	font-family:'Arial';
	font-size:13px;
	line-height:22px;
	color:#ffffff;
	margin:0;
	padding:0;
	background-color:#2b262d;
}
.arial {
	font-family:Arial;
}
a img {
	border:none;
	outline:none;
}
a, a:hover, a:active {
	text-decoration:none;
	color:#ffffff;
}
a, a:before, a:after, button, button:before, button:after, input, input:after, input:before {
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
section a, section a:hover, section a:active {
	text-decoration:underline;
	color:#ffffff;
}
p {
	margin:0 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"dinregular";
}
h1 {
	text-transform:uppercase;
	font-size:25px;
	line-height:30px;
	font-weight:bold;
	font-family:"Gill Sans MT";
	padding:0;
	margin:25px 0;
}
h2 {
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	margin:0 0 25px 0;
	padding:0;
}
h3 {
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}
h3 small, .columns h3 {
	font-size:16px;
	line-height:20px;
}
h4 {
	font-size:16px;
	line-height:22px;
	margin:0 0 20px 0;
	padding:0;
	font-weight:normal;
}
#slider img { width:100%; }

/* .PAGE STYLES */
.page {
	max-width:1200px;
	width:96%;
	margin:0 auto;
}
.page:after, header:after, nav:after {
	content:"";
	display:block;
	clear:both;
	width:100%;
	height:0;
}

/* SECTIONS */
section {
	padding:20px 0 20px 0;
	background-color:#93278f;
}
section .page {
	max-width:1162px;
	padding-left:8px;
}
section ul {
	margin:0 0 15px 0;
	padding:0;
}
section ul li {
	list-style:none;
	padding:0 0 0 10px;
	margin:0;
	position:relative;
}
section ul li:before {
	content:"";
	display:block;
	position:absolute;
	top:8px;
	left:0;
	width:4px;
	height:4px;
	background-color:#ffffff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}