/*
* Style.css
* Author : Ronny
*
*/

@charset "UTF-8";

@font-face {
  font-family: 'Lato-Bold';
  src: url("../fonts/Lato-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-reguler';
  src: url("../fonts/Lato-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Black';
  src: url("../fonts/Lato-Black.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Italic';
  src: url("../fonts/Lato-Italic.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
body{
	background-color : #f2f5fa;
}
img {
  vertical-align: middle;
  max-width: 100%;
}

.clearfix {
  clear: both;
}

a, a:hover, a:active {
	text-decoration: none;
	/*color: #28468f;
	font-family: "Lato-Bold";
	font-size:14px;*/
}

h1,h2,h3,h4,h5 {
	font-family: 'Lato-Black';
	font-weight: normal;
	font-style	: normal;
	padding:0;
	margin:0;
}

.page_landing{
	background: url("../img/serial/background_serial_16_9_polos.jpg") no-repeat center center fixed;
	background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}

.header_site {
	background-color : #D35985;
	border-radius:0 0 20px 20px;
}
.content_disclose {
	background-color : #fff;
	border-radius: 20px 20px 0 0;
}
.rows_landing {
	margin : 20px 0;
}

.rows_landing h2 {
	color:#c32824;
	font-size:22px;
}
.rows_landing img{
	vertical-align: middle;
	max-width: 100%;
}

.rows_landing p{
	color:#000;
	font-style: italic;
    font-weight: 500;
	width:95%;
}

.rows_landing a {
	text-decoration: none;
	color:#000;
}


/* CSS AUDIO PLAYER */
#timeline {
	width: 85%;
    height: 20px;
    margin-top: 10px;
    float: left;
    border-radius: 15px;
    background: rgba(238,63,63,.8);
}
#playhead {
	width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-top: 1px;
    background: rgba(0, 0, 0,1);
}

.btn_play {
	margin: 10px 0 10px;
}

.btn_play span {
	color:#000;
	float:left;
	margin-left:10px;
	padding-top:10px;
}

.btn-play-audio {
	margin-top : 5px;
	margin-right:5px;
	width: 30px;
    height: 30px;
    
    cursor: pointer;
    border:1px solid #fd0304;
	border-radius:50%;
	background-color: #fff;
	float:left;
}

.btn-ply {
	margin-top : 5px;
	margin-right:5px;
	width: 30px;
    height: 30px;
    
    cursor: pointer;
    border:1px solid #fd0304;
	border-radius:50%;
	background-color: #fff;
	
	background-image: url("../img/ic_play.png");
	background-position: center;
	background-repeat: no-repeat;
	float:left;
}

.btn-stop {
	margin-top : 5px;
	margin-right:5px;
	width: 30px;
    height: 30px;
    
    cursor: pointer;
    border:1px solid #fd0304;
	border-radius:50%;
	background-color: #fff;
	
	background-image: url("../img/ic_stop.png");
	background-position: center;
	background-repeat: no-repeat;
	float:left;
}

/*
.btn-audio-play {
	margin-top : 5px;
	margin-right:5px;
	width: 30px;
    height: 30px;
    background-image: url("../img/ic_play.png");
    cursor: pointer;
    border:none;
	background-color: transparent;
	float:left;
    
}

.btn-audio-stop {
	margin-top : 5px;
	margin-right:5px;
	width: 30px;
    height: 30px;
    background-image: url("../img/ic_stop.png");
    cursor: pointer;
    border:none;
	background-color: transparent;
	float:left;
    
}*/
/* --END */

.footer {
	margin-top : 20px;
	padding :0;
	background-color : #333;
	position:fixed;
	bottom:0;
	width:100%;
	z-index:9999;
}

.copyright {
	margin:0;
	padding:0;
	color: #fff;
}