/*
* 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%;
}

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;
}
.back_full {
	background: url("../img/background_web-01.jpg") no-repeat center center fixed; 
	background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.row_thumb_ses {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.page_landing{
	background: url("../img/saga_hut_landing_background_web.png")no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	
}

.page_landing_hut2{
	background: url("../img/hut_S2_landing_background_web.png")no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	
}

.header_site {
	text-align:center;
}

.content_prime{
	margin: 15px auto;
	
}

.content_audio_prime {
	padding:15px;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 10px auto;
	/*overflow: auto;
	overflow-x: hidden;
	max-height:400px;*/
}

.rows_landing {
	margin : 10px 0;
}

.rows_landing h2 {
	color:#fff;
	font-size:18px;
	margin: 15px 0;
}
.rows_landing img{
	vertical-align: middle;
	max-width: 100%;
}

.rows_landing p{
	color:#fff;
}

.rows_landing a {
	text-decoration: none;
	color:#fff;
}




@media (max-width: 312px) {
	.share {
		z-index: 4;
	}

	.share {
		top: auto;
		bottom: 0;
		right: 0;
		left: 0;
		padding: 10px;
		background: #eee;
		position: fixed;
		text-align: center;
		
	}
}

@media (min-width: 787px) {
	.share > a.wa {
		display: inline-block;
		height: 30px;
		width: 30px;
		color: #fff;
		text-align: center;
		padding:5px;
		border-radius : 20px;
		cursor: pointer;
		margin-left : 10px;
		display:none;
	}
}

.share {
	padding : 5px;
	/*margin-left : 5px;*/
	/*float:left;*/
}

.share > a {
	display: inline-block;
	height: 30px;
    width: 30px;
	color: #fff;
	text-align: center;
	padding:5px;
	border-radius : 20px;
	cursor: pointer;
	margin-left : 10px;
}


.facebook {
	background-color :#006eb3;font-size: 1.2em;
	/*padding : 10px;
	font-size : 14px;*/
}

.twitter {
	background-color :#00ccff;
	font-size: 1.2em;
}

.google_plus {
	background-color :#dd4b39;
	font-size: 1.2em;
}

.whatsapp {
	background-color :#07d61a;
	font-size: 1.2em;
}

.facebook {
	background-color :#3b5999;font-size: 1.2em;
	/*padding : 10px;
	font-size : 14px;*/
}

.twitter {
	background-color :#00aaef;
	font-size: 1.2em;
}
.google_plus {
	background-color :#dd4b39;
	font-size: 1.2em;
}
.youtube {
	background-color :#cf2200;
	font-size: 1.2em;
}
.soundcloud {
	background-color :#ff4700;
	font-size: 1.2em;
}
.whatsapp {
	background-color :#07d61a;
	font-size: 1.2em;
}
.instagram {
	background-color :#ab3694;
	font-size: 1.2em;
}


/* Button Play */
/*
.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;
	
}
.btn-def {
	background-image: url("../img/ic_equalize.png");
	background-position: center;
	background-repeat: no-repeat;
}
.btn-ply {
	background-image: url("../img/ic_play.png");
	background-position: center;
	background-repeat: no-repeat;
}

.btn-stop {
	background-image: url("../img/ic_stop.png");
	background-position: center;
	background-repeat: no-repeat;
}
*/
/* CSS AUDIO PLAYER */
#timeline {
	width: 65%;
    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:#fff;
	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;
}

