/* 
    Created on : Jul 30, 2018, 10:22:15 PM
    Author     : Christopher
*/
/* 
Responsive
*/
/*

.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}

*/
/* 
    Created on : Jul 30, 2018, 11:10:28 PM
    Author     : Christopher
*/
/*
#how to use
div {
    @include responsive-ratio(16,9);
}
*/
/* animations */
/*
How to use
@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}
.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('slide-down 5s 3');
}
*/
/* gradient */
/*
how to use
.gradient {
  background: #07c;
  background: -webkit-linear-gradient(top, #07c, #06f);
  background: linear-gradient(to bottom, #07c, #06f);
}
*/
/* aspect ratio */
/* HOuw to use
.sixteen-nine {
  @include aspect-ratio(16,9);  
}*/
/* 
    Created on : Jul 31, 2018, 11:27:47 AM
    Author     : Chris Muiruri
*/
@-webkit-keyframes floating-bg {
  0% {
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  50% {
    -moz-transform: translate(5px, 8px);
    -o-transform: translate(5px, 8px);
    -ms-transform: translate(5px, 8px);
    -webkit-transform: translate(5px, 8px);
    transform: translate(5px, 8px); }
  100% {
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); } }
@-moz-keyframes floating-bg {
  0% {
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  50% {
    -moz-transform: translate(5px, 8px);
    -o-transform: translate(5px, 8px);
    -ms-transform: translate(5px, 8px);
    -webkit-transform: translate(5px, 8px);
    transform: translate(5px, 8px); }
  100% {
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); } }
@-ms-keyframes floating-bg {
  0% {
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  50% {
    -moz-transform: translate(5px, 8px);
    -o-transform: translate(5px, 8px);
    -ms-transform: translate(5px, 8px);
    -webkit-transform: translate(5px, 8px);
    transform: translate(5px, 8px); }
  100% {
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); } }
@-o-keyframes floating-bg {
  0% {
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  50% {
    -moz-transform: translate(5px, 8px);
    -o-transform: translate(5px, 8px);
    -ms-transform: translate(5px, 8px);
    -webkit-transform: translate(5px, 8px);
    transform: translate(5px, 8px); }
  100% {
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); } }
@keyframes floating-bg {
  0% {
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  50% {
    -moz-transform: translate(5px, 8px);
    -o-transform: translate(5px, 8px);
    -ms-transform: translate(5px, 8px);
    -webkit-transform: translate(5px, 8px);
    transform: translate(5px, 8px); }
  100% {
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); } }
@-webkit-keyframes animate-menu-overlay-left {
  0% {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  100% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); } }
@-moz-keyframes animate-menu-overlay-left {
  0% {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  100% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); } }
@-ms-keyframes animate-menu-overlay-left {
  0% {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  100% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); } }
@-o-keyframes animate-menu-overlay-left {
  0% {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  100% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); } }
@keyframes animate-menu-overlay-left {
  0% {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  100% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); } }
@-webkit-keyframes animate-menu-overlay-right {
  0% {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  100% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); } }
@-moz-keyframes animate-menu-overlay-right {
  0% {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  100% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); } }
@-ms-keyframes animate-menu-overlay-right {
  0% {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  100% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); } }
@-o-keyframes animate-menu-overlay-right {
  0% {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  100% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); } }
@keyframes animate-menu-overlay-right {
  0% {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  100% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); } }
@-webkit-keyframes animate-menu-overlay-out-left {
  0% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  100% {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }
@-moz-keyframes animate-menu-overlay-out-left {
  0% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  100% {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }
@-ms-keyframes animate-menu-overlay-out-left {
  0% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  100% {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }
@-o-keyframes animate-menu-overlay-out-left {
  0% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  100% {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }
@keyframes animate-menu-overlay-out-left {
  0% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  100% {
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }
@-webkit-keyframes animate-menu-overlay-out-right {
  0% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  100% {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); } }
@-moz-keyframes animate-menu-overlay-out-right {
  0% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  100% {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); } }
@-ms-keyframes animate-menu-overlay-out-right {
  0% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  100% {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); } }
@-o-keyframes animate-menu-overlay-out-right {
  0% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  100% {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); } }
@keyframes animate-menu-overlay-out-right {
  0% {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  100% {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); } }
/* heartbeat animation */
@-webkit-keyframes heart-beat {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  40% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes heart-beat {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  40% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-ms-keyframes heart-beat {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  40% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes heart-beat {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  40% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes heart-beat {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  40% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* scroll indicator animations */
@keyframes scrollIcon {
  0% {
    transform-origin: center center;
    transform: rotateY(0) rotateZ(0deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: rotateY(720deg) rotateZ(0deg) translate(0px, 20px);
    opacity: 0; } }
/* link icon indicator animations */
@keyframes linkIcon {
  0% {
    transform-origin: center center;
    transform: translate(0px, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(10px, 0);
    opacity: 0; } }
/* 
    Created on : Jul 31, 2018, 11:53:05 AM
    Author     : Chris Muiruri
*/
@font-face {
  font-family: 'BlazeFont';
  src: url("../fonts/BLAZEFONT.otf"); }
@font-face {
  font-family: 'CenturyGothic';
  src: url("../fonts/Century Gothic Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'MontserratMedium';
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/montserrat-medium-webfont.woff") format("woff"); }
@font-face {
  font-family: 'MontserratLight';
  src: url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/montserrat-light-webfont.woff") format("woff"); }
@font-face {
  font-family: 'MontserratBold';
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/montserrat-bold-webfont.woff") format("woff"); }
/* 
    Created on : Jul 30, 2018, 11:08:48 PM
    Author     : Christopher
*/
* {
  box-sizing: border-box; }

body {
  background-color: #000;
  position: relative;
  font-family: "CenturyGothic", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #444444;
  font-weight: 400;
  margin: 0; }
  body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5; }
  body::-webkit-scrollbar {
    width: 8px;
    background-color: #ccc; }
  body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #ccc; }

/* loader wrapper */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 600px;
  height: 100%;
  height: 100vh;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  -moz-transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  -ms-transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  -o-transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  z-index: 99999; }
  .loader-wrapper .pulse-wrapper img {
    -webkit-animation: 0.8s infinite heart-beat;
    -moz-animation: 0.8s infinite heart-beat;
    -ms-animation: 0.8s infinite heart-beat;
    -o-animation: 0.8s infinite heart-beat;
    animation: 0.8s infinite heart-beat;
    position: relative;
    z-index: 100;
    width: 70px; }

/* helper classes */
.no-overflow-x {
  overflow-x: hidden; }

.no-overflow-y {
  overflow-y: hidden; }

.no-display {
  display: none !important; }

.blaze-color {
  color: #A91E1F !important; }

.white-bg {
  background-color: #fff; }

.white-text {
  color: #fff !important; }

.black-text {
  color: #000 !important; }
  .black-text * {
    color: #000 !important; }

.blaze-link {
  text-decoration: none; }

#menu {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  height: 100%;
  height: 100vh;
  z-index: 1000;
  display: none;
  -webkit-transition: all 2s ease-in-out 2s;
  -moz-transition: all 2s ease-in-out 2s;
  -ms-transition: all 2s ease-in-out 2s;
  -o-transition: all 2s ease-in-out 2s;
  transition: all 2s ease-in-out 2s; }
  #menu .menu-topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 110;
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    -moz-transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    -ms-transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    -o-transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s; }
    #menu .menu-topbar .logo-wrapper a .blaze-logo {
      width: 60px; }
    #menu .menu-topbar #close-menu {
      text-decoration: none; }
      #menu .menu-topbar #close-menu img {
        width: 40px; }
  #menu .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    height: 100%;
    height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    #menu .overlay .overlay-left {
      -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
      -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
      -ms-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
      -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
      transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
      background-color: #000;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
    #menu .overlay .overlay-right {
      -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
      -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
      -ms-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
      -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
      transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
      background-color: #000;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
  #menu .menu-content {
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
    -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
    -ms-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
    -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s; }
    #menu .menu-content .main-menu-ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      #menu .menu-content .main-menu-ul li {
        margin-bottom: 20px; }
        #menu .menu-content .main-menu-ul li a {
          font-size: 30px;
          font-weight: bold;
          color: #fff;
          text-decoration: none;
          margin-bottom: 5px; }
        #menu .menu-content .main-menu-ul li .child-menu {
          border-top: 1.2px solid #e4e0e0;
          padding-top: 5px;
          list-style-type: none;
          padding: 0;
          margin: 0;
          margin-top: 1.2px; }
          #menu .menu-content .main-menu-ul li .child-menu li {
            margin-bottom: 10px;
            margin-right: 25px;
            padding-top: 5px;
            display: inline-block; }
            #menu .menu-content .main-menu-ul li .child-menu li a {
              color: #e4e0e0;
              font-size: 14px;
              font-weight: 300; }
              #menu .menu-content .main-menu-ul li .child-menu li a:hover {
                color: #fff; }

#menu.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  #menu.open .menu-topbar {
    opacity: 1; }
  #menu.open .overlay .overlay-left {
    -webkit-animation: animate-menu-overlay-left 0.8s forwards;
    -moz-animation: animate-menu-overlay-left 0.8s forwards;
    -ms-animation: animate-menu-overlay-left 0.8s forwards;
    -o-animation: animate-menu-overlay-left 0.8s forwards;
    animation: animate-menu-overlay-left 0.8s forwards; }
  #menu.open .overlay .overlay-right {
    -webkit-animation: animate-menu-overlay-right 0.8s forwards;
    -moz-animation: animate-menu-overlay-right 0.8s forwards;
    -ms-animation: animate-menu-overlay-right 0.8s forwards;
    -o-animation: animate-menu-overlay-right 0.8s forwards;
    animation: animate-menu-overlay-right 0.8s forwards; }
  #menu.open .menu-content {
    -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 600px;
    max-width: 100%;
    z-index: 9999;
    padding: 15px; }

#menu.closed {
  display: block; }
  #menu.closed .menu-topbar {
    opacity: 0; }
  #menu.closed .overlay .overlay-left {
    -webkit-animation: animate-menu-overlay-out-left 0.8s forwards;
    -moz-animation: animate-menu-overlay-out-left 0.8s forwards;
    -ms-animation: animate-menu-overlay-out-left 0.8s forwards;
    -o-animation: animate-menu-overlay-out-left 0.8s forwards;
    animation: animate-menu-overlay-out-left 0.8s forwards; }
  #menu.closed .overlay .overlay-right {
    -webkit-animation: animate-menu-overlay-out-right 0.8s forwards;
    -moz-animation: animate-menu-overlay-out-right 0.8s forwards;
    -ms-animation: animate-menu-overlay-out-right 0.8s forwards;
    -o-animation: animate-menu-overlay-out-right 0.8s forwards;
    animation: animate-menu-overlay-out-right 0.8s forwards; }
  #menu.closed .menu-content {
    opacity: 0; }

.page-wrapper {
  min-height: 600px;
  min-height: 100%;
  min-height: 100vh; }

.main-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 800; }
  .main-navbar .logo-wrapper a .blaze-logo {
    width: 60px; }
  .main-navbar .menu-button-wrapper a .menu-icon {
    width: 125px; }
  .main-navbar .menu-button-wrapper a .hovered {
    display: none; }
  .main-navbar .menu-button-wrapper a:hover .menu-icon {
    width: 90px; }
  .main-navbar .menu-button-wrapper a:hover .hovered {
    display: none; }

#intro-section {
  height: 600px;
  min-height: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  #intro-section .bg {
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 600px;
    height: 100%;
    background-image: url("../img/desktop-intro-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-clip: border-box;
    -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
    -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
    -ms-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
    -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.9; }
  #intro-section .bg-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url('../img/desktop-overlay-intro.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-clip: border-box; }
  #intro-section .text-container {
    max-width: 100%;
    /*
    p {
        @include transform(translateY(600px));
        opacity: 0;
        visibility: hidden;
        font-weight: bold;
        letter-spacing: 1.1px;
        @include font-size(20);
        width: 660px;
        max-width: 100%;
        color: #fefefe;
        text-align: center;
        z-index: 55;
        position: relative;
        strong {
            color: #fff;
            font-family: 'BLAZEFONT';
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 400;
        }
        &:nth-child(2) {
            display: none;
        }
    }
    */ }
  #intro-section .scroll-icon {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    #intro-section .scroll-icon a {
      display: inline-block;
      text-decoration: none; }
    #intro-section .scroll-icon p {
      text-align: center;
      margin-top: 1px;
      margin-bottom: 5px;
      font-family: "CenturyGothic", Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #fff;
      font-weight: 600; }
    #intro-section .scroll-icon .scroll-img {
      margin: 0 auto;
      width: 25px;
      transform: rotateZ(0deg);
      -webkit-animation: scrollIcon 1.5s infinite;
      animation: scrollIcon 1.5s infinite; }

#grit-video-section {
  min-height: 600px;
  min-height: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  #grit-video-section .bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/desktop-grit-video-thumbnail.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-clip: border-box;
    -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
    -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
    -ms-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
    -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.9; }
  #grit-video-section .bg-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/desktop-grit-video-thumbnail-overlay.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-clip: border-box; }
  #grit-video-section .grit-video-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%; }
    #grit-video-section .grit-video-bg .video-wrapper {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden;
      z-index: -100;
      opacity: 0; }
      #grit-video-section .grit-video-bg .video-wrapper video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #grit-video-section .block-container {
    position: relative; }
    #grit-video-section .block-container a {
      display: block; }
      #grit-video-section .block-container a img {
        width: 70px;
        margin: 0 auto;
        -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
        -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); }
      #grit-video-section .block-container a:hover img {
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.5; }
  #grit-video-section .scroll-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    #grit-video-section .scroll-icon a {
      text-decoration: none;
      display: inline-block; }
      #grit-video-section .scroll-icon a p {
        text-align: center;
        margin-top: 1px;
        margin-bottom: 5px;
        font-family: "CenturyGothic", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #fff;
        font-weight: 600; }
      #grit-video-section .scroll-icon a .scroll-img {
        margin: 0 auto;
        width: 25px;
        transform: rotateZ(0deg);
        -webkit-animation: scrollIcon 1.5s infinite;
        animation: scrollIcon 1.5s infinite; }

#byob-section {
  position: relative;
  overflow: hidden; }
  #byob-section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    min-height: 600px;
    min-height: 100%;
    min-height: 100vh; }
  #byob-section .blazer-section {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    #byob-section .blazer-section .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/blazers-swiper-bg.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 55; }
    #byob-section .blazer-section .bg-grit-text {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      z-index: 66;
      opacity: 0; }
    #byob-section .blazer-section .swiper-container {
      position: relative;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      z-index: 88;
      background-image: url("../img/blazers/grit-v.png");
      background-repeat: no-repeat;
      background-size: 100px;
      background-position: 75% 50%; }
    #byob-section .blazer-section .swiper-button-next, #byob-section .blazer-section .swiper-button-prev {
      z-index: 88; }
    #byob-section .blazer-section .swiper-wrapper {
      position: relative;
      max-width: 100%;
      z-index: 88; }
      #byob-section .blazer-section .swiper-wrapper .swiper-slide {
        width: 100% !important; }
        #byob-section .blazer-section .swiper-wrapper .swiper-slide .protagonist {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 50px 0 20px 0;
          margin: 0 auto;
          text-align: center; }
          #byob-section .blazer-section .swiper-wrapper .swiper-slide .protagonist img {
            width: 335px;
            margin: 0 auto; }
    #byob-section .blazer-section .title {
      position: relative;
      font-size: 20px;
      color: #ae1f25;
      z-index: 99;
      margin: 0;
      margin-bottom: 10px; }
    #byob-section .blazer-section a {
      display: block;
      margin-bottom: 20px;
      border: 1px solid #ae1f25;
      background-color: #ae1f25;
      font-weight: bold;
      text-decoration: none;
      color: #fff;
      padding: 7px 11px;
      margin-top: 5px;
      position: relative;
      z-index: 999;
      -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
      -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
      -ms-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); }
      #byob-section .blazer-section a:hover {
        color: #fff;
        background-color: #000; }
  #byob-section .content-section {
    position: relative;
    width: 50%;
    background-color: #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch; }
    #byob-section .content-section .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/blazers-content-bg.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 55; }
    #byob-section .content-section .bg-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      z-index: 66;
      opacity: 0.6; }
    #byob-section .content-section .content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      z-index: 88; }
      #byob-section .content-section .content .inner-content {
        width: 400px;
        max-width: 100%;
        text-align: center;
        width: 400px;
        max-width: 100%; }
        #byob-section .content-section .content .inner-content h2 {
          color: #fff;
          margin: 0;
          font-size: 25px;
          margin-bottom: 5px; }
        #byob-section .content-section .content .inner-content h3 {
          color: #fff;
          margin: 0;
          font-weight: 300;
          margin-top: 5px;
          margin-bottom: 10px;
          border-bottom: 1px solid #fff;
          display: inline-block;
          padding-bottom: 15px;
          font-size: 20px; }
        #byob-section .content-section .content .inner-content p {
          margin-top: 10px;
          color: #fff; }
        #byob-section .content-section .content .inner-content a {
          margin-bottom: 20px;
          display: inline-block;
          border: 1px solid #fff;
          font-weight: bold;
          text-decoration: none;
          color: #fff;
          padding: 7px 11px;
          margin-top: 10px;
          -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
          -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
          -ms-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
          -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); }
          #byob-section .content-section .content .inner-content a:hover {
            color: #fff;
            background-color: #000; }

.page-footer {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: center;
  -moz-flex-direction: center;
  -ms-flex-direction: center;
  flex-direction: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 5px 15px; }
  .page-footer .social-links p {
    font-size: 12px;
    color: #fff; }
    .page-footer .social-links p a {
      color: #fff; }
  .page-footer .social-links ul {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    .page-footer .social-links ul li {
      display: inline-block;
      margin-right: 10px; }
      .page-footer .social-links ul li a img {
        width: 20px; }
      .page-footer .social-links ul li:last-child {
        color: #fff;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        background: #ae1f25;
        padding: 5px;
        border-radius: 4px; }
        .page-footer .social-links ul li:last-child a {
          display: block;
          background: #ae1f25;
          border-radius: 4px;
          text-decoration: none;
          color: #fff;
          font-size: 12px; }
          .page-footer .social-links ul li:last-child a:hover {
            opacity: 0.8; }

.safricom-tab {
  position: fixed;
  bottom: 0;
  right: 0;
  width: auto;
  text-align: right;
  z-index: 10000; }
  .safricom-tab .safaricom-tab-icon {
    width: 230px;
    margin-right: 0;
    margin-left: auto; }

#deep-story-section .container {
  max-width: 100%;
  margin: 0 auto; }
  #deep-story-section .container .content {
    width: 1000px;
    margin: 0 auto;
    text-align: center; }
    #deep-story-section .container .content p {
      line-height: 1.5;
      font-size: 16px;
      margin-bottom: 5px;
      padding: 15px 0 15px 0; }
  #deep-story-section .container .comic-section {
    margin: 20px 15px 20px 15px; }
    #deep-story-section .container .comic-section .swiper-container .swiper-wrapper .swiper-slide .comic img {
      width: 350px;
      width: 100%;
      max-width: 100%; }
    #deep-story-section .container .comic-section .link-container {
      margin: 20px auto;
      text-align: center; }
      #deep-story-section .container .comic-section .link-container .link {
        margin: 0 auto;
        display: inline-block;
        text-decoration: none;
        color: #ae1f25;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        #deep-story-section .container .comic-section .link-container .link img:first-child {
          width: 12px;
          margin-right: 5px; }
        #deep-story-section .container .comic-section .link-container .link img:last-child {
          width: 12px;
          margin-left: 5px;
          -moz-transform: rotateZ(180deg);
          -o-transform: rotateZ(180deg);
          -ms-transform: rotateZ(180deg);
          -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg); }

.relative-toolbar .main-navbar {
  position: relative;
  padding-bottom: 10px; }

#stories .stories-block {
  position: relative;
  padding-left: 40px;
  padding-right: 40px; }
  #stories .stories-block .title {
    text-align: center;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 20px; }
  #stories .stories-block .block-row {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 200px; }
    #stories .stories-block .block-row .story-block {
      position: relative;
      width: 45%;
      margin-top: 15px;
      margin-bottom: 20px; }
      #stories .stories-block .block-row .story-block .bg img {
        width: 100%; }
      #stories .stories-block .block-row .story-block .content {
        position: relative;
        bottom: 0;
        width: 100%;
        background: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: center;
        -moz-flex-direction: center;
        -ms-flex-direction: center;
        flex-direction: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        #stories .stories-block .block-row .story-block .content .name {
          position: relative; }
          #stories .stories-block .block-row .story-block .content .name h4 {
            margin: 0;
            font-weight: 600;
            font-size: 25px;
            margin-top: 5px;
            margin-bottom: 5px; }
          #stories .stories-block .block-row .story-block .content .name p {
            margin-top: 2px;
            margin-bottom: 2px;
            font-size: 16px; }
        #stories .stories-block .block-row .story-block .content a {
          color: #3d3d3d;
          text-decoration: none;
          border-bottom: 1px solid #444;
          padding-bottom: 6px;
          padding-right: 5px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-align-content: center;
          -moz-align-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          min-width: 95px; }
          #stories .stories-block .block-row .story-block .content a img {
            width: 13px; }
          #stories .stories-block .block-row .story-block .content a:hover {
            color: #A91E1F; }
            #stories .stories-block .block-row .story-block .content a:hover img {
              -webkit-animation: linkIcon 1.5s infinite;
              animation: linkIcon 1.5s infinite; }

#scroll-page-wrapper {
  min-height: 600px;
  min-height: 100%;
  min-height: 100vh; }
  #scroll-page-wrapper .swiper-container {
    height: 600px;
    height: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto; }
    #scroll-page-wrapper .swiper-container .box {
      position: fixed;
      width: 70%;
      border: 3px solid #ae1f25;
      padding: 30px;
      z-index: 99999;
      top: 50%;
      left: 50%;
      min-height: 300px;
      -moz-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      pointer-events: none; }
    #scroll-page-wrapper .swiper-container .swiper-wrapper .swiper-slide {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      #scroll-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .bg {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/byob/summit-bg-with-ovelay.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-clip: border-box;
        -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
        -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
        -ms-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
        -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
        transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9; }
      #scroll-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content {
        position: fixed;
        width: 70%;
        min-height: 300px;
        padding: 30px 60px;
        background: rgba(255, 255, 255, 0.25);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start; }
        #scroll-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content h4 {
          margin: 0;
          font-family: 'BlazeFont';
          font-size: 115px;
          letter-spacing: 10px;
          color: #000;
          line-height: 0.9;
          font-weight: 300; }
        #scroll-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content h6 {
          margin: 0 0 20px;
          font-size: 40px;
          font-weight: 300; }
        #scroll-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content p {
          font-size: 15px;
          color: #000;
          font-weight: 600;
          width: 90%; }
        #scroll-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content a {
          color: #3d3d3d;
          text-decoration: none;
          border-bottom: 1px solid #444;
          padding-bottom: 6px;
          padding-right: 5px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-align-content: center;
          -moz-align-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          min-width: 95px; }
          #scroll-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content a img {
            width: 13px; }
          #scroll-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content a:hover {
            color: #A91E1F; }
            #scroll-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content a:hover img {
              -webkit-animation: linkIcon 1.5s infinite;
              animation: linkIcon 1.5s infinite; }
        #scroll-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content .link {
          margin: 0 auto;
          display: inline-block;
          text-decoration: none;
          color: #ae1f25;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          -webkit-align-content: center;
          -moz-align-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center; }
          #scroll-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content .link img:first-child {
            width: 12px;
            margin-right: 5px; }
          #scroll-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content .link img:last-child {
            width: 12px;
            margin-left: 5px;
            -moz-transform: rotateZ(180deg);
            -o-transform: rotateZ(180deg);
            -ms-transform: rotateZ(180deg);
            -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg); }
      #scroll-page-wrapper .swiper-container .swiper-wrapper .swiper-slide:nth-child(4) h4 {
        font-size: 74px; }
    #scroll-page-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
      width: 15px;
      height: 15px;
      margin: 10px 10px 20px 0px;
      display: block;
      border-radius: initial;
      -moz-transform: rotateZ(135deg);
      -o-transform: rotateZ(135deg);
      -ms-transform: rotateZ(135deg);
      -webkit-transform: rotateZ(135deg);
      transform: rotateZ(135deg);
      background: #ae1f25;
      -webkit-animation: all 0.8s ease-in-out;
      -moz-animation: all 0.8s ease-in-out;
      -ms-animation: all 0.8s ease-in-out;
      -o-animation: all 0.8s ease-in-out;
      animation: all 0.8s ease-in-out; }
      #scroll-page-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg); }
    #scroll-page-wrapper .swiper-container .scroll-icon {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 99;
      text-align: center;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      #scroll-page-wrapper .swiper-container .scroll-icon p {
        text-align: center;
        margin-top: 1px;
        margin-bottom: 5px;
        font-family: "CenturyGothic", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #A91E1F;
        font-weight: 600; }
      #scroll-page-wrapper .swiper-container .scroll-icon .scroll-img {
        margin: 0 auto;
        width: 25px;
        transform: rotateZ(0deg);
        -webkit-animation: scrollIcon 1.5s infinite;
        animation: scrollIcon 1.5s infinite; }

#scroll-h-page-wrapper {
  min-height: 600px;
  min-height: 100%;
  min-height: 100vh; }
  #scroll-h-page-wrapper .swiper-container {
    height: 600px;
    height: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto; }
    #scroll-h-page-wrapper .swiper-container .swiper-wrapper .swiper-slide {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      #scroll-h-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .bg {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/byob/summit-bg-with-ovelay.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-clip: border-box;
        -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
        -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
        -ms-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
        -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
        transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9; }
      #scroll-h-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content {
        position: fixed;
        width: 70%;
        min-height: 300px;
        padding: 30px 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start; }
        #scroll-h-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content h4 {
          margin: 0;
          font-family: 'BlazeFont';
          font-size: 115px;
          letter-spacing: 10px;
          color: #000;
          line-height: 0.9;
          font-weight: 300; }
        #scroll-h-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content h6 {
          margin: 0 0 20px;
          font-size: 40px;
          font-weight: 300; }
        #scroll-h-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content p {
          font-size: 15px;
          color: #000;
          font-weight: 600;
          width: 90%; }
        #scroll-h-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content a {
          color: #000;
          font-size: 16px;
          text-decoration: none;
          border-bottom: 1px solid #444;
          padding-bottom: 6px;
          padding-right: 5px; }
      #scroll-h-page-wrapper .swiper-container .swiper-wrapper .swiper-slide:nth-child(3) h4 {
        font-size: 74px; }
    #scroll-h-page-wrapper .swiper-container .scroll-icon {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 99;
      text-align: center;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      #scroll-h-page-wrapper .swiper-container .scroll-icon p {
        text-align: center;
        margin-top: 1px;
        margin-bottom: 5px;
        font-family: "CenturyGothic", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #A91E1F;
        font-weight: 600; }
      #scroll-h-page-wrapper .swiper-container .scroll-icon .scroll-img {
        margin: 0 auto;
        width: 25px;
        transform: rotateZ(0deg);
        -webkit-animation: scrollIcon 1.5s infinite;
        animation: scrollIcon 1.5s infinite; }
  #scroll-h-page-wrapper .devices-wrapper {
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 70px;
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #scroll-h-page-wrapper .devices-wrapper .device-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      #scroll-h-page-wrapper .devices-wrapper .device-block .device-cell {
        width: 45%; }
        #scroll-h-page-wrapper .devices-wrapper .device-block .device-cell .img {
          text-align: center;
          padding-top: 5px;
          margin-bottom: 10px; }
          #scroll-h-page-wrapper .devices-wrapper .device-block .device-cell .img img {
            width: 350px;
            margin: o auto;
            max-width: 100%; }
        #scroll-h-page-wrapper .devices-wrapper .device-block .device-cell .footer {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between;
          -webkit-align-content: center;
          -moz-align-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-box-align: start;
          -ms-flex-align: start;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          align-items: flex-start; }
          #scroll-h-page-wrapper .devices-wrapper .device-block .device-cell .footer .left {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 65%;
            -moz-box-flex: 0;
            -moz-flex: 0 0 65%;
            -ms-flex: 0 0 65%;
            flex: 0 0 65%; }
            #scroll-h-page-wrapper .devices-wrapper .device-block .device-cell .footer .left h4 {
              margin: 0;
              font-size: 25px;
              font-weight: 400;
              margin-bottom: 10px; }
            #scroll-h-page-wrapper .devices-wrapper .device-block .device-cell .footer .left p {
              margin: 0;
              margin-bottom: 10px; }
          #scroll-h-page-wrapper .devices-wrapper .device-block .device-cell .footer .right h3 {
            margin: 0;
            font-size: 26px;
            color: #ae1f25;
            margin-bottom: 10px; }
          #scroll-h-page-wrapper .devices-wrapper .device-block .device-cell .footer .right a {
            display: block;
            text-decoration: none;
            border: 1.5px solid #A91E1F;
            text-align: center;
            padding: 5px;
            font-weight: 600;
            color: #000;
            margin-bottom: 5px; }
  #scroll-h-page-wrapper .summits-wrapper {
    padding: 40px;
    margin-top: 0px;
    margin-bottom: 70px;
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #scroll-h-page-wrapper .summits-wrapper .content {
      width: 800px;
      margin: 0 auto; }
      #scroll-h-page-wrapper .summits-wrapper .content .event-board {
        border: 2px solid #000;
        text-align: center;
        padding: 20px;
        margin-bottom: 35px; }
        #scroll-h-page-wrapper .summits-wrapper .content .event-board .event-title {
          margin: 0;
          font-weight: 600;
          font-size: 14px;
          margin-bottom: 8px; }
        #scroll-h-page-wrapper .summits-wrapper .content .event-board .event {
          margin: 0;
          margin-bottom: 5px;
          font-weight: 300;
          font-size: 45px;
          font-family: 'BLAZEFONT'; }
        #scroll-h-page-wrapper .summits-wrapper .content .event-board h4 {
          margin: 0;
          font-weight: 600;
          font-size: 14px;
          margin-bottom: 8px; }
      #scroll-h-page-wrapper .summits-wrapper .content .summit-content-block {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        #scroll-h-page-wrapper .summits-wrapper .content .summit-content-block h4 {
          text-align: center;
          margin: 0;
          font-weight: 900;
          color: #ae1f25;
          font-size: 27px;
          margin-bottom: 10px; }
        #scroll-h-page-wrapper .summits-wrapper .content .summit-content-block p {
          text-align: center;
          font-size: 14px;
          line-height: 1.4;
          padding-left: 5px;
          padding-right: 5px; }
          #scroll-h-page-wrapper .summits-wrapper .content .summit-content-block p .br {
            display: block;
            height: 5px; }
        #scroll-h-page-wrapper .summits-wrapper .content .summit-content-block .partners {
          margin-top: 20px;
          text-align: center; }
          #scroll-h-page-wrapper .summits-wrapper .content .summit-content-block .partners a {
            display: inline-block; }
            #scroll-h-page-wrapper .summits-wrapper .content .summit-content-block .partners a img {
              height: 55px;
              margin: 5px 8px; }
      #scroll-h-page-wrapper .summits-wrapper .content .more-info h4 {
        text-align: center;
        margin: 0;
        font-weight: 900;
        color: #ae1f25;
        font-size: 27px;
        margin-bottom: 10px; }

.summits-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content-bloc {
  position: relative;
  width: 800px;
  margin: 0 auto;
  color: #fff; }
  .summits-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content-bloc .event-board {
    border: 2px solid #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 35px; }
    .summits-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content-bloc .event-board .event-title {
      margin: 0;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 8px; }
    .summits-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content-bloc .event-board .event {
      margin: 0;
      margin-bottom: 5px;
      font-weight: 300;
      font-size: 45px;
      font-family: 'BLAZEFONT'; }
    .summits-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content-bloc .event-board h4 {
      margin: 0;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 8px; }

/* overrides .*/
.transparent-footer .page-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: transparent; }
  .transparent-footer .page-footer * {
    color: #000 !important; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23A91E1F'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23A91E1F'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.scroll-icon a {
  display: inline-block;
  text-decoration: none; }

.overlay-block {
  border: 2px solid rgba(174, 31, 37, 0.29) !important;
  background: rgba(0, 0, 0, 0.55) !important; }

.blazer-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5; }

#scroll-h-page-wrapper .swiper-button-next, #scroll-h-page-wrapper .swiper-button-prev {
  display: none !important; }

.grit-text-image {
  width: 210px;
  max-width: 100%;
  margin-top: 10px; }

.table-responsive {
  max-width: 100%;
  overflow-x: auto;
  text-align: center; }

.table {
  margin: 0 auto; }

.social_accounts {
  padding: 5px 15px; }
  .social_accounts h4 {
    display: none;
    margin: 0;
    margin-bottom: 15px; }
  .social_accounts a {
    margin: 0 15px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-decoration: none; }
    .social_accounts a img {
      width: 13px;
      margin-right: 5px; }
  .social_accounts .facebook {
    color: #405B97; }
  .social_accounts .twitter {
    color: #1A8FD6; }
  .social_accounts .instagram {
    color: #F45F65; }
  .social_accounts .hide {
    display: none; }

/* for responsiveness */
/* 
    Created on : Jul 30, 2018, 10:47:04 PM
    Author     : Christopher
*/
/* max 1920 */
/* 
    Created on : Jul 30, 2018, 10:49:33 PM
    Author     : Christopher
*/
/* max 1440 */
/* 
    Created on : Jul 30, 2018, 10:49:54 PM
    Author     : Christopher
*/
/* max 1240 */
/* 
    Created on : Jul 30, 2018, 10:50:08 PM
    Author     : Christopher
*/
@media only screen and (max-width: 1023px) {
  .main-navbar {
    padding: 15px 15px; }

  .main-navbar .logo-wrapper a .blaze-logo {
    width: 40px; }

  .main-navbar .menu-button-wrapper a .menu-icon {
    width: 70px; }

  #intro-section .text-container p {
    font-weight: bolder;
    letter-spacing: 1.1px;
    font-size: 16px;
    width: 350px;
    max-width: 100%; }

  .safricom-tab .safaricom-tab-icon {
    width: 150px;
    margin-right: 0;
    margin-left: auto; }

  #byob-section {
    min-height: initial; }

  #byob-section .blazer-section .swiper-wrapper .swiper-slide .protagonist img {
    width: 155px; }

  #byob-section .content-section .content {
    padding-top: 50px;
    padding-bottom: 30px; }

  #byob-section .content-section .content .inner-content {
    padding-left: 30px;
    padding-right: 30px; } }
/* max 1024 */
/* 
    Created on : Jul 30, 2018, 10:50:20 PM
    Author     : Christopher
*/
/* max 768 */
/* 
    Created on : Jul 30, 2018, 10:50:30 PM
    Author     : Christopher
*/
@media only screen and (max-width: 639px) {
  .main-navbar {
    padding: 15px 15px; }

  .main-navbar .logo-wrapper a .blaze-logo {
    width: 40px; }

  .main-navbar .menu-button-wrapper a .menu-icon {
    width: 70px; }

  #intro-section .text-container p {
    font-weight: bolder;
    letter-spacing: 1.1px;
    font-size: 16px;
    width: 350px;
    max-width: 100%; }

  .safricom-tab .safaricom-tab-icon {
    width: 150px;
    margin-right: 0;
    margin-left: auto; }

  #byob-section {
    min-height: initial; }

  #byob-section .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: initial; }

  #byob-section .blazer-section .swiper-wrapper .swiper-slide .protagonist img {
    width: 145px; }

  #byob-section .blazer-section {
    width: 100%; }

  #byob-section .content-section {
    width: 100%; }

  #byob-section .content-section .content {
    padding-top: 50px;
    padding-bottom: 30px; }

  #byob-section .content-section .content .inner-content {
    padding-left: 30px;
    padding-right: 30px; } }
/* max 640 */
/* 
    Created on : Jul 30, 2018, 10:50:48 PM
    Author     : Christopher
*/
@media only screen and (max-width: 559px) {
  .main-navbar {
    padding: 15px 15px; }

  .main-navbar .logo-wrapper a .blaze-logo {
    width: 40px; }

  .main-navbar .menu-button-wrapper a .menu-icon {
    width: 70px; }

  #intro-section .text-container p {
    font-weight: bolder;
    letter-spacing: 1.1px;
    font-size: 16px;
    width: 350px;
    max-width: 100%; }

  .safricom-tab .safaricom-tab-icon {
    width: 150px;
    margin-right: 0;
    margin-left: auto; }

  #byob-section {
    min-height: initial; }

  #byob-section .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: initial; }

  #byob-section .blazer-section .swiper-wrapper .swiper-slide .protagonist img {
    width: 145px; }

  #byob-section .blazer-section {
    width: 100%; }

  #byob-section .content-section {
    width: 100%; }

  #byob-section .content-section .content {
    padding-top: 50px;
    padding-bottom: 30px; }

  #byob-section .content-section .content .inner-content {
    padding-left: 30px;
    padding-right: 30px; }

  #byob-section .blazer-section .swiper-container {
    background-size: 50px;
    background-position: 75% 50%; }

  #menu .menu-content .main-menu-ul {
    list-style-type: none;
    padding: 0 0px;
    margin: 0; }

  #menu .menu-content .main-menu-ul li .child-menu {
    display: none; }

  #menu .menu-content .main-menu-ul li a {
    font-size: 25px; }

  #stories .stories-block {
    position: relative;
    padding-left: 15px;
    padding-right: 15px; }

  #stories .stories-block .block-row .story-block .content .name h4 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px; }

  #stories .stories-block .block-row .story-block .content .name p {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px; }

  #stories .stories-block .block-row .story-block .content .name p {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inherit; }

  #stories .stories-block .block-row .story-block .content a {
    margin-top: 4px;
    font-size: 12px; } }
/* max 560 */
/* 
    Created on : Jul 30, 2018, 10:51:03 PM
    Author     : Christopher
*/
@media only screen and (max-width: 479px) {
  .main-navbar {
    padding: 15px 15px; }

  .main-navbar .logo-wrapper a .blaze-logo {
    width: 40px; }

  .main-navbar .menu-button-wrapper a .menu-icon {
    width: 70px; }

  #intro-section .text-container p {
    font-weight: bolder;
    letter-spacing: 1.1px;
    font-size: 16px;
    width: 350px;
    max-width: 100%; }

  .safricom-tab .safaricom-tab-icon {
    width: 150px;
    margin-right: 0;
    margin-left: auto; }

  #byob-section {
    min-height: initial; }

  #byob-section .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: initial; }

  #byob-section .blazer-section .swiper-wrapper .swiper-slide .protagonist img {
    width: 145px; }

  #byob-section .blazer-section {
    width: 100%; }

  #byob-section .content-section {
    width: 100%; }

  #byob-section .content-section .content {
    padding-top: 50px;
    padding-bottom: 30px; }

  #byob-section .content-section .content .inner-content {
    padding-left: 30px;
    padding-right: 30px; }

  #byob-section .blazer-section .swiper-container {
    background-size: 50px;
    background-position: 75% 50%; }

  #menu .menu-content .main-menu-ul {
    list-style-type: none;
    padding: 0 0px;
    margin: 0; }

  #menu .menu-content .main-menu-ul li .child-menu {
    display: none; }

  #menu .menu-content .main-menu-ul li a {
    font-size: 25px; }

  #stories .stories-block {
    position: relative;
    padding-left: 15px;
    padding-right: 15px; }

  #stories .stories-block .block-row .story-block .content .name h4 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px; }

  #stories .stories-block .block-row .story-block .content .name p {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px; }

  #stories .stories-block .block-row .story-block .content .name p {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inherit; }

  #stories .stories-block .block-row .story-block .content a {
    margin-top: 4px;
    font-size: 12px; } }
/* max 480 */
/* 
    Created on : Jul 30, 2018, 10:51:14 PM
    Author     : Christopher
*/
@media only screen and (max-width: 399px) {
  .main-navbar {
    padding: 15px 15px; }

  .main-navbar .logo-wrapper a .blaze-logo {
    width: 40px; }

  .main-navbar .menu-button-wrapper a .menu-icon {
    width: 70px; }

  #intro-section .text-container p {
    font-weight: bolder;
    letter-spacing: 1.1px;
    font-size: 16px;
    width: 350px;
    max-width: 100%; }

  .safricom-tab .safaricom-tab-icon {
    width: 150px;
    margin-right: 0;
    margin-left: auto; }

  #byob-section {
    min-height: initial; }

  #byob-section .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: initial; }

  #byob-section .blazer-section .swiper-wrapper .swiper-slide .protagonist img {
    width: 145px; }

  #byob-section .blazer-section {
    width: 100%; }

  #byob-section .content-section {
    width: 100%; }

  #byob-section .content-section .content {
    padding-top: 50px;
    padding-bottom: 30px; }

  #byob-section .content-section .content .inner-content {
    padding-left: 30px;
    padding-right: 30px; }

  #menu .menu-topbar .logo-wrapper a .blaze-logo {
    width: 40px; }

  #menu .menu-topbar {
    z-index: 110;
    padding: 15px; }

  #menu .menu-topbar #close-menu img {
    width: 30px; }

  #byob-section .blazer-section .swiper-container {
    background-size: 50px;
    background-position: 75% 50%; }

  #menu .menu-content .main-menu-ul {
    list-style-type: none;
    padding: 0 0px;
    margin: 0; }

  #menu .menu-content .main-menu-ul li .child-menu {
    display: none; }

  #menu .menu-content .main-menu-ul li a {
    font-size: 25px; }

  #stories .stories-block {
    position: relative;
    padding-left: 15px;
    padding-right: 15px; }

  #stories .stories-block .block-row .story-block .content .name h4 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px; }

  #stories .stories-block .block-row .story-block .content .name p {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inherit; }

  #stories .stories-block .block-row .story-block .content a {
    margin-top: 4px;
    font-size: 12px; }

  #stories .stories-block .block-row .story-block .content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }

  #menu.open .menu-content {
    width: 250px;
    margin: 0 auto; }

  #menu .menu-content .main-menu-ul li {
    margin-bottom: 25px; }

  #grit-video-section .scroll-icon {
    bottom: 65px; }

  #grit-video-section .scroll-icon a p {
    font-size: 12px; }

  #deep-story-section .container .content {
    max-width: 100%; }

  #deep-story-section .container .content p {
    font-size: 14px;
    padding: 15px 15px 15px 15px; }

  #scroll-h-page-wrapper .swiper-container .scroll-icon {
    bottom: 65px; }

  #scroll-h-page-wrapper .swiper-container .scroll-icon p {
    font-size: 12px; }

  #scroll-h-page-wrapper .summits-wrapper {
    padding: 20px; }

  scroll-h-page-wrapper .summits-wrapper .content {
    max-width: 100%; }

  #scroll-h-page-wrapper .summits-wrapper .content .event-board {
    padding: 15px;
    margin-bottom: 15px; }

  #scroll-h-page-wrapper .summits-wrapper .content .event-board .event {
    font-size: 25px; }

  #scroll-h-page-wrapper .summits-wrapper .content .event-board .event-title {
    font-size: 12px; }

  #scroll-h-page-wrapper .summits-wrapper .content .event-board h4 {
    font-size: 12px; }

  #scroll-h-page-wrapper .summits-wrapper .content .summit-content-block p {
    font-size: 14px;
    line-height: initial; }

  scroll-h-page-wrapper .summits-wrapper .content .more-info h4 {
    font-size: 20px; }

  #scroll-h-page-wrapper .summits-wrapper .content .summit-content-block {
    margin-bottom: 0; }

  #scroll-h-page-wrapper .summits-wrapper .content .summit-content-block .partners {
    margin-top: 10px; }

  #scroll-h-page-wrapper .summits-wrapper .content .summit-content-block .partners a img {
    height: 30px; }

  #scroll-h-page-wrapper .summits-wrapper .content .summit-content-block h4 {
    font-size: 20px; }

  #deep-story-section .container .comic-section .swiper-container .swiper-wrapper .swiper-slide .comic {
    text-align: center;
    margin: 0 auto; }

  #deep-story-section .container .comic-section .swiper-container .swiper-wrapper .swiper-slide .comic img {
    width: 200px; }

  #scroll-h-page-wrapper .summits-wrapper .content {
    max-width: 100%; } }
/* max 400 */
@media only screen and (min-device-width: 280px) and (max-device-width: 765px) {
  .main-navbar {
    padding: 15px 15px; }

  .main-navbar .logo-wrapper a .blaze-logo {
    width: 40px; }

  .main-navbar .menu-button-wrapper a .menu-icon {
    width: 70px; }

  #intro-section .text-container p {
    font-weight: bolder;
    letter-spacing: 1.1px;
    font-size: 16px;
    width: 350px;
    max-width: 100%; }

  .safricom-tab .safaricom-tab-icon {
    width: 150px;
    margin-right: 0;
    margin-left: auto; }

  #byob-section {
    min-height: initial; }

  #byob-section .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: initial; }

  #byob-section .blazer-section .swiper-wrapper .swiper-slide .protagonist img {
    width: 145px; }

  #byob-section .blazer-section {
    width: 100%; }

  #byob-section .content-section {
    width: 100%; }

  #byob-section .content-section .content {
    padding-top: 50px;
    padding-bottom: 30px; }

  #byob-section .content-section .content .inner-content {
    padding-left: 30px;
    padding-right: 30px; }

  #menu .menu-topbar .logo-wrapper a .blaze-logo {
    width: 40px; }

  #menu .menu-topbar {
    z-index: 110;
    padding: 15px; }

  #menu .menu-topbar #close-menu img {
    width: 30px; }

  #byob-section .blazer-section .swiper-container {
    background-size: 50px;
    background-position: 75% 50%; }

  #menu .menu-content .main-menu-ul {
    list-style-type: none;
    padding: 0 0px;
    margin: 0; }

  #menu .menu-content .main-menu-ul li .child-menu {
    display: none; }

  #menu .menu-content .main-menu-ul li a {
    font-size: 25px; }

  #stories .stories-block {
    position: relative;
    padding-left: 15px;
    padding-right: 15px; }

  #stories .stories-block .block-row .story-block .content .name h4 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px; }

  #stories .stories-block .block-row .story-block .content .name p {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inherit; }

  #stories .stories-block .block-row .story-block .content a {
    margin-top: 4px;
    font-size: 12px; }

  #stories .stories-block .block-row .story-block .content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }

  #menu.open .menu-content {
    width: 250px;
    margin: 0 auto; }

  #menu .menu-content .main-menu-ul li {
    margin-bottom: 25px; }

  #grit-video-section .scroll-icon {
    bottom: 65px; }

  #grit-video-section .scroll-icon a p {
    font-size: 12px; }

  #deep-story-section .container .content {
    max-width: 100%; }

  #deep-story-section .container .content p {
    font-size: 14px;
    padding: 15px 15px 15px 15px; }

  #scroll-h-page-wrapper .swiper-container .scroll-icon {
    bottom: 65px; }

  #scroll-h-page-wrapper .swiper-container .scroll-icon p {
    font-size: 12px; }

  #scroll-h-page-wrapper .summits-wrapper {
    padding: 20px; }

  scroll-h-page-wrapper .summits-wrapper .content {
    max-width: 100%; }

  .summits-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content-bloc {
    position: relative;
    width: 800px;
    max-width: 100%;
    padding: 15px; }

  #scroll-h-page-wrapper .summits-wrapper .content .event-board, .summits-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content-bloc .event-board {
    padding: 15px;
    margin-bottom: 15px; }

  #scroll-h-page-wrapper .summits-wrapper .content .event-board .event, .summits-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content-bloc .event-board .event {
    font-size: 25px; }

  #scroll-h-page-wrapper .summits-wrapper .content .event-board .event-title, .summits-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content-bloc .event-board .event-title {
    font-size: 12px; }

  #scroll-h-page-wrapper .summits-wrapper .content .event-board h4, .summits-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content-bloc .event-board h4 {
    font-size: 12px; }

  #scroll-h-page-wrapper .summits-wrapper .content .summit-content-block p {
    font-size: 14px;
    line-height: initial; }

  scroll-h-page-wrapper .summits-wrapper .content .more-info h4 {
    font-size: 20px; }

  #scroll-h-page-wrapper .summits-wrapper .content .summit-content-block {
    margin-bottom: 0; }

  #scroll-h-page-wrapper .summits-wrapper .content .summit-content-block .partners {
    margin-top: 10px; }

  #scroll-h-page-wrapper .summits-wrapper .content .summit-content-block .partners a img {
    height: 30px; }

  #scroll-h-page-wrapper .summits-wrapper .content .summit-content-block h4 {
    font-size: 20px; }

  #deep-story-section .container .comic-section .swiper-container .swiper-wrapper .swiper-slide .comic {
    text-align: center;
    margin: 0 auto; }

  #deep-story-section .container .comic-section .swiper-container .swiper-wrapper .swiper-slide .comic img {
    width: 85%;
    margin: 0 auto; }

  #scroll-page-wrapper .swiper-container .box {
    position: fixed;
    width: 95%;
    border: 1px solid #ae1f25;
    padding: 15px;
    z-index: 99999;
    top: 50%;
    left: 50%;
    min-height: 300px; }

  #scroll-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content {
    position: fixed;
    width: 95%;
    min-height: auto;
    padding: 15px; }

  #scroll-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content h4 {
    font-size: 40px;
    letter-spacing: 1px; }

  #scroll-page-wrapper .swiper-container .swiper-wrapper .swiper-slide .content p {
    font-size: 14px;
    color: #000;
    font-weight: 400; }

  #scroll-page-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 10px 10px 15px 0px; }

  #scroll-page-wrapper .swiper-container .swiper-wrapper .swiper-slide:nth-child(4) h4 {
    font-size: 26px; }

  #scroll-h-page-wrapper .devices-wrapper {
    padding: 15px;
    margin-top: 20px; }

  #scroll-h-page-wrapper .devices-wrapper .device-block {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  #scroll-h-page-wrapper .devices-wrapper .device-block .device-cell {
    width: 100%; }

  #scroll-h-page-wrapper .devices-wrapper .device-block .device-cell .footer .left h4 {
    margin: 0;
    font-size: 20px; }

  #scroll-h-page-wrapper .devices-wrapper .device-block .device-cell .footer .left p {
    font-size: 12px; }

  #scroll-h-page-wrapper .devices-wrapper .device-block .device-cell .footer .left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%; }

  #scroll-h-page-wrapper .devices-wrapper .device-block .device-cell .footer .right h3 {
    margin: 0;
    font-size: 20px; }

  #scroll-h-page-wrapper .devices-wrapper .device-block .device-cell .img img {
    width: 230px; }

  #intro-section .scroll-icon {
    bottom: 60px; }

  #byob-section {
    height: auto !important;
    min-height: 600px; }

  #scroll-page-wrapper .swiper-container .box {
    min-height: 350px; }

  #grit-video {
    height: initial;
    min-height: initial; }

  #stories .stories-block .block-row .story-block .content a {
    min-width: 85px; }

  #scroll-h-page-wrapper .summits-wrapper .content {
    width: 800px;
    max-width: 100%;
    margin: 0 auto; }

  .page-footer {
    position: relative; } }

/*# sourceMappingURL=blaze3.0-style.css.map */
