@font-face {
    font-family: Mreave;
    src: url("fonts/mreavessanot-bold.ttf");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  background-image: url("images/background.png");
  background-position: left top;
  background-repeat: repeat-x;
  line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.page{
	width:100%;
	height:auto;
	display:table;
}
.footer{
	display:table;
    height:auto;
	width:100%;
	background-color:#1d1d1d;
}
.content-center{
	display:table;
	margin:20px auto;
	text-align:center;
	width:847px;
	font-size:19px;
}
.content-center h3 {
  color: #13b9b5;
  font-family: arial;
  font-size: 19px;
  margin-bottom: 30px;
}
.content-center p{
	font-family:Arial;
	color:#fff;
	font-size:14px;
	line-height:20px;
}
.content-center span{
	padding:0 5px;
}

.content-details {
  background-image: url("images/backg-car.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  display: table;
  height: auto;
  width: 100%;
}
.equipment {
  background-color: rgba(3, 22, 94, 0.75);
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}
.content-details img {
  display: table;
  margin: -75px auto 127px;
}
.content-equipment{
	width:auto;
	height:auto;
	display:table;
	margin-left:130px;
	position:relative;
	font-family:MrEave;
	font-weight:bold;
}
.content-equipment > img {
  display: table;
  left: 134px;
  margin: 0;
  position: absolute;
  top: 45px;
}
.text-content {
  box-sizing: border-box;
  display: table;
  height: auto;
  margin-bottom: 35px;
  padding: 0 50px;
  text-align: center;
  width: 100%;
}
.text-content > p {
  font-family: arial;
  font-size: 13px;
  line-height: 20px;
}
.text-content h2 {
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  line-height: 22px;
  margin: 22px 0;
}
.content-equipment h1 {
  background-color: #1d68aa;
  color: #fff;
  font-size: 25px;
  padding: 15px 35px;
  text-align: center;
  font-family:"Mreave";
  font-weight:normal;
}
.content-equipment > p {
  background-color: #0fdfda;
  color: #000;
  display: table;
  float: left;
  font-size: 23px;
  padding: 20px 18px;
  text-decoration: none;
	font-weight:normal;
  }
.content-equipment > a:hover {
  opacity: 0.4;
}
.white-back{
	background-color:#fff !important;	
}
.p-margin{
margin-top:25px;
}
.content-menu{
	width:100%;
	height:auto;
	background-color:#1d68aa;
	display:table;
}
.menu {
  display: table;
  height: auto;
  margin: 10px auto !important;
}
.menu-center{
	width:auto;
	height:auto;
	display:table;
	margin:0 auto;
}
.post-menu {
  border-right: 1px solid #1d3a53;
  color: #fff;
  display: table;
  float: left;
  font-family: "Mreave";
  height: auto;
  padding: 23px 52px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}
.post-menu > p {
  margin-top: 15px;
 }
.post-menu:last-child{
	border:0;
}
.margin-img{
	margin-top:5px;
}
.underline{
	text-decoration:underline;
}
.footer a {
  color: #fff;
}
.content-center-page{
    width:847px;
	height:auto;
	display:table;
	margin:89px auto 0;
}

@media (max-width:850px){
	.content-center,.content-center-page{width:90%;}
	.post-menu {padding: 23px 30px;}
	.text-content {margin: 0 auto 35px;padding: 0;width: 90%;}
	.content-equipment {margin: 0 auto;}
	
}
@media (max-width:850px){
	.post-menu {padding: 23px 0;width: 49%;}
	.post-menu:nth-child(2){border:none;}
}
@media (max-width:480px){
	.content-equipment > p {font-size: 17px;padding: 20px 0;text-align: center;width: 50%;float:left;}
	.content-equipment h1 {font-size: 20px;padding: 15px 25px;}
	.post-menu {border: medium none;padding: 23px 0;width: 100%;}
	.content-equipment > img {left: 104px;top:38px;}
	#logo {height: auto;width: 130px;}
}
