* {
	margin: 0;
	padding: 0;
}
html {

}
body {
	font-family: CharterOSCRegular;
	background: #fff;
	font-size: 17px;
	line-height: 29px;
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover;
	}

#header {
	font-family: FFDINBold;
}

.wrapper{
	width: 900px;
	margin: 35px auto 0 ;
}

.bg{
z-index: -15555;
	height: 100%;
/*	width: 100%;*/
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
}
.block{
	width: 840px;
	/*background: #12c6fa url(../images/line.jpg) no-repeat left top;*/
	padding: 30px;
	position: relative;
	/*-webkit-box-shadow:  7px 7px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  7px 7px 7px 0px rgba(0, 0, 0, 0.5);*/
		
		h1{
			font: 40px/48px 'NonameGroteskHanddrawnv4Rg';
			margin: 20px 0 40px;
			color: #fff;
		}
		.line{
			width: 175px;
			height: 1px;
			background-color: #fff;
			margin-bottom: 25px;
		}
		.description{
			width: 316px;
		}
		.credits{
			font: 13px/18px 'CirceRegular';
		}		
}



/* PHOTO-SLIDER WITH ARROWS left/right */
.psl {
	overflow: hidden;
/*	margin-left: 20px;*/

	.next {
		background: url(../images/arr-left.png) no-repeat center center;
		margin-left: 660px;
		
	}
	.prev {
		background: url(../images/arr-right.png) no-repeat center center;
		
		margin-left: -36px;
	}
	.col-arrow {
		width: 26px;
		height: 51px;
		cursor: pointer;
		margin-top: 220px;
		position: absolute;
		z-index: 999999;
	}
	.col-desc {
		background: url(../images/ui/post-new-label-arrow.png) no-repeat 0px 3px;
		padding-left: 30px;
		margin-left: 610px !important;
		margin-top: 50px;

		position: absolute;
		margin-top: 15px;
		
		p {
			font-family: CirceRegular !important;
			font-size: 12px !important;
			line-height: 14px !important;
			margin-left: 0px !important;
			width: 150px !important;
		}
	}
	.counter {
		position: absolute;
		font-family: CharterOSCRegular;
		font-size: 12px;
		width: auto !important;
		display: none;
	}
	.col-photo {
		width: 745px;
		float: left;
		overflow: hidden;
		
		.container {
			
			ul {
				list-style: none;
				
				li {
					float: left;
					
					p {
						display: none;	
					}
				}
			}
		}
	}
}
