/*!
 * SNOW Landing Page Theme
 *
 * Created by Visual Soldiers
 * Visit us at http://www.visualsoldiers.com
 *
 * Handcrafted with love in Atlanta!
 */


/* ==========================================================================
   Global styles
   ========================================================================== */
body {
  background-color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Passion One', sans-serif;
  font-weight: 400;
}

p, .lead {
	font-family: 'Raleway', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25em;
}

.lead {
  font-size: 1.5rem;
}

h1 {
  font-size: 70px;
  line-height: 70px;
  color: #ffffff;
}

h2 {
  font-size: 50px;
  line-height: 50px;
  color: #ffffff;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

p {
  font-size: 17px;
  line-height: 22px;
  color: #929496;
  font-weight: 400;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

img.fill {
  width: 100%;
  max-width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.shadow {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.ring-rope {
  background: url(../img/ring-rope.png);
  height: 60px;
}

.full-width-container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .extended-container {
    max-width: 1600px;
  }
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: rgba(255,0,0,0.6); /* Safari */
	color: #FFFFFF;
}

::-moz-selection {
	background: rgba(255,0,0,0.6); /* Firefox */
	color: #FFFFFF;
}


/*------------------Buttons---------------------*/
a:focus,
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  background-color: #bf0000;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #ff0000;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #ffffff;
  color: #231f20;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #ededed;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}




/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*-----------------Colors------------------*/

.black {
  color: #231f20;
}

.white {
  color: #ffffff;
}

.black-bg {
  background: #231f20;
}

.white-bg {
  background: #ffffff;
}



/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #000;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -60px;
    transition: top 0.4s ease 0s;
    z-index: 100;
    width: 100%;
}

.navbar.open {
    top: 0;
}

.navbar > .container {
    justify-content: flex-end;
}

.navbar-nav {
  flex-direction: row;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}


/* ==========================================================================
   Main styles
   ========================================================================== */
header {
  background: url(../img/screenshots/screenshot-07.jpg) no-repeat center center;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.header-upper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.header-upper .logo {
  max-height: 200px;
  margin-top: 20px;
  width: auto;
}

.header-lower {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0px;
  margin-bottom: 50px;
  z-index: 2;
}

.header-lower .btn {
  margin: 0 4px;
  min-width: 180px;
}

#splash-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}

.pad-xl {
	padding: 200px 0px;
}

.pad-lg {
	padding: 160px 0px;
}

.pad-sm {
	padding: 80px 0px;
}

.pad-xs {
	padding: 30px 0px;
}

.inverse {
  background-color: #000;
  color: #fff;
}

.parallax-window {
  background-color: transparent;
}

hr.line {
	width: 100%;
	border: 2px solid;
}

footer {
  background: #ffffff;
  padding: 40px 0px;
}

footer p {
  color: #929496;
  margin: 10px 0 0;
}

.social {
  color: #fff;
}

.social a {
  font-size: 16px;
  margin: 0 3px;
}

.social a:hover {
  opacity: 0.5;
}

.feature-text {
  margin: 20px 0 60px;
}


/*---------------Character Carousel-------------------*/
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 40px;
  height: 40px;
}

.carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  background: #202020;
  bottom: auto;
  top: auto;
  padding: 20px 50px 50px 60px;
}

.character-links {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.character {
  display: block;
  float: left;
  height: 100%;
  width: 33.33%;
  display: none;
}


/*---------------Buy Section-------------------*/
.store-links {
}

.store-links a {
  display: inline-block;
  padding: 10px;
  margin: 40px 30px 0;
}

.store-links a:hover {
  opacity: 0.6;
}

.store-links a img {
  display:inline-block;
  max-width: 160px;
}


/*---------------Lity-------------------*/
.lity {
  background: rgba(0,0,0,0.75);
}


/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) {
  .btn-lg {
    font-size: 12.5px;
    line-height: 1.33;
    padding: 16px 13px;
    letter-spacing: 0px;
  }

  .btn-wide {
    width: 100%;
    font-size: 12.5px;
    line-height: 1.33;
    padding: 16px 13px;
    letter-spacing: 0px;
  }

  footer .social {
    display: block;
    margin-top: 4px;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .navbar {
    min-height: 45px;
    top: -45px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .nav > li > a {
      padding: 10px 10px;
  }

  header .store-links {
    display: none;
  }

  header video {
    display: none;
  }

  #character-carousel .carousel-caption {
    min-height: 220px;
  }

  #character-carousel .carousel-caption h2 {
    font-size: 30px;
  }

  #character-carousel .carousel-caption p {
    font-size: 14px;
  }

  .pad-lg {
    padding: 80px 0px;
  }
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {


}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {


}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

}



/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {
  #character-carousel .carousel-item .carousel-image-container {
    max-height: 820px;
    overflow: hidden;
  }
}

/*
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 */
 .text-xs-left { text-align: left; }
 .text-xs-right { text-align: right; }
 .text-xs-center { text-align: center; }
 .text-xs-justify { text-align: justify; }

 @media (min-width: @screen-sm-min) {
     .text-sm-left { text-align: left; }
     .text-sm-right { text-align: right; }
     .text-sm-center { text-align: center; }
     .text-sm-justify { text-align: justify; }
 }

 @media (min-width: @screen-md-min) {
     .text-md-left { text-align: left; }
     .text-md-right { text-align: right; }
     .text-md-center { text-align: center; }
     .text-md-justify { text-align: justify; }
 }

 @media (min-width: @screen-lg-min) {
     .text-lg-left { text-align: left; }
     .text-lg-right { text-align: right; }
     .text-lg-center { text-align: center; }
     .text-lg-justify { text-align: justify; }
 }
