/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {background: #c2c856; color: #325842; font-family: "LunchBox", Georgia, Geneva, Helvetica, sans-serif; font-size: 20px; font-weight: 400; text-align: center; letter-spacing: 1px; line-height: 120%;}
@media (min-width: 768px){
  body {font-size: 24px;}
}
a {color: #325842; transition: 0.5s; text-decoration: none;}
a:hover, a:active, a:focus {color: #222221; outline: none; text-decoration: none;}
p {padding: 0; margin: 0 0 30px 0;}
h1, h2, h3, h4, h5, h6 {font-family: "HelloHeadline", Georgia, Geneva, Helvetica, sans-serif; margin: 0 0 20px 0; padding: 0; line-height: 100%; text-transform: uppercase; color: #325842;}
h2{font-size: 48px;}

@media (min-width: 576px){
  .btn {margin-left: 15px; margin-right: 15px;}
  h2{font-size: 80px;}
}
strong{font-family: "Lunchbox_Bold", Georgia, Geneva, Helvetica, sans-serif;}

/* Back to top button */
.back-to-top {position: fixed; display: none; background: #c2c856; color: #325842; width: 44px; height: 44px; text-align: center; line-height: 1; font-size: 16px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; right: 15px; bottom: 15px; transition: background 0.5s; z-index: 11;}
.back-to-top i {padding-top: 12px; color: #273352;}

form{text-align: left; font-family: "Lunchbox_Bold", Georgia, Geneva, Helvetica, sans-serif;}
.btn{background-color: #3a9145; color: #fff; border: 0 none; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;  font-size: 30px; text-transform: uppercase; padding: 8px 50px 0 50px; line-height: 180%; margin-bottom: 25px; text-decoration: none; -webkit-transition: 0.5s  all ease; transition: 0.5s all ease; outline: none !important; font-family: "Lunchbox_Bold", Georgia, Geneva, Helvetica, sans-serif; letter-spacing: 3px;}
.btn:hover, .btn:active, .btn:focus{background-color: #325842; color: #fff; border: 0 none; -webkit-box-shadow: none !important; box-shadow: none !important;}

.bgDark .btn{background-color: #c2c856; color: #325842;}
.bgDark .btn:hover, .bgDark .btn:active, .bgDark .btn:focus{background-color: #325842; color: #fff; border: 0 none; -webkit-box-shadow: none !important; box-shadow: none !important;}


@media (max-width: 480px){
  .btn{font-size: 28px;}
}
.form-group{padding: 0 10px; margin-bottom: 0; min-height: 100px;}
.form-group label{font-weight: 300; padding-left: 3px; padding-bottom: 0;}
.form-group .invalid-feedback{margin: 5px 0 10px 20px; padding: 0; color: #fab0b5;}

.form-group-check{min-height: auto; margin-bottom: 10px;}
.form-group-check label{margin: 0; padding: 0;}
.form-group-check .invalid-feedback{margin: 0 0 10px 0; padding: 0;}

.form-check input{margin-top: 8px;}
.form-check label{font-family: "LunchBox", Georgia, Geneva, Helvetica, sans-serif;}

.control-label{margin-left: 15px; margin-bottom: 0;}
.form-control:focus{box-shadow: none !important; color: #a4a3a3 !important;}
.form-control {border: 0 none; color: #222221 !important; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; box-shadow: none; font-size: 22px; padding: 5px 25px 5px 25px; margin-bottom: 0; background-color: #fff; font-family: "LunchBox", Georgia, Geneva, Helvetica, sans-serif;}

/* Fix selectbox arrow */
.selectdiv {position: relative;}
.selectdiv:after {content: '\f078'; font: normal normal normal 17px/1 FontAwesome; color: #404969; right: 11px; top: 0; height: 34px; padding: 15px 0 0 8px; position: absolute; pointer-events: none;}
select::-ms-expand {display: none;/* IE11 hide native button */}
.selectdiv select {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
/* Fix selectbox arrow end */

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {color: #fd9e9e;}
.has-error .form-control {border-color: #fd9e9e;}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {}
.has-success .form-control {border-color: #ddd;}

input[type=file]{padding: 0;}
input[type=file]::file-selector-button {border: 0; padding: 10px 25px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; background-color: #fff; transition: 1s; color: #273352; font-size: 22px;}
input[type=file]::file-selector-button:hover {background-color: #f2cc30; border: 0; cursor: pointer;}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f2cc30;
  opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #f2cc30;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #f2cc30;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {height: 60px; z-index: 2; transition: all 0.5s; box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.06); padding: 0; margin: 0 auto; background: #fff;}

#header .socials {position: fixed; top: 13px; left: 10px;}
#header .socials a {display: inline-block; margin: 0 10px;}

@media (min-width: 768px) {
  #header {height: 80px;}
  #header .container {max-width: 1170px; position: relative;}
  #header.header-scrolled, #header.header-pages {height: 70px; padding: 0;}

  #header .socials {left: auto; top: 5px; padding: 0; position: relative; float: right; transition: all 0.4s; display: inline-block;}
}
@media (min-width: 1200px) {
  #header {height: 100px;}
  #header.header-scrolled, #header.header-pages {height: 80px; padding: 0;}

  #header .socials{top: 15px;}
  #header.header-scrolled .socials{top: 8px;}
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.intro {position: relative; padding: 60px 0 0 0;}
@media (min-width: 768px) {
  .intro {position: relative; padding: 80px 0 0 0;}
}
@media (min-width: 1920px) {
  .intro {position: relative; padding: 100px 0 0 0;}
  .intro .container_fluid img{width: 100%;}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */
.main-nav {margin: 20px 0 0 0 !important; transition: all 0.4s; text-align: center;}
.main-nav, .main-nav * {margin: 0; padding: 0; list-style: none;}
.main-nav > ul {margin: 0 auto;}
.main-nav > ul > li {position: relative; white-space: nowrap; display: inline-block;}
.main-nav a {display: block; position: relative; color: #325842; padding: 10px 15px; transition: 0.3s; font-size: 22px; text-decoration: none; font-family: "Lunchbox_Bold", Georgia, Geneva, Helvetica, sans-serif; letter-spacing: 1px;}

.main-nav a i{color: #325842;}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a, .main-nav a:hover i, .main-nav .active > a i {color: #c2c856;}

.header-scrolled .main-nav {margin: 15px 0 0 0 !important;}

@media (min-width: 992px) {
  .main-nav a {padding: 10px 25px; font-size: 24px; letter-spacing: 1px;}
}
@media (min-width: 1200px) {
  .main-nav a {padding: 18px 25px; font-size: 24px;}
  .header-scrolled .main-nav a {padding: 10px 25px;}
}

/* Mobile Navigation */
.mobile-nav {position: fixed; top: 0; bottom: 0; z-index: 1; overflow-y: auto; left: -260px; width: 260px; padding-top: 60px; background: rgba(255, 255, 255, 1); transition: 0.4s;}
.mobile-nav * {margin: 0; padding: 0; list-style: none;}
.mobile-nav a {display: block; position: relative; color: #325842; padding: 15px 20px 10px 20px; font-weight: 500; text-decoration: none; text-align: left; text-transform: uppercase; letter-spacing: 1px;}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {color: #fff; text-decoration: none; background-color: #325842;}
.mobile-nav-toggle {position: fixed; right: 0; top: 0; z-index: 3; border: 0; background: none; font-size: 24px; transition: all 0.4s; outline: none !important; line-height: 1; cursor: pointer; text-align: right;}
.mobile-nav-toggle i {margin: 18px 18px 0 0; color: #325842;}
.mobile-nav-overly {width: 100%; height: 100%; z-index: 0; top: 0; left: 0; position: fixed; background: rgba(255, 255, 255, 0.8); overflow: hidden; display: none;}
.mobile-nav-active {overflow: hidden;}
.mobile-nav-active .mobile-nav {left: 0;}
.mobile-nav-active .mobile-nav-toggle i {color: #325842;}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section{padding: 80px 0;}

/* Sections Header
--------------------------------*/
.title{text-align: center; margin-bottom: 40px;}

.bgDark{background-color: #3a9145; color: #fff;}
.bgDark h1, .bgDark h2, .bgDark h3{color: #c1c856;}
.bgDark p{color: #fff;}

/* Section How To Compete
--------------------------------*/
.howToCompete {padding-bottom: 60px;}
.howToCompete h2{}
.howToCompete [class*="col-"]{margin-bottom: 30px;}
.howToCompete [class*="col-"] img.icon{margin-bottom: 15px; width: 80px;}
.howToCompete [class*="col-"] h3{margin-bottom: 0;}
@media (max-width: 768px){
  .bottles {max-width: 300px;}
}

/* Section We Play
--------------------------------*/
.wePlay {padding-bottom: 60px;}
.wePlay .mainImg{margin-bottom: 25px;}
.wePlay .textBox{text-align: center;}
.wePlay .textBox h3{font-size: 32px; color: #fff; text-transform: uppercase; line-height: 120%; margin-bottom: 40px; font-family: "Lunchbox_Bold", Georgia, Geneva, Helvetica, sans-serif;}
.wePlay .textBox h3 strong{color: #f2cc30;}
.wePlay .textBox p{font-size: 18px;}
@media (min-width: 768px) {
  .wePlay .textBox{text-align: left;}
  .wePlay .textBox h3{font-size: 32px;}
}
@media (min-width: 992px) {
  .wePlay .textBox h3{font-size: 38px;}
}
@media (min-width: 1200px) {
  .wePlay .textBox h3{font-size: 38px;}
  .wePlay .textBox p{font-size: 20px;}
}


/* Section Products
--------------------------------*/
.products{padding-bottom: 60px; margin: 0 auto; text-align: center !important;}
.products .container{text-align: center;}
.products h3{color: #325842; font-size: 38px; text-transform: uppercase; font-family: "LunchBox", Georgia, Geneva, Helvetica, sans-serif;}
.products ul{margin: 0 auto 0 auto; padding: 0;}
.products ul li{margin: 0 auto; padding: 0 20px; list-style: none; display: inline-block; vertical-align: top; max-height: 300px;}
.products p{line-height: 100%; font-size: 22px;}
@media (max-width: 767px) {
  .products ul li{padding: 0 0px;}
}

/* Section Registration
--------------------------------*/
.registration{}
.registration small.note{font-size: .8em; font-family: "LunchBox", Georgia, Geneva, Helvetica, sans-serif; line-height: 100%; padding: 15px 15px 25px 15px; display: block;}

/* Winners
--------------------------------*/
.winners{padding-bottom: 0;}
.winners .card{border: 0; padding: 0 20px; background-color: transparent;}
.winners .card-body{padding: 0 20px;}
.winners table.table{border: 0;}
.winners table.table thead tr th{border: 0; text-align: left; font-size: 24px; font-family: "Lunchbox_Bold", Georgia, Geneva, Helvetica, sans-serif;}
.winners table.table thead tr th:first-of-type{text-align: left;}
.winners table.table tbody tr td{text-align: left; border-color: #3a9145 !important;}
.winners table.table tbody tr td:first-of-type{text-align: left;}
@media (max-width: 480px) {
  .winners .card{padding: 0;}
  .winners .card-body{padding: 0 15px;}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {padding-top: 40px; padding-bottom: 10px;}
.footerLine{background: url("/img/footerLine.png") repeat-x center top; width: 100%; height: 100px;}
.footer .links{margin: 0 0 10px 0;}
.footer .links a{display: inline-block; padding: 0 25px;}

/* Modal
--------------*/
.modal-dialog{margin-top: 100px; background-color: #fff; border: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.modal-content{background-color: #fff; border: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.modal-header{background-color: transparent; border: 0 none;}
.modal-header button.close{opacity: 1;}
.modal-header button:focus{outline: none !important;}
.modal-title{font-size: 45px;}
.modal-body{background-color: #fff; padding-top: 10px; padding-bottom: 0; text-align: left;}
.modal-body h3{font-size: 30px;}
.modal-footer{background-color: #fff; padding-top: 0; border: 0 none; }
.modal-footer .btn{padding: 10px 45px 5px 45px; line-height: 180%; border: 0; font-size: 22px;}
.modal-footer .btn:hover, .modal-footer .btn:focus{}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/


/* Tabulka v mobilnim zarizeni */
@media only screen and (max-width: 768px){
  /* Force table to not be like tables anymore */
  .no-more-tables table, .no-more-tables thead, .no-more-tables tbody, .no-more-tables th, .no-more-tables td, .no-more-tables tr {display: block;}
  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr {position: absolute; top: -9999px; left: -9999px;}
  .no-more-tables tr { /*border: 1px solid #813c56; */ border-bottom: 2px solid #212749;}
  .no-more-tables td {border: none; border-bottom: 1px solid #212749; position: relative; padding: 5px !important; padding-left: 50% !important; white-space: normal; text-align:left; color: #212749;}
  .no-more-tables td:before {/*table header*/position: absolute; top: 6px;/*odsazeni*/ left: 6px;/*odsazeni*/ width: 45%; padding-right: 10px; white-space: nowrap; text-align:left; font-weight: bold;}
  .no-more-tables td.checkboxSelect {padding-bottom: 12px !important;} /*vlastni nastaveni*/
  /* Label the data */
  .no-more-tables td:before { content: attr(data-title);}
}

@media (max-width: 768px) {
  .back-to-top {bottom: 15px;}
}