/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Lucid
Version:	1.0.0
Author: Scientecraft
AuthorURL: https://themeforest.net/user/scientecraft/portfolio
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Navigation
  2.1 Rotated menu / .rotated-menu
  2.2 Horizontal menu / .horizontal-menu
  2.3 Side menu / .menu-side
3. Content / .fullpage
  3.1 Countdown / #countdown
  3.2 About-carousel / .team-carousel
  3.2 Portfolio-carousel / .portfolio-carousel
  3.3 Services-carousel / .services-carousel
  3.4 Contact / #contact-form
4. Footer / .footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]

# White (text): #fff
# Red (plus, hover links) #FF5252
# Black (text) #111
# */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700);

h1, .h1 {
    margin-bottom: 5rem;
    font-size: 6rem;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
}

.logo-white-bg {
    width: 40%;
    top: 0px !important;
    padding-top: 35px;
    padding-bottom: 30px;
    background-color: #fff;
}

@media (max-width: 1200px) {
    h1, .h1 {
        font-size: 4rem;
        margin-bottom: 3rem;
        line-height: 4.25rem;
    }
}

@media (min-width: 1200px) {
    .rotated-menu {
        visibility: visible !important;
    }

    .rotated-menu a {
        text-transform: none !important;
    }

    .rotated-menu li {
        margin-left: 20px !important;
    }

    .rotated-menu nav {
        bottom: 630px !important;
    }

    .menu-side {
        visibility: hidden !important;
    }


.rotated-menu nav {
    font-family: Open Sans, sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.125em;
    z-index: 1;
    position: fixed;
 
    left: 30px;
    transform-origin: left top;
    transform: rotate(-90deg) translateX(-100%);
}

.rotated-menu nav ul {
    list-style: none;
}

.rotated-menu nav ul li {
    margin-left: 49px;
    float: right;
}}



.horizontal-menu nav {
    font-family: Open Sans, sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.125em;
    z-index: 1;
    position: fixed;
    top: 50px;
    left: 30px;
}

.horizontal-menu nav ul {
    list-style: none;
}

.horizontal-menu nav ul li {
    margin-left: 49px;
    float: right;
}

@media (max-width: 1023px) {
    .horizontal-menu {
        visibility: hidden;
    }
}

.social-links {
    list-style: none;
    position: fixed;
    top: 35px;
    right: 35px;
    z-index: 1001;
}

.social-links li {
    margin-bottom: 15px;
    font-size: 1.4rem;
}

@media (min-height: 1024px) {
    .menu-side {
        visibility: hidden;
    }
}

@media (max-width: 1023px) {
    .menu-side {
        visibility: visible !important;
    }
}

.menu-content {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transform: translate3d(-100%, 0, 0);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu-content nav {
    letter-spacing: 0.125rem;
    font-size: 2.4rem;
    z-index: 1;
    text-align: center;
    position: relative;
    top: 25%;
    height: 55%;
}

.menu-content nav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.menu-content nav ul li {
    display: block;
    height: 15%;
}

.pushed {
    transform: translate3d(0, 0, 0);
}

.social-links-side {
    padding: 0;
    z-index: 3;
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 40%;
    right: 30%;
}

.social-links-side li {
    display: inline-block;
    padding: 0 10px 0 10px;
    font-size: 14px;
}

.toggle-icon {
    width: 50px;
    height: 50px;
    border: solid 1px;
    cursor: pointer;
    font-size: 3em;
    position: fixed;
    right: 35px;
    top: 35px;
    z-index: 1001;
}

@media (max-width: 1023px) {
    .toggle-icon {
        right: 15px;
        top: 15px;
    }

    .bg {
        background-size: cover;
        background-position: 80% 50% !important;
        opacity: .5;
    }

}

.toggle-icon.pushed-menu .bar:nth-of-type(1) {
    opacity: 0;
}

.toggle-icon.pushed-menu .bar:nth-of-type(2) {
    transform: rotate(45deg);
}

.toggle-icon.pushed-menu .bar:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-3.5px) translateX(3.5px);
}

.toggle-icon div {
    margin-top: 19.5px;
    margin-left: 17px;
}

.toggle-icon div span {
    width: 16px;
    height: 1px;
    margin-bottom: 4px;
    display: block;
    transition: all 0.5s, margin 0.5s;
    margin-top: 0;
}

h1, .h1 {
    margin-bottom: 5rem;
    font-size: 6rem;
}

@media (max-width: 1200px) {
    h1, .h1 {
        font-size: 4rem;
        margin-bottom: 3rem;
        line-height: 4.25rem;
    }
}

.bg {
    background-size: cover;
    background-position: 50% 50%;
}

.frame {
    width: 100%;
    height: 100%;
    border: solid white 5px;
}

.color-bg,
.frame,
.bg,
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-bg {
    width: 100%;
    position: fixed;
}

.logo {
    position: fixed;
    left: 18.33333333%;
    top: 35px;
    z-index: 1001;
}

.logo img {
    width: 200px;
}

@media (max-width: 1023px) {
    .logo {
        top: 0px;
        left: 0px;
        padding: 15px 0px 15px 15px;
        background-color: #fff;
        width: 100%;
    }

    .logo img {
        width: 160px;
    }
}

.footer {
    z-index: 100;
    font-size: 1.1rem;
    line-height: 1.75rem;
    font-family: Open Sans, sans-serif;
    position: fixed;
    right: 35px;
    bottom: 23px;
}

@media (max-width: 1200px) {
    .footer {
        right: 15px;
        bottom: 5px;
        font-size: 1.5rem;
    }

    .footer-hide, .mobile-hide {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .footer-hide-normal {
        display: none !important;
    }
}

h1, .h1 {
    margin-bottom: 5rem;
    font-size: 4rem;
}

@media (max-width: 1200px) {
    h1, .h1 {
        font-size: 4rem;
        margin-bottom: 3rem;
        line-height: 4.25rem;
    }
}

h1, .h1 {
    margin-bottom: 5rem;
    font-size: 3.33rem;
    text-transform: none !important;
}

@media (max-width: 1200px) {
    h1, .h1 {
        font-size: 4rem;
        margin-bottom: 3rem;
        line-height: 4.25rem;
    }
}

* {
    outline: none !important;
}

@media (min-width: 1024px) {
    .toanimate {
        visibility: hidden;
    }
}

@media (max-width: 1023px) {
    .section {
        margin: 60px 0 60px 0;
    }
}

@media (min-width: 1023px) {
    .body, .html {
        overflow: hidden;
    }

    .body-imprint, .html-imprint {
        overflow: visible !important;
        height: inherit !important;
    }
}

.row {
    margin: 0 !important;
    margin-top: 30px !important;
}

.row > * {
    z-index: 2;
}

html {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 62.5%;
}

@media (max-width: 1200px) {
    html {
        font-size: 50%;
    }
}

@media (max-width: 1023px) {
    html {
        font-size: 40%;
    }
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
}

a {
    transition: all 0.2s ease;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

p {
    font-size: 13px;
    line-height: 1.42857143;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.regular-text {
    font-size: 13px;
    line-height: 1.42857143;
}

@media (max-width: 1023px) {
    .regular-text, p {
        font-size: 2.333rem;
    }
}

.main-btn {
    transition: all 0.4s ease;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    background-color: transparent;
    border: solid 1px;
    height: 4rem;
    width: 20rem;
    margin-top: 4rem;
}

@media (max-width: 1023px) {
    .main-btn {
        font-size: 1.4rem;
        height: 30px;
    }
}

.main-btn:hover {
    text-decoration: none;
}

.pushed {
    transform: translate3d(0, 0, 0) !important;
}

.promo-menu {
    position: fixed;
    transition: all 0.4s ease;
    width: 180px;
    height: 100vh;
    z-index: 10;
}

@media (max-width: 1023px) {
    .promo-menu {
        transform: translate3d(-100%, 0, 0);
    }
}

.promo-menu ul {
    padding: 0;
    list-style: none;
    position: fixed;
    left: 45px;
    top: 50%;
}

.promo-menu ul li {
    margin-bottom: 20px;
}

.promo-logo {
    position: fixed;
    top: 60px;
    left: 60px;
    z-index: 999;
}

@media (max-width: 1023px) {
    .promo-logo {
        top: 30px;
        left: 30px;
    }
}

.scientcraft {
    opacity: 0.3;
    position: fixed;
    bottom: 30px;
    left: 46px;
    text-align: center;
    transition: all 0.3s ease;
}

.scientcraft img {
    display: inline-block;
}

.scientcraft span {
    display: block;
}

.scientcraft:hover {
    opacity: 1;
}



.plus {
    font-family: 'Roboto', sans-serif;
    font-size: 5rem;
    float: right;
    margin: 0;
}

.heading-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2.6rem;
    line-height: 4.8rem;
    margin-top: 20px;
    width: 90%;
}

@media (max-width: 1023px) {
    .heading-text {
        width: 100%;
    }
}

.notify-btn {
    transition: visibility 0s, opacity 0.4s linear, background 0.4s 0.04s ease;
    opacity: 1;
    visibility: visible;
}

#subscribe {
    margin-top: -4rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.notify-input {
    transition: width 0.3s;
    font-family: Open Sans, sans-serif;
    font-size: 1.1rem;
    padding-left: 1.5rem;
    height: 4rem;
    width: 20rem;
    border: solid 1px;
    padding-right: 4rem;
}

@media (max-width: 1023px) {
    .notify-input {
        font-size: 1.4rem;
    }
}

.notify-input-btn {
    background-color: transparent;
    border: none;
    width: 4rem;
    height: 4rem;
    margin-left: -4rem;
    font-size: 1.4rem;
}

@media (max-width: 1023px) {
    .notify-input-btn {
        font-size: 1.6rem;
    }
}

#clock {
    height: 23rem;
    width: 23rem;
    position: relative;
}

#clock div {
    float: left;
    text-align: center;
    height: 10.7rem;
    width: 10.7rem;
}

@media (max-width: 1023px) {
    #clock {
        margin-top: 30px;
    }
}

.none-hover .default-clock {
    opacity: 0;
}

.none-hover .clock-hover {
    opacity: 1;
}

.smalltext {
    font-size: 1.1rem;
    padding: 0;
    margin: 0;
}

.default-clock {
    z-index: 100;
    font-size: 3.45rem;
    height: 10rem;
    width: 10rem;
    position: absolute;
    border: solid 1px;
    line-height: 10.7rem;
    transition: opacity .3s linear;
    cursor: pointer;
}

@media (pointer: coarse) {
    .default-clock {
        opacity: 0;
    }
}

.default-clock:hover {
    opacity: 0;
}

.default-clock:hover ~ .clock-hover {
    opacity: 1;
}

.clock-days {
    margin-right: 1.6rem;
}

.clock-minutes {
    margin-top: 1.6rem;
    margin-right: 1.6rem;
}

.clock-seconds {
    margin-top: 1.6rem;
}

.clock-hover {
    transition: opacity 0.5s ease;
    font-size: 3.45rem;
    opacity: 0;
    height: 10rem;
    padding-top: 2rem;
}

@media (pointer: coarse) {
    .clock-hover {
        opacity: 1;
    }
}

.rotate {
    transform: rotate(90deg);
}

.scroll {
    margin-top: 20rem;
    font-size: 1.4rem;
    font-family: Open Sans, sans-serif;
    letter-spacing: 0.125rem;
    display: block;
}

@media (max-width: 1023px) {
    .scroll {
        display: none;
    }
}

.carousel-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
}

@media (max-width: 1023px) {
    .carousel-overlay {
        display: none;
    }
}

.carousel-arrow {
    transition: all 0.2s ease;
    background-color: transparent;
    border: solid 1px;
    margin-top: 0;
    height: 4rem;
    width: 4rem;
    z-index: 10;
}

.carousel-arrow:hover {
    text-decoration: none;
}

.person-carousel {
    /*width: 60%;*/
    width: 55%;
    float: right;
}

@media (max-width: 1023px) {
    .person-carousel {
        opacity: 1 !important;
        width: 100%;
        float: none;
        text-align: center;
    }
}

.person-carousel img {
    max-width: 70%;
    max-height: 95vh;
    float: left;
}

@media (max-width: 1023px) {
    .person-carousel img {
        float: none;
        display: inline-block !important;
    }
}

.carousel-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 1023px) {
    .carousel-bottom {
        position: inherit;
    }
}

.person-prev {
    position: absolute;
}

@media (max-width: 425px) {

    .footer {
        bottom: 0px;
        background-color: #fff;
        text-align: right;
        padding: 7px 0px 7px 0px;
        width: 100%;
        margin: 0px !important;
    }

    .person-prev {
        right: 6rem;
        bottom: 0;
    }
}

@media (min-width: 426px) {
    .person-prev {
        right: 30%;
        bottom: 0;
    }
}

@media (min-width: 1024px) {
    .person-prev {
        left: 350px;
        bottom: 75px;
    }
}

@media (min-width: 992px) {
    .person-prev {
        bottom: 75px;
        left: 400px;
    }
}

@media (min-width: 1200px) {
    .person-prev {
        bottom: 100px;
        left: 500px;
    }
}

.person-next {
    position: absolute;
}

@media (max-width: 425px) {
    .person-next {
        right: 0;
        bottom: 0;
    }
}

@media (min-width: 426px) {
    .person-next {
        right: calc(30% - 6rem);
        bottom: 0;
    }
}

@media (min-width: 1024px) {
    .person-next {
        left: calc(350px + 6rem);
        bottom: 75px;
    }
}

@media (min-width: 992px) {
    .person-next {
        bottom: 75px;
        left: calc(400px + 6rem);
    }
}

@media (min-width: 1200px) {
    .person-next {
        bottom: 100px;
        left: calc(500px + 6rem);
    }
}

.person {
    transform: rotate(-90deg) translateX(-100%) translateY(100%);
    position: absolute;
    z-index: 10;
    display: inherit;
}

@media (max-width: 425px) {
    .person {
        right: 5%;
        transform: rotate(-90deg) translateX(-30%);
        transform-origin: right bottom 0;
    }
}

@media (min-width: 426px) {
    .person {
        right: 25%;
        transform: rotate(-90deg) translateX(-25%);
        transform-origin: right bottom 0;
    }
}

@media (min-width: 1024px) {
    .person {
        bottom: 70%;
        right: inherit;
        transform: rotate(-90deg) translateX(-100%) translateY(100%);
        transform-origin: left bottom 0;
    }
}

@media (min-width: 992px) {
    .person {
        bottom: 70%;
        margin-left: 20px;
    }
}

@media (min-width: 1200px) {
    .person {
        bottom: 70%;
        margin-left: 20px;
    }
}

.person-name {
    font-size: 1.6rem;
    letter-spacing: 0.125rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    display: inline;
    margin-right: 2.5rem;
}

.person-post {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.125rem;
    display: inline;
}

.portfolio-prev {
    position: absolute;
}

@media (max-width: 424px) {
    .portfolio-prev {
        left: 13rem;
        bottom: -7.5rem;
    }
}

@media (min-width: 425px) {
    .portfolio-prev {
        left: 38rem;
        bottom: -7.5rem;
    }
}

@media (min-width: 1024px) {
    .portfolio-prev {
        bottom: -7.5rem;
        left: 0;
    }
}

.portfolio-next {
    position: absolute;
}

@media (max-width: 424px) {
    .portfolio-next {
        left: 19rem;
        bottom: -7.5rem;
    }
}

@media (min-width: 425px) {
    .portfolio-next {
        left: 44rem;
        bottom: -7.5rem;
    }
}

@media (min-width: 1024px) {
    .portfolio-next {
        bottom: -7.5rem;
        left: 6rem;
    }
}

.mfp-arrow {
    display: none !important;
}

@media (max-width: 1023px) {
    .portfolio-carousel {
        margin-top: 30px;
        margin-left: calc(50% - 23rem);
    }
}

@media (max-width: 424px) {
    .portfolio-carousel {
        margin-top: 30px;
        margin-left: calc(50% - 11.5rem);
    }
}

.portfolio-carousel img {
    height: 14.8rem;
    width: 23rem;
}

.img-container {
    height: 14.8rem;
    width: 23rem;
    display: block;
}

/* .img-container-img1 {
background-image: url(../img/1v.jpg);
background-size: 100% auto;
background-repeat: no-repeat;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;}*/

/*  .img-container-img1:hover {
  background-image: url(../img/popup-1-mo.jpg);
  -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
  }*/

/* img.mfp-img:hover{
 opacity: 0;
 }

 .ref-hover-image-bg {
     width: auto;
 max-width: 100%;
 height: auto;
 display: block;
 line-height: 0;
 box-sizing: border-box;
 padding: 40px 0 40px;
 margin: 0 auto;

 background-image: url(../img/popup-1.jpg);
 }

 .mfp-figure {
 background-image: url(../img/popup-1-mo.jpg);
 }*/

.portfolio-carousel a {
    text-align: center;
    line-height: 14.8rem;
    width: auto !important;
    position: relative;
    margin-bottom: 3rem;
    margin-right: 2.8rem;
    margin-left: 0.2rem;
    transition: all 0.2s ease;
}

.portfolio-carousel a:before {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    content: "+";
    font-family: Open Sans, sans-serif;
    font-size: 50px;
    z-index: 100;
    font-weight: 300;
}

@media (max-width: 1300px) {
    .portfolio-carousel a {
        margin-right: 1.8rem;
        margin-bottom: 2rem;
        margin-left: 0.2rem;
    }
}

.portfolio-carousel a:after {
    opacity: 0;
    position: absolute;
    top: 0;
    display: block;
    width: 23rem;
    height: 14.8rem;
    content: "";
}

.portfolio-carousel a:before {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    content: "+";
    font-family: Open Sans, sans-serif;
    font-size: 50px;
    z-index: 100;
    font-weight: 300;
}

.portfolio-carousel a:hover:after {
    opacity: 1;
    transition: opacity 0.4s ease;
}

.portfolio-carousel a:hover:before {
    opacity: 1;
    transition: opacity 0.4s ease;
}

@media (max-width: 1023px) {
    .services-carousel {
        margin-top: 30px;
    }
}

.services-carousel span {
    line-height: 50px;
    padding-left: 30px;
    font-size: 1.4rem;
}

@media (max-width: 1023px) {
    .services-carousel span {
        padding: 0;
        display: block;
        line-height: normal;
        padding-top: 15px;
        font-size: 1.6rem;
    }
}

@media (min-width: 1024px) {
    .services-carousel span {
        padding-left: 15px;
    }
}

@media (min-width: 980px) {
    .services-carousel span {
        padding-left: 30px;
    }
}

.services-item {
    width: 49% !important;
    margin-left: 2px;
    margin-bottom: 60px;
}

@media (max-width: 1023px) {
    .services-item {
        text-align: center;
    }
}

.services-icon {
    position: relative;
    float: left;
    line-height: 50px;
    text-align: center;
    height: 50px;
    width: 50px;
}

@media (max-width: 1023px) {
    .services-icon {
        float: none;
        display: inline-block;
    }
}

.services-icon:after {
    content: "";
    position: absolute !important;
    top: 5px;
    left: 5px;
    border: solid 1px;
    height: 50px;
    width: 50px;
    background-color: transparent;
    z-index: -10;
}

@media (max-width: 1023px) {
    .services-icon:after {
        display: none;
    }
}

.services-icon img {
    display: inline-block !important;
}

.services-prev {
    position: absolute;
}

@media (max-width: 1023px) {
    .services-prev {
        bottom: 0;
        right: calc(25% - 45px + 9rem);
    }
}

@media (min-width: 1024px) {
    .services-prev {
        bottom: -8rem;
        left: 0;
    }
}

.services-next {
    position: absolute;
}

@media (max-width: 1023px) {
    .services-next {
        bottom: 0;
        right: calc(25% - 45px + 3rem);
    }
}

@media (min-width: 1024px) {
    .services-next {
        bottom: -8rem;
        left: 6rem;
    }
}

.contact-info {
    display: block;
    float: right;
    width: calc(100% - 25px);
    margin-bottom: 10px;
}

.contact-icon {
    width: 20px;
    text-align: center;
}

form p {
    margin: 0;
}

input {
    background-color: transparent;
    border: none;
    height: 4.5rem;
    font-size: 1.1rem;
}

@media (max-width: 1023px) {
    input {
        font-size: 1.8rem;
    }
}

input:focus {
    outline: none;
}

input:focus + label, input.filled + label {
    font-size: 1.1rem;
    height: 4.5rem;
    opacity: .4;
}

@media (max-width: 1023px) {
    input:focus + label, input.filled + label {
        font-size: 1.4rem;
        height: 5rem;
    }
}

textarea {
    font-size: 1.1rem;
    background-color: transparent;
    border: none;
    resize: none;
    width: 100%;
}

@media (max-width: 1023px) {
    textarea {
        font-size: 1.8rem;
    }
}

textarea:focus + label, textarea.filled + label {
    font-size: 1.1rem;
    height: 7.5rem;
    opacity: .4;
}

@media (max-width: 1023px) {
    textarea:focus + label, textarea.filled + label {
        font-size: 1.8rem;
        height: 10.4rem;
    }
}

#contact-form label {
    cursor: text;
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 3rem;
    letter-spacing: 0.04rem;
    position: absolute;
    border-bottom: 1px solid;
    width: 100%;
    transition: height 0.2s cubic-bezier(0, 0, 0.2, 1), font-size 0.2s cubic-bezier(0, 0, 0.2, 1), opacity 0.2s cubic-bezier(0, 0, 0.2, 1);
}

@media (max-width: 1023px) {
    #contact-form label {
        font-size: 1.8rem;
    }
}

.name {
    position: relative;
    float: left;
    width: 45%;
    z-index: 10;
}

.name input {
    width: 100%;
}

.name label {
    left: 0;
    bottom: 0;
    height: 3.2rem;
}

@media (max-width: 980px) {
    .name {
        width: 100%;
        margin-bottom: 1.5rem;
    }
}

.email {
    float: right;
    position: relative;
    width: 45%;
    z-index: 10;
}

.email input {
    width: 100%;
}

.email label {
    right: 0;
    bottom: 0;
    height: 3.2rem;
}

@media (max-width: 980px) {
    .email {
        width: 100%;
        margin-bottom: 3rem;
    }
}

.message {
    position: relative;
    margin-top: 4rem;
    padding-top: 9rem;
}

.message label {
    right: 0;
    bottom: 0;
    height: 6rem;
}

.contact-help-block,
.subscribe-help-block {
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    height: 1.8rem;
}

.contact-help-block .danger,
.subscribe-help-block .danger {
    color: #ff5252;
}

.contact-help-block .success,
.subscribe-help-block .success {
    color: #2e8043;
}

.subscribe-help-block {
    visibility: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    font-family: Open Sans, sans-serif;
    font-size: 1.1rem;
    transition: background-color 5000s ease-in-out 0s;
}

/*comparison slider css*/

.ba-slider {
    position: relative;
    overflow: hidden;
}

.ba-slider img {
    width: 100%;
    display: block;
}

.resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.handle {
    /* Thin line seperator */
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    margin-left: -2px;
    background: rgba(0, 0, 0, 0.5);
    cursor: ew-resize;
}

.handle:after {
    /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 54px;
    height: 54px;
    margin: -27px 0 0 -27px;
    content: '\2194';
    color: white;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    line-height: 45px;
    background: #008c44;
    /* @orange */
    border: 1px solid #008c44;
    /* darken(@orange, 5%) */
    border-radius: 0px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    /* lighten(@orange, 20%)*/
}

.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height: 40px;
    font-size: 30px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
    max-width: 800px;
    height: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

.mfp-figure:after {
    box-shadow: none !important;
}

.full-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url('../img/eclipse.svg');
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    background-position: center;
    background-size: 200px 200px;
    background-repeat: no-repeat;
    z-index: 5000;
    top: 0;
    left: 0;
}

.flag-de-en img {
    width: 28px;
    height: auto;
}

.flag-de-en-footer img {
    width: auto;
    height: 14px;
	margin-left: 5px;
}

.flag-de-en:hover, .flag-de-en-footer:hover {
    opacity: .5;
	-webkit-transition:opacity 500ms ease-out;
-moz-transition:opacity 500ms ease-out;
-o-transition:opacity 500ms ease-out;
transition:opacity 500ms ease-out;
}