html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;

  font-family: 'Open Sans',sans-serif;
  
  
  /* min-width:1000px; /* suppose you want minimun width of 1000px */
  /* width: auto !important;  /* Firefox will set width as auto */
 /*  width:1000px;             /* As IE ignores !important it will set width as 1000px; */
  /*  min-height:500px; /* suppose you want minimun width of 1000px */
 /*  height: auto !important;  /* Firefox will set width as auto */
/*   height:500px;             /* As IE ignores !important it will set width as 1000px; */
  background: linear-gradient(9deg, #008eff, #c5c5c5) !important; /* background: linear-gradient(9deg, #02467c, #494949) !important;*/
background-size: 400% 400% !important;

-webkit-animation: AnimationName 34s ease infinite !important;
-moz-animation: AnimationName 34s ease infinite !important;
animation: AnimationName 34s ease infinite !important;

@-webkit-keyframes AnimationName {
    0%{background-position:54% 0%}
    50%{background-position:47% 100%}
    100%{background-position:54% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:54% 0%}
    50%{background-position:47% 100%}
    100%{background-position:54% 0%}
}
@keyframes AnimationName { 
    0%{background-position:54% 0%}
    50%{background-position:47% 100%}
    100%{background-position:54% 0%}
} 
}

.oznaceno{ 
position: absolute;
    font-size: 45px !important;
    margin-left: 150px;
    margin-top: -20px;
    color: #e74c3c;
    display: block !important;
    float: right;
    background: white;
    border-radius: 100%;
    height: 45px;
    width: 45px;
}
.oznaceno2{ 
position: absolute;
    font-size: 25px !important;
    margin-left: 175px;
    margin-top: -15px;
    color: #e74c3c;
    display: block !important;
    float: right;
    background: white;
    border-radius: 100%;
    height: 25px;
    width: 25px;}
	.oznaceno2{ 
position: absolute;
    font-size: 25px !important;
    margin-left: 175px;
    margin-top: -15px;
    color: #e74c3c;
    display: block !important;
    float: right;
    background: white;
    border-radius: 100%;
    height: 25px;
    width: 25px;}
 .oznacenivyberu1.fa.fa-check-circle{     display: none;}
 .oznacenivyberu2.fa.fa-check-circle {     display: none;}
  .oznacenivyberu3.fa.fa-check-circle{     display: none;}
  
   .choosingcon1.fa.fa-check-circle{     display: none;}
 .choosingcon2.fa.fa-check-circle {     display: none;}
  .choosingcon3.fa.fa-check-circle {     display: none;}
  
     .vouchercon1.fa.fa-check-circle{     display: none;}
 .vouchercon2.fa.fa-check-circle {     display: none;}
  .zaplatit:hover {
  
    transition: all .2s ease-out;  transform: scale(0.95); 
}
  .zaplatit{      color: #ffffff;
    font-family: 'Open Sans',sans-serif;
    border: 0;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 12px;
    background: #e74c3c;
    transition: all .2s ease-out;
    cursor: pointer;
    line-height: 20px;
    width: 100%;
    padding: 8px;
    margin-top: 10px;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
td:first-child { 
     font-weight: 600;
    /*color: #e74c3c;   skryte*/
    float: right;
    top: 0;
    font-size: 13px
}
.icon {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  fill: rgba(51, 51, 51, 0.5);
  margin-right: 20px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.icon.active {
  fill: #E74C3C;
}

.icon.big {
  width: 64px;
  height: 64px;
  fill: rgba(51, 51, 51, 0.5);
}

#wrapper {
  width: 900px;
  height: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  overflow: hidden;
}


@media screen and (orientation:landscape) {
    #wrapper.landscape{
    position: absolute !important;
    top: 80px !important;
    left: 0;
    right: 0;}
}

#left-side {
  height: 70%;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#left-side ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 34px;
  color: rgba(51, 51, 51, 0.5);
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
#left-side ul li:hover {
  color: #333333;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
#left-side ul li:hover > .icon {
  fill: #333;
}
#left-side ul li.active {
  color: #333333;
}
#left-side ul li.active:hover > .icon {
  fill: #E74C3C;
}

#border {
  height: 288px;
  width: 1px;
  background-color: rgba(51, 51, 51, 0.2);
}
#border #line.one {
  width: 5px;
  height: 54px;
  background-color: #E74C3C;
  margin-left: -2px;
  margin-top: 35px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
#border #line.two {
  width: 5px;
  height: 54px;
  background-color: #E74C3C;
  margin-left: -2px;
  margin-top: 89px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
#border #line.three {
  width: 5px;
  height: 54px;
  background-color: #E74C3C;
  margin-left: -2px;
  margin-top: 143px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
#border #line.four {
  width: 5px;
  height: 54px;
  background-color: #E74C3C;
  margin-left: -2px;
  margin-top: 197px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#right-side {
  height: 400px;
  width: 75%;
  overflow: hidden;
}
#right-side #first, #right-side #second, #right-side #third, #right-side #fourth {
  position: absolute;
  height: 400px;
  width: 75%;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  margin-top: -350px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#right-side #first h1, #right-side #second h1, #right-side #third h1, #right-side #fourth h1 {
  font-weight: 800;
  color: #333;
  
  font-size: 20px;
    font-weight: 800;
    margin: 5px 0px;
    color: #333;
}.icon.big {
    padding: 5px;
}
.choosing{    padding-top: 30px;}
#right-side #first p, #right-side #second p, #right-side #third p, #right-side #fourth p {
  color: #333;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
}
#right-side #first.active, #right-side #second.active, #right-side #third.active, #right-side #fourth.active {
  margin-top: 0px;
  opacity: 1;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.pricing {
 position: relative;
       margin: 16px auto;
    width: 90%;
  font-size: 0;
  padding-left:5%;
  padding-right:5%;
  opacity: 1;
  transition: opacity .2s ease;text-align: center;    margin-bottom: 50px;
}

.price-option {
  display: inline-block;
      width: 29%; 
vertical-align: middle;
  margin-right:2%;
  margin-left:2%;
  font-size: 16px; 
  opacity: 1;    border-radius: 4px;
  transition: opacity .2s ease;border: 1px solid rgba(168, 168, 168, 0.15);


}
.price-option:first-child {
  margin-left: 0;
}
.price-option:last-child {
  margin-right: 0;
}

.pricing:hover .price-option {
  opacity: 0.6;
}

.pricing:hover .price-option:hover {
  opacity: 1;
}

.price-option__detail {
 padding: 30px 0px 10px 0px;
 background: rgb(255, 255, 255);
  text-align: center;     padding: 20px 0px;    cursor: pointer;
}

.price-option--low .price-option__detail {
 /* border-radius: .25em 0 0 0;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;   padding-top: 0;
}

.price-option--mid .price-option__detail {
    border-top-left-radius:4px;
    border-top-right-radius: 4px;  padding-top: 0;
}

.price-option--high .price-option__detail {
    border-top-left-radius:4px;
    border-top-right-radius:4px; padding-top: 0;
}

.price-option__cost,
.price-option__type {
  display: block;
}

.price-option__cost {
  font-size: 1.5em;
  color: #383838;    padding-top: 10px;
}

.price-option__type {
    background: #e74c3c;
    padding: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
      margin: 0px 0px 10px 0px;
    color: #ffffff;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 12px;
	
	padding: 15px 0px;
    font-size: 16px;
    font-weight: 700;
    color: #e74c3c;
    text-transform: none;
    letter-spacing: 0px;
    background: #f7f7f7;
}

.price-option__purchase {
  position: relative;
  display: block;

  font-size: .875em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);    padding: 10px 0px;
}

.price-option--low .price-option__purchase {
 /* background: #a7d155;*/
    background: #e74c3c;
border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.price-option--mid .price-option__purchase {
 /* background: #eada42;*/
    background: #e74c3c;
border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.price-option--high .price-option__purchase {
 /* background: #e54e4b;*/
    background: #e74c3c;
border-bottom-left-radius: 4px;
    border-bottom-right-radius:4px;
}

.price-option__purchase:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-style: solid;
}

.price-option--low .price-option__purchase:before {
/*  border-color: transparent transparent #a7d155;*/   border-color: transparent transparent #e74c3c;
}

.price-option--mid .price-option__purchase:before {
/*  border-color: transparent transparent #eada42;  */ border-color: transparent transparent #e74c3c;
}

.price-option--high .price-option__purchase:before {
 /* border-color: transparent transparent #e54e4b; */  border-color: transparent transparent #e74c3c;
}

a.price-option__purchase {
    background: #e74c3c;
}
.price-option__purchase:before {
 border-color: transparent transparent #e74c3c;
}

s, strike {
    text-decoration: none;    /*we're replacing the default line-through*/
    position: relative;
    display: inline-block; /* don't wrap to multiple lines */
}
s:after, strike:after {
    content:"";    /* required property */
    position: absolute;
    bottom: 0;
    left: 0;
    border-top:2px solid rgb(229, 78, 75);
    height: 45%;    /* adjust as necessary, depending on line thickness */
    /* or use calc() if you don't need to support IE8: */
    height: calc(50% - 1px); /* 1px = half the line thickness */
    width: 100%;
    transform: rotateZ(-4deg);
}

a.price-option__purchase {
    color: #ffffff;
   
   
    font-family: 'Open Sans',sans-serif;
  
	text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 12px;
  
}  
.sluzby { padding: 8px;
    background: rgba(167, 167, 167, 0.12);
    color: #656565;
    font-size: 10px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-weight: 600;} 
	  .hide {display:none;} 
	  .choosing{width: 100%; text-align: center;}
	  .choosingcon{    font-size: 14px;
    border: 1px solid rgba(210, 210, 210, 0.15);
  
    border-radius: 5px; 
    background: rgba(251, 251, 251, 0.47);
width: 28%; display: inline-table}
		span.platba1{      padding: 12px 0px;
    display: block; cursor: pointer;color:#999;}
	    span.platba2{     padding: 12px 0px;
    display: block;  cursor: pointer;color:#999;}
		
		span.voucher1{    cursor: pointer;}
	    span.voucher2{    cursor: pointer;}
		
	    span.platba3{    padding: 12px 0px;
    display: block;   cursor: pointer;color:#999;}
	span.platba1.active {      color: #e9594a;}
	span.platba2.active {      color: #e9594a;}
	span.platba3.active {      color: #e9594a;}
	   .detaily{  display:none;font-size: 12px;    padding: 20px 0px 0px 0px;}
	   
	 .choosingdet{   
   

  /*  border: 1px solid rgba(210, 210, 210, 0.15);*/
    padding: 15px 0px;
    border-radius: 5px;
    /* background: rgba(251, 251, 251, 0.47); */
    width: 90%;
    display: inline-table;
    margin: 15px;}
	.platbadetaily{color: #333;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid rgba(210, 210, 210, 0.15);
    background: #fdfdfd;
}

  .cl1{  display: none;
}  .cl2{  display: none;
}  .cl3{  display: none;
}
.barva{     color: #e74c3c;
}
.disabled{ pointer-events:none;
    opacity:0.4;}
	
	.btns{       padding: 12px 0px;
    display: block; color: #999999;}
	.btnsa{     padding: 12px 0px;
    display: block;    color: #e74c3c;}
	
	.inputstyle{padding: 15px;
    border-radius: 5px;
    border: 1px solid rgba(210, 210, 210, 0.15);
    background: #fdfdfd;
    line-height: 17px;
    width: 46.5%; 
    margin-top: 5px;
	padding: 15px;
    color: #e74c3c;
    padding-left: 55px;
}
	.promokod{
    position: absolute;
    padding: 15px;
    line-height: 17px;
    margin-top: 5px;
    color: #d6d6d6;
    font-weight: 300;
    text-transform: uppercase;
  }
  td input {
    border: 0;    font-family: 'Open Sans',sans-serif;
    color: #333333;    width: 100%;
}
  .tabulka{color: #333333;
    font-weight: 400;
    width: 100%;
    font-size: 12px;}
	form{    width: 65%;}
	
	  .obj{
   }

	.tooltip{
position: absolute;
    z-index: 99;
    background: #fff;
    top: -50px;
    border-radius: 3px;

    text-transform: initial;

    color: #e74c3c;
    line-height: 18px;
    text-align: left;      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

}
.tooltip li{
    list-style-type: decimal;
}
.tooltip ul{
    padding: 10px 10px 10px 30px;
    font-weight: 600;
}

	.tjidelnicek{
    background: white;
    border-radius: 100px;
    display: inline-table;
    padding: 2px 5px;
    color: #e74c3c;
}
	.ttrenink{
    background: white;
    border-radius: 100px;
    display: inline-table;
    padding: 2px 5px;
    color: #e74c3c;
}
.large-header {
    position: relative;
    width: 100%;
    background:#e7e9ee;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
  /*  z-index: 1;*/
}
