/*
* Base Template
* Combines HTML5 Boilerplate & Boostrap. Includes some basic templating.
* Authored by Stephen Shaw (shshaw@gmail.com)
*/

/* @group Basics */

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}

body {
  color: #333333;
  font-weight: 400;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  margin: 0;
  /*padding: 4em 0 4em 20%;*/
}

div.container {
	width: 1920px !important;
	max-width: 1920px;
	height: 1080px;
}


.demo .flipster {
  margin: 0 -2em;
}

.row:before, 
.row:after {
    content:"";
    display: table ;
    clear:both;
}

div.col0 {
	float: left;
	background:red;
	width:36px;
	height:1080px;
}

div.col01 {
	float: left;
	background:#cfb62c;
	width:36px;
	height:400px;
}

div.col02 {
	float: left;
	background:#00677d;
	width:36px;
	height:680px;
}

div.col1 {
	float: left;
	/*background:yellow;*/
	width:1060px;
	height:1080px;
}

div.col2 {
	float: left;
	background:#00677d;
	width:787px;
	height:1080px;
}



div.col1 h1 {
	font-size: 52pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	color: #00677d;
	height: 190px;
	padding-top:35px;
	padding-bottom:100px;
	margin-top:0;
	margin-bottom:0;
	line-height: 60pt;
}

div.col1 h1.small {
        font-size: 30pt;
}


div#coverflow {
	margin-left:50px;
	margin-right:50px;
	height:600px;
	width:900px;
}

.genre {
	font-size: 30pt;
	color: white;
	padding-left: 60px;
	padding-right: 20px;
	height: 88px;
	margin-top: 150px;
	/*font-weight:600;*/
	line-height:36pt;
}
.auteur {
	font-size: 48pt;
	color: white;
	padding-left: 60px;
	padding-right: 20px;
	height: 139px;
	line-height:57.6pt;
}
.titel {
	font-size: 62pt;
	color: white;
	padding-left: 60px;
	padding-right: 20px;
	height: 339px;
	font-weight:600;
	line-height:72pt;
}
.info {
	font-size: 30pt;
	color: white;
	padding-left: 60px;
	padding-right: 20px;
	height: 285px;
	line-height: 36pt;
}


div.footer {
	/*background: orange;*/
	height: 230px;
	margin-top:25px;
}

div.fl {
	float: left;
	width: 560px;
	background: white;
	height: 230px;
	position: relative;
}

div.fl img {
position: absolute;
bottom:10px;
left:15px;
}

div.fr {
	float: left;
	/*background: black;*/
	height: 230px;
	width: 500px;
}

div.url {
	text-align: right;
	text-valign: bottom;
	margin-top:200px;
	margin-right: 50px;
	color: #00677d;
	font-weight: bold;
	font-size: 22px;
}


div.fl img {
	height: 180px;
	margin-left:20px;
	margin-top:40px;
}


.arrow_box {
	position: relative;
}

.arrow_box:after {
	right: 100%;
	top: 50%;
	border: solid;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #00677d;
	/*#88b7d5;*/
	border-width: 33px;
	margin-top: -33px;
}

body.index {
	padding:20px;
	font-size:32px;
}

body.index div {
	margin-top:20px;
	margin-bottom:20px;
}
