
/* LESS VARIABLES */
.border-radius (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
.box-sizing (@type: border-box) {
	-webkit-box-sizing: @type;
	-moz-box-sizing:    @type;
	box-sizing:         @type;
}

#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 100000;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	
	.spinner {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -25px 0 0 -25px;
		width: 50px;
		height: 50px;
		background: rgba(0,0,0, 0.9) url(../images/loading.gif) no-repeat center center;
		.border-radius(40px);
	}
}
/* ############## */


* {
	margin: 0;
	padding: 0;
}
html {
	cursor:url(../images/cursor.cur), -moz-zoom-in;
}
a {
	color: inherit;
}
body {
	font-family: CharterOSCRegular;
	background: #fff;
	font-size: 16px;
	line-height: 19px;
	
}
#wrapper {
	width: 100%;
	margin: 0 auto;
/*	cursor: url('../images/cursor.cur');*/
}

td {
	vertical-align: top;
}

#full-width-slider {
	width: 51%;
	height: 100%;
	right: 15%;
	position: absolute;
}
.fullWidth {
	 max-width: 51%;
	 margin: 0 auto;
	 height: 100%;
}

.rsArrow {
	top: 40%;
	cursor:url(../images/cursor2.cur), -moz-zoom-in!important;
}

.rsArrowLeft {
	left: -50px;
	width: 40px!important;
	height: 68px!important;
	background: url(../images/prev.png);
}
.rsArrowRight {
	right: -50px!important;
	width: 40px!important;
	height: 68px!important;
	background: url(../images/next.png);
}

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

.menu-slider {
	position: absolute;
	top: 20%;
	left: 5%;
}
.bullet {
	float: left;
	width: 174px;
	cursor:url(../images/cursor2.cur), -moz-zoom-in;
}

.clear {
	clear: both;
}

.b1 {
	background: url('../images/menu/1.jpg');
	width: 98px;
	height: 98px;
}
.b2 {
	background: url('../images/menu/2.jpg');
	width: 77px;
	height: 98px;
}
.b3 {
	background: url('../images/menu/3.jpg');
	width: 69px;
	height: 124px;
}
.b4 {
	background: url('../images/menu/4.jpg');
	width: 106px;
	height: 123px;
}
.b5 {
	background: url('../images/menu/5.jpg');
	width: 77px;
	height: 106px;
}
.b6 {
	background: url('../images/menu/6.jpg');
	width: 98px;
	height: 107px;
}

.b1:hover {
	background: url('../images/menu/1b.jpg');
}
.b2:hover {
	background: url('../images/menu/2b.jpg');
}
.b3:hover {
	background: url('../images/menu/3b.jpg');
}
.b4:hover {
	background: url('../images/menu/4b.jpg');
}
.b5:hover {
	background: url('../images/menu/5b.jpg');
}
.b6:hover {
	background: url('../images/menu/6b.jpg');
}

.rsBullets {
	display: none!important;
}

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

.rsABlock p {
 	position: absolute;
}*/

.rsContent,.rsOverflow {
	background-color: #fff!important;
}

table {
 	position: absolute;
}

.sliderContainer {
}

.infoBlock {
  position: absolute;
  color: rgb(252, 69, 117);
  z-index: 99999;
  top: 0%;
  left: 0%;
}

.ajpg {
	/*position: relative;*/
	overflow: hidden;
	height: 100%;
	width: 0px;

	img {
		height: 100%;
	}
	.still {
		position: relative;
		z-index: 1;
	}
	.ani {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 99999999999;
		
		img {
			display: block;
			float: left;
		}
	}
}

.h-img {
	/*background: url(../images/z.gif) no-repeat 0 15%;*/
	width: 100%;
	height: 100%;
	
	p {
		position: absolute;
		right: 7%;
		width: 210px;
		top: 20%;
		font: italic 15px/21px 'OctavaOSCRegular';
		text-align: center;
		float: left;
		span {
			font: normal 15px/21px 'NonameGroteskHanddrawnv4Rg';
		}
	}
}

.credits {
	width: 400px;
	top: 15%;
	left: 50%;
	margin-left: -200px;
	font: normal 16px/24px 'OctavaOSCRegular';
}

.rsSlide {
	width: 640px;
}