@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800&subset=latin-ext');

body, html {
    font-family: 'Open Sans', sans-serif !important;
    line-height: 2;
    color: #FFFFFF;
    letter-spacing: 0px;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0;
    margin: 0;
    background:  #061d54;
    background-image: linear-gradient(rgba(0,35,91,0.9), rgba(0,35,91,0.9)), url("/wp-content/uploads/bg2-1.png") ;
    background-repeat: no-repeat;
    background-position: left bottom;
}


a, a:visited{
  text-decoration: none;
}

h1,
h2,
h3 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    text-align: inherit;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 6rem;
    font-weight: 900;

}

h2 {
    font-size: 3rem;
    font-weight: 900;
}

h3{
  font-size: 1.6rem;
  font-weight: 700;
}

h4{
  font-size: 1.2rem;
  font-weight: 900;
}

.row
{
    margin: 0;
}

/* * * * * * * * * * * * * * *
 * Animace
 * * * * * * * * * * * * * * */

@keyframes show {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block !important;
    }
    100% {
        display: block !important;
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        display: block;
        opacity: 1;
    }
    99% {
        display: block;
    }
    100% {
        display: none;
        opacity: 0;
    }
}

/* KONTROLKY */
.jca-btn
{
  display: inline-block;
  padding: 8px 24px;
  border-radius: 30px;
  border: 2px solid rgba(126,158,191,0.46);
  color: #FFFFFF !important;
  font-size: 0.9rem;
  font-weight: 700;
  transition: all 0.5s ease-out;
  cursor: pointer;
}

.jca-btn:hover
{
  background:  #FFFFFF;;
  color: #0f1b5d;
}

/* HEADER */
#jca-header
{
  position: fixed;
  height: 100px;
  top: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0,30,72,0.9) ;
  z-index: 999;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* LOGO */
#jca-logo
{
  width: 150px;
  padding-left: 2%;
}

#jca-logo h1
{
  font-size: 12px;
}

/* MENU */
#jca-switch-menu {
    display: none;
}

#jca-menu{
    flex-grow: 2;
    transition: all 0.5s ease-out;
}

#jca-menu ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
}

#jca-menu li
{
  text-align: center;
  padding: 0px 20px;
}

#jca-menu li a
{
  color: #FFFFFF;
  padding: 20px 10px;
  text-transform: uppercase;
  font-weight: 800; /*OLD: 900*/
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  border-bottom: 4px solid rgba(255,255,255,0);
  transition: 0.5s ease-out;
}

#jca-menu li a:hover
{
  border-bottom: 4px solid rgba(255,255,255,0.2)
}

.jca-col-buttons
{
  display: flex;
  height: 100%;
  display: flex;
  align-items: stretch;
}
.jca-col-buttons a
{
  padding: 0 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  background: rgba(0,0,0,0.4) ;
  color: #7a97c7;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
}

#jca-fb
{
  background: rgba(0,0,0,0.2) ;
  color: #7A97C7 !important;
}

/* * * * * * * * * * * * * * *
 * JCA Prepinac jazyku
 * * * * * * * * * * * * * * */

#jca-lang-menu {
    position: fixed;
    top: 100px;
    visibility: hidden;
    right: 0px;
    min-width: 180px;
    text-align: left;
    z-index: 999;
    background: #FFFFFF;
    opacity: 0;
    transition: opacity 0.5s ease-out, visibility 0s ;
}

#jca-lang-menu.visible {
    visibility: visible;
    opacity: 1;
}

#jca-lang-menu li {
    display: block;
    width: 33%;
    float: left;
    text-align: center
}

#jca-lang-menu img {
    display: block;
    margin: auto;
    padding-bottom: 10px;
}

#jca-lang-menu a {
    display: block;
    padding: 20px;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}

#jca-lang-menu a:hover {
    background: #f6f7fa;
}

#jca-lang {
	color: #7A97C7 !important;
}

/* BANNER */
#jca-banner{
    min-height: 1000px;
}

#jca-banner .elementor-background-overlay{
  transition: opacity 2s;
}

#jca-banner.banner2 .elementor-background-overlay{
  opacity: 1;
}

.jca-button .elementor-button-content-wrapper
{
  display: inline-block;
  padding: 20px 40px;
  background: #05184b;
  border-radius: 30px;
}

.jca-button .elementor-button:hover .elementor-button-content-wrapper
{
  background: #FFFFFF;
}


#jca-jackpot
{
  pointer-events: none;
  transition: 0.8s ease-out !important;
}

/* MAPA */

#map {
  height:700px;
}

.gm-style-iw
{
  color: #061d54;
  padding: 30px !important;
}
.gm-style-iw h3
{
  color: #061d54;
  letter-spacing: 0;
}

/***** CONTACT FORM *****/

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    max-width: 600px;
    padding: 10px 20px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background: transparent;
    color: #FFFFFF;
}

.wpcf7-form input.wpcf7-submit {
    border-radius: 30px;
    border:0;
    padding: 15px 30px;
    background: #e16d2f;
    color: #FFFFFF;
    font-size: 100% !important;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    margin: auto;
    cursor: pointer;
    text-transform: uppercase;
    max-width: 200px;
}

.wpcf7-form input.wpcf7-submit:hover {
    border-radius: 0;
    background: #333333;
    color: #FFFFFF;
}



/* CONTENT */
#jca-content{
  margin: auto;
  margin-top: 100px;
  max-width: 1600px;
  padding-bottom: 50px;
}

.home #jca-content{
  margin: auto;
  margin-top: 0;
  max-width: none;
}


#jca-content h1{
  text-align: center;
}

.elementor-text-editor a{
  color: #E27233;
}

/* POSTS */

.jca-posts-page
{
  padding: 30px 0;
  margin: 30px 0;
  border-top: 1px solid  rgba(94,128,186,0.1);
}

.jca-post
{
  text-align: center;
  padding: 30px 0;
}

.jca-post h4
{
  color: #8192af;
  font-size: 0.9rem;
  margin-top: 5px;
  font-weight: 500;
}

.jca-post-img
{
  width: 250px; /*OLD: 100%*/
  height: 250px; /*OLD: 200px*/
  background-size: cover; /*OLD: contain*/
  background-repeat: no-repeat;
  background-position: center;
  margin: auto; /*NEW*/
  margin-bottom: 20px;
}

.jca-posts-grid .jca-btn{
    min-height: 100px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px 0;
    padding:200px 15px 25px 15px;
    line-height: 1.2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 2px;
}

.jca-posts-grid .jca-btn:hover{
    color: #FFFFFF;
    transform: scale(1.05);
}

.jca-posts-grid .jca-btn span{
  font-size: 0.8rem;
  font-weight: 500;
  color: #e27241;
  padding-bottom: 10px;
}


/* PAGE LOKALITA - KASINO */

.jca-detail
{
  background: url("/wp-content/uploads/conf3.png") no-repeat center top ;
  background-size: auto;
}
.jca-detail .row{
  margin: 0;
}

.jca-detail h1{
  text-shadow: 4px 5px 0px rgba(0,0,0,0.3);
  padding: 40px 0 40px 0;
  font-size: 400%;
}

.jca-detail h2{
  font-size: 2rem;
  min-height: 50px;
}

.jca-detail h4{
  font-size:1rem;
  font-weight: 500;
  color: #5e80ba;
}


.jca-box-col:hover
{
  transform: scale(1.02);
}

.jca-box-inner
{
  padding: 10px 20px 40px 20px;
}

.jca-detail .img
{
  width: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: top center;
  opacity: 0.6;
  transition: all 0.4s ease-in-out;
}

.jca-box-col:hover .jca-box .img
{
  opacity: 1;
}



/* PAGE LOKALITA  */


.jca-lokalita .jca-box
{
  background: rgba(4,2,57,1);
  height: 100%;
}

.jca-lokalita .jca-box-inner
{
  text-align: center;
}

.jca-lokalita h2
{
  padding-bottom: 30px;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.jca-lokalita .row
{
  margin-top: 40px;
  justify-content: center;
}

.jca-lokalita .jca-box-col
{
  margin-bottom: 60px;
  transition: all 0.4s ease-out;
  cursor: pointer;
}

/* PAGE KASINO */
.jca-kasino .jca-col
{
  padding: 0;
}

.jca-kasino .row-popis
{
  padding: 4% 5%;
  color: #849eca;
  font-size: 1rem;
  font-weight: 500;
}

.jca-kasino .row-popis a{
  color: #d46a42;
}

.jca-kasino .row-btn
{
  margin: 0 5% 20px 5%;
  padding-bottom: 20px;
  text-align: center;
  justify-content: center;
  /*border-bottom: 1px solid #e27241;*/
}

.jca-kasino .row-btn .jca-btn
{
  margin: 0 15px;
}

.jca-kasino .row-poznamka
{
  margin: 10px 0 20px 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #d46a42;
  font-size: 120%;
  font-weight: 700;
}

.jca-kasino .row-poznamka i{
  margin-right: 20px;
}


.jca-kasino .row-info
{
  color: #e27241;
  font-size: 1rem;
  padding: 0px 5% 30px 5%;
  /*border-top: 1px solid  rgba(94,128,186,0.1);*/
  text-align: left;
  font-weight: 700;
}

.jca-kasino .row-info-col
{
  padding: 0 10px;
  font-size: 90%;
  text-align: center;
  word-wrap: break-word;
}

.jca-kasino .row-gallery
{
  padding: 20px 5%;
  /*background: rgba(2,1,25,0.3);*/
}

.jca-kasino .row-gallery img
{
  margin: 10px;
  opacity: 0.5;
  transition: all 0.4s ease-out;
  border: 5px solid #030b43;
  box-shadow: 0px 0px 0px 1px rgba(237,145,33,0.3);
}

.jca-kasino .row-gallery img:hover
{
  opacity: 1;
}



.jca-kasino .icon
{
  padding: 0;
  display: block;
  font-size: 1.5rem;
  color: #e27241;
}

.jca-kasino .img
{
  opacity: 1;
  height: 100%;
}

.jca-kasino .col2
{
  background: rgba(4,2,57,0.7);
}

#jca-kasino-full{
background: rgba(4,2,57,0.5);
padding: 20px 0 0 0;
max-width: 1400px;
margin: auto;
color: #b9c8e1;
}

#jca-kasino-full h2, #jca-kasino-full h3, #jca-kasino-full h4, #jca-kasino-full h5
{
  color: #FFFFFF;
}

#jca-kasino-full h2
{
  border-bottom: 5px solid #e16d2f;
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 20px;
}

#jca-kasino-full .elementor-heading-title a{
  text-decoration: underline;
}

#jca-kasino-full .row-info
{
  background: rgba(0,19,50,0.5);
  padding-top: 20px;
}

.jca-kasino-full-menu .jca-btn
{
  background: rgba(0,40,95,0.9);
  margin: 0 3px;
}

.jca-kasino-full-menu .jca-btn:hover
{
  background: #FFFFFF;
}

.jca-kasino-full-menu
{
  display: flex;
  align-items: center;
  justify-content: center;
}

.jca-kasino-full-content{
  font-size: 1.1rem;
  font-weight: 500;
  padding-bottom: 50px;
}

.jca-kasino-full-content #KASINO,
.jca-kasino-full-content #HOTEL,
.jca-kasino-full-content #HRY,
.jca-kasino-full-content #GALERIE,
.jca-kasino-full-content #UDALOSTI,
.jca-kasino-full-content #KARIERA
{
  display: none;
}

.elementor-editor-active .jca-kasino-full-content #KASINO,
.elementor-editor-active .jca-kasino-full-content #HOTEL,
.elementor-editor-active .jca-kasino-full-content #HRY,
.elementor-editor-active .jca-kasino-full-content #GALERIE,
.elementor-editor-active .jca-kasino-full-content #UDALOSTI,
.elementor-editor-active .jca-kasino-full-content #KARIERA
{
  display: block !important;
}



.KASINO .jca-kasino-full-content #KASINO
{
  display: block;
  animation: show 1s ease forwards;
}

.HOTEL .jca-kasino-full-content #HOTEL
{
  display: block;
  animation: show 1s ease forwards;
}

.HRY .jca-kasino-full-content #HRY
{
  display: block;
  animation: show 1s ease forwards;
}

.GALERIE .jca-kasino-full-content #GALERIE
{
  display: block;
  animation: show 1s ease forwards;
}

.UDALOSTI .jca-kasino-full-content #UDALOSTI
{
  display: block;
  animation: show 1s ease forwards;
}

.KARIERA .jca-kasino-full-content #KARIERA
{
  display: block;
  animation: show 1s ease forwards;
}

.KASINO .btn-kasino
{
  background: #FFFFFF;
  color: #00285f;
}

.HOTEL .btn-hotel
{
  background: #FFFFFF;
  color: #00285f;
}

.HRY .btn-hry
{
  background: #FFFFFF;
  color: #00285f;
}

.GALERIE .btn-galerie
{
  background: #FFFFFF;
  color: #00285f;
}

.UDALOSTI .btn-udalosti
{
  background: #FFFFFF;
  color: #00285f;
}

.KARIERA .btn-kariera
{
  background: #FFFFFF;
  color: #00285f;
}


/* NOVINKA */

.jca-novinka .img
{
  opacity: 1;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.jca-novinka .text
{
  font-size: 1rem;
}


/* PAGINATION */
.jca-pagination
{
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: row;
   padding: 20px;
   color: #849eca;
   text-transform: uppercase;
   letter-spacing: 2px;
   font-size: 0.8rem;
}

.jca-pagination a
{
  color: #849eca;
  font-weight: 700;
  border-top: 1px solid;
  padding: 15px;
  transition: all 0.5s;
}

.jca-pagination a:hover
{
  color: #FFFFFF;
}


@media only screen and (max-width: 1538px) {

  h1 {
      font-size: 3rem;
      font-weight: 900;

  }

  h2 {
      font-size: 2rem;
      font-weight: 900;
  }

  h3{
    font-size: 1.2rem;
    font-weight: 700;
  }

  #jca-header
  {
    height:70px;
  }
  .jca-col-buttons
  {
    right: 0;
    position: absolute;
  }
  .jca-col-buttons a
  {
    padding: 0 20px;
    background: #00375c ;
    color: #5e80ba;
    height: 100%;
  }

  /*OLD
  #jca-logo
  {
    width: 80px;
    padding: 2%;
  }	
  */

  #jca-switch-menu {
      display: flex;
  }

  #jca-lang-menu {
      top: 50px;
  }

  #jca-menu{
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    background: #003d6d;
  }

  #jca-menu ul
  {
    flex-direction: column;
  }

  #jca-menu li
  {
    padding: 20px 20px;
  }
	
  #jca-banner{
    min-height: 1000px; /*OLD: 400px*/
  }

}

/*NEW*/
@media only screen and (max-width: 900px) {

  #jca-logo
  {
    width: 80px;
    padding: 2%;
  }
	
  #jca-banner{
    min-height: 400px;
  }
	
  h1{
    line-height: 1;
  }
	
}
/**/