/*----------- Global styles -----------*/
/* Disable outline */
:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

@font-face {
  font-family: 'Messina Sans';
  src: url('../fonts/MessinaSans-Light.woff2') format('woff2'),
      url('../fonts/MessinaSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Messina Sans';
  src: url('../fonts/MessinaSans-Bold.woff2') format('woff2'),
      url('../fonts/MessinaSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

/* Body */
body {
  background-color: #fff;
  color: #111;
  font-family: "Messina Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  /* letter-spacing: -1.3px; */
}

p {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
color: #222;
line-height: 1.4;
}

b {
font-weight: 800;
color: #111;
}

/* Other elements */
a {
transition: all 0.15s ease-in-out;
}

a:hover,
a:focus {
text-decoration: none;
}

.title {
font-weight: 900;
font-size: 37px;
margin-bottom: 24px;
color: #000;
line-height: 1.1;
}

/*----------- Preloader lightbox -----------*/
.preloader {
  background-color: #0e0e0e;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.preloader .preloader-block {
  -webkit-transform: translate(50%, 50%);
  bottom: 50%;
  position: fixed;
  right: 50%;
  transform: translate(50%, 50%);
  z-index: 3000;
}

.preloader .preloader-block .preloader-icon .loading-dot {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 13px;
  width: 13px;
}

.preloader .preloader-block .preloader-icon .loading-dot.loading-dot-1 {
  -webkit-animation: 1.2s grow ease-in-out infinite;
  animation: 1.2s grow ease-in-out infinite;
}

.preloader .preloader-block .preloader-icon .loading-dot.loading-dot-2 {
  -webkit-animation: 1.2s grow ease-in-out infinite 0.15555s;
  animation: 1.2s grow ease-in-out infinite 0.15555s;
  margin: 0 14px;
}

.preloader .preloader-block .preloader-icon .loading-dot.loading-dot-3 {
  -webkit-animation: 1.2s grow ease-in-out infinite 0.3s;
  animation: 1.2s grow ease-in-out infinite 0.3s;
}

@-webkit-keyframes grow {

  0%,
  40%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes grow {

  0%,
  40%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/*----------- Navbar -----------*/
.navbar {
background-color: #fff;
padding: 30px 0 0 0;
flex-flow: column;
}

.navbar .navbar-menu {
transition: all .3s ease-in-out;
padding-top: 18px;
padding-bottom: 0;
height: 0;
}

.navbar .navbar-menu:after {
content: '';
height: 0;
border-bottom: 3px #000 solid;
border-top: 18px #fff solid;
width: 100%;
position: relative;
transition: all .3s ease-in-out;
top: -43px;
}

.navbar .navbar-menu.nav-active:after {
top: -3px;
}

.navbar .navbar-menu .menu-list {
transition: all .3s ease-in-out;
position: relative;
top: -18px;
visibility: hidden;
opacity: 0;
}

.navbar .navbar-menu .menu-list>li a {
color: #CD171A;
font-size: 17px;
font-weight: 700;
}

.navbar .navbar-menu.nav-active {
padding-bottom: 18px;
padding-top: 18px;
height: 61px;
}

.navbar .navbar-menu.nav-active .menu-list {
top: 0;
visibility: visible;
opacity: 1;
}

.navbar .navbar-brand img {
width: 190px;
}

.navbar .navbar-btn {
-ms-flex-direction: column;
-ms-flex-pack: justify;
cursor: pointer;
display: -ms-flexbox;
display: flex;
flex-direction: column;
height: 25px;
justify-content: space-between;
position: relative;
width: 44px;
}

.navbar .navbar-btn .btn-line,
.navbar .navbar-btn:before,
.navbar .navbar-btn:after {
-ms-flex-item-align: end;
align-self: flex-end;
background-color: #000;
height: 3px;
width: 100%;
}

.navbar .navbar-btn:before {
content: '';
width: 100%;
}

.navbar .navbar-btn:after {
content: '';
}

.navbar .navbar-btn .btn-line {
width: 100%;
}

.mini-logo {
margin-top: 132px;
transition: all .3s ease-in-out;
margin-bottom: 80px;
}

.mini-logo.nav-active {
margin-top: 172px;
}

.mini-logo img {
width: 45px;
height: 50px;
}

.description {
}

.videos>.container {
padding-right: 30px;
padding-left: 30px;
}

.videos .video-item {
padding-left: 0;
padding-right: 0;
}

.videos .video-item .embed-responsive {
background-size: cover;
}

.videos .video-item .embed-responsive-item {

}

.videos .video-item .embed-responsive-item:before {
background-color: rgba(0, 0, 0, 0.2);
}

.videos .video-item .embed-responsive-item,
.videos .video-item .embed-responsive-item:before {
border-radius: 3px;
}

.videos .video-item .embed-responsive-item .play-wrapper {
-webkit-transform: scale(1);
background-color: rgba(255, 255, 255, 0.65);
border-radius: 50%;
bottom: 0;
display: block;
height: 30px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
transform: scale(1);
transition: all 0.1s ease-in-out;
width: 30px;
}

.videos .video-item .embed-responsive-item .play-wrapper .icon {
color: #222;
display: block;
font-size: 15px;
line-height: 32px;
text-align: center;
}

.videos .video-item .embed-responsive-item:hover .play-wrapper {
-webkit-transform: scale(1.075);
transform: scale(1.075);
}

.info {
}

.info .info-container {
background-color: #CD171A;
padding: 80px 15px;
}

.info .info-description {
color: #000;
font-size: 24px;
font-weight: 900;
text-align: center;
margin-bottom: 32px;
}

.info a {
color: #fff;
font-size: 22px;
font-weight: 800;
text-decoration: underline;
display: block;
margin-bottom: 12px;
text-align: center;
}

.gallery {

}

.gallery>.container {
padding-left: 30px;
padding-right: 30px;
}

.gallery .item {
padding-left: 0;
padding-right: 0;
}

.gallery .item  {
height: 150px;
background-size: cover;
background-position: center;
}

.contact {
  background-color: #000;
  color: #ccc;
}

.contact .contact-container {
padding: 30px 0;
}

.contact .title {
color: #CD171A;
font-size: 48px;
}

.contact p {
font-weight: 300;
font-size: 22px;
margin-bottom: 22px;
}

.contact .contact-details a {
display: block;
color: rgb(230, 230, 230);
}

.contact .contact-logo {
text-align: left;
margin-top: 20px;
}

.contact .contact-logo img {
width: 55px;
height: 60px;
}

.contact hr {
border-top: 2px solid #fff;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
/* Global Styles */
body {
}
p {
  
  font-size: 24px;
}
.title {
  font-size: 64px;
}
/* Videos */
.videos .video-item .embed-responsive-item .play-wrapper {
  height: 40px;
  width: 40px;
}

.videos .video-item .embed-responsive-item .play-wrapper .icon {
  font-size: 17px;
  line-height: 42px;
}
/* Info */
.info {
}

.info .info-container {
  padding: 80px 90px;
}

.info .info-description {
  font-size: 30px;
  margin-bottom: 32px;
}

.info a {
  font-size: 32px;
  margin-bottom: 12px;
}
/* contact */
.contact .contact-container {
  padding: 50px 0;
}
.contact .title {
  font-size: 68px;
}
.contact p {
  font-size: 28px;
  margin-bottom: 22px;
}

.contact .contact-logo {
  text-align: right;
  margin-top: 0;
}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* Custom */
@media (min-width: 800px) {
  .container {
    /* max-width: 800px!important; */
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container-desktop {
    padding: 0 80px;
  }
  .title {
    font-size: 86px;
  }
  .info .info-container {
    padding: 80px 240px;
  }

  .contact .title {
    font-size: 88px;
  }
}

@media (max-width: 1199.98px) {
  
}