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

}
body {
	font-family: CharterOSCRegular;
	background: #000;
	font-size: 16px;
	line-height: 19px;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}

td {
	vertical-align: top;
}

#full-width-slider {
	width: 90%;
	margin: 0 auto;
}
.fullWidth {
	 max-width: 100%;
	 margin: 0 auto;
}

.rsArrow {
	top: 50%;
	
}

.rsArrowLeft {
	left: -40px;
}
.rsArrowRight {
	right: -40px!important;
}

.rsArrowIcn
{
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.46);
}

.rsBullets {
	display: none!important;
}

/*.rsABlock {
	width: 100%;
	height: 100%;
}

.rsABlock p {
 	position: absolute;
}*/
 
/*table {
 	position: absolute;
}*/

.sliderContainer {
}

.infoBlock {
  position: absolute;
  color: #fff;
}

.h1 {
	top: 6%;
	left: 5%;
	font: italic 53px/50px OctavaOSCRegular;
	width: 630px;
	
		span {
			font: 53px/50px OctavaOSCRegular;
		}
}

.lead {
	top: 6%;
	left: 70%;
	font: italic 20px/24px OctavaOSCRegular;
	width: 160px;
	
		span {
			font: 20px/24px 'NonameGroteskHanddrawnv4Rg';
		}
}

.credits {
	top: 30%;
	left: 70%;
	width: 160px;
	font: 20px/24px 'NonameGroteskHanddrawnv4Rg';
}

.about {
	top: 13%;
	left: 5%;
	font: 18px/40px OctavaOSCRegular;
	width: 445px;
}

.practice {
	top: 5%;
	left: 5%;
	font: 17px/21px OctavaOSCRegular;
	width: 940px;
		
	.t-head {
		font: 50px/60px OctavaOSCRegular;
	}
	
	td {
		width: 470px;
		padding-right: 80px;
		
		h3 {
			font: italic 17px/21px OctavaOSCRegular;
			text-decoration: underline;
			padding: 20px 0;
		}
	}
}
.impression {
	top: 5%;
	left: 5%;
	font: 18px/31px OctavaOSCRegular;
	width: 860px;
		
	.t-head {
		font: 50px/60px OctavaOSCRegular;
		margin-bottom: 95px;
	}
	
	td {
		width: 430px;
		padding-right: 80px;
	}
}

.more {
	top: 15%;
	left: 50%;
	margin-left: -222px;
	
	.img {
		display: block;
		padding-top: 175px;
		color: #fff;	
		text-align: center;
		
		&.m1 { background: url(../images/m1.jpg) no-repeat;}
		&.m2 { background: url(../images/m2.jpg) no-repeat;}
		&.m3 { background: url(../images/m3.jpg) no-repeat;}
		&.m4 { background: url(../images/m4.jpg) no-repeat;}
		&.m1:hover { background: url(../images/m6.gif) no-repeat;}
		&.m2:hover { background: url(../images/m6.gif) no-repeat;}
		&.m3:hover { background: url(../images/m6.gif) no-repeat;}
		&.m4:hover { background: url(../images/m6.gif) no-repeat;}
	}
	.img:hover {
		color: #f00;
	}
}