/*

	Created at FoxLabs
	Author:Amine BENKEROUM;


*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

body{
	font-family: 'Open Sans', Helvetica, Arial,sans-serif;
	background: url(../img/background.png) fixed;
	background-color: #000;
	background-size: cover;

}

.header{
	padding: 100px;
}
.header p{
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-weight: 300;

}
.header h1{
	text-align: center;
	letter-spacing: -2px;
	font-size: 28px;
	font-family: 'Open Sans',sans-serif;
	text-transform: uppercase;
	color: white;
}

.navbar{
	float: left;
	width: 100%;
}
.navbar ul{
	width: 80%;
	height: 36px;
	float: left;
}

.navbar ul li{
	transition:all 0.2s;
	border-radius: 2px;
	margin-left: 10px;
	padding: 20px;
	list-style-type: none;
	width: 18%;
	height: 70px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	float: left;
	font-weight: bold;
}

.green{
	background: #2ecc71;
}
.green:hover{
	background: #27ae60;
}

.blue{
	background: #3498db;
}

.blue:hover{
	background:#2980b9;
}

.red{
	background: #e74c3c;
}

.red:hover{
	background: #c0392b;
}

.mide{
	background: #9b59b6;
}
.mide:hover{
	background: #8e44ad;
}

.layout{
	-webkit-box-shadow: 0px -6px 30px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px -6px 30px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px -6px 30px 0px rgba(50, 50, 50, 0.3);
	border-radius: 2px;
	background: white;
	width: 100%;
	height: auto;
	float: left;
}

.post{
	float: left;
	width: 100%;
	height: 340px;
	position: relative;
}

.post img{
	width: 100%;
	height: 340px;
}

.post-infos{
	padding: 20px;
	color: white;
	float: left;
	position: absolute;
	height: 140px;
	width:  100%;
	top: 200px;
	overflow: hidden;
	left: 0px; /*  reste a voir */
	background: url(../img/bg-post.png) no-repeat bottom ;
}
.post-infos p{
	line-height: 20px;
}
.post-infos h1{
	font-weight: bold;
	color: white;
	font-family: "Open Sans",sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .7);
	font-size: 22px;
}
.suite{
	height: 340px;
	width: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0px;
	background: url(../img/article.png) no-repeat center center;
	left:0px;
	background-size: cover;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.suite:hover{
	width: 100%;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}


.play{
	height: 340px;
	width: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0px;
	background: url(../img/play.png) no-repeat center center;
	left:0px;
	background-size: cover;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.play:hover{
	width: 100%;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}
.sidebar{
	color: #2c3e50;
	padding-top: 20px;
}

.sidebar h1{
	padding-bottom: 10px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: "Open Sans",sans-serif;
}

.sidebar h2{
	font-family: "Open Sans",sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	color: #34495e;
}

.facebook{
	height: 400px;
}

.footer{
	float: left;
	padding:20px;
}

.footer p {
	font-size:14px;
	font-weight: 300;
	text-align: center;
	color: white;
}

.post-more{
	padding: 20px;
}

.post-more h1{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
}

.article{
	font-size: 14px;
	line-height: 22px;
}

.social{
	width: 80px;
	height: 160px;
	position: absolute;
	top: 0px;
	left: -65px;
}

.navbar a,navbar a:hover{
	color: white;
}

.pagination{
	padding:20px;
}
.pagination a{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	width: 60px;
	height: 20px;
	padding: 6px;
	border-radius: 2px;
	margin: 10px;
	background: rgba(255,255,255,0.5);
}

.vidInfo{
	padding: 10px;
	font-size: 32px;
	text-align: center;
	font-weight: 300;
}

.vidInfo span{
	font-size: 20px;
}

@-webkit-keyframes beating {
    from{
    	transition:all 0.2s;
        font-size:  32px;
    }
    to{
    	transition:all 0.2s;
        font-size:  36px;
    }
}

.icon-heart:hover{
	transition:all 0.2s;
	-webkit-animation: beating 0.3s linear infinite;
}

#disqus_thread{
	padding: 10px;
	margin-top: 10px;
}

#youtube{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.8);
}
#youtube > img{
	position: relative;
	left: calc(50% - 332px);
	top: 220px;
	cursor:pointer;
}

#youtube .deletePub{
	position: relative;
	right: 230px;
	top: 70px;

}

.home{
	transition:all 0.6s;
	text-align:center;
	position:absolute;
	top:20px;
	left: calc(50% - 20px);
	display:none;
}

.home:hover{
	transition:all 0.6s;
}

.greyi{
	color:#34495e !important;
}

.redi{
	color:#e74c3c !important;
}

.bluei{
	color:#4aa3df !important;
}

.about img{
	padding-bottom:20px;
}

.commentCount{
	position:absolute;
	top:100px;
	right:6px;
	width:140px;
	height:60px;
}

.commentCount a{
	color:white !important;
	font-weight:bold;
	font-size:14px;
}


@media screen and (max-width: 480px) {

	.navbar {
		float: left;
		height: 270px;
		width: 100%;
	}
	.navbar ul li {
		transition: all 0.2s;
		border-radius: 2px;
		margin-left: 10px;
		padding: 20px;
		list-style-type: none;
		width: 100%;
		height: 70px;
		color: white;
		text-transform: uppercase;
		text-align: center;
		float: left;
		font-weight: bold;
	}
}
