a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
a:active, a:focus, a:hover {
    text-decoration: none;
}
* {
    box-sizing: border-box;
}
:focus {
    outline: 0;
}
#slider, .container, .slide, body, html {
    height: 100vh!important;
}
.rangeSlider {
    position: relative;
    display: block;
}
.rangeSlider, .rangeSlider .rangeSlider__fill {
    background: #9ed5e7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
}
.rangeSlider__handle {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 30px;
    position: absolute;
    z-index: 3;
    background: #79b74a;
    border-radius: 5px;
}
.rangeSlider__horizontal {
    height: 20px;
}
.rangeSlider__handle__horizontal {
    top: -5px;
}
.slider-list {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0!important;
    padding: 0 15px!important;
}
.slider-list.four-items li {
    margin: 0!important;
    padding: 0!important;
    width: 30%;
    float: left;
}
.slider-list.four-items li:first-child, .slider-list.four-items li:last-child {
    width: 20%}
.slider-list li {
    padding: 0!important;
    margin: 0!important;
    display: block;
    text-align: center;
    box-sizing: border-box;
}
.slider-list li:first-child {
    text-align: left;
}
.slider-list li:first-child:after {
    margin-left: 0;
}
.slider-list li:last-child {
    text-align: right;
}
.slider-list li:last-child:after {
    border-left: none;
    border-right: 5px solid #d6edf5;
    width: 95%;
    margin-left: 0;
    padding: 0;
}
.slider-list li:after {
    display: block;
    border-left: 5px solid #d6edf5;
    margin-left: 47.5%;
    height: 25px;
    width: 0;
    margin-bottom: -5px;
    content: ''}
.slider-list li:before {
    content: none!important;
}
body {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    color: #164266;
}
h1 {
    font-size: 60px;
    font-weight: 600;
    margin: 40px 0 50px 0;
}
h1 {
    font-size: 35px;
}
h1 span {
    font-weight: 300;
}
@media (max-width:768px) {
    h1 {
    font-size: 40px;
    margin: 10px 0 20px 0;
}
}h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 30px 0 10px 0;
}
h3 {
    font-weight: 600;
    font-size: 1.2em;
}
p {
    margin: 5px 0 15px 0;
}
a {
    color: inherit;
}
.button {
    display: inline-block;
    width: auto;
    padding: 17px 30px;
    background: #79b74a;
    margin: 15px 0;
    color: #fff;
    border-radius: 2px;
    font-size: .8em;
}
.download-btn {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    padding: 8px 0 8px 70px;
    background-image: url(../images/file-icon.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
}
#navigation {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    z-index: 1000;
    background: #F6F5F3;
    color: #181D37;
}
#navigation * {
    overflow: hidden;
}
#navigation .nav li a {
    color: #fff;
    display: block;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    text-indent: -999px;
}
#navigation .nav li a#next {
    background-color: #181D37;
    background-image: url(../images/chevron-right.svg);
}
#navigation .nav li a#prev {
    margin-top: 2px;
	background-color:#F6F5F3;
    background-image: url(../images/chevron-left_blue.svg);
	background-size: 30% !important;
}
#navigation .nav li a.disabled {
    opacity:0.2;
    cursor: default;
}
#navigation div {
    right: 0;
    transform: rotate(90deg);
    transform-origin: left bottom 0;
    float: left;
    font-size: 1.3em;
    padding-bottom: 17px;
    white-space: nowrap;
}
#navigation div span {
    -webkit-text-stroke: 0.7px #181D37;
    -webkit-text-fill-color: transparent;
}
@media (max-width:768px) {
    #navigation {
    width: 100%;
    height: 50px;
}
#navigation .nav {
    float: left;
}
#navigation .nav li {
    float: left;
}
#navigation .nav li a {
    width: 50px;
    height: 50px;
    position: absolute;
}
#navigation .nav li a#prev {
    margin-top: 0;
}
#navigation .nav li a#next {
    left: 52px;
}
#navigation div {
    position: absolute;
    transform: none;
    padding: 13px 0 0 20px;
    left: 102px;
}
}#slider {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}
#slider .container {
    position: relative;
    height: 100%;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}
#slider .slide {
    width: 100vw;
    height: 100vh;
    float: left;
    position: relative;
    background-color: #fff;
}
@media (max-width:768px) {
    #slider .slide {
    overflow: auto;
    height: auto;
}
}#slider .slide .sidebar {
    display: flex;
    flex-direction: column;
    overflow: auto;
    width: 30vw;
    height: 100%;
    background: #fff;
    padding: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
#slider .slide .sidebar ul {
    margin: 20px 0;
}
#slider .slide .sidebar ul li::before {
    content: "■ "}
#slider .slide .sidebar li {
    padding: 10px 0;
    text-transform: uppercase;
    margin-left: 22px;
    line-height: 1.2em;
}
#slider .slide .sidebar li::before {
    color: #79b74a;
    margin-left: -22px;
    margin-right: 10px;
    height: 100%}
#slider .slide .sidebar li span {
    font-weight: 400;
}
#slider .slide .sidebar li>ul {
    margin: 5px 0;
}
#slider .slide .sidebar li>ul>li {
    text-transform: none;
    font-weight: 400;
    padding: 3px 0;
}
#slider .slide .sidebar li>ul>li::before {
    color: #179dd9;
}
@media (max-width:768px) {
    #slider .slide .sidebar {
    width: 100%;
    position: relative;
    top: auto;
    bottom: 0;
    height: auto;
}
}#slider .slide .sidebar .content {
    flex: 1 0 auto;
}
#slider .slide .sidebar .header {
    color: #179dd9;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    font-weight: 700;
}
#slider .slide .sidebar .footer {
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 500;
    background-color: #fff;
    height: auto;
    max-height: 50%}
#slider .slide .sidebar .footer.logo-footer {
	display:none;
    height: 80px;
    width: auto;
    position: relative;
    background-image: url(../images/robos_logo.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
#slider .slide .sidebar .footer.logo-footer.white-logo {
    background-image: url(../images/robos_logo_white.svg);
}
@media (max-width:768px) {
    #slider .slide .sidebar .footer.logo-footer {
    background-position: left bottom;
}
}#slider .slide .sidebar .footer img {
    width: 300px;
    bottom: 20px;
}
@media (max-width:768px) {
    #slider .slide .sidebar .footer {
    height: 80px;
    position: relative;
    background-position-x: 0;
    background-position-y: 0;
    margin-top: 30px;
    padding: 0;
    margin-bottom: 30px;
}
}#slider .slide .sidebar .timeline .event {
    width: 80%;
    margin-left: 20%;
    margin-top: 30px;
}
#slider .slide .sidebar .timeline .event .date {
    width: 20%;
    margin-left: -19%;
    font-size: 1.3m;
    padding: 10px 10px;
    text-align: left;
    background: #179dd9;
}
#slider .slide .sidebar .timeline .event .date span {
    font-size: .8em;
}
#slider .slide .sidebar .timeline .event .content {
    padding: 20px;
    background: #164266;
    color: #fff;
}
#slider .slide .sidebar .timeline .event .content::after {
    display: none;
}
#slider .slide .sidebar .timeline:before {
    left: 5%;
    border-color: #164266;
}
#slider .slide .sidebar.dark {
    background-color: #164266;
    color: #fff;
}
#slider .slide .sidebar.dark+.pointer {
    border-left: 30px solid #164266;
}
@media (max-width:768px) {
    #slider .slide .sidebar.dark+.pointer {
    border-left: 30px solid transparent;
    border-bottom: 30px solid #164266;
}
}#slider .slide .pointer {
    width: 0;
    height: 0;
    position: absolute;
    top: 70px;
    left: 30vw;
    border-left: 30px solid #fff;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-top: 30px solid transparent;
}
@media (max-width:768px) {
    #slider .slide .pointer {
    left: 70px;
    top: 290px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid transparent;
    border-bottom: 30px solid #fff;
}
}#slider .slide .main-image {
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}
#slider .slide .main-image.layered {
    position: relative;
    top: 0;
}
#slider .slide .main-image.full {
    background-size: contain;
    height: 100vh;
}
#slider .slide img.main-image {
    width: auto;
    height: 100%}
#slider .full-slide {
    font-weight: 300;
    text-align: center;
    color: #fff;
}
#slider .full-slide p {
    line-height: 1.5em;
}
#slider .full-slide h1 {
    margin-top: 0;
}
#slider .full-slide .bg-video {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
#slider .full-slide .slide-container {
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    min-height: 100vh;
    display: table;
}
#slider .full-slide .slide-container.narrow {
    left: 20%;
    width: 60%}
#slider .full-slide .slide-container.wide {
    left: 5%;
    width: 90%}
#slider .full-slide .slide-container.scrollable>div {
    overflow: auto;
    height: 100vh;
    display: block;
    padding: 50px 0;
}
#slider .full-slide .slide-container>div {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width:768px) {
    #slider .full-slide .slide-container {
    padding-top: 100px;
    left: 0;
    max-width: 100%;
    background: #666;
}
#slider .full-slide .slide-container.wide {
    left: 0;
    width: 100%}
#slider .full-slide .slide-container.scrollable {
    padding-top: 50px;
}
}#slider .full-slide .full-footer {
    font-weight: 300;
    position: absolute;
    bottom: 20px;
    left: 40px;
    width: 100%;
    min-height: 100px;
    padding: 20px 80px 0 0;
}
#slider .full-slide .full-footer .notice {
    font-size: .8em;
    line-height: 1.3em;
}
@media (max-width:768px) {
    #slider .full-slide .full-footer {
    position: relative;
    left: 20px;
    padding-right: 40px;
}
}#slider .full-slide .full-footer.with-logo {
    background-image: url(../images/robos_logo.svg);
    background-position: left top;
    background-size: 150px;
    background-repeat: no-repeat;
}
#slider .full-slide .full-footer.with-logo.white-logo {
	display:none;
    background-image: url(../images/robos_logo_white.svg);
}
#slider .full-slide .full-footer.left-footer {
    font-size: 1.5em;
    text-align: left;
    font-weight: 300;
}
#slider .full-slide .full-footer.left-footer span {
    display: block;
    font-weight: 600;
}
#slider .default-slide .main-image {
    position: relative;
    width: 70vw;
    left: 30vw;
}
@media (max-width:768px) {
    #slider .default-slide .main-image {
    width: 100%;
    height: 300px;
    margin-top: 50px;
    left: 0;
}
}#slider .default-slide.layered .main-image {
    position: absolute;
}
@media (max-width:768px) {
    #slider .default-slide.layered .sidebar {
    top: 300px;
}
}#slider .wide-side .sidebar {
    width: 50vw;
}
#slider .wide-side .pointer {
    left: 50vw;
}
#slider .wide-side .main-image {
    left: 50vw;
    width: 50vw;
}
#slider .default-slide .full-footer, #slider .transparent-slide .full-footer {
    color: #fff;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    width: 70%;
    left: 30vw;
    padding: 20px;
}
#slider .default-slide .full-footer img.roboslogo, #slider .transparent-slide .full-footer img.roboslogo {
    display: block;
    height: 70px;
    margin: 15px 0;
}
#slider .default-slide .full-footer ul.logo-list li, #slider .transparent-slide .full-footer ul.logo-list li {
    display: inline-block;
    margin: 10px 15px;
    padding: 0;
    font-weight: 600;
}
#slider .default-slide .full-footer ul.logo-list li:first-child, #slider .transparent-slide .full-footer ul.logo-list li:first-child {
    margin-left: 0;
}
#slider .default-slide .full-footer ul.logo-list li img, #slider .transparent-slide .full-footer ul.logo-list li img {
    max-height: 50px;
    max-width: 150px;
}
@media (max-width:768px) {
    #slider .default-slide .full-footer, #slider .transparent-slide .full-footer {
    position: relative;
    color: #164266;
    width: 100%;
    padding: 40px;
    left: 0;
    background-color: #164266;
    color: #fff;
}
}#slider .transparent-slide {
    background-color: #164266;
}
#slider .transparent-slide.white {
    background-color: #fff;
}
@media (max-width:768px) {
    #slider .transparent-slide .main-image {
    height: 300px;
    margin-top: 50px;
}
}#slider .transparent-slide .sidebar {
    background: 0 0;
    color: #fff;
}
#slider .transparent-slide .sidebar .header {
    color: #fff;
    border-color: #fff;
}
#slider .transparent-slide .sidebar .footer {
    background-color: transparent;
}
@media (max-width:768px) {
    #slider .transparent-slide .sidebar {
    color: #164266;
    background: #fff;
}
#slider .transparent-slide .sidebar .header {
    color: #179dd9;
    border-color: #179dd9;
}
#slider .transparent-slide .sidebar .footer {
    height: auto;
}
}#slider .transparent-slide .sidebar.dark {
    color: #164266;
    background: 0 0!important;
}
#slider .transparent-slide .sidebar.dark .header {
    color: #179dd9;
    border-color: #179dd9;
}
#slider .transparent-slide .pointer {
    display: none;
}
@media (max-width:768px) {
    #slider .transparent-slide .pointer {
    display: block;
}
}#slider .row {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
#slider .row:first-child {
    margin-top: none;
}
#slider .row.steps {
    flex-wrap: wrap;
}
@media (max-width:768px) {
    #slider .row {
    flex-wrap: wrap;
    width: 100vw;
    padding: 20px;
    margin-top: 0;
}
#slider .row:first-child {
    margin-top: 30px;
    padding-bottom: 0;
}
}#slider .step-box {
    font-size: 1.5em;
    font-weight: 300;
    background-color: #fff;
    color: #164266;
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    width: 250px;
    position: relative;
}
@media (max-width:768px) {
    #slider .step-box {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
}
}@media (max-width:1100px) and (min-width:768px) {
    #slider .step-box {
    width: 180px;
    font-size: 1.2em;
}
}#slider .step-box.done span {
    background-color: #79b74a;
}
#slider .step-box.done75 span {
    background: #79b74a;
    background: -moz-linear-gradient(left, #79b74a 0, #79b74a 75%, #164266 75%, #164266 99%);
    background: -webkit-linear-gradient(left, #79b74a 0, #79b74a 75%, #164266 75%, #164266 99%);
    background: linear-gradient(to right, #79b74a 0, #79b74a 75%, #164266 75%, #164266 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@green',  endColorstr='@dark-blue',  GradientType=1);
}
#slider .step-box span {
    display: block;
    background-color: #164266;
    color: #fff;
    margin: -20px -20px 10px -20px;
    padding: 10px;
    font-size: .7em;
}
#slider .step-box .arrow {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 100%;
    border-left: 15px solid #fff;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
}
@media (max-width:768px) {
    #slider .step-box .arrow {
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: 100%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid #fff;
}
}#slider .step-box:last-child .arrow {
    display: none;
}
#slider .plan-box {
    margin-left: 8%;
    display: inline-block;
    text-align: center;
    width: 28%;
    font-weight: 300;
}
#slider .plan-box.small {
    margin-left: 2%;
    width: 14%}
#slider .plan-box.small .features span, #slider .plan-box.small .price span {
    font-size: 1.8em;
}
@media (max-width:768px) {
    #slider .plan-box.small {
    width: 45%}
}@media (max-width:768px) {
    #slider .plan-box {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
}@media (max-width:1100px) and (min-width:768px) {
    #slider .plan-box {
    margin-left: 4%;
    width: 30%}
}#slider .plan-box:first-child {
    margin-left: 0;
}
#slider .plan-box>div {
    padding: 20px;
}
#slider .plan-box .name {
    font-weight: 600;
    background-color: #164266;
}
#slider .plan-box .name span {
    font-weight: 300;
}
#slider .plan-box .price {
    background-color: #79b74a;
}
#slider .plan-box .price span {
    font-weight: 600;
    display: block;
    font-size: 2.2em;
    margin-top: 7px;
}
#slider .plan-box .features {
    background-color: #fff;
    color: #164266;
    padding: 30px 20px 40px;
}
#slider .plan-box .features .plan-list li {
    display: block;
    text-align: left;
    margin-top: 15px;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-size: auto 100%}
#slider .plan-box .features .plan-list li:first-child {
    margin-top: 0;
}
#slider .plan-box .features .plan-list li.opp {
    background-image: url(../images/opp-icon.svg);
}
#slider .plan-box .features .plan-list li.ren {
    background-image: url(../images/ren-icon.svg);
}
#slider .plan-box .features .plan-list li.uit {
    background-image: url(../images/wal-icon.svg);
}
#slider .plan-box .features .plan-list span {
    font-weight: 600;
    display: block;
    font-size: 2em;
}
@media (max-width:1100px) and (min-width:768px) {
    #slider .plan-box .features .plan-list span {
    font-size: 1.5em;
}
}#slider .plan-box .note {
    background-color: #179dd9;
    color: #fff;
    padding: 15px 0 20px;
}
#slider .plan-box .note span {
    font-weight: 600;
    font-size: 1.2em;
}
#slider .plan-box.inactive .name {
    opacity: .2;
}
#slider .plan-box.inactive .price {
    opacity: .2;
}
#slider .plan-box.inactive .features {
    opacity: .2;
}
#slider .plan-box img {
    width: 100%}
#slider .card {
    font-weight: 300;
    text-align: left;
    background-color: #fff;
    color: #164266;
    display: inline-block;
    padding: 20px;
    margin-left: 30px;
    border-radius: 3px;
    width: 30%;
    flex: 1 1 auto;
}
#slider .card li {
    margin-bottom: 5px;
}
#slider .card li span {
    font-weight: 700;
}
@media (max-width:768px) {
    #slider .card {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
}
#slider .card:first-child {
    margin-top: 0;
}
}#slider .card:first-child {
    margin-left: 0;
}
#slider .card:after {
    content: "";
    display: table;
    clear: both;
}
#slider .card img {
    float: left;
    height: 100px;
    margin: 20px 20px 20px 0;
}
#slider .card.large.center {
    text-align: center;
}
#slider .card.large img {
    float: none;
    height: auto;
    max-height: 400px;
    max-width: 100%;
    margin: 20px auto;
}
#slider .card.large img.side {
    float: left;
    width: 50%;
    margin: 0 20px 0 0;
}
#slider .timeline {
    width: 100%;
    position: relative;
}
#slider .timeline.spacing .event .content {
    margin-bottom: 50px;
}
#slider .timeline .event {
    margin-left: 58%;
    width: 42%;
    margin-top: -5%}
#slider .timeline .event:nth-child(1) {
    margin-top: 0;
}
@media (max-width:768px) {
    #slider .timeline .event {
    width: 80%;
    margin-left: 20%;
    margin-top: 30px;
}
}#slider .timeline .event .date {
    position: absolute;
    z-index: 10;
    color: #fff;
    background-color: #164266;
    font-weight: 700;
    font-size: 1.2em;
    width: 12%;
    padding: 10px 15px;
    border-radius: 3px;
    margin-left: -11%;
    text-align: left;
    text-transform: uppercase;
}
@media (max-width:768px) {
    #slider .timeline .event .date {
    width: 20%;
    margin-left: -19%;
    font-size: 1.3m;
    padding: 10px 10px;
}
}#slider .timeline .event .date span {
    font-size: 1.4em;
}
@media (max-width:768px) {
    #slider .timeline .event .date span {
    font-size: .8em;
}
}#slider .timeline .event .content {
    position: relative;
    z-index: 500;
    background: #fff;
    padding: 20px 20px 20px 60px;
    color: #164266;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 30px;
}
@media (max-width:768px) {
    #slider .timeline .event .content {
    padding: 20px;
}
}#slider .timeline .event .content h3 {
    font-size: 1.5em;
    margin-bottom: 30px;
}
#slider .timeline .event .content .download-btn {
    height: 30px;
    padding: 5px 0 8px 40px;
}
#slider .timeline .event .content ul.buy-details {
    width: auto;
}
#slider .timeline .event .content ul.buy-details li {
    font-weight: 700;
    margin-bottom: 5px;
    background: #179dd9;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    font-size: 1.2em;
    text-align: center;
}
#slider .timeline .event .content ul.buy-details li span {
    display: block;
    font-weight: 400;
    font-size: .6em;
}
@media (min-width:768px) {
    #slider .timeline .event: nth-child(even) {
    margin-left: 0;
}
#slider .timeline .event:nth-child(even) .date {
    margin-left: 41%;
    text-align: right;
}
#slider .timeline .event:nth-child(even) .content {
    padding: 20px 60px 20px 20px;
}
#slider .timeline .event:nth-child(even) .content:after {
    content: "";
    position: absolute;
    background: #164266;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}
#slider .timeline .event:nth-child(odd) .content:after {
    content: "";
    position: absolute;
    background: #164266;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}
}#slider .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 5px dotted #fff;
}
@media (max-width:768px) {
    #slider .timeline: before {
    left: 5%}
}@media (min-width:768px) {
    #slider .timeline: before {
    left: 50%;
    transform: translate(-50%);
}
}#slider .example-container {
    background: rgba(255, 255, 255, .3);
    width: 100%}
#slider .example-container div.voorbeeld {
    width: 100%;
    height: 150px;
    float: right;
    background-size: cover;
    background-position: center center;
}
#slider .example-container .example-row {
    width: 100%}
#slider .example-container .example-row:first-child {
    margin-top: 30px;
}
#slider .example-container .example-row>div {
    width: 45%;
    float: left;
    padding: 0 30px 30px 0;
}
#slider .example-container .example-row>div:first-child {
    padding-left: 30px;
    width: 55%}
#slider .example-container .example-row>div:first-child>div {
    text-align: left;
    background-color: #354b36;
    padding: 0 20px;
    line-height: 1.8em;
    font-size: .8em;
}
#slider .example-container .example-row>div:first-child>div span {
    float: right;
}
#slider .example-container .example-row>div:first-child>div:first-child {
    padding-top: 5px;
}
#slider .example-container .example-row>div:first-child>div:nth-child(2) {
    background-color: #7d8b7e;
}
#slider .example-container .example-row>div:first-child>div:last-child {
    padding-bottom: 10px;
}
#slider .example-container .example-row::after {
    content: "";
    clear: both;
    display: table;
}
#slider table {
    margin-right: 100px;
    font-size: 1.5em;
}
#slider table tr:nth-child(2) td {
    background-color: #164266;
}
#slider table tr:nth-child(3) td {
    background-color: #79b74a;
}
#slider table tr:nth-child(4) td {
    background-color: #fff;
    color: #164266;
}
#slider table td {
    padding: 10px;
}
#slider .row table:first-child tr td:first-child {
    background: 0 0;
    color: #fff;
}
#slider .play-btn {
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 20px 40px;
    background: #179dd9;
    cursor: pointer;
}
#slider .price-popup {
    display: none;
    width: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
}
#slider .price-popup .picture {
    height: 180px;
    background-color: #ccc;
    background-size: cover;
}
#slider .price-popup .text {
    background-color: #fff;
    padding: 10px;
    font-weight: 300;
    font-size: .8em;
}
#slider .price-popup .text h5 {
    background: #164266;
    color: #fff;
    padding: 10px;
    margin: -10px -10px 10px -10px;
    font-weight: 600;
}
#slider .price-popup .text .title {
    font-weight: 600;
}
#slider .price-popup .text .title span {
    color: #179dd9;
    float: right;
    width: 40%}
#slider .price-popup .point {
    height: 45px;
    overflow: hidden;
}
#slider .price-popup .point div {
    width: 0;
    height: 0;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-bottom: 45px solid transparent;
    border-top: 45px solid #fff;
}
@media (max-width:768px) {
    #slider .price-popup {
    display: block;
    position: relative;
    transform: translate(0, 0);
    width: auto;
    margin: 30px;
    left: 0;
}
#slider .price-popup:first-of-type {
    margin-top: 90px;
}
#slider .price-popup .point {
    display: none;
}
#slider .price-popup .picture {
    height: 350px;
    background-position: center;
}
}#slider #slide1 .sidebar {
    overflow: auto;
}
#slider #slide6 {
    background: #666;
}
@media (max-width:768px) {
    #slider #slide6 .pointer {
    display: none;
}
}@media (max-width:768px) {
    #slider #map-image {
    display: none;
}
}#slider p.source {
    font-style: italic;
    text-align: right;
    color: #179dd9;
}
#slider p.quote {
    margin-top: 30px;
    font-size: 1.4em;
    color: #179dd9;
}
#slider p.quote span {
    font-style: italic;
    font-size: .8em;
    margin-top: 10px;
    display: inline-block;
}
/*# sourceMappingURL=style.min.css.map */

.clear  {
     clear:  both;
 }

#slider .slide .maincontent  {
     background:  #fff;
     max-width:  1000px;
     padding:  40px 40px 70px;
     margin:  50px auto 0;
     display:  block;
     position:  relative;
     overflow:  auto;
     height:  100%;
 }

ul.nav  {
     margin:  0 !important;
     list-style:  none;
     list-style-type:  none;
 }


#play-btn3  {
    
    display:  none!important;
    
}