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, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul,
li, fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
:focus {
  outline:0;
}
body {
  line-height:1;
  color: #bfbfbf;
  overflow-y: auto !important;
  margin: 0 !important;
  -webkit-print-color-adjust: exact;
  height: 100%;
}
ul {
  list-style:none;
}
table {
  border-collapse:separate;
  border-spacing: 0;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height:1%;
}
.clearfix {
  display:block;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; margin: 0;
}
html{
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font: 400 100%/1.65 serif;
  scroll-behavior: smooth;
}
body {
  position: relative;
  color: #9a9a9a;
  font-size: 0.9em;
  font-family: 'redhat_regular', Tahoma, Arial, sans-serif;
  line-height: 1.4em;
  overflow-x: hidden;
  background: #fff;
}
body {
  word-wrap: break-word;
}
.section {
  width: 100%;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
.wrap {
  position: relative;
  width: 100%;
  max-width: 1360px;
  padding: 0px 60px 0px 60px;
  margin: 0 auto;
}
/*header .wrap {
  padding: 0px 5px 0px 20px;
}
footer .wrap {
  padding: 0px 0px 0px 0px;
}
.copy .wrap {
  padding: 0px 20px 0px 20px;
}
.full .wrap {
  padding: 0px 0px 0px 0px;
}*/
/*-----------------------------------------------------------------------------------*/
/*	TOP & HEADER
/*-----------------------------------------------------------------------------------*/
header {
  position: absolute;
  width: 100%;
  height: 100px;
  padding: 0;
  z-index:1000;
  background: none;
}
header * {
  margin-bottom: 0 !important;
}
header.smaller {
  background-color: rgba(0, 0, 0, .9);
}
#logo a {
  float: left;
  margin: 10px 0px 0px 0px;
}
#logo a img {
  float: left;
  width: 208px;
  height: 79px;
}
#logo span {
  position: relative;
  left: -9000px;
}

nav#mainmenu {
  float: right;
  padding: 40px 0px 35px 0px;
  margin: 0px 0px 0px 0px;
}
nav#mainmenu ul.menu {
  float: right;
  list-style: none;
}
nav#mainmenu ul.menu li {
  float: left;
  padding: 0px 15px 0px 15px;
}
nav#mainmenu ul.menu li a {
  font-size: 17px;
  font-family: 'redhat_black', Tahoma, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 0px 0px 10px 0px;
}
nav#mainmenu ul.menu li a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: 2px solid #5c88c2;
}
nav#mainmenu ul.menu li.active a {
  text-decoration: none;
  color: #308fce;
  border-bottom: 3px solid #308fce;
}
div#slidemenu {
  display: none;
}


div.section {
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
  background-color: #fff;
}
div.section.red {
  color: #fff;
  background-color: #8b1414;
}
div.section.grey {
  background-color: #e7e7e7;
}

#promo.swiper, #tips.swiper {
	position: relative;
  float: right;
	width: 100%;
	max-width: 2600px;
	height: 740px;
	background-size: cover;
  background-color: #5c88c2;
}
#promo.swiper .swiper-slide {
	position: relative;
	padding: 250px 0px 0px 0px;
}
#promo.swiper #sld-1.swiper-slide {
	background: url('../../content/slides/1.jpg') top center no-repeat;
}
#promo.swiper #sld-2.swiper-slide {
	background: url('../../content/slides/2.jpg') top center no-repeat;
}
#promo.swiper #sld-3.swiper-slide {
	background: url('../../content/slides/3.jpg') top center no-repeat;
}
#promo.swiper .swiper-slide h1 {
	color: #fff;
  font-family: 'redhat_light', Tahoma, Arial, sans-serif;
	font-size: 60px;
	line-height: 68px;
  text-transform: none;
}
#promo.swiper .swiper-slide h1:before {
	display: none;
}
#promo.swiper .swiper-slide p {
	color: #fff;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
}
#promo.swiper #pgn {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40%;
	z-index: 1000;
}
#promo.swiper .sw-button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	background: none;
	color: #fff;
	line-height: 50px;
	z-index:20;
	font-size:18px;
	cursor:pointer;
	text-align: center;
  transition: all 300ms linear;
	border: 2px solid #fff;
}
#promo.swiper .swiper-button-prev {
	bottom: 0px;
	right: 0px;
}
#promo.swiper .swiper-button-next {
	bottom: 60px;
	right: 0px;
}
#sluzby {
  background: #efefef;
}

#stripe {
  height: 250px;
  background: url('../../images/bgr-stripe.jpg') center center no-repeat;
}




div.icos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
#sluzby div.icos div.ico {
  display: inline-block;
  float: left;
  width: calc(33.33% - 30px);
  margin: 0px 30px 30px 0px;
  padding: 40px 40px 40px 40px;
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
}
#sluzby div.icos div.ico h3 {
  float: left;
  width: 100%;
  color: #5c88c2;
  font-family: 'redhat_regular', Tahoma, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 5px 0px;
}
#sluzby div.icos div.ico div.icotxt p {
  float: left;
  width: 100%;
  color: #818181;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#sluzby div.icos div.ico:hover {
  background: #5c88c2;
}
#sluzby div.icos div.ico:hover h3 {
  color: #000;
}
#sluzby div.icos div.ico:hover div.icotxt p {
  color: #fff;
}

#kontakt div.icos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
#kontakt div.icos div.ico {
  display: inline-block;
  float: left;
  width: 25%;
  margin: 0px 0px 40px 0px;
  padding: 5px 20px 10px 20px;
  text-align: center;
  border-right: 1px solid #dcdcdc;
}
#kontakt div.icos div.ico {
  margin: 0px 0px 0px 0px;
  text-align: center;
  border-right: none;
}
#kontakt div.icos div.ico h3 {
  float: left;
  width: 100%;
  color: #fff;
  font-family: 'redhat_black', Tahoma, Arial, sans-serif;
  font-size: 16px;
  text-transform: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  text-align: center;

}
#kontakt div.icos div.ico div.icotxt p {
  float: left;
  width: 100%;
  color: #818181;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#kontakt div.ico div.crcl {
  display: inline-block;
  margin: 0px auto 10px auto;
  width: 60px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50px;
}
#kontakt div.ico div.crcl {
  float: none;
  display: inline-block;
  margin: 0px auto 10px auto;
  width: 67px;
  height: 67px;
  background-position: center center;
  background-repeat: no-repeat;
}


footer {
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
  background: #000000;
}
div.copy {
  float: left;
  width: 100%;
  padding: 15px 0px 0px 0px;
}
div.copy p {
  color: #a6a6a6;
  font-size: 14px;
  text-align: center;
}
div.copy p strong {
  font-size: 14px;
}
div.copy a {
  color: #fff;
}
div.copy a:hover {
  color: #f7941d;
}

#map {
  float: left;
  width: 100%;
  height: 400px;
}
