/*
eero_etusivu.css - Tyylitiedosto Eero Raittisen etusivun muotoiluun
*/
#eero-container { 	/* sivun päälohko jonka sisään tulevat kaikki muut sivun osat */
	min-height:100%;
	width: 100%;
	position:relative;
 	background-image: url(../eero/kuvat/eero-tausta.png);  
	color : #800000;
	font-size: 1em;
	background-color: #ffe79c;
}
#eero-header {
	padding: 2px 0 2px 0;
	height: auto;
	width: 100%;
	margin: 3px 0 2px 0;
	text-align: center;
	background: transparent;
}
div.eero-navigaatio {
	text-align: center;
	padding: 2px 0 5px 0;
}
div.eero-uutiset {
	padding: 10px 5px 10px;
/*	float: none; */
    margin: 0 auto;
}
.breadcrumb.eero > li + li:before {
    content:"\e201" !important;
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
	color: #800000 !important;
    padding: 0px 3px 0px 2px;
}
div.eero-8 {
	padding: 10px 10px 10px 10px;
	height: auto;
	margin: 0; 
	color : #804000;
	background-color : #f7f4dc;
	border-radius: 5px;
}
div.eero-news-panel {
	border: solid 1px #804000;
}
div.eero-news-panel2 {
	border: solid 1px #804000;
	margin-bottom: 60px;
}
.panel-default > .panel-heading.eero-newshead {
	background-color: #804000;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.panel-default > .panel-body.eero-newsbody {
	background-color: #fcf4dc;
	color: #804000;
}
div.eero-spotify-panel {
	border: solid 1px #1ed760;
}
.panel-default > .panel-heading.eero-spotify-head {
	background-color : #1ed760;
	color: #062812;
	font-weight: bold;
}
.panel-default > .panel-body.eero-spotify-body {
	background-color : #c6f4d6;
	color : #804000;
}
p.eero-text{
	color: #800000;
	font-size: 1em;
	margin: 10px 0 15px 0;
}
p.eero-uutisetright {
	font-size: 80%;
	margin: 0.1em 0 0.1em 0;
	text-align: right;
}
p.eero-uutisetcenter {
	color: #800000;
	font-size: 80%;
	margin: 0.1em 0 0.1em 0;
	text-align: center;
	width: 100%;
}
p.kuva-yteksti {
	margin: 1em 0.1em 0.1em 0.2em;
	font-size: 100%;
	color: black;
	text-align: center;
}
p.kuva-teksti {
	margin: 0.1em 0.1em 0.6em 0.2em;
	font-size: 80%;
	color: black;
	text-align: center;
}
p.eero-ctxt {
	color: #800000;
	font-size: 1em;
	margin: 10px 0;
	text-align: center;
}
div.eero-ucenter {
	color: #800000;
	font-size: 90%;
	margin: 0.1em 0 0.1em 0;
	text-align: center;
	width: 100%;
}
h1 {
	color: #800000;
	font-size: 2em;
	font-weight : bold;
}
h3.eero {
	color: #800000;
	font-size: 1.6em;
	margin: 15px 0;
}
h3.eero-center {
	color: #800000;
	font-size: 1.6em;
	margin: 15px 0;
	text-align: center;
}
ul.aster {
	list-style-type:none;
	text-align: left;
}
ul.aster li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content:"\2a";
    font-family: 'Glyphicons Halflings';
    font-size: 0.7em;
    margin-top: 2px;
    color: #800000;
}	
/* boldatut linkit */
a.eero:link, a.eero:visited, a.eero:hover {
	font-weight: bold;
	text-decoration : underline;
}
a.eero:link, a.eero:visited {
	color: #7f4945;
}
a.eero:active {
	color: #590059;
	font-weight: bold;
	text-decoration : none;
}
a.eero:hover {
	color: #e52730;
}
/* Normaalit linkit */
a.eero2:link, a.eero2:visited, a.eero2:hover {
	text-decoration : underline;
}
a.eero2:link, a.eero2:visited {
	color: #7f4945;
}
a.eero2:active {
	color: #590059;
	text-decoration : none;
}
a.eero2:hover {
	color: #e52730;
}
/* tummalla taustalla olevat linkit */
a.eero.valkea:link {
	color: #ffce9c;
	font-weight: normal;
	font-size : 1em;
	text-decoration : underline;
}
a.eero.valkea:active {
	color: #ffffe1;
	font-weight: normal;
	font-size : 1em;
	text-decoration : none;
}
a.eero.valkea:visited {
	color: #ffffff;
	font-weight: normal;
	font-size : 1em;
	text-decoration : underline;
}
a.eero.valkea:hover {
	color: #ffce9c;
	font-weight: bold;
	font-size : 1em;
	text-decoration : underline;
}

/* Taulukon otsikkosolu*/
th.eero {
	font-size : 1em;
	font-weight : normal;	
	background-color : #770000;
	background-image: none;
	color : #ffffff;
	text-align : center;
	border : none;
}
th.eero.a{
	font-size : medium;
	background-color : #770000;
	background-image: none;
	color : #ffffff;
	text-align : center;
	border : none;	
}
/* Normaalit solut */
td.eero {
	font-size : 1em;
	background-color : White;
	background-image: none;
	color : #800000;
	padding-left : 2px;
	border : none;
	text-align : left;
}
/* Taustanväriset solut  */
td.eero.a {
	font-size : 1em;
	background-color : transparent;
	background-image: url(../kuvat/tausta31.gif);	
	color : #800000;
	padding-left : 2px;	
	border : none;
	vertical-align : middle;
}
/* Biisihaku -solu */
td.eero.bhaku {
	font-size : 1em;
	background-color : #ffe0c1;
	background-image: none;
	color : #900000;
	border : none;
}
td.eero.loppu{
	background-image: url(../kuvat/tausta31.gif);
	padding-left : 0px;	
}
li {
	color: #800000;
	font-size: 1em;
	font-weight : normal;
}
/************************************************************************************
Youtube, Spotify, Tidal ja Song Link -upotukset
************************************************************************************/
.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}
.youtube-player iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}
.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}   
.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}  
.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}
.spotify-embed {
    width: 100%;
	text-align: center;
	border: none; 
}
.spotify-embedpalsta {
    width: 95%;
	text-align: center
}
.spotify-single-embed{
    width: 100%;
	height: 85px;
	text-align: center;
	border: none; 
}
div.songlink {
	max-width:100%;
	background-color: #ffe8b8;
}
div.songlink2 {
	position: relative; 
	padding-bottom: calc(56.25% + 88px); 
	height: 0;
	background-color: #ffe8b8;
}
iframe.songlink-frame {
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;
	border: 0;
}
div.songlink-ohje {
	max-width:100%;
	bottom: 0;
	background-color: #ffe8b8;
}
iframe.songlink-embed {
	margin: 0 auto;
	display: block;
	width: 90%;
	border: 0;
}
div.eero-songlink-panel {
	border: solid 1px #663300;
	margin: 10px 0 0 0; /* top, right, bottom, left */
	border-radius: 5px;
}
.panel-default > .panel-heading.eero-songlink-head {
	background-color : #663300;
	color: #fff;
	font-weight: bold;
}
.panel-default > .panel-eero-songlink-body {
	color : #663300;
}
div.eero-8c {

	height: auto;
	margin: 10px 0 0 0; /* top, right, bottom, left */
	border-radius: 5px;
}
img.img-eeroc {
	margin: 0 auto;
	display: block;
}