* {
	padding: 0;
	margin: 0;
}

a {
	color: inherit;
}

.clr {
	clear: both;
}

body {
	background-color: #000;
}

.blue_bg {
	background: #000128;
	width: 100%;
	height: 3200px;
	position: absolute;
	top: 650px;
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
	color: #000;
	position: relative;
	
	.music {
		margin: 40px 0 0 155px;
	}
	.col {
		width: 376px;
		margin-left: 170px;
		font: 17px/21px Futura;
		&:first-letter {
			font: 70px/50px Octava;	
			padding: 10px 10px 0 0;
			float: left;
		}
	}
	.wmn {
		display: block;
	}
	.gif {
		position: absolute;
		cursor: pointer;
		z-index: 10;
	}
	.dot {
		position: absolute;
	}
	.man {
		top: 416px;
		left: 522px;
	}
	
	.t-answer {
		width: 650px;
		color: #fff;
		margin-left: 285px;
		.mark {
			width: 70px;
			div {
				width: 42px;
				height: 36px;
				background: url(../images/checkbox1.png) no-repeat center center;
				cursor: pointer;
				margin-top: 10px;
				&.active {
					background: url(../images/checkbox.png) no-repeat center center;
				}
			}
		}
		.face {
			width: 70px;
		}
		.desc {
			.name {
				font: 30px/42px Nonamegrotesk;
				text-transform: uppercase;
			}
			.txt {
				font: 17px/21px 'Courier New','Courier', monospace;
				position: relative;
				.count {
					width: 510px;
					height: 100%;
					position: absolute;
					display: none;
					top: 0px;
					
					.line {
						background-color: #fff;
						width: 100%;
						height: 100%;
						position: absolute;
						opacity: 0.9;
					}
					.num {
						position: absolute;
						font: 30px/42px Nonamegrotesk;
						text-transform: uppercase;
						top: 10px;
						left: 10px;
						color: #000;
					}
				}
			}
		}
	}
	
}

.social-share {
	top: 20px;
}

h1 {
	text-align: center;
	font: bold 50px/70px Futura;
	text-transform: uppercase;
	margin: 140px 0 80px;
}

.royalSlider {
 	position: relative;
 }

 .bigslider .royalSlider{
 	width: 1024px;
 	height: 536px;
 	background-color: #000;
 	margin-left: 180px;
 }
.rsArrow {
	width: 39px!important;
	height: 39px!important;
	top: 43%;
	position: absolute;
}

.rsArrowLeft {
	left: 10px;
/*	top: 60px;*/
	background: url(../images/prev-b.png);
}
.rsArrowRight {
	right: 10px;
/*	top: 60px;*/
	background: url(../images/next-b.png);
}

.rsArrowIcn
{
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.46);
	display: none;
}
.rsArrowDisabled {
	opacity: 0.1;
}
.block-comments {
	color: #fff;
}

.buttons {
	position: absolute;
	margin-left: 500px;
	margin-top: 20px;
	
	img {
		float: left;
	}
	.vk {
		width: 162px;
		height: 43px;
		background: url(../images/vk.png);
		cursor: pointer;
		float: left;
		&:hover {
			background: url(../images/vk_hover.png);
		}
	}
	.tw {
		width: 162px;
		height: 43px;
		background: url(../images/twitter.png);
		cursor: pointer;
		float: left;
		&:hover {
			background: url(../images/twitter_hover.png);
		}
	}
}