* {
     font-family: 'Roboto', sans-serif;
     font-style: normal;
     font-weight: 300;
     font-size: 16px;
     line-height: 22px;
     color:  #1a1a1a;
 }

label {
    cursor: pointer;
}

#container {
    width: 100%;
    overflow: hidden; /* To hide the scrollbar caused by slant left, which includes scrollbar width */
}

#content-inner {
    position: relative;
    left: calc(50vw - 480px);
    width: 960px;
}
#header {
    background: #e4e4e4;
    border-bottom: #cacaca 6px solid;
    padding-bottom: 85px;
    margin-bottom: 45px;
    z-index:110;
}

#header-inner {
    background: url(/img/header-bkg.png) no-repeat;
    background-position: center bottom;
    height: 680px;
    background-size: cover;
    position: relative;
}

#header-img-1,
#header-img-2,
#header-img-3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 680px;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    opacity: 0;
    transition: opacity 2s;
}

#header-img-1.active,
#header-img-2.active,
#header-img-3.active {
    opacity: 1;
}

#logo {
    position: absolute;
    top: 20px;
}

#header h1 {
    color: #fff;
    max-width: 800px;
    font-size: 45pt;
    font-weight: bold;
    margin:0;
    position: absolute;
    top: 170px;
    line-height: normal;
}

#nav-top {
    position: fixed;
    top: -71px;
    height: 65px;
    z-index: 90;
    background: #e4e4e4 none repeat scroll 0 0;
    border-bottom: 6px solid #cacaca;
    width: 100%;
    transition: top 0.2s;
}

#nav-top.active {
    top: 50px;
    transition: top 0.2s;
}

#nav-top-inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#nav-top a img {
    height: 65px;
}

#nav-top ul {
    position: absolute;
    right: -10px;
    top: 0;
}

#nav-top ul li {
    float: left;
    display: block;
    margin: 10px 10px 0 0;
}

#nav-top button {
    background: #6ab119;
    font-size: 18px !important;
    width: 470px;
    line-height: 1.5em;
}

#nav-top li:nth-of-type(1) button {
    background: #4d4d4d;
}

#nav-top li:nth-of-type(1) button:hover {
    background: #42afdd;
}

#nav-top button.active,
#nav-top button:hover {
    background: #7cbc33;
}

#header-bar button {
    background: #b2b2b2;
    top: 16px !important;
    right: 0;
    font-size: 22px !important;
    font-weight: 300 !important;
    font-family: Roboto;
}

#header-content-inner button {
    background: #6ab119;
}

#header-inner button,
#header-content-inner button {
    position: absolute;
    top: 430px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16pt;
    font-weight: bolder;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
}

#container-inner,
.container-inner,
#header-bar,
#header-content,
#header-content-inner {
    width: 960px;
}

#header-content {
    background: #000;
    height: 680px;
    opacity: 0.2;
}

#header-bar,
#header-content-inner {
    position: relative;
    left: calc(50vw - 480px);
    height: 110px;
}

.container-home #header-bar,
.container-home #header-content-inner {
    height: 680px;
}

.container-inner {
    position: relative;
    left: calc(50vw - 480px);
}

#header-inner .slant-right-slant div {
    background: #000;
    opacity: 0.2;
}

#nav li {
    display: block;
    float: left;
    margin-right: 30px;
    padding-top: 30px;
}

#nav li a {
    text-decoration: none;
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
}

#nav li a:hover {
    color: #42afdd;
}

#nav li ul {
    display: none;
}

.slant-blue .slant-left,
.slant-blue .slant-right {
    background: #42afdd;
}

.slant-white .slant-left,
.slant-white .slant-right {
    background: #ffffff;
}

.slant-container {
    position: relative;
    height: 380px;
    margin-bottom: 45px;
}

.slant-container > div:first-child {
    height: 100%;
    width: 960px;
}

.slant-right {
    position: absolute;
    left: calc(50vw - 480px);
}

.slant-right-slant {
    content: '';
    position: absolute;
    left: calc(50vw + 480px);
    width: 240px;
    height: 100%;
    overflow: hidden;
}

.slant-right-slant div {
    height: 1000px;
    width: 240px;
    left: -140px;
    bottom: -40px;/*calc(1000px - 680px - 33px); /* 20px for delta of rotation of 80px by 10deg */
    position: absolute;
    -ms-transform: rotate(-9deg); /* IE 9 */
    -webkit-transform: rotate(-9deg); /* Safari */
    transform: rotate(-9deg);
    -webkit-backface-visibility: hidden;
}

.slant-photo .slant-right-slant div {
    left: 120px;
}

.slant-right:before {
    content: '';
    position: absolute;
    right: 960px;
    background: #000;
    width: calc(50vw - 480px);
    height: 100%;
}

.slant-left {
    position: absolute;
    left: calc(50vw - 480px);
}

.slant-left-slant {
    content: '';
    position: absolute;
    left: calc(50vw - 480px - 240px);
    width: 240px;
    height: 100%;
    overflow: hidden;
}

.slant-left-slant div {
    height: 1300px;
    width: 340px;
    left: 95px;
    bottom: -33px;
    position: absolute;
    -ms-transform: rotate(-9deg); /* IE 9 */
    -webkit-transform: rotate(-9deg); /* Safari */
    transform: rotate(-9deg);
    -webkit-backface-visibility: hidden;
}

.slant-photo .slant-left-slant div {
    left: -100px;
}

.slant-left:before {
    content: '';
    position: absolute;
    left: 960px;
    width: calc(50vw - 480px);
    height: 100%;
}

.slant-gray .slant-right-slant div {
    background: #e6e6e6;
}

.slant-blue .slant-right-slant div {
    background: #42afdd;
}

.slant-white .slant-right-slant div {
    background: #ffffff;
}

.slant-photo .slant-right-slant {
    background: transparent;
}

.slant-photo .slant-right-slant div {
    background: #fff;
}

.slant-photo .slant-right:after {
    content: '';
    position: absolute;
    top: 0;
    right: calc(-160px + (-1 * (50vw - 560px)));
    background: #fff;
    width: calc(50vw - 640px);
    height: 100%;
}

.slant-gray .slant-left-slant div {
    background: #e6e6e6;
}

.slant-blue .slant-left-slant div {
    background: #42afdd;
}

.slant-white .slant-left-slant div {
    background: #ffffff;
}

.slant-photo .slant-left-slant div {
    background: #fff;
}

.slant-photo .slant-left:after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(-160px + (-1 * (50vw - 560px )));
    background: #fff;
    width: calc(50vw - 640px);
    height: 100%;
}

.slant-photo .slant-left-slant {
    background: transparent;
}

.slant-gray .slant-left:before {
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(left,  #fafafa 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fafafa), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #fafafa 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #fafafa 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #fafafa 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right,  #fafafa 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.slant-blue .slant-left:before {
    background: #42afdd;
}

.slant-white .slant-left:before {
    background: #ffffff;
}

.slant-photo .slant-left:before {
    background: transparent;
}

.slant-gray .slant-right:before {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 0%, #fafafa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ffffff 0%,#fafafa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ffffff 0%,#fafafa 100%); /* IE10+ */
    background: linear-gradient(to right,  #ffffff 0%,#fafafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=1 ); /* IE6-9 */
}

.slant-blue .slant-right:before {
    background: #42afdd;
}

.slant-white .slant-right:before {
    background: #ffffff;
}

.slant-photo .slant-right:before {
    background: transparent;
}

.slant-photo-container {
    /*background: url(/img/header-bkg.jpg) no-repeat;*/
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 300px;
    width: 100%;
    margin-bottom: 45px;
}

.page-divider {
    position: relative;
    left: calc(50vw - 480px);
    width: 960px;
}
.page-divider > div {
    background: url(/img/page-divider.png) no-repeat;
    background-position: center center;
    height: 93px;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: -65px;
}

.slant-gray .slant-left {
    background: #e6e6e6; /* Old browsers */
    background: -moz-linear-gradient(left,  #e6e6e6 0%, #fafafa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e6e6e6), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e6e6e6 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e6e6e6 0%,#fafafa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e6e6e6 0%,#fafafa 100%); /* IE10+ */
    background: linear-gradient(to right,  #e6e6e6 0%,#fafafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#fafafa',GradientType=1 ); /* IE6-9 */
}

.slant-gray .slant-right {
    background: -moz-linear-gradient(left,  #fafafa 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #fafafa 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #fafafa 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #fafafa 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to right,  #fafafa 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-9 */
}

.slant-blue h2,
.slant-blue p {
    color: #fff;
}

.container-inner h2,
.slant-container h2,
.band-container h2 {
    font-size: 3em;
    line-height: 1em;
    /*line-height: auto;*/
    margin: 70px 0 40px 0;
    font-family: Quicksand, sans-serif;
    font-weight: 300;
}

.band-container #content-intro  h2 {
    margin-top: 2em;
}

.container-inner h2 {
    color: #42afdd;
    line-height: 46px;
    max-width: 690px;
    margin: 0 auto;
    margin-top: 70px;
}

.container-inner > p {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}

.breakout-350 {
    padding-top: 350px;
}

.breakout-350 > div > div {
    position: relative;
}

.breakout-400 {
    padding-top: 400px;
}

.breakout-400 > div > div {
    position: relative;
    text-align: center;
}

.slant-gray h2 {
    color: #333;
    margin: 30px 0;
}

.slant-gray ul {
    margin: 20px 0;
    padding: 0;
}

.slant-gray li {
    display: block;
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 30px;
}

.slant-gray li:first-child,
.slant-gray li:nth-child(4) {
    margin-left: 0;
    clear: left;
}

.slant-gray li h2 {
    font-size: 22px;
    margin: 0;
    color: #520959;
    text-align: left;
}

.slant-gray li p {
    font-size: 22px;
    margin: 0;
    color: #333;
    text-align: left;
}

.slant-photo {
    text-align: center;
}

.slant-photo > div {
    padding: 60px 0;
}

.slant-photo h2 {
    color: #fff;
    margin: 30px 0;
}

.slant-photo button {
    background: #39b44a;
    color: #fff;
    text-transform: uppercase;
    font-size: 16pt;
    font-weight: bolder;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
}

.slant-photo .col {
    float: left;
    width: 32%;
    margin-left: 1%;
}

.slant-photo .col h2 {
    color: #fff;
    font-size: 18px;
    text-align: left;
    margin: 0 0 10px 0;
}

.slant-photo .col p,
.slant-photo .col strong {
    font-size: 18px;
    color: #fff;
    text-align: left;
    margin: 0 0 10px 0;
}

.slant-photo .col ul {
    margin: 0 0 20px 0;
    padding: 0;
}

.slant-photo .col li {
    color: #fff;
    font-size: 18px;
    height: 28px;
    text-align: left;
}

.slant-photo .col li:before {
    content: "\f00c";
    margin-right: 0.3em;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container-home .form-row {
    width: 300px;
    margin: 0 50px 20px 0;
    float: left;
}

.container-home .form-label {
    height: 26px;
}

.container-home .form-label label {
    color: #fff;
}

.form-row {
    width: 320px;
    float: left;
}

.rc .form-row,
#widget-container .form-row {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
}

.rc .form-label {
    width: 200px;
    float: left;
}

.form-row-wide {
    clear: both;
}

.form-buttons {
    width: 650px;
    text-align: center;
    padding: 20px 0;
}

.form-row input,
.form-row select,
.form-row-wide textarea {
    width: 300px;
    font-size: 20px;
    padding: 5px;
}

.form-row select {
    width: 310px;
}

.form-row-wide textarea {
    width: 650px;
    height: 160px;
}

.form-row input[type="checkbox"],
.form-row input[type="radio"] {
    width: auto;
}

.form {
    width: 700px;
}

.form-button {
    clear:both;
    margin: 10px 0;
}

.error,
.form-errors,
.errorSummary {
    border: #c00;
    background: #febebe;
    max-width: 650px;
}

.errorSummary {
    border: 1px solid #ff043f !important;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    padding: 1em;
    color: #fff;
}

.errorSummary li {
    background: url(/img/error.gif) no-repeat 0 9px !important;
    list-style: none !important;
    margin: 0;
    padding: 4px 0 4px 24px;
    color: #fff;
}

label.error {
    background: #fff;
}

input.error,
textarea.error,
select.error {
    border: #ff043f 1px solid;
}

#references {
    margin-top: 50px;
}

#references li {
    text-align: center;
}

#references li p {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-style: italic;
    text-align: center;
}

#references li p.role,
#references li h2 {
    text-align: center;
}

#references li a {
    text-decoration: none;
}

#references li a:hover {
    text-decoration: underline;
}

#references li h2 {
    margin: 15px 0;
}

#header #login-btn {
    background: #520959;
    color: #fff;
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: bolder;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    top: 10px;
    right: 10px;
    z-index: 10;
}

#header #login-btn:after {
    content: "\f090";
    margin-left: 0.3em;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pager {
    height: 24px;
    margin: 10px 0;
}

.pager ul {
    width: 90px;
    margin: 0 auto;
}

.pager li {
    width: 24px;
    height: 24px;
    background: url(/img/pager.png);
    margin: 0 5px 0 0;
    display: block;
    float: left;
    cursor: pointer;
}

.pager li:nth-child(4) {
    clear: none;
}

.pager .active-item {
    background: url(/img/pager-active.png);
}

#image-pager-1,
#image-pager-2 {
    width:796px;
    height:460px;
    margin:0 auto;
    position:relative;
}

#image-pager-2 {
    width: 781px;
    height: 390px;
}

#image-pager-3 {
    width: 133px;
    height: 236px;
    left: 0;
    top: -330px;
    position:relative;
}

#image-pager-1 > img,
#image-pager-2 > img,
#image-pager-3 > img {
    position: absolute;
    top:0;
    left:0;
}

#image-pager-1 > div,
#image-pager-2 > div,
#image-pager-3 > div {
    top:38px;
    left:110px;
    height:362px;
    position:relative;
    overflow:hidden;
    background: #fff;
}

#image-pager-2 > div {
    top: 31px;
    left: 86px;
    height: 330px;
}

#image-pager-3 > div {
    top: 0;
    left: 709px;
    height: 236px;
}

#image-pager-1 > div > div,
#image-pager-2 > div > div,
#image-pager-3 > div > div {
    position: absolute;
    top:0;
    left:0;
    transition: left 0.2s;
}

#to-top,
#to-contact {
    position: fixed;
    bottom: 10px;
    left: -60px;
    font-size: 40px;
    line-height: 36px;
    text-align: center;
    width: 60px;
    height: 60px;
    z-index: 20;
    transition: right 0.2s;
    cursor: pointer;
}

#to-top i,
#to-contact i {
    color: #fff;
    font-size: 40px;
    margin-top: 10px;
}

#to-top div,
#to-contact div {
    position: fixed;
    bottom: 20px;
    left: -60px;
    background: rgba(140,140,140,0.4);
    width: 60px;
    height: 60px;
    transition: right 0.2s;
}

#to-top.active,
#to-top.active div {
    left: 90px !important;
}

#to-contact,
#to-contact div {
    left: 20px;
}

#to-contact.active,
#to-contact.active div {
    left: 20px !important;
}

#compare-dialog-modal,
#compare-dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 10000px;
    height: 10000px;
    z-index: 100;
}
#compare-dialog-overlay {
    background: #000;
    opacity: 0.7;
    z-index: 101;
}
#compare-dialog {
    position: fixed;
    top: 40px;
    left: calc(50% - 400px);
    width: 800px;
    margin: 0 auto;
    z-index: 102;
    background: #fefefe;
    border: #000 1px solid;
    border-radius: 0.3em;
    padding: 0.6em;
}

#compare-dialog > span {
    position: absolute;
    right: 0.3em;
    font-size: 1.5em;
    cursor: pointer;
}
#compare-dialog > div {
    margin-top:2em;
    overflow-y: scroll;
    height: 700px;
}



#modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 150;
    display: none;
}

#modal.active {
    display: block;
}

#overlay {
    background: #666;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    -moz-opacity: 0;
    transition: opacity 2s;
}

#modal.active #overlay {
    opacity: 0.5;
    -moz-opacity: 0.5;
}

#modal-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 50px;
    background: #fff;
}

#dialog-title {
    color: #fff;
    font-size: 1em;
}

#modal-title {
    position: relative;
    background: #00b4ff;
    color: #fff;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 1.5em;
    text-align: center;
    margin: 0 0 0.3em 0;
    cursor: move;
}

#modal-title span {
    position: absolute;
    top: 0.05em;
    right: 0.2em;
    font-size: 1.4em;
    cursor: pointer;
    color: #fff;
}

#register-form {
    padding: 10px 20px;
}

#register-form p,
#register-form li,
#register-form strong {
    font-size: 1.2em;
}

#register-form .page li {
    list-style: disc;
    margin-left: 30px;
}

#register-form input {
    font-size: 1.3em;
}

#register-form h1 {
    font-size: 2em;
}

#register-form h2 {
    font-size: 1.3em;
    background: #efefef;
    color: #afafaf;
    padding: 10px;
    margin: 10px 0;
}

#register-form .active h2 {
    background: #00b4ff;
    color: #fff;
}

#register-form h3 {
    font-size: 1.3em;
}

#register-form .form-label {
    width: 240px;
    float: left;
}

#register-form .form-row {
    width: 100%;
    float: none;
}

#register-form .form-label label {
    text-transform: none;
    font-weight: normal;
    font-size: 1.2em;
}

#register-form .page p.hint {
    font-style: italic;
    padding-left: 240px;
}

#register-form .form-row span {
    font-size: 20px;
}

#register-form .form-row span.ok i {
    color: #287624;
}

#register-form .form-row span.fault,
#register-form .form-row span.fault i {
    color: #ff043f;
}

#wizard .page {
    display: none;
}

#wizard .active .page {
    display: block;
}

button.button-2 {
    background: #00b4ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #00b4ff 0%, #0089f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b4ff), color-stop(100%,#0089f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00b4ff 0%,#0089f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00b4ff 0%,#0089f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00b4ff 0%,#0089f9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00b4ff 0%,#0089f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b4ff', endColorstr='#0089f9',GradientType=0 ); /* IE6-9 */
    color: #fff;
}

button.inactive {
    color: #999;
}

#total-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
    filter: alpha(opacity=55);
    -moz-opacity: 0.55;
    opacity: 0.55;
    display: none;
}

#video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    display: none;
}

#video-overlay-inner {
    width: 512px;
    padding: 5px;
    margin: 0 auto;
    margin-top: 130px;
    background: #535353;
    border: #000 1px solid;
}

#playbutton-overlay {
    position: absolute;
    z-index: 0;
    top: 35px;
    left: 0;
    background: url(/img/playbutton-overlay.png) center center no-repeat;
    width: 960px;
    height: 540px;
    cursor: pointer;
}

legend {
    display: none;
}

fieldset {
    border: none;
    padding: 0;
}

button, a.faux-button {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16pt;
    font-weight: bolder;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    margin: 0 auto;
    background: #6ab119;
}

a.faux-button {
    text-decoration: none;
    font-size: 12pt;
    padding: 0.2em 0.4em;
}

button div {
    color: #fff;
    font-weight: bold;
}

#culture-switch li {
    float: left;
    margin-right: 3px;
}

#content {
    width: 960px;
    margin: 0 auto;
}

#subnav-container h2 {
    margin: 0;
}

#subnav-container ul {
    margin: 0;
    padding: 0;
}

#subnav-container {
    width: 330px;
    float: left;
}

#subnav-container li {
    display: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

#subnav-container li a {
    display: none;
}

#subnav-container li li ul {
    display: none;
}

#subnav-container li.active-item li.active-item ul {
    display: block;
}

#subnav-container li.active-item,
#subnav-container li li {
    display: block;
}

#subnav-container li li {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0 10px 0 0;
}

#subnav-container li li a {
    color: #595959;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: inline;
}

#subnav-container li li ul {
    margin: 0;
}

#subnav-container li li.active-item  {
    display: block;
}

#subnav-container li li ul li {
    margin: 0;
}

#subnav-container li li ul li a {
    font-size: 16px;
    font-weight: normal;
}

#subnav-container li li a:hover,
#subnav-container li li ul li a:hover {
    text-decoration: underline;
}

#subnav-container li li li a {
    color: #595959 !important;
}

#subnav-container li li li.active-item a {
    color: #1e8ca5 !important;
}

#subnav-container li li li ul {
    display: none !important;
    margin: 0;
}

#subnav-container li li li.active-item ul {
    display: block !important;
}


.col140 {
    float: left;
    margin-left: 20px;
    width: 140px;
}

.col220 {
    float: left;
    margin-left: 20px;
    width: 220px;
}
/*
.col270 {
    float: left;
    margin-left: 20px;
    width: 270px;
}
*/
.col300 {
    float: left;
    margin-left: 20px;
    width: 300px;
}
/*
.col330 {
    float: left;
    margin-left: 20px;
    width: 330px;
}

.col460 {
    float: left;
    margin-left: 20px;
    width: 460px;
}
.col620 {
    float: left;
    margin-left: 20px;
    width: 620px;
}
.col680 {
    float: left;
    margin-left: 20px;
    width: 680px;
}
.col700 {
    float: left;
    margin-left: 20px;
    width: 700px;
}*/

#footer {
    background: #520959;
    width: 100%;
    position: relative;
    min-height: 466px;
}

#innerFooter {
    width: 960px;
    margin: 0 auto;
    padding: 50px 0;
    margin-bottom: 100px;
}

#footer-bottom {
    background: #4b0252;
    height: 100px;
}

#footer h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400!important;
    font-size: 20px!important;
    color: #fff;
}

.imgright {
    float: right;
    margin-left: 10px;
}

.copyrightInfo,
.copyrightInfo strong {
    color: #fff;
}

#footer a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline
}

#footer p {font-size: 18px; color: #fff; text-decoration: none; line-height: 18px; margin-top: 15px;}

#footer p a:hover {color: #eee;}

.social-footer {float: right;}
.social-footer li {float: left; margin-left: 5px;}
.social {
    margin: 15px 0 0 -10px;
}

.social li {
    display: block;
    float: left;
    width: 50px;
    margin-right: 3px;
}

.social li img {
    opacity: 0.8;
    width: 40px;
    margin: 5px;
    transition: width 0.1s, margin 0.1s;
}

.social li img:hover {
    opacity: 1;
    width: 50px;
    margin: 0;
}

.heading h1 {
    margin: 0;
    line-height: 40px;
}

p.note,
div.note {
    background: #eee url("/img/alert.png") no-repeat scroll 10px 10px;
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 7px 15px 7px 70px;
}

#download-container {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 20px;
    margin: 50px auto;
    padding: 10px;
}

.form-button {
    margin: 10px 0;
}

/* Contact form on homepage */
#contact-form2 {
    margin: 0 auto;
    width: 660px;
    padding-bottom: 30px;
}

.slant-content ul {
    clear: both;
}

.slant-content .c2a {
    margin: 0 auto;
}

#home-form .form-row:nth-child(6) {
    width: 100%;
}

#home-form .form-row textarea {
    width: 630px;
}

#home-form .form-button,
#directions-form .form-button {
    margin: 10px 0 30px 0;
}

.slogan-large {
    font-size: 48px !important;
    color: #e2e2e2 !important;
    text-align: center !important;
    vertical-align: middle !important;
    text-transform: uppercase;
    /*line-height: auto;*/
}

.slogan-large span {
    font-size: 76px;
    line-height: normal;
}

.c3 {
    background: #95c823; /* Old browsers */
    background: -moz-linear-gradient(top,  #95c823 0%, #6ab119 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95c823), color-stop(100%,#6ab119)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #95c823 0%,#6ab119 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #95c823 0%,#6ab119 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #95c823 0%,#6ab119 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #95c823 0%,#6ab119 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95c823', endColorstr='#6ab119',GradientType=0 ); /* IE6-9 */
    border-radius: 9px;
    padding: 14px 5px;
    font-weight: bold;
    color: #fff;
    border: #6ab119 1px solid;
    border-top: #b3d72d 1px solid;
    width: 110px;
    margin-top: 10px;
    font-size: 12px;
}

.tinymce ul {
    margin: 0 0 0.5em 0;
    padding: 0;
}

.tinymce ul li {
    list-style: square;
    margin: 0 0 0 1em;
    padding: 0;
}

.tinymce p {
    text-align: justify;
}

.tinymce em {
    font-style: italic;
}

.tinymce h2 {
    margin: 2em 0 1em 0;
    line-height: 1.2em;
}

#map_container {
    padding: 15px 15px 30px 15px;
    border: #696c74 1px dotted;
}

#map_container:after {
    border-bottom: 3px solid #696c74;
    content: "";
    display: block;
    width: 90px;
    margin: 0 0 -33px -15px;
}

.tinymce span.ic {
    margin: 1em 0 2em 0;
    padding: 15px;
    border: #696c74 1px dotted;
    display: inline-block;
}
.tinymce span.ic:after {
    border-bottom: 3px solid #696c74;
    content: "";
    display: block;
    width: 90px;
    margin: 0 0 -18px -15px;
}

.tinymce span.ic img {
    max-width: 600px;
}

.tinymce li > img {
    margin: 0;
}

.tinymce #image-shortlist li {
    list-style: none;
    border: none;
}

.tinymce blockquote {
    margin: 0;
    background: #fefefe;
    border: #aaa 1px solid;
    padding: 0.6em 1em;
    border-radius: 6px;
    font-style: italic;
}

.tinymce blockquote p {
    font-style: italic;
    margin: 0;
}

.search-shortlist li,
.news-shortlist li {
    border-bottom: #ccc 1px dotted;
    padding: 0 0 1em 0;
    margin: 0 0 1em 0;
    position: relative;
}

.news-shortlist h2 {
    line-height: 1.6em;
}

.search-shortlist li > a,
.news-shortlist li h2 a {
    text-decoration: none;
    font-size: 1.2em;
}

.search-shortlist li a {
    text-decoration: none;
}

.search-shortlist li a:hover {
    text-decoration: underline;
}

.search-shortlist li > a {
    color: #42afdd;
    font-weight: bold;
}

.search-shortlist li span {
    position: absolute;
    right: 0;
    background: #eee;
    color: #666;
    font-size: 0.8em;
    text-align: center;
}

.read-more {
    text-align: right;
}

.read-more a {
    font-style: italic;
    text-decoration: none;
}

#subnav-container li li li li {
    padding-left: 1em;
}

#nav li.active-item a {
    color: #1e8ca5;
}

pre.code {
    font-size: 0.7em;
}

#subnav {
    position: relative;
}

#nav-top-widget {
    position: absolute;
    transition: min-height 0.2s;
    top: 65px;
    width: 330px;
    min-height: 0;
    height: 0;
    left: 0;
    background: #e4e4e4 none repeat scroll 0 0;
    border-bottom: 6px solid #cacaca;
    border-left: 6px solid #cacaca;
    border-right: 6px solid #cacaca;
    overflow: hidden;
}

#nav-top-widget.active {
    min-height: 400px;
    height: auto;
}

#oa_widget #widget-select-filters > h1:first-child,
#oa_widget #widget-select-filters .form-row {
    /*display: none !important;*/
}

#widget-select-time ul {
    position: relative;
    margin-left: 0 !important;
    right: auto;
}

#oa_widget .form-label label {
    color: #1a1a1a;
}

#oa_widget .widget-login-header1,
#oa_widget .register-widget-shoppingcart-header,
#oa_widget .widget-register-header-remarks,
#oa_widget .widget-register-header-contact {
    display: none;
}

#oa_widget .fld {
    width: 310px !important;
}

#oa_widget .fld input,
#oa_widget .fld-email input,
#oa_widget .fld-phone input {
    width: 290px !important;
}

#oa_widget .fld textarea {
    width: 310px !important;
    height: 45px !important;
}

#oa_widget .widget-shoppingcart-submit,
#oa_widget .widget-checkout-submit {
    width: 100% !important;
    font-size: 18px !important;
}

.slant-content h3 {
    color: #fff;
    margin: 30px 0 15px 0;
}

.search-form {
    position: relative;
}

.search-form input {
    width: 100%;
}

.search-form button {
    background: none;
    padding: 0;
    position: absolute;
    right: 0;/*40px;*/
    top: 0;
}

.search-form button span {
    color: #ddd;
}

#oa_widget .col-1 {
    border: none !important;
}

#oa_widget .col-2 {
    padding-left: 0 !important;
}

.slant-container.slant-blue {
    background: #42afdd;
}

.band-container.slant-blue {
    background: #42afdd;
    width: 100%;
}

.band-container.slant-white {
    background: #fff;
    width: 100%;
}

.band-container.slant-gray {
    background: #fafafa;
    width: 100%;
    border-top: #fff 5px solid;
    border-bottom: #eee 5px solid;
}

.band-container.slant-blue > div,
.band-container.slant-white > div,
.band-container.slant-gray > div {
    width: 960px;
    margin: 0 auto;
}

.band-container {
    padding-top: 10px;
}

.band-container h2 {
    text-align: center;
}

#content-6a > div {
    width:48%;
    padding: 0 2% 0 0;
    float:left;
}

#contact-form2 .form-label {
    position: relative;
}

#contact-form2 .form-row input,
#contact-form2 .form-row-wide textarea {
    position: relative;
    z-index: 2;
}

#contact-form2 .form-label label {
    position: absolute;
    bottom: -36px;
    background: #6ab119;
    display: inline-block;
    height: 26px;
    border: #fff 1px solid;
    border-radius: 5px 5px 0 0;
    padding: 5px 12px 3px 12px;
    z-index: 1;
    transition: bottom 0.4s;
}

#contact-form2 .form-row.focus .form-label label,
#contact-form2 .form-row-wide.focus .form-label label {
    bottom: -1px;
}

#contact-form2 .form-label label {
    bottom: -36px;
}

#contact-form2 .form-row.focus .form-label label,
#contact-form2 .form-row-wide.focus .form-label label {
    bottom: -0.5em;
}

input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder {
    color: transparent;
}
:focus::placeholder {
    color: transparent;
}

@media screen
and (max-device-width: 640px) {
    #header-inner button, #header-content-inner button {
        font-size: 2em;
    }
    p {
        font-size: 2.6em;
        line-height: 1.8em;
        text-align: justify;
    }
    p a {
        font-size: 1em;
    }

    #content-intro {
        padding-bottom: 30px;
    }

    button {
        font-size: 1.4em;
    }

    #content-6a button {
        font-size: 2.8em;
        width: 100%;
    }

    #references3 button {
        width: 100%;
    }

    #content-6a > div {
        width: 100% !important;
        padding: 0 !important;
        float: none !important;
    }

    #references li h2 {
        font-size: 2em;
        line-height: 2em;
    }

    #references li p {
        font-size: 2em;
    }

    #references li:nth-of-type(1) {
        width: 100%;
        float: none;
    }

    #references li:nth-of-type(2),
    #references li:nth-of-type(3) {
        display: none;
    }

    .content-flex #branches-list li:nth-of-type(2),
    .content-flex #branches-list li:nth-of-type(4),
    .content-flex #branches-list li:nth-of-type(6) {
        clear: right;
    }

    .content-flex #branches-list li {
        border: #ccc 5px solid;
        margin: 10px 15px;
        padding: 30px;
        width: calc(50% - 100px);
        font-size: 2em;
    }

    #contact-form2,
    .form,
    .form-buttons {
        width: 100%;
    }

    #contact-form2 label {
        display: none;
    }
    #contact-form2 button {
        width: 100%;
        font-size: 2.8em;
    }
    .container-home .form-row {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .form-row input,
    .form-row select,
    .form-row-wide textarea {
        width: 98%;
        font-size: 2em;
    }

    #nav li a {
        font-size: 1.9em;
    }
    #header-bar button {
        display: none;
    }


    #nav-top {
        height: 130px;
        top: -136px;
    }
    #nav-top ul {
        right: 0;
    }
    #nav-top ul,
    #nav-top ul li,
    #nav-top button {
        /*width: 100%;*/
    }
    #nav-top button {
        font-size: 2em !important;
        text-transform: uppercase;
    }
    #nav-top-widget {
        top: 130px;
        width: 100% !important;
    }


    #nav-top-widget #oa_widget h1,
    #nav-top-widget #oa_widget #widget-select-datetime h2 {
        font-size: 2em !important;
    }
    #nav-top-widget #oa_widget .datepicker-inline td,
    #nav-top-widget #oa_widget .datepicker-inline th,
    #nav-top-widget #widget-select-time ul li {
        font-size: 2em !important;
    }
    #nav-top-widget #oa_widget a,
    #nav-top-widget #oa_widget .checkout-summary tbody tr td,
    #nav-top-widget #oa_widget p,
    #nav-top-widget #oa_widget label,
    #nav-top-widget #oa_widget h2,
    #nav-top-widget #oa_widget input,
    #nav-top-widget #oa_widget textarea,
    #nav-top-widget #oa_widget select,
    #nav-top-widget #oa_widget button {
        font-size: 2em !important;
    }
    #nav-top-widget #oa_widget .fld input,
    #nav-top-widget #oa_widget .fld-email input,
    #nav-top-widget #oa_widget .fld-phone input {
        font-size: 2em !important;
        width: 100% !important;
    }

    #subnav-container li {
    }

    #subnav-container li li a {
        font-size: 2em;
        font-weight: normal;
    }

    #subnav-container li li ul li {
        margin-top: 0.6em;

    }

    #subnav-container li li ul li a {
        font-size: 1.6em;
    }

    .tinymce li {
        font-size: 1.8em;
        line-height: 1.3em;
    }

    .tinymce b,
    .tinymce strong,
    .tinymce a strong {
        font-size: 1em;
    }

    #branches-list li a {
        font-size: 1.3em;
        line-height: 1.3em;
    }

    #content-intro h2,
    .content-flex h2,
    #content-6a div h2 {
        font-size: 4em;
        line-height: 1em !important;
        margin-top: 1em;
    }
}






#references-photo-carroussel {
    height: 90px;
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
    position: relative;
}

#references-photo-carroussel ul {
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10000px;
}

#references-photo-carroussel li {
    display: block;
    float: left;
    height: 90px;
    margin: 0 20px;
    cursor: pointer;
}

#references-photo-carroussel li img {
    margin: auto;
}

#branches-list li {
    border: #ccc 5px solid;
    background: #fff;
    margin: 10px 15px;
    padding: 30px;
    float: left;
    width: 220px;
    height: 4.4em;
    vertical-align: middle;
    display: block;
    text-align: center;
    cursor: pointer;
}

#branches-list li a {
    text-decoration: none;
    font-size: 1.3em;
}

#branches-list li:hover {
    border: #42afdd 5px solid;
}

#content-intro0 div h2:nth-of-type(2) {
    display: none;
}

#references-photo-carroussel-list li {
    width: 200px;
    height: 90px;
    background-position: left center;
    background-repeat: no-repeat;
}

#feature-summary {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    width: 900px;
}

#feature-summary li {
    position: relative;
    width: 300px;
}

#feature-summary > li {
    min-height: 280px;
    margin-bottom: 20px;
}

#feature-summary li span {
    display: block;
    width: 30px;
    height: 25px;
    text-align: center;
    padding-top: 5px;
    border: #ccc 1px solid;
    border-radius: 50%;
    background: #fff;
    z-index: 10;
    position: relative;
    color: #666;
    font-family: FontAwesome;
}

#feature-summary li a {
    text-decoration: none;
    font-size: 0.9em;
}

#feature-summary li a:hover {
    text-decoration: underline;
}

#feature-summary li:nth-of-type(1) span:before {
    content: "\f073";
}
#feature-summary li:nth-of-type(2) span:before {
    content: "\f153";
}
#feature-summary li:nth-of-type(3) span:before {
    content: "\f133";
}
#feature-summary li:nth-of-type(4) span:before {
    content: "\f0c0";
}
#feature-summary li:nth-of-type(5) span:before {
    content: "\f0d0";
}
#feature-summary li:nth-of-type(6) span:before {
    content: "\f0f3";
}

#feature-summary li div:nth-of-type(1) {
    margin: 0 0 10px 16px;
    padding-left: 25px;
    border-left: #ccc 1px solid;
}

#feature-summary li div:nth-of-type(1):after {
    border-bottom: 1px solid #ccc;
    content: '';
    display: block;
    margin-left: -25px;
    width: 30%;
}

#feature-summary li div div:nth-of-type(1):after {
    border: none !important;
}

#feature-summary li h2 {
    margin: 0 0 25px 0;
    font-size: 1.3em;
    text-align: left;
    font-weight: bold;
}

#feature-summary li ul {
    margin: 10px 0 0 0;
}

#references-photo-carroussel-list li {
    background-size: 89% 80px;
    background-position: 5px 5px;
    transition: background-size 0.2s, background-position 0.2s;
}
#references-photo-carroussel-list li:hover {
    background-size: 100% 90px;
    background-position: 0 0;
}
.klantenvertellen-simple-container {
    right: -80px;
    z-index: 20;
}
.col220 {
    margin-left: 0;
}
#header2 #login-btn {
    background: #520959;
    color: #fff;
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: bolder;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    top: 10px;
    right: 10px;
    z-index: 10;
}
#header2 #login-btn::after {
    content: "\f090";
    margin-left: .3em;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

#footer {
    background: #696c74;
    color: #fefefe;
}

#footer p,
#footer a {
    color: #fefefe;
}

#footer a {
    font-size: 1em;
}
#footer-bottom {
    background: #efefef;
    color: #696c74;
    height: 160px;
}

#footer-bottom ul {
    margin-top: 10px;
}

#footer-bottom li {
    display: block;
    float: left;
    font-size: 0.6em;
    border-left: #696c74 1px solid;
    padding-left: 1em;
    margin-right: 1em;
}
#footer-bottom li:first-child {
    border: none;
    padding-left: 0;
}
#footer-bottom li a {
    font-size: 1.4em;
}

#footer-bottom p,
#footer-bottom a {
    color: #696c74;
    font-size: 0.9em;
}
#visual-overlay-1 {
    position: absolute;
    bottom: -30px;
    left: -20px;
    z-index: 10;
}
#visual-overlay-2 {
    position: absolute;
    bottom: -30px;
    right: 0px;
    z-index: 10;
}
#visual-overlay-3 {
    position: absolute;
    bottom: -30px;
    left: 0px;
    z-index: 10;
}
.content-flex ul {
    width: 960px;
    margin: 0 auto;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}
.content-flex li {
    width: 320px;
    font-size: 1.2em;
    margin-bottom: 20px;
    text-align: center;
}
.content-flex h2 {
    margin: 0;
}
.content-flex h3 {
    margin: 1em 0;
}

#content-intro,
.content-flex {
    text-align: center;
}
#content-intro {
    margin-top: 20px;
    margin-bottom: 60px;
}
#content-intro button {
    margin: 40px 0 20px 0;
}
#content-intro h2 span {
    font-size: 1em;
    font-weight: bold;
}

#content-intro ul {
    width: 600px;
    margin: 0 auto;
}

#content-intro p {
    max-width: 720px;
    margin: 0 auto;
}

#content-intro li {
    text-align: center;
    display: block;
    float: left;
    width: 200px;
}

#content-intro li a {
    font-size: 1.2em;
    text-decoration: none;
}

.content-box h2,
.content-box p,
.content-box button {
    color: #fff;
}

.content-box.content-box-white h2,
.content-box.content-box-white p,
.content-box.content-box-white button {
    color: #1a1a1a;
}

.content-box .product-header {
    float: left;
    margin: 0 10px 10px 0;
}

.content-box h2 {
    font-size: 1.8em;
    line-height: 1.3em;
    margin: 0  0 1.3em 0;
    padding-top: 20px;
}

.content-box .product-header:after {
    border-bottom: 3px solid #696c74;
    content: '';
    display: block;
    width: 60px;
    margin-top: 65px;
}

.content-box.content-box-white h2:after {
    border-bottom: 3px solid #696c74;
}

.content-box p {
    max-width:300px;
}

.content-box-wide p {
    max-width:100%;
}

.content-box-wide p {
    text-align: justify;
}

.content-box button,
.content-box.content-box-purple #content-7 a,
.content-box.content-box-blue #content-7 a,
.content-box.content-box-purple #content-8 a,
.content-box.content-box-blue #content-8 a{
    color: #fff;
    border: #fff 1px solid;
    background: #7c2b83;
    padding: 6px;
    text-transform: none;
    border-radius: 4px;
    font-size: 16pt;
    font-weight: bolder;
    text-decoration: none;
}

.content-box.content-box-blue #content-7 a,
.content-box.content-box-blue #content-8 a {
    background: #29abe2;
}

.content-box button:hover,
.content-box.content-box-purple #content-7 a:hover,
.content-box.content-box-blue #content-7 a:hover,
.content-box.content-box-purple #content-8 a:hover,
.content-box.content-box-blue #content-8 a:hover{
    background: #fff;
    color: #7c2b83;
}

.content-box.content-box-blue #content-7 a:hover,
.content-box.content-box-blue #content-8 a:hover {
    color: #29abe2;
}
.content-box-white button {
    background: #fff;
    border-color: #696c74;
}
.content-box-blue button {
    background: #29abe2;
}
.content-box-blue button:hover {
    color: #29abe2;
}
.content-box-white button:hover {
    color: #fff;
    background: #696c74;
}

.content-box > div {
    width: 960px;
    margin: 0 auto;
}
.content-box > div > div {
    height: 500px;
}
.content-box-wide > div > div {
    height: auto;
}

.content-box.content-box-left.content-image-1,
.content-box.content-box-right.content-image-1 {
    background-image: url(/img/blockheaders/header-500-left.jpg);
    background-position: calc(50% + 400px) top;
}

.content-box.content-box-left.content-image-2,
.content-box.content-box-right.content-image-2 {
    background-image: url(/img/blockheaders/header-500-right.jpg);
    background-position: calc(50% - 400px) top;
}

.content-box.content-box-left.content-image-4,
.content-box.content-box-right.content-image-4 {
    background-image: url(/img/blockheaders/header-apps.jpg);
    background-position: calc(50% + 450px) top;
}

.content-box.content-box-left.content-image-9,
.content-box.content-box-right.content-image-9 {
    background-image: url(/img/blockheaders/afbeelding-9.jpg);
    background-position: calc(50% + 450px) top;
}

.content-box.content-box-left.content-image-10,
.content-box.content-box-right.content-image-10 {
    background-image: url(/img/blockheaders/afbeelding-10.jpg);
    background-position: calc(50% + 450px) top;
}

.content-box.content-box-left.content-image-11,
.content-box.content-box-right.content-image-11 {
    background-image: url(/img/blockheaders/banner-links-1.jpg);
    background-position: calc(50% - 380px) top;
}

.content-box.content-box-left.content-image-12,
.content-box.content-box-right.content-image-12 {
    background-image: url(/img/blockheaders/banner-links-2.jpg);
    background-position: calc(50% - 380px) top;
}

.content-box.content-box-left.content-image-13,
.content-box.content-box-right.content-image-13 {
    background-image: url(/img/blockheaders/banner-links-3.jpg);
    background-position: calc(50% - 450px) top;
}

.content-box.content-box-left.content-image-14,
.content-box.content-box-right.content-image-14 {
    background-image: url(/img/blockheaders/banner-links-4.jpg);
    background-position: calc(50% - 450px) top;
}

.content-box.content-box-left.content-image-16,
.content-box.content-box-right.content-image-16 {
    background-image: url(/img/blockheaders/banner-rechts-1.jpg);
    background-position: calc(50% + 450px) top;
}

.content-box.content-box-left.content-image-17,
.content-box.content-box-right.content-image-17 {
    background-image: url(/img/blockheaders/banner-rechts-2.jpg);
    background-position: calc(50% + 400px) top;
}

.content-box.content-box-left.content-image-19,
.content-box.content-box-right.content-image-19 {
    background-image: url(/img/blockheaders/app-rechts-2.jpg);
    background-position: calc(50% + 450px) top;
}

.content-box.content-box-left.content-image-20,
.content-box.content-box-right.content-image-20 {
    background-image: url(/img/blockheaders/app-rechts-3.jpg);
    background-position: calc(50% + 450px) top;
}

.content-box.content-box-left.content-image-21,
.content-box.content-box-right.content-image-21 {
    background-image: url(/img/blockheaders/kassasysteem-links.jpg);
    background-position: calc(50% - 450px) top;
}

.content-box.content-box-left.content-image-22,
.content-box.content-box-right.content-image-22 {
    background-image: url(/img/blockheaders/app-rechts-4.jpg);
    background-position: calc(50% + 450px) top;
}

.content-box.content-box-left.content-image-23,
.content-box.content-box-right.content-image-23 {
    background-image: url(/img/blockheaders/kassasysteemfoto.jpg);
    background-position: calc(50% - 300px) top;
}

.content-box.content-box-left.content-image-24,
.content-box.content-box-right.content-image-24 {
    background-image: url(/img/blockheaders/leisurewidgetfoto.jpg);
    background-position: calc(50% + 320px) top;
}

.content-box.content-box-left.content-image-25,
.content-box.content-box-right.content-image-25 {
    background-image: url(/img/blockheaders/leisurefoto2.jpg);
    background-position: calc(50% + 420px) top;
}


.content-box.content-box-left {
    background-size: auto 500px;
    background-repeat: no-repeat;
    background-position: calc(50% + 800px - 288px + 30px);
}
.content-box.content-box-right {
    background-size: auto 500px;
    background-repeat: no-repeat;
    background-position: calc(50% - 740px + 288px - 30px);
}

.content-box.content-box-left > div > div:nth-of-type(1) {
    background-color: #29abe2;
    width: calc(35% - 30px);
    padding-right: 30px;
    float: left;
}
.content-box.content-box-left.content-box-purple > div > div:nth-of-type(1) {
    background: #7c2b83;
}
.content-box.content-box-white {
    background-color: #fff;
}
.content-box.content-box-left.content-box-white > div > div:nth-of-type(1) {
    background: #fff;
}
.content-box.content-box-left > div > div:nth-of-type(2) {
    position: relative;
    float: left;
    width: 65%;
}
.content-box.content-box-left > div > div:nth-of-type(2) svg {
    display: block;
    width: 110px;
    height: 500px;
    background: transparent;
    position: absolute;
    /*top: 1px;*/
    left: -1px;
}

.content-box.content-box-right > div > div:nth-of-type(2) {
    background-color: #29abe2;
    width: calc(35% - 30px);
    padding-left: 30px;
    float: left;
}
.content-box.content-box-right.content-box-purple > div > div:nth-of-type(2) {
    background-color: #7c2b83;
}
.content-box.content-box-right.content-box-white > div > div:nth-of-type(2) {
    background-color: #fff;
}
.content-box.content-box-right > div > div:nth-of-type(1) {
    position: relative;
    float: left;
    width: 65%;
}
.content-box.content-box-right > div > div:nth-of-type(1) svg {
    display: block;
    width: 110px;
    height: 500px;
    background: transparent;
    position: absolute;
    right: -2px;
    bottom: 0;
}

.content-box.content-box-blue {
    background-color: #29abe2;
}
.content-box.content-box-purple {
    background-color: #7c2b83;
}

#subbranche {
    position: relative;
    height: 500px;
}
#subbranche-bkg {
    position: absolute;
    top: 0;
    height: 500px;
    width: 100%;
}
.subbranche-1 #subbranche-bkg {
    background: #29abe2 url(/img/subbranche-1.jpg) no-repeat top right;
}
.subbranche-10 #subbranche-bkg {
    background: #29abe2 url(/img/subbranche-10.jpg) no-repeat top right;
}
.subbranche-9 #subbranche-bkg {
    background: #29abe2 url(/img/subbranche-9.jpg) no-repeat top right;
}
.subbranche-6 #subbranche-bkg {
    background: #29abe2 url(/img/subbranche-6.jpg) no-repeat top right;
}
.subbranche-7 #subbranche-bkg {
    background: #29abe2 url(/img/subbranche-7.jpg) no-repeat top right;
}
.subbranche-11 #subbranche-bkg { /* leisure */
    background: #29abe2 url(/img/subbranche-11.jpg) no-repeat top right;
}

#subbranche-overlay {
    position: absolute;
    top: 0;
    height: 500px;
    width: 100%;
    background: #333;
    opacity: 0.3;
}

.subbranche-6 #subbranche-overlay,
.subbranche-10 #subbranche-overlay {
    background: #333;
    opacity: 0.3;
}

#subbranche-content {
    position: relative;
    top: 0;
    width: 960px;
    margin: 0 auto;
    color: #fff;
    padding-top: 30px;
}
.container-landing #content-2 {
    width: 100%;
    margin: 0;
}
#subbranche-content h1 {
    text-align: center;
    color: #fff;
    max-width: 560px;
    margin: 0 auto;
    line-height: 40px;
}

#image-shortlist {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

#image-shortlist li {
    padding: 10px;
    border: #cecece 1px dotted;
    margin: 10px;
}
#subbranche-content > ul {
    width: 840px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    color: #fff;
    margin: 30px 40px;
}

#subbranche-content > ul > li:first-of-type li {
    text-align: right;
}
#subbranche-content > ul ul {
    margin-top: 45px;
}
#subbranche-content > ul > li li,
#subbranche-content > ul > li li a {
    color: #fff;
    margin-bottom: 8px;
    font-size: 22px;
    text-decoration: none;
}
#subbranche-content > ul > li li a {
    text-decoration: underline;
}
#subbranche-content > ul > li {
    width: 220px;
    padding: 5px 20px;
}

#header2 {
    background: #29abe2 url(/img/header-bkg-2.jpg) no-repeat top right;
    background-position: calc(50% + 230px) top;
    height: 500px;
}

#header2.landing-1 {
    background: #29abe2 url(/img/header-landing-11.jpg) no-repeat top right; /* vrije tijd, sport en ontspanning */
    background-position: calc(50% + 260px) top;
}

#header2.landing-6 {
    background: transparent url(/img/header-landing-6.jpg) no-repeat top right; /* onderwijs */
    background-position: calc(50% + 460px) top;
}

#header2.landing-7 {
    background: transparent url(/img/header-landing-7.jpg) no-repeat top right; /* medisch */
    background-position: calc(50% + 460px) top;
}

#header2.landing-9 {
    background: transparent url(/img/header-landing-9.jpg) no-repeat top right; /* beauty */
    background-position: calc(50% + 460px) top;
}

#header2.landing-10 {
    background: transparent url(/img/header-landing-10.jpg) no-repeat top right; /* zakelijke dienstverlening */
    background-position: calc(50% + 460px) top;
}

#header2.landing-11 {
    background: transparent url(/img/header-landing-1.jpg) no-repeat top right; /* leisure */
    background-position: calc(50% + 460px) top;
}

#header-bar2 {
    height: 50px;
    background: #4d4d4d;
}
#header-bar2 #nav {
    width: 960px;
    margin: 0 auto;
}
#header-bar2 #nav li {
    padding: 0;/* 1.7em;*/
    height: 50px;
    margin: 0;
    line-height: 50px;
}

#header-bar2 #nav li a {
    height: 50px;
    padding: 0 1.7em;
    line-height: 50px;
    display: inline-block;

}
#header-bar2 #nav li:hover {
    background: #29abe2;
}
#header-bar2 #nav li a {
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    text-transform: none;
}
#header-bar2 #nav li.active-item {
    background: #7c2b83;
}

#header2-inner {
    width: 960px;
    margin: 0 auto;
    height: 500px;
    position: relative;
    background: transparent;
}
#header2-content {
    width: 444px;
    position: relative;
    left: 0px;
    height: 500px;
    background: #29abe2;
    float: left;
}

#header2-bkg {
    background: #29abe2;
    height: 500px;
    width: calc(50% - 480px);
    position: absolute;
    top: 0;
    left: 0;
}
#header2 svg {
    display: block;
    width: 110px;
    height: 500px;
    background: transparent;
    position: relative;
    left: -1px;
}

#header-visual {
    position: absolute;
    left: 0;
    bottom: 30px;
}

#logo {
    position: absolute;
    left: 0;
    top: 10px;
}

#header2-content > div {
    height: 330px;
    position: relative;
    padding-top: 170px;
}
#header2-content p {
    margin: 0;
}
#header2-content a {
    color: #fff;
    font-size: 1.3em;
}

#header2-content h1 {
    margin: 0 0 15px 0;
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    max-width: 450px;
}

#content-intro ul li img {
    opacity: 0.8;
    width: 71px;
    margin: 5px;
    transition: width 0.1s, margin 0.1s;
}

#content-intro ul li img:hover {
    opacity: 1;
    width: 81px;
    margin: 0;
}

.content-flex ul li img {
    opacity: 0.8;
    width: 280px;
    margin: 5px;
    transition: width 0.1s, margin 0.1s;
}

.content-flex ul li img:hover {
    opacity: 1;
    width: 290px;
    margin: 0;
}

.img-pager {
    background: #aaa;
    border-radius: 10px;
    padding: 5px;
    width: calc(5 * 19px);
    opacity: 0.7;
}

#pager-3 {
    width: calc(5 * 19px);
}

.img-pager li {
    background: url(/img/pager.png) no-repeat;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    display: block;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.img-pager li.active-item,
.img-pager li:hover {
    background: url(/img/pager-active.png) no-repeat;
    background-size: 14px 14px;
}

#pager-1 {
    position: absolute;
    top: 115px;
    left: 205px;
    z-index: 20;
}
#pager-3 {
    position: absolute;
    top: 190px;
    left: 320px;
}
#img-pager-1,
#img-pager-2,
#img-pager-3,
#img-pager-4 {
    position: absolute;
    overflow: hidden;
}
#img-pager-1 {
    left: 48px;
    top: 178px;
    width: 424px;
    height: 265px;
}
#img-pager-2 {
    left: -10px;
    top: 257px;
    width: 130px;
    height: 230px;
}
#img-pager-3 {
    left: 174px;
    top: 245px;
    width: 384px;
    height: 240px;
}
#img-pager-4 {
    left: 8px;
    top: 261px;
    width: 130px;
    height: 230px;
}
#img-pager-1 > div {
    position: absolute;
    left: 0;
    top: 0;
    transition: left 0.3s;
    width: calc(5 * 424px);
}
#img-pager-2 > div {
    position: absolute;
    left: 0;
    top: 0;
    transition: left 0.3s;
    width: calc(5 * 130px);
}
#img-pager-3 > div {
    position: absolute;
    left: 0;
    top: 0;
    transition: left 0.3s;
    width: calc(5 * 484px);
}
#img-pager-4 > div {
    position: absolute;
    left: 0;
    top: 0;
    transition: left 0.3s;
    width: calc(5 * 130px);
}
#img-pager-1 > div > div,
#img-pager-2 > div > div,
#img-pager-3 > div > div,
#img-pager-4 > div > div,
#img-pager-5 > div > div {
    float: left;
}

#contact-form2 h2 {
    font-size: 3em;
    line-height: 1em;
    /*line-height: auto;*/
    padding-top: 70px;
    margin: 0 0 40px 0;
    font-family: Quicksand,sans-serif;
    font-weight: 300;
    text-align: center;
}
#contact-form2 h2:after {
    display: none;
}
#contact-form2 button {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16pt;
    font-weight: bolder;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    margin: 0 auto;
    background: #6ab119;
}
#content-intro3 {
    width: 100%;
}

.band-container.slant-gray {
    border-top: #eee 5px solid;
}


.feature-list {
    padding-top: 10px;
}
.feature-list h2 {
    text-align: center;
    font-size: 3em;
    line-height: 1em;
    margin: 70px 0 40px 0;
    font-family: Quicksand,sans-serif;
    font-weight: 300;
}
.feature-list h2:after {
    display: none;
}
.content-breakout > div {
    width: 100% !important;
}

#branche-shortlist li {
    position: relative;
}

#branche-shortlist li span {
    position: absolute;
    width: 280px;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    bottom: 0;
    text-align: center;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

#header-icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    width: 330px;
    position: absolute;
    top: 90px;
    right: 30px;
}

#header-icons li {
    width: 110px;
    height: 110px;
    text-align: center;
    padding: 0;
    margin: 0;
}

#header-icons-small {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    width: 308px;
    position: absolute;
    bottom: -10px;
    margin: 20px 0;
}

#header-icons-small li {
    width: 67px;
    height: 77px;
    text-align: center;
    padding-right: 10px;
    margin: 0;
}
#header2 p {
    margin: 0;
    position: absolute;
    bottom: 15px;
    width: 520px;
    z-index: 10;
}

.content-box-demo ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.content-box-demo ul li {
    width: calc(50% - 30px);
    margin: 0;
    padding-right: 30px;
}

.content-box-demo ul li h2 {
    font-size: 1.4em;
}

.content-box-demo ul li p {
    font-size: 16px;
    margin: 10px 0;
}

.content-box-demo.content-box-white ul li button.button-5 {
    background: #6ab119;
    border:none;
    border-radius: 4px;
    color: #fff;
    width: 100%;
}


#more-than {
    width:960px;
    margin:0 auto;
    padding: 20px 0;
    color: #262626;
}
#more-than h1 {
    text-align: center;
    max-width: 600px;
    font-size: 3em;
    line-height: 1.1em;
    margin: 0 auto;
    color: #262626;
    margin-bottom: 1.5em;
}
#more-than .content-box-white {
    background: transparent;
}

#more-than .content-box-white h2,
#more-than .content-box-white p {
    color: #262626;
}

#col-2-container {
    width:960px;
    margin:0 auto;
    padding: 20px 0;
}

.col-3,
.col-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    width: 960px;
}

.col-2 li {
    width: 480px;
}

.col-2 .content-box > div {
    width: 440px;
    padding-right: 40px;
}

.col-3 li {
    /*width: calc(33% - 40px);*/
    padding: 15px;
}

.col-3 .content-box > div {
    width: 290px;
}

@media screen
and (max-device-width: 640px) {

    .col-3 li,
    .col-3 .content-box > div {
        width: 100%;
    }
    .col-products .content-box.content-box-white h2 {
        font-size: 3em !important;
    }
    .col-products li > span {
        margin-right: 2em;
    }
    #references4 li {
        display: none;
    }
    #references4 li:first-of-type {
        display: block;
    }
    #references4 {
        margin-bottom: 3em;
    }
    #feature-summary li {
        width: 100%;
        font-size: 2em;
        line-height: 2em;
    }
    /*#feature-summary li a {
        font-size: 2em;
        line-height: 2em;
    }*/
    #feature-summary li h2 {
        font-size: 3em;
        font-weight: normal;
    }
    .content-flex li,
    .content-flex ul li img,
    #branche-shortlist li span {
        width: 100%;
    }
    #branche-shortlist li span {
        font-size: 2em;
        padding-bottom: 1em;
    }
    #contact-form2 button {
        font-size: 2em;
    }
    #header2-content p a {
        display: none;
    }
    #header-bar2 #nav li a {
        font-size: 1em;
    }
    #content-intro li a {
        font-size: 1.6em;
    }
    #content-intro button {
        display: none;
    }
    #content-intro p {
        max-width: 90%;
        margin-top: 1em;
    }
    .col-products .content-box button {
        font-size: 2em !important;
    }
    #feature-summary {
        margin: 2em 5%;
    }
    #feature-summary li li:nth-child(n+6) {
        display: none;
    }
    .content-box.content-box-left > div > div:nth-of-type(1),
    .content-box.content-box-right > div > div:nth-of-type(2) {
        width: 100%;
        padding: 0 0 1em 0;
    }
    .content-box.content-box-left > div > div:nth-of-type(2),
    .content-box.content-box-right > div > div:nth-of-type(1) {
        display: none;
    }
    .content-box p {
        max-width: 90%;
        margin: 15px auto;
    }
    .content-box h2 {
        font-size: 3em;
        max-width: 90%;
        margin: 0 auto;
    }
    .content-box button,
    .content-box.content-box-purple #content-7 > a,
    .content-box.content-box-blue #content-7 > a,
    .content-box.content-box-purple #content-8 > a,
    .content-box.content-box-blue #content-8 > a {
        margin: 0 5%;
        font-size: 2em !important;
    }
    .content-box.content-box-purple #content-7 p a,
    .content-box.content-box-blue #content-7 p a,
    .content-box.content-box-purple #content-8 p a,
    .content-box.content-box-blue #content-8 p a {
        font-size: 1em;
    }

    #more-than h1 {
        max-width: 95%;
        font-size: 4em;
        text-align: center;
    }

    input:focus::-webkit-input-placeholder,
    input:focus:-moz-placeholder,
    input:focus::-moz-placeholder,
    input:focus:-ms-input-placeholder {
        color: #cecece;
    }
    :focus::placeholder {
        color: #cecece;
    }

    .content-box > div > div {
        height: auto;
        /*min-height: 500px;*/
    }

    .content-box {
       /* background-image: none !important;*/
    }

    .col-products li > span {
        margin-right: 1em !important;
    }

    .content-box #references4 h2 {
        font-size: 2.3em !important;
    }

    .col300 {
        width: calc( 33% - 20px);
    }
    .col220 {
        width: 30%;
    }

    #footer a {
        font-size: 1.3em;
    }
    #col-2-container ul.col-2:first-of-type {
        margin-top: 2em;
    }
    .col-2 li {
        width: 100%;
    }
    .col-2 .content-box > div {
        width: 100%;
        padding: 0;
    }
    .content-box .product-header {
        margin: 0 10px 10px 5%;
    }
    .col-2 li:nth-of-type(odd) {
        margin-bottom: 1em;
    }
    .col-2 button {
        margin: 1em 5% 2em 5%;
    }
    .faq {
    }
    button.c2a {
        font-size: 1.1em;
        margin: 1em 0;
    }
    .faq h1 {
        font-size: 2.3em;
        margin: 0.5em 5% 1em 5%;
    }
    .faq h2 {
        font-size: 2em;
        margin: 0.5em 5% 1em 5%;
    }
    .faq h4 {
        font-size: 1.6em;
        line-height: 1.4em;
        margin: 0 5% 1em 5%;
    }
    .tinymce h3 {
        margin: 1em 5% 0.3em 5%;
        font-size: 2.5em;
    }
    .tinymce ul,
    .tinymce ol {
        margin-left: 5%;
    }
    .tinymce h4 {
        margin: 10px 5%;
        font-size: 2.5em;
    }
    .tinymce h2 {
        margin: 1em 5%;
        font-size: 2em;
    }
    .tinymce h1 {
        margin: 10px 5%;
        font-size: 3em;
    }
    .tinymce em {
        font-size: 1em;
    }
    .tinymce span.ic img {
        max-width: 100%;
        width: 100% !important;
    }
    .tinymce p {
        margin: 10px 5%;
    }
    .tinymce p a,
    .tinymce ul li a {
        font-size: 1em !important;
    }
    .tinymce p span,
    .content-box > div > p > span {
        font-size: 1em !important;
    }
    .carrousel {
        margin: 0 auto;
        padding: 0 !important;
    }
    #subnav-container {
        width: 100%;
        float: none;
    }
    #subnav-container > ul {
        margin: 0 5%;
    }
    #subnav li {
        float: left;
        margin-right: 1em !important;
    }
    #subnav li li.active-item a {
        font-weight: bold !important;
    }
    #subnav li li.active-item li a {
        font-weight: normal !important;
    }
    #subnav li li.active-item li.active-item a {
        font-weight: normal !important;
    }
    #subnav-container li li.active-item {
        display: inline;
    }
    #subnav-container {
        border-bottom: #cecece 1px solid;
        margin-bottom: 1em;
    }
    #subnav-container li.active-item,
    #subnav-container li li {
        display: inline;
        margin-right: 1em;
    }
    #subnav-container li li ul li {
        margin-right: 1em;
    }
    #content div:nth-of-type(2) {
        margin-left: 0 !important;
    }
    .form-row {
        width: 90%;
        float: none;
        margin: 0 auto !important;
    }
    .form-label label {
        font-size: 2em;

    }
    .form-label {
        margin: 1em 0 !important;
    }
    .tinymce .form-button {
        text-align: center;

    }
    .tinymce .form-row input,
    .tinymce .form-row select,
    .tinymce .form-row-wide textarea {
        width: calc(99% - 0.6em);
    }

    .tinymce #home-form .form-row textarea {
        width: calc(99% - 0.6em);
        margin-top: 20px;
        font-size: 2em;
    }
    .tinymce .form-button button {
        width: 90%;
        padding: 1em;
    }
    .tinymce #home-form div:nth-of-type(2) {
        margin: 0 5% !important;
    }
    #subnav-container p {
        margin: 0 5%;
    }
    #subnav-container p a,
    #subnav-container p strong {
        font-size: 1em;
    }
    #home-form {
        float: none !important;
    }
    #map_canvas {
        width: 100% !important;
    }
    #directions-form {
        width: 90%;
        margin: 0 auto;
    }
    #directions-form .form-row {
        width: 45% !important;
        margin-right: 9% !important;
    }
    #directions-form .form-row:nth-of-type(2) {
        margin-right: 0 !important;
    }
    #directions-form button {
        width: 100% !important;
    }
    .tinymce #home-form input,
    .tinymce #home-form textarea,
    #directions-form input {
        border: #aaa 1px solid;
        padding: 0.3em;
    }
}

@media screen
and (-webkit-device-pixel-ratio: 3)  {
    .col-3 li {
        width: 100% !important;
    }
    .col-3 .content-box > div {
        width: auto !important;
    }
}
#references4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

#references4 li {
    width: calc(50% - 20px);
    background: #fff;
    margin: 20px 0;
    position: relative;
    min-height: 280px;
}
#references4 li:nth-of-type(odd){
    margin-right: 20px;
}
#references4 li:nth-of-type(even){
    margin-left: 20px;
}

#references4 li img {
    /*height: 60px;*/
    width: 100px;
}

@media screen
and (max-device-width:640px) {
    #references4 li {
        width: 100%;
        margin: 20px 0 !important;
    }
}

.img-container {
    width: 100px;
    height: 100px;
    float: left;
    margin: 20px;
    border-bottom: #29abe2 4px solid;
    overflow: hidden;
}

#references4 li button {
    position: absolute;
    bottom: 20px;
    right: 0;
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-size: 0.9em;
}

.content-box #references4 h2,
.content-box #references4 p {
    color: #6e6e6e;
}

.content-box #references4 p {
    margin-left: 140px;
    margin-right: 30px;
}

.content-box #references4 h2 {
    font-size: 1.3em;
}

.col-products .content-box.content-box-white h2:after {
    border: none;
}
.col-products .content-box.content-box-white h2 {
    font-size: 1.3em;
    line-height: 50px;
    margin: 0 0 5px 0;
}

.col-products li > h2 {
    overflow: visible;
}
.col-products li > span {
    float: left;
    margin-right: 5px;
}
.col-products li > span:not(.fr) {
    width: 50px;
    height: 50px;
    background-size: 350px 350px;
}

.col-products .content-box.content-box-white p {
    margin: 0;
}

.col-products .content-box.content-box-white p:nth-of-type(1):before {
    content: '';
    display: block;
    width: 50px;
    border-top: #333 5px solid;
    margin-bottom: 2em;
}

.col-products .content-box.content-box-white p:nth-of-type(2) {
    margin-top: 1em;
}

.col-products .content-box.content-box-white button {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 1em;
    color: #333;
    margin: 1em 0;
    clear: both;
    display: block;
}

.col-products .content-box.content-box-white button:after {
    content: ' >';
}
.col-products .content-box.content-box-white button:hover {
    text-decoration: underline;
}

.icon-bubble .fr {
    width: 50px;
    height: 50px;
    margin: 11px;
    background-size: 350px 350px;
}

.icon-bubble {
    position: absolute;
    top: -90px;
    right: -170px;
    background: #fff;
    opacity: 0.7;
    border: #fff 1px solid;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    z-index: 10;
}
.icon-bubble-left {
    left: -240px;
}
#nav li:last-of-type,
#nav li:nth-last-of-type(2) {
    display: none;
}

#chat-application {
    right: 10px !important;
    left: auto !important;
}

.inline {
    display: inline-block;
    float: left;
    width: 23em;
    height: 2.6em;

}

.wrap {
    display: table;
    height: 2.6em;
}

.wrap h2 {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3em;
    height: 2.6em;
    padding: 0;
}

#footer ul li.last-item ul {
    display: none;
}

.content-box.content-products p {
    max-width: 600px !important;
}

.collapsable {
    position: relative;
}
.collapsable ul {
    display: none;
    position: absolute;
    z-index: 1001;
}
.collapsable:hover ul {
    display: block !important;
}
.collapsable ul li {
    display: block !important;
    background: #696c74;
    width: 22em;
}
.collapsable ul li:hover {
    background: #7c2b83 !important;
}

.collapsable ul li a {
    width: calc(22em - 3.4em);
}

#mobile-nav-container,
#mobile-nav-btn {
    display: none;
}

.mobile-c2a,
.mobile-notice {
    display:none;
}

.hl {
    vertical-align: middle;
    display: inline-block;
    margin: 0 2px;
    padding: 0 5px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    background-color: #fafafa;
    color: #262626;
}
.ht {
    color: #b3b3b3;
    font-weight: 400;
    font-size: 0.8em;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.ht strong {
    font-size: 1em;
}

#blogs li {
    width: 450px;
    float: left;
    margin-bottom: 2em;
}

#blogs li:nth-of-type(odd) {
    margin-right: 60px;
}

#blogs li h1 {
    margin-bottom: 0;
}


#package-info-2-mobile,
#package-info-3-mobile {
    display: none;
}

@media screen
and (max-device-width: 640px) {

    .mobile-c2a {
        display:block;
    }

    .mobile-notice {
        display:block;
    }

    .mobile-c2a {
        /*width: 100%;
        font-size: 2em;*/
        /*width: 45%;
        font-size: 2em;
        position: absolute;
        top: 13em;
        left: 1em;*/

        width: 80%;
        font-size: 2em;
        position: absolute;
        /* top: 13em; */
        /* left: 1em; */
        margin: 0 auto;
        margin-top: 1em;
        margin-left: 10%;
        padding: 1em;
        border-radius: 0.3em;
    }

    #verwerker-container button {
        width: 100%;
        font-size: 2em;
        margin-bottom: 1em;
    }
    #download-container p strong {
        font-size: 1em;
    }

    #mobile-nav-container,
    #mobile-nav-btn {
        display: block;
    }

    #nav-top,
    #header-visual,
    #header-bar2,
    #header2-content button {
        display: none !important;
    }

    #content-intro ul {
        width: 100%;
    }

    #content-intro ul li img {
        width: 60%;
    }
    #content-intro ul li img:hover {
        opacity: 1;
        width: 70%;
        margin: 0;
    }

    #content-intro li {
        width: 33%;
    }
    #content-intro li a {
        font-size: 2.6em;
    }
    #content-intro li a img {
        margin-bottom: 2em;
    }
    .content-box button, .content-box.content-box-purple #content-7 > a, .content-box.content-box-blue #content-7 > a, .content-box.content-box-purple #content-8 > a, .content-box.content-box-blue #content-8 > a {
        font-size: 2.6em !important;
        width: 90%;
        padding: 0.5em;
        margin-bottom: 1em;
    }

    .col-products .content-box.content-box-white button {
        font-size: 2.6em !important;
        width: 100%;
        padding: 0.5em;
        border-radius: 4px;
        border: #ccc 1px solid;
    }
    .col-products .content-box.content-box-white button:after {
        content: '';
    }
    .content-box p {
        max-width: 90%;
    }
    .col-products .content-box.content-box-white p {
        margin: auto;
    }
    .col-products .content-box.content-box-white h2 {
        text-align: center;
        margin: 1em 0;
    }
    .content-box h2 {
        text-align: center;
        max-width: 100%;
    }
    #content-8 p a {
        padding:  1em 0 !important;
        border-radius: 4px;
        border: #ccc 1px solid;
        display: block;
        font-size: 1em !important;
        text-align: center;
        margin-bottom: 2em;
    }
    .col-3.col-products li span.fr,
    .col-products .content-box.content-box-white p:before {
        display: none;
    }

    #content-9 .content-flex {
        display: none;
    }

    .container-home #feature-summary li ul {
        display: none;
    }

    #feature-summary > li {
        min-height: auto;
        margin-bottom: 0;
    }

    #contact-form2 .form-label label {
        bottom: -50px;
    }
    #contact-form2 .form-row input, #contact-form2 .form-row-wide textarea {
        font-size: 3em;
        padding: 0.5em;
    }
    .form-row input, .form-row select, .form-row-wide textarea {
        width: calc(100% - 3em);
        margin: 0 1em;
    }
    #contact-form2 .form-label label {
        margin-left: 2em;
    }
    #contact-form2 button {
        width: calc(100% - 1em);
    }
    #feature-summary li span {
        display: none !important;
    }
    #feature-summary li div {
        margin: 0;
        border: none !important;
        padding-left: 0 !important;
    }
    #feature-summary li div:after {
        border-bottom: none !important;
    }

    #feature-summary li h2 {
        /*text-align: center;*/
    }

    .klantenvertellen-container {
        display: none;
    }

    .col220 {
        display: none;
    }

    .col300 {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    float: none !important;
}
    .col300:nth-of-type(0) {
        display: none;
    }

    #footer li {
        line-height: 3em;
    }
    #footer a {
        font-size: 2.6em;
        padding: 0.5em 0;
    }
    #footer h4 {
        font-size: 3em !important;
    }
    #culture {
        width: calc( 100% - 2em) !important;
        font-size: 2.6em !important;
    }
    .social li {
        width: 20%;
        margin: 0;
    }
    .social li img,
    .social li img:hover {
        width: calc(80% - 10px);
        transition: none;
    }

    #menu-footer-1 > li {
        display: none;
    }

    #menu-footer-1 > li.first-item {
        display: block;
    }
    .social {
        margin: 3em auto;
    }
    .error {
        max-width: 100%;
    }
    .feature-list h2,
    .content-box h2{
        font-size: 5em;
        line-height: 1.3em;
    }
    #more-than h1 {
        margin: 2em 0 1em 0;
        font-size: 5em !important;
        max-width: 100% !important;
    }
    .col-products .content-box.content-box-white h2 {
        font-size: 5em !important;
        line-height: 1.3em !important;
    }

    .content-box.content-box-left,
    .content-box.content-box-right {
        padding-top: 500px;
        background-position: left top !important;
    }

    #header-bar2 #nav li,
    #culture-switch,
    #login-btn {
        display: none;
    }

    .klantenvertellen-simple-container {
        display: none;
    }

    #logo,
    #logo a img {
        height: 12em !important;
    }
    #header2-content > div {
        padding-top: 15em;
    }

    #mobile-nav-btn {
        position: fixed;
        top: 0.3em;
        right: 0.3em;
        font-size: 2em;
        color: #fff !important;
        font-weight: bold;
        z-index: 99;
    }
    #mobile-nav {
        overflow-y: scroll;
    }
    #mobile-nav,
    #mobile-nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        height: 100%;
        z-index: 102;
        background: #fff;
    }
    #mobile-nav-overlay {
        width: 100%;
        background: #666;
        opacity: 0;
        z-index: 101;

    }
    #mobile-nav ul {
        margin: 0;
        padding: 0;

    }
    #mobile-nav ul li {
        border-bottom: #cecece 1px solid;
        border-top: #efefef 1px solid;
        margin: 0;
        padding: 0;
        width: 99%;

    }
    #mobile-nav ul li a {
        font-size: 3em;
        text-decoration: none;
        background: #fff;
        display: block;
        width: 80%;
        padding: 1em;
    }
    #mobile-nav .collapsable ul {
        /*display: inline-block !important;*/
    }

    #mobile-nav .collapsable ul {
        position: relative;
        width: 100%;
    }
    #mobile-nav ul li li {
        border: none;
    }
    #mobile-nav ul li span {
        font-size: 1em;
        position: absolute;
        right: 0.5em;
        top: 0.6em;
    }
    #mobile-nav ul li li a {
        width: auto;
        padding-left: 2em;
        line-height: 1em;
    }
    #mobile-nav-container #mobile-nav,
    #mobile-nav-container #mobile-nav-overlay {
        left: -100%;
    }
    #mobile-nav-container.active #mobile-nav,
    #mobile-nav-container.active #mobile-nav-overlay {
        left: 0;
    }
    #mobile-nav-container.active #mobile-nav-overlay {
        opacity: 0.6;
    }
    #mobile-nav-container #mobile-nav {
        transition: all 0.2s;
    }
    #mobile-nav-container #mobile-nav-overlay {
        transition: opacity 0.2s;
    }
    #mobile-products {
        position: relative;
    }
    #mobile-products ul {
        display: block !important;
    }
    #mobile-products.collapsable ul {
        display: none !important;
    }

    #content {
        padding: 0.5em 2em;
        width: calc(100% - 4em);
    }
    #content a {
        text-decoration: underline;
        text-decoration-color: #cecece;
        text-decoration-style: dotted;
    }
    #content h1 {
        font-size: 4.6em;
        line-height: 1em;
    }
    .form-row {
        float: inherit;
        width: 100%;
    }
    .form-row input, .form-row-wide textarea {
        width: calc( 100% - 2em);
    }
    .form-row select {
        width: 100%;
        font-size: 3em;
    }
    .form-row input,
    .form-row select {
        font-size: 2em;
        padding: 1em;
        margin: 0;
        border: #cecece 1px solid;
    }
    .form-button button {
        width: 100%;
        font-size: 2em;
        margin: 1em 0;
    }
    .form-button button div {
        font-size: 2em;
        line-height: 1.2em;
        font-weight: normal;
    }
    .form-label label {
        font-size: 2.6em;
    }
    #faq-search-bar {
        width: calc(100% - 2em) !important;
        font-size: 1em;
    }
    #faq-search-bar input {
        font-size: 1.8em;
        padding: 0.3em;
        width: 70% !important;
    }
    #faq-search-bar button {
        font-size: 1.8em !important;
        width: 20%;
        padding: 0.3em !important;
    }
    #support-list > li {
        width: 100% !important;
        margin: 0 0 0.3em 0 !important;
    }
    #support-list > li div {
        font-size: 2em !important;
    }
    #support-list li ul li {
        width: calc(50% - 3em);
        padding: 0;
        margin: 0;
    }
    #support-list li ul li h3 a {
        line-height: 1.4em;
    }
    #support-list li ul li h3 {
        font-size: 2.6em !important;
        margin: 1em 0 !important;
    }
    #support-list li ul li p {
        font-size: 2.2em !important;
    }
    #support-list li.active-item ul {
        display: inline-block !important;
        margin-left: 0 !important;
    }

    #innerFooter {
        width: calc(100% - 4em );
        padding: 2em;
    }

    .content-box.content-box-wide span.fr {
        display: none;
    }

    #contact-form2 .form-row input,
    #contact-form2 .form-row-wide textarea  {
        margin: 0 0.5em;
    }
    .tinymce .form-button button {
        width: calc(100% - 1em);
    }

    .tinymce #home-form div:nth-of-type(2) {
        margin: 0 !important;
    }
    .tinymce .form-row input, .tinymce .form-row select, .tinymce .form-row-wide textarea {
        width: calc(100% - 1em);
        padding: 1em;
        font-size: 3em;
    }
    #subnav-container {
        display: none;
    }
    .tinymce h1 {
        margin: 0;
    }
    #content-6 td {
        display: block;
        width: calc(100% - 2em);
        padding: 1em;
        font-size: 2.6em;
        line-height: 1.8em;
    }
    #content-6 td iframe {
        width: calc(100% - 2em);
        height: 40em;
    }
    .content-box.content-products li {
        font-size: 2.6em;
        line-height: 1.8em;
    }
    .content-box.content-products p {
        width: 100%;
    }
    #content-products-1 {
        padding: 0.5em !important;
    }
    #content-products-1 div:nth-child(1) {
        display: none;
    }
    #content-products-1 div:nth-child(2) {
        margin-left: 0 !important;
    }
    .content-box.content-products p {
        max-width: 100% !important;
    }
    #content-products-1 h1,
    #content-products-2 h1,
    #content-products-3 h1 {
        font-size: 4.8em !important;
    }
    .heading {
        padding: 2em;
        margin-bottom: 1.6em;
    }
    #header {
        padding-bottom: 0;
        border: none;
        background: transparent;
    }
    #header-inner {
        height: 12em !important;
    }
    #header-content {
        background: transparent;
        opacity: 0;
    }
    #header-inner .slant-right-slant div {
        display: none;
    }
    #content-products-1 div:nth-of-type(2) {
        padding: 2em;
    }
    .content-box.content-products li {
        list-style: inherit;
        margin: 0 0 0 1em;
        font-size: 3em;
    }
    #content-products-1 button,
    #content-products-2 button,
    #content-products-3 button {
        font-size: 1.6em !important;
        width: 100%;
    }
    #content-products-1 p,
    #content-products-2 p,
    #content-products-3 p {
        font-size: 3em;
    }
    #content-products-2 p {
        max-width: 90% !important;
    }
    #content-products-2 div:nth-of-type(1) {
        width: 100% !important;
        float: none !important;
        padding: 0 0 0 2em !important;
    }
    #content-products-2 > div:nth-of-type(2),
    #content-products-3 > div:nth-of-type(1) {
        display: none;
    }
    #content-products-3 > div:nth-of-type(2) {
        margin-left: 0 !important;
        padding: 2em;
    }
    #content-products-4 > div:nth-of-type(1),
    #content-products-5 > div:nth-of-type(2),
    #content-products-6 > div:nth-of-type(1) {
        width: 90% !important;
    }
    #content-products-4 > div:nth-of-type(1) h1,
    #content-products-5 > div:nth-of-type(2) h1,
    #content-products-6 > div:nth-of-type(1) h1 {
        width: 100%;
        max-width: 100% !important;
        padding: 1em;
    }
    #content-products-4 > div:nth-of-type(2),
    #content-products-6 > div:nth-of-type(2) {
        margin: 2em !important;
        padding: 1em !important;
    }
    #content-products-5 > div:nth-of-type(2) {
        margin: 0 !important;
    }
    #content-products-5 > div:nth-of-type(1) {
        display: none;
    }
    #to-top,
    #to-contact {
        bottom: 1em;
        left: -9em;
        font-size: 6em;
        line-height: 5em;
        width: 9em;
        height: 9em;
    }
    #to-contact {
        bottom: 0.5em;
        width: 1.5em;
        height: 1.5em;
    }
    #to-top i,
    #to-contact i {
        font-size: 6em;
        margin-top: 0.25em;
    }
    #to-top div,
    #to-contact div {
        bottom: 2em;
        left: -9em;
        width: 9em;
        height: 9em;
    }
    #to-top.active,
    #to-top.active div {
        left: 13.5em !important;
    }
    #to-contact,
    #to-contact div {
        left: 2em;
    }
    #to-contact.active,
    #to-contact.active div {
        left: 2em !important;
    }
    #chat-application {
        display: none;
    }
    .tinymce p iframe {
        width: 100%;
    }
    .form-label {
        width: 100% !important;
    }
    .oanl-list-noindent li {
        list-style: inherit;
        margin: 0 0 0 1em;
        font-size: 3em;
        line-height: 1em;
    }
    .rc .form-row label {
        font-size: 3em;
        line-height: 1.2em;
    }
    .rc .form-row label a {
        font-size: 1em;
    }
    .rc .form-row input[type=checkbox] {
        width: 1em;
        height: 1em;
    }
    .rc #submit-btn {
        width: 100%;
        font-size: 2em;
        margin: 1em 0;
    }

    .rc #submit-btn div {
        font-size: 1.6em;
        padding: 0.5em;
    }

    .package-info h2 {
        font-size: 3em;
    }

    .package-info tr td {
        padding: 1em;
    }
    .package-info tr td span {
        font-size: 2em;
        line-height: 2em;
    }

    .package-info tr td:nth-of-type(2),
    .package-info tr td:nth-of-type(3),
    .package-info tr td:nth-of-type(4),
    .package-info tr td:nth-of-type(5) {
        width: 2em !important;
        padding: 0;
        font-size: 2em;
    }

    .package-info-2 tr td:nth-of-type(2),
    .package-info-2 tr td:nth-of-type(3),
    .package-info-2 tr td:nth-of-type(4),
    .package-info-2 tr td:nth-of-type(5) {
        font-size: 1.5em;
    }

    #blogs li {
        width: 100%;
        float: left;
        margin-bottom: 2em;
    }

    #blogs li:nth-of-type(odd) {
        margin-right: 0;
    }

    #blogs .tinymce span.ic {
        width: calc(100% - 2em);
    }

    #blogs .tinymce p {
        margin: 0;
    }

    .blog-content h3 {
        font-size: 4em;
        line-height: 1em;
    }

    .blog-content img {
        width: 100% !important;
    }

    .hl {
        font-size: 1.2em;
        margin: 0.1em;
        padding: 0.3em;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 4px;
    }
    .ht {

        font-size: 2em;
        letter-spacing: .05em;

    }
    .ht strong {
        font-size: 2em;
    }


    #package-info-2,
    #package-info-3 {
        display: none;
    }

    #package-info-2-mobile,
    #package-info-3-mobile {
        display: block;
    }
}

.package-info tbody tr.row-header td {
    border-right: 0;
    padding-top: 2em;
}
.package-info tbody tr:nth-of-type(1) td {
    border-top: 0;
    border-right: 0;
}

.package-info tbody tr.row-header td span {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    font-size: 1em;
}

.package-info tbody tr.row-header td {
    text-align: center;
}

.product-container,
.product-container .content-box-white {
    background: #e6e6e6 !important;
}

.product-container .content-box button {
    background: #e6e6e6;
}

.product-container .content-box button:hover {
    background: #a0a0a0;
    color: #000;
}

/*#feature-summary li li a {
    color: #fff;
}*/

.product-intro p {
    text-align: center;
}

#menu-footer-3 ul li:nth-of-type(1) {
    display: none;
}

#widget-booking-header-navigation span,
#widget-booking-footer-navigation span {
    color:#fff;
}


#package-info-2 {
    position: relative;
    top: -20px;
}

#package-info-2 > h1,
#package-info-2-mobile > h1,
#package-info-2 > h2,
#package-info-2-mobile > h2,
#package-info-2 > p,
#package-info-2-mobile > p {
    text-align: center;
}

#package-info-2 > h1 {
    margin-bottom: 0;
    font-weight: bold;
}

#package-info-2 > p:nth-of-type(1) em,
#package-info-2-mobile > p:nth-of-type(1) em {
    font-style: italic;
    margin: 0 auto;
    margin-bottom: 1em;
    font-size: 1em;
    background: #efefef;
    padding: 0.3em;
    width: 24em;
}

#package-info-2-mobile > p:nth-of-type(1) em {
    font-size: 1.1em;
    width: auto;
    margin: 0;
    padding: 0.7em;
}


#package-info-2 > p:nth-of-type(2) {
    font-size: 0.8em;
}

#package-info-2-mobile > p:nth-of-type(1),
#package-info-2-mobile > p:nth-of-type(2),
#package-info-2-mobile > p:nth-of-type(3) {
    font-size: 2em;
}

#package-info-2-mobile > p:nth-of-type(2),
#package-info-2-mobile > p:nth-of-type(3) {
    font-size: 3em;
    line-height: 1em;
}

#package-info-2-mobile > p:nth-of-type(2),
#package-info-2-mobile > p:nth-of-type(3) {
    margin: 0 0 0.5em 0;
}

#package-info-2 > p:nth-of-type(2) i {
    color: rgba(149, 200, 35, 1);
    font-size: 1.4em;
    margin: 0 1em;
}

#package-info-2 > h2 {
    font-size: 0.9em;
    max-width: 34em;
    margin: 0 auto;
}

#package-info-2-mobile > h2 {
    font-size: 3em;
    line-height: 1em;
}

#package-info-2-mobile > h2 a {
    font-size: 1em;
}

#package-info-2 > ul,
#package-info-3 > ul {
    width: 860px;
    margin: 0 auto;
}

#package-info-2-mobile > ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

#package-info-2 > ul > li {
    display: block;
    float: left;
    width: 25%;
}

#package-info-2-mobile > ul > li {
    border: #000 1px solid;
    border-radius: 2em;
    padding: 2em;
    margin-bottom: 2em;
}

#package-info-2 > ul > li h1,
#package-info-2-mobile > ul > li h1 {
    height: 3em;
    margin: 0;
    text-align: center;
    font-size: 1.4em;
    line-height: 3em;
}

#package-info-2-mobile > ul > li h1 {
    height: 2.5em;
}

#package-info-2-mobile > ul > li {
    position: relative;
}

#package-info-2-mobile > ul > li h1 {
    font-size: 4em;
    text-align: right;
    font-weight: bold;
    width: 40%;
}

#package-info-2 > ul > li.highlight h1 {
    line-height: 0.5em;
    padding-top: 0.8em;
    height: 2.2em;
}

#package-info-2-mobile > ul > li.highlight {
    overflow: hidden;
    position: relative;
}

#package-info-2-mobile > ul > li.highlight > div:nth-of-type(1){
    background: #7cbc33;
    width: calc(100% + 2em);
    position: absolute;
    top: 0;
    left: 0;
    height: 10em;
}

#package-info-2-mobile > ul > li.highlight > div:nth-of-type(1) h1,
#package-info-2-mobile > ul > li.highlight > div:nth-of-type(2) h2,
#package-info-2-mobile > ul > li.highlight > div:nth-of-type(1) h1 span,
#package-info-2-mobile > ul > li.highlight > div:nth-of-type(2) h2 span {
    color: #fff;
}

#package-info-2 > ul > li h1 span {
    text-transform: uppercase;
    font-size: 0.5em;
}

#package-info-2-mobile > ul > li h1 span {
    text-transform: uppercase;
    font-size: 0.7em;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 4.5em;
    display: block;
}

#package-info-2-mobile > ul > li.highlight > div:nth-of-type(2) h2 {
    top: 1em;
}

#package-info-2-mobile > ul > li.highlight > div:nth-of-type(2) {
    padding-top: 10em;
}

#package-info-2-mobile > ul > li.highlight > div:nth-of-type(1) span {
    position: relative;
    bottom: 0;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 2em;
}

#package-info-2 > ul > li div {
    border: #696c74 1px solid;
    border-right: none;
}

#package-info-2 > ul > li div h2,
#package-info-2 > ul > li div p {
    text-align: center;
}

#package-info-2 > ul > li div h2 {
    font-weight: bold;
    margin: 0.5em 0 0 0;
}

#package-info-2-mobile > ul > li div h2 {
    font-size: 2em;
    position: absolute;
    left: 45%;
    top: 2em;
    line-height: 1.1em;
}

#package-info-2-mobile > ul > li div h2 span {
    font-size: 1em;
}

#package-info-2 > ul > li div p:nth-of-type(1),
#package-info-2 > ul > li div p:nth-of-type(1) span {
    /*font-size: 0.8em;*/
    font-style: italic;
    /*line-height: 0.6em;*/
}

#package-info-2 > ul > li div p:nth-of-type(2) {
    font-size: 1em;
    font-weight: bold;
}

#package-info-2-mobile > ul > li div p:nth-of-type(1) {
    font-size: 3em;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

#package-info-2 > ul > li div p:nth-of-type(3),
#package-info-2-mobile > ul > li div p:nth-of-type(2) {
    font-size: 1em;
    font-style: italic;
}

#package-info-2-mobile > ul > li div p:nth-of-type(2) {
    font-size: 2.5em;
    text-align: center;
    margin: 0;
}

#package-info-2 > ul > li div p:nth-of-type(4) {
    font-size: 1em;
}

#package-info-2-mobile > ul > li div p:nth-of-type(3) {
    text-align: center;
    font-size: 2.5em;
    margin: 0;
}

#package-info-2 > ul > li div p:nth-of-type(4) span {
    font-style: italic;
}

#package-info-2 > ul > li div {
    padding: 0.5em 0.5em calc(0.5em + 3px) 0.5em;
}

#package-info-2 > ul > li.highlight div {
    padding-bottom: 0.5em;
}

#package-info-2 > ul > li:first-of-type div {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#package-info-2 > ul > li:last-of-type div {
    border-right: #696c74 1px solid;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#package-info-2 > ul > li:nth-of-type(3) div {
    border-left: none;
}

#package-info-2 button,
#package-info-2-mobile button {
    padding: 0.6em 1.6em;
    margin: 0 auto;
    margin-top: 1em;
    font-size: 0.9em;
    text-transform: none;
    text-align: center;
    display: block;
}

#package-info-2-mobile button {
    padding: 1em 2em;
    margin: 0 auto;
    margin-top: 1em;
    font-size: 2.6em;
    text-align: center;
    width: 80%;
    border-radius: 0.6em;
}

#package-info-2 > ul > li.highlight h1,
#package-info-2 > ul > li.highlight h1 span {
    background: #7cbc33;
    color: #fff;
}

#package-info-2 > ul > li.highlight div {
    border-color: #7cbc33;
    border-right-color: #7cbc33;
    border-right: #7cbc33 1px solid;
    border-width: 3px;
}

#package-info-2 > ul > li li {
    font-size: 0.7em;
}

#package-info-2 > ul > li li a {
    font-size: 1em;
}

#package-info-2-mobile > ul > li ul {
    width: 80%;
    margin: 0 auto;
}

#package-info-2-mobile > ul > li:nth-of-type(1) ul {
    width: 80%;
}

#package-info-2-mobile > ul > li li {
    font-size: 2.5em;
    line-height: 1.6em;
}

#package-info-2 > ul > li li:before,
#package-info-2-mobile > ul > li li:before {
    content: "\f00c";
    margin-right: 0.3em;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#package-info-2 > ul > li li.link:before,
#package-info-2-mobile > ul > li li.link:before {
    width: 1em;
    content: "";
}

#package-info-2-mobile > ul > li li.link a {
    font-size: 1em;
}

#package-info-2 .toggle,
#package-info-2-mobile .toggle {
    width: 59px;
    height: 25px;
    margin: 0 0.5em;
    top: 6px;
    display: inline-block;
    position: relative;
    background: inherit;
    background-color: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    border-color: #7cbc33;
    border-radius: 17px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

#package-info-2-mobile .toggle {
    width: 118px;
    height: 50px;
    margin: 0 0.5em;
    top: 12px;
    border-width: 4px;
    border-radius: 34px;
}

#package-info-2 .toggle img,
#package-info-2-mobile .toggle img {
    position: absolute;
    left: 3px;
    top: 2px;
    transition: left 0.3s;
}

#package-info-2-mobile .toggle img {
    left: 6px;
    top: 4px;
    width: 36px;
    height: 36px;
}

#package-info-2 .toggle.toggle-off img {
    left: 35px;
}

#package-info-2-mobile .toggle.toggle-off img {
    left: 70px;
}

#package-info-3 > h2 {
    text-align: center;
    font-size: 1em;
    margin-top: 2em;
}

#package-info-3 > p {
    text-align: center;
    font-size: 1em;
    font-style: italic;
}

#package-info-3 ul {
    border: #696c74 1px solid;
    border-radius: 3px;
    padding: 0.3em 0.3em 0 0.3em;
}

#package-info-3 ul li {
    position: relative;
    padding: 0.6em;
}

#package-info-3 ul li:first-of-type {
    border-bottom: #696c74 1px solid;
}

#package-info-3 ul li button {
    position: absolute;
    right: 20px;
    top: 30px;
    background: #fff;
    color: #696c74;
    border: #7cbc33 1px solid;
    border-radius: 3px;
    padding: 0.6em 1em;
    margin: 0;
    font-size: 0.8em;
    text-transform: none;
}

#package-info-3 ul li h2 {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}

#package-info-3 ul li p {
    max-width: 420px;
    margin: 0;
    font-size: 0.8em;
}

#package-info-3 ul li p:nth-of-type(2) {
    left: 510px;
    position: absolute;
    top: 1.5em;
    /*line-height: 0.7em;*/
    font-style: italic;
}

#package-info-3 ul li span.price {
    font-size: 1.2em;
    font-weight: bold;
    position: absolute;
    left: 460px;
    top: 35px;
}

#package-info-3 span.highlight,
#package-info-3-mobile span.highlight {
    background: #42afdd;
    border-radius: 1em;
    font-size: 0.8em;
    padding: 0.2em 0.8em;
    color: #fff;
    top: -4px;
    margin-left: 1em;
    position: relative;
}

#package-info-3 table {
    width: calc(100% + 1.8em);
    padding: 0;
    margin-left: -0.9em;
    position: relative;
    top: 0.6em;
    border-collapse: collapse;
}

#package-info-3 table td {
    border: #000 1px solid;
    border-bottom: none;
    width: 20%;
    padding: 1em 0.3em 0.3em 0.3em;
    text-align: center;
    vertical-align: top;
    position: relative;
    height: 90px;
}

#package-info-3 table td span {
    font-weight: bold;
    font-size: 0.9em;
}

#package-info-3 table td:nth-of-type(1) {
    border-left: 0;
}

#package-info-3 table td:nth-of-type(5) {
    border-right: 0;
}

#package-info-3 table td span.price {
    font-weight: normal !important;
    position: absolute;
    font-size: 0.8em;
    left: 0;
    top: 70px;
    width: 170px;
}



#package-info-3-mobile span.highlight {
    font-size: 2em;
    display: block;
    width: 12em;
    padding: 0.5em;
    margin: 0 auto;
    margin-top: 2em;
}

#package-info-3-mobile span.price {
    font-size: 4em;
    font-weight: bold;
    padding-top: 1em;
    display: block;
    width: calc(50% - 1em);
    text-align: right;
}

#package-info-3-mobile li {
    position: relative;
}

#package-info-3-mobile li p:nth-of-type(1) {
    font-style: italic;
    font-size: 2.4em;
    line-height: 1em;
    position: absolute;
    left: 50%;
    top: 3.2em;
}

#package-info-3-mobile li p:nth-of-type(2) {
    font-size: 2.5em;
    line-height: 1.2em;
    text-align: center;
    padding: 0 2.5em;
    margin: 2em 0 1em 0;
}

#package-info-3 > p:nth-of-type(1),
#package-info-3-mobile > p {
    text-align: center;
    font-style: italic;
    padding: 0 3em;
    font-size: 2.4em;
    margin-bottom: 2em;
    background: #efefef;
}

#package-info-3 > p:nth-of-type(1) {
    font-size: 1em;
    width: 24em;
    margin: 0 auto;
}

#package-info-3-mobile > h2 {
    text-align: center;
    font-size: 3em;
}

#package-info-3-mobile li {
    border: #000 1px solid;
    border-radius: 2em;
    padding: 2em;
    margin-bottom: 2em;
}

#package-info-3-mobile li h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3em;
}

#package-info-3-mobile button {
    padding: 1em 2em;
    display: block;
    margin: 0 auto;
    margin-top: 1em;
    font-size: 2em;
    text-align: center;
    width: 60%;
    border-radius: 0.6em;
    background: #fff;
    color: #696c74;
    border: #7cbc33 2px solid;
}


.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 20em;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 1em;
    border-radius: 6px;
    font-size: 1em;

    position: absolute;
    z-index: 1;
    top: 125%;
    left: 0;
    margin-left: 20px;

    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 0.9;
}


@media screen
and (max-device-width: 640px) {
    .tooltip .fa {
        font-size: 1em;
    }

    .tooltip .tooltiptext {
        width: 20em !important;
        font-size: 0.9em !important;
    }
}

.grecaptcha-badge {
    display: none;
}

#nav-top-inner button i.fa {
    font-size: 1em !important;
}

.slideup-enter .s-cookie-popup__wrapper {
    transform:translateY(120%)
}
.slideup-enter-to .s-cookie-popup__wrapper,
.slideup-leave .s-cookie-popup__wrapper {
    transform:translateY(0)
}
.slideup-leave-to .s-cookie-popup__wrapper {
    transform:translateY(120%)
}
.slideup-enter-active,
.slideup-leave-active {
    transition:all 2s ease-in-out
}
.popup-leave-to {
    display:none
}
.s-cookie-popup {
    position:relative;
    z-index:10001;
    transition:background-color .1s ease
}
.s-cookie-popup__wrapper {
    position:fixed;
    bottom:2rem;
    right:2rem;
    left:2rem;
    padding:2.5rem;
    color:#101e1e;
    background-color:#fff;
    border-radius:1rem;
    overflow:hidden;
    box-shadow:0 48px 48px -8px rgba(16,30,30,.5);
    transition:.2s;
    transition:all .2s ease
}
@media only screen and (min-width:48rem) {
    .s-cookie-popup__wrapper {
        left:inherit;
        width:292px;
        max-height:calc(100vh - 142px)
    }
}
@media only screen and (min-height:648px) {
    .s-cookie-popup__wrapper {
        max-height:550px
    }
}
.s-cookie-popup__cookie {
    display:block;
    width:100%;
    max-width:212px;
    margin:0 auto 1rem
}
@media only screen and (max-height:647px) {
    .s-cookie-popup__cookie {
        display:none!important
    }
}
@media only screen and (max-height:600px) {
    .s-cookie-popup__cookie {
        max-width:160px
    }
}
.s-cookie-popup__title {
    font-weight:500;
    margin-bottom:1rem;
}
.s-cookie-popup__text {
    line-height:1.8em;
}
.s-cookie-popup__text:not(:last-of-type) {
    margin-bottom:0
}
.s-cookie-popup__buttons-wrapper {
    display:grid!important;
    grid-template-columns:auto auto
}
.s-cookie-popup__button {
    margin-top:1.5rem
}
.s-cookie-popup__button--edit {
    padding-left:0;
    padding-right:20px;
    color:#007fff;
    background-color:transparent
}

.page-subtitle {
    font-size:1.375em;
    padding-top:1rem
}
.page-text {
    color:#aeb3bb;
    margin-bottom:10px
}
.collapse-title {
    margin-bottom:10px;
    color:#101e1e;
    font-weight:700;
    cursor:pointer
}
.setting-title {
    margin-top:15px;
    margin-bottom:5px;
    color:#101e1e;
    font-weight:700
}
.checkbox {
    margin-bottom:10px;
}
.checkbox:hover {
    cursor: pointer !important;
}
.collapse-item-active .collapse-icon {
    top: 5px;
    transform: rotate(180deg);
}
.collapse-icon {
    position:relative;
    top:7px;
    transition:all .2s ease
}
.collapse-item-active .collapse-content {
    height: 100%;
    transform: scaleY(1);
    transition:all 0.1s ease;
}
.collapse-content {
    height: 0;
    transform: scaleY(0);
    color:#aeb3bb;
    padding-left:30px;
    margin-bottom:10px;
    overflow:hidden;
    transition:all 0.1s ease;
}

.s-icon-svg {
    float: left;
}
.s-input__checkbox-label {
    margin-left: 2em;
    display: block;
}
@media screen and (max-device-width: 640px) {


    .s-cookie-popup__wrapper {
        max-height: 100%;
        min-height: 450px;
        width: auto;
        max-width: 600px;
        margin: 0 auto;
    }

    .s-cookie-popup__wrapper {
        position: fixed;
        bottom: 2rem;
        right: 2rem;
        left: 2rem;
        padding: 2.5rem;
        color: #101e1e;
        background-color: #fff;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: 0 48px 48px -8px rgba(16, 30, 30, .5);
        transition: .2s;
        transition: all .2s ease;
    }

    .s-grid__col-xs-12 {
        flex: 0 0 auto;
        flex-basis: 100%;
        max-width: 100%;
    }

    .s-grid__col-xs-12 {
        box-sizing: border-box;
        padding-right: .625rem;
        padding-left: .625rem;
        margin-bottom: 1.25rem;
    }

    .s-cookie-popup__title {
        font-size: 2.6em;
    }

    .s-cookie-popup__text {
        font-size: 2.6em;
    }

    .s-button {
        font-size: 2.6em;
    }

    h3,
    h4.collapse-title,
    .setting-title,
    .page-subtitle,
    .checkbox span,
    .checkbox div {
        font-size: 2.6em;
    }

    .setting-title {
        margin: 1em 0;
    }

    h4.collapse-title,
    .checkbox span,
    .checkbox div {
        line-height: 1.2em;
    }

    #js-accept-consent {
        width: calc(100% - 2em);
        font-size: 2.6em;
        padding: 1em;
        margin: 1em;
    }

    .s-icon-svg {
        width: 4em;
        height: 4em;
        float: left;
    }

    .checkbox span {
        margin-left: 2em;
    }

    .s-input__checkbox-label {
        display: block;
    }
}


.code {
    border-radius: 0.5rem;
    background: #eee;
    border: 1px solid #dee2e6;
    padding: 1rem;
}

.code pre {
    font-size: 0.8rem;
}

.tabs ul li {
    display: inline-block;
    list-style: none;
    height: 2rem;
    line-height: 2rem;
    background: #fff;
    padding: 0 1rem;
    margin: 0;
    border: #dee2e6 1px solid;
    border-radius: 0.5rem 0.5rem 0 0;
}
.tabs ul li.active {
    border-bottom-color: transparent;
    font-weight: bold;
}
.tabs > div {
    display: none;
}
.tabs > div.active {
    display: block;
    padding: 1rem 0;
}
.tabs > ul {
    border-bottom: #dee2e6 1px solid;
    margin: 0;
    padding: 0;
    height: 2rem;
}
