/* Fonts */
@font-face {font-family: 'Eurostile-Reg';src: url('fonts/eurostile-reg.eot');src: url('fonts/eurostile-reg.eot?#iefix') format('embedded-opentype'),url('fonts/eurostile-reg.woff') format('woff'),url('fonts/eurostile-reg.ttf') format('truetype');}
@font-face {font-family: 'Eurostile-Bol';src: url('fonts/eurostile-bold.eot');src: url('fonts/eurostile-bold.eot?#iefix') format('embedded-opentype'),url('fonts/eurostile-bold.woff') format('woff'),url('fonts/eurostile-bold.ttf') format('truetype');}


/* General */

html, body {
	height: 100%;
	padding: 0;
    margin: 0;
}

body {
	font-family: 'Eurostile-Reg', Arial;
	background-color: #f2f2f2;
}


/* Site */

#header {
	padding: 15px;
	background-color: #f2f2f2;
	border-bottom: 2px #e2e2e2 solid;
	text-align: center;
}

.container {
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

#main {
	background-color: #fff;
}

#main .clear {
	clear: both;
}

#content {
	width: 100%;
	padding-top: 40px;
	margin-bottom: 40px;
	float: left;
}

#content div {
	height: 140px;
	display: table;
	float: left;
}

#content div p {
	padding: 0;
	margin: 0;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
}

#content p a {
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}

#content p a img {
	max-width: 100%;
	border: 0;
}

#footer {
	padding: 10px 15px;
	border-top: 2px #e2e2e2 solid;
}

#footer p {
	padding: 0;
	margin: 0 0 5px;
	font-size: 13px;
	line-height: 18px;
	color: #777;
	text-align: center;
}

#footer p span {
	margin: 0 5px;
}

#footer p a {
	color: #333;
	text-decoration: underline;
}

#footer p a:hover,
#footer p a:active,
#footer p a:focus {
	color: #006eb8;
}


/* XS - max. 768px */

@media (max-width: 767px) {
	#content div {
		width: 50%;
	}
}


/* SM - min. 768px */

@media (min-width: 768px) {
	#content div {
		width: 33.33333333%;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
}


/* MD - min. 992px */

@media (min-width: 992px) {
	#content div {
		width: 25%;
	}
}


@media (min-width: 992px) and (max-width: 1199px) {
}


/* LG - min. 1200px */

@media (min-width: 1200px) {
}


/* UXS - max. 485px */

@media (max-width:485px) {
	#content div {
		width: 100%;
	}
}
