 /* Style all font awesome icons */
.fa {
    padding: 15px;
    font-size: 40px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 20%;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
} 

/* Instagram */
.fa-instagram {
    background: #55ACEE;
    color: white;
} 

/* Youtube */
.fa-youtube {
    background: #c4302b;
    color: white;
} 

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400');

/******Navbar mobile and desktop***/

.navbar-nav{
    text-align: center;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: black;
}

.navbar-default .navbar-toggle{
    border-color:#F59C36;
   
}
.navbar-toggle:hover{
    background-color: #fff;
}

.navbar{ 
    background-color: rgba(0,0,0,0.4);
    font-size: 18px;
    padding: 15px;
    margin: 0;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-family: Source Sans Pro', sans-serif;
    

}
#drone_menu ul li a {
    color: #fff;
}

#drone_menu ul li a:hover{ 
    color: #F59C36;
    
}
.navbar-default .navbar-nav li{
    color:;
}
.navbar-default .navbar-nav li {
    border-right: 0px solid white; 
    color: white;
    font-weight: 300;
    text-transform: uppercase;
    font-family: Source Sans Pro', sans-serif;
    
    
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color:  #F59C36;
    border-bottom: 1px solid #F59C36;
    background-color: transparent;
 
    
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}



.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}


.navbar {
    background-color: rgba(0,0,0,0.4);
    font-size: 18px;
    padding: 15px;
    margin: 0;
    border: none;
    border-radius: 0;
    text-transform: uppercase;

}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;

}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color:
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}


::selection {
  background: #fff;
  color: #020202; }

::-moz-selection {
  background: #fff;
  color: #020202; }

.vertical-align-center {
  display: table-cell;
  vertical-align: middle; }

.horizontal-align-center {
  margin: 0 auto;
  text-align: center; }

.align-left {
  text-align: left; }

.table-wrapper {
  display: table;
  width: 100%;
  height: 100%; }
  .table-wrapper--half {
    width: 50%; }

.table-cell {
  display: table-cell; }

.strip-margin {
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px; }

.strip-padding {
  padding: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px; }

.top-spacing {
  padding-top: 100px; }

.top-spacing-margin {
  margin-top: 100px; }

.top-spacing-margin-half {
  margin-top: 66.66667px; }

.bottom-spacing {
  padding-bottom: 100px; }

.bottom-spacing-margin {
  margin-bottom: 200px; }

.spacer {
  padding: 20px; }

.fade-objects {
  opacity: 0; }

/*======================================
     Type
=====================================*/
h1 {
  width: 100%;
  margin: 0px;
  padding-bottom: 40px;
  font-size: 3em; }

h2, h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 400; }

h2 {
  font-size: 1.25em;
  letter-spacing: 20px;
  padding-bottom: 100px;
  padding-left: 20px; }

h3 {
  font-size: 1.1em;
  letter-spacing: 5px;
  padding-bottom: 50px;
  line-height: 2.5; }

h4 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 1.25em;
  letter-spacing: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  text-align: center;
  display: block; }

#download-section p {
  font-size: 1em;
  font-family: "Apercu Light", Calibri, Roboto, sans-serif;
  font-weight: 200;
  letter-spacing: 2px;
  color: #747474; }

#page-2-section p {
  font-size: 1em;
  font-family: "Apercu Light", Calibri, Roboto, sans-serif;
  font-weight: 200;
  letter-spacing: 2px;
  color: #747474; }

#credits p {
  color: #fff;
  padding: 20px;
  line-height: 2;
  font-size: 1.25em; }

#credit-section ul {
  list-style: none;
  font-size: 1em;
  font-family: "Apercu Light", Calibri, Roboto, sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
  color: #747474;
  text-align: left;
  line-height: 1;
  padding: 0px;
  margin: 0px;
  padding-right: 20px;
  padding-top: 20px; }

#credit-section ul:last-child {
  padding-right: 0px; }

#credit-section ul li {
  padding-bottom: 10px;
  line-height: 1.5; }

#credits > .table-cell {
  text-align: left; }

html {
  height: 100%;
  min-height: 100%; }

body {
  margin: 0;
  padding: 0;
  background-color: #020202;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  min-height: 100%;
  font-family: "Apercu Light", Calibri, Roboto, sans-serif;
  font-weight: 200;
  font-style: normal; }

#wrapper {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  position: absolute; }

#mobile-share-button-section {
  display: none; }

.wrapper-content {
  width: 60%; }

.font-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 60%; }

#content-button-modern, #content-button-gothic {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px; }

#content-button-gothic {
  display: none; }

#video-desktop {
  padding-top: 100px; }

#video-mobile {
  display: none; }

.player-cover {
  cursor: pointer; }

#player-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  z-index: 100; }

#player-container #click-me {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#player-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1; }

.page-header {
  background: url("");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  display: table;
  width: 80%;
  padding-top: 66.66667px;
  padding-bottom: 66.66667px; }

.page-header h3 {
  padding-top: 50px;
  height: 100%; }

#credits {
  padding-top: 40px; }

/*======================================
     Backgrounds
=====================================*/
section#first-section, section#font-display-section, section#second-section, section#thirth-section, section#fourth-section {
  height: 100%; }

.image-cropper {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    

}

img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
    padding:100px 100px 0 0:
}



#first-section {
  background: url("../images/backgrounds/wallpaper.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

#first-section .table-cell {
  background: url("../images/backgrounds/wallpaper-1.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.flat-section {
  background: #020202;
  padding: 100px 100px; }

.flat-credit-section {
  background: #020202;
  padding: 10px 100px; }

#second-section {
  background: url("../images/backgrounds/wallpaper-2.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

#thirth-section {
  background: url("../images/backgrounds/wallpaper-3.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

#fourth-section {
  background: url("../images/backgrounds/wallpaper-4.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

#download-section {
  background: #fff; }

#page-2-section {
  background: #fff; }
  
#credit-section {
  background: #020202; }

/*======================================
     Links
=====================================*/
a#button-share {
  float: right;
  margin-top: 50px;
  margin-right: 50px; }

a.links-type {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 1.25em;
  letter-spacing: 5px;
  border-bottom: 3px solid #fff;
  text-decoration: none;
  padding-bottom: 5px;
  padding-left: 5px;
  text-align: center;
  cursor: pointer; }

#credit-section a {
  color: #747474;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#credit-section a:hover {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/*======================================
     Images
=====================================*/
img.responsive {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px; }

.play-wrapper {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: table; }

.play-wrapper .play-icon {
  display: inline-block; }

.play-icon {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 3;
  width: 100px;
  height: 100px; }

.play-hover {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  opacity: 0; }

.play-static {
  position: relative;
  z-index: 2; }

/*======================================
     Animations
=====================================*/
@keyframes fade_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#first-section .table-cell {
  animation: fade_in 2s ease;
  -webkit-animation: fade_in 2s ease; }

.Btns {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  font-family: "Apercu Light", Calibri, Roboto, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #fff;
  padding: 20px 30px;
  background: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .Btns-whiteButton {
    border: 1px solid #fff;
    color: #fff; }
  .Btns-imageButton {
    border: 1px solid #fff;
    padding: 50px 60px 40px 60px; }
  .Btns-blackButton {
    border: 1px solid #020202;
    color: #020202; }
  .Btns-blackButton:hover {
    background-color: rgba(0, 0, 0, 0.2); }
  .Btns-whiteButton:hover {
    background: #fff;
    color: #020202; }
  @media screen and (min-width: 0px) and (max-width: 450px) {
    .Btns {
      padding: 10px 15px;
      font-size: 0.8em; } }

.whiteButtonActive {
  background: #fff;
  color: #020202; }

/*======================================
     SVGs
=====================================*/
#download-button {
  width: 340px;
  height: 85px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#download-button:hover #Text .st1 {
  fill: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#download-button:hover #Fill .st0 {
  fill: #020202;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

@media screen and (min-width: 0px) and (max-width: 450px) {
  #download-button {
    width: 250px;
    height: 63px; } }

/* ----------- Galaxy Tab 10.1 ----------- */
/* Portrait and Landscape */
@media (min-device-width: 800px) and (max-device-width: 1280px) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Portrait */
@media (max-device-width: 800px) and (orientation: portrait) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Landscape */
@media (max-device-width: 1280px) and (orientation: landscape) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* ----------- iPad mini ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* ----------- Galaxy S3 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* ----------- Galaxy S4 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* ----------- Galaxy S5 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  #first-section, #second-section, #thirth-section #fourth-section {
    background-attachment: scroll;
    min-height: 100%; } }

@media screen and (min-width: 1071px) and (max-width: 1415px) {
  .table-wrapper--half {
    width: 70%; } }

@media screen and (min-width: 936px) and (max-width: 1215px) {
  .video-header {
    width: 90%; }
  .wrapper-content {
    width: 75%; } }

@media screen and (min-width: 846px) and (max-width: 1070px) {
  .table-wrapper--half {
    width: 90%; } }

@media screen and (min-width: 0px) and (max-width: 955px) {
  #hero-section .table-cell {
    background: url("../images/backgrounds/backgrounds-title-mobile.png");
    background-size: 100%;
    /*min-height: 100%;*/
    background-repeat: no-repeat;
    background-position: center center; } }

@media screen and (min-width: 891px) and (max-width: 935px) {
  .wrapper-content {
    width: 75%; } }

@media screen and (min-width: 521px) and (max-width: 935px) {
  h3 {
    font-size: 0.8em;
    padding: 0px; }
  .video-header {
    padding-top: 25px; }
  .bottom-spacing-margin {
    margin-bottom: 50px; } }

@media screen and (min-width: 0px) and (max-width: 890px) {
  .wrapper-content {
    width: 100%; } }

@media screen and (min-width: 0px) and (max-width: 845px) {
  .table-wrapper--half {
    width: 90%; }
  .table-wrapper--half > .table-cell {
    display: block;
    width: 90%;
    padding-bottom: 40px; }
  #credit-section ul {
    font-size: 0.8em; } }

@media screen and (min-width: 0px) and (max-width: 800px) {
  a#button-share {
    display: none; }
  #mobile-share-button-section {
    display: block;
    background: #020202;
    padding: 33.33333px 0px;
    text-align: center; } }

@media screen and (min-width: 351px) and (max-width: 660px) {
  .flat-section {
    padding: 100px 50px; }
  h2 {
    font-size: 1em; } }

@media screen and (min-width: 0px) and (max-width: 520px) {
  img.responsive-step {
    width: 200px; }
  .flat-section {
    padding: 50px 25px; }
  h2 {
    font-size: 1em;
    padding-bottom: 50px;
    letter-spacing: 15px; }
  h3 {
    font-size: 0.8em; }
  .video-header {
    /*padding-top: $globalPadding/4;*/
    width: 100%; }
  .video-header h3 {
    padding-top: 0px;
    padding-bottom: 0px; }
  #video-mobile {
    display: block; }
  #video-desktop {
    display: none; }
  .bottom-spacing-margin {
    margin-bottom: 50px; }
  .bottom-spacing {
    padding-bottom: 50px; }
  .play-icon {
    width: 50px;
    height: 50px; }
  #download-section p {
    font-size: 0.8em; }
  #credits p {
    font-size: 0.9em; } }
