/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@font-face {
  font-family: 'Verlag-Light';
  src: url('../fonts/Verlag-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Verlag-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Verlag-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Verlag-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Verlag-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Verlag';
  src: url('../fonts/Verlag.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Verlag.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Verlag.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Verlag.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Verlag.svg#svgFontName') format('svg'); /* Legacy iOS */
}








/*MAIN SETTINGS*/







h1, h2, h3, h4 {
  font-family: 'Verlag';
  color: #4d4d4d;
  line-height: 1.2;
}
p {
  font-family: 'Verlag-Light';
  color:  #909090;
  font-size: 1.063em;
  font-weight: 300;
}
small {
  font-family: 'Verlag-Light';
  font-weight: 300;
}
h2 { 
  font-size: 2.8125em;
    font-weight: bold;
    letter-spacing: 5.2px;
    margin-bottom: 39px;
}
h3 {
  font-size: 1.875em;
    font-weight: bold;
    letter-spacing: 3.5px;
    line-height: 1.17;
    margin-bottom: 31px;
}
ul {
  list-style: none;
  padding-left: 0;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  background-color: #efefef;
}

a {
  font-family: 'Verlag-Light';
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none!important;
}

a.lukalink {
  font-size: 0.75em;
  position: relative;
  z-index: 0;
    text-transform: uppercase;
    color: #4d4d4d;
    font-weight: 300;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
a.lukalink:hover,
a.lukalink:focus {
    color: #ffffff;
}
a.lukalink:before {
  position: absolute;
  content: '';
  bottom: 0%;
  left: -1px;
  right: -1px;
  height: 1px;
  background-color: #4d4d4d;
  z-index: -1;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
a.lukalink:hover:before,
a.lukalink:focus:before {
    height: 1.2em;
}
a.lukalink.arrow-link:after {
  content: '';
    position: absolute;
    width: 69px;
    height: 17px;
    right: -70px;
    bottom: 0;
    background: url('../images/luka-arrow.svg');
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: right center;
}
.no-pad {
  padding: 0;
}


.navbar-left {
  float: left;
  margin-left: 10px;
}
.main-nav-bar h1 {
  display: block;
  text-align: center;
  margin-top: 38px;
}
header {
  background:#efefef;
}
#language-dropdown {
    position: absolute;
    font-size: 0.6875em;
    right: 37px;
    top: 58px;
    background: #efefef;
    border: 1px solid #efefef;
    text-transform: uppercase;
    outline: none;
}
#menu-button {
  position: absolute;
  left: 56px;
  top: 53px;
  width: 44px;
  height: 44px;
  outline: none;
  border-radius: 0;
  border: solid 1px #b9b9b9;
  background-color: #efefef;
  background-image: url('../images/menu-button.svg');
      /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: center center;
}
.close-menu-button {
  background-image: url('../images/menu-button-close.svg')!important;
}

.main-nav-bar small {
  display: block;
  text-align: center;
}
section.text_left-slide {
  background-color: #efefef;
  padding-top: 38px;
  padding-bottom: 170px;
}
section.small-news {
  background-color: #eaeaea;
}
section.small-news .container-fluid .row div:nth-child(2) {
  margin-left: 71px;
}
section.small-news .container-fluid .row div:nth-child(3) {
  margin-left: 18px;
}
.container.no-more-padds,
.container-fluid.no-more-padds {
  padding-left: 0;
  padding-right: 0;
}
.center-text {
  text-align: center;
}
footer p {
  margin-bottom: 0;
    line-height: 76px;
}
.mob-menu {
  background: #efefef;
  height: 90vh;
  overflow: hidden;
  display: none;
}

.mob-menu ul {
    margin-top: 72px;
    margin-left: 17.5%;
    width: 230px;
    text-align: left;
    display: block;
    float: left;
}
.mob-menu .block-quote-menu {
    width: 60%;
    text-align: center;
    display: block;
    float: left;
    padding-right: 22%;
    padding-left: 13%;
    padding-top: 148px;
}
.body-overflow-hidden {
  overflow:  hidden;
  display: block;
  height: 100vh!important;
}

.slick-slide {
  outline: none;
}
.mob-menu {
  background-image: url('../images/menu-bottom-background.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
}
footer {
  background-color: #eaeaea;
}
.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* START CSS PORTFOLIO*/


.box {
/* if not using border-box 
width: 218px; 
*/
width: 250px;
background: #ffffff;
border: 1px solid #999;
padding: 15px;
margin: 10px;
float: left;
border-radius: 5px;

-webkit-box-shadow: 0px 0px 5px 1px #aaa;
box-shadow: 0px 0px 5px 1px #aaa;
}

.isotope-item {
  z-index: 2;
}
 
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
 
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
          -o-transition-duration: 0.8s;
     transition-duration: 0.8s;
}
 
.isotope {
  -webkit-transition-property: height, width;
          -o-transition-property: height, width;
          transition-property: height, width;
}
 
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
          -webkit-transition-property:         opacity, -webkit-transform;
          transition-property:         opacity, -webkit-transform;
          -o-transition-property:         transform, opacity;
          transition-property:         transform, opacity;
          transition-property:         transform, opacity, -webkit-transform;
}


/*END CSS PORTFOLIO*/
.nav-portfolio {
  display: block;
  width: 100%;
  text-align: center;
}
.portfolio-gallery {
  min-height: 600px;
}
.main-nav-bar .main-index-link {
  margin-top: 54px;
  display: inline-block;
}
.main-index-link {
  width: 300px;
  height: auto;
}
.main-nav-bar .sett-nav {
  height: 150px;
  text-align: center;
}
.text_left-slide p {
  padding-right: 136px;
}

.small-news .block-news {
  padding-left: 15px;
  padding-right: 15px;
}
small.metadata-news {
  font-size: 0.625em;
  display: block;
  letter-spacing: 8.8px;
  margin-bottom: 30px;
  color: #4d4d4d;
}
.mob-menu ul li {
  display: inline-block;
}

.mob-menu ul li a {
    font-size: 2.8125em;
    display: block;
    font-weight: 700;
    color: #4d4d4d;
    letter-spacing: 5.2px;
    line-height: 1.21em;
    position: relative;
}
.mob-menu ul li a:before {
  position: absolute;
  width: 0px;
  height: 1px;
  left: -82px;
  top: 50%;
  background-color: #d8d8d8;
  content: '';
  -webkit-transition: width 400ms ease;
  -o-transition: width 400ms ease;
  transition: width 400ms ease;
}
.mob-menu ul li a:hover:before,
.mob-menu ul li a:focus:before,
.mob-menu ul li.active a:before {
  width: 60px;
}
.block-quote-menu p {
  font-size: 1.1625em;
  margin-bottom: 35px;
  position: relative;
}
.block-quote-menu p:first-child:before {
    position: absolute;
    display: block;
    width: 53px;
    height: 37px;
    top: -17px;
    left: 3%;
    content: '';
    background: url('../images/uvodzovky-left.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
.block-quote-menu p:first-child:after {
    position: absolute;
    display: block;
    width: 53px;
    height: 37px;
  bottom: -12px;
    right: 2%;
    content: '';
    background: url('../images/uvodzovky-right.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
.block-quote-menu small {
  text-transform: uppercase;
  font-size: 0.5625em;
  letter-spacing: 3.8px;
  color: #4d4d4d;
}
footer p {
  text-transform: uppercase;
  font-size: 0.6875em;
  color: #4d4d4d;
}
footer p a  {
  color: #4d4d4d;
  text-decoration: underline;
}
.detail-slide,
.detail-zoomable,
.contact-section,
.press-contain,
.news-posts,
.book-preview,
.friends-links,
.works-section,
.detail-work-news,
.item-news-test {
  background-color: #efefef;
}
.detail-slide .detail-slick-slider .slick-list .slick-slide img {
  margin:  0 auto;
  max-width: 459px;
  -webkit-box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.1);
}
.detail-slide .detail-text {
  padding-left: 10.3%;
    padding-right: 3%;
}
.detail-slide .detail-text p {
  padding-right: 11%;
  margin-bottom: 42px;
}
.detail-slide .slick-prev,
.detail-slide .slick-next {
  bottom: -53px;
  top: initial;
}
.detail-slide .slick-prev {
  left: 39px;
}
.detail-slide .slick-next {
  left: 70px;
  right: initial;

}
.main-zoomer img {
  max-width: 100%;
  height: auto;
}
.detail-slide ul.slick-dots {
  display: none;
}


/*CSS - Glass */


.magnify {max-width: 768px; width:100%; margin: 0px auto; position: relative; cursor: none;}

/*Lets create the magnifying glass*/
.large {
  width: 368px;
  height: 368px;
  position: absolute;
  border-radius: 100%;
  z-index: 2;
  
/*Multiple box shadows to achieve the glass effect*/
  -webkit-box-shadow:  inset 0 2px 4px rgba(0,0,0,0.29), inset 70px 120px 0px -80px  rgba(255,255,255,0.35), 0 0 0 5px #fff, 0 3px 6px 4px rgba(0,0,0,0.5);
          box-shadow:  inset 0 2px 4px rgba(0,0,0,0.29), inset 70px 120px 0px -80px  rgba(255,255,255,0.35), 0 0 0 5px #fff, 0 3px 6px 4px rgba(0,0,0,0.5); 
  
  
/*hide the glass by default*/
  display: none;
}


/*CSS - Glass END*/

.zoom-slick-slider .slick-arrow {
    top: initial;
    bottom: -64px;
    z-index: 3;
    height: 27px!important;
    width: 27px!important;
    border-radius: 50%;
    border: 1px solid #cecece;
}
.zoom-slick-slider .slick-prev {
  left: 0;
}
.zoom-slick-slider .slick-next {
  right: initial;
  left: 34px;
}
.links-wrapp {
  text-align: center;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -49px;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}
.count-slide {
  display: inline-block;
    float: right;
    margin-bottom: 0;
}
.links-wrapp a {
  font-size: 0.6875em;
    text-transform: uppercase;
    color: #4d4d4d;
    border: 1px solid #cecece;
    border-radius: 12.5px;
    padding: 0.5em 1.8em;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.links-wrapp a:first-child {
  margin-right: 10px;
}
.links-wrapp a:hover,
.links-wrapp a:focus {
  color: #ffffff;
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
}
.detail-zoomable {
  padding-bottom: 168px;
}
.zoom-slick-slider .slick-next,
.zoom-slick-slider .slick-prev {
  position: absolute;
}
.zoom-slick-slider .slick-prev:before,
.zoom-slick-slider .slick-next:before {
  font-size: 18px!important;
    color: #4d4d4d;
}


.zoom-slick-slider .slick-prev:before {
    content: '';
    background: url('../images/carousel-button-left.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
 }
 .zoom-slick-slider .slick-next:before {
  content: '';
    background: url('../images/carousel-button-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
 }

/*kontakt*/
.contact-section {
  min-height: 74vh;
  padding-top: 96px;
  padding-bottom: 33px;
  background: url('../images/background-dark.jpg');
  background-color: #efefef;
  background-size: 18.4vw;
    background-repeat: no-repeat;
    background-position: right bottom;
    mix-blend-mode: darken;
}
.contact-section .about-text {
  padding-left: 5.5%;
}
.contact-section .formular a {
  display: block;
  font-size: 2.4125em;
  color: #4d4d4d;
  font-weight: bold;
  letter-spacing: 0.09em;
  line-height: 1.04;
}
.item-news-test .postcontent iframe {
    margin: 0 AUTO;
    display: block;
    margin-bottom: 40px;
}
.contact-section form {
  margin-top: 54px;
  width: 68%;
}

input.form-control,
textarea.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  border-radius: 0;
  font-size: 0.75em;
  color: #4d4d4d;
  line-height: 1.75;
  padding: 0.5em 0.2em;
}
textarea.form-control {
  height: 35px;
}
input.form-control:focus,
textarea.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  border-radius: 0;
}
.contact-section form button.btn {
  display: block;
  width: 100%;
  font-size: 0.75em;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid #b9b9b9;
  background-color: transparent;
  padding: 0.75em 0.2em;
  margin-top: 36px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.contact-section form button.btn:hover,
.contact-section form button.btn:focus {
  background-color: #4d4d4d;
    color: #ffffff;
}
.contact-section .author-img {
  text-align: right;
}
.contact-section .author-img img {
    border-radius: 50%;
    border: 20px solid #eeeeee;
    -webkit-box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.1);
    width: 388px;
}
.contact-section .formular {
  margin-top: 18px;
  padding-left: 5.6%;
}
.wrapp-cv-button {
  padding: 0px 110px 0 137px;
  margin-top: 17px;
}
.wrapp-cv-button a {
  text-transform: uppercase;
  font-size: 0.75em;
  color: #4d4d4d;
}


/*kontakt end*/
.press-contain {
  min-height: 72vh;
  padding-top: 95px;
  padding-bottom: 95px;
}
.press-contain .nav-pills .nav-link {
  font-size: 2.8125em;
  font-weight: bold;
  color:  #4d4d4d;
  letter-spacing: 0.1em;
  max-width: 200px;
  position: relative;
}
.press-contain .nav-pills .nav-link:before {
    position: absolute;
    width: 0px;
    height: 1px;
    left: -82px;
    top: 50%;
    background-color: #d8d8d8;
    content: '';
    -webkit-transition: width 400ms ease;
    -o-transition: width 400ms ease;
    transition: width 400ms ease;
}
.press-contain .nav-pills .nav-link:hover:before,
.press-contain .nav-pills .nav-link:focus:before,
.press-contain .nav-pills .nav-link.active:before
 {
    width: 60px;
}

.nav-wrapp-news .nav-pills .nav-link {
  font-size: 1.25em;
  position: relative;
    color: #4d4d4d;
    font-weight: 300;
    line-height: 2.35;
    letter-spacing: 0.14375em;
    z-index: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.nav-wrapp-news .nav-pills .nav-link:before {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  content: '';
  background-color: #d8d8d8;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 45%;
  z-index: -1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}



.nav-wrapp-news .nav-link:focus:before,
.nav-wrapp-news .nav-link:hover:before,
.nav-wrapp-news .nav-link.active:before {
    text-decoration: none;
    visibility: visible;
  opacity: 1;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: transparent;
  font-weight: bold;
}


.video-wrapp {
  margin-bottom: 20px;
}
.video-wrapp h2 {
  font-size: 1.25em;
  font-weight: 300;
  letter-spacing: normal;
  margin-bottom: 18px;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: -webkit-transform 0.3s ease-out;
          -o-transition: transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
          transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: none!important;
        -ms-transform: none!important;
            transform: none!important;
}


.nav-wrapp-news .nav-pills {
  display: block;
  max-width: 483px;
  margin:  0 auto;
  text-align: center;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.nav-wrapp-news .nav-pills li {
  display: inline-block;
}
.news-posts {
  padding-top: 70px;
  min-height: 74vh;
}

.news-posts .wrapp-block-news {
  margin-top: 70px;
}

.news-posts .wrapp-block-news .block-news {
  margin-bottom: 122px;
}
.more-more {
  display: block;
  width: 100%;
  border:  1px solid #b9b9b9;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.75em;
  padding: 0.8em 0.1em;
  color: #4d4d4d;
  margin-bottom: 153px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.more-more:hover,
.more-more:focus {
  border:  1px solid #b9b9b9;
  color: #ffffff;
  background: #4d4d4d;
  outline: none;
}
.book-preview img {
  margin-bottom: 6px;
  max-width: 100%;
  -webkit-box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.book-preview .container .row .img-preview:nth-child(even) {
  padding-right: 3px;
  text-align: right;
}
.book-preview .container .row .img-preview:nth-child(odd) {
  padding-left: 3px;
  text-align: left;
}
.text-center-news  {
  text-align: center;
}
.text-center-news small  {
  font-size: 0.625em;
  letter-spacing: 0.85em;
  color: #4d4d4d;
  text-transform: uppercase;
}

.padd-bott {
  padding-bottom: 163px;
}
.book-preview .text-center-news h3 {
  margin-bottom: 45px;
}
.mg-tops {
  margin-top: 22px;
}
.book-preview .modal.fade .modal-dialog {
  max-width: 651px!important;
}
.book-preview .modal-content {
  padding: 18%!important;
    border-radius: 0!important;
    background-color: #efefef!important;
}
.book-preview .modal-body.formular {
  padding: 0;
}
.book-preview .modal-content button.close {
  width: 60px;
    height: 60px;
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #efefef;
    opacity: 1;
    -webkit-box-shadow: 0 0 56px 0 rgba(0, 0, 0, 0.16)!important;
            box-shadow: 0 0 56px 0 rgba(0, 0, 0, 0.16)!important;
    /*background:  url('../images/close-button.svg');*/
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
}
.book-preview .modal-body.formular form button.btn {
    display: block;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #b9b9b9;
    font-size: 0.75em;
    text-transform: uppercase;
    padding: 0.8em 0.1em;
}
.book-preview .button-popup-contact button.btn {
    display: block;
    width: 100%;
    font-size: 0.75em;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #b9b9b9;
    background-color: transparent;
    padding: 0.75em 0.2em;
    font-family: 'Verlag-Light';
    margin-top: 36px;
    color: #4d4d4d;
    margin-bottom: 180px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.book-preview .button-popup-contact button.btn:hover,
.book-preview .button-popup-contact button.btn:focus {
    background-color: #4d4d4d;
    color: #ffffff;
}
.no-background {
  background-image: none;
}
.friends-links {
  padding-bottom: 159px;
}
.friends-links a {
  color: #909090;
    font-size: 0.9375em;
    font-weight: 300;
    text-transform: none!important;
}
.friends-links .linkss {
  padding-left: 5.5%;
}
.friends-links .linkss h2 {
  margin-top: 69px;
  max-width: 326px;
}

.overflow-hidd {
    overflow: hidden;
}

/*sshuffle*/

/* ---- button ---- */
.wrapp-port-button {
  display: block;
  text-align: center;
}
.button {
  display: inline-block;
  position: relative;
  padding: 10px 1px;
  margin-bottom: 10px;
  background: transparent;
  border: none;
  border-radius: 7px;
  color: #4d4d4d;
  cursor: pointer;
  font-size: 1.25em;
  font-family: 'Verlag-Light';
  font-weight: 300;
  letter-spacing: 0.14375em;
  line-height: 2.35;
  z-index: 0;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.button:before {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    content: '';
    background-color: #d8d8d8;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 45%;
    z-index: -1;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.button:hover:before,
.button:focus:before {
    text-decoration: none;
    visibility: visible;
    opacity: 1;

}

.button:hover,
.botton:focus {
  color: #222;
  outline: none!important;
}

.button.is-checked {
 background-color: transparent;
 font-weight: bold;
 outline: none;
}


/*.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}*/

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  border-radius: 0;
  margin-left: 0;
  margin-right: 38px;
}
.button-group .button:last-child {
  margin-right: 0px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- isotope ---- */

.grid {
  /*border: 1px solid #333;*/
  height: 100%;

}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 360px;
  height: auto;
  margin: 0px;
  padding: 0px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
  background: transparent;
  border: none;
  -webkit-box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.1);
}
.element-item a:before  {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.element-item a:hover:before  {
  opacity: 0.5;
}
.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

/*.element-item.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element-item.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element-item.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element-item.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element-item.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element-item.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element-item.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element-item.diatomic        { background: #00F; background: hsl( 252, 100%, 50%); }
.element-item.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element-item.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }
*/
.element-item a {
  display: block;
}

/*shuffle end*/

.works-section {
  padding-top: 70px;
}
.works-section .button-group {
  padding-bottom: 30px;
}
.works-section .more-more {
  margin-top: 100px;
}

/* MOUSE */
.other-arts h3,
.other-arts small {
  text-align: center;
  display: block;
}
.other-arts h3 {
  font-size: 1.875em;
    letter-spacing: 0.09em;
    text-transform: capitalize;
    margin-bottom: 55px;
}
.other-arts small {
  text-transform: uppercase;
    font-size: 0.625em;
    letter-spacing: 0.85em;
    margin-bottom: 8px;
}
.detail-slide {
  padding-bottom: 66px;
  padding-top: 38px;
}
.header-blog-news h2,
.header-blog-news small {
  display: block;
  text-align: center;
}
.header-blog-news h2 {
  max-width: 528px;
    margin: 0 auto;
    margin-top: 76px;
}
.header-blog-news small {
  text-transform: uppercase;
    font-size: 0.625em;
    letter-spacing: 0.85em;
    margin-bottom: 76px;
    margin-top: 32px;
}
.item-news-test p {
  padding-left: 16%;
  padding-right: 16%;
  padding-bottom: 21px;
}
.item-news-test img {
  width: 100%;
}

.text_left-slide .slick-dots li {
  width: 120px;
    height: 1px;
    content: '';
    background-color: #d8d8d8;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.text_left-slide .slick-dots li.slick-active {
  background-color: #92e9f0;
  height: 3px;
}
.text_left-slide .slick-dots li button:before {
  content: '';
}

.text_left-slide .slick-slide {
  padding-bottom: 75px;
  padding-left: 20px;
    margin-right: 2px;
}

.text_left-slide .slick-slide img {
  -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.book-cover {
  -webkit-box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.1);
}
.seduco-link a.lukalink {
  font-size: 1.1em;
    text-decoration: none;
}
.footer-icon a {
  font-size: 1.1em;
  text-decoration: none;
}
.home-text {
  margin-top: 152px;
  margin-left: 224px;
}
 .text_left-slide .home-text p {
  margin-bottom: 52px;
}
.small-news .media-bigger-alone p {
  margin-bottom: 52px;
}
.contact-section .about-text p:last-child {
  margin-bottom: 53px;
}
.main-book-text {
  margin-top: -43px;
}
.main-book-text h2 {
  margin-bottom: 31px;
}
.main-book-text p {
  margin-bottom: 22px;
}
.block-news p {
  margin-bottom: 30px;
}
.pagingInfo-zoom,
.pagingInfo-detail {
  display: inline-block;
  position: relative;
  float: right;
  font-family: 'Verlag-Light';
  font-size: 0.6875em;
  color: #4d4d4d;
}
.detail-zoomable .slick-slider {
  -webkit-box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.1);
}

.detail-slide .slick-arrow {
    top: initial;
    bottom: -64px;
    z-index: 3;
    height: 27px!important;
    width: 27px!important;
    border-radius: 50%;
    border: 1px solid #cecece;
}

.detail-slide .slick-prev:before {
    content: '';
    background: url('../images/carousel-button-left.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
 }
 .detail-slide .slick-next:before {
  content: '';
    background: url('../images/carousel-button-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.wrapp-cv-button img.no-round-circle {
  border:  none!important;
  border-radius: 0!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  width: 140px;
}
.minus-marg {
  margin-right: -27px;
}
.text_left-slide {
  overflow: hidden;
}
.text-heade {
  padding-left: 72px!important;
    margin-top: 151px;
}
.text_left-slide p {
  margin-bottom: 53px;
}

/*Tooltop tesy*/
/*
.spec-hover {
    text-decoration:none;
    position:relative;
}
.spec-hover span {
  display: none;
  position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #b9b9b9;
    background-color:  #ffffff;
    background:  url('../images/eye-hover-cursor.svg');
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}
.spec-hover:hover span {
    position:fixed;
    overflow:hidden;
  display: block;
 }*/
/*tooyl; END*/
/*.element-item a:hover {
    cursor:url('../images/jamaha.svg'), auto;
}*/
/*skusame*/

#cursor {
    display: block;
    position: absolute;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    z-index: 999;

    text-align: center;

    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

#circle {
    display: block;
    position: relative;
    margin: auto;
    margin-top: 10px;
    width: 60px;
    height: 60px;

    background-color: rgba(0, 0, 20, 0.5);
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 1);
            box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 1);
}


/*slisame end*/
.con-sec {
  padding-bottom: 170px;
}
.magnify .small {
  -webkit-box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.1);
}

.pagingInfo-zoom, .pagingInfo-detail {
    display: block!important;
    padding-right: 40px;
}
.detail-slick-slider ul.slick-dots {
  display: none!important;
}
.detail-slick-slider .slick-slide {
  padding-bottom: 20px;
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
    border: 1px solid transparent;
    padding-top: 58px;
    padding-bottom: 46px;
    background-color: #efefef;
    -webkit-box-shadow: 8px 11px 60px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 8px 11px 60px 0 rgba(0, 0, 0, 0.16);
}

/*just for modal popup single art*/


@media (min-width: 576px) {
  .modal-dialog {
      max-width: 906px;
  }
}

.modal .modal-dialog .modal-content img {
  max-width: 768px;
	height: 100vh;
    width: auto;
    min-height: 100%;
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.1);
}
.modal.artmodal {
  background-color: rgba(239,239,239,0.78);
}
.modal .modal-dialog .modal-content a:nth-child(2) {
  position: absolute;
    top: -24px;
    right: -24px;
    width: 60px;
    height: 62px;
    -webkit-box-shadow: 0 0 56px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 56px 0 rgba(0, 0, 0, 0.16);
    text-indent: -9999px;
    background: url('../images/close-popup-art.svg');
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #efefef;
}

.modal .modal-dialog .modal-content a:last-child {
  display: block;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: 0.75em;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #b9b9b9;
    background-color: transparent;
    padding: 0.75em 0.2em;
    margin-top: 38px;
    color: #4d4d4d;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.modal .modal-dialog .modal-content a:last-child:hover,
.modal .modal-dialog .modal-content a:last-child:focus {
    background-color: #4d4d4d;
    color: #ffffff;
}
/*just for modal popup single art - END*/

ul.slick-dots li span {
    font-family: 'Verlag-Light';
    color: #909090;
    font-size: 0.9375em;
}

/*update*/
#ajax-load-more .alm-masonry {
  overflow: visible;
}
#ajax-load-more .alm-masonry .alm-listing .grid-item img {
  -webkit-box-shadow: 0 0px 38px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 38px 0 rgba(0, 0, 0, 0.1);
}
.more-more.new-button-set.done {
  display: none;
}
#ajax-load-more .alm-btn-wrap {
  margin-bottom: 44px;
}
#ajax-load-more .alm-masonry .alm-listing .grid-item a,
.detail-slide .detail-slick-slider .slick-list .slick-slide img {
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#ajax-load-more .alm-masonry .alm-listing .grid-item a:hover,
#ajax-load-more .alm-masonry .alm-listing .grid-item a:focus,
.detail-slide .detail-slick-slider .slick-list .slick-slide img:hover,
.detail-slide .detail-slick-slider .slick-list .slick-slide img:focus {
  opacity: .5;
  cursor: crosshair;
  outline: none;
}
.zoomLens:hover {
  cursor: crosshair;
}

.text_left-slide .slick-slide img:hover,
.text_left-slide .slick-slide img:focus {
  cursor: grab;
  cursor: -webkit-grab;
}
.text_left-slide .slick-slide img:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

form.wpcf7-form > p input.btn:hover,
form.wpcf7-form > p input.btn:focus {
  background-color: #4d4d4d!important;
  color: #ffffff;
}


.detail-slide .detail-text p {
    margin-bottom: initial;
    line-height: 2;
}

.detail-text a.lukalink {
  line-height: 83px;
}

#v-pills-tabContent h3 {
  margin-bottom: 16px;
}
.new-button-set {
  font-family: 'Verlag-Light'!important;
}
input.form-control, textarea.form-control {
  font-family: 'Verlag-Light';
}

.fv-wp-flowplayer-ok {display: none;}

#language-dropdown {
  display: none;
}

.about-text a.lukalink {
  display: inline-block;
      padding-top: 50px;

}
section.small-news .block-news {
  padding-top: 133px;
  padding-bottom: 152px;
}
section.small-news img {
  -o-object-fit: cover;
     object-fit: cover;
  height:100%;
}

.press-contain .tab-pane p img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
a.goback {
color: #909090;
    text-transform: uppercase;
    font-size: .8em;
    position: absolute;
    top: -58px;
    left: -68px;
    padding-left: 33%;
  }
a.goback:after {
    content: '';
    position: absolute;
    width: 69px;
    height: 17px;
    right: 37px;
    bottom: 3px;
    background: url(../images/luka-arrow.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: right center;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}



/*update - end*/


/*more boooks in PAGE-BOOK.php*/
/**,*:before,*:after {outline: 1px solid #c7c7c7;}*/

main.booked_page {
  overflow-x: hidden; 
}
main.booked_page section.text_left-slide {
  padding-bottom: 0;
}
main.booked_page section.text_left-slide > .container {
  margin-bottom: 70px;
}

main.booked_page .text_left-slide > .container > .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main.booked_page .book-preview .button-popup-contact button.btn {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 399px;
  margin: 0 auto;
}
main.booked_page .book-preview > .container-fluid > .row:first-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main.booked_page .book-preview > .container-fluid > .row:first-child > div {
  padding-right: 0;
}
main.booked_page .book-preview > .container-fluid > .row:nth-child(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.booked_page .book-slider .slick-slide > div {
  height: 0px;
  padding-bottom: 120%;
  position: relative;
}
main.booked_page .book-slider .slick-slide {
  padding-left: 20px;
  padding-bottom: 20px;
}
main.booked_page .book-slider .slick-slide > div img {
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-shadow: -11px 11px 12px 1px rgba(0, 0, 0, 0.1);
            box-shadow: -11px 11px 12px 1px rgba(0, 0, 0, 0.1);
}
main.booked_page .b-box {
  margin-bottom: 80px;
}
/*more boooks in PAGE-BOOK.php - END*/

@media (max-width: 991.98px) {
  main.booked_page .book-preview > .container-fluid > .row:first-child > div {
    padding-left: 0;
  }
  main.booked_page .book-slider .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767.98px) {
  main.booked_page .b-box:nth-child(even) .text_left-slide > .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main.booked_page .b-box,
  main.booked_page section.text_left-slide > .container {
    margin-bottom: 20px;
  }
  main.booked_page .b-box:last-child {
    margin-bottom: 60px;
  }
}



.wpcf7-form-control-wrap > span,
.wpcf7-response-output {
  font-family: 'Verlag';
}



.book-slider .slick-arrow {
  top: initial;
  bottom: -79px;
  width: 64px;
  height: 38px;
}

.book-slider .slick-arrow.slick-prev {
  left: 23px;
}
.book-slider .slick-arrow.slick-next {
  right: 23px;
}
.book-slider .slick-arrow:before {
  display: none;
}
.book-slider .slick-arrow.slick-next:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  background-image: url("../images/luka-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.book-slider .slick-arrow.slick-prev:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: url("../images/luka-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
}









