@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: 300;
    font-style: normal;
}

strong {
    font-weight: 800;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #222;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}


/* Custom CSS
 * --------------------------------------- */

html {
    overflow-x: hidden !important;
    height: 100%;
    display: flex;
}

body {
    font-family: 'Lato', sans-serif;
    color: #222;
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    width: 100%;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

h1 {
    font-size: 4.800em;
    font-weight: 800;
}

h2 {
    font-size: 3.200em;
    line-height: 1em;
    font-weight: 800;
}

h3 {
    font-size: 2.400em;
    font-weight: 200;
}

h4 {
    font-size: 1.600em;
    font-weight: 200;
}

h5 {
    font-size: 1.200em;
    font-weight: 600;
}

p {
    font-size: 1.200em;
    font-weight: 400;
}

.fp-tableCell {
    vertical-align: top;
}

.btn {
    font-family: 'Lato', sans-serif;
    background: #e30918;
    border: 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.87em;
    line-height: 1.600em;
    padding: 15px 20px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    overflow: visible;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.btn:hover {
    background: #222;
    color: #fff;
}

.txt-more {
    font-family: 'Lato', sans-serif;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.82em;
    color: #e30918;
    padding: 10px 0;
    display: block;
    cursor: pointer;
    overflow: visible;
    transition: all 0.5s ease;
}

.txt-more:hover {
    color: #fff;
}

input {
    background: transparent;
    color: #ffffff;
    font-size: 0.87em;
    line-height: 1.600em;
    padding: 15px 20px;
    font-weight: 300;
    display: inline-block;
    text-align: left;
    border: 2px solid #fff;
}

.btn-more {
    background: transparent;
    border: 2px solid #e30918;
    color: #e30918;
    font-weight: 600;
    padding: 7px 13px;
    text-transform: uppercase;
    font-size: 0.85em;
    line-height: 1.600em;
    display: block;
    float: left;
    margin: 15px 0;
    transition: all 0.5s ease;
}

.btn-more:hover {
    background: #e30918;
    border: 2px solid #e30918;
    color: #fff;
}

.section .wrap {
    margin-top: 20vh;
    margin-bottom: 10vh;
}


/* Fixed header and footer.
	* --------------------------------------- */

#header {
    position: fixed;
    height: 90px;
    width: 100vw;
    z-index: 11;
    text-align: center;
    padding: 0;
    top: 0px;
    background: rgba(255, 255, 255, 1.0);
    color: #222;
    -webkit-transition: width 1s;
    /* Safari */
    transition: width 1s;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

body.fp-viewing-landing>#header {
    background: rgba(255, 255, 255, 0.0);
    color: #fff;
    -webkit-transition: width 1s;
    /* Safari */
    transition: width 1s;
}

body.fp-viewing-landing #fp-nav ul li a span,
body.fp-viewing-landing .fp-slidesNav ul li a span {
    background: #fff;
}

body.fp-viewing-landing #fp-nav ul li .fp-tooltip {
    color: #fff;
}

#fp-nav ul li .fp-tooltip {
    color: #222;
}

body.fp-viewing-landing>#header nav *,
body.fp-viewing-landing>#header ul *,
body.fp-viewing-landing>#header nav ul li a,
body.fp-viewing-landing>#header #nav_second li a {
    color: #fff;
}

body.fp-viewing-landing>#header nav ul li a:hover,
body.fp-viewing-landing>#header #nav_second li a:hover {
    opacity: 0.8;
}

body.fp-viewing-landing>#header #change_language>ul {
    border: 1px solid #fff;
    background: transparent;
}

body.fp-viewing-landing>#header #change_language>ul:after {
    border-color: rgba(34, 34, 34, 0);
    border-bottom-color: #222;
}

body.fp-viewing-landing>#header #change_language>ul:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
}

nav *,
ul * {
    color: #222;
}

nav ul li,
#nav_second li {
    display: inline-block;
}

nav ul li a,
#nav_second li a {
    color: #222;
    text-transform: uppercase;
    font-size: 0.95em;
    font-weight: 600;
    display: block;
}

nav ul li a:hover,
#nav_second li a:hover,
.nav_search:hover .fa-search::before {
    color: #e30918;
}

nav ul li,
#nav_second li {
    padding: 15px 15px;
    position: relative;
}

nav ul li a {
    padding: 20px 0px;
    position: relative;
}

#nav_second li a {
    padding: 20px 0px;
}

#logo {
    text-align: left;
    align-items: center;
    display: flex;
}

#logo img {
    max-width: 50px;
    max-height: 41px;
}

#nav_second {
    text-align: right;
}

nav>ul>li>a::before {
    background: #e30918 none repeat scroll 0 0;
    bottom: 0px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    right: 100%;
    transition-duration: 0.3s;
    transition-property: right;
    transition-timing-function: ease-out;
}

nav>ul>li>a:hover::before {
    right: 0%;
}

#change_language>ul {
    display: none;
    position: absolute;
    border: 1px solid #222;
    background: #fff;
    padding: 5px 0px;
    margin-left: -13px;
    margin-top: -5px;
    text-align: center;
}

#change_language:hover>ul {
    display: block;
}

#change_language>ul li {
    padding: 0px;
}

#change_language>ul li a {
    padding: 5px 15px;
}

#change_language>ul li a:hover {
    color: #e30918;
}

#change_language>ul:after,
#change_language>ul:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#change_language>ul:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

#change_language>ul:before {
    border-color: rgba(34, 34, 34, 0);
    border-bottom-color: #222;
    border-width: 9px;
    margin-left: -9px;
}

body.fp-viewing-landing>#header nav>ul>li>a::before {
    background: #fff;
}

#main-search-form {
    display: none;
    position: absolute;
    top: 18px;
    right: 0;
    overflow: visible !important;
    transition-duration: 0.3s;
    transition-property: right;
    transition-timing-function: ease-out;
}

#main-search-form input {
    width: 20vw;
    background: #fff;
    border-color: #222;
}

body.fp-viewing-landing>#header #main-search-form input {
    color: #222;
}

body.fp-viewing-landing>#header #main-search-form input {
    border-color: #fff;
}

#main-search-form button {
    color: #222;
    background: transparent;
    border: 0;
    position: absolute;
    top: 16px;
    right: 20px;
}

body.fp-viewing-landing>#header #main-search-form button i {
    color: #222;
}

#main-search-form button:hover i,
#main-search-form .icon_close:hover {
    color: #e30918;
}

#main-search-form .icon_close {
    color: #222;
    font-size: 2em;
    line-height: 0.8em;
    right: -50px;
    cursor: pointer;
    font-weight: 300;
}

body.fp-viewing-landing>#header #main-search-form .icon_close {
    color: #fff;
}

#main-search-form.main-search-form-mobile {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 99;
    border: 0;
}

#main-search-form.main-search-form-mobile input {
    height: 41px;
}

#main-search-form.main-search-form-mobile input {
    width: 100%;
}

#main-search-form.main-search-form-mobile button {
    right: 65px;
    top: 23px;
    font-size: 1.45em;
}

#main-search-form.main-search-form-mobile .icon_close {
    color: #222 !important;
    font-size: 3em;
    line-height: 50px;
    right: 0;
    height: 75px;
    position: absolute;
}


/* Mobile nav
	* --------------------------------------- */

#nav-mobile {
    height: 100%;
    width: 270px;
    background-color: #fff;
    position: fixed!important;
    z-index: 1;
    overflow: auto;
}

#nav-mobile::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    width: calc(100% - 270px);
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
}

.nav_mobile_button {
    background: transparent;
    color: #222;
    border-style: none;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 2em;
    position: absolute;
    right: 0;
    top: 0;
    height: 75px;
    padding: 0 20px;
}

#nav-mobile>button {
    background: transparent;
    color: #222;
    border-style: none;
    padding: 0;
    border-bottom: 1px solid #dadada;
    outline: 0;
    font-size: 1em;
    font-weight: 300;
    right: 0;
    top: 0;
    height: 75px;
    padding: 0 30px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

#nav_mobile_first,
#nav_mobile_second {
    padding: 20px 30px 30px;
    text-align: left;
}

#nav_mobile_first li a,
body.fp-viewing-landing>#header #nav_mobile_first li a,
#nav_mobile_second li a,
body.fp-viewing-landing>#header #nav_mobile_second li a {
    color: #222;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 600;
    padding: 10px 0;
    display: block;
    width: 100%;
}

body.fp-viewing-landing>#header #nav_mobile_second li a i {
    color: #222;
}

#nav_mobile_second {
    background: #e8e8e8;
    position: absolute;
    width: 100%;
    height: 100%;
}

.icon_close {
    font-size: 3em;
    line-height: 1em;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 20px;
}

@media only screen and (min-width:1024px) {
    .hidden-desc {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    .hidden-mobile {
        display: none;
    }
    #header,
    body.fp-viewing-landing>#header {
        background: #fff;
        height: 75px;
    }
    #logo {
        margin-left: -20px;
    }
    #nav_search {
        background: transparent;
        color: #222;
        border-style: none;
        padding: 0;
        border: none;
        outline: 0;
        font-size: 1.5em;
        position: absolute;
        right: 50px;
        top: 0;
        height: 75px;
        padding: 0 20px;
        line-height: 75px;
    }
}

.icon_arrow_down {
    display: none;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 50px);
    right: auto;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.83em;
    font-weight: 600;
    color: #222;
    transition: all 0.5s ease;
}

.icon_arrow_down>svg {
    width: 30px;
    margin-top: 10px;
    transition: all 0.5s ease;
}

.icon_arrow_down:hover {
    color: #e30918!important;
}

.icon_arrow_down:hover>svg {
    fill: #e30918;
}

.icon_arrow_down_white {
    color: #fff;
}

.icon_arrow_down_white>svg {
    fill: #fff;
    transition: all 0.5s ease;
}


/* 1st slide
	* --------------------------------------- */

#section0 {
    background: url('/landing-en-shop/1st_bg.jpg') no-repeat center center fixed;
    background-size: cover;
    text-align: center;
}

#section0 * {
    color: #fff;
}

#section0 .img_cup {
    position: absolute;
    left: 80vw;
    bottom: 65vh;
}

#section0 .img_tablet {
    position: absolute;
    top: 50vh;
    right: 70vw;
}

#section0 .img_keyboard {
    position: absolute;
    top: 75vh;
    left: 60vw;
}

#section0 .img_phone {
    position: absolute;
    top: 80vh;
    right: 47vw;
}

.img_dropshadow {
    -webkit-filter: drop-shadow(25px 25px 15px #111);
    filter: drop-shadow(25px 25px 15px #111);
}

.form_freedemo,
.form_freedemo input,
.form_freedemo button {
    height: 52px;
}

.form_freedemo {
    margin-top: 60px;
    z-index: 10;
    position: relative;
}

.form_freedemo input {
    width: 245px;
    margin: 0 5px;
}

.form_freedemo button {
    margin: 0 5px;
    position: relative;
}

.btn_signupdemo::after {
    content: '';
    background: url('/landing-en-shop/arrow_tryit.png') no-repeat center center;
    width: 245px;
    height: 75px;
    position: absolute;
    right: -270px;
    top: 0;
}

#section0 .wrap {
    margin-top: 25vh;
}

.form_freedemo input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.form_freedemo input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.form_freedemo input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.form_freedemo input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}


/* 2nd slide
	* --------------------------------------- */

#section1 {
    background: url('/landing-en-shop/bg_white.png') no-repeat left top;
}

#section1 .img_screen {
    position: absolute;
    top: 50vh;
    right: 55vw;
    max-width: 40vw;
}

#section1 .img_computer {
    position: absolute;
    top: 40vh;
    left: 50vw;
    max-width: 50vw;
}


/* IAI-TABS
	* --------------------------------------- */

.iai-tabs {
    margin: auto;
    position: relative;
    width: 100%;
    margin-top: 5vh;
}

.iai-tabs input[name="sections"] {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

.iai-tabs section {
    display: block;
}

.iai-tabs section label {
    cursor: pointer;
    display: block;
    padding: 15px 0px;
    position: relative;
    z-index: 10;
    font-size: 1.200em;
    text-transform: uppercase;
    font-weight: 300;
    border-top: 1px solid #d5d5d5;
}

.iai-tabs section:first-of-type label {
    border-top: 0;
}

.iai-tabs section article {
    display: none;
    right: 0px;
    min-width: 300px;
    padding: 0 0 0 80px;
    position: absolute;
    top: 0;
}

.iai-tabs input[name="sections"]:checked+label {
    color: #e30918;
    font-weight: 600;
    border-right: 5px solid #e30918;
    transition: all 0.2s ease;
}

.iai-tabs input[name="sections"]:checked~article {
    display: block;
}

.iai-tabs article h4 {
    font-weight: 800;
    margin-bottom: 15px;
}

.iai-tabs article p {
    margin-bottom: 10px;
}

.iai-tabs article a {
    border-color: #222;
    color: #222;
}

.iai-tabs-closemobile {
    background: #fff;
    color: #222;
    border-style: none;
    padding: 0;
    border-bottom: 1px solid #dadada;
    outline: 0;
    font-size: 1em;
    font-weight: 300;
    right: 0;
    top: 0;
    height: 75px;
    padding: 0 30px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

@media (max-width: 979px) {
    .iai-tabs section label,
    .iai-tabs input[name="sections"]:checked+label {
        font-size: 0.933em;
        text-align: left;
        font-weight: 400;
        border-right: 0;
        color: #222;
    }
    .iai-tabs section label:after {
        content: '';
        font-family: 'FontAwesome';
        right: 0;
        position: absolute;
    }
    .iai-tabs section article {
        display: none;
        background: #fff;
        width: 100%;
        position: fixed;
        height: 100%;
        overflow-x: scroll;
        z-index: 999 !important;
        padding: 0;
    }
    .iai-tabs-article-div {
        padding: 40px;
        text-align: left;
    }
}


/* 4th slide
	* --------------------------------------- */

.iai_boxes {
    padding-bottom: 5vh;
}

.icon_iai_box {
    text-align: center;
}

.icon_iai_box>svg {
    width: 60px;
    margin-top: 35px;
    fill: #e30918;
}

.iai_box {
    margin-top: 50px;
}

.iai_box h4 {
    font-weight: 800;
    margin-bottom: 5px;
}

.iai_box p {
    font-weight: 300;
    margin-bottom: 5px;
}

.iai_box a {
    border-color: #222;
    color: #222;
}


/* 5th slide
	* --------------------------------------- */

#section4 {}

#section5 {
    height: 50vh !important;
    overflow: hidden !important;
    position: relative;
}

#section5 .fp-tableCell {
    height: 50vh !important;
    overflow: hidden !important;
    position: relative;
}

#section4 .fp-slides {
    max-height: 72vh;
}

#section4 h2,
#section4 h4,
#section4 h4 {
    color: #fff;
}

.Case_Study_info h4 {
    font-weight: 800;
    text-transform: uppercase;
}

#section4 p {
    color: #b0b0b0;
    font-size: 0.98em;
    line-height: 1.3em;
}

#section4 .fp-slides {
    overflow: visible;
}

#section4 .wrap {
    margin-top: 20vh;
}

.fp-controlArrow {
    width: 90px;
    height: 90px;
    top: 40vh;
    opacity: 0.3;
}

.fp-controlArrow:hover {
    opacity: 1;
}

.fp-controlArrow::before,
.fp-controlArrow::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #fff;
    left: 20px;
}

.fp-controlArrow::before {
    top: 22px;
    transform: rotateZ(60deg);
}

.fp-controlArrow::after {
    bottom: 23px;
    transform: rotateZ(-60deg);
}

.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next {
    border-width: 0;
}

.fp-controlArrow.fp-prev {
    transform: rotate(180deg);
    left: -10px;
    width: 90px;
}

.fp-controlArrow.fp-next {
    right: -10px;
}

.img_rwd_section {
    position: absolute;
    right: 0;
    bottom: -3vh;
    padding: 0 !important;
}

.img_rwd {
    max-height: 43vh;
    right: 0;
}

.fp-slide {
    position: relative;
}

.Case_Study_info {
    position: relative;
    padding-top: 40px;
    padding-right: 40px;
}

.Case_Study_info:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
    width: 130px;
    height: 1px;
    background: #5f5f5f;
}

.slide>.fp-tableCell {
    height: 50vh !important;
}

#section4 .slide,
.Case_Study_info {
    background-repeat: no-repeat;
    background-color: #222;
    background-position: right center;
    background-size: 50vw auto;
}

#section4 #slide1,
#slide1 .Case_Study_info {
    background-image: url('/landing-en-shop/img_case2.jpg');
}

#section4 #slide2,
#slide2 .Case_Study_info {
    background-image: url('/landing-en-shop/img_case.jpg');
}

.Case_Study_info {
    background-size: 0px 0px;
}


/* 6th footer
	* --------------------------------------- */

.footer-cookies {
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
}

.footer-cookies a {
    color: #e30918;
}

.footer {
    background: #e8e8e8;
}

.footer-menu {
    background: #fff;
}

h5 a {
    color: #222;
}

.footer-menu h5 {
    margin-top: 15px;
}

.footer-menu ul li a {
    color: #868686;
    font-size: 0.93em;
    font-weight: 400;
}

.footer-menu ul {
    margin-top: 5px;
}

.footer-menu ul li a:hover,
.footer-menu h5 a:hover,
.footer-contact a:hover {
    color: #e30918;
}

#section4 .footer h4 {
    color: #222;
}

.footer>.wrap {
    margin-top: 50px !important;
    margin-bottom: 25px;
}

.footer-menu>.wrap {
    margin-top: 50px !important;
    margin-bottom: 80px;
}

.footer-contact a {
    color: #222;
    font-weight: 600;
    margin-top: 10px;
}

.footer-contact span {
    width: 100%;
    color: #222;
    font-weight: 400;
    display: block;
    font-size: 0.75em;
}

.footer-tel {
    font-size: 1.25em;
    width: 100%;
    display: block;
}

.footer-mail {
    width: 100%;
    display: block;
}

a.footer-icon {
    font-size: 1.5em;
    margin-right: 15px;
    margin-top: 20px;
    display: inline-block;
}

@media only screen and (min-width:1280px) {
    .wrap {
        width: 1200px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .wrap {
        width: 950px;
    }
    nav ul li,
    #nav_second li {
        padding: 15px 10px;
    }
    .btn-more {
        display: inline-block;
        float: none;
    }
}

@media only screen and (max-width:1023px) {
    .btn_signupdemo::after,
    .footer-menu ul,
    .Case_Study_info::before {
        display: none;
    }
    .wrap {
        width: 100%;
        padding: 0 40px;
    }
    h1 {
        font-size: 2.800em;
        font-weight: 800;
    }
    h2 {
        font-size: 2.000em;
        line-height: 1em;
        font-weight: 800;
    }
    h3 {
        font-size: 1.200em;
        font-weight: 200;
    }
    h4 {
        font-size: 1.200em;
        font-weight: 200;
    }
    p {
        font-size: 0.867em;
        font-weight: 400;
    }
    .btn,
    .btn-more,
    input,
    .form_freedemo input {
        width: 100%;
    }
    .form_freedemo input {
        margin: 5px 0;
    }
    .form_freedemo button {
        margin: 5px 0;
    }
    #section1 .img_computer {
        top: 50vh;
        left: 0vw;
        max-width: 100vw;
    }
    #section3 .wrap {
        padding-left: 0;
        padding-right: 0;
    }
    #section3 .iai_box,
    #section3 .wrap>.row:first-of-type {
        padding-left: 40px;
        padding-right: 40px;
    }
    .iai_box p {
        font-weight: 400;
    }
    .iai_box_dark_mobile {
        background: #222;
        padding-bottom: 30px;
        padding-top: 10px;
    }
    .iai_box_dark_mobile h4,
    .iai_box_dark_mobile p {
        color: #fff;
    }
    .iai_box_dark_mobile a {
        color: #222;
        background: #fff;
        border-color: #fff;
    }
    .Case_Study_info {
        padding-right: 0;
    }
    .txt-more {
        width: 100%;
        background: transparent;
        border: 2px solid #e30918;
        color: #e30918;
        font-weight: 600;
        padding: 7px 13px;
        text-transform: uppercase;
        font-size: 0.85em;
        line-height: 1.600em;
        margin: 15px 0;
        transition: all 0.5s ease;
    }
    .footer-menu .col-xs-12.col-sm-6.col-md-3.col-lg-3.footer-contact {
        background: #fff;
        padding-bottom: 40px;
        padding-top: 30px;
        position: relative;
        z-index: 2;
        margin-bottom: 20px;
    }
    .footer-menu {}
    .footer-menu>.wrap {
        margin-top: 0!important;
    }
    .footer-contact::before {
        position: absolute;
        left: -50%;
        width: 200%;
        height: 100%;
        top: 0px;
        background: #fff;
        display: block;
        z-index: -1;
    }
    #section4 {
        height: 130vh !important;
    }
    #section4 .fp-slides {
        max-height: 100% !important;
    }
    #section4 .footer h4 {
        font-weight: 600;
    }
    #section4 .slide .wrap {
        margin-top: 0;
        padding: 0;
        margin-bottom: 0;
    }
    .Case_Study_top {
        padding: 50px 40px 30px 40px;
    ;
    }
    #section4 .slide {
        background-size: 0px 0px;
    }
    .Case_Study_info {
        background-size: cover;
        padding: 50px 40px 40vh 40px;
    }
    .Case_Study_info .txt-more {
        background: #fff;
        border-color: #fff;
        color: #222;
        text-align: center;
    }
    .Case_Study_info .txt-more:hover {
        background: #e30918;
        border-color: #e30918;
        color: #fff;
    }
    .Case_Study_info h4 {
        font-size: 2em;
        margin-bottom: 10px;
    }
    .img_rwd_section {
        top: auto;
        bottom: -20px;
        height: 40vh;
    }
    .img_rwd {
        max-height: 100%;
        max-width: 100%;
    }
    .fp-controlArrow {
        top: 63vh;
        width: 70px;
    }
    .fp-controlArrow.fp-next {
        right: 0px;
        width: 70px;
    }
    .fp-controlArrow.fp-prev {
        left: 0px;
        width: 70px;
    }
    #section5 {
        margin-top: 30vh;
    }
    #section4 .fp-slides {
        overflow: hidden;
    }
    #section4 .fp-slides .row>div,
    #section4 .fp-slides .wrap>div {
        padding: 0;
        margin: 0;
    }
    .row {
        margin: 0;
    }
}

@media only screen and (min-height:769px) {
    #section4 .wrap {
        margin-top: 28vh;
        max-height: 77vh;
    }
    #section4 .fp-slides {
        max-height: 75vh;
    }
}

@media only screen and (max-width:359px) {
    .btn {
        font-size: 0.82em;
    }
    .img_rwd_section {
        display: none;
    }
}

@media only screen and (max-height:479px) {
    .form_freedemo {
        margin-top: 7vh;
    }
    .form_freedemo input {
        width: 49%;
        float: left;
    }
    .form_freedemo input:last-of-type {
        margin-left: 2%;
    }
    #section1 .img_computer {
        max-height: 55vh;
        right: 0;
        left: auto;
    }
    #section4 {
        height: 155vh !important;
    }
    #section5 {
        margin-top: 45vh;
    }
    .fp-controlArrow {
        top: 96vh;
    }
}

@media only screen and (max-height:580px) {
    #section0 .wrap {
        margin-top: 20vh;
    }
    .section .wrap {
        margin-top: 10vh;
        margin-bottom: 10vh;
    }
    .footer>.wrap {
        margin-top: 20px !important;
    }
    .form_freedemo {
        margin-top: 7vh;
        margin-top: 30px;
    }
    #section5 {
        margin-top: 35vh;
    }
}

@media only screen and (min-height:768px) and (min-width:650px) and (max-width:1023px) {
    #section4 {
        height: 90vh !important;
    }
}

#iaila-online,
#iaila-offline {
    display: none;
}