﻿
a {
  text-decoration: none;
  color: #d86f00;
}

a:hover {
  color: #bbb004;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

body {
  font-family: Sans-Serif;
}

.center-img {
  display: block;
  margin: 0 auto;
  width: 50%;
  max-width: 500px;
}

.h_div {
color: #fff;
background-color: #000;
margin-top: 0;
padding-top: 0;
position: absolute;
top: 0;
width: 100%;
left: 0;
height: 5em;
text-align: center;
background-image: none;

}

h1 {
font-size: 1.7em;
line-height: 1em;
font-family: Sans-Serif;

}

.logo {
  margin-top: 70px;
  max-width: 300px;
}

.b2b {
  width: 50%;
}

div.pdf-cover {
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  margin: 0 auto 60px;
  font-size: 1.7em;
  margin-top: 20px;
}


div.pdf-cover:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 8px 30px 0 rgba(0, 0, 0, 0.3);
  color: #bbb004;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

div.container {
  padding: 10px;
}

div.cat {
  width: 100%;
}

p.cat {
  margin: 10px 0;
}



iframe {
    height: 50.625vw; /* ratio = 9/16 * 90 = 50.625 */
	max-width: 100%;
	margin: 0 auto -5px;
	background: black;
}

.f-w {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background: black;
}

@media (min-width: 992px) {

.h_div {
height: 60px;
background-image: url("logo-prolimit.svg");
background-repeat: no-repeat;
background-size: 160px;
background-position: 20px;
}


h1 {
font-size: 1em;
line-height: 1.1em;
font-weight: 700;
margin-top: 20px;
}

div.pdf-cover {
  width: 25%;
  font-size: 1em;
}

.logo {
  margin-top: 100px;
  display: none;
}

.b2b {
  width: 25%;
}

}
