.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #33313b;
  border-color: #33313b; }
  .alert-danger hr {
    border-top-color: #33313b; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
  box-sizing: border-box;
  --color_black: #2a2b2d;
  --color_gold: #7d7d79;
  --color_seda: #d9d9d9;
}

*, *:before, *:after {
  box-sizing: inherit;
 }

body {
    background: #ffffff;
    font-size: 13px;
    font-family: 'Raleway',  Arial, sans-serif;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    /*color: #707271;*/
    color: #555555;
}

.clr {
    clear: both;
}

a {
    text-decoration: none;
    color: #0551c3;
    /*color: #;*/
    transition: 600ms;
}

a:hover {
    text-decoration: underline;
    /*color: #434343;*/
    /*color: #;*/
    transition: 600ms;
}

.small {
  font-size: 10px;
}

.color_black {
  color: #2a2b2d;
}

.hlaska_ok {
  border: 2px solid #23cdb7;
  padding: 10px 10px 10px 40px;
  margin: 20px 20px 10px 20px;
  background-color: #ffffff;
  /*background-image: url("/images/template/ok.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;*/
  color: #23cdb7;
  /*font-weight: bold;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;*/
}

.hlaska_ko {
  border: 2px solid #eb4a3f;
  padding: 10px 10px 10px 40px;
  margin: 20px 20px 10px 20px;
  background-color: #ffffff;
  /*background-image: url("/images/template/error.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;*/
  color: #eb4a3f;
  font-weight: bold;
  /*-webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;*/
}

#line_0 {
  width: 100%;
  min-height: 35px;
  background: #fff;
  position: relative;
}

#line_0 .right_social {
  position: absolute;
  right: 0;
  top: 0;

  width: 190px;
  height: 100%;
}

@media (min-width: 1350px) {
   #line_0 {
     display: none;
   }
}

#line_1 {
  width: 100%;
  height: 75px;
  border-top: 1px solid #e2e2e2;
  background-color: #ffffff;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

#line_1.seda {
  /*background-color: #e3e3e3;*/
}

#line_1 .right_social {
  position: absolute;
  right: 0;
  top: 0;

  width: 190px;
  height: 100%;
  /*background-color: green;*/
  display: none;
}

@media (min-width: 1350px) {
  #line_1 .right_social {
    display: block;
  }
}

.fb_set {
  width: 60px;
  /*background:blue;*/
  position: absolute;
  top:0;

  /*right: 0;*/
  right: 120px;
}

.link_set {
  /*display: none;*/
  width: 120px;
  position: absolute;
  top:0;
  right: 0;
}

.right_social .rozbalovaci {
  position: relative;
  margin-top: 29px;
  border-left: 1px solid #2a2b2d;
}

#line_0 .right_social .rozbalovaci {
  margin-top: 10px;
}

.right_social .fb_set .rozbalovaci {
  border-left: none;
}

/*@media screen and (max-width: 885px) {*/
@media screen and (max-width: 1015px) {
  .right_social .link_set .rozbalovaci {
    margin-top: 15px;
  }
}

.right_social .rozbalovaci:hover {
  color: #a6a9bb;
}

/* Přepínání */
.right_social  input.rozbalovac {display: none;}
.right_social  input[type=checkbox]:checked + .rozbalovaci .obsah {visibility: visible; opacity: 1; transition: visibility 0s, opacity 0.5s linear;}
.right_social  .rozbalovaci > .obsah {visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.5s linear;}

/* Styl přepínátka */
.right_social  .rozbalovaci > label {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
  padding: .5em;
  font-size: 14px;
  color: #242424;
}

.right_social .link_set .rozbalovaci > label img:nth-child(1) {
  margin-right: 7px;
  width: 12px;
}

.right_social .link_set .rozbalovaci > label img:nth-child(2) {
  margin-left: 5px;
  width: 10px;
  margin-bottom: 2px;
}

.right_social .fb_set .rozbalovaci > label img:nth-child(1) {
  margin-right: 3px;
  width: 7px;
}

.right_social .fb_set .rozbalovaci > label img:nth-child(2) {
  margin-left: 5px;
  width: 10px;
  margin-bottom: 2px;
}

.right_social input[type=checkbox]:checked {background: #1081DD;}

.right_social .rozbalovaci > .obsah {
  background: #2a2b2d;
  padding: 4px;
  position: absolute;
  top: 25px;
  right: 6px;
  z-index: 1000;
}

.right_social a {
  width: 65px;
  display: block;
  text-decoration: none;
  color: #fff;
  margin: 20px 0;
  text-align: center;
}

.right_social .fb_set a {
  width: 100px;
}

.right_social  a:hover {
  color: #7d7d79;
}


#line_1 .obsah_page {
  margin: 0 auto;
  text-align: center;
   max-width: 1030px;
   height: 100%;
   position: relative;
}

#line_1 .obsah_page .home_ico {
  /*background-image: url("/images/home.svg");*/
  background-repeat: none;
  width: 15px;
  height: 15px;
  display: block;
    line-height: 3.0em;
}

@media (max-width: 640px) {
  #line_1 .obsah_page .home_ico {
    width: 100%;
    height: 46px;
    position: relative;
  }

  #line_1 .obsah_page .home_ico::after {
    content: "Home";
    padding-left: 15px;

    line-height: 3;
  }

  #line_1 .obsah_page .home_ico svg {
    height: 15px;
    /*padding-top: 15px;*/
    line-height: 3;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
  }

  #line_1 .obsah_page .home_ico svg .cls-1a {
    fill: #fff;
  }
}

@media (min-width: 640px) {
  #line1 .obsah #logo {
    background-repeat: no-repeat;
    /*width: 250px;*/
    width: 100%;
    height: calc( 100% - 5px);
    float: left;
    margin: 5px 0px 0px 20px;
    position: relative;
    font-size: 28px;
    text-align: left;
  }


  #line_1 #nav #logo a, #line1 .obsah #logo a {
    padding-top: 8px;
    display: block;
    position: absolute;
    float: left;
    z-index: 100;
    /*color: #474747;*/
    text-shadow: 1px 1px 1px #6a6a6a;
  }

  #line_1 #nav #logo a:hover, #line1 .obsah #logo a:hover {
    /*color: #c0c0c0;*/
    /*text-shadow: 1px 1px 1px #000000;*/
  }

  #line1 .obsah span,
  #line_1 #nav #logo span {
    float: left;
    position: absolute;
    top: 0; left: 0;
    z-index: -100;
    cursor: pointer; /* rucicka pri najeti i v IE */
    margin: 0px 0px 0px 0px;
  }

  #line_1 #nav #logo img, #line1 .obsah #logo img {
    width: 100%;
    border: 0px;
    margin: 0;
    /*transition: transform 0.2s;*/
  }

  #line_1 #nav #logo img:hover, #line1 .obsah #logo img:hover {
    border: 0px;
    margin: 0;
    /*transform: scale(1.05);*/
  }

  #line_1 .obsah_page .right {
    float: right;
    width: 100%;
    /*max-width: 950px;*/
    height: 100%;
  }

} /* konec min-width 640 */

/*@media (min-width: 945px) {*/
@media (min-width: 800px) {

  #line1 .obsah #logo {
    background-repeat: no-repeat;
    /*width: 250px;*/
    width: 100%;
    /*height: 100%;*/
    height: calc( 100% - 24px);
    float: left;
    margin: 8px 0px 0px 0px;
    position: relative;
    font-size: 28px;
    text-align: left;
  }


  #line1 .obsah #logo a {
    padding-top: 2px;
    display: block;
    position: absolute;
    float: left;
    z-index: 100;
    /*color: #474747;*/
    text-shadow: 1px 1px 1px #6a6a6a;
  }

  #line1 .obsah #logo a:hover {
    /*color: #c0c0c0;*/
    text-shadow: 1px 1px 1px #000000;
  }

  #line1 .obsah #logo span{
    float: left;
    position: absolute;
    top: 0; left: 0;
    z-index: -100;
    cursor: pointer; /* rucicka pri najeti i v IE */
    margin: 0px 0px 0px 0px;
  }

  #line1 .obsah #logo img {
    width: 95%;
    border: 0px;
    margin: 0;
    /*transition: transform 0.2s;*/
  }

  #line1 .obsah #logo img:hover {
    border: 0px;
    margin: 0;
    /*transform: scale(1.05);*/
  }

  #line_1 .obsah_page .right {
    float: right;
    width: 100%;
    /*max-width: 950px;*/
    height: 100%;
  }

} /* konec min-width 640 */

@media (min-width: 1400px) {

}

@media (max-width: 639px) {
  #line_1 {
    height: auto;
  }

  #line_1 .obsah_page  {
    position: relative;
  }

  #line_1 .obsah_page .right {
    float: left;
    width: 100%;
    max-width: auto;
    height: 100%;
  }

  #nav > #logo {
    /*left: 15px;*/
    left:0;
  }

  #nav > #logo a img {
    width: 150px;
  }

  #line_1 #nav #logo span {
    float: left;
    position: absolute;
    top: 0; left: 0;
    z-index: -100;
    cursor: pointer; /* rucicka pri najeti i v IE */
    margin: 0px 0px 0px 0px;
  }
}

.rounded {
  -moz-border-radius: 5px;
  border-radius: 5px;
}


#line_2 {
  background-repeat: no-repeat;
  background-position:center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;

}

@media (max-width:580px) {
  #line_2 {
    display: block;
    height: auto;
    background-size: 160vw;
    background-position: top;
  }
}

#line_2 .obsah_page {
  width: 100%;
  max-width: 55%;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

@media (max-width: 1000px) {
  #line_2 .obsah_page {
    max-width: 90%;
  }
}

@media (max-width: 580px) {
  #line_2 .obsah_page {
    max-width: 100%;
  }
}

#line_2 .obsah_page p {
  margin-top: 10%;
}

#line_2 .obsah_page p.big {
  font-size: 5.2vw;
  font-weight: normal;
  margin-top: 5%;
}

#line_2 #tel_city {
  /*margin: 0 auto;*/
  max-width: 90%;
  margin: 0 5%;
  border-top: 5px solid #7d7d79;
  border-top: 5px solid #7d7d79;
  background-color: #2a2b2d;
  background-color: #2a2b2d;
  text-align: left;
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width:580px) {
  #line_2 #tel_city {
    display: block;
    max-width: calc(100% - 20px);
    margin-left: 6px;
    margin-right: 6px;
  }
}

#line_2 #tel_city .city,
#line_2_all .city {
  min-width: 200px;
  flex-grow: 1;
  border-bottom: 1px solid #757575;
  border-right: 1px solid #757575;
}

@media (max-width:580px) {
  #line_2 #tel_city .city  {
    border-right: none;
  }
}

@media (min-width:1408px) {
  #line_2 #tel_city .city:last-child  {
    border-right: none;
  }
}

#line_2 #tel_city .city a,
#line_2_all .city a {
  display: block;
  padding: 15px 0;
}

/*#line_2 #tel_city .city a:hover {
  text-decoration: none;
  background-color: #5f6264;
}*/

#line_2 #tel_city .city a:hover,
#line_2_all .city a:hover {
  text-decoration: none;
  background-color: #7d7d79;
}

#line_2 #tel_city .city a p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-left: 30px;
}

#line_2 #tel_city .city a p:nth-child(1) {
  margin-top: 0;
}

#line_2 #tel_city .city a .name {
  font-size: 22px;
}

#line_2 #tel_city .city a .tel {
  color: #7d7d79;
  font-size: 25px;
  font-weight: 400;
}

#line_2 #tel_city .city a:hover .tel {
  color: #2a2b2d;
  font-size: 25px;
  font-weight: 400;
}

#line_2 #tel_city .city a p img,
#line_2 #tel_city .city a p svg {
  width: 15px;
  height: 10px;
  margin-left: 15px;
  display: inline-block;
}

#line_2_all {
  background-image: url("/images/template/bg_alll.jpg");
  background-repeat: no-repeat;
/*  background-position:center;*/
  background-position:top;
  width: 100%;
}

#line_2_all h1 {
  font-size: 3.2vw;
  line-height: 3;
  color: #fff;
  text-transform: none;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 800px) {
  #line_2_all h1 {
    font-size: 25px;
  }
}

#line_2_all .city {
  margin: 0 auto;
  max-width: 450px;
  background-color: #2a2b2d;
  border-right: 0px;
  border-bottom: 0px;

}

#line_2_all .city p {
  margin: 15px 20px 15px 20px;
}

#line_2_all .city .tel {
  font-size: 45px;
  font-weight: bold;
  color: #7d7d79;
}

#line_2_all .city:hover .tel {
  color: #2a2b2d;
}

#line_2_all .city .line {
  display: flex;
  flex-direction: row;
  color: #fff;
  align-items:center;
}

#line_2_all .city .line div {
  flex: 1;
  text-align: right;
}

#line_2_all .city .line div:nth-child(2) {
  flex: 1;
  font-size: 40px;
  text-align: center;
}

#line_2_all .city .line div:nth-child(3) {
  text-align: left;
}

#line_3 {
  width: 100%;
  float: left;
  background: #fff;
  color: #2a2b2d;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  padding: 60px;
}

@media (max-width: 1100px){
  #line_3 {
    padding: 30px;
  }
}

@media (max-width: 800px){
  #line_3 {
    padding: 10px;
    display: block;
  }
}

#line_3 .box {
  flex: 1;
}

@media (max-width: 800px){
  #line_3 .box {
    width: 100%;
  }
}

#line_3 .box .item {
  width: 100%;
  display: flex;
  padding: 15px;
  text-align: left;
}

#line_3 .box .item .left {
  float: left;
  width: 40px;
}

#line_3 .box .item .left img,
#line_3 .box .item .left svg  {
  width: 100%;
  height: 50px;
}

#line_3 .box .item p {
  float: right;
  width: calc(100% - 60px);
  margin-top: 0;
}

#line_3 .box .item p b {
  display: block;
  margin-bottom: 10px;
}

#line_3 .box:nth-child(2) {
  align-self: center;
}

#line_3 .box img.img_sluzby {
  max-width: 80%;
}

.white_line {
  width: 100%;
  float: left;
  background: #fff;
  color: #2a2b2d;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  padding: 60px;
}

.white_line.center {
  text-align: center;
  display: block;
}

@media (max-width: 800px) {
  .white_line {
    padding: 30px;
  }
}

.white_line p.bottom_60 {
  padding-bottom: 60px;
}

.white_line .half {
  /*width: 50%;*/
  flex: 1;
}

@media (max-width: 800px) {
  .white_line .half {
    /*flex: 1 1 100%;*/
    flex: 0 0 100%;
  }
}

.white_line .half:nth-child(1) p {
  padding-right: 30px;
}

@media (max-width: 800px) {
  .white_line .half:nth-child(1) p {
    padding-right: 0;
  }
}

.white_line .full_f {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

@media (max-width: 800px) {
  .white_line .full_f {
    display: block;
  }
}

.white_line .half_f {
  width: 50%;
  float: left;
  padding: 10px;
}

@media (max-width: 800px) {
  .white_line .half_f {
    width: 100%;
  }
}

.white_line .full_f .half_f {
  flex: 1;
}

.white_line .half_f .c_line {
  background-color: #ebebeb;
  width: 100%;
  padding: 10px;
  margin-bottom: 7px;
  font-size: 12px;
}

@media (max-width: 800px) {
  .white_line .half_f .c_line {
    width: 100%;
  }
}

.white_line .half_f .c_line .jmeno {
  float: left;
  width: 50%;
  text-align: left;
  border-right: 1px solid #d4d4d4;
}

.white_line .half_f .c_line .hodnota {
  float: left;
  width: 50%;
  text-align: left;
  padding-left: 10px;
}

.white_line #trip-id {
  background-color: #d9d9d9;
  padding: 35px 70px;
  text-align: left;
  margin-top: 40px;
  background-image: url("/images/template/tel1.png");
  background-repeat:  no-repeat;
  background-position: top 23% right 10%;
  background-size: 40%;
}

@media (max-width: 1200px) {
  .white_line .half_f #trip-id {
    background-image: none;
  }
}

@media (max-width: 700px) {
  .white_line #trip-id {
    background-image: none;
    text-align: center;
    padding: 15px 35px;
  }
}

.white_line #trip-id h2,
.white_line #casino h2 {
  font-weight: normal;
  font-size: 25px;
  padding-top: 0px;
}

.white_line #trip-id p {
  margin-left: 0;
  width: 40%;
}

@media (max-width: 1200px) {
  .white_line .half_f #trip-id p {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .white_line #trip-id p {
      width: 100%;
  }
}

.white_line #trip-id a {
  background-color: #2a2b2d;
  color: #fff;
  padding: 15px 25px;
  margin-top: 10px;
  display: inline-block;
}

.white_line #trip-id a:hover {
  text-decoration: none;
  background-color: #7d7d79;
  color: #2a2b2d;
}

.white_line #casino {
  background-image: url("/images/template/casino.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  text-align: left;
  margin-top: 40px;
  padding: 40px;
  height: calc(100% - 40px);
  color: #fff;
}

@media (max-width: 800px) {
  .white_line #casino {
    padding-bottom: 120px;
    background-position: bottom -25px right;
  }
}

.white_line #casino h2 {
  color: #fff;
}

.white_line #casino p {
  margin-left: 0;
}

.white_line #casino p span {
  color: #7d7d79;
  font-weight: bold;
}

.white_line.text_block p {
  display: block;
  width: 100%;
}

#show-tripid {
  margin: 0 auto;
}

#show-tripid.hidden_trip {
  display: none;
  opacity: 0;
}

#show-tripid.show_trip {
  display: block;
  opacity: 1;
}

#show-tripid #tripid-iframe {
  display: inline-block;
  position: relative;
  /*max-width: 895px;*/
  width: 95%;
  margin: 0 auto;
}

#show-tripid #tripid-iframe:after {
  padding-top: 57.5%;

 display: block;
 content: '';

}

#show-tripid #tripid-iframe iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  /* fill parent */
  width: 100%;
  height: 100%;
}

#gold_back p,
.white_line p {
  position: relative;
}

#gold_back .big,
.white_line .big {
  font-size: 2.0vw;
}

@media (max-width: 1000px) {
  #gold_back .big,
  .white_line .big {
    font-size: 25px;
  }
}

.white_line .line_h1_3 {
  line-height: 1.3;
}

.white_line .upper {
  text-transform: uppercase;
}

.white_line .gold_line {
  margin-bottom: 45px;
  font-size: 18px;
}

.white_line .gold_line:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  background-color: #7d7d79;
  width: 100px;
  height: 1px;
}

.white_line a.button,
.gray_line a.button {
  border: 1px solid #7d7d79;
  color: #7d7d79;
  font-size: 14px;
  padding: 10px 25px;
  transition: 0.3 all;
  display: inline-block;
  margin: 10px;
}

.gray_line a.button:hover,
.gray_line a.button:focus,
.white_line a.button:hover,
.white_line a.button:focus {
  background-color: #7d7d79;
  color: #fff;
  transition: 0.3 all;
  text-decoration: none;
}

.gray_line.center .big,
.white_line.center .big {
  font-size: 2.8vw;
  margin: 25px;
}

@media (max-width:800px) {
  .gray_line.center .big,
  .white_line.center .big {
    font-size: 25px;
  }
}

.white_line a.big_button {
  padding: 15px 35px;
  font-size: 22px;
  text-align: center;
  transition: 0.3 all;
  border: 1px solid #d9d9d9;
  color: #2a2b2d;
  display: inline-block;
  margin: 10px;
}

.white_line a.big_button span {
  color: #7d7d79;
  font-size: 28px;
  display: block;
  font-weight: bold;
}

.white_line iframe {
  width: 80%;
  border: 15px solid #fff;
  -webkit-box-shadow: 0px 42px 88px -15px rgba(102,100,102,1);
  -moz-box-shadow: 0px 42px 88px -15px rgba(102,100,102,1);
  box-shadow: 0px 42px 88px -15px rgba(102,100,102,1);

  margin-bottom: -160px;
}

@media (max-width: 800px) {
  .white_line iframe {
    width: 100%;
    margin-bottom: 0px;
  }
}

.white_line #head_trip-id {
  max-width: 900px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 0 auto;
}

@media (max-width: 950px) {
  .white_line #head_trip-id {
    display: block;
  }

}

.white_line #head_trip-id .half_trip {
  flex: 1;
  text-align: left;
}

.white_line #head_trip-id .half_trip:nth-child(2) {
  background-image: url("/images/template/tel2.png");
  background-repeat: no-repeat;
  background-position: top center;
}

.white_line #head_trip-id .half_trip h2 {
  font-size: 2.5vw;
  font-weight: normal;
}

@media (max-width: 800px) {
  .white_line #head_trip-id .half_trip h2 {
    font-size: 25px;
  }

}

.white_line #head_trip-id .half_trip p {
  margin-left: 0;
}

.white_line #head_trip-id .half_trip input {
  width: 100%;
  padding: 10px 20px;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}

.white_line #head_trip-id .half_trip input#tripid_name {
  border: 1px solid #d9d9d9;
}

.white_line #head_trip-id .half_trip input#odeslat_trip {
  background: #2a2b2d;
  color: #fff;
  cursor: pointer;
}

.gray_line {
  background-color: #f5f5f5;
  width: 100%;
  padding: 40px 40px 60px 40px;
  float: left;
}

.gray_line.no_float {
  float: none;
}

@media (max-width: 800px) {
  .gray_line {
    padding: 30px;
  }
}

#gold_back {
  width: 100%;
  height: 300px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-image: url("/images/template/bg_gold2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

#gold_back p {
  flex: 1;
}

#gold_back p:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#line_4 {
  width: 100%;
  float: left;
  background-image: url("/images/template/bg_sluzby.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}

#line_4.sluzby {
  background: #fff;
  color: #2a2b2d;
}

#line_4 .box {
  flex: 1 1 auto;
  width: calc(25% - 30px);
  min-width: 300px;

  border: 1px solid #757575;
  padding: 30px;
  text-align: left;
  margin: 15px;
}

#line_4.sluzby .box {
  border: 1px solid #d9d9d9;
}

@media (max-width: 1000px) {
  #line_4 {
    flex-direction: row;
  }

  #line_4 .box {
    flex: 1 1 auto;
    width: calc(50% - 30px);
  }
}

@media (max-width: 640px) {
  #line_4 .box {
    min-width: 250px;
  }
}

#line_4 .box:nth-child(1) {
  border:none;
}

#line_4 .box img,
#line_4 .box svg {
  max-width: 155px;
  max-height: 55px;
  display: block;
}

#line_4 .box p {
  margin-left: 0;
  font-size: 16px;
  line-height: 1.5;
}

#line_4 .box h1 {
  text-transform: none;
  color: #fff;
  font-weight: bold !important;
}

#line_4 .box p.big,
#line_4 .box h2 {
  font-weight: bold;
  font-size: 2.1vw;
  color: #fff;
}

#line_4.sluzby .box p.big,
#line_4.sluzby .box h2 {
  color: #2a2b2d;
}

@media (max-width: 800px) {
  #line_4 .box p {
    font-size: 12px;
  }

  #line_4 .box p.big,
  #line_4 .box h2 {
    font-size: 16px;
  }
}

#line_4 .box:nth-child(1) h1,
#line_4 .box:nth-child(1) p.big {
  font-size: 40px;
  font-weight: normal;
  margin-top: 0;
}

#line_5 {
  width: 100%;
  float: left;
  background-color: #fff;
  color: #2a2b2d;
  font-size: 12px;
  padding: 50px;
}

#line_5 .item {
  width: 100%;
  background-image: url("/images/template/bg_class1.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  border-radius: 10px;
}

#line_5 .item:nth-child(2) {
  width: 100%;
  background-image: url("/images/template/bg_class2.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  margin-top: 90px;
}

@media (max-width:1000px) {
  #line_5 .item:nth-child(2) {
    margin-top: 45px;
  }
}

#line_5 .item .text_box {
  float: left;
  margin: 40px 0;
  width: 30%;
  border-top: 7px solid #7d7d79;
  background-color: #ebebeb;
  padding: 60px 40px;
  text-align: left;
}

@media (min-width:1600px) {
  #line_5 .item .text_box {
    height: 330px;
  }
}

@media (max-width:1000px) {
  #line_5 .item .text_box {
    width: 50%;
    margin: 20px 0;
    margin-top: 50px;
  }
}

@media (max-width:700px) {

  #line_5 .item {
    background-position: top;
  }

  #line_5 .item:nth-child(2) {
    background-position: top;
  }

  #line_5 .item .text_box {
    width: 100%;
    margin: 20px 0;
    padding: 30px 30px;
    margin-top: 90px;
  }
}

#line_5 .item:nth-child(2) .text_box {
  float: right;
}

#line_5 .item .text_box .nadpis {
  font-size: 40px;
}

@media (max-width:800px) {
  #line_5 .item .text_box .nadpis {
    font-size: 25px;
  }
}

#line_5 .item .text_box p {
  font-size: 14px;
  margin-left: 0;
  margin-top: 25px;
  line-height: 1.3;
}

#line_6 {
  width: 100%;
  float: left;
  background-color: #242628;
  background-image: url("/images/template/bg_casino.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 12px;
  padding: 50px 0;
}

@media (max-width:1000px) {
  #line_6 {
    padding: 25px 0;
  }
}

#line_6 .obsah_page {
  width: calc(100% - 100px);
  text-align: left;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
}

@media (max-width:1000px) {
  #line_6 .obsah_page {
    display: block;
    text-align: left;
  }
}

#line_6 .obsah_page .item:nth-child(1) {
  font-size: 40px;
  text-align: right;
}

@media (max-width:1000px) {
  #line_6 .obsah_page .item:nth-child(1) {
    text-align: center;
    margin-bottom: 30px;
  }
}

#line_6 .obsah_page .item:nth-child(1),
#line_6 .obsah_page .item:nth-child(2) {
  flex:1;
  align-self: center;
}

#line_6 .obsah_page .item:nth-child(2) {
  text-align: center;
}

@media (max-width:1000px) {
  #line_6 .obsah_page .item:nth-child(2) {
    margin-bottom: 30px;
  }
}

#line_6 .obsah_page .item:nth-child(3) {
  flex:2;
  align-self: center;
  font-size: 14px;
  line-height: 1.5;
}

#line_6 .obsah_page .item span {
  color: #7d7d79;
}

#line_7 {
  width: 100%;
  float: left;
  background-color: #2a2b2d;
  background: #2a2b2d;
  color: #fff;
  font-size: 12px;
}

#line_7 .line:nth-child(1) {
  border-bottom: 1px solid #757575;
}

#line_7 .line .obsah_page {
  width: calc(100% - 100px);
  text-align: left;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
}

@media (max-width:1000px) {
  #line_7 .line .obsah_page {
    display: block;
  }
}

#line_7 .line .obsah_page .item:nth-child(1) {
  flex: 2;
  align-self: center;

}

#line_7 .line .obsah_page .item:nth-child(2) {
  flex: 1;
  align-self: center;
  text-align: right;
}

@media (max-width:1000px) {
  #line_7 .line .obsah_page .item:nth-child(1),
  #line_7 .line .obsah_page .item:nth-child(2),
  #line_7 .line .obsah_page .item:nth-child(3) {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  #line_7 .line .obsah_page .item:nth-child(2) {
    display: none;
  }
}

#line_7 .line .obsah_page .item a img {
  vertical-align: middle;
}

#line_7 .line .obsah_page .item ul {
  list-style: none;
  display: inline-block;
}

/*@media (max-width:1180px) {
  #line_7 .line .obsah_page .item ul {
    margin-top: 25px;
  }
}*/

@media (max-width:1000px) {
  #line_7 .line .obsah_page .item ul {
      display: block;
      list-style: circle;
      margin-top: 20px;
  }
}

#line_7 .line .obsah_page .item ul li {
  display: inline-block;
  padding-left: 20px;
}

@media (max-width:1180px) {
  #line_7 .line .obsah_page .item ul li {
    padding-top: 25px;
  }
}

@media (max-width:1000px) {
  #line_7 .line .obsah_page .item ul li {
    display: block;
    padding-left: 0px;
    padding-top: 10px;
    font-size: 14px;
    margin-bottom: 5px;
  }
}

#line_7 .line .obsah_page .item ul li a {
  font-weight: bold;
}

@media (max-width:1190px) {
  #line_7 .line .obsah_page .item ul li a {
    padding: 10px 20px 10px 0;
  }
}

#line_7 .line .obsah_page .item ul li::after {
  content: "/";
  color: #7d7d79;
  font-weight: bold;
}

@media (max-width:1000px) {
  #line_7 .line .obsah_page .item ul li::after {
    content: "";
  }
}

#line_7 .line .obsah_page .item ul li:last-child::after {
  content: "";
}

#line_7 .obsah_page span {
  padding-left: 40px;
}

#line_7 .obsah_page a {
  color: #fff;
  padding-right: 20px;

}

#line_7 .line .obsah_page .item a.tel {
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  font-size: 14px;
}

@media (max-width: 1460px) {
  #line_7 .line .obsah_page .item a.tel {
    margin-bottom: 10px;
  }
}

#line_7 .line .obsah_page .item a.tel img {
  float: left;
  padding-right: 10px;
}

#line_7 .line .obsah_page .item a.tel span {
  color: #7d7d79;
  padding-left: 0;
}

p {
  margin: 15px 0px 15px 20px;
}

h1, h2, h3,h4 {
  color: #2a2b2d;
}

h1 {
  font-size: 20px;
  margin: 20px 0px 5px 0px;
  text-transform: uppercase;
}

h2 {
  font-size: 16px;
  padding:20px 0px 5px 0px;
}

h3 {
  font-size: 14px;
  margin: 20px 0px 5px 0px;

}

h4 {

}

.cerna {
  color: #000000;
}

/* Required */

.hidden-scroll, .scroll {
	opacity: 0;
}

.visible-scroll{
	opacity: 1;
}