  
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,700&subset=latin-ext');  
  
  
#navbar-primary .navbar-nav { 
    background: #000;
    width: 100%;
    text-align: center;
}
#navbar-primary .navbar-nav li {
      display: inline-block;
      float: none;
}
#navbar-primary .navbar-nav a {   
        padding-left: 30px;
        padding-right: 30px;
}
  
      
body {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    background-color: #000;
}

a {
    color: #fff;
    text-decoration: none;
}

#navbar-primary .navbar-nav a {
     font-size:13px;
     letter-spacing: 1px;
     text-transform: uppercase;
     -webkit-font-smoothing: antialiased;
         padding-left: 20px;
    padding-right: 20px;
}

#navbar-primary .navbar-nav a:focus  {

    background-color: #000;
    color:#b5b4b4;
}
#navbar-primary .navbar-nav a:hover {

    background-color: #000;
    color:#b5b4b4;
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ffffff96;
    border-radius: 4px;
}

.logo-main {
  margin-top:10px;
}


h1 {

     color: rgb(255, 255, 255) ; 
     font-family: Montserrat ;
     font-weight: 500 ;
     letter-spacing: 3px ;
     opacity:0.95;
     text-rendering:optimizeLegibility;
     text-size-adjust:100%;
     text-transform:uppercase;
     transform:matrix(1, 0, 0, 1, 0, 0);
     transition-delay:1s;
     transition-duration:0.6s;
     transition-property:all;
     transition-timing-function:ease-out;
     -webkit-font-smoothing:antialiased;
     -webkit-margin-after:0px;
     -webkit-margin-before:0px;
     -webkit-margin-end:0px;
     -webkit-margin-start:0px;
}

.front {
  width:960px;
}



p {
     color: rgb(255, 255, 255) ;
     display: block ;
     font-family: "Open Sans" ;
     font-size: 16px ;
     font-weight: 500 ;
     line-height: 30.08px ;
     margin-bottom: 0px ;
     margin-left: 0px ;
     margin-right: 0px ;
     margin-top: 0px ;
     text-rendering: optimizeLegibility ;
     text-size-adjust: 100% ;
     -webkit-font-smoothing: antialiased ;
     -webkit-margin-after: 0px ;
     -webkit-margin-before: 0px ;
     -webkit-margin-end: 0px ;
     -webkit-margin-start: 0px ;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3) ;
}


.spacer {
    clear: both;
    margin-top: 30px;
}

.task_open {
  color:#fff;
}

.task_open a{
  text-decoration:underline;
}

.task_open a:hover{
  color:#e6b75d;
}

.task_close {
  color:#e6b75d;
}

.task_bonus {
  color:#da4f46;
}



.task_logotype{
   width:20px;
   margin-right: 14px;
}

.lock{
       float:right;
       width:20px;

}




.wpcf7-form input[type] {


 border-bottom-color: rgba(255, 255, 255, 0.14) ;
 border-bottom-style: solid ;
 border-bottom-width: 2px ;
 border-image-outset: 0px ;
 border-image-repeat: stretch ;
 border-image-slice: 100% ;
 border-image-source: none ;
 border-image-width: 1 ;
 border-left-color: rgba(255, 255, 255, 0.14) ;
 border-left-style: none ;
 border-left-width: 0px ;
 border-right-color: rgba(255, 255, 255, 0.14) ;
 border-right-style: none ;
 border-right-width: 0px ;
 border-top-color: rgba(255, 255, 255, 0.14) ;
 border-top-style: none ;
 border-top-width: 0px ;
 box-shadow: none ;
 box-sizing: border-box ;
 color: rgb(255, 255, 255) ;
 cursor: text ;
 font-size: 16px ;
 font-style: normal ;
 font-weight: 700 ;
 
}

.wpcf7-form input[type=submit] {
   cursor: pointer;
}

.game_login_form {
  margin-top: 10px;
  margin-bottom:300px;
}
.alert a {
     background-color: #e6b75d;
    color: #000;
    border: 3px solid #e6b75d;
    padding: 6px 6px 6px 6px; 
}

.alert a:hover{
  background-color: #fcf8e300;
  text-decoration:none;
}

.napoveda a{
    background-color: #fcf8e3;
    color: #000;
    border: 3px solid #fcf8e3;
    padding: 6px 6px 6px 6px;
}

.napoveda a:hover{
    background-color: #fcf8e300;
    color: #fff;
    border: 3px solid #fcf8e3;
    text-decoration:none;

}

.heslo {
  width:100%;
}

.logo-main-mobile {
     display:none;
  }
  
h2,h4,h6,ol{
  color:#e5b65d;
}

h3,h5, ul{
  color:#fcf8e3;
}

.single-task {
    clear: both;
    padding-top: 22px;
}         


@media screen and (min-width: 800px)  {
  .wpcf7-inline-wrapper .wpcf7-inline-field {
      width: 100%;
  }
}




video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

.progress-bar {
  background-color:#e5ad33 !important;  
}

.task_bonus a{
       color:#da4f46 !important;
       text-decoration:underline;
}

.task_bonus a:hover{
       color:#fff !important;
}

#review{
       background-color: #2d2d2d;
}

table {
    color: #fff;
    border: solid 1px;
}
td,th {
    border: solid 1px;
    text-align: center;
    padding: 5px;
}
th {
background-color: #e5b65d;
}

.disable_submit {
    background-color: #949494 !important;
    padding-top: 10px;
    padding-left: 70px;
    padding-bottom: 10px;

}

.link_button {
     ;
     background-color: rgb(230, 183, 93) ;
     border-bottom-color: rgb(230, 183, 93) ;
     border-bottom-style: solid ;
     border-bottom-width: 2px ;
     border-image-outset: 0px ;
     border-image-repeat: stretch ;
     border-image-slice: 100% ;
     border-image-source: none ;
     border-image-width: 1 ;
     border-left-color: rgb(230, 183, 93) ;
     border-left-style: none ;
     border-left-width: 0px ;
     border-right-color: rgb(230, 183, 93) ;
     border-right-style: none ;
     border-right-width: 0px ;
     border-top-color: rgb(230, 183, 93) ;
     border-top-style: none ;
     border-top-width: 0px ;
     box-shadow: none ;
     box-sizing: border-box ;
     color: rgb(255, 255, 255);
     cursor:pointer;
     display:inline-block;
     font-family:"Open Sans";
     font-size:16px;
     font-stretch:100%;
     font-weight:700;
     height:54px;
     letter-spacing:normal;
     line-height:16px;
     margin-bottom:0px;
     margin-left:0px;
     margin-right:0px;
     margin-top:0px;
     outline-color:rgb(255, 255, 255);
     outline-style:none;
     outline-width:0px;
     padding-bottom:18px !important;
     padding-left:33px !important;
     padding-right:33px !important;
     padding-top:18px !important;
     position:relative;
     text-align:center;
     text-decoration-color:rgb(255, 255, 255);
     text-decoration-line:none;
     text-decoration-style:solid;
     text-indent:0px;
     text-transform:uppercase;
     user-select:none;
     vertical-align:middle;
     white-space:pre;
     word-spacing:0px;
}



@media screen and (max-width: 1000px)  {
  .front {width:100%;
  }
  
  .napoveda {
    display:block;
  }
  
  .napoveda a {
    display:block;
    margin-top:10px;
    padding: 3px 3px 3px 3px;
  }

  
  
  
  .alert a {
    width:100%;
    display: block;
    text-align: center;
  }
  
  .single-task h2 {
     font-size: 20px ;
  }
  
  

  #napoveda_close {
    position: relative;
    top: -110px;
    right: -21px;
    color: inherit;
  }
    #solution_close {
      position: relative;
    top: -140px;
    right: -21px;
    color: inherit;
  }
  
  .link_button {
      margin: auto;
      width: 100%;
      margin-top: 20px;
  }
  



.navbar-nav li:nth-child(4){
      margin-bottom: -22px;
}

.navbar-toggle {
    background-color: #fff0;
    background-image: none;
    border: 0px solid #ffffff96;
    margin-top: -65px;
    margin-right: 0px;

}

.navbar-toggle:before {

    content: url(frontend/images/menu.png);
}

#vysledky h3{
   font-size: 16px;
    margin: 2px;

}


.logo-main {
  float:left;
}

}




@media (max-width: 760px)  {
      #navbar-primary .navbar-nav li {
      display: block;
      float: left;
      width: 100%;
      text-align: left;
    }
    
    .logo-main-mobile {
    display: block;
    margin-left: 20px;
    padding-top: 10px;
  }
    
  .logo-main {
    display:none;
  }
}



.booking_info_lable {
    width: 25%;
    float: left;
    color:#fff;
    font-weight:500;
    font-size:14px;
}

@media only screen and (max-width: 1000px) {
.booking_info_lable {
    width: 100%;
    height: 44px;
    float: left;
}

#booking-picker {
  font-size: 6px;
  margin-top: 20px;
}

#booking-picker td, th {
    border: solid 1px;
    text-align: center;
    padding: 0px;
    
}
}