/*
Theme Name: Servis Oken
Theme URI: https://www.servisoken.eu
Description: Servis Oken
Version:1.0
Author: Daniel Bartos
Author URI: https://www.btx.cz
*/

body {
	font-family: 'Roboto', sans-serif;
	background: #fff;
	color: #000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}

.header-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 1020;

}

h1 {	
	display: inline-block;
	font-size: 5.0rem !important;
	padding:20px 30px 20px 30px;
	background: #fff;
	opacity: 0.7;
}

h1 span {
	font-size: 3.0rem !important;
	display: block;
	font-weight: 300;
}

h1 span p {
	font-size: 3.0rem !important;
	display: block;
	font-weight: 300;
}

h2 {
	font-size: 3.0rem;
	font-weight: normal;
}

h3 {
	font-size: 2.0rem}

h3 span {
	font-size: 1.0rem;
	display: block;
	font-weight: 300
}

h2 i, h3 i {
	margin-right: 20px
}

td {
	vertical-align: top;
	padding:2px 0px 2px 0px}

.blue-bg {
	background:#6bafee;color:#fff
}
.blue {
	color:#6bafee
}

.top-bar-right {
	text-align: right !important;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cenik-divider {
	border-top: 1px dashed #fff;
	padding-bottom: 1.5rem
}

.cenik-divider-top {
	padding-bottom: 1.5rem
}

.navbar {
	color:#2495ff;
	padding:15px 0px 15px 0px !important;
}

.navbar a {
	color:#2495ff
}

.ml-20 {
	margin-left: 1rem;
}

.with-errors {
	color:red
}

.infobox {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  width: 80%;
  text-align: center;
  z-index: 1020; 
  color: red;
}

.infobox span {
	display: inline-block;	
	padding:10px 20px 10px 20px;
	background: #fff;
	opacity: 0.7;
	font-weight: bold;
}

.arrow img {
  margin: 0px 0 0 -20px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 50px;
  z-index: 1020;
  opacity: 0.7;
}

.bounce {
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation: bounce 3.6s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  5.55556% {
    transform: translateY(0);
  }
  11.11111% {
    transform: translateY(0);
  }
  22.22222% {
    transform: translateY(-15px);
  }
  27.77778% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-15px);
  }
  44.44444% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}




/* Responsive Styles (575)*/
@media(max-width:575px) {
.navbar {
	font-size: 0.8rem !important;
}
.brand {
	font-size: 1rem !important;
	padding-bottom: 5px;
}
h1 {
	font-size: 3.5rem !important;
	padding:15px;
}
.ml-20 {
	margin-left: 0;
}

}

/* Responsive Styles (767)*/
@media(max-width:767px) {
.brand {
	padding-bottom: 5px;
}
}

/* Responsive Styles (992)*/
@media(max-width:992px) {
.brand {
	padding-bottom: 5px;
}
.navbar {
	font-size: 0.8rem !important;
}

.brand {
	font-size: 1rem !important;
	padding-bottom: 5px;
}

.top-bar, .top-bar-right {
	text-align: center !important;
}	
}
