@charset "ISO-8859-1";

@font-face {
	font-family:'texgyreherosregular';
	src:url(../css/texgyreheros-regular-webfont.eot);
	src:url(../css/texgyreheros-regular-webfont.eot?#iefix) format("embedded-opentype"),url(../css/texgyreheros-regular-webfont.woff) format("woff"),url(../css/texgyreheros-regular-webfont.ttf) format("truetype"),url(../css/texgyreheros-regular-webfont.svg#texgyreherosregular) format("svg");
	font-weight:100;
	font-style:normal;
}

@font-face {
	font-family:'texgyreherosbold';
	src:url(../css/texgyreheros-bold-webfont.eot);
	src:url(../css/texgyreheros-bold-webfont.eot?#iefix) format("embedded-opentype"),url(../css/texgyreheros-bold-webfont.woff) format("woff"),url(../css/texgyreheros-bold-webfont.ttf) format("truetype"),url(../css/texgyreheros-bold-webfont.svg#texgyreherosbold) format("svg");
	font-weight:400;
	font-style:normal;
}

@font-face {
	font-family:'texgyreherositalic';
	src:url(../css/texgyreheros-italic-webfont.eot);
	src:url(../css/texgyreheros-italic-webfont.eot?#iefix) format("embedded-opentype"),url(../css/texgyreheros-italic-webfont.woff) format("woff"),url(../css/texgyreheros-italic-webfont.ttf) format("truetype"),url(../css/texgyreheros-italic-webfont.svg#texgyreherositalic) format("svg");
	font-weight:100;
	font-style:normal;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,button,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;
	font-family:"texgyreherosregular";
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	letter-spacing:0.25px;
	vertical-align:baseline;
	text-decoration:none;
	border:0;
	background:transparent;
	padding:0;
	display:block;
	-ms-overflow-style:-ms-autohiding-scrollbar;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

ol,ul {
	list-style:none;
}

blockquote,q {
	display:inline;
}

blockquote:before,q:before {
	content:open-quote;
}

blockquote:after,q:after {
	content:close-quote;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

:focus {
	outline:0;
}

img {
	width:100%;
	height:auto;
	display:block;
	vertical-align:top;
	pointer-events:none;
}

.mobile img {
	pointer-events:initial;
}

body {
	font: normal 15.5px/1.28 "texgyreherosregular",Helvetica,sans-serif;
	color:#1c2a56;
	background: #fff;
}

::selection {
	color:#fff;
	background:#1c2a56;
}

::-moz-selection {
	color:#fff;
	background:#1c2a56;
}

a,button {
	cursor:pointer;
}

a {
	display: inline;
}

a,a:hover,a:active,a:focus,a:visited {
	color: #fff;
}

section a,
section a:hover,
section a:active,
section a:focus,
section a:visited {
	color: #1c2a56;
}

h1,h2,h3,h4,h5,h6,.bold, section p a {
	font-family:"texgyreherosbold";
}

h1 {
	font-size:48px;
}

h2 {
	font-size:40px;
}

h3 {
	font-size:35px;
}

h4 {
	font-size:30px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}

p{
	margin-bottom: 20px;
}

.italic{
	font-family:"texgyreherositalic";
}

div:last-child,
p:last-child{
	margin-bottom: 0;
}

.box-outer {
    display:table;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
}
 
.box-middle {
    padding:0;
    vertical-align:middle;
    display:table-cell;
    margin:0;
}
 
.box-inner {
    width:100%;
    margin:0 auto;
    text-align:center;
    padding:0;
}

.section {
	text-align:center;
	position:relative;
	overflow:hidden;
}

.overlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}

#splash{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background:#1c2a56;
	z-index: 10000;
	-webkit-transform: translateZ(10000px);
	-moz-transform:translateZ(10000px);
	-ms-transform:translateZ(10000px);
	-o-transform:translateZ(10000px);
	transform:translateZ(10000px);
}

#splash > * ::selection {
	color:transparent;
	background: transparent;
}

#splash > * ::-moz-selection {
	color:transparent;
	background:transparent;
}

#splash .innerWrapper{
	max-width: 200px;
	min-width: initial;
	padding: 0;
}

.container {
	z-index:1;
	height:100%;
}

.content, 
.wrapper {
	width:100%;
	margin:0 auto;
	display:block;
}

.content {
	position:relative;
	top: 0;
	height:100%;
	padding: 0 0 42px;
}

.noScroll {
	overflow-y:hidden;
}

.innerWrapper{
	max-width: 1000px;
	min-width: 320px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}

header{
	height: 127px;
	box-sizing: border-box;
}

header .wrapper, 
header .innerWrapper{
	height: 57px;
}

header {
	width:100%;
	min-width:320px;
	margin:0 auto;
	padding: 35px 0;
	position: absolute;
	font-size:18px;
	top:0;
	z-index:9999;
	border-bottom: 0px solid #1C2A56;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
}

header .wrapper{
	text-align: center;
}

header .innerWrapper, 
section.landing .innerWrapper,
footer .innerWrapper{
	max-width: 1280px;
}

header #logo {
	float:left;
	display: inline-block;
	margin-left: 0;
}

header #logo a {
	font-size: 20px;
	line-height: 1;
	margin: 0;
	padding: 0;
	position:relative;
	display:block;
	color:#FFF;
}

header #logo a,
header #logo a svg{
	width: 132px;
	height: 57px;
	display: block;
}

.mobile header #logo a, 
header.pinned #logo a,
.mobile header #logo a svg,
header.pinned #logo a svg{
	width: 92px;
	height: 40px;
	overflow:hidden;
}

header nav, header .language{
	margin-top: 15px;
}

header nav {
	display: inline-block;
}

header nav ul a{
	line-height: 1;
}

header nav ul li {
	display:inline-block;
	margin: 0 72px 0;
	padding: 0 2px 2px;
}

header nav ul li.active{
	border-bottom:1px solid #1C2A56;
}

header .language{
	display: inline-block;
	float:right;
}

header .language,
header .language > * {
	display: inline-block;
	color: #fff;
}

.language span.selected{
	font-family:"texgyreherosbold";
}

header .language span.divider{
	margin:0 5px 0;
}

#menu-toggle-wrapper,
#menu-toggle-open,
#close-menu{
	display:none;
}

header.pinned, 
header.pinned .wrapper{
	height: 86px;
	background: #fff;
}

header.pinned .wrapper{
	padding: 22px 0;
	box-sizing: border-box;
	border-bottom:2px solid #1C2A56;
}

.mobile header.pinned, 
header.pinned{
	position:fixed;
	padding: 0;
	margin: 0px 0;
	box-sizing: border-box;
}

header.pinned{
	height: 86px;
	background:#fff;
}
.mobile header #logomark, 
header.pinned #logomark{
	width: 92px;
	height: 40px;
}

.mobile header nav, 
.mobile header .language, 
header.pinned nav,
header.pinned .language{
	margin-top: 10px;
}

header.pinned a,
header.pinned .language > *{
	color:#1C2A56;
}

section {
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0 auto;
}

section p .italic{
	display: inline;
	word-wrap: break-word;
}

section .wrapper{
	display: inline-block;
	background: #fff;
}

section .innerWrapper{
	margin:60px auto;
}

section .bgWrapper{
	overflow:hidden;
}

section .bg{
	margin: 0 auto;
	max-width: 1920px;
	min-width: 320px;
	position: relative;
	height: 100%;
	width:100%;
	z-index: -1;
}

section .bg img{
	position: relative;
	top: 50%;
	left: 50%;
	width: 1920px;
	height: 1080px;
	margin-left: -960px;
	margin-top: -1080px;
	z-index: -1;
}

/* Landing */
section.landing .bg img, 
section.landing .bg .text{
	position: relative;
	top: auto;
	bottom: 50%;
	left: 50%;
	width: 1920px;
	height: 1080px;
	margin-left: -960px;
	margin-bottom: -1080px;
	z-index: -1;
}

section.landing .bg img{
	margin-top: -80px;
}

section.landing .bg .text{
	margin-top: 80px;
}

section.landing h1{
	line-height: 1;
	font-size: 48px;
}

section.landing h1.small{
	font-size: 42px;
	width: 350px;
}

section.landing span{
	font-size: 36px;
}

section.landing h1,
section.landing span{
	line-height: 1;
	width: 460px;
}

section.landing .divider{
	height: 30px;
	width: 100%;
}

.mobile section.landing .divider{
	height: 34px;
}

section.landing .wrapper{
	background: transparent;
}

section.landing .innerWrapper{
	position:absolute;
	margin: 0 auto;
	height: initial;
	top: 140px;
	bottom: auto;
	left: 0;
	right: 0;
	text-align: left;
}

section.landing .bgWrapper{
	height: 100%;
}

.mobile section.landing .bgWrapper .bg{
	margin-top: 0;
	z-index: 1;
}

.mobile section .bg img{
	display:none;
}

.mobile section.landing{
	background-image:url("../img/NMR-landing.jpg");
	background-size: 1920px 1080px;
	background-repeat:no-repeat;
	background-position: 50% -120px;
	padding-bottom: 120px;
	margin-bottom: -120px;
}

.mobile section.about .bg{
	background-image:url("../img/NMR-bio.jpg");
	background-size: 1920px 1080px;
	background-repeat:no-repeat;
	background-position: 50% 0;
}

.mobile section.cases-publications .bg{
	background-image:url("../img/NMR-cases.jpg");
	background-size: 1920px 1080px;
	background-repeat:no-repeat;
	background-position: 50% 0;
}

.mobile section.landing .bgWrapper{
	height: 100%;
}

.mobile section.contact #googleMap,
.mobile section.about .bgWrapper, 
.mobile section.cases-publications .bgWrapper{
	height: 400px !important;
}

.mobile section.landing, .mobile section.about .bg, .mobile section.cases-publications .bg{
	top: 0 !important;
	background-size: cover;
}

/* About */
section.about h6, 
section.cases-publications h5{
	margin-bottom: 25px;
}

section.about p {
	max-width:960px;
}

section.about .wrapper{
	margin-top: -220px;
}

.mobile section.about .wrapper{
	margin-top: 0;
}

/* Cases & Publications */
section.cases-publications h6{
	cursor: pointer;
	padding: 10px 0 15px;
}

section.cases-publications h6::selection {
	color:#1c2a56;
	background:#fff;
}

section.cases-publications h6::-moz-selection {
	color:#1c2a56;
	background:#fff;
}

section.cases-publications .tabs .item{
	border-bottom: 2px solid;
}

section.cases-publications .tabs .item:first-child{
	border-top: 2px solid;
}

section.cases-publications .tabs .item ul{
	display:none;
}

section.cases-publications .tabs .item.active ul{
	display:block;
	margin-bottom: 20px;
	width: 770px;
}

section.cases-publications .tabs .item ul li{
	margin: 15px 0 0 0;
	padding: 0 0 0 35px;
	position: relative;
	color: #000;
}

section.cases-publications .tabs .item.publications ul li{
	font-family:"texgyreherositalic";
}

section.cases-publications .tabs .item ul li:first-child{
	margin: 0 0 0 0;
}

section.cases-publications .tabs .item ul li:before{
	content:"*";
	position: absolute;
	left: 0;
}

/* Contact */
section.contact #googleMap{
	width: 100%;
	height:750px;
}

.mobile section.contact #googleMap{
	pointer-events:none;
}

.gm-style{
	border: 1px solid #e8e8e8;
	box-sizing:border-box;
}

section.contact .wrapper, 
section.contact .innerWrapper{
	display:inline-block;
}

section.contact .wrapper{
	text-align:center;
}

section.contact .innerWrapper{
	margin: 60px auto;
	text-align:left;
}

section.contact h5{
	margin-bottom: 25px;
}

section.contact .company, 
section.contact .address, 
section.contact .phone, 
section.contact .email{
	float:left;
	position:relative;
}

section.contact .address:before{
	background-image:url("../img/map.svg");
	left:-17px;
	width: 17px;
	height: 23px;
}

section.contact .phone:before{
	background-image:url("../img/phone.svg");
	left: -17px;
	width: 17px;
	height: 17px;
}

section.contact .email:before{
	background-image:url("../img/email.svg");
	left: -18px;
	width: 23px;
	height: 23px;
}

section.contact .address:before, 
section.contact .phone:before, 
section.contact .email:before{
	content:"";
	background-size: contain;
	background-repeat:no-repeat;
	background-position: 50% 0;
	position:absolute;
	margin: 4px 0 0 -18px;
}

section.contact .company{
	width: 22%;
}

section.contact .address{
	width: 18%;
	margin-left: 7.5%;
}

section.contact .phone{
	width: 16%;
	margin-left: 10.5%;
}

section.contact .email{
	width: 17.5%;
	margin-left: 8.5%;
}

.fr section.contact .address{
	width: 22%;
}

.fr section.contact .phone{
	width: 19%;
}

.fr section.contact .email{
	width: 10.5%;
}

section.contact .phone a{
	color:#1c2a56;
}

footer{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height: 42px;
	background: #1c2a56;
}

footer .left, 
footer .right{
	padding:15px 0;
}

footer .left{
	float:left;
}

footer .left .divider{
	display:inline-block;
}

footer .left .links{
	display:inline-block;
}

footer .right{
	float:right;
}

footer,
footer a,
footer span, 
footer .phone, 
footer .phone > div, 
footer .language, 
footer .language > span{
	display:inline-block;
	font-size:12px;
	line-height:1;
	color: #fff;
}

footer .phone .tel{
	margin-right:10px;
}

footer .language{
	margin-left:60px;
}

@media (max-width: 1360px) {
    .innerWrapper,
    section.landing .innerWrapper,
	header .innerWrapper, 
	footer .innerWrapper{
		max-width: none;
		padding: 0 80px;
	}

	header.pinned .innerWrapper{
		height:40px;
	}
	
	.content{
		padding: 0 0 42px 0;
	}

	section.landing .bg .text{
		width: 100%;
		margin: 80px auto 0;
		left: auto;
	}

	section.landing h1{
		font-size: 42px;
	}

	section.landing h1.small{
		font-size: 36px;
		width: 300px;
	}
	
	section.landing span{
		font-size: 30px;
	}

	.fr section.contact .address{
		width: 20.5%;
		margin-left: 5.5%;
	}

	.fr section.contact .phone{
		width: 17.5%;
		margin-left: 8.5%;
	}

	.fr section.contact .email{
		width: 17.5%;
		margin-left: 8.5%;
	}
}

@media (max-width: 1280px) {
	header nav {
        height: 0%;
        opacity: 0;
        display: block;
        margin: 0;
        visibility: hidden;
    }

    .mobile header nav, 
    header.pinned nav{
        margin-top: 0;
    }
           
    header nav ul{
        margin: 0 auto;
        display: block;
        width: 100%;
        box-sizing: border-box;
        height: auto;
        visibility: hidden;
    }

    header nav ul li{
        padding: 0;
        margin: 0;
        width: 100%;
        opacity: 0;
        box-sizing: border-box;
        vertical-align: middle;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

	.menu-open header nav ul li.active{
		background: rgba(28, 42, 86, 0.8);
		border-bottom:1px solid rgba(0, 0, 0, 0.08);
	}
	
	.menu-open header nav ul li.active a{
		color: #fff;
	}
	
	.menu-open header nav ul li:hover a{
        color: #1C2A56;
	}

	.menu-open header nav ul li.active:hover{
		background: rgba(28, 42, 86, 0.9);
	}
	
	.menu-open header nav ul li.active:hover a{
		color: #fff;
	}
	
    header nav ul li:first-child{
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }
       
    header nav ul li a{
        width:100%;
        font-weight: 500;
        line-height: 1;
        font-size: 30px;
        margin: 0 auto;
        padding: 60px 0;
        text-align: center;
        vertical-align: middle;
        display: block;
    }
       
    .bt-menu-trigger {
        position:fixed;
        top: 0;
        left:20px;
        display:block;
        width:50px;
        height:50px;
        cursor:pointer;
    }

    .bt-menu-trigger span {
        background:#FFF;
        position: absolute;
        float:right;
        top:50%;
        right: 15px;
        display:inline-block;
        width: 30px;
        height:3px;
        font-size:0;
        -webkit-touch-callout:none;
        -webkit-user-select:none;
        -khtml-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none;
    }
    
	header.pinned .bt-menu-trigger span{
        background:#1C2A56;
 	}

    .bt-menu-trigger span.bottom {
        margin-top:8px;
    }
              
    .bt-menu-trigger span.top {
        margin-top:-8px;
    }
           
    .menu-toggle-wrapper {
        margin: 0 -15px 0 0;
        float: right;
        padding: 0 0 0 25px;
    }

    .mobile header .menu-toggle-wrapper, 
    header.pinned .menu-toggle-wrapper{
    	margin: -5px -15px 0 0;
    }
    
    #menu-toggle-wrapper,
	#menu-toggle-open,
	#close-menu{
        display:inline-block;
	}

    #menu-toggle-open {
        font-size:17px;
        line-height:0;
        vertical-align:middle;
        cursor:pointer;
        z-index:6;
        -webkit-transform:translateZ(6px);
        -moz-transform:translateZ(6px);
        -ms-transform:translateZ(6px);
        -o-transform:translateZ(6px);
        transform:translateZ(6px);
        color:#fff;
        opacity:1;
        position:relative;
        width: 60px;
        height: 50px;
        margin: 0;
        left:auto;
        right:0;
        padding:0;
        float:right;
    }
            
    #close-menu {
        display:none;
        width:100%;
        height:100%;
        position:fixed;
        top:0;
        left:0;
        right:0;
        z-index:6;
        -webkit-transform:translateZ(6px);
        -moz-transform:translateZ(6px);
        -ms-transform:translateZ(6px);
        -o-transform:translateZ(6px);
        transform:translateZ(6px);
        cursor:pointer;
    }
    
    .menu-open header{
        background: rgba(255, 255, 255, 0.7);
        height: 100%;
    }
    
	.menu-open header .language > *{
		color: #1c2a56;
	}
	
	.menu-open .bt-menu-trigger span.bottom, 
	.menu-open .bt-menu-trigger span.top{
		background: #1c2a56;
	}

	.menu-open header{
        -webkit-transition: background .35s cubic-bezier(0.000,0.000,0.580,1.000);
        -moz-transition:background .35s cubic-bezier(0.000,0.000,0.580,1.000);
        -o-transition:background .35s cubic-bezier(0.000,0.000,0.580,1.000);
        transition: background .35s cubic-bezier(0.000,0.000,0.580,1.000);
	}

    .menu-open header nav{
        overflow-y: auto;
        opacity: 1;
        height: 100%;
        padding: 127px 0 0 0;
        width: 100%;
        margin: 0;
        float: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        visibility: visible;
        -webkit-transition: opacity .35s cubic-bezier(0.000,0.000,0.580,1.000);
        -moz-transition:opacity .35s cubic-bezier(0.000,0.000,0.580,1.000);
        -o-transition:opacity .35s cubic-bezier(0.000,0.000,0.580,1.000);
        transition: opacity .35s cubic-bezier(0.000,0.000,0.580,1.000);
    }

	.mobile.menu-open header.pinned nav,
	.menu-open header.pinned nav{
        margin: 86px 0 0 0;
        padding: 0;
   }
    
	.mobile.menu-open header nav{
		margin: 110px 0 0 0;
	}

    .menu-open .content, 
    .menu-open footer{
        -webkit-filter: blur(8px);
        -moz-filter: blur(8px);
        -ms-filter: blur(8px);
        -o-filter: blur(8px);
        filter: blur(8px);
        filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='8');
        -webkit-transition-duration: 0.35s;
        -moz-transition-duration: 0.35s;
        -o-transition-duration: 0.35s;
        transition-duration: 0.35s;
    }
    
    .menu-open header nav ul{
        visibility: visible;
        margin-bottom: 60px;
        padding-bottom: 50px;
    }
	
	.menu-open header.pinned nav ul{
        padding-bottom: 26px;
  }
	
    .menu-open header nav ul li {
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transition-duration: 0.35s;
        -moz-transition-duration: 0.35s;
        -o-transition-duration: 0.35s;
        transition-duration: 0.35s;
        opacity: 1;
    }

    .menu-open header nav ul li a{
        color: #1c2a56;
        font-size: 30px;
    }
    
    .menu-open header nav ul li:hover{
        background: rgba(255, 255, 255, 0.47);
    }

	section.landing h1{
		font-size: 35px;
	}
	section.landing h1.small{
		font-size: 30px;
		max-width: 260px;
	}

	section.landing span{
		font-size: 26px;
	}

	section.landing h1, section.landing span{
		width: 350px;
	}
}

@media (max-width: 1120px) {
	.content{
		padding: 0 0 64px 0;
	}
	
	section.contact .company, 
	section.contact .address, 
	section.contact .phone, 
	section.contact .email, 
	.fr section.contact .address, 
	.fr section.contact .phone, 
	.fr section.contact .email{
		width: auto;
		display: block;
		float: none;
		margin-left: 0;
		margin-bottom: 25px;
	}
	
	section.contact .address, 
	section.contact .phone, 
	section.contact .email, 
	.fr section.contact .address, 
	.fr section.contact .phone, 
	.fr section.contact .email{
		margin-left: 42px;
	}
	
	footer{
		height:auto;
	}
	
	footer .innerWrapper{
		padding: 15px 80px;
	}
	
	footer .left, 
	footer .right{
		float:none;
		padding: 0;
	}

	footer .left{
		margin-bottom: 10px;
	}

	footer .language{
		margin-left: 20px;
	}
}

@media (max-width: 930px) {
    section.landing .bgWrapper .bg{
    	margin-top:0;
    }

    section.landing .bg img, 
    section.landing .bg .text{
    	top: 50%;
    	right: 0;
    	margin-top: -1080px;
    	bottom: auto;
    	margin-bottom: auto;
  	}

    .mobile section.landing .bg .text{
    	top: 0;
    	right: 0;
    	height: 100%;
    	margin-top: 0;
    	bottom: 0;
    	margin-bottom: auto;
 	}
    
	section.landing .innerWrapper{
		top: auto;
		bottom: 16%;
		text-align: center;
		padding: 0 40px;
	}

	section.landing h1,
	section.landing h1.small,
	section.landing span,
	section.landing .divider{
		width: 100%;
		margin: 0 auto;
	}

	.mobile section.landing .innerWrapper{
		bottom: 20%;
	}

	section.landing h1{
		font-size: 42px;
	}

	section.landing h1.small{
		font-size: 36px;
	}

	section.landing span{
		font-size: 29px;
	}

	section.landing h1,
	section.landing span{
		max-width: 420px;
	}
	
	section.cases-publications .tabs .item.active ul{
		width:auto;
	}

	section.cases-publications .tabs .item ul li{
		padding:0 0 0 20px;
	}
}

@media (max-width: 768px) {
	section.about .bg{
		margin-top: 40px;
	}

	.mobile section.landing h1{
		font-size: 30px;
	}
	
	.mobile section.landing span{
		font-size: 20px;
	}

	section.landing h1,
	section.landing span{
		max-width: 400px;
	}
}

@media (max-width: 760px) {
	.content{
		padding: 0 0 0 0;
	}

	footer{
		position:static;
	}

	.innerWrapper,
	header .innerWrapper{
		padding: 0 40px;
	}
	
	header{
		height: 135px;
	}

	.menu-open header nav{
		margin: 135px 0 0 0;
		padding: 0;
	}
	
	footer .innerWrapper{
		padding: 15px 40px;
	}
}

@media (max-width: 670px) {
	footer .left .divider{
		display:none;
	}
	
	footer .left .links{
		display:block;
		margin: 8px 0 18px;
	}
}

@media (max-width: 410px) {
	.mobile header .language{
		display:inline-block;
	}
	
	header .language{
		display:none;
	}

	.mobile .menu-toggle-wrapper{
		padding-left:2%;
	}

	section.landing h1{
		font-size: 40px;
	}

	section.landing span{
		font-size: 30px;
	}
}

@media (max-width: 400px) {
	footer .left,
	footer .right{
		text-align:center;
		line-height: 1.3;
	}
}

@media (max-width: 360px){
	.mobile section.landing .innerWrapper{
		bottom: 21%;
	}

	.mobile section.landing h1{
		font-size: 23px;
	}

	.mobile section.landing h1.small{
		max-width: 180px;
	}

	.mobile section.landing span{
		font-size: 14px;
	}
	
	.mobile section.landing{
		background-position: 50% -60px;
		padding-bottom: 60px;
		margin-bottom: -60px;
	}
}

@media (max-width: 319px) {
	.mobile header .language{
		display:none;
	}
}

@media (max-height: 500px){
	.mobile section.landing h1{
		font-size: 20px;
		max-width: 210px;
	}
}

@media (max-width: 800px) and (orientation: landscape){
	.mobile section.landing .innerWrapper{
		bottom: auto;
		top: 32%;
		text-align: left;
		padding: 0 40px;
	}
	
	.mobile section.landing h1,
	.mobile section.landing span{
		margin: 0;
		max-width:250px;
	}
	
	.mobile section.landing h1{
		font-size: 23px;
	}
	
	.mobile section.landing span{
		font-size: 17px;
	}
}

@media (max-width: 700px) and (orientation: landscape){
	.mobile section.landing .innerWrapper{
		top: 30%;
	}
	
	.mobile section.landing h1,
	.mobile section.landing span{
		max-width:200px;
	}
	
	.mobile section.landing h1{
		font-size: 20px;
	}
	
	.mobile section.landing span{
		font-size: 15px;
	}
}

@media (max-width: 600px) and (orientation: landscape){
	.mobile section.landing .innerWrapper{
		top: auto;
		bottom: 12%;
		text-align:center;
	}
	
	.mobile section.landing h1,
	.mobile section.landing span{
		margin: 0 auto;
		max-width:190px;
	}
	
	.mobile section.landing h1{
		font-size: 17px;
	}
	
	.mobile section.landing span{
		font-size: 12px;
	}
}


/* End of CSS */