@font-face {
    font-family: 'DomaineDispMedium';
    src: url('/fonts/DomaineDispMedium.eot');
    src: url('/fonts/DomaineDispMedium.eot') format('embedded-opentype'),
         url('/fonts/DomaineDispMedium.woff2') format('woff2'),
         url('/fonts/DomaineDispMedium.woff') format('woff'),
         url('/fonts/DomaineDispMedium.ttf') format('truetype'),
         url('/fonts/DomaineDispMedium.svg#DomaineDispMedium') format('svg');
}
@font-face {
    font-family: 'AkkuratStdBold';
    src: url('/fonts/AkkuratStdBold.eot');
    src: url('/fonts/AkkuratStdBold.eot') format('embedded-opentype'),
         url('/fonts/AkkuratStdBold.woff2') format('woff2'),
         url('/fonts/AkkuratStdBold.woff') format('woff'),
         url('/fonts/AkkuratStdBold.ttf') format('truetype'),
         url('/fonts/AkkuratStdBold.svg#AkkuratStdBold') format('svg');
}
@font-face {
    font-family: 'AkkuratStdRegular';
    src: url('/fonts/AkkuratStdRegular.eot');
    src: url('/fonts/AkkuratStdRegular.eot') format('embedded-opentype'),
         url('/fonts/AkkuratStdRegular.woff2') format('woff2'),
         url('/fonts/AkkuratStdRegular.woff') format('woff'),
         url('/fonts/AkkuratStdRegular.ttf') format('truetype'),
         url('/fonts/AkkuratStdRegular.svg#AkkuratStdRegular') format('svg');
}


.animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


.akku_bold {
	font-family: 'AkkuratStdBold';
}
.akku {
	font-family: 'AkkuratStdRegular';
}
.domaine {
	font-family: 'DomaineDispMedium';
}

.container {
	padding:0;
	width: 100%;
	margin: 0 auto;
	clear: both;
	display: block;
/*	overflow: auto;*/
	position: relative;
	
}
#page-home .container {
	background: white;
}


#page-about .container {
	background: white;
}
#page-projects .container {
	margin-top:95px;
	
}
#page-details .container, #page-contact .container, #page-privacy .container, #page-disclaimer .container, #page-team .container, #page-invest .container {
	margin-top: 160px;
}
#page-projects .details-container{
    margin-top: 160px;
    margin-top: 120px;
}
.clear, * html .clearfix, *:first-child+html .clearfix {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}
.grid_1 {
                width: 6.5%;
}
.grid_2 {
                width: 15%;
}
.grid_3 {
                width: 23.5%;
}
.grid_4 {
                width: 32%;
}
.grid_5 {
                width: 40.5%;
}
.grid_6 {
                width: calc(50% - 5px);
}
#page-team .container .grid_6 {
    width: calc(50% - 20px);
    margin-right:40px;
    margin-bottom:80px;
}
.grid_7 {
                width: 57.5%;
}
.grid_8 {
                width: 64%;
}
.grid_9 {
                width: 74.5%;
}
.grid_10 {
                width: 83%;
}
.grid_11 {
                width: 91.5%;
}
.grid_12 {
                width: 100%;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
                margin: 0 10px 10px 0;
                float: left;
                display: block;
}

footer .grid_6 {
	width:50%;
	margin-right: 0;
	margin-bottom: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	display: block;
}
img {
	border: none;
	display: block;
	max-width: 100%;
}
a, img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
textarea:focus, input:focus, select:focus {
	outline: none;
}
/* General */
body {
	font-family: 'AkkuratStdRegular', sans-serif;
	font-size: 15px;
	line-height: 20px;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}
.img {
	width: 100%;
	margin: 0;
	display: block;
}
.content {
	margin: 0 auto;
	width: 100%;
	max-width: 806px;
	float: none;
}
/* Headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
	font-family: 'DomaineDispMedium';
}
p {
	text-align: left;
	margin: 0;
}
h1 {
	font-size: 44px;
	line-height: 44px;
        padding-right: 30px;

}
.f36
{
    display:block;
    font-size:36px;
    max-width:900px;
    line-height:1.1;
}
h2 {
	font-size: 38px;
	line-height: 38px;
}
h3 {
	font-size: 36px;
	line-height: 36px;
}
#page-details h3 {
	font-size: 30px;
	line-height: 30px;
}
h4 {
	font-size: 25px;
	line-height: 35px;
}
h5 {
	font-size: 20px;
	line-height: 26px;
}
/* Navigation */ 
header {
	margin: 0 auto;
	width: 100%;
	display: block;
	 background: #005aa7; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0)); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0));
	
background: -o-linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0));/* opera 11.10+ */
background: -ms-linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0));/* ie10+ */
	text-align: center;
	padding: 25px 35px 45px;
	padding: 35px;
	position: fixed;
	z-index: 50;
	transition: all 0.3s ease-in-out;
	top:0;
	
}
#page-projects header, #page-contact header, #page-disclaimer header, #page-privacy header, #page-team header, #page-invest header {
	background: #ffffff;
}
header.bg_white .logo.blue {
	display: block;
}
header.bg_white #nav li a{
	color:#000000;
}
.logo {
	margin: 0 auto;
	display: block;
	position: absolute;
	left:35px;
	top:15px;
	top:13px;
	z-index: 10;
    text-align:left;
	width:125px;
}
.logo svg
{
    height:62px;
}


footer .logo svg
{
    height:62px;
	width: 125px;
	display: block;
}
footer .logo {
    margin: 0 auto;
    display: block;
    position: relative;
    left: initial;
    top: 15px;
    top: initial;
    z-index: 10;
    text-align: left;
    width: initial;
}
#page-team .logo .cls-1, #page-projects .logo .cls-1, #page-details .logo .cls-1, #page-contact .logo .cls-1, #page-privacy .logo .cls-1, #page-disclaimer .logo .cls-1, header.bg_white .logo .cls-1, #page-invest .logo .cls-1 {
	fill: #143264;
}
nav {
	margin: 0 auto;
	padding: 0;
}
#nav {
	position: relative;
	text-align: right;
}
#nav li {
	list-style: none;
	display: inline-block;
	padding: 0 25px 0 25px;
	font-size: 15px;
	line-height: 15px;
	position: relative;
	font-family: 'AkkuratStdBold';
	letter-spacing: 1px;
}
#nav li a {
	color: #fff;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}
#page-projects #nav li a, #page-contact #nav li a, #page-invest #nav li a, #page-disclaimer #nav li a, #page-privacy #nav li a, #page-team #nav li a {
	color: #000000;
}
#nav li:last-child {
	padding-right: 0;
}
#nav li a:hover, #page-home #nav li a.home, #page-about #nav li a.about, #page-projects #nav li a.projects, #page-contact #nav li a.contact, #page-invest #nav li a.invest, #page-team #nav li a.team {
	color: #85bae6 !important;
}
#page-home #nav li a.home, #page-about #nav li a.about, #page-projects #nav li a.projects, #page-contact #nav li a.contact, #page-invest #nav li a.invest, #page-team #nav li a.team {
	border-bottom: 2px solid #85bae6;
}
/* nav-toggle */
#nav-toggle {
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 10;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: none;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
	cursor: pointer;
	height: 3px;
	width: 30px;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
	top: 10px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
#nav-toggle span:before {
	top: -10px
}
#nav-toggle span:after {
	bottom: -10px
}
#nav-toggle.active span {
	background-color: transparent !important;
}
#nav-toggle.active span:after, #nav-toggle.active span:before {
	top: 0
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: a rotate(45deg)
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: a rotate(-45deg)
}
/* enquiry */
.register {
	width: 100%;
	margin: 0 auto;
}
.formbox {
	margin: 0 auto;
	padding: 10px 0;
}
.formbox label {
	font-size: 12px;
	font-size: 16px;
}
input, select {
	font-size: 15px;
	margin: 0 auto;
	padding: 5px 0;
	width: 100%;
	color: #9e9e9e;
	color: #000000;
	border: 0 none;
	border-bottom: 1px solid #000;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	text-align: left;
/*	letter-spacing: 1px;*/
	font-family: 'AkkuratStdRegular';
	margin-bottom: 20px;
}
input.b_submit {
	width:auto;
	padding: 15px 30px;
	float: left;
	display: inline-block;
	text-transform: uppercase;
	color:#ffffff;
	background: #000000;
	border:none;
	cursor: pointer;
	margin-bottom: 60px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #ffffff inset;
	-webkit-text-fill-color: #000000 !important;
}
select {
	text-align-last: left;
	text-align: left;
	-ms-text-align-last: left;

	
}
.register select {
	background:url('/images/buttons/down-arrow.png') 98% center;
	background-repeat: no-repeat;
	cursor: pointer;
	
	
	
}
select option {
	padding: 5px 0;
	background: #fff;
	text-align-last: left;
	text-align:left;
	-ms-text-align-last:left;
}
.privacy {
	font-size: 10px;
	line-height: 14px;
	display: none;
}
.chk_holder {
	margin: 10px auto 0 auto;
	color: #fff;
}
#chkInternational {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	color: #9e9e9e;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
	width: 20px;
	text-align: left;
}
#chkInternational + label {
	background: url("/images/buttons/uncheck.png") no-repeat left center;
	color: #fff;
	padding: 2px 0 2px 26px;
}
#chkInternational:checked + label {
	background: url(/images/buttons/check.png) no-repeat left center;
}
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
}
 input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
}
 input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
}
 input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
}
/* Token Style */
ul.token-input-list-project {
	border: none;
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	text-align: left;
	text-align-last: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border-bottom: 1px solid #525252;
	clear: both;
}
li.token-input-input-token-project {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%
}
ul.token-input-list-project li input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100% !important;
	margin-bottom: 0;
}
li.token-input-token-project p {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
	line-height: 20px;
	font-size: 11px
}
li.token-input-token-project {
	overflow: hidden;
	height: 25px;
	margin: 0;
	padding: 2px 5px;
	background-color: #ccc;
	color: #000;
	cursor: default;
	border: 1px solid #525252;
	font-size: 12px;
	white-space: nowrap;
	list-style: none;
	display: inline-block;
}
div.token-input-dropdown-project {
	position: absolute;
	width: 100%;
	background-color: #fff;
	overflow-x: hidden;
	cursor: default;
	font-size: 11px;
	z-index: 13;
}
div.token-input-dropdown-project ul {
	margin: 0;
	padding: 0;
	display: block !important;
	max-height: 205px;
}
div.token-input-dropdown-project ul li {
	background-color: #fff;
	font-size: 14px;
	padding: 3px;
	margin: 0;
	list-style-type: none;
	font-weight: 100 !important;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li em {
	font-weight: bold;
	font-style: normal;
}
div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
	background-color: #ccc;
	color: #fff;
}
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
	font-size: 10px;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	top: 0;
}
ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
	padding:0;
	text-align: left;
	color: #F00D0D;
	position: absolute;
    top: -20px;
}
/*footer*/ 
footer {
	background: #143264;
	z-index: 10;
	display: block;
	overflow: auto;
	width:100%;
	padding: 35px;
	position: relative;
	
}
footer .grid_6 {
	text-align: left;
}
footer .grid_6.norightmargin {
	text-align: right;
}
footer .share a {
	display: inline-block;
	margin-right:10px;
}
footer .share a svg {
    width: 30px;
}
footer .share a:last-of-type {
	margin-right: 0;
}

.norightmargin {
	margin-right: 0!important;
}

.padding_t_60 {
	padding-top: 60px;
}

.padding_t_130 {
	padding-top: 130px;
}
.padding_t_35 {
	padding-top: 35px;
    
}
.padding_t_20 {
	padding-top: 20px;
}
.padding_l_50p {
	padding-left: 50%;
}
.padding_b_130 {
	padding-bottom: 130px;
}
.padding_l_35 {
	padding-left: 35px;
}
.padding_l_10 {
	padding-left: 10px;
}
.padding_r_10 {
	padding-right: 10px;
}

.padding_b_45 {
	padding-bottom: 45px;
}
.padding_b_35 {
	padding-bottom: 35px;
}
.padding_b_10 {
	padding-bottom: 10px;
}
.max_w_495 {
	max-width: 495px;
}
.max_w_475 {
	max-width: 475px;
}

.max_w_1040 {
	max-width: 1040px;
}
.margin_auto {
	margin:auto;
}

.margin_l_245 {
	margin-left: 245px;
}
.margin_l_230 {
	margin-left: 230px;
}

.margin_t_130 {
	margin-top: 130px;
	margin-top: 100px;
}
.margin_t_135 {
	margin-top: 135px;
	margin-top: 100px;
}
.margin_t_100 {
	margin-top: 100px;
}
.margin_t_90 {
	margin-top: 90px;
}
.margin_t_50 {
	margin-top: 50px;
}
.margin_t_30 {
	margin-top: 30px;
}
.margin_t_20 {
	margin-top: 20px;
}

.margin_t-6 {
	margin-top: -6px;
}
.margin_t_150 {
	margin-top: 150px;
}
.margin_b_150 {
	margin-bottom: 150px;
}
.margin_b_140 {
	margin-bottom: 140px;
}
.margin_b_130 {
	margin-bottom: 130px;
	margin-bottom: 100px;
}
.margin_b_135 {
	margin-bottom: 135px;
	margin-bottom: 100px;
}
.mt100 {
    margin-top:100px;
}

.margin_b_90 {
	margin-bottom: 90px;
}
.mb80 {
    margin-bottom:80px;
}
.margin_b_75 {
	margin-bottom: 75px;
}
.margin_b_60 {
	margin-bottom: 60px;
}
.margin_b_50 {
	margin-bottom: 50px;
	margin-bottom: 30px;
}
.margin_b_40 {
	margin-bottom: 40px;
}
.margin_b_30 {
	margin-bottom: 30px;
}
.margin_b_25 {
	margin-bottom: 25px;
}
.margin_b_20 {
	margin-bottom: 20px;
}
.mb50 {
    margin-bottom:50px;
}
.mb14 {
    margin-bottom:14px;
}
.margin_b_10 {
	margin-bottom: 10px;
}
.mb15 {
    margin-bottom:15px;
}

.uppercase {
    text-transform:uppercase;
}

.left {
	float: left;
}
.right {
	float:right;
}

.width_40p {
	width: 40%;
}
.width_60p {
	width: 60%;
}

.relate {
	position: relative;
}
.abs {
	position: absolute;
}
.top_0 {
	top:0;
}
.left_0 {
	left: 0;
}
.fullheight {
	height:100%;
}
.fullwidth {
	width:100%;
}
.tb {
	display: table;
}
.tbc {
	display: table-cell;
	vertical-align: middle;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.blck {
	display: block;
}
.inl_blck {
	display: inline-block;
}
.over_auto {
	overflow: auto;
	overflow-y: hidden;
}
.bg_blue {
	background:#143264;
}
.bg_white {
	background: #ffffff;
}
.bg_black {
	background: #000000;
}
.bg_grey {
	background: #f0f0f0;
}

.black {
	color: #000000;
}
.blue {
	color: #80b7e5;
}
.dark_blue {
	color:#143264;
}
.white {
	color:#fff;
}
.italic {
	font-style: italic;
}

.font_15 {
	font-size: 15px;
	font-size: 18px;
	line-height: 19px;
}
.l_s_2 {
	letter-spacing: 2px;
}
.l_s_1 {
	letter-spacing: 1px;
}
.featured_img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}





.margin_b_100 {
	margin-bottom: 100px;
}


.z_3 {
	z-index: 10;
}

.scroll_down  {
	padding:0 0 35px 35px;
	color: #80B7E5;	
	font-size: 15px;
	font-family: 'AkkuratStdRegular';
	display: block;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.scroll_down:hover {
	color:#ffffff;
}
#page-about .scroll_down:hover {
	color:#143264;
}

.line {
	margin-left: 40px;
	position: relative;
	transition: all 0.2s ease-in-out;
	
}
.line:hover {
	color:#143264;
}
.line:before {
	position: absolute;
	content: '';
	height: 1px;
	background: #80b7e5;
	width:20px;
	top:0;
	bottom: 0;
	margin:auto;
	left:-30px;
}
.hover_design>a>.abs {
	opacity: 0;
	transition: all 0.6s ease-in-out;
	background:rgba(0,2,27,0.7);
	background:rgba(0,2,27,0.5);
	z-index: 2;
}
.hover_design>a:hover>.abs {
	opacity: 1;
}
.hover_design.touch>a>.abs {
	opacity: 1;
	bottom: 0;
	top:auto;
	height: auto;
	position: relative;
	background: #143264;
	padding: 10px 0;

}
.hover_design.touch>a>.abs>.tb, .hover_design.touch>a>.abs>.tb>.tbc {
	display: block;
	height: auto;


}
.hover_design.touch>a>.abs>.tb>.tbc>span {
	text-transform: uppercase;
}
.hover_design.touch .margin_t_20{
	margin-top: 5px;
}
.hover_design.touch .margin_b_30 {
	margin-bottom: 5px;
}
.flexslider .flex-control-paging li a {
	width:20px;
	height:4px;
	font-size: 0;
	background:#80b7e5;
	position: relative;
}
#page-about .flexslider .flex-control-paging li a, #page-details .flexslider .flex-control-paging li a , #page-projects .flexslider .flex-control-paging li a {
	background: #000000;
}
.flexslider .flex-control-paging li a:after {
	width: 100%;
	height: 10px;
	content: '';
	position: absolute;
	background:transparent;
	top:0;
	bottom: 0;
	left: 0;
	margin:auto;
}
.flexslider .flex-control-paging li a.flex-active {
	background:#ffffff;
}
#page-about .flexslider .flex-control-paging li a.flex-active, #page-details .flexslider .flex-control-paging li a.flex-active, #page-projects .flexslider .flex-control-paging li a.flex-active {
	background: #80b7e5;
}
.flexslider .flex-control-paging li {
	margin:0;
	margin-right: 10px;
}
.flexslider .flex-control-paging li:last-child {
	margin-right: 0;
}
.flexslider .flex-control-paging {
	text-align: center;
	bottom: 30px;
}
.aboutslider.flexslider .flex-control-paging {
/*	text-align: right;*/
	bottom: 8px;
	z-index: 5;
}

.parallax-mirror {
	z-index: 1!important;
}
.parallax-window {
    height: 1080px;
    height: 608px;
    display: inline-block;
    width: 100%;
    position: relative;
	background:transparent;
	z-index: 2;
	
}
section#awards .grid_6 {
	margin-bottom: 50px;
}
section#awards .year {
	display: block;
	overflow: auto;
/*	transition: all 0.6s ease-in-out;*/
	opacity: 1;
}
section#awards .opacity {
	opacity: 0;
}
section#awards .noheight {
	height:0;
}
section#awards h5 {
	position: relative;
}
section#awards h5>span{
	position: absolute;
	width:15px;
	height:15px;
	right:5px;
	top:0;
	margin:auto;
	bottom:0;
	cursor: pointer;
	transition: all 0.6s ease-in-out;
	transform: rotate(45deg);
}
section#awards h5>span:after, section#awards h5>span:before {
	position: absolute;
	content: '';
	width:15px;
	height: 1px;
	top:0;
	bottom: 0;
	right:0;
	left:0;
	background:#80b7e5;
	margin: auto;
	cursor: pointer;
	
}
section#awards h5>span:after {
	width: 1px;
	height: 15px;
}
section#awards h5>span.rotate {
	transform: rotate(0);
}
#page-projects .filter_wrapper>a {
    border: none;
    margin-right: 10px;
    font-size: 15px;
    font-family: 'AkkuratStdBold';
    background: transparent;
    text-transform: uppercase;
    color: #acacac;
    cursor: pointer;
	letter-spacing: 1px;
	outline: none;
	transition: all 0.2s ease-in-out;
	display: inline-block;
}
#page-projects .filter_wrapper>a.active {
	color:#000000;
}
#page-contact .container {
	font-size: 16px;
	line-height: 20px;
}

.fixed {
	position: fixed;
}
.top_0 {
	top:0;
}
#map {
	height:580px;
	width: 100%;
	margin-bottom: 130px;
}
.filter_label {
	display: none;
}
#page-about .featured_img {
	position: fixed;
	top: 0;
	left: 0;
	height:calc(100vh - 188px);
	height:calc(100vh - 168.5px);
	width: 100%;
	
	min-height: 600px;
}


#page-about .container.topmargin{
	margin-top:calc(100vh - 168.5px);
}

#page-about.invest .container.topmargin{
	margin-top:calc(100vh - 168.5px)!important;
}


.bg_grey {
	background: #f0f0f0;
}
.margin_b_150 {
	margin-bottom: 150px;
}
.mobile {
	display: none;
}
.desktop {
	display: block;
}
.video {
    display: block;
    position: relative;
    width: 100%;
}
.video svg {
    height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 45px);
}
.grid_6.first {
    padding-top: 13px;
}

.stack_design .blck.over_auto:last-child{
	padding-top: 30px;
}
/*
.stack_design .blck.over_auto:last-child>img{
	width: 100%;
}
*/

.hover_design>a {
	overflow: hidden;
}
.hover_design img {
	width:100%;
	margin:auto;
	transition: all 0.3s ease-in-out;
}
.hover_design>a:hover img {
	transform: scale(1.05, 1.05);
}

.padding_b_60 {
		padding-bottom: 60px;
	}
.padding_b_100 {
	padding-bottom: 100px;
}

.centrealign {
	text-align: center;
}

.fs34 {
	font-size: 34px;
	line-height: 44px;
}
    .padding_tb_25 {
		padding-top: 25px;
        padding-bottom:25px;
	}
    .list
    {
        width:200px;
        position:absolute;
        top:165px;
        left:35px;
        padding:0;
        margin:0;
        z-index:5
    }
        .list li
        {
            display:block;
            list-style:none;
            font-size:28px;
                font-family: 'AkkuratStdBold';
                color:#fff;
                margin-bottom:20px;
                text-transform:uppercase;
                letter-spacing:2px;
                transition: color 0.5s;
        }
            .list li.active{
            color:#143264
        }
            .cls-1{fill:#fff;   transition: all 0.5s;}
            header.bg_white  .cls-1{fill:#203163;}
footr .cls-1{
	fill:#ffffff !important;
}
.mss *{
	fill:#ffffff !important;
}

a.bioBtn {
    position: absolute;
    right: 0;
    top: 0;
    color: #80b7e5;
    overflow: hidden;
    width: 90px;
    text-align: right;
}
a.bioBtn:before {
    content: 'Open';
    left: 22px;
    transform: translateY(0);
    transition: all 0.4s ease-in-out;
    position: absolute;
}
a.bioBtn:after {
    content: '- Close';
    left: 5px;
    transform: translateY(-20px);
    transition: all 0.4s ease-in-out;
    position: absolute;
    /* width: 62px; */
}

a.bioBtn.clicked:before {
    transform:translateY(20px);
}
a.bioBtn.clicked:after {
    transform:translateY(0);
}


p.bio {
    display:none;
    margin-top:20px;
}

.container {
	min-height: calc(100vh - 352px);
}
.bg{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1300px) {
	.margin_l_230 {
    margin-left: 130px;
}
            }
@media screen and (max-width: 1100px) {
	.max_w_1040 {
		padding-left: 30px;
		padding-right: 30px;
	}

}
@media screen and (max-width : 1024px) {
	.parallax-window {
    	height: 600px;
	}
	img.parallax-slider {
    min-height: 650px !important;
}
	
   
}

@media screen and (max-width : 980px) {

    #page-about .featured_img {
	    height:calc(100vh - 226px);
    }
    #page-about .container.topmargin{
	    margin-top:calc(100vh - 226px);
    }
    .f36 {

    font-size: 32px;
    max-width:600px;

}
}

@media screen and (max-width : 760px) {
    footer .share a {
        padding-top: 24px;
    }

    #page-about .featured_img {
	    height:calc(100vh - 160px);
    }
    #page-about .container.topmargin{
	    margin-top:calc(100vh - 160px);
    }
.aboutslider.flexslider .flex-control-paging , .flexslider .flex-control-paging {
	text-align: center;
	bottom: 8px;
}
	#awards{
		margin-top: -100px;
		padding-top: 190px ;
	}
	footer .grid_6{
		width: 100%;
		text-align: left !important;
	}
    .logo svg, footer .logo svg {
    height: 50px;
		width: auto;
}
	.margin_b_135 {
		margin-bottom: 0;
	}
    .mt100 {
        margin-top:0;
    }
	#page-projects .margin_b_135 {
		margin-bottom: 40px;
	}
	.fs34 {
		font-size: 32px;
		line-height: 38px;
		padding: 0!important;
		}
	span.abs {
		position: relative;
		display: block;
		margin-bottom: 20px;
	}
	.margin_b_140 {
 	   margin-bottom: 50px;
	}
	.stack_design .blck.over_auto:last-child {
		padding-top: 0;
	}
	#page-projects a.margin_l_230.blue.margin_b_90.akku_bold.blck {
		margin-bottom: 10px;
	}
	#page-projects .details-container{
		margin-top: 95px;
	}
	.margin_b_50 {
		margin-bottom: 25px;
	}
	.margin_t_150 {
        margin-top: 5px;
    }
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.filter_wrapper {
		display: none;
	}
	.filter_label {
		display: block;
		text-align: left;
		padding-left: 40px;
		margin-bottom: 10px;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 16px;
		cursor: pointer;
		position: relative;

	}

	.filter_label:after, .filter_label:before{
		content: '';
		position: absolute;
		background: #000000;
		width: 10px;
		height: 2px;
		transform: rotate(45deg);
		left: 15px;
		top:0;
		bottom: 0;
		margin:auto;
		transition: all 0.2s ease-in-out;
	}
	.filter_label:before{
		transform: rotate(-45deg);
		left: 21px;
	}
	.filter_label.toggle:before {
		transform: rotate(45deg);
	}
	.filter_label.toggle:after {
/*				bottom:auto;*/
		transform: rotate(-45deg);
	}
	.filter_label span {
		text-transform: capitalize;
	}
	#page-projects .filter_wrapper>a {
		display: block;
		padding-left: 40px;
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}
	#page-projects .filter_wrapper>a:last-of-type {
		margin-bottom: 0;
	}
	.container.topmargin {
		margin-top: calc(100vh - 134px);
		
	}

	
/*
	#page-home .container {
		margin-top: calc(100vh - 154px);
	}
*/
	#page-details .container, #page-contact .container {
		margin-top: 100px;
	}
	footer {
		padding:25px 15px;
	}
	
	footer img {
		max-width: 155px;
	}
	footer .share a:last-of-type {
		margin-right: 0;
	}
	.max_w_475, .max_w_495, .max_w_1040 {
		max-width: 100%;
		padding: 0 15px;
	}
	.width_40p.last {
		margin-bottom: 10px;
	}
	
	.width_40p, .width_60p {
		width: auto;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.stack_design {
		padding-top: 40px;
	}
	
	body {
		font-size: 14px;
		line-height: 18px;
	}
	.hover_design>a>.abs {
		opacity: 1;
		bottom: 0;
		top:auto;
		height: auto;
		padding: 10px 0;
		
	}
	.hover_design>a>.abs>.tb, .hover_design>a>.abs>.tb>.tbc {
		display: block;
		height: auto;
		
		
	}
	.hover_design>a>.abs>.tb>.tbc>span {
		text-transform: uppercase;
	}
	#page-details .hover_design>a>.abs>.tb>.tbc>span:first-child{
		display: none;
	}
	#page-details .hover_design>a>.abs {
		background: #143264;
	}
	.grid_6 {
		margin-right:0!important;
		margin-bottom: 25px;
		width:100%!important;
	}
	.break {
		display: none;
	}
	.scroll_down {
/*		display: none;*/
		padding-left: 15px;
	}
	#anchor {
		margin-right:15px;
	}
	
	
	h1 {
		font-size: 32px;
		line-height: 32px;
		display: block;
	}
	h2 {
		font-size: 24px;
		line-height: 24px;
	}
	h3, #page-details h3 {
		font-size: 20px;
		line-height: 20px;
	}
	h4 {
		font-size: 20px;
		line-height: 24px;
	}
	.flexslider h2 {
		left: 15px;
		bottom: 20px;
	}
	
	.flex-direction-nav a {
		display: none!important;
	}
	span.blue.akku_bold.abs.top_0.left_0.font_15.l_s_1 {
		position: relative;
		top:auto;
		left: auto;
		display: block;
		margin-bottom: 10px;
		 font-family: 'DomaineDispMedium';
	}
	
	.margin_l_230.max_w_495{
		margin-left: 0;
	}
	.padding_l_50p {
		padding-left: 0;
	}
	.padding_l_20 {
		padding-left: 20px;
	}
	.padding_b_35 {
		padding-bottom: 70px;
	}
	
	.padding_r_20 {
		padding-right: 20px;
	}
	
	.padding_b_130 {
		padding-bottom: 90px;
	}
	
	.padding_t_130 {
		padding-top: 90px;
	}
	.padding_t_20 {
		padding-top: 10px;
	}
    .padding_tb_25 {
		padding-top: 25px;
        padding-bottom:25px;
	}
	.margin_l_245 {
		margin-left: 0;
	}
	.margin_t_100 {
		margin-top: 80px;
	}
	.margin_t_90 {
		margin-top: 70px;
	}
	.margin_b_40 {
		margin-bottom: 25px;
	}
    .margin_b_60
    {
        margin-bottom:60px;
    }
	#page-details .margin_b_40 {
		margin-bottom: 40px;
	}
	.margin_b_150 {
		margin-bottom: 60px;
	}
	.margin_b_90 {
		margin-bottom: 60px;
	}
	.margin_b_75 {
		margin-bottom: 45px;
	}
	.hover_design .margin_b_30 {
		margin-bottom: 5px; /*risky */
	}
/*
	#page-details .margin_b_30 {
		margin-bottom: 30px;
	}
*/
	.margin_b_20 {
		margin-bottom: 10px;
	}
	.hover_design .margin_t_20 {
		margin-top: 5px; /* risky*/
	}
	.margin_l_230 {
		margin-left: 15px;
		
	}
	
	.margin_b_130 {
		margin-bottom: 100px;
	}
	.margin_t_130, .margin_t_135 {
		margin-top: 70px;
	}
	.padding_b_45 {
		padding-bottom: 40px;
	}
	.padding_l_35 {
		padding-left: 15px;
	}
	#head_line{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
/*
	.padding_t_35 {
		padding-top: 50px;
		background: red;
	}
*/
	.logo {
		left:15px;
		z-index: 10;
		
	}

	
	#nav-toggle {
		display: block;
		top:24px;
	}
	header.bg_white #nav li a {
		color: #ffffff;
	}
	header.active_nav .logo .cls-1 {
		fill:#ffffff!important;
	}
	header.active_nav #nav-toggle span:after, header.active_nav #nav-toggle span:before {
		background: #ffffff!important;
	}
	
	header.bg_white #nav-toggle span,header.bg_white #nav-toggle span:after, header.bg_white #nav-toggle span:before, 
    #page-projects #nav-toggle span, #page-projects #nav-toggle span:after, #page-projects #nav-toggle span:before,
     #page-details #nav-toggle span:before, #page-details #nav-toggle span:after, #page-details #nav-toggle span, 
    #page-contact #nav-toggle span:before, #page-contact #nav-toggle span:after, #page-contact #nav-toggle span, 
    #page-team #nav-toggle span:before, #page-team #nav-toggle span:after, #page-team #nav-toggle span, 
    #page-privacy #nav-toggle span:before, #page-privacy #nav-toggle span:after, #page-privacy #nav-toggle span, 
    #page-disclaimer #nav-toggle span:before, #page-disclaimer #nav-toggle span:after, #page-disclaimer #nav-toggle span {
		background: #1C354E;
	}
	ul#nav {
		position: fixed;
		width:100vw;
		height: 100vh;
		left:0;
		top:0;
		background:#143264;
		padding-top: 30vh;
		clear:both;
		transform: translateX(-100%);
		opacity: 0;
		transition: all 0.4s ease-in-out;
	}
		ul#nav.show {
			transform: translateX(0);
			opacity: 1;
		}
	ul#nav li {
		display: block;
		margin:5vh 0 !important;
		width: 100%;
		text-align: center;
		padding:0;
	}
	ul#nav li a, #page-projects #nav li a, #page-contact #nav li a, #page-team #nav li a, #page-disclaimer #nav li a, #page-privacy #nav li a {
		display: inline-block!important;
		margin: 0;
		text-align: center;
	/*	width: 100%;*/
		line-height: normal;
		color: #ffffff;
		padding: 0;
		font-family: 'DomaineDispMedium';
		font-size: 18px;
	}
	#map {
		height: 400px;
	}
    .list {

    top: 75px;
    left: 15px;

}
        .list li {
            font-size:13px;
            margin-bottom:0;
			letter-spacing: 1px;
        }
        .f36
        {
            font-size:20px;
            max-width:400px;
        }
	
          .margin_b_60
    {
        margin-bottom:30px;
    }
	

}



@media screen and (max-width : 420px) {
	.stack_design {
    padding-top: 0;
}
	.margin_b_90{
		margin-bottom: 40px;
	}
	.margin_t_90{
		margin-top: 40px;
	}
	h5{
		line-height: 1.1;
	}
	.fs34{
		font-size: 20px;
		line-height: 1.1;
	}
	
	footer .over_auto.blck:last-of-type {
		margin-top: 20px;
	}
	footer .over_auto.blck:last-of-type .grid_6 {
		width:100%;
		text-align: left;
	}
	.cc {
		text-align: left!important;
		margin-top: 20px;
	}
	.fs20_mob{
		font-size: 20px;
		line-height: 1.1;
	}
	.mt70_mob{
		margin-top: 70px;
	}

.logo {
    top: 10px;
}
		#anchor {
		margin-right:initial;
		margin-left: initial;
		padding-right: 15px;
		padding-left: 15px;
	}
	#page-about #anchor{
		padding-left: 0;
	}
	.padding_r_10 {
    padding-right: 15px;
}
	.padding_l_10 {
    padding-left: 15px;
}

}

@media screen and (max-width : 370px) {
	#page-about .featured_img {
			height: calc(100vh - 163px);
		}
	#page-about .container.topmargin {
		margin-top: calc(100vh - 163px);
	}
}
/* Iphone 6p,7p,8p -   Safari Bottom Menue Bar size :       */
@media screen and (max-width : 450px) {
	#page-about.safari .container.topmargin{
	    margin-top: calc(100vh - 260px);
	}
}

/* Iphone 6,7,8 -   Safari Bottom Menue Bar size :        */
@media screen and (max-width : 375px) {
	#page-about.safari .container.topmargin{
	    margin-top: calc(100vh - 268px);
	}
}

@media screen and (max-width : 320px) {
	
}