@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,400i,500,700');

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

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    font-family: axia, sans-serif;
    font-weight: 300;
    font-size: 13px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    -webkit-text-size-adjust: 100% !important;
}

.wrapper {
    width: 100%;
    float: left;
}

.header {
    width: 100%;
    height: 850px;
    float: left;
    background: url(/assets/img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.header:before {
    content: '';
    width: 100%;
    height: 220px;
    /*background: url(../img/wave.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
}

.header svg {
    width: 105%;
    position: absolute;
    bottom: -280px;
    left: -5%;
    display: inline-block;
}

.header-content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.header-top {
    width: 100%;
    padding: 20px 0;
    display: inline-block;
}

.header-top ul {
    padding: 0;
    margin: 0;
    float: right;
}

.header-top li {
    list-style-type: none;
}

.header-top .btn-cta {
    background: #2cb48f;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-color: #2cb48f;
    color: #fff;
    border: 0;
}

.header-top .btn-cta:hover {
    background: #fff;
    border-color: #fff;
    color: #333;
}

.header-bottom {
    margin-top: 0;
    border-top: 0;
    border-color: rgba(255,255,255,0.15);
}

img.logo {
    width: 250px;
    margin-top: 24px;
    float: left;
}

/* NAVIGATION */
ul.navigation {
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
    margin-top: 0;
    margin-left: 25px;
}

ul.navigation li {
    list-style-type: none;
    float: left;
    position: relative;
    overflow: hidden;
}

ul.navigation li:hover {
    overflow: visible;
}

ul.navigation li a {
    color: #fff;
    text-decoration: none;
    float: left;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    padding-top: 37px;
    padding-bottom: 15px;
    margin-top: 0;
    margin-right: 35px;
    position: relative;
    border: 0;
    text-transform: none;
    letter-spacing: 1px;
}

ul.navigation li a:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #1d8078;
    position: absolute;
    bottom: 0;
    right: -20px;
    opacity: 0;
    transition: all 200ms ease;
}

ul.navigation li a:hover:before {
    opacity: 1;
    right: 0;
}

ul.navigation li.parent a {
    position: relative;
}

ul.navigation li.parent a:after {
    content: '';
    border-width: 0 0 2px 2px;
    border-color: #aaa;
    border-style: solid;
    position: absolute;
    top: 44px;
    right: 5px;
    width: 4px;
    height: 4px;
    transform: rotate(-45deg);
}

ul.secondary-navigation li.parent a:after {
    border-color: #fff;
    top: 41px;
}

ul.navigation li.cta {
    margin-left: 20px;
}

ul.navigation li.cta a {
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 15px;
    margin-top: 6px;
    padding: 9px 20px;
}

ul.navigation li.cta a:hover {
    border: 1px solid #76a242;
    background: #76a242;
    color: #fff;
}

ul.navigation li.cta a:before {
    opacity: 0!important;
}

ul.submenu {
    display: block;
    position: absolute;
    top: 90px;
    left: -176px;
    width: 500px;
    padding: 0;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    opacity: 0;
    box-shadow: 0px 2px 12px rgba(0,0,0,0.1);
}

ul.navigation li:hover ul.submenu {
    display: block;
    opacity: 1;
    top: 85px;
    transition: all 300ms ease;
}

ul.navigation .submenu li {
    width: 50%;
    background: #fff;
}

ul.navigation .submenu li a {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 10px 25px;
    margin-top: 0;
    margin-bottom: 0;
    border-right: 0;
}

ul.navigation .submenu li a:before,
ul.navigation .submenu li a:after {
    display: none;
}

ul.navigation .submenu li a i {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 auto;
    background: none;
    border-radius: 100%;
}

ul.navigation .submenu li a i img {
    width: 100%;
    height: 100%;
}

ul.navigation li ul.submenu li {
    transition: all 200ms ease;
    border-radius: 5px;
}

ul.navigation li ul.submenu:hover li {
    opacity: 0.4;
}

ul.navigation li ul.submenu li:hover {
    opacity: 1;
}

.submenu strong {
    width: 100%;
    color: #111;
    margin-top: 7px;
    font-size: 16px;
    font-weight: 400;
    float: left;
    letter-spacing: 0;
}

.submenu span {
    width: 100%;
    float: left;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 18px;
    text-transform: none;
    letter-spacing: 0;
}

ul.submenu .divider {
    width: 100%;
    float: left;
}

ul.submenu i.arrow {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: inline-block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    position: absolute;
    background: #fff;
    transition: all 200ms ease;
}

ul.navigation li:hover ul.submenu i.arrow {
    top: -3px;
    box-shadow: -1px -1px 5px rgba(0,0,0,0.05);
    margin-left: -10px;
    z-index: -1;
}

ul.navigation.secondary-navigation {
    float: right;
    margin-top: 2px;
}

ul.navigation.secondary-navigation li a  {
    color: #fff;
    font-size: 16px;
}

ul.navigation.secondary-navigation li a.btn-sec {
    border-color: #fff!important;
    color: #fff!important;
    padding: 12px 20px;
}

ul.navigation.secondary-navigation li a.btn-cta {
    padding: 12px 20px;
    background: #fff;
    color: #62bab5;
    border: 1px solid #fff;
}

ul.navigation.secondary-navigation li a.btn-sec:hover {
    background: #1d8078!important;
    border-color: #1d8078!important;
    color: #fff!important;
}

ul.navigation.secondary-navigation li a.btn-cta:hover {
    background: #1d8078;
    border-color: #1d8078;
    color: #fff;
}

ul.navigation.secondary-navigation li a.btn {
    margin-left: 15px;
    margin-top: 25px;
    margin-right: 10px;
    font-size: 17px;
}

ul.navigation.secondary-navigation li a:hover:before {
    display: none;
}

ul.submenu.normal {
    width: 150px;
    left: 20px;
}

ul.navigation li:hover ul.submenu.normal i.arrow {
    left: 32px;
}

ul.navigation li ul.submenu.normal li {
    width: 100%;
}

ul.navigation li ul.submenu.normal li a {
    padding: 12px;
}

ul.navigation li ul.submenu.normal li a strong {
    margin-top: 0;
}

ul.navigation li ul.submenu.normal:hover {
    background: #fafafa;
}

/* ABOVE THE FOLDER */
.interactive {
    position: absolute;
    top: 150px;
    height: 100%;
    width: 45%;
    right: 0;
    padding-bottom: 100px;
    z-index: 9;
}
.interactive:before {
}

.interactive-element-1 {
    max-width: 300px;
    position: absolute;
    top: 50px;
    left: 80px;
}

.interactive-element-1 img {
    width: 100%;
}

.interactive-element-content {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
}

.ie-header {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.ie-header img.logo {
    width: 180px;
    margin: 0 auto;
    float: none;
    display: inline-block;
    position: relative;
    left: 12px;
}

.ie-main {
    margin-top: 20px;
}

.ie-main ul {
    padding: 0 30px;
    margin: 0;
}

.ie-main ul li {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all 400ms ease;
    top: 15px;
}

.ie-main ul li.animate {
    opacity: 1;
    top: 0;
}

.ie-main ul li i {
    width: 35px;
    height: 35px;
    position: absolute;
    background: #333;
}

.ie-main ul li i.tick {
    background: #1d8078;
}

.ie-main ul li i.tick:before {
    content: '';
    width: 6px;
    height: 3px;
    background: #214c47;
    position: absolute;
    top: 18px;
    left: 11px;
    transform: rotate(45deg);
}

.ie-main ul li i.tick:after {
    content: '';
    width: 15px;
    height: 3px;
    background: #214c47;
    position: absolute;
    top: 16px;
    left: 13px;
    transform: rotate(-45deg);
}

.ie-main ul li i.alert {
    background: #8b3232;
}

.ie-main ul li i.alert:before {
    content: '';
    width: 17px;
    height: 3px;
    background: #610e0e;
    position: absolute;
    top: 16px;
    left: 9px;
    transform: rotate(45deg);
}

.ie-main ul li i.alert:after {
    content: '';
    width: 17px;
    height: 3px;
    background: #610e0e;
    position: absolute;
    top: 16px;
    left: 9px;
    transform: rotate(-45deg);
}


.ie-main ul li div {
    padding: 4px;
    padding-left: 45px;
    display: inline-block;
    line-height: 15px;
    float: left;
}

.ie-main ul li div span {
    width: 100%;
    display: inline-block;
    float: left;
    font-family: 'Ubuntu', sans-serif;
}

.ie-main ul li div span.date {
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
}

.ie-main ul li div span.message {
    line-height: 14px;
    font-weight: 500;
    font-size: 11px;
}



.hero {
    width: 100%;
    margin-top: 170px;
    float: left;
    text-align: left;
}

.hero h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
    margin: 0 0 10px 0;
}

.hero span {
    width: 100%;
    float: left;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 10px 0;
}

.hero a.btn-cta {
    margin-top: 30px;
    margin-right: 10px;
    padding: 14px 40px;
    display: inline-block;
    border-radius: 40px;
    border-color: #1d8078;
    background: #1d8078;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.hero a.btn-cta:hover {
    background: #27938a;
    border-color: #27938a;
    color: #fff;
}

.statement {
    max-width: 560px;
    margin-top: 80px;
}

.statement span.title {
    font-size: 17px;
    line-height: 22px;
}

.statement .quote span {
    font-size: 16px;
    font-weight: 300;
    color: #777;
    line-height: 21px;
}

.statement .quote span em {
    color: #2cb48f;
    margin-top: 8px;
    display: inline-block;
}



.graphic-green-square {
    position: absolute;
    top: -100px;
    right: -60px;
    transition: all 700ms ease;
    transform: rotate(10deg);
    opacity: 0;
}

.graphic-green-square.animate {
    position: absolute;
    top: -40px;
    right: 0px;
    transform: rotate(0deg);
    opacity: 1;
}

.graphic-black-square {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.graphic-light-square {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.usp {
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 80px;
}

.usp .icon img {
    width: auto;
    height: 80px;
}

.usp h3 {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 5px;
}


.usp .md-col-4 {
    padding: 0 50px;
    box-sizing: border-box;
}

#intro {
    min-height: 0;
    padding-top: 60px;
    text-align: center;
}

#intro p.sub {
    font-size: 21px;
    line-height: 23px;
}

#intro h2 {
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    margin: 0 0 10px;
}

#intro p {
    margin: 0 0 20px;
}

#intro-tour ul li {
    list-style-type: none;
}

#intro-tour ul.nav {
    padding: 0;
    margin: 0;
    text-align: center;
}

#intro-tour ul.nav li {
    width: auto;
    display: inline-block;
    opacity: 0.3;
    transition: all 200ms ease;
}

#intro-tour ul.nav li a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    padding: 10px 15px;
}

#intro-tour ul.nav li.active,
#intro-tour ul.nav li:hover {
    opacity: 1;
}

#intro-tour strong {
    font-weight: 500;
}

#intro-tour i {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: 9px;
    margin-right: 10px;
}

#intro-tour i svg,
#intro-tour i img {
    width: 100%;
    height: 100%;
}

.intro-dm {
    background: #fff;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 70px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 5px 19px rgba(0,0,0,0.1);
    overflow: hidden;
}

.dm-logo {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 25px;
}

.dm-logo img {
    width: 20px;
    display: inline-block;
}

.intro-dm .dm-nav {
    width: 20%;
    height: 100%;
    background: #2a2d33;
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    box-sizing: border-box;
}

.intro-dm .dm-nav ul {
    padding: 0;
    padding-left: 16px;
}

.intro-dm .dm-nav ul li {
    width: 100%;
    position: relative;
    background: #1f2228;
    margin-bottom: 15px;
    height: 7px;
    border-radius: 10px;
    list-style-type: none;
}

.intro-dm .dm-nav ul li:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -16px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #1f2228;
}

.intro-dm .dm-main {
    width: 80%;
    min-height: 300px;
    position: relative;
    left: 20%;
    top: 0;
    display: inline-block;
}

.intro-dm .dm-top {
    border-bottom: 2px solid #f8f8f8;
    padding: 10px 15px;
    text-align: right;
}

.intro-dm .dm-top li.btn {
    margin-left: 5px;
}

.intro-dm li.btn {
    display: inline-block;
    width: 100px;
    height: 25px;
    background: #eee;
    margin: 0;
}

.intro-dm li.btn.primary {
    background: #2cb48f;
}

.dm-weekview {
    padding: 20px;
}

.dm-weekview table {
    width: 100%;
    border-spacing: 0 10px;
}

.dm-weekview table td {
    padding: 14px;
    background: #f1f1f1;
    position: relative;
}

.dm-weekview table td.green {
    background: #bcdfd6;
}

.dm-weekview table td.red {
    background: #f0bebe;
}

.dm-weekview table td:first-child {
    background: none;
}

.dm-weekview table td:first-child:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 85%;
    height: 7px;
    background: #eee;
    border-radius: 10px;
}

#dm-feature {
    position: relative;
    z-index: 999;
    right: 20px;
    top: 85px;
    max-width: 700px;
    width: 100%;
    float: right;
}

#contact {
    margin-top: 0;
    padding-top: 180px;
    padding-bottom: 100px;
    width: 100%;
    min-height: 400px;
    float: left;
    background: url(/assets/img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

#contact h4 {
    text-align: center;
    font-size: 28px;
    color: #fff;
}

#contact svg {
    width: 120%;
    position: absolute;
    top: -100px;
    left: -200px;
    transform: rotate(-1deg);
    margin-top: 0;
}

#contact svg g {
    filter: none;
}

#contact svg path {
    fill: #fafafa;
}

#contact h5 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 20px;
}

#contact .content {
    position: relative;
    z-index: 999;
}

#contact form input {
    width: 100%;
    background-color: rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    font-family: axia, sans-serif;
}

#contact .btn-cta {
    display: inline-block;
    margin-top: 10px;
}

div#contactinfo {
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
    text-align: center;
}

div#contactinfo .content {
}

#contact h6 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
    line-height: 24px;
}

#contact ul {
    padding: 0;
    margin: 0;
}

#contact .content .md-col-6 {
    padding: 0 30px;
    box-sizing: border-box;
}

#contact li {
    list-style-type: none;
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 4px;
}

#contact li.divider {
    width: 40px;
    height: 4px;
    background: #1d8078;
    margin: 15px 0;
    border-radius: 5px;
}

#contact li.high {
    font-weight: 600;
    margin-top: 6px;
}

#contact li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}

#contact li a:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0px;
    width: 10px;
    height: 4px;
    background: #2cb48f;
    border-radius: 10px;
}

#contact ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

#contact :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#contact ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

#contact .element-1 {
    width: 40%;
    background: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 13px rgba(0,0,0,0.25);
    transform: rotate(0deg);
    position: relative;
    top: 20px;
    left: -70px;
    box-sizing: border-box;
}

#contact .element-1 li a, 
#contact .element-1 h6 {
    color: #111;
}

#contact .element-1 li {
    margin-bottom: 10px;
    margin-top: 5px;
}

#contact .element-1 li a {
    line-height: 22px;
    font-size: 15px;
}

#contact .element-1 li a span.stamp {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

#contact .element-1 li a:after {
    background: #2a2d33;
}

#contact .element-1 li strong {
    color: #2a2d33;
}

#contact .element-2, 
#contact .element-3 {
    width: 30%;
}

#contact .element-2 {
    position: relative;
    top: 100px;
    left: 50px;
}

#contact .element-3 {
    position: relative;
    top: 100px;
    left: 100px;
}


.interactive-element {
    position: relative;
    top: 150px;
}

.interactive-element .element {
    position: absolute;
    z-index: 999;
    width: 300px;
    height: 250px;
    background: #fff;
    text-align: left;
    height: 250px;
    border-radius: 5px;
    box-shadow: 0 7px 11px rgba(0,0,0,0.2);
    transform: rotate(-15deg);
    opacity: 0;
    transition: all 400ms ease;
    padding: 40px;
    box-sizing: border-box;
}

.interactive-element .element.animate {
    opacity: 1;
}

.interactive-element .element-1 {
    right: 250px;
    top: 20px;
    transition: all 350ms ease;
}

.interactive-element .element-1.animate {
    left: 35px;
    top: 70px;
}

.interactive-element .element-2 {
    right: 50px;
    top: 360px;
    transition: all 300ms ease;
    text-align: center;
}

.interactive-element .element-2 {
    width: 420px;
    height: 310px;
}

.interactive-element .element-2.animate {
    left: 250px;
    top: 410px;
}

.interactive-element .element-3 {
    right: -100px;
    top: 60px;
    transition: all 300ms ease;
}

.interactive-element .element-3 {
    height: 220px;
}

.interactive-element .element-3.animate {
    left: 380px;
    top: 100px;
}

span.shiftname {
    font-size: 30px;
    width: 100%;
    display: inline-block;
}

span.shifttitle {
    color: #2cb48f;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
}

span.shiftdate {
    font-size: 18px;
    width: 100%;
    display: inline-block;
}

span.shifttime {
    font-size: 21px;
    width: 100%;
    display: inline-block;
}

span.shifthours {
    font-size: 16px;
    width: 100%;
    display: inline-block;
    color: #999;
}

span.shiftbtn {
    display: inline-block;
    border: 1px solid #2cb48f;
    padding: 4px 10px 6px;
    border-radius: 40px;
    color: #2cb48f;
    margin-top: 12px;
    font-size: 12px;
    font-weight: 400;
}

.element span strong {
    font-weight: 400;
}

span.shiftsalary {
    font-size: 16px;
    width: 100%;
    display: inline-block;
    text-align: left;
}

span.shiftsalary strong {
    margin-top: 2px;
    margin-bottom: 4px;
    display: inline-block;
}

span.shiftsalary ul {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    font-size: 14px;
}

span.shiftsalary ul li {
    list-style-type: none;
    width: 100%;
    display: inline-block;
    margin-bottom: 3px;
    padding-left: 15px;
    position: relative;
    box-sizing: border-box;
}

span.shiftsalary ul li .md-col-4 {
    padding-right: 10px;
    box-sizing: border-box;
}

span.shiftsalary ul li .md-col-4:last-child {
    padding-right: 0;
    text-align: right;
}

span.shiftsalary ul li:before {
    content: '';
    width: 4px;
    height: 14px;
    position: absolute;
    background: #333;
    border-radius: 7px;
    top: 1px;
    left: 0;
}

span.shiftsalary ul li.green:before {
    background: #94d4c3;
}

span.shiftsalary ul li.red:before {
    background: #e99694;
}

span.shiftsalary ul li.grey:before {
    background: #eee;
}

.type3 span.shiftname {
    font-size: 18px;
    font-weight: 400;
}

.type3 ul {
    padding: 0;
    margin: 0;
    margin-top: 15px;
    border-bottom: 1px solid #eee;
    display: inline-block;
}

.type3 ul li {
    list-style-type: none;
    border: 1px solid #eee;
    border-bottom: 0;
    display: inline-block;
    width: 100%;
    float: left;
}

.type3 ul li div {
    padding: 6px;
    box-sizing: border-box;
    position: relative;
}

.type3 ul li .md-col-4 {
    background: #fafafa;
    color: #888;
}

.type3 ul li .md-col-8 {
    font-weight: 400;
}

.type3 ul li .md-col-8:before {
    content: '';
    border-width: 0 0 1px 1px;
    border-color: #333;
    border-style: solid;
    position: absolute;
    top: 9px;
    right: 12px;
    width: 4px;
    height: 4px;
    transform: rotate(-45deg);
}

#tour {
    margin-top: 0px;
}

#graphic-mini-1 {
    position: absolute;
    top: -155px;
    right: -200px;
    opacity: 0.3;
}

#graphic-mini-1 svg {
    width: 300px;
}

#graphic-mini-2 {
    position: absolute;
    top: -200px;
    left: -180px;
    opacity: 0.3;
}

#graphic-mini-2 svg {
    width: 300px;
}

.title {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 0;
}

/* MAIN */
div#main {
    width: 100%;
    float: left;
    position: relative;
    z-index: 99;
}

.heading h2 {
    font-size: 42px!important;
    margin-bottom: 10px;
}

.heading p {
    text-align: center;
    font-size: 18px;
    margin-top: 0;
}

div#section-home {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
}

#section-home .md-col-12 {
    padding: 0 20px 50px;
    box-sizing: border-box;
}

#section-home .md-col-4 {
    padding: 0 30px 0;
    box-sizing: border-box;
}

#section-home h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    border-bottom: 0;
    padding: 0;
}

#section-home h3 {
    width: 100%;
    float: left;
}

#section-home i {
    width: 30px;
    height: 30px;
    background: none;
    float: left;
    border-radius: 100%;
    position: relative;
    top: -4px;
    margin-right: 10px;
}

#section-home i img {
    width: 100%;
}

#section-home .illustration-system {
    width: 70%;
    margin: 0 auto;
}

#section-home .illustration-system img {
    width: 100%;
    box-shadow: 0px 1px 15px #888;
    border-radius: 10px;
}

.md-col-6.illustration-system-2 img {
    width: 900px;
    position: absolute;
    left: 0;
    top: -100px;
}

div#section-price-info {
    padding: 100px 0;
    z-index: 1;
}

img.illustration {
    width: 800px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    bottom: -2px;
}

#video {
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

.video {
    text-align: center;
    position: relative;
}

.video-nav {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 120px;
    z-index: 1;
}

.video a {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #76a242;
    border-radius: 100%;
}

.video a img {
    width: 100%;
    margin-left: 2px;
}

/* SECTION HOME INFO */
div#section-home-info {
    display: grid;
}

div#section-home-info .md-col-6:last-child {
    padding-left: 50px;
    box-sizing: border-box;
}

div#section-home-info h4 {
    font-size: 34px;
    font-weight: 300;
    line-height: 44px;
    margin: 10px 0 30px 0;
}

div#section-home-info strong {
    font-size: 18px;
    font-weight: 400;
}

div#section-home-info ul {
    margin-top: 50px;
}

div#section-home-info li {
    list-style-type: none;
    position: relative;
}

div#section-home-info li p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
}

div#section-home-info i {
    position: absolute;
    width: 45px;
    height: 45px;
    background: none;
    left: -65px;
    top: 0;
    border-radius: 100%;
}

div#section-home-info i img {
    width: 100%;
}

/* SECTION TESTIMONIAL */

div#section-home-cta h5 {
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}

div#section-home-cta p {
    font-size: 16px;
    color: #fff;
}

div#section-home-cta a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 10px 15px;
    margin-top: 20px;
    display: inline-block;
}

div#section-home-cta a:hover {
    background: #fff;
    color: #0f97cf;
}

/* FEATURES */

#section-features {
    min-height: 500px;
    background-image: url(/assets/img/phone.png);
    background-repeat: no-repeat;
    background-position: right;
    padding: 80px;
    display: grid;
}

#section-features h2 {
    margin-top: 0;
}

.section.theme {
    min-height: 500px;
    margin-bottom: 0;
    background: url(/assets/img/bg-gradient.jpg);
    border-radius: 0;
}

div#section-highlight {
    text-align: center;
    padding: 80px;
}

div#section-highlight h5 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 150px;
}

div#section-highlight p {
    color: #fff;
}

#section-highlight .md-col-4 {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

/* FRONTPAGE FEAUTURES */
div#features {
    background: #fafafa;
    padding: 80px 0 40px 0;
}

.features-content {
    padding: 0 70px;
    box-sizing: border-box;
}

.features-cta {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 10px;
}

.features-cta .btn-cta {
    float: right;
    margin-top: 28px;
}

.features-cta h3 {
    font-size: 24px;
    font-weight: 600;
}

.features-list {
    width: 100%;
    display: inline-block;
    text-align: left;
}

.features-list i {
    width: 45px;
    margin-top: 50px;
    display: inline-block;
}

.features-list .md-col-4 {
    padding: 0 20px;
    box-sizing: border-box;
}

.features-list h4 {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
}

.features-list p {
    margin: 0;
    margin-bottom: 10px;
    line-height: 21px;
}

.features-list img.imac {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 500px;
    display: inherit;
}

.list h5 {
    font-size: 21px;
    margin-bottom: 0;
}

.list ul {
    padding: 0;
}

.list ul li {
    list-style-type: none;
}

.list li strong {
    width: 100%;
    display: inline-block;
}

.list li {
    margin-bottom: 20px;
    margin-top: 4px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    position: relative;
    padding-left: 45px;
}

.list li:before {
    content: '';
    background: url(/assets/img/icon-shield.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 34px;
    width: 30px;
    position: absolute;
    top: 1px;
    left: 0;
}

.features-list .list {
    padding-left: 50px;
    margin-left: 50px;
}

.features-list .list .price {
    width: 100%;
    font-size: 44px;
    line-height: 44px;
    color: #5eb8b7;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 0px;
}

.features-list .list span.price-text, 
.features-list .list span.price-discount {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
}

.features-list .list .btn-cta {
    display: inline-block;
    margin-top: 20px;
}

.features-list .list span.price-discount {
    color: #999;
}

span.discreet {
    color: #999;
    font-size: 15px;
}

/* CUSTOM FONT */
.hl1 {
    font-size: 21px;
    font-weight: 300;
    text-transform: none;
    color: #2cb48f;
}

.hl2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    margin: 10px 0 30px 0;
}

.right {
    float: right!important;
}

/* FOOTER */
.footer-content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.footer-top {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

img.logo-bottom {
    margin-top: 15px;
    width: 150px;
}

.footer-cta {
    text-align: right;
}

.footer-cta span {
    font-size: 18px;
}

.footer-cta a.btn-cta {
    margin-left: 20px;
}

.footer-bottom {
    width: 100%;
    float: left;
    padding: 20px 0 80px;
}

.footer-bottom ul {
    margin: 0;
    padding: 0;
}

.footer-bottom ul li {
    list-style-type: none;
}

.footer-bottom ul li a {
    color: #888;
    text-decoration: none;
    padding: 6px 0;
    float: left;
    width: 100%;
}

.footer-bottom ul li a:hover {
    color: #76a242;
}

/* HEROES */
.hero-large .hero h1,
.hero-large .hero span  {
    text-align: left;
}

.hero-large .hero a.btn-cta {
    float: left;
}

div#hero-features {
    background: url(/assets/img/bg-gradient.jpg);
    background-size: cover;
}


/* FRAMEWORK */
.md-col-2,
.md-col-3,
.md-col-4,
.md-col-5,
.md-col-6,
.md-col-8,
.md-col-9 {
    display: inline-block;
    float: left;
    min-height: 1px;
}

.md-col-2 { 
    width: 16.5%
}

.md-col-3 { 
    width: 25%
}

.md-col-4 { 
    width: 33.33%
}

.md-col-5 { 
    width: 41.66%
}

.md-col-6 { 
    width: 50%
}

.md-col-8 { 
    width: 66.66%
}

.md-col-9 { 
    width: 75%
}

.md-col-12 { 
    width: 100%
}

.full-width {
    padding: 0;
    display: flex;
    position: relative;
}

.full-width.grey {
    background: #f6f9fa;
}



.nopadding {
    padding: 0!important;
}

.content {
    max-width: 1300px;
    width: 100%;
    min-height: 200px;
    padding: 0 20px;
    margin: 0 auto;
    display: inline-block;
}

.content.slim {
    max-width: 800px;
}

.content.slim .section {
    padding: 0;
    margin-bottom: 150px;
    position: relative;
}

.content.slim .section:last-child {
    margin-bottom: 0;
}

.section {
    background: none;
    padding: 30px 50px;
    margin-bottom: 0;
    border-radius: 5px;
    box-sizing: border-box;
}

.transparent {
    background: none;
}

.btn {
    border-radius: 30px;
    text-decoration: none;
}

.btn-cta {
    padding: 14px 40px;
    border-color: #1d8078;
    background: #1d8078;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
}

.btn-cta:hover { 
    background: #27938a;
    border-color: #27938a;
    color: #fff;
}

.btn-sec {
    background: none!important;
    border: 1px solid #2a2d33!important;
    color: #2a2d33!important;
}

.btn-sec:hover {
    background: #2a2d33!important;
    color: #fff!important;
}

*:focus,
button:focus {
    outline:0;
}

a,
input,
button {
    transition: all 200ms ease;
}

a:hover {
    color: #76a242;
}

h2 {
    font-size: 30px;
    font-weight: 400;
}

h3 {
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

input {
    border: 1px solid transparent!important; 
}

input:focus {
    border: 1px solid rgba(0,0,0,0.09)!important;
    background-color: rgba(0,0,0,0.15)!important;
}


/* PRICE */
.price-box {
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 0;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0px 3px 15px #ddd;
}

.ui-widget-content {
    border: 3px solid #eee;
    background: #e1e1e1;
    color: #222222;
    margin-top: 4px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 5.2em;
    height: 2.2em;
    cursor: default;
    margin: 0 -40px auto !important;
    text-align: center; 
    line-height: 30px;
    color: #FFFFFF;
    font-size: 15px;
}

.ui-slider .ui-slider-handle .glyphicon {
    color: #FFFFFF;
    margin: 0 3px; 
    font-size: 11px;
    opacity: 0.5;
}

.ui-corner-all {
    border-radius: 20px;
    position: relative;
    margin-top: 25px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.9em;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 0;
    background: #2cb48f;
    width: 25px;
    height: 25px;
    text-decoration: none;
    border-radius: 100%;
    text-indent: -9999px;
    top: -13px;
    margin: 0 0 0 -10px!important;

}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
    cursor: pointer;
}

a.ui-slider-handle:before {
    content: '';
    width: 2px;
    height: 10px;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 8px;
    left: 9px;
    border-radius: 5px;
}


a.ui-slider-handle:after {
    content: '';
    width: 2px;
    height: 10px;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 8px;
    right: 9px;
    border-radius: 5px;
}

.ui-slider a,
.ui-slider a:focus {
    cursor: pointer;
    outline: none;
}

.price, .lead p {
    font-weight: 600;
    font-size: 32px;
    display: inline-block;
    line-height: 30px;
    margin: 10px 0;
    color: #111;
}

p#total-label,
.price-form label[for="total"] {
    color: #2cb48f;
}

.total {
    position: relative;
}

.price-slider {
    width: 40%;
    position: relative;
    margin: 0 5%;
    margin-top: 20px;
    margin-bottom: 50px;
    float: left;
}

.price-slider span {
    font-weight: 200;
    display: inline-block;
    color: #7f8c8d;
    font-size: 13px;
}

.price-form {
    background: #f9fcfd;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 0;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}


.price-form .form-group {
    width: 33%;
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
}

.form-group span.price {
    font-weight: 200;
    display: inline-block;
    color: #7f8c8d;
    font-size: 14px;
    display: none;
}

.help-text {
    display: block;
    margin-top: 32px;
    margin-bottom: 10px;
    color: #737373;
    position: absolute;
    /*margin-left: 20px;*/
    font-weight: 200;
    text-align: right;
    width: 188px;
}

.price-form label {
    font-weight: 200;
    font-size: 16px;
}



img.payment {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.ui-slider-range-min {
    background: #addfd1;
    position: absolute;
    top: -3px;
    left: -3px;
    margin-top: 0;
    height: 6px;
    border-radius: 5px;
    transition: all 200ms ease;
}










/* GUIDE */
div#section-guide {
    position: relative;
}

.guide-nav {
    padding-right: 30px;
    padding-top: 60px;
    box-sizing: border-box;
    border-right: 1px solid #fafafa;
    position: fixed;
    top: 0;
    width: 20%;
    background: #fff;
}

.guide-nav h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 400;
}

.guide-nav span {
    line-height: 21px;
    font-size: 15px;
    color: #888;
}

.guide-nav ul {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.guide-nav ul li {
    list-style-type: none;
}

.guide-nav ul li a {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    color: #111;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    box-sizing: border-box;
}

.guide-nav ul li a:before {
    content: '';
    width: 15px;
    height: 4px;
    border-radius: 20px;
    background: #2cb48f;
    position: absolute;
    top: 20px;
    left: -30px;
    transition: all 500ms ease;
    opacity: 0;
}

.guide-nav ul li a:hover:before,
.guide-nav ul li.active a:before {
    left: 0;
    opacity: 1;
}

.guide-nav em {
    font-style: normal;
    background: #aae2d3;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 10px;
    float: right;
    transition: all 200ms ease;
    position: absolute;
    right: 0;
    top: 12px;
}

.guide-nav li a:hover,
.guide-nav li.active a {
    padding-left: 25px;
    color: #000;
}

.guide-nav li a:hover em,
.guide-nav li.active a em {
    background: #2cb48f;
}

.guide-nav ul .nav-sub {
    display: none;
    margin: 0;
    padding-left: 25px;
    padding-top: 0;
    padding-bottom: 5px;
    border-top: 0;
    border-bottom: 1px solid #fafafa;
    width: 100%;
}

.guide-nav ul .active .nav-sub {
    display: inline-block;
}

.guide-nav ul .nav-sub a {
    padding: 7px 0;
    font-size: 16px;
    color: #888;
}

.guide-nav ul .nav-sub a:hover {
    color: #2cb48f;
}

.guide-nav ul .nav-sub a:before {
    display: none;
}


div#introduktion {
    padding-top: 17px;
}

.guide {
    padding-left: 50px;
    padding-top: 0;
    box-sizing: border-box;
    float: right;
}

.guide h1 {
    font-size: 38px;
    margin-top: 0;
    font-weight: 300;
    color: #111;
}

.guide h2 {
    margin-top: 0;
    font-size: 34px;
    font-weight: 400;
}

.guide h3 {
    font-size: 26px;
    font-weight: 400;
}

.guide h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.guide a {
    color: #2cb48f;
}

.guide a strong {
    font-weight: 500;
}

.guide p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #444;
    text-align: justify;
    margin-top: 4px;
}

.guide strong {
    font-weight: 400;
    color: #111;
}

.guide ul {
    padding-left: 20px;
}

.guide li {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #444;
    text-align: left;
    margin-top: 4px;
}

.guide .btn-text {
    background: #2cb48f;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 13px 6px;
    margin: 0 5px;
    border-radius: 40px;
    white-space: pre;
}

.guide .btn-text-hollow {
    border: 1px solid #2cb48f;
    color: #2cb48f;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 13px 5px;
    margin: 0 5px;
    border-radius: 40px;
    white-space: pre;
}

.guide .btn-text-light {
    background: #8dcdbc;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 13px 6px;
    margin: 0 5px;
    border-radius: 40px;
    white-space: pre;
}

.guide .btn-text-light-bottom {
    background: #8dcdbc;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 13px 6px;
    margin: 0 5px;
    border-radius: 0 0 5px 5px;
    white-space: pre;
}

.guide .section {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 40px;
    border-bottom: 0;
}

.guide .subsection {
    background: none;
    padding: 40px 0 40px 50px;
    border-radius: 0;
    box-sizing: border-box;
    padding-bottom: 80px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.guide .subsection:last-child {
    
}

.guide .subsection:before {
    content: '';
    width: 1px;
    height: 50px;
    background: #aae2d3;
    background: #2cb48f;
    position: absolute;
    left: 59px;
    top: -1px;
}

.guide .mainsection {
    border-bottom: 1px solid #eee;
    padding-bottom: 100px;
    padding-top: 60px;
    margin-bottom: 30px;
}

.guide .section:first-child .mainsection {
    padding-top: 40px;
}

.guide img.full {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    box-shadow: 0 2px 20px #e4e4e4;
    border-radius: 10px;
}

.guide img.medium {
    width: 90%;
    margin: 0 5%;
    margin-top: 20px;
    margin-bottom: 10px;
    box-shadow: 0 2px 20px #e4e4e4;
    border-radius: 10px;
}

.hide-md {
    display: none!important;
}

.hide-sm {
    display: block;
}

@media (max-width: 1280px){

    .header-content {
        max-width: 1200px;
    }

    .interactive-element-1 {
        left: 140px;
    }

}

@media (max-width: 1024px){

    .hide-sm {
        display: none;
    }

    .hide-md {
        display: block!important;
    }

    .header {
        height: 750px;
    }

    .ie-header img.logo {
        width: 150px;
        left: 10px;
    }

    ul.navigation {
        display: none;
    }

    ul.navigation.secondary-navigation {
        display: inline-block;
    }

    .interactive-element-1 {
        max-width: 250px;
    }

    .features-list img.imac {
        max-width: 100%;
    }

    #contact svg {
        left: -420px;
        width: 160%;
    }

}


@media (max-width: 450px){

    .header {
        height: auto;
        padding-bottom: 140px;
    }

    .header-bottom .right {
        display: none;
    }

    .nav-trigger {
        display: block;
        position: absolute;
        right: 27px;
        top: 34px;
        z-index: 4;
        height: 50px;
        width: 50px;
    }

    .nav-trigger span.trigger {
        width: 50px;
        height: 50px;
        position: absolute;
        display: block;
        right: -13px;
        top: -13px;
    }



    ul.navigation {
        position: absolute;
        top: 100px;
        left: 5%;
        margin: 0;
        background: #fff;
        width: 90%;
        border-radius: 5px;
        box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
        overflow: hidden;
    }

    ul.navigation.active {
        display: inline-block;
    }

    ul.navigation li {
        width: 100%;
    }

    ul.navigation li a {
        width: 100%;
        color: #000;
        padding: 13px 20px;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
        margin: 0;
    }

    ul.navigation li:last-child a {
        border-bottom: 0;
    }

    ul.navigation li.divider {
        height: 3px;
        background: #eee;
    }

    ul.navigation li.li-cta a {
        background: #1d8078;
        color: #fff;
        font-weight: 700;
        font-size: 22px;
        text-align: center;
    }

    ul.navigation li a:hover:before {
        opacity: 0;
    }

    .header.fixed .nav-trigger {
        top: 16px;
    }

    .header.fixed a.btn-login {
        top: 14px;
    }

    span.trigger i {
        width: 30px;
        height: 4px;
        right: 0;
        border-radius: 5px;
        background: #fff;
        display: inline-block;
        position: absolute;
        transition: all 200ms ease;
    }

    span.trigger.btn-open i {
        background: #fff;
    }

    span.trigger.btn-close i {
        background: #fff;
    }

    span.trigger i.l1 {
        top: -40px;
        right: 10px;
        transition: all 500ms ease;
    }

    span.trigger.active i.l1 {
        right: 10px;
        top: 14px;
    }

    span.trigger i.l2 {
        top: -40px;
        right: 10px;
        transition: all 800ms ease;
    }

    span.trigger.active i.l2 {
        right: 10px;
        top: 23px;
    }

    span.trigger i.l3 {
        top: -40px;
        right: 10px;
        transition: all 1000ms ease;
    }

    span.trigger.active i.l3 {
        right: 10px;
        top: 32px;
    }

    .nav-trigger span.trigger.btn-open {
        z-index: 1;
    }

    .nav-trigger span.trigger.btn-close {
        opacity: 0;
        z-index: 0;
    }

    .nav-trigger span.trigger.btn-close.active {
        opacity: 1;
        z-index: 2;
        top: -14px;
        right: -8px;
        opacity: 1;
        width: 60px;
        height: 75px;
    }

    span.trigger.btn-close i.l1 {
        transform: rotate(0deg);
        top: 10px;
        right: 10px;
    }

    span.trigger.btn-close.active i.l1 {
        transform: rotate(-45deg);
        top: 26px;
        background: #fff;
    }

    span.trigger.btn-close i.l2 {
        right: 10px;
        opacity: 0;
    }

    span.trigger.btn-close.active i.l2 {
        right: -100px;
        opacity: 0;
    }

    span.trigger.btn-close i.l3 {
        transform: rotate(0deg);
        top: 26px;
        right: 10px;
    }

    span.trigger.btn-close.active i.l3 {
        transform: rotate(45deg);
        top: 26px;
        background: #fff;
    }

    .header svg {
        width: 110%;
        bottom: -286px;
        left: -10%;
    }

    .hero {
        margin-top: 50px;
    }

    .hero h1 {
        font-size: 35px;
        line-height: 36px;
    }

    .hero span {
        font-size: 24px;
    }

    .interactive {
        display: none;
    }

    #intro h2 {
        font-size: 28px;
    }

    #intro p.sub {
        font-size: 20px;
        line-height: 25px;
    }

    .usp .md-col-4 {
        width: 100%;
        margin-bottom: 50px;
    }

    #intro p {
        font-size: 20px;
        line-height: 25px;
    }

    .features-list img.imac  {
        display: none;
    }

    .features-list .md-col-6 {
        width: 100%;
    }

    .features-content {
        padding: 0 0px;
        box-sizing: border-box;
    }

    .features-list h4 {
        font-size: 24px;
    }

    .features-list .list {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
    }

    #features .list li {
        font-size: 18px;
        line-height: 22px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    span.discreet {
        font-size: 16px;
        line-height: 20px;
    }

    .features-list .list span.price-text, 
    .features-list .list span.price-discount {
        font-size: 20px;
        line-height: 24px;
    }

    #contact svg {
        left: -50%;
        width: 190%;
        top: -55px;
        transform: rotate(-4deg);
    }

    #contact .content .md-col-6 {
        width: 100%;
        margin-bottom: 50px;
    }


    #contact li {
        font-size: 20px;
        line-height: 24px;
    }

    .signup .main-right, 
    .login .main-right {
        width: 100%!important;
        position: relative;
    }

    .signup-logo {
        text-align: center!important;
        margin-top: 35px!important;
    }

    .signup-logo img.logo {
        left: 15px!important;
    }

    #progress {
        left: auto;
        top: 30px;
        width: 100%;
        position: relative;
    }

    #progress ul li {
        margin-bottom: 50px;
    }

    div#form-register {
        position: relative;
        float: left;
        margin-top: 0;
        padding: 0 20px;
        padding-top: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .cart .final span.price {
        font-size: 20px;
    }

    .signup .alert {
        width: 100%!important;
    }

    form#payment-form .form-group.md-col-6 {
        width: 60%;
    }

    form#payment-form .form-group.md-col-4.creditcard-cvc {
        width: 30%;
        margin-left: 8%;
    }

}
