* {
	outline: none;
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;   
    box-sizing:	border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
	-webkit-font-smoothing: antialiased;
}

html, body, img, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, blockquote, dl, dt, dd, button, input {
	margin: 0;
	padding: 0;
}




a, a:hover, a:active, a:visited {text-decoration: none;}

img {
	max-width: 100%;
	vertical-align: middle;
}

.clear {
	width: 100%;
	height: 0px;
	clear: both;
}

.clear.sep {height: 1px;}

ul, ol {list-style-position: inside;}

a {font: 13px/22px Arial, sans-serif;}

		

html, body {height: 100%;
}

		/* HEADER */

header {
	position: fixed;
	left: 10px;
	width: 278px;
	height: 100%;
	text-align: center;
	background:#C13E3D;
	border-top: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	overflow: hidden;
	z-index: 100;
	-webkit-transform-style: preserve-3d; 
}


h3{
 	font-size: 1.5em;
	color:black;
	line-height: 1.3em;
	margin-top:55px;
	text-align:left;
    letter-spacing: 0;
	padding-top:12px;
	padding-bottom:12px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	margin-left:40px;
	

}

.logo {
	display: block;
	width: 225px;
	margin: 38px auto 0;
}

header a {color: #ffffff;}



.text {margin-top: 20px; position:relative; }

.text p,
.text1 p {
	font: 400 14px 'Open Sans', sans-serif;

	text-align: center;
	color: #ffffff;
	padding:10px;
	line-height:1.7em;
}

.music  {margin-top: 50px; overflow:hidden; }

.social-links {
	margin-top: 35px; position:relative;
}

.social-links a {
	display:inline;
	margin-bottom: 12px;

}

.rights {
	font: 12px 'Open Sans', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin: 60px 0 30px;
}

.counter {
	font: 14px 'Open Sans', sans-serif;
	color: #ffffff;
	text-transform:capitalize;
	margin: 0 0 30px;
}

.counter-img {
	margin-left: 5px;
}


#wrapper {
	width: 100%;
	padding-left: 288px; 
	padding-top: 10px;
	padding-right: 10px; 
}

.box {
	display: block;
	float: left;
	position: relative;
	width: 14.28571428571429%;
	padding: 0 0 25px 10px;
	background: #ffffff;
	vertical-align: top;
	overflow: hidden;
}

.box img {width: 100%; 	background: #ffffff;
}

.box-label {
	position: absolute;
	display: none;
	width: 100%;
	bottom: 9px;
	left: 10px;
	padding: 10px 20px 10px 10px;
	background:#222222;
	font: 15px 'Open Sans', sans-serif;
	color:white;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.box:hover .box-label {display: block;}

.box a {
	font: 12px/16px 'Open Sans', sans-serif;
	color: #ffffff;
	text-decoration: underline;
}





#scroll-loading{
	position: fixed;
	top: 10px;
	left: 45%;
	width: 200px;
	height: 40px;
	z-index: 9999;
}


@media screen and (min-width: 2561px) {
	#wrapper {width: 100%;}
	
	.box {width: 323px;}
	
}/* /mediaquery */



@media screen and (min-width: 1678px) {

	
}/* /mediaquery */



@media screen and (max-width: 2064px) {
	.box {width: 16.6666%;}
	
	.box img {width: auto;}
}/* /mediaquery */



@media screen and (max-width: 1818px) {
	.box {width: 20%;}
	
}/* /mediaquery */



@media screen and (max-width: 1512px) {
	.box {width: 25%;}
	
}/* /mediaquery */



@media screen and (max-width: 1220px) {
	header {width: 250px;}
	
	#wrapper {padding-left: 260px;}
	
	
	
	
}/* /mediaquery */



@media screen and (max-width: 1168px) {
	.box {width: 33.3333%;}
	
}/* /mediaquery */





@media screen and (max-width: 900px) {
	
	
}/* /mediaquery */



@media screen and (max-width: 862px) {
	header {width: 220px;}
	
	.logo {
		width: 200px;
		margin-top: 45px;
	}
	
	
	
	
	.social-links {margin-top: 40px;}
	
	.rights {margin-top: 40px;}
	
	#wrapper {padding-left: 230px;}
	
	.box {width: 50%;}
	
}/* /mediaquery */



@media screen and (max-width: 750px) {
	
	
	
	
}/* /mediaquery */



@media screen and (max-width: 729px) {
	
	
}/* /mediaquery */



@media screen and (max-width: 556px) {
	.box {width: 100%;}
	
}/* /mediaquery */



@media screen and (max-width: 469px) {
	header {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto;
		left: 0;
	}
	
	.logo {
		width: 225px;
		margin-top: 68px;
	}
	
	.social-links {
		position: relative;
		margin-top: 40px;
	}
	
	#wrapper {
		padding: 0;
		width: 300px;
		margin: 0 auto;
	}
	
	.box {padding-left: 0;}
	
	.box-label {left: 0;}
	
	
	
	
}/* /mediaquery */




@media screen and (max-height: 810px) {
	.social-links {
		position: relative;
		margin-top: 40px;
	}
	
}/* /mediaquery */




