                                                                                     * {
	-webkit-font-smoothing: antialiased;
}
body {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}
.navbar-default {
  background: transparent;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
a {
	transition: all 300ms ease-in-out;
	color: inherit;
}
a:hover, a:focus {
	text-decoration: none;
	color: #CE0B2D;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
}
.bold_link a{font-weight:bold;color:#CE0B2D}
.bold_link ul li,.bold_link ul {margin-left:0px;padding-left:0px;list-style-type:none}
.red_dot{color:#CE0B2D}
.bold_link ul li{padding-bottom:8px;}
h1, h2 {
	color: black;
}
.product2 h1{font-size:60px;}
.cta_down2:hover {
	cursor: pointer;
}
h2 {
	font-size: 47px;
	margin-bottom: 30px;
}
#products h2 {
	font-size: 47px;
}
.position.detail h1 {
	font-size: 47px;
}
#loader:after,
#loader:before {
	content: "";
	position: absolute
}
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999
}
input[type="file"]{
height:42px;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
   input[type="file"]{ height:34px; }
}
@-moz-document url-prefix() {
   input[type="file"]{ padding: 0 12px;height:34px; }
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #9a041a;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	z-index: 1001
}
#loader:before {
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite
}
#loader:after {
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9c922;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite
}
@-webkit-keyframes spin {
0% {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}
100% {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}
}
@keyframes spin {
0% {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}
100% {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}
}
#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #222;
	z-index: 1000
}
#loader-wrapper .loader-section.section-left {
	left: 0
}
#loader-wrapper .loader-section.section-right {
	right: 0
}
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .7s .3s cubic-bezier(.645,.045,.355,1);
	transition: all .7s .3s cubic-bezier(.645,.045,.355,1)
}
.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s .3s cubic-bezier(.645,.045,.355,1);
	transition: all .7s .3s cubic-bezier(.645,.045,.355,1)
}
.loaded #loader {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s 1s ease-out;
	transition: all .3s 1s ease-out
}
html, body {
	overflow-x: hidden;
}
.product_intro h3 {
	font-size: 30px;
}
.top-color h2 {
	color: #fff;
}
h3 {
	font-size: 46px;
}
.co-unas h3 {
	font-size: 34px;
	padding-top: 10px;
}
h4 {
	font-size: 18px;
}
section {
	padding: 70px 0;
}
section.top-color {
	padding-top: 0;
}
.lead {
	font-size: 18px;
}
.separator {
	width: 10%;
	height: 4px;
	background: #CE0B2D;
	margin: 15px auto;
	border: 0;
}
.top-color .separator {
	background: #fff;
}
.top-color {
	color: #fff;
}
#contact h3,
#contact-travel h3 {
	color: white
}
#contact-travel .min-height-hp h3 {
	color: black
}
/* NABVAR */
#navbar-slide {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
	transition: 100ms background ease-in-out;
}
.navbar-brand {
	padding: 2px 0;
	height: 60px;
	padding-top: 9px;
}
.navbar-brand img {
	max-height: 100%;
}
#navbar-slide {
	/* border-color: rgb(82, 14, 17);*/
	/*  background: #1c1d21; */
	background: #CE0B2D !important;
}
.navbar-default .navbar-nav>li>a, .dropdown-menu>li>a {
	font-size: 15px;
	font-weight: 400;
	color: rgba(255, 255, 255, .7);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: transparent;
	color: rgba(255, 255, 255, 1);
}
.dropdown-menu {
	padding: 0;
	margin-top: 5px;
	background: #1c1d21;
	box-shadow: none;
	border: 1px solid #fff;
	border-radius: 0;
}
.scrolled .dropdown-menu {
	background: #CE0B2D;
	border-color: rgb(82, 14, 17);
}
.navbar-default .fb-icon >li >a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 26px;
	padding: 17px 30px;
	border-left: 1px solid #fff;
}
/*
 */
.rev_slider {
	background: #CE0B2D;
	margin-top: 60px;
}
/* SECTIONS */
.top-color>header {
	background: #efefef;
	padding: 40px 15px 100px;
}
.top-color {
	background: #efefef;
}
.background-red{
background: #CE0B2D!important;
}
.text-white{
color: #fff!important;
}
.top-color>.content-gray>.container, .content-gray>.container {
	margin-top: -80px;
	background: #fff;
  position:relative;
}
.novinka {
	border: 1px solid #CE0B2D;
	padding-bottom: 15px;
}
.novinka_stitok {
	color: #CE0B2D;
	padding: 7px;
	border: 1px solid #CE0B2D;
	width: 180px;
	border-bottom: 1px solid white;
	position: relative;
	top: 1px;
	background: white;
	z-index: 10
}
.top-color>.content-gray>.container>.row, .onas .row {
	padding: 35px;
}
/* PRODUCTS */
#products .col-md-4 {
	border-right: 1px solid #ddd;
}
#products .col-md-4:nth-child(3n) {
	border-right: 0;
}
form .col-md-4 {
	border-right: 0px !important
}
.no-padding-right {
	padding-right: 0px;
}
.form-horizontal .control-label {
	text-align: left
}
#predstav_kontakt .control-label{padding-bottom:5px;}
#predstav_kontakt textarea{min-height:200px;}
//#predstav_kontakt textarea.error,#predstav_kontakt input.error{border:1px solid red;}
#products>header {
	background: url("../img/img_red.jpg") center center;
	background-size: contain;
}
#products2>header {
	background: url("../img/img_nacemmakame.jpg") center center;
	background-size: contain;
}
#products3>header {
	background: url("../img/img_o-nas.jpg") top center;
	background-size: cover;
}
#products13>header {
	background: url("../img/zam_kolaz.jpg") top center;
	background-size: cover;
}
#products5>header {
	background: url("../img/pridej-se-k-nam02.jpg") center center;
	background-size: cover;
}
#products4>header {
	background: url("../img/na-cem-makate.jpg") center center;
	background-size: cover;
}
#products6>header {
	background: url("../img/jaci/recepce.jpg") center center;
	background-size: cover;
}
#products7>header {
	background: url("../img/predstav_se_nam_kolaz.jpg") center center;
	background-size: cover;
}
#products8>header {
	background: url("../img/jaci/bn_nase_cesta.jpg") center center;
	background-size: cover;
}
.content-grays {
	background: #EFEFEF
}
.product {
	padding: 30px 15px;
	color: #111;
}
.product.vize{padding-left:35px;padding-right:35px;}
.col-md-4.kariera {
	margin-top: 15px;
	color: #111;
	margin-bottom: 15px;
	padding-right: 25px;
	border-right: 1px solid #ddd;
}
.col-md-4.kariera.kariera-3{border:none}


.jaci.vize img{width:80%;margin-left:15px;}
.product.position h3 {
	font-size: 36px;
}
#vysledek h3 {
	padding-top: 30px;
}
.product img {
	margin-bottom: 15px;
}
.product strong {
	display: block;
	margin-bottom: 10px;
}
.product p {
	min-height: 200px;
}
.product.position.detail h2 {
	color: #000;
	margin-bottom: 0;
}
.product.position.detail hr, hr.red_hr {
	height: 2px;
	background: #CE0B2D;
}
.kariera .product.position {
position: relative;
min-height: 450px;
}
@media (min-width: 992){
  .kariera .product.position a {
    position: absolute;
    bottom: 0;
  }
}
.product.position p {
	min-height: 220px;
}
.product.position p.no-min-height {
	min-height: 20px;
}
.product_intro p {
	min-height: 80px;
}
.product2 p {
	min-height: 100px;
}
.product2 {
	padding: 30px 45px;
}
.product3 {
	padding: 30px 25px;
	padding-right: 0px;
}
.product3.last {
	padding-right: 25px;
}
.product span, .product-color .button, .product-item .button,
#about-company span, form .btn-primary, .btn-collapse {
	padding: 5px 10px;
	border: 2px solid #CE0B2D;
	border-radius: 2px;
	font-weight: 600;
	margin-top: 20px;
	display: inline-block;
	color: #CE0B2D;
}
#about-company a.linknohover{padding:0px;}
#about-company a.linknohover{border:0px;margin-top:0px;color:black;font-weight:200}
#about-company a.linknohover:hover{background:none;color:black;}
#noborder {
	border: 0px;
	padding: 0px;
	margin-top: 0px;
}
#noborder img {
	margin-bottom: 0px;
}
small {
	font-size: 70%
}
form .btn-primary, .btn-collapse {
	margin-top: 0px;
	background: white;
	position: relative;
	top: -2px;
	height: 45px;
}
form .btn-primary, a.pozice_a {
	padding: 10px 25px;
}
form .btn-primary:hover, .btn-collapse:hover {
	background: #CE0B2D;
	color: white;
	border: 2px solid #CE0B2D
}
.btn-collapse:focus {
	outline: none
}
.product .no-product-link {
	padding: 0;
	border: 0;
	margin-top: 0
}
a.no-border {
	border: 0px;
}
a.no-border:hover {
	background: none !important
}
.product-color .button, .product-item .button {
	padding: 7px 20px;
}
.product-color .button {
	color: #fff;
	border-color: #fff;
}
.product-color .button:hover {
	background: #fff;
	color: #CE0B2D;
}
.product-item .button:hover, .btn-custom:hover, .product span:hover,
#about-company span:hover, .btn-custom.focus, .btn-custom:focus {
	background: #CE0B2D;
	color: #fff;
}
.product-color h2, .product-item h2 {
	margin-bottom: 10px;
	letter-spacing: -2px;
	line-height: 1;
	font-size: 32px;
}
.product-color h3, .product-item h3 {
	margin-top: 5px;
	margin-bottom: 30px;
}
.product-color {
	background: #CE0B2D;
	color: #fff;
}
#map {
	height: 400px;
}
.red {
	color: #CE0B2D
}
.bold {
	font-weight: 800
}
/* CONTACT */
#kontakt-form input,
#kontakt-form textarea {
	width: 100%;
	padding: 6px;
}
#kontakt-form textarea {
	height: 198px;
	;
}
#kontakt-form .btn {
	width: 30%;
	background: #CE0B2D;
	border: none;
	color: #fff
}
#kontakt-form label {
	margin-top: 17px;
}
#contact>header {
	padding-top: 25px;
	padding-bottom: 160px;
	background: #CE0B2D;
	background-size: contain;
}
.contact-box {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	padding: 40px 30px;
}
.contact-box3 {
	color: #333;
	padding: 15px;
}
.contact-box2 {
	color: #333;
	padding: 50px;
}
.contact-box3 {
	color: #333;
	padding: 20px;
}
.product_special {
	padding-right: 0px;
	padding-left: 100px;
}
.product_special2 {
	padding-left: 0px;
	padding-right: 100px;
}
.contact-box h4, .contact-box2 h4 {
	margin-bottom: 15px;
	margin-top: 15px;
}
.contact-box h4 span {
	font-size: 14px;
}
.contact-box p {
	margin-bottom: 30px;
}
.contact-box3 p {
	margin-bottom: 0px;
}
.contact-box a, .contact-join a {
	font-weight: 600;
	font-size: 14px;
}
.contact-box .fa, .contact-join .fa {
	color: #CE0B2D;
	font-size: 40px;
}
#contact .content-gray .col-md-4, .onas .col-md-4 , .content-gray .col-md-4, .content-gray .gray_border, .content-gray .col-md-3 {
	border-right: 1px solid #ddd;
}
#contact .content-gray .col-md-4:last-child, .onas .col-md-4:last-child, .content-gray .col-md-4.last, .content-gray .col-md-3.last, .content-gray .col-md-3:last-child {
	border-right: 0;
}
.black_text, .black_text h2 {
	color: black
}
iframe {
	border: none
}
.aligner {
	display: flex;
	position: relative;
	/*height: 450px;
*/
	align-items: center;
	justify-content: center;
}
.nove_tag {
	position: absolute;
	top: 60px;
	left: 0;
	background: #CE0B2D;
	padding: 10px;
	color: white
}
.aligner2 {
	display: flex;
	height: 350px;
	align-items: center;
	justify-content: center;
	padding-top: 15px;
}
.aligner .flex {
}
/* WHO LEADS US */
#who-leads-us .item .col-md-4 {
	padding-top: 30px;
}
.fa-big {
	font-size: 135px;
	color: #c3c3c3
}
.fa-big:hover {
	color: #CE0B2D
}
#who-leads-us {
	padding-top: 20px;
}
.border-red {
	border: 1px solid red;
}
.fa-small {
	font-size: 14px !important;
}
#who-leads-us .item strong {
	display: block;
	margin-top: 15px;
	font-size: 18px;
}
#who-leads-us .item .function {
	display: block;
	margin-top: 5px;
	font-size: 16px;
}
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 45px;
	top: 25%;
	font-size: 35px;
	display: block;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 45px;
	font-size: 35px;
	top: 25%;
	display: block;
}
.gmnoprint {
	bottom: 317px !important
}
.owl-controls {
	margin-top: 20px;
}
.no-padding {
	padding-left: 0px;
	padding-right: 0px;
}
img.responsive {
	width: 100%;
}
#produkty {
	margin-top: -150px;
	padding-top: 200px;
}
#produkty3 {
	margin-top: -270px;
	padding-top: 270px;
	padding-bottom: 30px;
	background: white;
}
/* FOOTER */
#footer {
	padding: 30px 0;
	background: #1C1D21;
	color: #fff;
	font-size: 12px;
}
.mensi_nadpis {
	font-size: 35px;
	margin-top: 35px;
}
.mensi_nadpis span {
	font-size: 75px;
}
.btn-custom {
	padding: 5px 10px;
	border: 2px solid #CE0B2D;
	border-radius: 2px;
	font-weight: 600;
	margin-top: 20px;
	display: inline-block;
	color: #CE0B2D;
}
section.product-item {
	padding-top: 0px;
	padding-bottom: 40px;
	position: relative;
	z-index: 100
}
.product-item .container {
	border-top: 1px solid #CE0B2D
}
.product-item.first-item .container {
	border-top: 0px;
}
#about-us .col-md-4:last-child {
	border-right: 0;
}
#about-us .btn-custom {
	margin-top: 0;
}
.o-nas h3 {
	font-size: 30px;
	margin-top: 10px;
}
#about-company {
	background: #EFEFEF;
}
#about-company.top-color {
	color: #000;
}
#about-company.top-color>header {
	background: #EFEFEF;
	padding-top: 1px;
	padding-bottom: 160px;

}
@media (max-width:768px){
#about-company.top-color>header {
    padding-bottom:50px;
    }
    }
#about-company .content-gray#about-company .content-gray>.container {
	padding-top: 15px;
	padding-bottom: 15px;
}
#who-we-are {
	 padding-bottom: 0;
}
#about-us .content-gray>.container {
	padding-top: 15px;
	padding-bottom: 15px;
}
#about-company .product {
	padding-right: 30px;
	padding-left: 30px;
}
#products > div > div > div > div.col-md-12.text-center > a {
	margin-top: 30px;
	margin-bottom: 15px;
}
.libilo .product {
	padding-left: 0;
	padding-right: 0;
}
#contact-travel .color-black {
	color: #000;
	padding-bottom: 30px;
}
.photo-header {
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 99;
	background: #fff;
	padding: 7px 10px;
}
.product_special h3, .product_special2 h3 {
	margin-top: 35px;
}
.product.position h3 {
	font-size: 25px;
  margin-top:5px;
}
#contact-travel h3 {
	font-size: 32px;
}
/* MEDIA */
.libilo h3, .libilo h2, .libilo h4, .libilo {
	color: black
}
ul.hodnoty {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 100px;
}
ul.hodnoty.no-top-padding {
	padding-top: 0px;
}
ul.hodnoty li {
	font-size: 17px;
	margin-bottom: 10px;
}
ul.hodnoty li i {
	color: #CE0B2D
}
.top-border-red {
	border-top: 2px solid #CE0B2D;
}
.hidecollapse[aria-expanded='true'] {
	display: none;
}
.product_special strong, .product_special2 strong {
	display: inline;
}
@media (max-width: 1200px) {
.min-height-hp {
	min-height: 105px;
}
}
@media (max-width: 1200px) {
.contact-box,
#about-company .product {
	padding: 8px;
}
#contact .content-gray .col-md-4, .onas .col-md-4, .content-gray .col-md-4, .content-gray .gray_border, .content-gray .col-md-3,
#products .col-md-4 {
	border-right: 0;
}
#who-leads-us {
	padding-left: 15px;
	padding-right: 15px;
}
h2 {
	font-size: 48px;
	margin-bottom: 30px;
}
.top-color h2 {
	font-size: 23px;
	top: 0px !important;
}
.item .text-right {
	text-align: center
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
section {
	padding: 70px 0;
}
@media (max-width: 768px){
section.carousel-resp-section{
padding: 0 0!important;
}
}
#main-nav {
	//background-color: rgba(0,0,0,0.4);
	color: #fff;
	margin-bottom: 0;
}
#main-nav button {
	border: 1px solid white;
	border-radius: 0;
}
.product_special, .product_special2 {
	padding-left: 5px;
	padding-right: 5px;
}
.aligner2 {
	height: auto;
}
#main-nav button .icon-bar {
	background-color: white;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: rgba(106, 18, 25, .5);
}
}
@media (max-width: 768px) {
#resp_image{padding-right:30px !important;padding-bottom:15px}
.product_special h3, .product_special2 {
	text-align: center!important;
}
#products6 > header > div > div > h2 {
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	display: none;
}
#rev_slider_20_1 {
	margin-top: 60px;
}
.forcefullwidth_wrapper_tp_banner {
	top: 60px;
}
.owl-next, .owl-prev {
	display: none
}
.owl-item .item>.col-md-2, .owl-item .item>.col-md-3 {
	margin-bottom: 20px;
}
.product_special {
	text-align: center
}
#map {
	display: none
}
.kontakt_page {
	margin-top: 120px !important
}
.product_special h3, .product_special2 h3 {
	margin-top: 0px;
}
.product_special, .product_special2 {
	padding-top: 0px;
}
.col-md-push-6 {
	padding-top: 20px;
}
/*.tp-caption.NotGeneric-Title, .NotGeneric-Title {
	font-size: 16px !important;
}
*/
}
@media (min-width: 768px) {
.owl-next, .owl-prev {
	display: none
}
.flex {
	display: flex;
}
.flex-center {
	display: flex;
	align-items: center;
}
.navbar-default {
	/*background-color: rgba(0,0,0,0.4);*/
	margin-bottom: 0;
}
}
.mobile_hover {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	display: none
}
@media (max-width: 1277px) {
.vede_box{min-height:308px;     }
.mobile_hover {
	display: inline-block
}
#products6>header,
#products5>header,
#products7>header,
#products3>header,
#products4>header {
	padding-bottom: 0px;
	padding-top: 0px;
}
.fb-icon {
	display: none;
}
.product.position p {
	min-height: 85px;
}
.product a, .product-color .button, .product-item .button,
#about-company a, form .btn-primary {
	margin-top: 5px;
}
#kontakt-form input {
	margin-bottom: 5px;
}
}
@media (min-width: 992px) and (max-width: 1400px) {
.navbar-default .navbar-nav>li>a, .dropdown-menu>li>a {
	padding-left: 18px;
	padding-right: 18px;
}
}
.no-display {
	display: none !important;
}
.form-control {
	display: inline-block !important;
}
@media (max-width: 768px) {
.contact-box,
#about-company .product, .product2, .product, body > div.content-grays > header > div > div > div > div > div.col-md-7 > p,
#who-leads-us {
	text-align: center;
}
}
@media (min-width: 1400px) AND (max-width: 1570px) {
.navbar-default .navbar-nav>li>a, .dropdown-menu>li>a {
	padding-right: 20px!important;
	padding-left: 20px!important;
}
}


@media (min-width: 992px) {
.col-md-4.kariera {
min-height: 500px;
}

}
@media (min-width: 1278px) {
 .vede_box{min-height:315px;     }

}
.content-gray .col-md-3.vede_box{border-right:1px solid white;}
.vede_box{padding-bottom:15px;border:1px solid white ; padding-top:10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.vede_box a{display:inline-block;width:100%;height:100%;}
.vede_box a img{width:80%;}
.vede_box:hover,.content-gray .col-md-3.vede_box:hover{cursor:pointer;}
.vede_pozice{display:inline-block;width:100%;}
.vede_jmeno{font-weight:bold;margin-top:10px;display:inline-block;width:100%;}
#vede_7 {
    margin-left:8.333333%
}
.vede_box .lupa{position:absolute;top:40%;left:45%;z-index:400;padding:15px;padding-top:10px;padding-bottom:10px;background: #990000;color:white;
border-radius:35px;opacity:0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.vede_box:hover .lupa{opacity:1}


/*-------- Type- 01 ------*/

 .frst-container{max-width:1200px;margin:0 auto;padding:100px 15px}
.frst-container::after{content:'';display:table;clear:both}
.frst-timeline{position:relative}
.frst-right-align{text-align:right}
.frst-timeline-block{position:relative;min-height:16px;padding-left:35px;padding-right:35px}
.frst-timeline-block::before{content:"";position:absolute;height:100%;left:0;top:0}
.frst-timeline-block:last-child::before{display:none}
.frst-right-align .frst-timeline-block::before{right:0;left:auto!important;margin-left:0!important}
.frst-timeline-block::after{content:"";display:table;clear:both}
.frst-date, .frst-timeline-img i{display:block}
.frst-timeline-img{position:absolute;min-width:1px;min-height:1px;left:0;top:0}
.frst-right-align .frst-timeline-img{margin-left:0!important;left:auto!important;right:0}
.frst-last-empty-item .frst-timeline-img span{vertical-align:top}
.frst-timeline-content-inner{position:relative}
.cssanimations .frst-timeline-content.is-hidden{visibility:hidden}
.cssanimations .frst-timeline-content.animated{visibility:visible}
.frst-labels span{display:inline-block}
.frst-labels{padding:20px 0}
.frst-labels.frst-start-label{padding-top:0!important}
.frst-labels.frst-end-label{margin-bottom:0!important}
.turqoise{background:#00A79D!important}
.light-blue{background:#27AAE2!important}
.blue{background:#1D75BD!important}
.violette{background:#2B3991!important}
.dark-violette{background:#272264!important}
@media only screen and (min-width:679px){.frst-date-opposite, .frst-left-align.frst-date-opposite{margin-left:190px}
.frst-right-align.frst-date-opposite{margin-right:190px;margin-left:0;text-align:right}
.frst-date-opposite.frst-alternate{margin:0}
.frst-timeline.frst-alternate.frst-left-align .frst-timeline-content, .frst-timeline.frst-alternate.frst-right-align .frst-timeline-content, .frst-timeline.frst-date-opposite.frst-left-align .frst-timeline-content, .frst-timeline.frst-date-opposite.frst-right-align .frst-timeline-content{width:100%}
.frst-alternate .frst-timeline-block::before{left:50%}
.frst-alternate .frst-timeline-img{left:50%!important}
.frst-alternate .frst-timeline-block.frst-even-item .frst-timeline-content{float:right}
.frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content{float:left}
.frst-date-opposite .frst-date{position:absolute;top:0;text-align:right}
.frst-alternate .frst-timeline-block.frst-odd-item .frst-timeline-content, .frst-alternate.frst-date-opposite .frst-timeline-block.frst-even-item .frst-date, .frst-date-opposite.frst-left-align .frst-date, .frst-right-align{text-align:right}
.frst-alternate.frst-date-opposite .frst-timeline-block.frst-odd-item .frst-timeline-content .frst-date, .frst-date-opposite.frst-right-align .frst-date{text-align:left}
.frst-alternate .frst-timeline-label-block{text-align:center}
.frst-alternate .frst-timeline-label-block .frst-labels span{left:0;right:0}
}
@media only screen and (max-width:678px){.frst-timeline{margin-left:20px}
.frst-timeline.frst-responsive-right, .frst-timeline.frst-right-align{margin-right:20px;margin-left:0}
.frst-responsive-right .frst-timeline-block::before, .frst-responsive-right .frst-timeline-img{margin-left:0!important;left:auto!important;right:0}
.frst-responsive-right{text-align:right}
.frst-date{margin-bottom:10px}
}
.frst-container {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.frst-container {
    /*-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;*/
    margin: 10px auto;
}

.frst-timeline-style-9 {
    color: #000;
}

.frst-timeline-style-9 .frst-timeline-block::before {
    width: 2px;
    background: rgba(0, 0, 0, 0);
    margin-left: -1px;
    background: #d7e3e5;
}

.frst-timeline-style-9.frst-right-align .frst-timeline-block::before {
    margin-right: -1px;
}

.frst-timeline-block {
    padding-bottom: 10px;
    padding-left: 45px;
    padding-right: 45px;
}

.frst-timeline-style-9 .frst-timeline-img {
    padding: 0;
    margin-left: -42px;
    top: 0px;
    /*--- Box shadow value --*/
    width: 84px;
    height: 84px;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.frst-timeline-style-9 .item-2 .frst-timeline-img {
    padding: 0;
    margin-left: -42px;
    top: 0px;
    /*--- Box shadow value --*/
    width: 84px;
    height: 84px;
    color: #fff;
    text-align: center;
    font-size: 24px;
}



.frst-timeline-style-9 .frst-timeline-img span {
    display: block;
    margin: auto;
    height: 100%;
    overflow: hidden;
    background: #d7e3e5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
    border: 1px solid #990000;

}

.frst-timeline-style-9 .frst-timeline-img span.step-text {
    width: 80px;
    height: 25px;
    position: relative;
    top: 25px;
    right: 2px;
    overflow: initial;
    box-shadow: none;
    z-index: 3;
    background: #990000;
    border-radius: 9px;
    font-size: 10pt;
    padding-top: 3px;
    overflow: hidden;
}

.frst-timeline-style-9 .frst-timeline-img span img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
 transition: all .2s ease-in-out;
}


.frst-timeline-style-9 .frst-timeline-img i {
    display: block;
}

.frst-timeline-style-9.frst-right-align .frst-timeline-img {
    margin-right: -21px;
}

.frst-timeline-style-9 .frst-timeline-content {
    color: #777;
}

.frst-right-align.frst-timeline-style-9 .frst-timeline-content {
    width: calc(100% - 50px) !important;
}

.frst-left-align.frst-timeline-style-9 .frst-timeline-content {
    width: calc(100% - 50px) !important;
    float: right;
}

.frst-timeline-style-9 .frst-timeline-content .connector {
    position: absolute;
    width: 112px;
    height: 3px;
    background: #d7e3e5;
    top: 55px;
    z-index: 1;
    right: -121px;
}

.frst-right-align.frst-timeline-style-9 .frst-timeline-content .connector {
    position: absolute;
    width: 112px;
    height: 3px;
    background: #d7e3e5;
    top: 55px;
    z-index: 1;
    right: -121px;
}

.frst-alternate.frst-timeline-style-9 .frst-even-item .frst-timeline-content .connector {
    position: absolute;
    width: 112px;
    height: 3px;
    background: #d7e3e5;
    top: 55px;
    z-index: 1;
    left: -121px;
}

.frst-left-align.frst-timeline-style-9 .frst-timeline-content .connector {
    position: absolute;
    width: 112px;
    height: 3px;
    background: #d7e3e5;
    top: 55px;
    z-index: 1;
    left: -121px;
}

.frst-timeline-style-9 .frst-date {
    color: #9c9c9c;
}

.frst-timeline-style-9 h2 {
    margin: 0 0 5px;
    font-weight: 800;
    color: #000;
    font-size: 16px;
}

.frst-date-opposite.frst-timeline-style-9 h2 {}

.frst-timeline-style-9 p {
    margin: 0;line-height:150%
}

.frst-timeline-style-9 .frst-timeline-label-block {
    padding-top: 0;
}

.frst-timeline-style-9 .frst-labels span {
    position: relative;
    background: #202020;
    color: #fff;
    font-weight: 800;
    padding: 8px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
}

.frst-timeline-style-9.frst-right-align .frst-labels span {
    left: auto;
    right: -47px;
}


/*--------- news-------*/

.frst-timeline-style-9 .frst-timeline-content-inner .media-section {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
}

.frst-timeline-style-9 .frst-timeline-content-inner .media-section iframe {
    max-width: 100%;
}

.frst-timeline-style-9 .frst-timeline-content-inner {

    padding: 30px;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
      background: #e9e9e9;

}

.frst-right-align.frst-timeline-style-9 .frst-timeline-content-inner {
    /*border: 2px solid #d7e3e5;*/
    padding: 30px;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 12px 1px 20px 0px #d8d8d8;
}

.frst-alternate.frst-timeline-style-9 .frst-even-item .frst-timeline-content-inner {
//    box-shadow: -12px 1px 20px 0px #d8d8d8;
}

.frst-left-align.frst-timeline-style-9 .frst-timeline-content-inner {
  //  box-shadow: -12px 1px 20px 0px #d8d8d8;
}

.frst-timeline-style-9 .frst-timeline-content-inner::before, .frst-timeline-style-9 .frst-timeline-content-inner::after {
    content: "";
    border-style: solid;
    border-color: transparent;
    position: absolute;
}

.frst-timeline-style-9 .frst-timeline-content-inner::before {
    border-width: 20px 20px 20px 0;
    border-right-color: #e9e9e9;
    left: -20px;
    top: 17px;
}
    /*
.frst-timeline-style-9 .frst-timeline-content-inner::after {
    border-width: 6px 12px 6px 0;
    border-color: #990000;
    left: -12px;
    top: 94px;
    border-radius: 50%;
} */

.frst-timeline-style-9.frst-right-align .frst-timeline-content-inner::before {
    border-width: 20px 0 20px 20px;
    border-left-color: #ffffff;
    left: auto;
    right: -20px;
}

.frst-timeline-style-9.frst-right-align .frst-timeline-content-inner::after {
    border-width: 6px 0px 6px 12px;
    border-color: #eff4f5;
    right: -12px;
    left: auto;
    border-radius: 50%;
}


/*---------- Responsive part ------------*/

@media only screen and (min-width:679px) {
.frst-timeline-style-9 .item-2 .frst-timeline-img,.frst-timeline-style-9 .item-2 .frst-timeline-content-inner,
.frst-timeline-style-9 .item-3 .frst-timeline-img,.frst-timeline-style-9 .item-3 .frst-timeline-content-inner,
.frst-timeline-style-9 .item-4 .frst-timeline-img,.frst-timeline-style-9 .item-4 .frst-timeline-content-inner,
.frst-timeline-style-9 .item-5 .frst-timeline-img,.frst-timeline-style-9 .item-5 .frst-timeline-content-inner,
.frst-timeline-style-9 .item-6 .frst-timeline-img,.frst-timeline-style-9 .item-6 .frst-timeline-content-inner,
.frst-timeline-style-9 .item-7 .frst-timeline-img,.frst-timeline-style-9 .item-7 .frst-timeline-content-inner,
.frst-timeline-style-9 .item-8 .frst-timeline-img,.frst-timeline-style-9 .item-8 .frst-timeline-content-inner {
  top: -70px;   margin-bottom:-70px;
}
  /*
.frst-timeline-style-9 .item-3 .frst-timeline-img,.frst-timeline-style-9 .item-3 .frst-timeline-content-inner {
  top: -140px;
}
.frst-timeline-style-9 .item-4 .frst-timeline-img,.frst-timeline-style-9 .item-4 .frst-timeline-content-inner {
  top: -210px;
}
.frst-timeline-style-9 .item-5 .frst-timeline-img,.frst-timeline-style-9 .item-5 .frst-timeline-content-inner {
  top: -280px;
}
.frst-timeline-style-9 .item-6 .frst-timeline-img,.frst-timeline-style-9 .item-6 .frst-timeline-content-inner {
  top: -350px;
}
.frst-timeline-style-9 .item-7 .frst-timeline-img,.frst-timeline-style-9 .item-7 .frst-timeline-content-inner {
  top: -420px;
}
.frst-timeline-style-9 .item-8 .frst-timeline-img,.frst-timeline-style-9 .item-8 .frst-timeline-content-inner {
  top: -490px;
} */

    .frst-date-opposite {
        margin-left: 203px;
    }
    .frst-left-align.frst-date-opposite {
        margin-left: 203px;
    }
    .frst-right-align.frst-date-opposite {
        margin-right: 203px;
        margin-left: 0;
    }
    .frst-timeline-style-9.frst-alternate .frst-timeline-content, .frst-timeline-style-9.frst-date-opposite .frst-timeline-content {
        width: calc(47% - 44px);
    }
    .frst-timeline-style-9.frst-date-opposite .frst-date {
        left: -248px;
        line-height: 20px;
        width: 160px;
    }
    .frst-timeline-style-9.frst-date-opposite.frst-right-align .frst-date, .frst-timeline-style-9.frst-date-opposite.frst-alternate .frst-timeline-block.frst-odd-item .frst-date {
        right: -248px;
        left: auto;
        text-align: left;
    }
    .frst-timeline-style-9.frst-right-align .frst-date {
        left: auto;
        right: 0;
    }
    /*--------- news-------*/
    .frst-timeline-style-9.frst-alternate .frst-odd-item .frst-timeline-content-inner::before {
        border-width: 20px 0 20px 20px;
        border-left-color: #e9e9e9;
        left: auto;
        right: -20px;
        //    background: #D5DBDB;
    }
   /* .frst-timeline-style-9.frst-alternate .frst-odd-item .frst-timeline-content-inner::after {
        border-width: 6px 0px 6px 12px;
        border-color: #990000;
        right: -12px;
        left: auto;
        border-radius: 50%;
    }     */
}

@media only screen and (max-width:678px) {
    .frst-timeline-style-9.frst-responsive-right .frst-labels span {
        left: auto;
        right: -47px;
    }
    .frst-timeline-style-9.frst-responsive-right .frst-timeline-block::before {
        margin-right: -1px;
    }
    .frst-timeline-style-9.frst-responsive-right .frst-timeline-img {
        margin-right: -21px;
    }
    /*--------- news-------*/
    .frst-timeline-style-9.frst-responsive-right .frst-timeline-content-inner::before {
        border-width: 10px 0 10px 11px;
        border-left-color: #d7e3e5;
        left: auto;
        right: -11px;
    }
    .frst-timeline-style-9.frst-responsive-right .frst-timeline-content-inner::after {
        border-width: 8px 0 8px 9px;
        border-left-color: #fff;
        right: -8px;
        left: auto;
    }
    .frst-timeline-style-9.frst-alternate .frst-timeline-content, .frst-timeline-style-9.frst-date-opposite .frst-timeline-content {
        width: calc(91% - 30px);
        float: right;
    }
    .frst-timeline-style-9.frst-right-align .frst-timeline-content {
        float: left;
    }
    .frst-alternate.frst-timeline-style-9 .frst-timeline-block:before {
        margin-left: 20px;
    }
    .frst-left-align.frst-timeline-style-9 .frst-timeline-block:before {
        margin-left: 0;
    }
    .frst-alternate.frst-timeline-style-9 .frst-timeline-img {
        margin-left: 0px;
    }
    .frst-alternate.frst-timeline-style-9 .frst-timeline-content .connector {
        position: absolute;
        width: 112px;
        height: 3px;
        background: #d7e3e5;
        top: 55px;
        z-index: 1;
        left: -121px;
    }
}
.product a.nopadnoborder{border:0px;padding:0px;margin-top:0px;}

/* --------------------------------

Main Components

-------------------------------- */
.cd-horizontal-timeline ol,.cd-timeline-navigation {list-style:none }
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;

  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #fdfdfd, rgba(253,253,253, 0));
  background-image: linear-gradient(to right, #fdfdfd, rgba(253,253,253, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #fdfdfd, rgba(253,253,253, 0));
  background-image: linear-gradient(to left, #fdfdfd, rgba(253,253,253, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #990000;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a.selected{font-weight:bold;color:#990000}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #990000;
  border-color: #990000;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #990000;
  border-color: #990000;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #990000;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 0px auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #990000;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;

  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  list-style:none;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 600px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  padding-bottom:10px;

  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 3rem;
  }
  .cd-timeline-navigation{display:none}
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.6rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
#about-company a.linknohover {
    border: 0px;
    margin-top: 0px;
}
.kariera ul{padding-left:15px;margin-left:0px;}

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

.css-slider-wrapper {
  display: block;
  background: #FFF;
  //overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.fullheight{
height:100vh
}
/* Slider */
.slider {

  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 40px;
  opacity: 1;
  z-index: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 1600ms;
  transition: -webkit-transform 1600ms, transform 1600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
}


/* Slides Background Color */
.slide-1 {
  background: grey;
  background-image: url("../../img/bn_00.jpg");   background-repeat: no-repeat;
  background-position: center top;
  left: 0;
}
.slide-1.co-u-nas {
  background: grey;
  background-image: url("/assets_new/img/co_u_nas_najdes.jpg");      background-repeat: no-repeat;
  left: 0;
  background-position: center top;
}
.slide-1.jaci-jsme {
  background: grey;
  background-image: url("/assets_new/img/jaci_jsme.jpg"); background-repeat: no-repeat;
  left: 0;
  background-position: center top;
}
.slide-1.pridej-se {
  background: grey;
  background-image: url("/assets_new/img/pridej_se_k_nam.jpg");   background-repeat: no-repeat;
  left: 0;
  background-position: center top;
}
.slide-1.o-nas{
  background: grey;
  background-image: url("/img/bn_04.jpg");  background-repeat: no-repeat;
  left: 0;
  background-position: center top;
}
.slide-1.co-delame {
  background: grey;
  background-image: url("/assets_new/img/co_delame.jpg");  background-repeat: no-repeat;
  left: 0;
  background-position: center top;
}
.slide-1.vize {
  background: grey;
  background-image: url("/img/bn_vize_06.jpg");     background-repeat: no-repeat;
  left: 0;
  background-position: center top;
}
.slide-1.halousek {
  background: grey;
  background-image: url("/img/halousek.jpg");     background-repeat: no-repeat;
  left: 0;
  background-position: right top;
    background-size: cover;

}
.slide-1.gembalova {
  background: grey;
  background-image: url("/img/gembalova.jpg");     background-repeat: no-repeat;
  left: 0;
  background-position: right top;
    background-size: cover;

}
.slide-1.tmej {
  background: grey;
  background-image: url("/img/tmej.jpg");     background-repeat: no-repeat;
  left: 0;
  background-position: right top;
  background-size: cover;

}
.slide-1.hasova {
  background: grey;
  background-image: url("/img/hasova.jpg");     background-repeat: no-repeat;
  left: 0;
  background-position: right top;
  background-size: cover;

}
.slide-1.havlatova {
  background: grey;
  background-image: url("/img/havlatova.jpg");     background-repeat: no-repeat;
  left: 0;
  background-position: right top;
  background-size: cover;

}
.slide-1.hochman {
  background: grey;
  background-image: url("/img/hochman.jpg");     background-repeat: no-repeat;
  left: 0;
  background-position: right top;
  background-size: cover;

}
.slide-1.ullmann {
  background: grey;
  background-image: url("/img/ullmann.jpg");     background-repeat: no-repeat;
  left: 0;
  background-position: right top;
  background-size: cover;

}
.slide-2 {
  background: grey;
   background-image: url("/img/bn_01.jpg");background-repeat: no-repeat;
  left: 100%
}
.slide-3 {
  background: grey;
   background-image: url("/img/bn_02.jpg");    background-repeat: no-repeat;
  left: 100%
}
.slide-4 {
  background: grey;
   background-image: url("/img/bn_03.jpg");   background-repeat: no-repeat;
  left: 100%
}
.slider {
  display: flex;

  justify-content: flex-start;
}
.slider-content {
position: absolute;
    bottom: 144px;
    width: 76vw;
    margin-top: 0;
 // width: 100%;

}
 #slider{ position:relative; overflow:hidden;  }


#slider .cycle{position:relative; overflow:hidden;}





/* Animations */
.slider h2 {
margin-top:0px;
width:750px;
font-size:16px;
line-height:140%;
color:white;padding:15px;
background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1.4s; /* Safari */
  transition-delay: 1s;
} .slider.vize h2,.slider.jaci-jsme h2,.slider.intro h2{width:650px;}
.slider h4 {  margin-bottom:0px;
width:345px;
font-size:40px;  color:white;padding:15px;
background-color: rgba(148,19,14, 0.6);
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1.4s; /* Safari */
  transition-delay: 1.4s;
}
.slider > img {

  width:100%;
}
 .slider  .container{padding:0px;}
/* Slider Pagger */
.slider-pagination {
  position: absolute;
  bottom: 30px;
  width: 575px;
  left: 100px;
  z-index: 1000;
  display: none;
  align-items: center;
}
.slider-pagination label {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin: 0 10px;
  cursor: pointer;
}
/* Slider Pagger Event */
.slide-radio1:checked ~ .slider-pagination .page1,
.slide-radio2:checked ~ .slider-pagination .page2,
.slide-radio3:checked ~ .slider-pagination .page3,
.slide-radio4:checked ~ .slider-pagination .page4,
.slider-pagination label.active
{
  width: 14px;
  height: 14px;
  border: 2px solid #94130e;
  background: transparent;
}

/* Slider Slide Effect */
.slide-radio1:checked ~ .slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.slide-radio2:checked ~ .slider {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slide-radio3:checked ~ .slider {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.slide-radio4:checked ~ .slider {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}
.slide-radio1:checked ~ .slide-1 h2,
.slide-radio2:checked ~ .slide-2 h2,
.slide-radio3:checked ~ .slide-2 h3,
.slide-radio4:checked ~ .slide-4 h3,
.slide-radio1:checked ~ .slide-1 h4,
.slide-radio2:checked ~ .slide-2 h4,
.slide-radio3:checked ~ .slide-3 h4,
.slide-radio4:checked ~ .slide-4 h4,
.slide-radio1:checked ~ .slide-1 > img,
.slide-radio2:checked ~ .slide-2 > img,
.slide-radio3:checked ~ .slide-3 > img,
.slide-radio4:checked ~ .slide-4 > img
 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}
/* Responsive */
@media only screen and (max-width: 768px) {
.fullheight{
//height:80vh
}
.slider{
top:0px;

}
.slider.carousel-resp{
//top:-60px!important;
}
#marg-top{margin-top:0px;}
  .slider h2 {  width:100%;
    font-size: 13px;
  }
  .slider-pagination{display:none}
  .slider h4 {   width:100%;
    font-size: 16px;
  }
  .slider > img{bottom:inherit;top:0;height:auto;margin-top:45px;}
  .slider-content {
    padding: 0;margin-top:100px;
  }


  .number-pagination {
    right: 2%;
  }
  .slider-pagination {
    left: 2%;
  }

 .slide-1 {
 background-repeat: no-repeat;
 background-size: contain;
 background-position:0px 50px;
}
.slide-2 {
background-repeat: no-repeat;
   background-size: contain;
    background-position:0px 50px;
}
.slide-3{
background-repeat: no-repeat;
   background-size: contain;
    background-position:0px 50px;
}
.slide-4{
background-repeat: no-repeat;
   background-size: contain;
    background-position:0px 50px;
}

  .slider > img {
    right: 0;
  }

}
.hastag{color:#c62a30;font-size:15px;font-style:italic;font-weight:bold;}



/* New RG (Banner edit, web max width, etc.)  */

body {
	background-color: #fff
}

main, header, .css-slider-wrapper, footer, .content-gray, .top-color {
	max-width: 1920px;
	margin: 0 auto;
}
header {
	left: 0;
	right: 0;
}
.white-background {
	background: #fff;
}
 .product-item .container {
 border: none;
 }
.product-item:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 85%;
    height: 1px;
    background: #CE0B2D;
}
.product-item:first-child:before {
    display: none;
}


.nobtn{
bottom: 250px!important;
}

.fullheight, .css-slider-wrapper {
  max-height: 1100px;
}

@media (max-width: 1100px) {

	.slider h2 {
		width: initial !important;
	}
}

@media (max-width: 768px){
	.css-slider-wrapper {
		position: initial;
	}
	.slider-content {
		display: none;
	}
	.slider {
		margin-top: 60px;
		background-color: #fff;
		height: 450px !important;
		min-height: 300px !important;
		max-height: 500px !important;
		background-size: cover !important;
		background-position: top center !important;
	}
	.fullheight {
		height: calc(50vh + 60px);
		min-height: 340px;
		background-color: #fff;
	}
	.after-banner-title {
        position: relative;
		padding: 15px 0 60px;
		background: #fff;
		text-align: center;
	}
  #about-us .col-sm-4:first-child .contact-box {
   // margin-top: -60px;
  }
   #about-us .contact-box {
    margin-bottom: 35px;
  }
  .product.vize {
    text-align: left;
  }
  .product.vize h3 {
    padding-left: 15px;
  }
}


.product.position p {
     min-height: 25px;
}


/* END New RG (Banner edit, web max width, etc.) */



.button span {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.button:before,
.button:after {
  content: '';
  position: absolute;
  //top: 0.67em;
  //left: 0;
  width: 100%;
  text-align: left;
  opacity: 0;
  -webkit-transition: .4s,opacity .6s;
  -moz-transition: .4s,opacity .6s;
  -o-transition: .4s,opacity .6s;
  transition: .4s,opacity .6s;
}

/* :before */

.button:before {
  content: attr(data-hover);
  -webkit-transform: translate(0,-150%);
  -moz-transform: translate(0,-150%);
  -ms-transform: translate(0,-150%);
  -o-transform: translate(0,-150%);
  transform: translate(0,-150%);
}

/* :after */

.button:after {
  content: attr(data-active);
  -webkit-transform: translate(0,150%);
  -moz-transform: translate(0,150%);
  -ms-transform: translate(0,150%);
  -o-transform: translate(0,150%);
  transform: translate(0,150%);
}

/* Span on :hover and :active */

.button:hover span {
  opacity: 0;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
}



.button:hover:before {
  opacity: 1;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.carousel{
    height: 100vh;
    margin-top: 60px;
}
.carousel .item{
    height: 100%;
}

.slides{
    height: 100%;
}
.btn-vice{
    position: absolute;
    color: white;
    background-color:  #CE0B2D;
    width: 150px;
    padding: 15px;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    bottom: 0;

}
.slider-content2 h2{
    position: absolute;
    bottom: 66px;
    min-width: 385px;
    font-size: 16px;
    line-height: 140%;
    color: white;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity 800ms, -webkit-transform 800ms;
    transition: transform 800ms, opacity 800ms;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1s;
}

.manager{
    position: absolute;
    color: white;
    height: 75px;
    width: 385px;
    background-color:  #CE0B2D;
    padding: 15px;
    overflow: hidden;
    bottom: 170px;


}
.item .container{
    height: 100%;
    position: absolute;
    top: -130px;
    left: 50%;
    transform: translatex(-50%);
}
.manager .manager-name{

    position: absolute;
    opacity: 1;
    top: 50%;
    transform: translate(0, -50%) ;
    font-size: 40px;
    transition: top 0.9s ease, opacity 0.6s;
    pointer-events: none;
}
.manager .manager-about{
    position: absolute;
    top: -50px;
    color: white;
    transition: top 0.6s ease, opacity 0.3s;
    opacity: 0;
    font-size: 18px;
    pointer-events: none;
}
.manager:hover .manager-about{
    top:50%;
    transform:  translate(0, -50%) ;
    opacity: 1;

}
.manager:hover .manager-name{
    top: -50px;
    opacity: 0;
}
  ??  = ??  ????????  ???  			} ?� ???B   ?      ???B   ?      ???  }   }   ???m??n #      ???m??? 0  i   ???        = ???B   ?      ???m??z   ?   ???m??? 1  �   ???m??l $     ???Q  ?Q?�?!?�  ???m??? I  ?   ???m??? 5  �   ??  ?

      .button {
  position: relative;
  padding: 0.67em;
  overflow: hidden;
  text-decoration: none;
  color: #FFF;
}

.carousel-inner{
    height: 100%;
    position: absolute;
    top: 0;
}

.carousel-inner .item{
    height: 100%;
}
@media (max-width:768px){
  .slides{
  height: 400px;
  background-size: cover;
  }
  .carousel-inner{
      height: 500px
  }
  .item .container{
    height: 300px;
    position: relative;
    top: 0;
    left: 0;
    transform: translatex(0);
}
}


.carousel-indicators li{
border: none;
background-color: rgba(113, 113,113,1)!important;
}
.carousel-indicators .active{
    width: 14px;
    height: 14px;
    margin: -1px;
    background-color:  #CE0B2D!important;
}



@media (max-width: 1023px){
   .display-none-small{
             display:none;
    }


}
.sm-margin-top--120px{
margin-top: -120px;
}

@media (max-width: 767px) {

    .sm-nodisplay{
            display: none;
    }

    .sm-margin-top--120px{
    margin-top: 0!important;
    }
    .slider-content2{
    margin-top: 0;

    }
    .carousel{
    height: 650px;
    background: #ce0b2d;
}


    .carousel-indicators{
    display:none;
    }

    .slider-content2 h2{
       // display:none;
       width: 100%;
       bottom: 0;
       position: relative;
       margin: 0;
       background-color: #CE0B2D;
       padding: 0 15px 25px;
    }
    .slider-content2 p{
       // display:none;

    }
    .slider-content2 .manager .manager-name{
       font-size: 26px;
    }
    .slider-content2 .manager .manager-about{
       font-size: 14px;
    }
    .slider-content2 .manager{
        width: 100%;
         bottom: 0;
        position: relative;
        height: 60px;
    }
    .btn-vice{
    position: relative;
    margin: 0;
    background-color: #CE0B2D;
    text-align: center;
    font-size: 12px;
    bottom: 0;
    padding: 5px 15px;
    border: 2px solid #FFF;
    border-radius: 2px;
    font-weight: 600;
    display: inline-block;
    color: #FFF;
    left: 15px;
    }
}

.navbar-default {
    background-color:#CE0B2D;
}
.padding-top-60{
    padding-top: 60px;
}






/*
MS 20.3.2019

*/
@media (max-width: 767px) {

   .sm-no-pb{
        padding-bottom: 0!important;
        }
    .sm-no-mt{
    margin-top: 0!important;

        }
        .sm-mt-15{
        margin-top:15px;
        }
        .sm-mt-30{
        margin-top:30px;
        }

        .text-center-sm{
            text-align:center;
        }

}

@media (max-width: 1200px) {

   .hp-h1{
        font-size: 46px!important;
    }
}
.kariera .product.position{
    min-height:0;
}

.product img{
    margin-left: -10px;
}

    /*MS 25.3.2019*/
@media (min-width: 768px)  {
    .negative-margin-after{
     min-height: 280px;
    }
}
@media (max-width: 768px)  {
    .negative-margin-after{
     min-height: 150px;
    }
}
.bg-gray{
    background-color: #efefef!important;
}

.mt-0{
   margin-top:0!important;
}

.text-black{
    color: black!important;
}

.text-white{
    color: white!important;
}

.text-white a:hover{
      color: white!important;
      text-decoration: underline;
}



/* Zapozn�mkovan� */
/*.col-md-4.kariera.vize{min-height:350px;}*/
/*.col-md-4.jaci.vize{min-height:300px;}*/


.carousel-indicators{
    bottom: 130px;
    position: absolute;
}

@media (min-width:768px){
  .carousel-indicators{
    bottom: 130px;
    position: absolute;
  }
}


.cursor-pointer {
  cursor: pointer;
}
.irebook-video__modal {
  z-index: 999999;
}
.irebook-video__modal .close {
  color: #fff;
  position: absolute;
  top: -10px;
  right: 35px;
  font-size: 30px;
  cursor: pointer;
}
.irebook-video__dialog {
    margin-top: 25vh;
    transform: translateY(-50%);
    width: 1000px;
    max-width: 95%;
}
.irebook-video__content {
  background: transparent;
  position: relative;
  box-shadow: none;
  border: none;
}
.modal-backdrop.in {
  opacity: .8;
    z-index: 99999;
}
.irebook-video__btn {
  color: #CE0B2D;
  background: transparent;
  padding: 12px 20px 10px;
  border: 2px solid #CE0B2D;
  border-radius: 2px;
  text-align: left;
  margin-top: 30px;
  font-weight: 600;
  transition: .3s ease;
}
.irebook-video__btn img {
  margin-top: -2px;
}
.irebook-video__btn:hover img,
.irebook-video__btn:active img,
.irebook-video__btn:focus img {
  filter: brightness(100);
}
.irebook-video__btn:hover,
.irebook-video__btn:active,
.irebook-video__btn:focus {
  background: #CE0B2D;
  color: #fff;
}
