/* Custom Styles */

/* Global */

* {
	margin: 0 auto;
}

html {
  overflow-x: hidden;
}

body {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-family: 'AvantGarde', sans-serif;
	font-size: 16px;
	color: #fff;
  background-color: #000;
  letter-spacing: .5px;
}

a:focus,
input:focus {
	text-decoration: none;
	outline: 0;
}

a,
.full-nav,
#lightgallery .img-block .overlay {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover {
	text-decoration: none;
}

@font-face{
  font-family: 'AvantGarde';
  src: url("../webfonts/AvantGarde.ttf") format("opentype"),
       url("../webfonts/AvantGarde.woff") format("woff"),
       url("../webfonts/AvantGarde.woff2") format("woff2"),
       url("../webfonts/AvantGarde.eot") format("eot");
}

/* Custom */

img {
  max-width: 100%;
}

header {
  position: fixed;
  width: 100%;
  padding: 16px 0 0 0;
  top: 0;
  z-index: 99;
  text-align: center;
}

  header .topband {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #d90808;
    height: 120px;
  }

  header .topband:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 65px);
    width: 130px;
    height: 170px;
    background-color: #d90808;
    border-radius: 65px/85px;
  }

  header .topband:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -59px;
    left: calc(50% - 16px);
    width: 32px;
    height: 32px;
    background-color: #d90808;
    border-radius: 16px;
  }

  header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#111111+1,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(top, rgba(17,17,17,0.65) 0%, rgba(17,17,17,0.64) 1%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(17,17,17,0.65) 0%,rgba(17,17,17,0.64) 1%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(17,17,17,0.65) 0%,rgba(17,17,17,0.64) 1%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6111111', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    height: 80px;
  }

  header img {
    position: relative;
    z-index: 5;
  }

  header .btn-mail {
    position: absolute;
    top: calc(50% - 54px);
    left: 16px;
    display: block;
    width: 56px;
    height: 56px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    border-radius: 28px;
  }

    header .btn-menu {
    position: absolute;
    top: calc(50% - 54px);
    right: 16px;
    display: block;
    width: 56px;
    height: 56px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    border-radius: 28px;
  }

.header-filler {
  margin-top: 120px;
  padding: 120px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

  .header-filler h1 {
    font-size: 24px;
    font-weight: 600;
  }

  .header-filler h1 span {
    font-size: 40px;
  }

.hero-banner {
  position: relative;
}

.hero-banner .owl-theme .owl-nav.disabled+.owl-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
}

.full-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #d90808;
  text-align: center;
}

  .full-nav nav {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }

  .full-nav ul {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .full-nav ul li {
    margin-bottom: 16px;
  }

  .full-nav ul li:last-child {
    margin-bottom: 0;
  }

  .full-nav ul li a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
  }

.full-nav button {
  position: absolute;
  top: 24px;
  left: calc(50% - 32px);
  padding: 16px 12px;
  background-color: #fff;
  border: none;
  font-size: 13px;
  font-weight: 600;
  color: #d90808;
  line-height: 0;
  border-radius: 50px;
  letter-spacing: 2px;
}

.full-nav span {
  display: block;
  width: 100%;
  padding: 24px 0;
  background-color: rgba(0,0,0,.24);
  position: absolute;
  bottom: 0;
  font-size: 13px;
  color: #f5a2a2;
  line-height: 16px;
}

.show-nav {
  z-index: 999;
  opacity: 1;
}

footer {
  padding: 0 0 40px 0;
  font-size: 14px;
  color: #777;
  line-height: 17px;
  text-align: center;
}

  footer img {
    display: block;
    max-height: 40px;
    margin-bottom: 16px;
  }

.bannersub {
  position: relative;
  margin-top: 120px;
}

  .bannersub h1 {
    position: absolute;
    top: calc(50%);
    left: 0;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 4px 0 8px rgba(0,0,0,1);
  }

  .bannersub h1 span {
    font-size: 40px;
  }

.about-content {
  padding: 24px 0;
  background-color: #d90808;
}

  .about-content .img-block {
    position: relative;
    margin-bottom: 24px;
  }

  .about-content .img-block .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 0;
    background-color: rgba(0,0,0,.72);
    text-align: center;
  }

  .about-content .img-block .overlay a {
    color: #fff;
    font-weight: 600;
  }

  .about-content .img-block .overlay a i {
    margin-left: 12px;
  }

  .about-content img {
    width: 100%;
  }

  .about-content article p:last-child,
  .contact-content article p:last-child {
    margin-bottom: 0;
  }

.events-content,
.gallery-content {
  padding: 80px 0 0 0;
  margin-top: 120px;
}

#lightgallery a {
  cursor: pointer;
  color: #fff;
}

#lightgallery .img-block {
  position: relative;
}

  #lightgallery .img-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.56);
    text-align: center;
    opacity: 0;
  }

  #lightgallery .img-block:hover .overlay {
    opacity: 1;
  }

  #lightgallery .img-block .overlay i {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    font-size: 40px;
    font-weight: 600;
  }

  #lightgallery .col-sm-4 {
    margin-bottom: 16px;
  }

.item-events {
  background-color: black;
}

  .item-events .content-block {
    padding: 24px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #000;
    text-align: center;
  }

  .item-events .content-block h2 {
    font-size: 20px;
    font-weight: 600;
  }

  .item-events .content-block h3 {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #777;
  }

#lg-share,
#lg-actual-size {
  display: none;
}

.gallery-content .col-xs-6:nth-child(odd) {
  padding-right: 8px;
}

.gallery-content .col-xs-6:nth-child(even) {
  padding-left: 8px;
}

.contact-content {
  padding: 24px 0;
  text-align: center;
}

/* Preloader */

body {
	overflow: hidden;
}

#loading {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	margin-top: 0px;
	top: 0px;
	text-align: center;
}

#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}

#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
    -webkit-animation: loading-center-absolute 1s infinite;
	animation: loading-center-absolute 1s infinite;
}

svg {
  display: none;
}

.blobs {
	position: absolute;
	top: calc(50% - 150px);
  -webkit-filter: url(#goo);
          filter: url(#goo);
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.blobs .blob-center {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  background: #d90808;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  -webkit-animation: blob-grow linear 3.4s infinite;
          animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  box-shadow: 0 -10px 40px -5px #FFF200;
}

.blob {
  position: absolute;
  background: #d90808;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: blobs ease-out 3.4s infinite;
          animation: blobs ease-out 3.4s infinite;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  opacity: 0;
}
.blob:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.blob:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.blob:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.blob:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.blob:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
            transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
            transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
            transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
            transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}
@-webkit-keyframes blob-grow {
  0%,  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
            transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
            transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
            transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
            transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
}
@keyframes blob-grow {
  0%,  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
            transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
            transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
            transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
            transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
}
