/*css http://www.wp4you.cz*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import 'reset.css';

*,
*::before,
*::after{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .mobileHide1200 {
    display: none;
  }
  .mobile-hide{
    display: none;
  }
}
@media (max-width: 980px) {
  .mobileHide980 {
    display: none;
  }
}
@media (max-width: 600px) {
  .mobileHide {
    display: none;
  }
}
@media (min-width: 601px) {
  .onlyMobile {
    display: none;
  }
}


/*===============body=============
==================================*/
body{
  background: rgba(var(--whiteFull_tr),1);
  color: rgba(var(--black_tr),1);
  font-size: 1.1em;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: 'Ubuntu','trebuchet ms',Tahoma,georgia,verdana,arial,lucida,sans-serif;
  line-height: 1.6;
  font-weight: 400;
  box-sizing: border-box;
  padding: 0;
  overflow-x: hidden;
}
@media (max-width: 600px) {
  body {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  }
}

.fullBg{
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
}

/*==============global==============
====================================*/

*{box-sizing:border-box;}

.imgCover img{
  width: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
}
@media (max-width: 980px){
  .imgCover img{
    width: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 100% 50%;
  }
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.container {
  position: relative;
}
.wrap{
  z-index:0;
  width: calc(100% - 0px);
  margin: 0 auto;
}

.mainWrap{
  z-index:0;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
  background: rgba(var(--whiteFull_tr),1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: rgba(var(--black_tr), .1) 3px 3px 10px 10px;

  /*border: rgba(var(--black_tr),.1) 1px solid;
  border-width: 0 1px;*/
}
.max1080{
  max-width: 1080px;
  margin: 0 auto;
}
.max1200{
  max-width: 1200px;
  margin: 0 auto;
}
.max1400{
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1480px) {
  .mainWrap{
    padding-left: 0px;
    padding-right: 0px;
  }
  .max1200,
  .max1400{
    max-width: auto;
    width: 100%;
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
  .wrap {
    width: calc(100% - 40px);
  }
}

@media (max-width: 980px){
  .wrap {
    width: calc(100% - 20px);
  }
}

#easyTooltip {
  padding: 4px 12px;
  background: rgba(var(--blue_tr), 0.85);
  color: var(--white);
  font-size: 18px;
  display: block;
  text-align: left;
  letter-spacing: 0px;
  z-index: 99999999999;
  max-width: 50%;
  border-radius: 0px;
}

.kotva{
  position: relative;
  top: -50px;
}
.detail .kotva{
  top: -110px;
}

.sectionFull {
  min-height: 100vh;
  overflow: hidden;
}

.homepage img,
.subPage img{
  filter: grayscale(10%) brightness(100%);
  transition: all ease-in-out 500ms;
}

.homepage img:hover,
.subPage img:hover,
.imgFull img{
  filter: grayscale(10%) brightness(100%);
}

.imgFull img:hover{
  filter: grayscale(10%) brightness(100%);
  transition: all ease-in-out 500ms;
}

.lineFull{
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100px;
  width: 100%;
  background: transparent;
  background: linear-gradient(180deg, 
  rgba(var(--white_tr),1) 20%,
  rgba(var(--whiteFull_tr),1) 70%,
  rgba(var(--whiteFull_tr),1) 100%);
  border: none;
  margin: 0 auto;
  border-top: rgba(var(--darkgrey_tr),.2) 1px solid;
}

/*=========butony=========
==========================*/
.button,
input.button,
#camera_wrap_wp4u .button {
  cursor: pointer;
  background: rgba(var(--secondary_tr), 1);
  color: rgba(var(--white_tr), 1);
  padding: 12px 30px;
  text-decoration: none;
  text-align: center;
  z-index: 99;
  transition: all ease-in-out 250ms;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
  outline: rgba(var(--white_tr), .75) 1px solid;
	outline-offset: 1px;
  letter-spacing: 0px;
  border-radius: 100px;
}
.button i,
#camera_wrap_wp4u .button i{
  margin-left: 20px
}
.button:hover,
#camera_wrap_wp4u .button:hover {
  background: rgba(var(--primary_tr), 1);
  color: rgba(var(--whiteFull_tr), 1);
}

.invert{
  background: rgba(var(--primary_tr), 1);
  color: rgba(var(--whiteFull_tr), 1);
}
.invert:hover{
  background: rgba(var(--secondary_tr), 1);
  color: rgba(var(--white_tr), 1);
}

@media (max-width: 980px){
  .button,
  input.button,
  #camera_wrap_wp4u .button{
    outline: none;
  }
}
/*=======sideMenu=======
========================*/
.sideMenu menu {
  position: absolute;
  top: 20px;
  right: 0px;
  text-align: left;
  overflow: hidden;
}
.sideMenu menu section{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0px;
  transform: translateX(calc(100% - 80px));
  transition: all ease-in-out 300ms;
  height: 60px;
  margin-bottom: 5px;

  position: relative;
  z-index: 9999999999;
}
.sideMenu menu section:hover{
  transform: translateX(0);
  height: auto;
  
}
.sideMenu menu picture{
  background: rgba(var(--primary_tr),1);
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.sideMenu menu picture img{
  width: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 20%;
  opacity: 1;
  padding: 0;
}
.sideMenu menu div{
  background: rgba(var(--darkgrey_tr), 1);
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  max-width: 300px;
}
.sideMenu menu div p{
  line-height: 22px;
  font-size: 1.1em;
  font-weight: 500;
  
}
.sideMenu menu div a,
.sideMenu menu div b,
.sideMenu menu div strong,
.sideMenu menu div p{
  color: rgba(var(--whiteFull_tr),1);
}
.sideMenu menu div a:hover{
  color: rgba(var(--whiteFull_tr),.5);
}


/*==================================mainPicture================================
==================================================================================*/
.mainPicture {
  height: calc(100vh - 60px);
  width: 100%;
  z-index: 0;
  position: relative;
  margin: 0 auto;
 /* transform: translateY(-120px);
  margin-bottom: -120px;*/
}

.mainPicture img {
  width: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
}

/*=====text-in-mainPicture=====*/
.mainPicture blockquote {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%,0%);
  z-index: 0;

  margin: 0 auto;
  padding: 20px;
  text-align: center;
  color: rgba(var(--black_tr), 1);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}


.mainPicture blockquote header{
  background: rgba(var(--whiteFull_tr),.5);
  outline: rgba(var(--white_tr), .3) 10px solid;
	outline-offset: 1px;
  padding: 10px 15px;
  text-align: center;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mainPicture blockquote h2,
.mainPicture blockquote h3 {
  font-weight: 800; 
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0 auto;
  padding: 0;
  text-align: center!important;
  display: block;
  white-space: nowrap;
}
.mainPicture blockquote h3{
  font-style: italic;
  font-size: .9em;
}

.mainPicture blockquote p {
  font-weight: 500;
  font-size: 1.1em;
  text-transform: none;
  margin: 0;
  text-align: center;
}

/*===========================subPage==========================
==============================================================*/
.subPage .mainPicture {
  height: calc(50vh + 15px); 
  overflow: hidden;
  position: relative;
  background: rgba(var(--black_tr), 1);
  display: block;
}

.subPage .mainPicture img {
  width: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 70%;
  /*filter: brightness(50%) opacity(50%);*/
}

.subPage .mainPicture p{
  margin: 10px 0;
}

/*specGrid*/
.specGrid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  position: relative;
}

.specGrid,
.specGrid h3,
.specGrid p{
  text-align: right;
}

.specGrid article{
  background: rgba(var(--blackFull_tr),.05);
  margin: 0;
  padding: 10px 30px;
}

.gridText{
  grid-column: 1/2;
  grid-row: 1/2;
}
.gridText:nth-child(1){
  opacity:.1;
  height: 80px;
  padding-top: 30px;
}
.gridText:nth-child(1) img{
  height: calc(100% + 10px);
}
.gridText:nth-child(2){
  grid-row: 2/3;
}
.gridText:nth-child(3){
  grid-row: 3/4;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 90px;
}

.gridImage{
  grid-row: 1/4;
  grid-column: 2/3;
}

.gridImage img{
  width: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
  transition: all ease-in-out 250ms;
}

.services .specGrid:nth-child(even){
  direction: rtl;
  text-align: left;
  background: rgba(var(--white_tr),1);
}

.specGrid:nth-child(even) h3,
.specGrid:nth-child(even) p{
  text-align: left;   
}

@media (max-width: 1200px){
  .specGrid{
    grid-template-rows: repeat(1, auto);
    grid-template-columns: repeat(1, auto);
  }
  .gridImage{
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .gridText{
    grid-row: 2/3;
  }
  .gridText:nth-child(1){
    position: absolute;
    left: 1%;
    z-index: 99999;
    grid-row: 1/2;
  }
  .gridText:nth-child(2){
    grid-row: 3/4;
  }
  .gridText:nth-child(3){
    grid-row: 4/5;
  }
  .services .specGrid:nth-child(even){
    direction: ltr;
  }
  .specGrid,
  .specGrid h3,
  .specGrid p{
    text-align: left;
   
}

}

/*
.imgImg{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 100px;

}

.imgImg figure{
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgImg figure aside{
  position: absolute;
  bottom: 2vw;
  left: 0;
  text-align: center;
  background: rgba(var(--black_tr),.3);
  color: rgba(var(--white_tr),1);
  padding: 10px 30px;
  font-size: 1.1em;
}

.imgImg picture {
  position: relative;
  height: 100%;
}


.imgImg picture:before{
  content: "";
}

.imgImg picture:before{
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(var(--black_tr), .55);
  background-image: url(../img/logo-L2HDEA.png);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  top: calc(100% - 20px);
  right: 30px;
  transform: translate(0%,-100%);
}

.imgImg img{
  position: relative;
  left: 0px; 
  opacity: 1;
}

.imgImg img{
  width: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% 50%;
}

@media (max-width: 1200px){
  .imgImg{
    padding: 0px;
    height: auto;
  }
  .imgImg img{
    left: 0px;
    top: 0;
  }
  .scroll-pane{
    width: 100%;
    height: auto;
  }
  .imgImg picture:after{
    display: none;
  }
  .imgImg picture:before{
    right: 30px;
  }
  .imgImg figure aside{
    background: rgba(var(--black_tr),.4);
    color: rgba(var(--white_tr),1);
  }
  .imgImg figure aside{
    max-width: 50%;
  }

}

/*============galleryPlace=========
===================================*/
.galleryPlace {
  margin: 40px 0;
}
.galleryPlace figure {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 300px;
}


.galleryPlace img {
  width: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: grayscale(10%)  brightness(100%);
  margin: 0;
  padding: 0;
  
}

.galleryPlace figure:hover img {
  transform: scale(1.1);
}

@media (max-width: 1025px) {
  .galleryPlace figure {
    display: block;
    height: 400px;
    margin: 0 0 20px 0;
  }
  .galleryPlace figure a::after {
    display: none;
  }
}



/*clear*/
.clear, 
.killfloat{
  clear:both;
}
.cleaner{
  visibility:hidden;
  display:block;
  height:0;
  clear:both;
  margin:0!important;
  border:none;
}

.empty50{
  visibility: hidden;
  display: block;
  height: 50px;
  clear: both;
  margin: 0!important;
  border: none;
}

.empty100{
  visibility: hidden;
  display: block;
  height: 100px;
  clear: both;
  margin: 0!important;
  border: none;
}

@media (max-width: 1200px){
  .empty50,
  .empty100{
    height: 20px;
  }

}

/*=============================paralax===========================
=================================================================*/
/*paralax*/
#one,
#two{
  display:block;
  overflow: hidden;
}
#one{
  width: 100%;
  height: 400px;
  background-color: rgba(var(--white_tr), 1);
  background-image: url(../img/foto_003.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
}
/*#one::before{
  content:"";
  background-color: rgba(var(--black_tr), .4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}*/
#one .parText{
  background: rgba(var(--secondary_tr),.85);
  height: 100%;
  width: 33vw;
  position: absolute;
  right: 15%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  color: rgba(var(--whiteFull_tr),1);
  text-align: left;
}
#one .bg{
  background: url(../img/logo_only.png) no-repeat;
  background-size: 10%;
  height: calc(400px + 30%);
  margin: 0 auto;
  padding: 0;
  position: absolute;
  left: -30%;
  width: 100%;
  z-index: 3;
  object-fit: cover;
  transform: translateY(0%);
}
#one .bg2{
  background: url(../img/ftb2.png) 100% 100% no-repeat fixed;
  height: 800px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

#two{
  width: 100%;
  height: 300px;
  background: url(../img/bg-two.jpg) no-repeat fixed;
  background-size: cover;
  z-index: 100;
  position: relative;
  float: left;
  vertical-align: middle;
}
#two {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}

@media (max-width: 600px) {
  #one,
  #two {
    height: 100px;
    /*background-size: cover;*/
  }
  #one .bg,
  #one .bg2,
  #two,
  #one .parText {
    display: none;
  }

}

.scrolltop {
  background: rgba(var(--primary_tr),1);
  color:var(--white);
}
.scrolltop{
  display:none;
  position:fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  text-align:center;
  font-size: 28px;
  z-index: 99999101;
  border-radius: 100px;
}
.fmenu .scrolltop{
display: block;
}
.scrolltop i{
  color:var(--white);
  line-height: 60px;
}
.scrolltop:hover {
  background: rgba(var(--secondary_tr),1);
}
.scrolltop:hover i {
  color: rgba(var(--whiteFull_tr),1);
}

@media (max-width: 1100px){
  .scrolltop{
    /*display:none;*/
    position:fixed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .scrolltop i{
    color:var(--white);
    line-height: 38px;
  }

}
.rc-anchor{
  display: none!important;
}

/*blok-odkazy*/
.odkazy ul {
  background: rgba(var(--blackFull_tr), 0.05);
  padding: 20px;
  position: relative;
  overflow: hidden;
  border: rgba(var(--black_tr),.1) 1px solid;
}

.odkazy ul::before{
  content: "WWW";
  font-weight: 900;
  font-size: 800%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: rgba(var(--black_tr),.03);
  z-index: -1;
}

.odkazy ul li::before,
.odkazy ul li::after{
  content: " - ";
  font-weight: 200;
  font-size: 1em;
  margin-right: 15px;
  color: rgba(var(--black_tr),.7);
}

.odkazy ul li::after{
  margin-right: 0;
  margin-left: 15px;
}

/*=====section_footer_menu======
================================*/

.section_footer_menu section {
  padding: 15px 30px;
  border-right: rgba(var(--white_tr),.1) 1px solid;
}
.section_footer_menu section:last-child{
  border: none;
}

.section_footer_menu section img{
  max-width: 100%;
}
.section_footer_menu h5 {
  font-size: 1.6em;
  font-weight: 700;
  position: relative;
  text-align: left;
  margin: 10px 0;
}

.section_footer_menu h5::before{
  content: "";
  height: 2px;
  width: 20%;
  background: rgba(var(--primary_tr),1);

  position: absolute;
  bottom: 0;
  margin: 0 auto;
}

.section_footer_menu li a{
  text-decoration: none;
}
.section_footer_menu ul li{
  margin: 3px 0;
}
.section_footer_menu ul li a{
  display: flex;
  padding: 2px 0;
  transition: all ease-in-out .3s;
  color: rgba(var(--whiteFull_tr), 1);
}
.section_footer_menu ul li a:hover{
  padding: 2px 10px;
  background: rgba(var(--whiteFull_tr),.1);
}


/*social*/
.section_footer_menu ol li {
  display: inline;
}
.section_footer_menu ol li a {
  display: inline-block;
  border: none;
  margin-right: 5px;
  color: rgba(var(--white_tr),.4);
  background: rgba(var(--white_tr),.05);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  
}
.section_footer_menu ol li a i{
  line-height: 40px;
}

.section_footer_menu ol li a:hover {
  color: var(--primary-color);
}


.section_footer_menu em {
  font-style: italic;
}

.section_footer_menu img{
  filter: grayscale(0%) opacity(100%);
  max-width: 100%;
}

.section_footer_menu figure{
  margin-right: 20px;
}
.section_footer_menu figure img{
  filter: grayscale(0%) opacity(100%);
  max-width: 100px;
  border-radius: 100%;
  box-shadow: 0 0 0 6px rgba(var(--whiteFull_tr),.1);
}
.section_footer_menu ol {
  margin: 20px 0;
  font-size: 1.3em;
  font-weight: 600;
}
.section_footer_menu .large{
  font-size: max(1.2em, 1.8vw);
}


.footerBox ul li{
  margin: 0;
  padding: 0;
}
.footerBox ul li:nth-child(3){
  font-size: 1.3em;
  color: rgba(var(--primary_tr),1);
}
.footerBox ul li a::before{
  content: "";
  margin-right: 0px;
}
.imgFooter{
  position: relative;
  max-width: 300px;
}
.imgFooter img{
  position: absolute;
  left: -20px;
  bottom: -74px;
  z-index: 99900;
  max-width: 100%;
}
@media (max-width: 1400px){
  .imgFooter img{
    max-width: 100%;
  } 
  .section_footer_menu .grid3{
    display: block;
  }
  .imgFooter{
    display: none;
  } 
}

/*foot*/
.foot{

}
.foot-in{
  position: relative;
  margin: 0 auto;
  letter-spacing: 0;
  box-sizing: border-box;
  font-size: 1em;
  z-index: 99;
}
.foot-in p{
  text-align: center;
  margin: 0 auto;
  padding: 20px 0px;
}
.foot-in a,.foot-in b{
  text-decoration: none;
}
.foot-in a:hover{
  color: rgba(var(--black_tr),1);
}

.foot-in img{
  max-width: 80px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out 500ms;
}

@media (max-width: 980px){
  .foot {
    border-radius: 0;
    border: none;
    box-shadow: none;
  }
  
}

.smap img { max-width: none !important;}
