/* MARGON */
@font-face {
	font-family: 'Margon';
	src: url('fonts/24D5C2_1_0.eot');
	src: url('fonts/24D5C2_1_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/24D5C2_1_0.woff') format('woff'),
		 url('fonts/24D5C2_1_0.ttf') format('truetype'),
		 url('fonts/24D5C2_1_0.svg#Margon') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family: 'Lineatura';
    src: url('fonts/lineatura_bold-webfont.eot');
    src: url('fonts/lineatura_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineatura_bold-webfont.woff') format('woff'),
         url('fonts/lineatura_bold-webfont.ttf') format('truetype'),
         url('fonts/lineatura_bold-webfont.svg#lineatura_boldregular') format('svg');
    font-weight: bold;
    font-style: normal;

}

/* 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;
}
* {
	margin: 0;
	padding: 0;
}

.clr {
	clear: both;
}

body {
}

#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);
	}
}

#menu {
	position: absolute;
	width: 100%;
	top: 850px;
	z-index: 10;
	
	ul {
		list-style: none;
		font: bold 37px/45px Lineatura;
		text-align: center;
		
		li {
			cursor: pointer;
			display: inline-block;
			padding: 3px 20px;
		}
		.active {
			background: #000;
			color: #fff;
		}
	}
}

#wrapper {
	position: relative;
	width: 1200px;
	margin: 0px auto;
	
	.descr {
		position: absolute;
		width: 240px;
		font: 40px/48px Futura;
		text-decoration: underline;
		margin: -110px 0 0 710px;
	}
	.lead {
		width: 340px;
		font: 18px/23px Octava;
		margin: 80px 0 0 160px;
	}
	h2 {
		text-align: center;
	}
}

.event-wrap {
}

.event {
	width: 835px;
	position: relative;
	padding: 20px 0 0px;
	
	.desc {
		min-height: 300px;
	}
	h3 {
		font: 34px/30px Margon;
		margin-top: 30px;
		margin-left: 140px;
		width: 500px;
		height: 60px;
/*		position: absolute;*/
	}
	.caption {
		width: 490px;
		margin-top: 30px;
		margin-left: 320px;
/*		position: absolute;*/
	}
	
	.translate {
		display: none;
		.cap {
			font: bold 17px/20px Lineatura;
			float: left;
			border-bottom: 1px solid #000;
			padding: 10px 50px 10px 10px;
		}
		.tab {
			font: bold 17px/20px Lineatura;
			float: left;
			border: 1px solid #000;
			padding: 10px 0px 9px;
			width: 150px;
			text-align: center;
			border-right: none;
			cursor: pointer;
			overflow: hidden;
			&.last {
				border-right: 1px solid #000;
				&.active {
					border-right: none;
				}
			}
		}
		.txt {
			padding: 60px 30px;
			font: 18px/23px Futura;
			display: none;
		}
	}
}

.yellow {
	&#menu {background-color:rgb(255,255,0);}
	&.event {
		border-bottom: 1px solid rgb(255,255,0);
		&:hover {
			background-color:rgba(255,255,0,.3);
			border-bottom:none;
		}
	}
	.tab:hover {
		background-color:rgba(255,255,0,.3);
	}
	.active {
		background-color:rgb(255,255,0);
		border-bottom: 1px solid rgb(255,255,0)!important;
		&:hover {background-color:rgb(255,255,0);}
	}
	.txt {
		background-color:rgb(255,255,0);
	}
}

.lgreen {
	&#menu {background-color:rgb(146,226,163);}
	&.event {
		border-bottom: 1px solid rgb(146,226,163);
		&:hover {
			background-color:rgba(146,226,163,.3);
			border-bottom:none;
		}
	}
	.tab:hover {
		background-color:rgba(146,226,163,.3);
	}
	.active {
		background-color:rgb(146,226,163);
		border-bottom: 1px solid rgb(146,226,163)!important;
		&:hover {background-color:rgb(146,226,163);}
	}
	.txt {
		background-color:rgb(146,226,163);
	}
}
.orange {
	&#menu {background-color:rgb(246,164,3);}
	&.event {
		border-bottom: 1px solid rgb(246,164,3);
		&:hover {
			background-color:rgba(246,164,3,.3);
			border-bottom:none;
		}
	}
	.tab:hover {
		background-color:rgba(246,164,3,.3);
	}
	.active {
		background-color:rgb(246,164,3);
		border-bottom: 1px solid rgb(246,164,3)!important;
		&:hover {background-color:rgb(246,164,3);}
	}
	.txt {
		background-color:rgb(246,164,3);
	}
}
.cyan {
	&#menu {background-color:rgb(73,217,218);}
	&.event {
		border-bottom: 1px solid rgb(73,217,218);
		&:hover {
			background-color:rgba(73,217,218,.3);
			border-bottom:none;
		}
	}
	.tab:hover {
		background-color:rgba(73,217,218,.3);
	}
	.active {
		background-color:rgb(73,217,218);
		border-bottom: 1px solid rgb(73,217,218)!important;
		&:hover {background-color:rgb(73,217,218);}
	}
	.txt {
		background-color:rgb(73,217,218);
	}
}
.magenta {
	&#menu {background-color:rgb(241,56,90);}
	&.event {
		border-bottom: 1px solid rgb(241,56,90);
		&:hover {
			background-color:rgba(241,56,90,.3);
			border-bottom:none;
		}
	}
	.tab:hover {
		background-color:rgba(241,56,90,.3);
	}
	.active {
		background-color:rgb(241,56,90);
		border-bottom: 1px solid rgb(241,56,90)!important;
		&:hover {background-color:rgb(241,56,90);}
	}
	.txt {
		background-color:rgb(241,56,90);
	}
}