@font-face {
  font-family: 'DIN-Medium';
  src: url('../fonts/din/DIN-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/din/DIN-Medium.woff') format('woff'), url('../fonts/din/DIN-Medium.ttf')  format('truetype'), url('../fonts/din/DIN-Medium.svg#DIN-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'DIN-LightAlternate';
  src: url('../fonts/din/DIN-LightAlternate.eot?#iefix') format('embedded-opentype'),  url('../fonts/din/DIN-LightAlternate.otf')  format('opentype'),
         url('../fonts/din/DIN-LightAlternate.woff') format('woff'), url('../fonts/din/DIN-LightAlternate.ttf')  format('truetype'), url('../fonts/din/DIN-LightAlternate.svg#DIN-LightAlternate') format('svg');
  font-weight: normal;
  font-style: normal;
}



body {
    font-family: 'DIN-LightAlternate', Arial, Helvetica, sans-serif;
    line-height: 2;
    text-transform: uppercase;
    margin: 0 auto;
    background-color: #ffffff;
    color: #ffffff;
}


html,
body {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 3em;
    line-height: 0.9em;
    color: #63605f;
    font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 1.5em;
    color: #63605f;
    font-weight: bold;
    font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
}

h3 {
    font-weight: bold;
    color: #ce1322;
}

h5 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #ce1322;
}

h6 {
    font-size: 0.5em;
    line-height: 0.9em;
}

p {
    font-size: 1.2em;
    color: #63605f;
    text-transform: none;
    font-family: 'DIN-LightAlternate', Arial, Helvetica, sans-serif;
}

.brand-logo {
    width: 12%;
    z-index: 1000;
}

.slider{
    margin-top: -10%;
}

nav {
    background-color: transparent;
    z-index: 1000;
    box-shadow: none;
    padding-top: 1%;
}

nav .nav-wrapper {
    z-index: 1000;
}

nav ul a {
    font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
}

nav ul a:hover {
    background-color: transparent;
    color: #ce1322;
    border-bottom: 2px solid #ce1322;
}

.nav-color{
    color: #63605f;
}

.nav-color:hover{
    background-color: transparent;
    color: #ce1322;
    border-bottom: 2px solid #ce1322;
}

.side-nav {
    background-color: #ce1322;
    color: #ffffff;
    z-index: 1000;
}

.dropdown-content {
    border: none;
    background-color: #ffffff;
    border-radius:0px;
    box-shadow: none;
}

.dropdown-content li:hover {
    background-color: #ffffff;
}

.dropdown-content li>a, .dropdown-content li>span {
    font-size: 16px;
    color: #63605f;
    text-transform: uppercase;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

.no-padding{
    padding: 0px;
}

.no-padding-a{
    line-height: 0;
    font-size: 0px;
}

.padding-left{
    padding-left: 4%;
}

.absolute {
    position: absolute;
    z-index: 10000;
}

.square-box {
    border-top: 50px solid #000000;
    margin-top: -120px;
    position: relative;
    z-index: 10000;
}

.square-box p {
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 2;
}

.row{
    margin-bottom: 0px;
}



.btn {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000000;
    border: none;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: 5px;
    margin-bottom: 5%;
    box-shadow: none;
}

.btn:hover {
    background-color: #ce1322;
    border-color: #ce1322;
}

.btn:active {
    background-color: #000000;
    border-color: #000000;
}

.btn:visited {
    background-color: #000000;
    border-color: #000000;
}

.btn:focus {
    background-color: #ce1322;
    border-color: #ce1322;
}

/* BTN LINK */

.btn-red{
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 4%;
    background-color: #000000;
    border: none;
    font-size: 1em;
    letter-spacing: 5px;
    line-height: 4em;
    margin-bottom: 5%;
    box-shadow: none; 
}

.no-line{
    line-height: 0
}

/* BTN */
 
/* SOCIAL MEDIA BUTTON */

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

.socialbtns, .socialbtns ul, .socialbtns li {
  margin: 0;
  padding: 5px;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fa {
    width: 40px;
    height: 40px;
    color: transparent;
    -webkit-text-stroke: 1px white;
    background-color: #424242;
    border: 1px solid #ffffff;
    padding-top: 12px;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    -o-border-radius: 22px;
}

.socialbtns .fa:hover {
    color: #424242;
    -webkit-text-stroke: 1px transparent;
    background-color: #ce1322;
    border: 1px solid #ce1322;
}

.btn-details {
    width: 60%;
    height: auto;
    padding-top: 6%;
    padding-bottom: 6%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    border: none;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: 5px;
    margin-bottom: 5%;
    position: relative;
}

.btn-more-videos {
    width: 100%;
}

.content {
    display: none;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.relative-position {
    position: relative;
}

.absolute-position {
    position: absolute;
    bottom: 0;
}

.thin-word {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    width: 70%
}

.bold-word {
    font-size: 20px;
    line-height: 1.5;
    width: 70%
}

strong {
    color: #b8152d;
}

#logo {
    width: 70%;
    margin-top: 5%;
}

#lata {
    width: 40%;
}

header {
    margin: 0 auto;
}

.container-form {
    background-color: rgba(0, 0, 0, 0.8);
}

form {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
}

select {
    background-color: rgba(255, 255, 255, 0.0);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    height: 3rem;
}

.space-form {
    margin-top: 15%;
    margin-bottom: 15%;
}

.thanks {
    margin-top: 25%;
    margin-bottom: 25%;
}

.btn-default {
    background-color: transparent;
    border: none;
}

.btn-default:hover {
    background-color: transparent;
    border: none;
}

.no-display-block {
    display: inline;
}

.black-background {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10%;
}

.margin-top {
    margin-top: 10%;
}

.margin-bottom {
    margin-bottom: 10%;
}

footer.page-footer {
    margin-top: 0px;
}

.modal {
    max-height: 100%;
}

/* label color */

.input-field {
    color: #000;
    line-height: 1em;
}

.input-field:focus {
    border-bottom: 1px solid #ce1322 !important; 
    box-shadow: 0 1px 0 0 #ce1322 !important;
}


/* label color */

.input-field label {
    color: #000;
}


/* label focus color */

.input-field input[type=text]:focus + label {
    color: #ce1322;
}


/* label underline focus color */

.input-field input[type=text]:focus {
    border-bottom: 1px solid #ce1322;
    box-shadow: 0 1px 0 0 #ce1322;
}

.input-field input[type=text]:focus {
    border-bottom: 1px solid #ce1322;
    box-shadow: 0 1px 0 0 #ce1322;
}


}

/* valid color */
.input-field input[type=text].valid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

/* invalid color */
.input-field input[type=text].invalid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

/* icon prefix focus color */
.input-field .prefix.active {
    color: #ce1322;
}
[type="checkbox"].filled-in:checked+label:after {
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #ce1322;
    background-color: #ce1322;
    z-index: 0;
}
[type="radio"]:checked+label:after {
    border-radius: 50%;
    border: 2px solid #ce1322;
    background-color: #ce1322;
    z-index: 0;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

/* SCROLL DOWN */

.scroll-down {
    position: absolute;
    z-index: 100;
    width: 10%;
    margin-left: 45%;
    margin-top: 27%;
}

.scroll-down-relative {
    position: relative;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
 
.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 50%;
  margin-top: -100px;
  box-shadow: inset 0 0 0 1px #ffffff;
  border-radius: 25px;
}
 
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #ffffff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
 
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}
 
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}
@media only screen and (min-width: 992px) {}
@media only screen and (max-width: 992px) {
    .slider {
    margin-top: -10%;
}

nav .brand-logo {
    margin-top: 5%;
    width: 25%;
}

    .section {
    padding-top: 10%;
}

.no-line {
    margin-top: 16% !important;
}
}
@media only screen and (max-width: 600px) {

    figure.effect-sarah h2 {
    margin-top: 35%;
    width: 80%;
    margin-left: 10%;
    background-color: #ce1322;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 0.5em 0;
}

    .scroll-down {
    position: absolute;
    z-index: 100;
    width: 30%;
    margin-left: 35%;
    margin-top: 128%;
}

    .brand-logo {
    width: 26%;
    z-index: 1000;
    }

    .section {
    padding-top: 10%;
}

.no-line {
    margin-top: 16% !important;
}

    .logo {
        position: absolute;
        width: 25%;
        z-index: 1000;
    }
    
    .its-time-relative {
        position: relative;
        width: 30%;
        margin-left: 35%;
        margin-top: 40%;
    }

    .absolute-position {
        position: relative;
    }

    .valign-wrapper {
        display: block;
        text-align: center;
}

.slider {
    margin-top: -15%;
}

nav .brand-logo {
    margin-top: 5%;
    width: 35%;
}
}
