* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
font-family: "Montserrat";
font-size: 14px;
line-height: 28px;
overflow-x: hidden;
width: 100%;
min-height: 100%;
padding-top: 40px;
}
a {
color: inherit;
}
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99;
background: rgba(255,255,255,0.95);
padding: 15px 0;
}
.menu-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.menu {
margin: 0;
padding: 0;
text-align: right;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.menu li {
display: block;
border-right: 1px solid black;
}
.menu-icon {
display: none;
}
.menu a {
color: black;
text-decoration: none;
display: block;
font-size: 14px;
line-height: 14px;
text-transform: uppercase;
margin: 0 12px;
position: relative;
}
.menu a:after {
content: "";
display: block;
position: absolute;
left: 0;
bottom: -8px;
width: 100%;
height: 1px;
background: transparent;
}
.menu li:last-child {
border-right: 0;
}
.menu a:hover:after {
background: #005FAB;
}
.langs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row;
flex-flow: row;
}
.lang {
display: block;
width: 30px;
height: 30px;
border-radius: 50%;
color: black;
line-height: 30px;
text-align: center;
text-decoration: none;
}
.lang.active {
background: #005FAB;
color: white;
}
.logo {
display: block;
position: relative;
z-index: 199;
}
.logo img {
display: block;
}
ul {
margin-top: 0;
padding-left: 18px;
margin-bottom: 30px;
}
.home--title {
font-size: 53px;
line-height: 72px;
color: black;
font-weight: bold;
margin: 0.83em 0;
}
h2 {
font-size: 36px;
line-height: 46px;
color: #005FAB;
margin-top: 0;
text-transform: uppercase;
}
h3 {
font-size: 24px;
line-height: 31px;
color: #005FAB;
}
.home--subtitle {
font-size: 18px;
line-height: 23px;
color: #005FAB;
margin: 1.33em 0;
font-weight: bold;
}
.section {
position: relative;
margin: 100px 0;
}
.section--hp {
margin-bottom: -100px;
}
.section--railway {
position: relative;
z-index: 10;
}
.section--content {
background: #f3f3f3;
margin-top: -300px;
padding-top: 300px;
position: relative;
z-index: 5;
margin-bottom: -50px;
}
.section--contact {
position: relative;
padding: 50px 0;
background: #f3f3f3;
margin-bottom: 0;
}
.subsection {
padding-bottom: 70px;
}
.subsection h3 {
margin-top: 0;
}
.stats-wrapper {
background-image: url(//vitkovicka-doprava.cz/wp-content/themes/vdoprava/images/railway.jpg);
padding: 70px 0;
border-radius: 0px 0px 70px 0px;
position: relative;
text-align: center;
}
.stats-wrapper h2 {
color: white;
}
.stats-icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: white;
}
.stats-icon {
text-align: center;
width: 150px;
margin: 0 20px;
}
.stats-icon-img {
position: relative;
width: 60px;
height: 60px;
border-radius: 50%;
border: 3px solid white;
margin: 0 auto;
}
.stats-icon-img--1 img {
position: absolute;
left: -19px;
top: 7px;
width: 60px;
}
.stats-icon-img--2 img {
position: absolute;
left: 0px;
top: 0px;
width: 54px;
}
.stats-icon-img--3 img {
position: absolute;
left: -21px;
top: -6px;
width: 92px;
}
.stats-icon-title {
padding-top: 5px;
font-size: 36px;
line-height: 46px;
font-weight: bold;
}
.stats-icon-subtitle {
font-size: 14px;
line-height: 18px;
text-transform: uppercase;
}
.img {
display: block;
max-width: 100%;
}
.img--rounded {
border-radius: 0px 0px 25px 0px;
-webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25);
}
.hp-mark {
position: absolute;
top: 200px;
left: -100px;
}
.hp-arrow {
position: absolute;
left: 30px;
bottom: 250px;
color: black;
}
.hp-arrow span {
position: absolute;
top: 0;
left: -8px;
display: block;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
font-size: 12px;
line-height: 12px;
text-transform: uppercase;
font-weight: bold;
width: 50px;
height: 50px;
}
.hp-arrow img {
position: absolute;
top: 60px;
left: -7px;
}
.btn {
background: #FFFFFF;
border: 1px solid #005FAB;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 70px;
padding: 15px 20px;
display: inline-block;
text-decoration: none;
letter-spacing: 0.15em;
text-transform: uppercase;
color: black;
font-weight: bold;
line-height: 100%;
cursor: pointer;
}
.btn:hover {
color: white;
background: #005FAB;
}
.spacer {
height: 1px;
background: #C4C4C4;
}
.clients-title-wrapper {
position: relative;
}
.clients-title {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
color: #C4C4C4;
text-transform: uppercase;
font-weight: bold;
}
.clients {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.clients--1 .client {
width: 20%;
}
.clients--2 .client {
width: calc(100% / 6);
}
.client {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 0;
}
.client img {
max-width: 100%;
}
.footer-map {
position: absolute;
display: block;
width: 50%;
left: 50%;
height: 100%;
top: 0;
background: url(//vitkovicka-doprava.cz/wp-content/themes/vdoprava/images/mapa.jpg) no-repeat left -100px center;
background-size: auto 100%;
max-width: 800px;
}
.footer-map span {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
.footer {
background: rgba(196, 196, 196, 0.5);
padding: 20px 0;
}
.footer-leemon {
display: block;
}
.footer-leemon img {
height: 20px;
display: inline-block;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.relative {
position: relative;
}
.cert-btn {
position: relative;
}
.cert {
position: absolute;
transition: transform .5s;
}
a .cert:hover {
transform: scale(1.1);
}
.cert--1 {
z-index: 5;
}
.cert--2 {
z-index: 4;
top: 40px;
left: 40px;
}
.cert--3 {
z-index: 5;
}
.cert--4 {
z-index: 4;
top: 30px;
left: 30px;
}
.cert--5 {
z-index: 3;
top: 60px;
left: 60px;
}
.cert-btn--1 {
margin: 0 auto;
display: block;
margin-top: 20px;
width: 170px;
height: 230px;
}
.cert-btn--2 {
margin: 0 auto;
display: block;
margin-top: 40px;
width: 170px;
height: 210px;
}
.wp, .waypoint, .home--waypoint {
opacity: 0;
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: .5s opacity, .5s transform;
-o-transition: .5s opacity, .5s transform;
transition: .5s opacity, .5s transform;
}
.nowVisible {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.anchor {
display: block;
position: relative;
top: -100px;
visibility: hidden;
}
@media(min-width: 991px) {
.text-md-left {
text-align: left;
}
.text-md-center {
text-align: center;
}
.text-md-right {
text-align: right;
}
}
@media(max-width: 1199px) {
.hp-arrow {
bottom: 160px;
}
.hp-mark {
top: 0;
left: 50px;
width: 30%;
height: auto;
}
}
.eu .above-container-eu {
display: flex;
max-width: 1140px;
margin-left: auto;
margin-right: auto;
}
.eu {
position: absolute;
top: 0;
width: 100%;
left: 0;
background: #d9ecff;
}
.eu p {
line-height: 130%;
font-size: 11px;
flex: 1 1 auto;
}
.eu .above-container-eu .container p {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.eu .above-container-eu .container {
display: flex;
flex-flow: row nowrap;
align-items: center;
width: 50%;
padding: 10px 15px 10px 15px !important;
}
.eu a {
width: 150px;
display: block;
flex: 0 0 auto;
background: #003399;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 70px;
padding: 10px 5px;
display: inline-block;
text-decoration: none;
text-transform: uppercase;
color: white;
font-weight: bold;
line-height: 100%;
cursor: pointer;
text-align: center;
margin-left: 20px;
font-size: 13px;
}
.eu a:hover {
background-color: #005FAB;
}
.eu a img {
margin-right: 10px;
}
@media(max-width: 991px) {
.eu p {
font-size: 9px;
}
}
@media(min-width: 991px) {
.header {
top: 65px;
transition: top .5s;
}
}
body {
padding-top: 150px;
}
.header.top {
top: 0;
}
.section--contact {
margin-top: 0;
}
.section--files {
background: rgba(196, 196, 196, 0.1);
margin: 0;
padding: 50px 0;
}
.files {
box-shadow: 0px 14px 54px -10px rgba(0, 0, 0, 0.1);
width: 100%;
border-spacing: 0px;
border-collapse: separate;
}
.files td {
padding: 10px 20px;
font-weight: normal;
font-size: 14px;
text-transform: uppercase;
}
.files tr:nth-child(even) {
background: rgba(196, 196, 196, 0.1);
}
.files tr:nth-child(odd) {
background: #FFF
}
.files__download {
width: 200px;
text-align: right;
}
.files a  {
color: #878787;
text-decoration-line: none;
}
.files a:hover {
text-decoration-line: underline;
color: #005FAB;
}