/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-pro-v21-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

body {
    font: 18px 'Source Sans Pro', sans-serif;
    line-height: 1.45em;
		
}

/* We like off-black for text. */
body, select, input, textarea {color: #575757;}

a {color: #f29525; text-decoration: none;}
a:hover {text-decoration: underline;}


/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

/* General
-------------------------------------------------------------------------------*/

h1 {
    font-size: 3.7em;
    line-height: 1.1em;
    font-weight: 700;
    text-align: center;
    webkit-text-shadow: 1px 1px 1px rgba(0,0,1,0.36);
    moz-text-shadow: 1px 1px 1px rgba(0,0,1,0.36);
    text-shadow: 1px 1px 1px rgba(0,0,1,0.36);
}

h2 {
    font-size: 2.4em;
    line-height: 1.1em;
    font-weight: 600;
    color: #2f2f2f;
    margin-bottom: 1.6em;
}

h3 {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 1.3em;
}

ul {
	list-style-type: disc;
}

li {
	margin-left: 2em;
	margin-bottom: 0.5em;
	font-weight: 300;
}

a.orange-link {
    color: #f29525 !important;
}

.align-center {
    text-align: center;
}

.grid-inner {
    width: 1170px;
	max-width: 90%;
    margin: 0 auto;
}

/* Header
-------------------------------------------------------------------------------*/
.header {
    height: 90px;
    background-color: rgba(255,255,255,0.8);
    // background-color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #eaebea;
}

.header-logo {
    height: 90px;
    padding: 18px 0 18px 0;
    float: left;
    margin-left: 18px;
}

.header-button {
    float: right;
    margin-top: 22px;
	margin-right: 22px;
}

.teaser-image {
	background-color: black;
	color: grey;
    background-size: cover;
    position: relative;
}

#teaser-image-loader {
	font-size: 28px;
	padding-top: 130px;
}

.header ul.menu {
    list-style-type: none;
}

.header ul.menu li{
	float: left;
	margin-right: 6%;
	padding-top: 30px;
}

.header ul.menu li a{
	color: #575757;
}

.header ul.menu li a:hover{
	text-decoration: underline;
}

.teaser-image-inner {
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0.5;
}

.teaser-image-inner:hover {
	opacity: 1;
}

.teaser-image-inner-content {
	width: 55.1%;
	text-align: center;
	margin: 0 auto;
	padding-top: 5%;
	padding-bottom: 5%;
}

.circle-down-first {
	margin: 0 auto;
	display: block;
	cursor: pointer;
}

/* Sections
-------------------------------------------------------------------------------*/
.section {
	background-color: #ffffff;
	font-size: 1.3em;
	line-height: 1.4em;
}

.section-inner {
	padding: 130px 0 130px;
}

.section p {
	font-weight: 300;
	margin-bottom: 2.4em;
}

.left-col {
	float: left;
	width: 47%;
	margin-right: 6%;
}

.right-col {
	float: left;
	width: 47%;
}

.picto {
	float: left;
	width: 25%;
	position: relative;
}

.picto-grey {
	position: absolute;
	top: 0;
	left: 3%;
	width: 94%;
	height: 95%;
	background: rgba(51,56,45,0.85);	
	display: none;
	border-radius: 7px;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #ffffff;
	padding-top: 60px;
	padding-left: 20px;
	text-align: left;	
}

.picto:hover .picto-grey {
	display: block;
}

.scroll-hint{
	text-align: center;
	padding-bottom: 6px;
	padding-top: 6px;
	height: 59px;
	background-color: #ffffff;
	cursor: pointer;
}


.scroll-hint .circle-down {
        width: 76px;
}

.orange-button {
	font: 18px 'Source Sans Pro', sans-serif;
	font-weight: 600;
	background: #ffb34f ;
	background-image: -webkit-linear-gradient(top, #ffb34f , #ff9100);
	background-image: -moz-linear-gradient(top, #ffb34f , #ff9100);
	background-image: -ms-linear-gradient(top, #ffb34f , #ff9100);
	background-image: -o-linear-gradient(top, #ffb34f , #ff9100);
	background-image: linear-gradient(to bottom, #ffb34f , #ff9100);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	border: 0;
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}

.orange-button:hover {
	background: #febb63;
	background-image: -webkit-linear-gradient(top, #febb63, #ff9c1a);
	background-image: -moz-linear-gradient(top, #febb63, #ff9c1a);
	background-image: -ms-linear-gradient(top, #febb63, #ff9c1a);
	background-image: -o-linear-gradient(top, #febb63, #ff9c1a);
	background-image: linear-gradient(to bottom, #febb63, #ff9c1a);
	text-decoration: none;
}

/*****
Parallax
******/

.paralaxxBack {
    width: 100%;
   -webkit-transform: translateY(0);
}

.scrollholder {
    height: 1600px;
    width: 100%;
    z-index: -10;
    top:0;
    left:0;
    position:fixed;
    overflow:hidden;
    visibility: hidden;
    
    /* finally, I beat chrome!!! Annoying repainting bug on transformations */  
    -webkit-transform: translateY(0);
/*    -webkit-backface-visibility: hidden; */
/*    -webkit-perspective: 1000; */
}


/********
Footer
********/

.footer {
	background-color: #333;
	padding: 40px 0;
	color: #ffffff;
}

.footer  .first-col, .second-col, .third-col {
	width: 30%;
	float: left;
}

.first-col, .second-col {
	margin-right: 5%;
}

.footer a{
	color: #ffffff;
}

/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 560px) {
		.sidepicture {
			display: none;
		}
		.left-col {
			float: none;
			width: 100%;
		}
		.right-col {
			float: none;
			width: 100%;
		}
		.footer  .first-col, .second-col{
			width: 45%;
			float: left;
		}
		
		.third-col {
			padding-top: 30px;
			clear:both;
			width:90%;
			float: none;
		}
		h1 {
			font-size: 3em;
		}

		h2 {
			font-size: 2em;
		}
		
		.circle-down {
			display: none;
		}
		
}


