*:not(.play-text){
/* *{ */
    /* transition: all 0.2s ease-out 0.2s;
    -webkit-transition: all 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -o-transition: all 0.2s ease-out 0.2s; */
}
.trans, .trans *{
	transition: all 0.3s ease-out 0.3s;
	-webkit-transition: all 0.3s ease-out 0.3s;
	-moz-transition: all 0.3s ease-out 0.3s;
	-o-transition: all 0.3s ease-out 0.3s;
}
.trans-2, .trans-2 * {
    transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
    -webkit-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -o-transition: all 0.2s ease-out 0.2s;
}
.trans-slow, .trans-slow * {
	transition: all 0.5s ease-out 0.5s;
	-webkit-transition: all 0.5s ease-out 0.5s;
	-moz-transition: all 0.5s ease-out 0.5s;
	-o-transition: all 0.5s ease-out 0.5s;
}
html, body.home-page{
	height: 100%;
	background: #fff;
}
a{
	text-decoration: none !important;
}
body.inside-page{
	/*background: #fff !important;*/
	/*overflow-x: hidden;*/
	height: auto !important;
}
html{
	/*overflow-x: hidden;*/
}
.noPM{
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.noP{
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.noPL{
  padding-left: 0 !important;
}
.noPR{
	padding-right: 0 !important;
}
@font-face {
    font-family: Norwester;
    src: url(../themes/linus/assets/fonts/norwester.otf);
}

/*inspired from https://codepen.io/Rowno/pen/Afykb*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.hero-inside{
  text-align: center;
  padding: 200px 0 125px;
  position: relative;
}
.hero-inside h1{
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 1);
  position: relative;
  z-index: 1;
  font-family: graphikSemi;
  font-size: 45px;
  line-height: 0.93;
  letter-spacing: 1px;
  color: #ffffff;
}
.hero-inside .hero-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(120, 120, 120, .25);
  z-index: 1;
  text-align: center
}
/*.scroll-down{
  position: absolute;
  z-index: 2;
  bottom: 8%;
  width: 10%;
  left: 45%;
}*/
.contact-block{
  padding: 50px 0;
  text-align: center;
  background: #242123 url(../themes/linus/assets/images/bg-venue-in-contact.png) fixed no-repeat center center / cover;
}
.contact-block h2{
  color: #fff;
  font-family: 'Great Vibes', sans-serif;
  font-size: 45px;
}
.contact-block a{
  color: #fff;
  text-decoration: none;
}
.contact-block a div{
  font-size: 18px;
  font-family: 'Karla', sans-serif;
  text-transform: uppercase;
  padding: 12px;
  border: 2px solid #fff;
  width: 200px;
  margin: 25px auto 0px;
}
.contact-block-2{
  padding: 50px 0;
  text-align: center;
  background: #242123 url(../themes/linus/assets/images/bg-contact-block.jpg) scroll no-repeat center center / cover;
}
.contact-block-2 h2{
  font-family: graphikSemi;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-align: center;
  color: #ffffff;
}
.contact-block-2 p{
  font-family: graphik;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.contact-block-2 a{
  color: #fff;
  text-decoration: none;
}
.contact-block-2 a div{
  border-radius: 5px;
  background-color: #eb068c;
  font-family: graphikMed;
  font-size: 13px;
  line-height: 2.38;
  letter-spacing: 0.3px;
  color: #ffffff;
  text-transform: uppercase;
  width: 200px;
  padding: 10px 0;
  margin: 30px auto 0;
}
.gallery-crumbs{
  margin-top: 100px !important;
  background: #f8faf2;
  padding: 25px 0 5px;
}
.gallery-crumbs ul{
  list-style: none;
  display: inline-flex;
  padding: 0;
}
.gallery-crumbs li{
  font-size: 15px;
  font-family: 'Karla', sans-serif;
  text-transform: uppercase;
  margin-right: 10px;
}
.gallery-crumbs li a{
  color: #6c6e72;
}
.gallery-crumbs li div.active{
  color: #3d4e21;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    border-radius: 0px !important;
    background-color: #666 !important;
}
.hamburger--spring.is-active .hamburger-inner {
    background-color: transparent !important;
}

@media (max-width: 768px){
  .gallery-crumbs {
    margin-top: 90px !important;
  }
  .gallery-crumbs ul {
      padding-left: 20px;
  }
  /*.article-content {
    padding: 25px 0 25px !important;
  }*/
}
