/*
CSS
Made by Carlo
*/

/*WE NEED THIS*/
*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }

/*FONTS */
@font-face {
    font-family: 'balqis';
    src: url('./fonts/balqis-webfont.woff2') format('woff2'),
         url('./fonts/balqis-webfont.woff') format('woff'),
         url('./fonts/balqis-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas';
    src: url('./fonts/bebasneue_bold.woff2') format('woff2'),
         url('./fonts/bebasneue_bold.woff') format('woff'),
         url('./fonts/bebasneue_bold.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'muli_reg';
    src: url('./fonts/Muli/Muli-Regular.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('./fonts/avenir/AvenirNext-Regular.woff') format('woff2'),
         url('./fonts/avenir/AvenirNext-Regular.svg') format('svg'),
         url('./fonts/avenir/AvenirNext-Regular.ttf') format('ttf'),
         url('./fonts/avenir/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next Ultra';
    src: url('./fonts/avenir/AvenirNext-UltraLight.woff') format('woff2'),
         url('./fonts/avenir/AvenirNext-UltraLight.eot') format('eot'),
         url('./fonts/avenir/AvenirNext-UltraLight.ttf') format('ttf'),
         url('./fonts/avenir/AvenirNext-UltraLight.svg#AvenirNext-UltraLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Demi';
	src: url('./fonts/avenir/AvenirNext-DemiBold.eot');
	src: url('./fonts/avenir/AvenirNext-DemiBold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/avenir/AvenirNext-DemiBold.woff') format('woff'),
		url('./fonts/avenir/AvenirNext-DemiBold.ttf') format('truetype'),
		url('./fonts/avenir/AvenirNext-DemiBold.svg#AvenirNext-DemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next Medium';
	src: url('./fonts/avenir/AvenirNext-Medium.eot');
	src: url('./fonts/avenir/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'),
		url('./fonts/avenir/AvenirNext-Medium.woff') format('woff'),
		url('./fonts/avenir/AvenirNext-Medium.ttf') format('truetype'),
		url('./fonts/avenir/AvenirNext-Medium.svg#AvenirNext-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {     -webkit-font-smoothing: subpixel-antialiased; } 

body {
	font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #384348;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	outline: none;
	color: #233dac;
	text-decoration: none;
}

a:hover, a:focus {
	color: #384348;
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

h1{
/*    font-family: 'fill in'*/
}
h2{
    font-family: 'Avenir Next Demi','Avenir Next Medium', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    font-size: 1.9em;
    line-height: 1.9em;
}
h3{
    font-family: 'Avenir Next Demi','Avenir Next Medium', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    font-size: 1.4em;
    line-height: 1.4em;
}
h4{
    font-family: 'Avenir Next Demi','Avenir Next Medium', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    font-size: 1.1em;
    line-height: 1.1em;
}
p{
    font-family: 'ITC franklin gothic reg', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
}

ul{
    display: block;
/*    margin: 0px;*/
/*    padding: 0px;*/
/*    list-style: none;*/
}
img{
    width:100%;
}

html.js, 
.js body {
    height:100%;
}

/* Icons */
.icon {
	display: block;
	width: 100%;
	height: 100%;
/*	height: 1em;*/
	margin: 0 auto;
	fill: currentColor;
}
.nav_modus #cont-ui .cont-ring{
    transform-origin:center;
    -webkit-transform-origin:center;
    -moz-transform-origin: 30px 30px;
    -ms-transform-origin:center;
    -o-transform-origin:center;
    animation: hideshow 3s ease infinite;
    -webkit-animation: hideshow 3s ease infinite;
    -moz-animation: hideshow 3s ease infinite;
    -ms-animation: hideshow 3s ease infinite;
    -o-animation: hideshow 3s ease infinite;
}
.content_modus #cont-ui .cont-ring{
    display: none;
}
.content_modus #cont-ui #cont-base{
    transform-origin:center;
    -webkit-transform-origin:center;
    -moz-transform-origin: 30px 30px;
    -ms-transform-origin:center;
    -o-transform-origin:center;
    animation: scrollDown 8s ease infinite;
    -webkit-animation: scrollDown 8s ease infinite;
    -moz-animation: scrollDown 8s ease infinite;
    -ms-animation: scrollDown 8s ease infinite;
    -o-animation: scrollDown 8s ease infinite;
    transform: translateY(0px); -webkit-transform: translateY(0px); -ms-transform: translateY(0px); -moz-transform: translateY(0px); -o-transform: translateY(0px);
}

@keyframes hideshow{
  0% { opacity: 1; 
      transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
    }
  25% { opacity: 1; }
  50% { opacity: 0.1; }
  75% { opacity: 0; }
  100% { opacity: 0; transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); }
} 
@-webkit-keyframes hideshow{
  0%{ opacity: 1; 
      -webkit-transform: scale(0);
    }
  25% { opacity: 1; }
  50% { opacity: 0.1; }
  75% { opacity: 0; }
  100% { opacity: 0; -webkit-transform: scale(1.2); }
}

@keyframes scrollDown {
  0% { transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
  25% { transform: translateY(20px);  -ms-transform: translateY(20px); -o-transform: translateY(20px); }
  75% { transform: translateY(-20px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px);}
  100% { transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px);}
} 
@-webkit-keyframes scrollDown {
  0% { transform: translateY(0px); -webkit-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
  25% { transform: translateY(20px); -webkit-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); }
  75% { transform: translateY(-20px);-webkit-transform: translateY(-20px);-ms-transform: translateY(-20px); -o-transform: translateY(-20px);}
  100% { transform: translateY(0px); -webkit-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px);}
} 

.nav-info {
    position: absolute;
    bottom: 20px;
    right: 20px;
/*    height: 50px;*/
    width: 120px;
    z-index: 9;
    opacity: 1;
    transition: opacity 500ms ease-in;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
}
.nav-icon-cont {
    position: relative;
    width: auto;
    margin: 0px auto;
    display: table;
}
.arrow_info-left,
.arrow_info-right{
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    float:left;
    margin-left:15px;
}
.arrow_info-left {
    margin-left: 0px;
}
.nav-info-text{
    position: relative;
    display: block;
    float: left;
    color:#fff;
    font-size:12px;
    line-height: 12px;
/*    height:20px;*/
    width:100%;
}
.nav-info-text p {
    margin: 10px 0px 0px;
    text-align: center;
}
.nav-info-text p.mobile_text{
    display: none;
}

/*              CONTENT PAGE RENDERINGS          */

body.nav_modus{
    position: relative;
    display: block;
    height:100%;
    overflow: hidden;
}
@media screen and (max-width: 768px){
    .nav-icon-cont{
        display: none;
    }
    .nav-info-text p {
        display: none;   
    }
    .nav-info-text p.mobile_text{
        display: block;   
    }
    
}
       
/* Header */
.info {
	font-size: 0.85em;
	font-weight: 500;
}
#navigation{
    position: relative;
    display: block;
    width:100%;
/*    height: 100vh;*/
    height: calc( 100vh - 80px);
    height: -webkit-calc( 100vh - 80px);
    height: -ms-calc( 100vh - 80px);
    height: -moz-calc( 100vh - 80px);
    min-height: 300px;
}
.container{
    position: relative;
    display: block;
    width:100%;
    height:auto;
/*    for portfolio*/
    padding: 40px;
}
body.nav_modus .container{
    height:100vh;
    overflow: hidden;
}
.grid-pages{
    position: relative;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 480px){
    #navigation{
        height: calc( 100vh - 20px);
        height: -webkit-calc( 100vh - 20px);
        height: -ms-calc( 100vh - 20px);
        height: -moz-calc( 100vh - 20px);
    }
    .container{
        padding:10px;
    }
}

/*     NAV          */
.nav_menu {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    background: #fff;
    top: 0px;
    right: 0px;
    padding: 3px;
}
button.grid__button.grid__button--nav {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: inherit;
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
    /* padding: 5px; */
}
.ui_elements {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* z-index: 1; */
}
.nav-cont{
    position: inherit;
    bottom: 20px;
    width: 30px;
    height: 30px;
    left: 50%;
    display: block;
    z-index: 8;
}
.nav-cont .ui_elem{
    position: absolute;
    top: -38px;
    left: -40px;
    width: 100px;
    font-size: 0.8em;
    line-height: 1em;
    opacity: 0;
    color: #fff;
    text-align: center;
    transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -O-transition: opacity 0.2s ease-in;
}
.nav_modus .ui_nav_modus{
    opacity: 1;
}
.content_modus .ui_content_modus{
    opacity: 1;
}
.content_modus .nav_menu{
    display: none;
}
.content_modus .ui_nav_modus,
.content_modus .ui_nav_modus_hold{
    opacity: 0 !important;
}
.menu_modus .nav-counter{
    display: none;
}
.nav-counter{
    position: absolute;
    display: block;
    z-index: 9;
    width: 60px;
    height: 60px;
    top: 15px;
    left: 15px;
}
.nav-counter:before{
    content:'';
    display: table;
    position: absolute;
    width:100%;
    height:25px;
    border: 2px solid #fff;
    border-bottom:0px;
}
.nav-counter:after{
    content:'';
    position: absolute;
    display: table;
    width:100%;
    height:25px;
    bottom:0px;
    border: 2px solid #fff;
    border-top:0px;
}
.nav-counter p {
    font-family: 'Avenir Next Demi', 'Avenir Next', avenir, 'helvetica','arial','sans-serif';
    margin: 5px 14px 5px;
    position: absolute;
    text-align: center;
    color: #fff;
    /* display: block; */
    font-size: 14px;
    width: 32px;
}
.nav-counter p.current_number {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
p.total_number {
    bottom: 0px;
}

.nav_modus .slide{
    cursor: pointer;
    cursor: hand;
}
.nav_modus .nav-info{
    opacity: 1;
}
.menu_modus .nav-info,
.content_modus .nav-info{
    opacity: 0;
}

.slide{
    border-width:0px;
    border-color: #fff;
    border-style: solid;
/*
    cursor: pointer;
    cursor: hand;
*/
/*    border:0px solid #fff;*/
}
.slide .grid__img{
    background-attachment: fixed;
}
.menu_modus .slide .grid__img{
    background-attachment: inherit;
}
.color_overlay{
    position: absolute;
    width:100%;
    height:100%;
    display: block;
    z-index: 2;
    opacity: 0.85;
}

.nav_close{
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: #fff;
    z-index: 99;
    width: 30px;
    height: 30px;
}
.nav_modus .nav_close,
.menu_modus .nav_close{
    display: none;
}

.menu_modus #navigation .slide{
    position: relative;
    display: block;
/*    height:50%;*/
    opacity: 1;
/*
    -webkit-transition: height 400ms ease-in-out;
    -moz-transition: height 400ms ease-in-out;
    -o-transition: height 400ms ease-in-out;
    transition: height 400ms ease-in-out;
*/
}
.menu_modus #navigation .slide svg,
.menu_modus .nav-cont{
    display: none;
}
/* Content */
#about{
    background:#fcf7ff;
}
#volvostock{
    background:#f5f5fa;
}
#volvostock h2{
    color:#224890;
}
#biem{
    background:#fffdc0;
}
#biem h2{
    color:#ff7b04;
}
#wajw{
    background:#f5f5fa;
}
.content {
	padding: 3em 0;
}
#msd{
    background:#f5f8fb;
}
#msd h2{
/*    color:#*/
}
#verlof{
    background:#f5f8fb;
}
#verlof h2{
/*    color:#*/
}
.content_box{
    position: relative;
/*    display: block;*/
    display: none;
    min-height: 500px;
}
.content_box.active{
    display: block;
}

h1{
    font-family: 'Avenir Next', helvetica, arial, serif;
    font-size: 4.5em;
    color: #fff;
    font-weight: normal;
}

/*
.border{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-color: #fff;
    border-style: solid;
    border-width: 0px;
    z-index: 3;
    top: 0px;
    left: 0px;   
}
*/
.load_bar{
    position: absolute;
    bottom: 0px;
    width: 0%;
/*    width:100%;*/
    height: 10px;
    z-index: 2;
    overflow: hidden;
}

.border-bar{
    position: fixed;
    height:40px;
    z-index: 11;
    display: block;
    background:#fff;
}
.border-top{
    left:0px;
    top:0px;
    right:0px;
}
.border-bottom{
    left:0px;
    bottom:0px;
    right:0px;
}
.border-right{
    right:0px;
    bottom:0px;
    top:0px;
    width: 40px;
    height: 100%;
}
.border-left{
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 40px;
    height: 100%;
}
@media screen and (max-width: 480px){
    .border-bar{
        height:10px;   
    }
    .border-right, border-left{
        width: 10px;
        height: 100%;
    }
    .nav-cont #cont-ui{
        display: none;
    }
}

/* CONTENT     */
.content_wrapper {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    height: auto;
    float:left;
}

.title {
    position: absolute;
    text-align: center;
    display: block;
    z-index: 9;
    color: #fff;
    width: 100%;
    top: 35%;
}
.title h1 {
    margin: 0.34em 0 0.67em;
    display: inline-block;
    font-size: 2.8em;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
    text-transform: uppercase;
    
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;
    user-select: none;
}
.title h2{
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0px;
    font-family: 'Avenir Next Ultra', helvetica, arial;
    font-size: 1.9em;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
    text-transform: uppercase;
    
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;
    user-select: none;-webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;
    user-select: none;
}
.title h3{
    position: relative;
    display: inline-block;
    color:#fff;
    font-family: 'muli_reg', helvetica, arial;
}
.title span {
    position: relative;
    display: block;
}
.title__line {
    position: relative;
    height: 1px;
    width: 250px;
    background: white;
    display: block;
    /* z-index: 1; */
    margin: 20px auto 0px;
}

.mobile_hold{
    position: absolute;
    display: none;
    bottom: 18px;
    width: 70px;
    height: 25px;
    background: #fff;
    font-family: 'Avenir Next Demi','Avenir Next Medium', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    z-index: 999;
    left: 43.3%;
    text-align: center;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}
@media screen and (max-width: 480px){
    .title h1{
        font-size: 2.5em;
    }
    .title h2{
        font-size: 1.6em;   
    }
    .mobile_hold{
        display: block;
    }
}
.menu_modus .mobile_hold{
    display: none;      
}
/*         CONTENT -- Sections         */
.inner_section{
    position: relative;
    display: block;
    width:100%;
    max-width: 1440px;
    margin:0px auto;
}
.inner_content > section{
    position: relative;
    display: inline-block;
    width:100%;
    height:auto;
    margin: 80px 0px;
}
.inner_wrapper{
    padding:0px 20px;
}
.row_H{
    position: relative;
    width:100%;
    display: block;
}
.row_H:after{
    content:' ';
    display: table;
    clear: both;
}
.col{
    display: inline-block;
    width:100%;
    float:left;
}
.col_1-75{
    display: inline-block;
    width:75%;
    float:left;
}
.col_2{
    display: inline-block;
    width:50%;
    float:left;
}
.col_3{
    display: inline-block;
    width:33.3%;
    float:left;
}
.col_4{
    display: inline-block;
    width:25%;
    float:left;
}
@media screen and (max-width: 640px){
    .inner_content > section{
        margin:30px 0px;
    }
    .col_2{
        width: 100%;
    }
}

/* ---------    MODULES -----    */
/* text_grid     */
.inner_content > section.text_grid{
    margin:100px 0px;
}
.text_grid .col{
    padding:0px 20px; 
}
.text_grid .inner_section{
    padding:0px 20px;
}
@media screen and (max-width: 640px){
    .text_grid .col_3{
        width: 100%;
    }
}


/*quote*/
.quote .inner_section{
    max-width: 700px;
}
.quote .inner_section p{
    display: inline-block;
    font-size: 1.5em;
    line-height: 2em;
    padding:120px 0px;
    font-style: italic;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 480px){
    .quote .inner_section p{
        padding:100px 20px;
    }
}
/* img + text */
.img_text .col_2 .inner_wrapper{
    padding-left:50px;
}
.img_text .img_container{
    position: relative;
    display: block;
    width:100%;
    overflow: hidden;
}
.img_container img {
    position: relative;
    width: 100%;
    display: block;
}
@media screen and (max-width: 480px){
    .img_text .col_2 .inner_wrapper{
        padding:0px 20px;   
    }
}

/* gradients */
.blue-purple{
    color: #fff;
    background: #2e1b8f; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #b6049f, #2e1b8f); /* Chrome 10-25, Safari 5.1-6 */
    background: -ms-linear-gradient(to left, #b6049f, #2e1b8f); /* Chrome 10-25, Safari 5.1-6 */
    background: -moz-linear-gradient(to left, #b6049f, #2e1b8f); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left,#b6049f, #2e1b8f ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.purple-blue{
    color: #fff;
    background: #b6049f; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #2e1b8f, #b6049f); /* Chrome 10-25, Safari 5.1-6 */
    background: -ms-linear-gradient(to left, #2e1b8f, #b6049f); /* Chrome 10-25, Safari 5.1-6 */
    background: -moz-linear-gradient(to left, #2e1b8f, #b6049f); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #2e1b8f, #b6049f ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.blue-lightblue{
    color: #fff;
    background: #05b192; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #05b192, #2e1b8f); /* Chrome 10-25, Safari 5.1-6 */
    background: -ms-linear-gradient(to left, #05b192, #2e1b8f); /* Chrome 10-25, Safari 5.1-6 */
    background: -moz-linear-gradient(to left, #05b192, #2e1b8f); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #05b192, #2e1b8f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.lightblue-lightgreen{
    color: #fff;
    background: #43d788; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #43d788, #05b192); /* Chrome 10-25, Safari 5.1-6 */
    background: -ms-linear-gradient(to left, #43d788, #05b192); /* Chrome 10-25, Safari 5.1-6 */
    background: -moz-linear-gradient(to left, #43d788, #05b192); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #43d788, #05b192); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.lightgreen-green{
    color: #fff;
    background: #4cac0c; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #43d788, #4cac0c); /* Chrome 10-25, Safari 5.1-6 */
    background: -ms-linear-gradient(to left, #43d788, #4cac0c); /* Chrome 10-25, Safari 5.1-6 */
    background: -moz-linear-gradient(to left, #43d788, #4cac0c); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #43d788, #4cac0c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.green-yellow{
    color: #fff;
    background: #ebf223; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #4cac0c, #ebf223); /* Chrome 10-25, Safari 5.1-6 */
    background: -ms-linear-gradient(to left, #4cac0c, #ebf223); /* Chrome 10-25, Safari 5.1-6 */
    background: -moz-linear-gradient(to left, #4cac0c, #ebf223); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #4cac0c, #ebf223); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.yellow-orange{
    color: #fff;
    background: #d03e1d; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #e6ea5c, #d03e1d); /* Chrome 10-25, Safari 5.1-6 */
    background: -ms-linear-gradient(to left, #e6ea5c, #d03e1d); /* Chrome 10-25, Safari 5.1-6 */
    background: -moz-linear-gradient(to left, #e6ea5c, #d03e1d); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #e6ea5c, #d03e1d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.purple-blue.intro_bar ul.extra_color{
    color:#c294ff;
}
.blue-lightblue.intro_bar ul.extra_color{
    color:#759bf7;
}
.lightblue-lightgreen.intro_bar ul.extra_color{
    color:#9df7c6;
}
.yellow-orange.intro_bar ul.extra_color{
    color:#f1f9b4;
}

/* Intro bar */
section.intro_bar{
    position: relative;
    display: block;
    padding:70px 0px 80px;
    margin:0px;
    color: #fff;
    text-align: center;
}
.intro_bar h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height:1em;
}
.content_wrapper .intro_bar h2{
    color:#fff !important;
}
.intro_bar ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.intro_bar ul li{
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 0px 10px;
}
.intro_bar ul li:after {
    content: "|";
    display: inline-block;
    position: absolute;
    right: 0px;
}
.intro_bar ul li:last-child:after {
    content: " ";
    display: inline-block;
    position: absolute;
    right: 0px;
}

/* information list */
.information_list{
    position: relative;
    display: block;
    background-color:#43d6b9;
}
.colorCard_box{
    position: relative;
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    /* max-height: 200px; */
}
.colorCard {
    width:100%;
    height: 200px;
    position: relative;
}


/* Full text */
.inner_content .full_text .inner_section{
    max-width: 1040px;
    padding: 50px;
    color:#000;
}
.inner_content .full_text h1{
    color: inherit;
    font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5em;
    text-align: center;
}

/* Full image */
.inner_content .full_image{
    position: relative;
    display: block;
    width:100%;
    height:100vh;
}
.inner_content .full_image .inner_section{
    display: block;
    width:100%;
    height:100%;
}
.full_image .img_container{
    position: absolute;
    display: block;
    top:0;
    left:0;
    bottom:0;
    right:0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-background-position: 50% 50%;
    -ms-background-position: 50% 50%;
    -moz-background-position: 50% 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/*responsive height*/
.inner_content .resp_height{
    height:auto;
}
.full_image.resp_height .img_container {
    position: relative;
}

/* GRIDS */
.inner_content .grid_content{
    position: relative;
    height:100vh;
    height: calc( 100vh - 80px );
    width:100%;
    display: block;
}
.grid_content .inner_section{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    height:100%;
}
@media screen and (max-width: 768px){
    .grid_content .inner_section{
        flex-direction: column;
    }
    .grid--style-3 .grid__column{
        flex-direction:row;
    }
}
@media screen and (max-width: 640px){
    .grid_content .inner_section{
        flex-direction: column;
    }
    .grid--style-3 .grid__column{
        flex-direction:column;
    }
}

.grid_content .inner_section .grid__item{
    opacity: 1;
}
.hide{
    display: none;
}

/*  GALLERY HOVER EFFECT  */
.gallery_item_select {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    opacity: 1;
    background: rgba(255,255,255,0.4);
}
.gallery_hover .grid__item.active .grid__img{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: filter 100ms ease-in-out;
    -moz-transition: filter 100ms ease-in-out;
    -ms-transition: filter 100ms ease-in-out;
    -o-transition: filter 100ms ease-in-out;
    transition: filter 100ms ease-in-out;
}
.gallery_hover .grid__item.active .gallery_item_select {
    display: block;   
}
.gallery_hover .grid__img.active {
    opacity: 1;
}
.gallery_hover .grid__img {
    opacity: 0;
}
p.gallery_select {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    /* display: block; */
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*     BROWSER RENDERING     */
.browser_layout{
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    background: #f5f5fa;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #bfbfbf;
    
    /* shadow*/
    -webkit-box-shadow: 0px 0px 52px -8px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 0px 52px -8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 52px -8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 52px -8px rgba(0,0,0,0.3);
}
.browser_layout_top{
    position: relative;
    background: #cccccc;
    height:40px;
    width:100%;
    display: block;
}
.browser_content{
    position: relative;
    display: block;
    height: 500px;
}
.browser_content img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
}

.drag_item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.drag_handle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    height: 50px;
    width: 50px;
    border: 3px solid;
    border-radius: 30px;
    z-index: 999;
}

/*Ipad rendering */
.ipad_mockup{
}
.ipad_mockup .inner_section{
    position: relative;
    max-width: 760px;
    display: block;
    width: 100%;
    margin: 0px auto;
}
.ipad_container {
    position: relative;
    display: block;
    background: #e3e3e3;
    padding: 20px 70px 20px 50px;
    border-radius: 10px;
    margin: 0px 20px;
}
.ipad_container:before {
    content: '';
    display: table;
    position: absolute;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    top: 48%;
    background: #fefefe;
}
.ipad_container .ipad_video_wrapper{
    position: relative;
    display: block;
}
.ipad_container .ipad_video_wrapper video{
    width:100%;
}
@media screen and (max-width: 640px){
    .ipad_container {
        padding: 10px 40px 10px 20px;
    }
    .ipad_container:before {
        content: '';
        display: table;
        position: absolute;
        right: 8px;
        width: 25px;
        height: 25px;
        border-radius: 20px;
        top: 48%;
        background: #fefefe;
    }
}

/* 3d Browser rendering */

.d_image_container{
    position: relative;
    display: block; 
    perspective: 2000px;
}

.d_image_container .base_layer {
    position: relative;
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 0 auto;
/*    background: red;*/
    transform: rotateY(30deg) rotateZ(-12deg) rotateX(42deg);
}
.d_image_container .d_nav_layer {
    position: absolute;
    width: 100%;
    top: -20px;
    left: 10px;
    max-width: 700px;
    height: 60px;
    margin: 0 auto;
/*    background: green;*/
/*    box-shadow: -7px 22px 30px rgba(0,0,0,0.2);*/
    
    -webkit-transition: all 1s; 
    -ms-transition: all 1s; 
    -moz-transition: all 1s; 
    -o-transition: all 1s; 
    transition: all 1s;
}
#msd .d_image_container .d_nav_layer {
    width: 100%;
    top: -20px;
    left: 10px;
    max-width: 700px;
    height: 60px;
}
#verlof .d_image_container .d_nav_layer {
    width: 100%;
    top: 0px;
    left: 10px;
    max-width: 700px;
    height: 450px;
}
.d_image_container .d_nav_layer img{
    position: relative;
    z-index: 1;
}
.d_image_container .d_nav_layer_shadow{
    position: absolute;
    top: 8px;
    left: -20px;
    width: 103%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 1s; 
    -ms-transition: all 1s; 
    -moz-transition: all 1s; 
    -o-transition: all 1s; 
    transition: all 1s;
}
#verlof .d_image_container .d_nav_layer_shadow{
    top: -2px;
    left: -10px;
    width: 103%;
    height: 100%;  
    opacity: 0;
}

#verlof .d_image_container .d_nav_layer:hover{
    top: -9px;
    left: 15px;
}
.d_image_container .d_nav_layer:hover {
    top:-25px;
    left:15px;
}
#verlof .d_image_container .d_nav_layer:hover .d_nav_layer_shadow{
    left: -18px;
    top: 12px;
    width: 104%;
    opacity: 1;
}
.d_image_container .d_nav_layer:hover .d_nav_layer_shadow{
    left:-28px;
    top:12px;
    width:104%;
}
#msd .d_image_container .d_popup_layer{
    position: absolute;
    top: 0px;
    left: 0px;
/*    background: yellow;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.d_image_container .d_popup_layer .d_popup_layer-item{
    position: absolute;
    top:100%;
    z-index: 2;
    cursor:pointer;
}
.d_image_container .d_footer_layer {
    position: absolute;
    bottom: 6px;
    left: 6px;
    width: 100%;
    height: auto;
    -webkit-transition: all 1s; 
    -ms-transition: all 1s; 
    -moz-transition: all 1s; 
    -o-transition: all 1s; 
    transition: all 1s;
}
#msd .d_image_container .d_footer_layer {
    bottom: 6px;
    left: 6px;
}
.d_image_container .d_footer_layer img {
    z-index: 1;
    position: relative;
}
.d_image_container .d_footer_layer .d_footer_layer_shadow {
    position: absolute;
    bottom: -26px;
    left: -21px;
    width: 102%;
    height: auto;
    opacity: 0.3;
    -webkit-transition: all 1s; 
    -ms-transition: all 1s; 
    -moz-transition: all 1s; 
    -o-transition: all 1s; 
    transition: all 1s;
}
#msd .d_image_container .d_footer_layer .d_footer_layer_shadow {
    bottom: -26px;
    left: -21px;
}
#verlof .d_image_container .d_footer_layer .d_footer_layer_shadow {
    bottom: -12px;
    width: 101%;
}
.d_image_container .d_footer_layer:hover,
#msd .d_image_container .d_footer_layer:hover {
    bottom:10px;
    left:10px;
}
.d_image_container .d_footer_layer:hover .d_footer_layer_shadow,
#msd .d_image_container .d_footer_layer:hover .d_footer_layer_shadow {
    bottom: -30px;
    left: -17px;
    width:103%;
}
#msd .d_cta_layer {
    position: absolute;
    right: 20px;
    top: 90px;
    height:30px;
    border-radius: 10px;
    box-shadow: -5px 7px 10px rgba(0,0,0,0.3);
    display: block;
    cursor: pointer;
    -webkit-animation: bounce3Dbox 3s ease infinite;
    -ms-animation: bounce3Dbox 3s ease infinite;
    -moz-animation: bounce3Dbox 3s ease infinite;
    -o-animation: bounce3Dbox 3s ease infinite;
}

@keyframes bounce3Dbox {
  0% { 
      top:90;
      right:20px;
      box-shadow: -5px 7px 10px rgba(0,0,0,0.2);
    }
  50% { top:87px;
      right:18px;
    box-shadow: -8px 10px 10px rgba(0,0,0,0.2);}
  100% { top:90;
      right:20px;
    box-shadow: -5px 7px 10px rgba(0,0,0,0.2);}
} 
@-webkit-keyframes bounce3Dbox {
  0% { 
      top:90;
      right:20px;
      -webkit-box-shadow: -5px 7px 10px rgba(0,0,0,0.2);
      -ms-box-shadow: -5px 7px 10px rgba(0,0,0,0.2);
      -moz-box-shadow: -5px 7px 10px rgba(0,0,0,0.2);
      box-shadow: -5px 7px 10px rgba(0,0,0,0.2);
    }
  50% { top:87px;
        right:18px;
        -webkit-box-shadow: -8px 10px 10px rgba(0,0,0,0.2);
        -ms-box-shadow: -8px 10px 10px rgba(0,0,0,0.2);
        -moz-box-shadow: -8px 10px 10px rgba(0,0,0,0.2);
        box-shadow: -8px 10px 10px rgba(0,0,0,0.2);}
  100%{ top:90;
        right:20px;
        box-shadow: -5px 7px 10px rgba(0,0,0,0.2);
        -ms-box-shadow: -5px 7px 10px rgba(0,0,0,0.2);
        -moz-box-shadow: -5px 7px 10px rgba(0,0,0,0.2);
        -webkit-box-shadow: -5px 7px 10px rgba(0,0,0,0.2);}
} 


/*          ABOUT PAGE                  */
p.info_list {
    margin: 4px 0px;
}
p.info_list span {
    font-weight: bold;
    width: 150px;
    position: relative;
    display: inline-block;
}
.info_icon {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
#about h2{
    color:#3d178e;
}
#about .info_int_col{
    padding:0px 5px;
    font-size: 13px;
    text-align: center;
    color:#424242;
}
#about .info_int_col b{
    font-family: 'Avenir Next Demi','Avenir Next Medium', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}
#about .info_int_col:first-child{
    padding-left:0px;   
}

.timeline.work_timeline {
    position: relative;
    display: block;
    max-width: 75%;
    margin: 0 auto;
}
.timeline_content {
    position: relative;
    display: block;
    padding: 20px 0px;
}
.timeline_bar{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 100%;
    background: #a3079c; /* Old browsers */
    background: -moz-linear-gradient(bottom, #a3079c 0%, #321a8f 100%); /* FF3.6-15 */
    background: -ms-linear-gradient(bottom, #a3079c 0%, #321a8f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #a3079c 0%,#321a8f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #a3079c 0%,#321a8f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 1;
}
.timeline_item {
    position: relative;
    display: block;
    z-index: 2;
    margin: 20px 0px 0px 30px;
}
.timeline_item:first-child {
    margin-top: 0px;
}
.timeline_item:last-child {
    margin-bottom: 0px;
}
.timeline_item_content {
    position: relative;
    display: block;
    padding: 20px;
    background:#fff;
    box-shadow: 0px 6px 29px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 6px 29px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 6px 29px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 6px 29px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 6px 29px rgba(0,0,0,0.1);
}
.timeline_item_content h3{
    font-family: 'Avenir Next Demi','Avenir Next Medium', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    margin:0px 0px 0px;
    font-size:18px;
    color:#890c9a;
}
.timeline_item_content h4{
    font-family: 'Avenir Next Ultra', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    margin:0px 0px 10px;
    font-size:18px;
    color:#b63dc6;
}
.timeline_item_content p{
    margin:0px;
    font-size:14px;
}
.time_date{
    font-size: 14px;
    color:#fff;
    margin:10px 0px 10px -22px;
}

section#contact {
    margin-bottom: 0px;
}
.cta_box .col_2{
    height:200px;
    line-height: 200px;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -O-transition: all 0.5s ease-in;
}
#about .cta_box .col_2 h2{
    vertical-align: middle;
    text-align: center;
    line-height: normal;
    display: inline-block;
    color:#fff;
}
.cta_box .cta_box1{
    background:#9b9bc1;
    color:#fff;
}
.cta_box .cta_box1:hover{

}
.cta_box .cta_box2{
    background:#785194;
    color:#fff;
}


.footer_nav{
    position: relative;
    display: block;
    width:100%;
    height:300px;
}

.prev_item {
    position: relative;
    display: inline-block;
    float:left;
    width: 37.5%;
    background: red;
    height: 100%;
}
.overview_item {
    position: relative;
    display: inline-block;
    float:left;
    width: 25%;
    height: 100%;
    background: green;
}
.next_item {
    position: relative;
    display: inline-block;
    float:left;
    width: 37.5%;
    height: 100%;
    background: yellow;
}

/* Other things */
.align_center{
    text-align: center;
    margin: 0px auto;
}

/* CLEARFIX THAT SHIT */
.clearfix:after{
    content: '';
    display: table;
    clear:both;
}