/*
	Fernando Antunnes
	Copyright: Fernando Antunnes | https://www.fernandoantunnes.com
*/

body{
	width: 100%;
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color: #fefefe;
	background: #0f0f0f;
	font-weight: 300;
	margin: 0;
	padding: 0;

}
#background{
	background-image: url("#");
	/* Add the blur effect */
	filter: blur(15px);
	-webkit-filter: blur(15px);
  
	/* Full height */
	height: 100%; 

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.7;
}
h1{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.3em;
	text-overflow: ellipsis;
	overflow: hidden;
}
p{
	font-weight: 300;
	font-family: Roboto,sans-serif;
	font-size: 14px;
	word-break: normal;
	padding: 10px 0px;
	margin: 0;
}
#page{
	overflow: visible;
	max-width: 320px;
	display: block;
	margin: auto;
	padding: 0;
	border: 0;
	font-size: 16px;
}
#bg{
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background-color: #000;
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}
#bg img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 55%;
	min-height: 55%;
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='30');
	filter: blur(30px);
	-webkit-filter: blur(30px);
	-moz-filter: blur(30px);
	-o-filter: blur(30px);
	-ms-filter: blur(30px);
	opacity: .7;
	z-index: 0;
}
.thumb{
	max-width: 320px;
	z-index: 10;
	position: relative;
	max-height:320px;
	box-shadow:0 0 28px 0 rgba(0,0,0,.8);
}
.thumb img{
	z-index: 7;
	max-width: 100%;

}
#header{
	text-align: center;
	padding: 15px 0;
	background: #181818;
	position: relative;
	box-shadow:0 0 28px 0 rgba(0,0,0,.8);
}
#service{
    box-shadow:0 0 28px 0 rgba(0,0,0,.8);
    position: relative;
    z-index: 10;
}


.service{
	width: 100%;
	padding: 2px 0;
	border-bottom: 1px solid #f5f5f5;
	position: relative;
	background-color: #fff;

}
.service:hover{
	background-color: #f5f5f5;
}
.service a{
	width: 100%;
	display: inline-block;
}

.service a:hover .play{
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
}

.service img{
	max-width: 125px;
	display: block;
	background-size: 100%;
	margin: 14px 0 14px 15px;
}
.play{
	text-align: center;
	display: inline-block;
	float: right;
	margin: 15px 15px 15px 0;
	border-radius: 5px;
	border: 1px solid #777;
	padding: 8px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 155px;
	color: #777;
}

#footer{
    position:relative; 
    z-index: 15; 
    text-align: center;
}

#footer a{
    color:#fff;
}
#footer p{
    color:#fff;
}
