/**
 * Application css file
 *
 * This application provides the main style for Orbit
 *
 * PHP version 5
 */

/**
 * General reset of all CSS default style to stop inconcistensies across
 * browsers
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**
 * General html / body styling
 */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

@font-face {
    font-family: 'Lato Black';
    src: url('/g/font/lato-black-webfont.eot');
    src: url('/g/font/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
    url('/g/font/lato-black-webfont.woff2') format('woff2'),
    url('/g/font/lato-black-webfont.woff') format('woff'),
    url('/g/font/lato-black-webfont.ttf') format('truetype'),
    url('/g/font/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'Lato Bold';
    src: url('/g/font/lato-bold-webfont.eot');
    src: url('/g/font/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/g/font/lato-bold-webfont.woff2') format('woff2'),
    url('/g/font/lato-bold-webfont.woff') format('woff'),
    url('/g/font/lato-bold-webfont.ttf') format('truetype'),
    url('/g/font/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Lato Hairline';
    src: url('/g/font/lato-hairline-webfont.eot');
    src: url('/g/font/lato-hairline-webfont.eot?#iefix') format('embedded-opentype'),
    url('/g/font/lato-hairline-webfont.woff2') format('woff2'),
    url('/g/font/lato-hairline-webfont.woff') format('woff'),
    url('/g/font/lato-hairline-webfont.ttf') format('truetype'),
    url('/g/font/lato-hairline-webfont.svg#latohairline') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Lato Italic';
    src: url('/g/font/lato-italic-webfont.eot');
    src: url('/g/font/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('/g/font/lato-italic-webfont.woff2') format('woff2'),
    url('/g/font/lato-italic-webfont.woff') format('woff'),
    url('/g/font/lato-italic-webfont.ttf') format('truetype'),
    url('/g/font/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Lato Light';
    src: url('/g/font/lato-light-webfont.eot');
    src: url('/g/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('/g/font/lato-light-webfont.woff2') format('woff2'),
    url('/g/font/lato-light-webfont.woff') format('woff'),
    url('/g/font/lato-light-webfont.ttf') format('truetype'),
    url('/g/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Lato Regular';
    src: url('/g/font/lato-regular-webfont.eot');
    src: url('/g/font/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/g/font/lato-regular-webfont.woff2') format('woff2'),
    url('/g/font/lato-regular-webfont.woff') format('woff'),
    url('/g/font/lato-regular-webfont.ttf') format('truetype'),
    url('/g/font/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
    text-transform: uppercase;
    color: #1e22aa;
    font-family: "Lato Light";
    font-size: 26px;
}

.btn {
    -moz-box-shadow: inset 0 -2px 0 0 #c3c3c3;
    -webkit-box-shadow: inset 0 -2px 0 0 #c3c3c3;
    box-shadow: inset 0 -2px 0 0 #c3c3c3;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    color: #1e22aa;
    font-family: "Lato Regular";
    font-size: 12px;
    padding: 15px 34px;
    text-decoration: none;
    text-transform: uppercase;
    pointer-events: all;
}

/*  SECTIONS  */
.row {
    clear: both;
    padding: 0;
    margin: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    display: block;
    float:left;
    margin: 0 0 0 0;
}

.col-1:first-child,
.col-2:first-child,
.col-3:first-child,
.col-4:first-child,
.col-5:first-child,
.col-6:first-child,
.col-7:first-child,
.col-8:first-child,
.col-9:first-child,
.col-10:first-child,
.col-11:first-child,
.col-12:first-child {
    margin-left:0;
}

/*  GROUPING  */
.row:before,
.row:after {
    content:""; display:table;
}

.row:after {
    clear:both;
}

.row {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF TWELVE  */
.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66%;
}
.col-10 {
    width: 83.33%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66%;
}

.col-7{
    width: 58.33%;
}

.col-6{
    width: 50%;
}

.col-5 {
    width: 41.66%;
}

.col-4 {
    width: 33.33%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66%;
}

.col-1 {
    width: 8.333%;
}

div.wrapper {
height: auto;
margin: 0 auto;
}

div.topspacing {
    padding-top: 52px;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */



/**
 * The main wrapper definition
 * Complete with media queries too
 */

body {
    font-family: 'Lato Light', sans-serif;
}


@media all and (min-width:481px) and (max-width:1064px)
{
    #header,
    .wrapper nav.menu_row {
        width: 80%;
    }
    #header,
    .wrapper nav.menu_row  > ul.menu li{
        margin-right: 2%;
    }
}

@media screen and (min-width: 481px) and (max-width: 1440px) {
    .wrapper {
        width: 100%;
        max-width:1440px;
    }

    .wrapper > nav > ul.menu li {
        margin-right: 7%;
    }

    .menu_handle {
        display: none;
    }

    #header,
    .wrapper nav {
        margin: 0 16% 0 16%;
        width: 68%;
    }
    body { min-width: 980px }
}

@media all and (min-width:1440px) {
    .wrapper {
        width:1440px;
        max-width:1440px;
    }
    .wrapper > nav > ul.menu li {
        margin-right: 9%;
    }

    .menu_handle {
        display: none;
    }

    #header,
    .wrapper nav {
        margin: 0 16% 0 16%;
        width: 68%;
    }
}



/**
 * Header + Navigation
 */
.wrapper > #header,
.wrapper > #header #logo {
    height: 26px;
}

.wrapper > #header a.icon {
    float:right;
    min-width:17px;
    min-height: 15px;
    margin-top:5px;
    display:block;
}

.wrapper > #header a.icon:first-of-type {
    margin-right: 0;
}

.wrapper > #header a.icon {
    margin-right: 20px;
}

.icon.facebook {
    background-image: url('/g/i/icons/facebook.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.icon.twitter {
    background-image: url('/g/i/icons/twitter.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.icon.linkedin {
    background-image: url('/g/i/icons/linkedin.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.icon.pinterest {
    background-image: url('/g/i/icons/pinterest.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.icon.facebook.white {
    background-image: url('/g/i/icons/facebookwhite.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.icon.twitter.white {
    background-image: url('/g/i/icons/twitterwhite.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.icon.linkedin.white {
    background-image: url('/g/i/icons/linkedinwhite.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.icon.pinterest.white {
    background-image: url('/g/i/icons/pinterestwhite.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.wrapper > nav {
    margin-top:74px;
}

.wrapper > nav > ul.menu li {
    display: inline-block;
    list-style-type:none;
    vertical-align: middle;
}

.wrapper > nav > ul.menu li.active a {
    border-bottom: 5px solid #1e22aa;
    font-family: 'Lato Black', sans-serif;
    /*margin-top:5px;*/
    padding-bottom: 10px;
}

.wrapper > nav > ul.menu li:last-of-type {
    margin-right: 0;
}

.wrapper > nav > ul.menu li a {
    font-weight: 100;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    color:#1e22aa;
    padding-bottom: 15px;
    display: block;
    letter-spacing: 3px;
}

.wrapper > nav > ul.menu li.mobile-social a {
    min-width: 17px;
    margin-top: 14px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

#page-content {
    border-top:1px solid #d6d6d6;
}

#realcontent {
    min-height: calc(100vh - 179px - 160px - 105px); /*100vh - header - footer - marginfooter*/
}

/**
 * Product overview page styling
 */
ul.tabs,
div.frontProjects,
div.frontPage {
    list-style:none;
    width: calc(100% - 50px);
    margin: 25px 25px 0 25px;
    display: inline-block;
}

ul.tabs > li {
    display:inline-block;
    float:left;
    width: calc(100% / 3);
}

ul.tabs > li > a {
    position:relative;
    display:inline-block;
    overflow: hidden;
    width: 100%;
}

ul.tabs > li > a > img {
    min-width: 100%;
    max-width: initial;
    width: 101%;
    display:block;
}

ul.tabs > li > a:after {
    content:'';
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #000;
    opacity: 0.8;
}

ul.tabs > li.active > a:after,
ul.tabs > li > a:hover:after
{
    opacity: 0;
}

ul.tabs > li > a > span {
    display:block;
    position:absolute;
    top: 44%;
    left: 9%;
    color:#fff;
    text-transform: uppercase;
    font-size: 16px;
    z-index:15;
    letter-spacing: 2px;
}

ul.tabs > li > a > span.center {
    text-align: center;
    width: 100%;
    left: unset;
}

div.hero .slick-track {
    overflow:hidden;
}

div#filters {
    margin-top:47px;
    padding-bottom:20px;
    /*border-bottom: 1px solid #cccccc;*/
    margin:0 auto ;

}

div.border {
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

div.search {
    width:68%;
    margin:0 auto 0 auto;
    position:relative;
}

input.search::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
    line-height: 20px;

}

input.search:-moz-placeholder { /* Firefox 18- */
    color: #cccccc;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
    line-height: 20px;
}

input.search::-moz-placeholder {  /* Firefox 19+ */
    color: #cccccc;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
    line-height: 20px;
}


input.search:-ms-input-placeholder {
    color: #cccccc;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
    line-height: 20px;

}

input.search {
    border:none;
    width:100%;
    height:45px;
    font-size: 25px;
    border-bottom: 2px solid #e5e5e5;
    text-align: center;
    line-height: 20px;
    color: #cccccc;
    font-family: 'Lato Light';
    text-transform: uppercase;
}

div.search button {
    height: 43px;
    width: 43px;
    background-image:url('/g/i/icons/search_icon.png');
    background-repeat: no-repeat;
    position: absolute;
    right:0;
    top:0;
    border:none;
}

input.search:focus,
select.chosen:focus,
.chosen {
    outline: 0;
}

div.products {
    display: inline-block;
    width: 100%;
}

div.family {
    margin-top: 62px;
    display: inline-block;
    width: 100%;
}

div.products::after {
    clear:both;
    content:"";
}

#products
{
    width: 68%;
    list-style: none;
    margin: 66px auto 0 auto;
}

#products > li {
    float:left;
    width: 25%;
}

div.project #products > li {
    float:left;
    width: calc(100% / 6);
}

#products > li span.title {
    height: 60px;
    display: inline-block;
    font-size: 11px;
    padding-top: 5px;
    color: #4d4d4e;
    width: 90%;
}
#products > li > div {
    position: relative;
}
#products > li > div > a > span.new {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: #1d24ab;
    padding: 6px;
    font-size: 8px;
    text-transform: uppercase;
}

#products li a {
    float: left;
    margin: 1%;
    max-width: 90%;
    padding-bottom: 90%;
    width: 90%;
    position: relative;
}

#products > li a,
#products > li a:visited,
#products > li a:active {
    text-decoration: none;
}

#products  li a:hover + span.title {
    color: #1e22aa;
    font-family: 'Lato Bold', sans-serif;
}

#products > li a:hover img {
    border: 5px solid #1e22aa;
    max-width: calc(90% - 10px);
}


#products > li img {
    max-width: 95%;
    max-height: 95%;
    position: absolute;
    top: 0;
    left: 0;
}

div.filterSelect {
    width:68%;
    margin:24px auto 0 auto;
}
#productForm {
    width:100%;
}

div.filterSelect select {
    border:none;
}

div.filterSelect select:focus {
    border:none;
    outline: 0;
}

div.filterSelect select {
    width: 15%;
    font-size: 11px;
    color: #4d4d4e;
    margin-right:1.666667%;
    text-transform: uppercase;
}

div.filterSelect ul.chosen-results li {
    font-family: 'Lato Regular', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}

div.filterSelect a.chosen-single span {
    text-transform: uppercase;
    letter-spacing: 3px;

}

div#footer {
    margin-top: 100px;
    height: 160px;
    width: 100%;
    background-color: #e6e6e6;
    border-top: 5px solid #1e22aa;
    position: relative;
    bottom: 0;
}

div.address {
    margin-top:50px;
    margin-left:auto;
    margin-right:auto;
    color: #1e22aa;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    max-width: 85%
}

div.links {
    text-align: center;
    font-size:11px;
    text-transform: uppercase;
    margin-top:40px;
    margin-left:30px;
    margin-right:30px;
}

div.links > a,
div.links > a:hover,
div.links > a:visited,
div.links > a:active
{
    color: #4d4d4e;
    text-decoration: none;
    margin-right:10px;
}


div.breadcrumbs > ul {
    width:68%;
    list-style:none;
    margin: 0 auto 0 auto;
}

div.breadcrumbs > ul > li {
    font-size: 11px;
    color: #4d4d4e;
    float:left;
    text-transform: uppercase;
    margin-right: 5px;
}

div.breadcrumbs > ul > li.active {
    color: #1e22aa;
    font-family: "Lato Bold";
}

div.breadcrumbs:after {
    clear:both;
    display:inline-block;
    content:"";
}

div.product-data,
div.row.company,
div.contact {
    width: 68%;
    margin: 42px auto 0 auto;
}

div.product-data h1 {
    margin-bottom: 60px;
}

div.product-data table.articles {
    width: 100%;
}

table.articles a.article.active {
    font-weight: bold;
}

div.articleTable table.specifications {
    width: 90%;
}

div.articleTable h3 {
    text-align: left;
    font-family: 'Lato Black', sans-serif;
    color: #1e22aa;
    vertical-align: middle;
    text-transform: uppercase;
}

div.product-data table.articles th,
div.articleTable table.specifications th{
    text-align: left;
    font-family: 'Lato Black', sans-serif;
    color: #1e22aa;
    vertical-align: middle;
    font-size: 11px;
    text-transform: uppercase;
}



div.product-data table.articles tr,
div.articleTable table.specifications tr{
    border-bottom: 1px solid #c6c6c6;
}

div.product-data table.articles tr.group {
    margin-top:68px;
    display:block;
    border: none;
    height:30px;
}

div.product-data table.articles tr.group:first-child {
    margin-top: 0;
}

div.product-data table.articles td,
div.articleTable table.specifications td {
    font-size:11px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    vertical-align: middle;
}

table.specifications td.label {
    width: 40%;
    text-overflow: ellipsis;
}

div.product-data table.articles td a {
    text-decoration: none;
    color: #1e22aa;
}

div.product-data table.articles td img.icon {
    height: 28px;
    width: 28px;
}

table tr {
    height: 44px;
}

.image-holder {
    margin: 1%;
    max-width: 90%;
    padding-bottom: 90%;
    width: 90%;
    position: relative;
    margin-top: 0;
    overflow: hidden;
}

div#images div.image-holder img {
    max-width: 100%;
    position: absolute;
    width: 100%;
}

div.used-article {
    font-size: 13px;
    font-family:'Lato Bold', sans-serif;
    color:#1d24ab;
    margin-left: 7px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.slideImages {
    max-width: 90%;
    margin-top: 10px;
    margin-bottom : 50px;
    max-height: 82px;
}

div.slideImages div.slick-list.draggable {
    margin: 0 auto 0 auto;
    max-width:90%;
}

.small-image.slick-slide {
    max-width: 23%;
}

.small-image.slick-slide img {
    max-width:90%;
    margin: 0 auto 0 auto;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 56px;
    padding: 0;
    margin-top: -10px; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, 50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev
{
    background-image: url('/g/i/structure/prev.png');
    left: 0;
}

.slick-next
{
    background-image: url('/g/i/structure/next.png');
    right: 0;
}

div.slideImages .slick-track {
    /*width: 100% !important;*/
}

div.articleMain {
    margin-bottom: 20px;
}

.hidden {
    display: none !important; /* hidden class is important */
}

div.family div.middle {
    margin-top:50px;
    margin-bottom:50px;
}

div.family div.middle a {
    text-transform: uppercase;
    font-size: 11px;
    color:#1e22aa;
    text-decoration: none;
    font-family: 'Lato Black', sans-serif;
}

div.projectSegments ul.tabs > li {
    margin-bottom: -6px;
    width: 25%;
}

ul.tabber {
    width: 100%;
}

ul.tabber > li {
    float:left;
    margin-right: 15px;
}

ul.tabber > li > a {
    font-size: 11px;
    margin-right:5px;
    color: #1e22aa;
    padding-bottom:10px;
    display: block;
}

ul.tabber > li > a.active {
    font-family: Lato Bold;
    border-bottom: 1px solid #1e22aa;
}

ul.tabber > li > a,
ul.tabber > li > a:visited,
ul.tabber > li > a:focus {
    text-decoration: none;
}



.middle {
    text-align: center;
}

/**
 * Projects page!
 */
div.project.hero span.title {
    position: absolute;
    top: 320px;
    left: 25%;
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
}

div.project.hero span.button {
    position: absolute;
    top: 60%;
    left: 25%;
    display: inline-block;
    width: 50%;
    text-align: center;
}

div.project.project_detail {
    margin-top: -3px;
}

div.project.hero span.button a.btn.btn-normal {
    font-size: 25px;
}

.projectImage {
    min-width:100%;
    max-height:880px;
    overflow: hidden;
}

div.projectImage img {
    min-width: 100%;
}

div.projectDetails {
    width: 80%;
    margin: 70px auto 0 auto;
}

div.projectDetails p.details {
    font-size: 12px;
    margin-top: 80px;
    line-height: 20px;
    margin-bottom: 80px;
}

div.project_description,
div.blog_description {
    margin-top: calc(3% + 30px);
    margin-right: 30px;
    margin-bottom:0;
    margin-left:7%;
    color: #1e22aa;
}

div.project_description h3 {
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
    font-size: 25px;
}

div.blog_description h3{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 25px;
}

div.project_description p,
div.blog_description p {
    margin-top: 20px;
    font-size: 12px;
    line-height: 22px;
}


div.col-6 + div.col-6.projectFull {
    background-color: #1e22aa;
}

div.row.even .projectFullSocial {
    position: absolute;
    bottom: 20px;
    right: 20px;
    float:right;
}

div.row.even .projectFullRes {
    position: absolute;
    bottom: 20px;
    left: 20px;
    float:left;
}

div.row.even .projectFullSocial a.icon {
    margin-right: 20px;
    min-width:17px;
    min-height: 15px;
    margin-top:5px;
    display:inline-block;
}

div.row .projectFullSocial {
    position: absolute;
    bottom: 20px;
    right: 20px;
    float: right;
}

div.row .projectFullRes {
    position: absolute;
    bottom: 20px;
    left: 20px;
    float:left;
}

div.row .projectFullSocial a.icon {
    margin-right: 20px;
    min-width:17px;
    min-height: 15px;
    margin-top:5px;
    display:inline-block;
}

div.col-6 + div.col-6.projectFull > div.project_description {
    color: #fff;
}

div.project.row.relative:not(.even) div.projectFull,
div.blog.row.relative:not(.even) div.blogFull {
    left:0;
}

div.col-6.projectFull + div.col-6,
div.col-6.blogFull + div.col-6 {
    margin-left: 50%;
}

div.row div.col-6:first-child > div.project_description > span.tag,
div.row div.col-6:first-child > div.blog_description > span.tag {
    color: #1e22aa;
}

div.project_image > img,
div.blog_image > img,
div.company_image > img
{
    min-width: 100%;
    position: relative;
}

div.blog_video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
div.blog_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.home_image,
div.project_image
{
    min-width: 100%;
    position: relative;
    max-height:425px;
    overflow: hidden;
}

div.project_image.img-l {
    min-height:425px;
    max-height:425px;
}
div.project_image.img-p {
    min-height: 850px;
    max-height: 850px;
}

div.project_image.img-p a img {
    min-height: 850px;
    min-width: 100%;
    overflow: hidden;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

div.project_image.img-l a img {
    min-height: 425px;
    min-width: 100%;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

img {
    max-width:100%;
}

div.relative {
    position:relative;
}

span.tag {
    position: absolute;
    left: 7%;
    top: 12%;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

div.blog.even .blog_description {
    color: #fff;
}

div.blog span.tag {
    position: absolute;
    right: 7%;
    bottom: 7%;
    left: auto;
    top: auto;
    vertical-align: bottom;
}

div.blog .projectFullSocial {
    left: 7%;
    right:unset;
    /*bottom: 7% !important;*/
    top: unset;
    float: left;
    vertical-align: bottom;
}

div.blog span.tag {
    color: #1e22aa;
}

div.blog.even span.tag {
    color: #fff;
}

div.project.row {
    display: inline-block;
    width: 100%;
}

div.blog .blogFull{

}

div.blog.even .blogFull{
    background-color: #1e22aa;
}

div.blog.row,
div.home.row {
    margin-top: -6px;
    display: inline-block;
    width: 100%;
}

div.blog.row:first-of-type {
    margin-top: 10px;
}

div.projectFull,
div.blogFull {
    display: inline-block;
    position: absolute;
    top: 0px;
    bottom: 0px;
}

div.row.bottom-navigation {
    margin-top:70px;
    margin-bottom:70px;
}

p.testimonial {
    text-transform: uppercase;
    color: #000;
}

div.row.bottom-navigation a {
    display: block;
    width:100%;
    text-align: center;
    color: #1e22aa;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 3px;
    font-family: "Lato Regular", sans-serif;
}

div.row.bottom-navigation a:focus,
div.row.bottom-navigation a:visited {
    text-decoration: none;
    color: #1e22aa;
}

div.row.bottom-navigation a.disabled {
    color: #cccccc;
    cursor: default;
}

div.blog {
    margin-top: 10px;
}

div.hero + div.company.row {
    margin-top:92px;
    margin-bottom: 70px;
}



div.company div.col-6 h3,
div.company_description > h3 {
    font-size: 26px;
    font-family: "Lato Light";
    color: #1e22aa;
}

div.company > div.col-6 > p,
div.company_description > p {
    margin-top: 50px;
    margin-right: 20px;
    font-family: "Lato Light";
    font-size: 12px;
    line-height:22px;
    color: #4d4d4e;
    margin-bottom: 50px;
}

div.company > div.col-6.second > p {
    margin: 76px 0 0 20px;
}

div.companyLogo > div.col-6 > div.company_description {
    padding:55px 0 0 50px;
}

div.company_description > h4 {
    font-size: 11px;
    font-family: "Lato Regular", sans-serif;
    color: #4d4d4e;
    margin-bottom: 30px;
}

div.companyLogo {
     margin-bottom: 100px;
}

div.contact > h1 {
    font-size: 11px;
    color: #1d24ab;
    margin-bottom:15px;
}

div.contact > h2 {
    font-family: 'Lato Light', sans-serif;
    font-size: 26px;
    color: #1d24ab;
    text-transform: uppercase;

}

form {
    margin-top:34px;
}

form div.form_item {
    width:345px;
    margin-bottom:10px;
}

form div.form_item span label{
    width:100px;
    display:inline-block;
    text-align: right;
    font-size:11px;
    color:#1d24ab;
    font-weight: 700;
    text-transform: uppercase;
}

form label.aligntop {
    padding-top: 4px;
}

.aligntop {
    vertical-align: top;
}

form div.form_item input[type=text],
form div.form_item select,
form div.form_item textarea {
    margin-left:15px;
    height:22px;
    width:220px;
    border:1px solid #c6c6c6;
}

form div.form_item select {
    width: 222px;
    height:26px;
}

form div.form_item textarea {
    width:220px;
    height:50px;
}

form input[type='submit'].btn {
    margin-left:245px;
}


form div.form_item input.error {
    border:1px solid red;
}

div#contact_choice {
    width: 400px;
}

div#contact_choice > span > label {
    height:60px;
    float:left;
    margin-top:5px;
}
div#contact_choice > label > input {
    margin-right: 4px;
    margin-top: 4px;
}
div#contact_choice > label {
    margin-left: 18px;
    padding-right: 10px;
    display: inline-block;
    text-indent: -17px;
    padding-left: 17px;
    width: 224px;
    font-size:12px;
    text-transform: uppercase;
    color:#7b7c80;
}

form > input[type=submit] {
    height: 50px;
    width: 200px;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #1d24ab;
    color: #1d24ab;
    margin-left: 142px;
}

div.contact > p.info {
    text-transform: uppercase;
    margin-top:30px;
    margin-bottom: 10px;
    font-size: 12px;
}

div.home_image > a > h3 {
    position: absolute;
    left: 7%;
    top: 18%;
    color: #fff;
    text-transform: uppercase;
    line-height: 31px;
}

/********************
* Slick custom styling
********************/
.slick-slide {
    position:relative;
    /*max-height:551px;*/
    height: auto !important;
    overflow: hidden;
}

.slick-slide img {
    width:100%;
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 36px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    background-image: url('/g/i/structure/dots_normal.png');
    font-size: 6px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '�';
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.slick-dots li.slick-active button:before {
    width:15px;
    background-image: url('/g/i/structure/dots_active.png');
}

ul.pages {
    width: 68%;
    list-style: none;
    margin: 66px auto 50px auto;
    text-align: center;
}

ul.pages li {
    display: inline-block;
    list-style-type: none;
    vertical-align: middle;
    margin-right: 10px;
    color: #1e22aa;
}

ul.pages li.active a {
    font-family: "Lato Bold";
}

ul.pages li a {
    text-decoration: none;
}

.icons {
    width:33px;
    height: 33px;
    margin-right: 5px;
}

.energy {
    width:auto;
    height: 33px;
}

.energy:last-of-type {
    margin-right: 5px;
}

.title-row
{
    width:auto;
    height: 35px;
    margin-bottom:15px;
}

div.title-row > span.big-title {
    text-align:left;
    text-transform: uppercase;
    color: #1e22aa;
    font-family: "Lato Light";
    font-size: 20px;
}

div.title-row > span.small-title {
    text-align:left;
    text-transform: uppercase;
    color: #1e22aa;
    font-family: "Lato Light";
    font-size: 14px;
    line-height: 33px;
}

span.tag.blog {
    text-transform: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

.breadcrumbs li a,
.breadcrumbs li a:visited,
.breadcrumbs li a:hover {
    text-decoration: none;
    color: #1e22aa;
}

ul.footer {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

ul.footer li {
    display: block;
    float: left;
    margin-right: 10px;
}

ul.footer li a {
    color: #4d4d4e;
    text-decoration: none;
    margin-right: 10px;
}

div.first-title h1 {
    display: inline;
    font-family: 'Lato Bold';
}


div.first-title span.lamptype {
    text-transform: uppercase;
    font-size:10px;
    font-family: 'Lato Bold';
    padding-left:10px;
}

div.energylabel {
    text-align: right;
}

pre.pageload {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    color: #000;
    font-size:10px;
    z-index: 9999999;
    background: url('/g/i/speed/fast.png') #ddd no-repeat right 10px center;
    padding: 5px 40px 5px 10px;
}

pre.pageload.medium {
    background-image: url('/g/i/speed/medium.png');
}
pre.pageload.slow {
    background-image: url('/g/i/speed/slow.png');
}

ul#productpool {
    display:none;
}

#productSelect label {
    width: 100%;
    display: inline-block;
}

#productSelect .chosen-container,
#productSelect .chosen {
    width: 100%;
    font-size: 14px !important;
}

label.filter-description {
    width: 100%;
    text-transform: uppercase;
    color: #4d4d4e;
    font-size: 10px;
}

div.product-filter div.filters a:first-of-type {
    margin-left:10px;
}

div.product-filter div.filters a {
    font-size: 14px;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    color: #1e22aa;
}

div.product-filter div.filters a:visited {
    color: #1e22aa;
    text-decoration: none;
}

div.product-filter div.filters a.active {
    font-family: 'Lato Bold', sans-serif;
    text-decoration: underline;
}

table.data-pool {
    width: 100%;
}

table.data-pool tr {
    height : 30px;
    vertical-align: middle;
}

table.data-pool td {
    font-size:12px;
    vertical-align: middle;
    text-transform: uppercase;
    padding-right: 10px;
}

table.data-pool td a {
    font-family: 'Lato Bold', sans-serif;
    text-decoration: none;
    color: #4d4d4e;
}

table.data-pool td a.active {
    font-family: 'Lato Bold', sans-serif;
    color: #1e22aa;
}

table.data-pool td img {
    height: 25px;
    width: 22px;
    max-width: unset;
}

div.page {
    margin: 25px auto 100px auto;
    width: 68%;
}

td.label.icon {
    width: 50px;
    background-size: contain;
    background-repeat:no-repeat;

}

td.label.icon.drawingline {
    background-image: url(/g/i/icons/drawingline.png);
}

td.label.icon.installation {
    background-image: url(/g/i/icons/installation.png);
}

td.label.icon.ldtweb {
    background-image: url(/g/i/icons/ldtweb.png);
}

td.label.icon.drawing3d {
    background-image: url(/g/i/icons/drawing3d.png);
}

div.small-image.project {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
}

div.small-image > a {
    height: 100%;
    display: inline-block;
}

div.small-image > a > img.project {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

div.slick-track {
    position: relative;
}

img.imageChange {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

div.articleTable div.col-6:nth-child(2n )::after {
    content: '';
    clear:both ;
}

.project.hero {
    max-height: 500px;
    overflow: hidden;
}

div.project_description h3 a {
    text-decoration: none;
    color: inherit;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    background-image: none;
    color: rgb(0, 0, 0);
    -webkit-box-shadow:0 0 0px 1000px white inset;
}

div.disclaimer {
    color: #1e22aa;
    font-size: 13pt;
}

div.disclaimer h1{
    padding-bottom: 10px;
}

div.warranty {
    color: #1e22aa;
    font-size: 13pt;
}

div.warranty > h1{
    padding-bottom: 10px;
}

div.sitemap h1{
    padding-bottom: 10px;
    /*border-bottom: solid #C3C3C3 1px;*/
}

ol.sitemap {
    font-weight: bold;
}

ol.sitemap li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid #C3C3C3 1px;
}

ol.sitemap li.indent {
    padding-left: 25px;
    border: none;
}

ol.sitemap li a{
    text-decoration: none;
    color: #000;
}

a.hiresdownload {
    float: right;
    display: inline-block;
    margin-right: 9%;
    font-size: 11px;
    line-height: 15px;
    font-family:'Lato Bold', sans-serif;
}

.projectFullRes a.hiresdownload {
    float: initial;
    display: initial;
    margin-right: 9%;
    font-size: 11px;
    line-height: 15px;
    font-family:'Lato Bold', sans-serif;
}

div.row.even .projectFullRes a.hiresdownload {
    color: #ffffff;
}

div.row .projectFullRes a.hiresdownload {
    color: #1e22aa;
}

.hiresdownload img{
    float: left;
    padding-right: 20px;
    width: 15px;
    height: 15px;
}

/*Downloads page*/

.downloads div.row {
    padding-bottom: 45px;
    padding-top: 15px;
}

li.download_node_first {
    color: #1e22aa;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 15px;
}

li.download_node_second {
    border-top: solid black 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}

li.download_node_second a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
}

li.download_node_third {
    color: #000;
    font-size: 15px;
    padding-left: 35px;
    padding-bottom: 15px;
}

li.download_node_third a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
    font-size: 15px;
}

span.downloadsub {
    font-weight: normal;
    color: #C3C3C3;
}

/*Autosearch*/

div.autosearch {
    background-color: #ffffff;
    position: absolute;
    z-index: 999;
    max-height: 60vh;
    width: 100%;
    list-style: none;
    margin: 0px auto 0 auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

.autocomplete-family {
    padding: 16px;
}

.autocomplete-family img {
    width: 50%;
}

.autocomplete-imagecontainer {
    float: left;
}

.autocomplete-imagecontainer > span.title {
    float: left;
}

.autocomplete-imagecontainer > a > span.title{
    color: #1d24ab;
    font-weight: bold;
    font-size: 13px;
}

#autocomplete-hover span.new {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: #1d24ab;
    padding: 6px;
    font-size: 8px;
    text-transform: uppercase;
}

.autosearch span.title {
    height: 25px;
    display: inline-block;
    font-size: 15px;
    padding-top: 5px;
    color: #4d4d4e;
}

.autocomplete-image-link {
    display: inline-block;
    position: relative;
}

.wrapper > #header a.icon {
    float:right;
    min-width:17px;
    min-height: 15px;
    margin-top:5px;
    display:block;
}


.only-mobile {
    display: none !important;
}

@media all and (min-width:0) and (max-width:480px)
{
    .wrapper {
        background-color: transparent;
    }

    div.blog span.tag {
        position: absolute;
        right: 7%;
        bottom: 20px;
        left: auto;
        top: auto;
        vertical-align: bottom;
    }

    ul.footer li {
        display: block;
        float: left;
        margin-right: 0px;
    }


    div.address {
        margin-top:50px;
        margin-left:auto;
        margin-right:auto;
        color: #1e22aa;
        font-size: 11px;
        text-transform: uppercase;
        text-align: center;
        max-width: 95%
    }

    div.links {
        text-align: center;
        font-size:11px;
        text-transform: uppercase;
        margin-top:40px;
        margin-left:auto;
        margin-right:auto;
        max-width: 95%
    }

    div.wrapper {
        height: auto;
        margin: 0 auto;
        padding-top: 0px;
    }

    div.wrapper:first-of-type {
        padding-top: 15px;
    }

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        width: 100%;
        background-color: transparent;
    }

    #header,
    .wrapper nav
    {
        width: 100% !important;
        background-color: transparent;
    }

    #header {
        height: 100px;
    }

    #logo {
        padding-left:25px;
    }

    .wrapper > nav
    {
        margin-top:25px;
    }

    .company {

    }

    .col-2 {
        display:none;
        padding-right:25px;
    }

    .col-10 {
        /*padding-left:25px;*/
    }



    .col-6 {
        background-color: transparent;
        width:100%;
        margin:0;
    }

    .menu_handle {
        display: block;
        width: 26px;
        height: 26px;
        line-height: 50px;
        text-indent: -9999px;
        overflow: hidden;
        background: url(../i/icons/menu_handle.png) top right no-repeat #fff;
        background-size: 26px;
        padding: 0;
        position: absolute;
        top: 20px;
        right: 25px;
        left: auto;
        z-index: 1;
    }

    nav ul {
        display:none;
    }


    div.hero.home, div.hero.company {
        /*max-height:120px;*/
        height: auto;
        overflow: hidden;
    }

    div.hero .slick-track img {
        /*min-height: 225px; //551*/
        background-position: center;
        max-width: none !important;

        /* Make the background image cover the area of the <div>, and clip the excess */
        background-size: cover;
        overflow:hidden;
    }


    div.hero {
        height: 220px;
        overflow:hidden;
    }

    div.frontPage
    {
        list-style: none;
        width: 100%;
        margin: 5px 0px 0px 0px;
        display: inline-block;
    }

    div.frontPage div.col-6,
    div.frontPage div.row {
        margin-top: -3px;
    }

    div.home_image {
        min-width: 100%;
        max-height: 220px;
        position: relative;
    }

    ul.menu li {
        display: inline;
        width: 100%;
        text-align: center;
        height: 44px;
        vert-align: middle;
        border-bottom: 1px solid #C3C3C3;
        line-height: 48px;
    }

    .only-mobile {
        display: block !important;
    }

    .hidden-mobile {
        display: none !important;
    }
    .slick-dots {
        display: none !important;
    }

    div.project.hero span.title {
        position: absolute;
        top: 140px;
        left: 25%;
        display: inline-block;
        width: 50%;
        text-align: center;
        font-size: 25px;
        text-transform: uppercase;
        color: #fff;
    }

    div.col-6.projectFull + div.col-6,
    div.col-6.blogFull + div.col-6 {
        margin-left: 0%;
    }

    div.project > .project-product {
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: 16px;
        color: #1e22aa;
        font-size: 11px;
    }

    ul.tabs {
        width: 100%;
        margin: 0;
        display: inline-block;
    }

    ul.tabs > li:first-of-type {
        margin: 0;

    }
    ul.tabs > li {
        padding: 0;
        width:100%;
    }

    #products > li {
        float:left;
        width: 50%;
    }

    #products {
        width: 90%;
    }

    #products li a,
    #products li span {
        float:right;
    }

    #products li:nth-child(2n + 1) a,
    #products li:nth-child(2n + 1) span {
        float: left;
    }

    ul.menu li.active a {
        border-bottom: none !important;
        margin-top:0px !important;
    }


    #products, #productForm, #searchForm {
        margin-top:10px;
    }

    /* Product detail page */
    div.filterSelect select {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #C3C3C3;
    }
    div.breadcrumbs ul {
        width: 80%;
    }
    div.family {
        margin-top: 30px;
    }

    div.first-title h1 + span.lamptype {
        display:block;
        padding-left: 0px;
    }

    div.title-row {
        margin-top:15px;
    }

    div.energylabel.only-mobile {
        float:none;
        text-align: left;
        margin-bottom: 20px;
    }

    div.product-data {
        width:80%;
    }

    div.product-data div.image-holder {
        max-width:100%;
        padding-bottom: 100%;
        width: 100%;
        margin: 0%;
    }

    div.product-data div.used-article {
        margin-left:0px;
        font-family: "Lato Regular";
        font-weight: 200;
    }

    div.slideImages {
        width: 100%;
        margin-bottom: 5px;
    }

    div.slideImages div.slick-list.draggable {
        width: 100%;
        max-width: 100%;
    }

    .small-image.slick-slide {
        max-width: 100%;
    }

    .icons {
        width: calc(12.5% - 5px);
        height: calc(12.5% - 5px);
        margin-right: 5px;
    }

    div.product-filter div.filters a:first-of-type {
        margin-left:0px !important;
    }

    table tr {
        height: 20px;
    }

    table.data-pool {
        margin-bottom: 20px;
    }

    div#filters div.search {
        width: 100%;
        text-align: center;
    }

    div.autosearch {
        max-height: 100vh;
    }

    ol.autocomplete-articlecontainer, div.autocomplete-imagecontainer {
        text-align: left;
        margin-left: 25% !important;
    }

    .autocomplete-family {
        border-bottom: 1px solid #C3C3C3;
    }

    /** Projects **/
    div.projectSegments ul.tabs > li {
        width: 100%;
    }

    div.frontProjects, div.frontPage, div.filterSelect  {
        width: 95%;
        margin-top: 2.5%;
        margin-left: 2.5%;
        margin-bottom: 2.5%;
        margin-right: 2.5%;
    }

    div.project_image.img-l {
        min-height: 225px;
        max-height: 225px;
    }

    div.project_image.img-l img {
        min-height: 225px;
        max-height: 225px;
    }

    div.project_image.img-p {
        min-height: 450px;
        max-height: 450px;
    }

    div.projectFull, div.blogFull {
        position:relative;
        min-height: 225px;
    }

    div.project_description p, div.blog_description p {
        margin-bottom: 50px;
        font-size: 14px;
    }

    div.project #products > li {
        width: calc(100% / 2);
    }

    div.contact h2 p {
        font-size: 20px;
    }

    #contact label {
        display: none;
    }

    form div.form_item input[type=text], form div.form_item select, form div.form_item textarea {
        margin-left: 0px;
    }

    ::-webkit-input-placeholder { /* WebKit browsers */
        color: rgba(0, 0, 0, 0.4);
        padding-left: 10px;
        text-transform: uppercase;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    rgba(0, 0, 0, 0.4);
        opacity:  0;
        padding-left: 10px;
        text-transform: uppercase;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    rgba(0, 0, 0, 0.4);
        opacity:  0;
        padding-left: 10px;
        text-transform: uppercase;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    rgba(0, 0, 0, 0.4);
        padding-left: 10px;
        text-transform: uppercase;
    }

    #contact_choice, form div#contact_choice > label{
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0px;
    }

    form > input[type=submit] {
        width: 100%;
        margin-left: 0px;
    }

    form div.form_item, form div.form_item textarea, form div.form_item input[type=text] {
        width: 100%;
    }


    /*div.project_image.img-p img {
        min-height: 450px;
        max-height: 450px;
    }*/

    /*Downloads page*/
    .page .downloads img {
        width: 100vw;
    }

    /*Warranty page*/
    div.warranty > h1 {
        font-size: 17px;
        padding-bottom: 20px;
        font-weight: bold;
    }

    /*Disclaimer page*/
    div.disclaimer > h1 {
        font-size: 17px;
        padding-bottom: 20px;
        font-weight: bold;
    }

    /*Sitemap page*/
    div.sitemap > h1 {
        font-size: 17px;
        padding-bottom: 20px;
        font-weight: bold;
    }

    ol.sitemap li a{
        font-size: 13px;
    }

    /*Footer en Page zorgen voor enorme white gap onderaan generic pages*/
    /*Footer*/
    div#footer {
        margin-top: 10px;
    }

    /*Page element*/
    div.page {
        margin: 25px auto 10px auto;
        width: 80%;
    }

    /*TopBarFixed*/
    body {
        margin-top: 66px;
    }
    div.wrapper.topspacing {
        top: 0;
        position: fixed;
        z-index: 1000000;
        width: 100vw;
        background: #fff;
    }
    div.policy.gdpr {
        height: auto !important;
    }
    div.policy.gdpr > div.container {
        margin-bottom: 18px;
    }
}
#floatingCirclesG{
    position:relative;
    width:67px;
    height:67px;
    margin:auto;
    transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
}

.f_circleG{
    position:absolute;
    background-color:rgb(255,255,255);
    height:12px;
    width:12px;
    border-radius:6px;
    -o-border-radius:6px;
    -ms-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    animation-name:f_fadeG;
    -o-animation-name:f_fadeG;
    -ms-animation-name:f_fadeG;
    -webkit-animation-name:f_fadeG;
    -moz-animation-name:f_fadeG;
    animation-duration:1.04s;
    -o-animation-duration:1.04s;
    -ms-animation-duration:1.04s;
    -webkit-animation-duration:1.04s;
    -moz-animation-duration:1.04s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#frotateG_01{
    left:0;
    top:27px;
    animation-delay:0.39s;
    -o-animation-delay:0.39s;
    -ms-animation-delay:0.39s;
    -webkit-animation-delay:0.39s;
    -moz-animation-delay:0.39s;
}

#frotateG_02{
    left:8px;
    top:8px;
    animation-delay:0.52s;
    -o-animation-delay:0.52s;
    -ms-animation-delay:0.52s;
    -webkit-animation-delay:0.52s;
    -moz-animation-delay:0.52s;
}

#frotateG_03{
    left:27px;
    top:0;
    animation-delay:0.65s;
    -o-animation-delay:0.65s;
    -ms-animation-delay:0.65s;
    -webkit-animation-delay:0.65s;
    -moz-animation-delay:0.65s;
}

#frotateG_04{
    right:8px;
    top:8px;
    animation-delay:0.78s;
    -o-animation-delay:0.78s;
    -ms-animation-delay:0.78s;
    -webkit-animation-delay:0.78s;
    -moz-animation-delay:0.78s;
}

#frotateG_05{
    right:0;
    top:27px;
    animation-delay:0.91s;
    -o-animation-delay:0.91s;
    -ms-animation-delay:0.91s;
    -webkit-animation-delay:0.91s;
    -moz-animation-delay:0.91s;
}

#frotateG_06{
    right:8px;
    bottom:8px;
    animation-delay:1.04s;
    -o-animation-delay:1.04s;
    -ms-animation-delay:1.04s;
    -webkit-animation-delay:1.04s;
    -moz-animation-delay:1.04s;
}

#frotateG_07{
    left:27px;
    bottom:0;
    animation-delay:1.17s;
    -o-animation-delay:1.17s;
    -ms-animation-delay:1.17s;
    -webkit-animation-delay:1.17s;
    -moz-animation-delay:1.17s;
}

#frotateG_08{
    left:8px;
    bottom:8px;
    animation-delay:1.3s;
    -o-animation-delay:1.3s;
    -ms-animation-delay:1.3s;
    -webkit-animation-delay:1.3s;
    -moz-animation-delay:1.3s;
}

@keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@media screen
{
    .no-screen, .no-screen *
    {
        display: none !important;
    }
}


/*print specific stuff from print*/
@media print
{
    body .wrapper {
        min-width: 980px;
    }

    body .realcontent {
        min-width: 980px;
    }

    .no-print, .no-print *
    {
        display: none !important;
    }

    .hero.home img,
    .hero.company img {
        width: 980px;
    }

    ul.menu {
        width: 100vw;
    }

    div.blog_description h3 {
        font-size: 17px;
    }

    div.project_description p, div.blog_description p {
        font-size: 9px;
    }

    div#footer {
        background-color: transparent;
    }

    .wrapper > #header a.icon {

    }

    #header,
    .wrapper nav.menu_row {
        width: 100%;
        text-align: center;
    }

    ol, ul {
        width: 100%;
        list-style: none;
        margin: 0 auto;
    }

    div.product-data,
    div.row.company,
    div.contact {
        width: 100%;
        margin: 42px auto 0 auto;
    }

    .wrapper > #header, .wrapper > #header #logo {
        text-align: left;
        padding-left: 25px;
    }
    div.policy.gdpr {
        display: none;
    }
}

.privacy ul {
    list-style: initial;
}
.privacy ul li {
    margin-left: 50px;
}

.privacy h2 {
    font-size: 18px;
    color: #1e22aa;
}

.privacy h2, .privacy h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.privacy p {
    margin-bottom: 7px;
}

div.policy.gdpr {
    width:100%;
    position:fixed;
    height: auto;
    background-color: #1e22aa;
    bottom:0px;
}

div.policy.gdpr > div.container {
    width: 50%;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px;
}

div.policy.gdpr > div.container > a,
div.policy.gdpr > div.container > a:visited {
    color: #fff;

}


div.landingpage {
    width: 100%;
}

img.heroimage {
    min-width: 100%;
    width: 100%;
    padding-bottom: 1%;
}

div.formcontainer {
    width: 90%;
    padding: 5%;
    padding-top: 1%;
}

div.formcontainer > div.imagecontainer {
    width: 100%;
}

img.landingimage {
    max-width: 29%;
    min-width: 29%;
    padding: 2%;
}

div.textcontainer {
    padding:5%;
    padding-bottom: 1%;
    padding-top: 1%;
}

div.textcontainer h1 {
    text-transform: initial;
    color: #1e22aa;
    font-family: "Lato Light";
    font-size: 39px;
}

div.textcontainer p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
}

div.landingform {
    padding-top: 50px;
}

div.landingform  form div.form_item{
    width: 100%;
}

div.landingform form div.form_item span {
    width: 20%;
}

div.landingform form div.form_item span label {
    text-align: left;
    width: 20%;
}

div.landingform form div.form_item input {
    width: 50%;
}

div.landingform form input[type=submit] {
    margin-left: 40%;
    margin-top: 2%;
}

div.formtextcontainer {
    text-align: center;
    padding: 2%;
}

div.formtextcontainer p{
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
}
div.form-confirmation h1{
    text-transform: uppercase;
    color: #1e22aa;
    font-family: "Lato Light";
    font-size: 39px;
    text-align: center;
}
div.form-confirmation p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

@media screen and (max-width: 1440px) and (min-width: 481px) {
    body.landingbody {
        min-width: inherit;

    }
}

div.bannercontainer {
    position: relative;
}

div.bannercontainer div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
div.bannercontainer h1 {
    color: white;
    font-family: "Lato Light";
    font-size: -webkit-xxx-large;
    font-weight: bold;
}
.hidden-header {
    display: none;
}
.hidden_form {
    display: none !important;
}
.contact_button {
    line-height: 2vw;
    border: #1e22aa 2px solid;
    width: 20% !important;
    margin-left: 39%;
    height: 2vw;
}

#video {
    margin: 0 auto;
    max-width: 1390px;
}
#video #myVideo {
    width: 100%;
    cursor: pointer;
}