@import url(https://fonts.googleapis.com/css?family=La+Belle+Aurore|Indie+Flower);

h1 {
	color: #009de0;
	}
	
h2, h3 {
	color: #00354b;
	}

.logo {
	background: white;
	padding: 2rem;
	padding-top: 7rem;
	text-align: center;
	}

/* buttons */

.btn-default:hover {
	background-color: #bde3f5;
	}

.btn-round {
	border-radius: 50%;
	height: 72px;
	width: 72px;
	}

.btn-round.btn-lg {
	height: 92px;
	width: 92px;
	}

.btn-round.btn-sm {
	height: 52px;
	width: 52px;
	}

.btn-round.btn-xs {
	height: 32px;
	width: 32px;
	}

/* end of buttons */

/* calendar */

#calendar .more {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	}

/* end of calendar */

/* ceo statements */

#ceo-statements .portrait img {
	border: 4px solid white;
	border-radius: 50%;
	}
	
#ceo-statements .quotation {
	font-family: 'Indie Flower', cursive;
	font-size: 190%;
	line-height:1.8em;
	}

/* end of ceo statements */

/* contact */

#contact {
	background: #001d36;
	color: white;
	}

#contact h1, #contact h2, #contact h3 {
	color: white;
	}
	
#contact .portrait img {
	border: 4px solid white;
	border-radius: 50%;
	}

/* end of contact */

/* containers */

.artificial {
	background: #00354b;
	margin-bottom: 4rem;
	padding-bottom: 1rem;
	padding-top: 7rem;
	}

.artificial h1, .artificial h2, .artificial h3 {
	color: white;
	margin-top: 0px;
	}

.center {
	text-align: center;
	}

#ceo-statements {
	color: white;
	}

#intro {
	height: 640px;
	}

.jump {
	padding-bottom: 7rem;
	padding-top: 7rem;
	text-align: center;	
	}

.no-headsep h1 {
	margin-top: 0;
	}

.padding--2rem {
	padding-bottom: 2rem;
	padding-top: 2rem;
	}

.padding--7rem {
	padding-bottom: 7rem;
	padding-top: 7rem;	
	}

.padding-bottom--1rem {
	padding-bottom: 2rem;
	}

.padding-bottom--2rem {
	padding-bottom: 2rem;
	}

.padding-bottom--3rem {
	padding-bottom: 4rem;
	}

.padding-bottom--4rem {
	padding-bottom: 4rem;
	}

.padding-bottom--5rem {
	padding-bottom: 5rem;
	}

.padding-bottom--7rem {
	padding-bottom: 7rem;
	}

.padding-top--2rem {
	padding-top: 2rem;
	}

.padding-top--4rem {
	padding-top: 4rem;
	}

.padding-top--7rem {
	padding-top: 7rem;
	}

#publications {
	color: white;
	}

.video {
	margin-bottom: 1rem;
	margin-top: 1rem;
	}

/* end of container */

/* details */

.details .artificial {
	background: #00354b;
	margin-bottom: 4rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
	}

.details .artificial h3 {
	margin: 0px;
	}

.details .more {
	padding-top: 2rem;
	}

/* end of details */

/* events */

.timeline-panel ul {
	list-style-position: inside;
	padding-left: 0;
	padding-top: 1rem;
	}
	
span.time {
	background: #009de0;
	color: white;
	padding: 0.5rem;
	}

/* end of events */

/* executive board */

.executive,.paper {
	margin-bottom: 3rem;
	overflow: hidden;
	position: relative;
	}

.executive .description,.paper .description {
	background: #00354b;
	bottom: 0;	
	color: white;
	height: 62px;
	opacity: 0.6;	
	padding: 1.7rem;
	position: absolute;
	text-align: left;	
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	}

.paper .description {
    height:80px;
    opacity : 0.8;
    padding-bottom:0.5rem;
}
.executive .description:hover, .paper .description:hover {
	height: 100%;
	}
	
.executive .description-100, .paper .description-100{
	height: 100%;
	}

/* end of executive board */

/* header */

#header {
	background: url(../img/bg_ifr.jpg) 50%;
	height: 640px;
	}

#header .headline {
	margin-top: 13rem;
	}

#header .headline h1 {
	background: white;
	display: inline-block;
	margin: 0px;
	padding: 1.5rem;	
	}

#header .subline {
	margin-top: 2rem;
	}

#header .subline h3 {
	background: white;
	display: inline-block;
	margin: 0px;
	padding: 1.5rem;
	}

/* end of header */

/* history */

.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
	}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
	}

.timeline > li {
	margin-bottom: 20px;
	position: relative;
	}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
	}

.timeline > li:after {
	clear: both;
	}

.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
	}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
	}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
	}

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
	}

.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
	}

.timeline-badge.info {
	background-color: #5bc0de !important;
	}

.timeline-title {
	margin-top: 0;
	color: inherit;
	}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
	}

.timeline-body > p + p {
	margin-top: 5px;
	}

@media (max-width: 767px) {
	
	ul.timeline:before {
		left: 40px;
		}

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
		}

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
		}

    ul.timeline > li > .timeline-panel {
        float: right;
		}

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
        }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
        }
	}

.timeline-body img.proportion {
	float: left;
	padding-bottom: 1rem;
	padding-right: 1rem;
	width: 50%;
	}

/* end of history */

/* intro */

#intro .jump {
	padding-top: 22rem;
	}

/* end of intro */

/* members */

.logo-plate .img-responsive { 
    width:100%;
	}

.logo-plate {
	background: white;
	border: 1px solid #eaeaea;
	display: table-cell;
	padding: 2rem;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	width: 300px;
	}
	
.logo-plate img {
	display: block;
	margin: 0px auto;
	max-height: 150px;
	max-width: 150px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
	}

/* end of mebers */

/* navigation */

.navbar ul {
	border-left: 1px solid #666666;
	}

.navbar ul.dropdown-menu {
	border-left: none;
	}

.navbar ul.nav li {
	border-right: 1px solid #666666;
	}

.navbar ul.dropdown-menu li {
	border-right: none;
	}

/* end of navigation */

/* news */

#news .more {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	}

.subtitle {
	color: #00354b;
	}

/* end of news */

/* parallax */

.fire {
	background: url(../img/bg_fire.jpg) 50% 0 fixed; 	
	}

.metal {
	background: url(../img/bg_metal.jpg) 50% 0 fixed; 	
	}

.parallax {
	margin: 0px auto; 
	position: relative; 
	width: 100%; 
	}

.ifr {
	background: url(../img/bg_ifr.jpg) 50% 0 fixed;
	}

.painting {
	background: url(../img/bg_painting.jpg) 50% 0 fixed;
	}

.robots {
	background: url(../img/bg_robots.jpg) 50% 0 fixed; 	
	}

/* end of parallax */

/* press */

#press .more {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	}

.more-releases {
	padding-top: 1rem;
	}

ul.more-list {
	border-top: 1px solid #eaeaea;
	list-style: none;
	padding-left: 0;
	margin-top: 2rem;
	}

ul.more-list li {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 2rem;
	padding-top: 2rem;
	}

#press-newsletter p, #press-newsletter h1, #press-newsletter label {
	color: white;
	}

#press-photos .photo-item {
	margin-top: 2rem;
	}
	
#press-photos .photo-item ul li {
	padding-bottom: 1rem;
	}
.photo-item ul {
list-style: none;
	padding-left: 0;
	margin-top: 2rem;
	}
/* end of press */

/* publications */

#publications h2, #publications h3 {
	color: white;
	}

#publications .border-white {
	border: 1px solid white;
	}

#publications .more {
	padding-top: 1rem;
	}

#publications .portrait img {
	border: 6px solid white;
	}

/* end of publications */

/* sections */

.grey {
	background: #f9f9f9;
	}

.grey-line {
	border-bottom: 1px solid #eaeaea;
	}

.transparent-white {
	background: rgba(255,255,255,0.7);
	}

.white {
	background: white;
	}

/* end of sections */

/* services */

.service-item {
	padding-bottom: 4rem;
	}

/* end of services */

/* shadows */

.box-shadow--2dp {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
	}
	
.box-shadow--3dp {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
	}
	
.box-shadow--4dp {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
	}
	
.box-shadow--6dp {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
	}
	
.box-shadow--8dp {
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
	}
	
.box-shadow--16dp {
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
	}

/* end of shadows */

/* social media */

.btn-twitter {
	background: #00acee;
	border-radius: 0;
	color: #fff
	}
	
.btn-twitter:link, .btn-twitter:visited {
	color: #fff
	}

.btn-twitter:active, .btn-twitter:hover {
	background: #0087bd;
	color: #fff
	}
	
.btn-facebook {
	background: #3b5998;
	border-radius: 0;
	color: #fff
	}
	
.btn-facebook:link, .btn-facebook:visited {
	color: #fff
	}
	
.btn-facebook:active, .btn-facebook:hover {
	background: #30477a;
	color: #fff
	}
	
.btn-googleplus {
	background: #e93f2e;
	border-radius: 0;
	color: #fff
	}
	
.btn-googleplus:link, .btn-googleplus:visited {
	color: #fff
	}
	
.btn-googleplus:active, .btn-googleplus:hover {
	background: #ba3225;
	color: #fff
	}

.btn-linkedin {
	background: #0e76a8;
	border-radius: 0;
	color: #fff
	}
	
.btn-linkedin:link, .btn-linkedin:visited {
	color: #fff
	}
	
.btn-linkedin:active, .btn-linkedin:hover {
	background: #0b6087;
	color: #fff
	}

/* end of social media */

/* topics */

#topics .big {
	color: #009de0;
	font-size: 6em;
	}

#topics .big img {
	border: 2px solid #009de0;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	}

#topics .padding--7rem {
	padding-bottom: 0rem;
	}
	
#topics .teaser {
	display: block;
	margin-bottom: 7rem;
	}

/* end of topics */

