@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'helvStd';
    src: url('../fonts/HelveticaLTStd-Blk.eot');
    src: url('../fonts/HelveticaLTStd-Blk.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaLTStd-Blk.woff') format('woff'),
         url('../fonts/HelveticaLTStd-Blk.ttf') format('truetype'),
         url('../fonts/HelveticaLTStd-Blk.svg') format('svg');
    font-weight: normal;
    font-style: normal;	
}
@font-face {
    font-family: 'helvStdL';
    src: url('../fonts/helveticaltstdlight.eot');
    src: url('../fonts/helveticaltstdlight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaltstdlight.woff') format('woff'),
         url('../fonts/helveticaltstdlight.ttf') format('truetype'),
         url('../fonts/helveticaltstdlight.svg') format('svg');
    font-weight: normal;
    font-style: normal;	
}

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

a, img{
	border:none;
	text-decoration:none;
color: #a19800;
}

a:hover{text-decoration:underline;}

body{
	font-family:Arial, sans-serif;
	width: 1000px;
margin: 0px auto;
}

.head_holder{
	width:980px;
	margin:50px auto 0px;
	min-height:195px;
}

.logo_part{
	float:left;
	width:480px;
}

.logo_part a {
	float:left;
	width:230px;
	border-top:5px solid #000;
}

.logo_part img{
	margin-top:10px;
}

.nav{
	width:480px;
	float:right;
}

.a_home{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}

.nav ul{		
	float:left;
	display:block;
	width:230px;
	
}

.nav ul li:first-child{
	margin:0px;
}

.nav ul li{
	list-style: none;
	text-align: right;
	width:55px;	
	margin-left: 3px;
	float:left;
	border-top: 5px solid #000;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

.nav ul li a{
	text-decoration: none;
	line-height: 55px;
	height: 55px;
	margin: 63px -43px 0px 0px;
	width: 140px;
	float: right;
	color:#000;
	text-transform:uppercase;
	font-family:Arial, sans-serif;
	font-weight:900;
	
	-webkit-transform: rotate(-90deg);  
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);	
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

.nav ul li:hover a{
	text-decoration:none;
	color:#a19800;
}

.nav ul li:hover{
	border-top:5px solid #aaa740;
}

.nav ul li.active{border-top:5px solid #aaa740;}

.nav ul li.active a{color:#aaa740;}

#right{float:right}

.cont_holder{
	width:980px;
	margin:0px auto 0px;
	padding-bottom:20px;
}

.cont_holder .left_cont_part{
	width:480px;
	float:left;
	font-weight:normal;
}

.left_cont_part ul, .left_cont_part li{
	list-style:none;
	padding:0;
	margin:0;
	border:0;
	    padding-bottom: 15px;
		font-size:14px;
		
}

.cont_holder.plays .left_cont_part{
	width:480px;
	float:right;
	font-weight:normal;
}

.left_cont_part h1{
	font-size:27px;
	font-family:Arial, sans-serif;
	color:#a19800;
	font-weight:bold;
	padding-bottom: 10px;
}
.left_cont_part p{
	font-size:14px;
	font-family:Arial, sans-serif;
	color:#000;
	line-height: 17px;
	padding-bottom: 10px;
}

.first_bio{
		float:left;
		margin-bottom:20px;
		width:480px;
		overflow:hidden;
	}
	
.first_bio a{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	}
.first_bio p{	
	line-height: 20px;
}
.cont_holder .right_cont_part{
	width:480px;
	float:right;
}
.cont_holder.plays .right_cont_part{
	width:480px;
	float:left;
}

.up_news{
	width:480px;
	float:left;
	margin-bottom:20px;
}

.up_news a{
	float:left;
	margin-left:20px;
	}

.up_news .img_news_place{
	width:230px;
	height:230px;
	position:absolute;
	left:0px; 
	bottom:-230px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.up_news .text_news_place:hover .img_news_place{
	bottom:-115px;	
}
.up_news .text_news_place{
	width:230px;
	height:230px;
	float:left;
	background:#a19800;
	position:relative;
	overflow:hidden;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.up_news a:first-child{
	margin-left:0px;
}

.up_news .inner_txt{
	float:left;
	padding:15px 15px 15px 15px;
	color:#fff;
}

.inner_txt h2{
	font-size:18px;
	font-family:Arial, sans-serif;
	padding-bottom:10px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}


.inner_txt p{
	font-size:14px;	
	line-height: 18px;
}

.down_news .img_news_place{
	width:230px;
	height:230px;
	float:right;
}

.down_news .text_news_place{
	width:240px;
	height:230px;
	float:left;
	background:url(../img/bg_box.png) no-repeat center top;
}

.down_news .inner_txt{
	float:left;
	padding:15px 25px 15px 15px;
	color:#fff;
}

.quotes_holder{
	float:left;
	width:980px;
	margin-top: 20px;
}

.first_quote{
	width:230px;
	border-top:5px solid #a19800;
	float:left;
	min-height:120px;
	background:url(../img/quo.jpg) no-repeat left 10px;
}

.quotes{
	width:230px;
	border-top:5px solid #000;
	float:left;
	margin-left:20px;
margin-bottom:50px;
}

.quotes h2{
	font-size:14px;
	line-height:18px;
	color:#000;
	font-family:Arial, sans-serif;
	padding-top:15px;
	font-weight:normal;
}

/*Biografia*/
.img_bio{
	float:left;
	width:480px;
}

.img_bio img{
	margin-top: 5px;
}

/*Plays*/

.img_plays{
	width:230px;
	float:left;
	padding:0px 20px 10px 0px;
}

.cont_holder.plays .left_cont_part h4{
	font-size: 18px;
	font-family:Arial, sans-serif;
	color: #000;
	padding-bottom: 10px;
	font-weight:normal;
}

.cont_holder.plays .left_cont_part p{
	padding-bottom:15px;
}

.plays_list{
	float:left;
	width:480px;
}

.plays_list ul{
	display:block;
	width:100%;
}

.plays_list ul li{
	list-style:none;
	width:100%;
	padding:10px 0px 15px 0px;
	
	
}

/* .plays_list ul li:first-child{padding-top:0px;} */

.plays_list ul li a{
	font-size:18px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.right_cont_part .plays_list ul li:hover, 
.right_cont_part .plays_list ul li.aktivi {
	background:url(../img/plays_border.jpg) no-repeat left top!important;	
} 

.right_cont_part .plays_list ul li:hover a, 
.right_cont_part .plays_list ul li.aktivi a{
	color:#a19800;
}

.plays_holder{
	width:480px;
	float: left;
}

.left_cont_part{position:relative;}

.right_cont_part.contact .plays_list a{	
	font-weight:normal !important;
}

.right_cont_part.contact .plays_list li{
	background:none;
	padding:10px 0px 0px 0px!important;
	font-size:18px;
	text-decoration:none;
	color:#000;
}
.right_cont_part.contact .plays_list ul{
	background:url(../img/plays_border.jpg) no-repeat left top!important;
}

.right_cont_part.contact .plays_list li:hover{
	background:none!important;
}


.kont_forma{
	width:480px;
	float:right;
	color:#ffffff!important;
}
.kont_forma input{
	width:470px;
	height:40px;
	line-height:40px;
	border:none;
	padding-left:5px;
	padding-right:5px;
	background:#000;
	font-size:16px;
	font-family:'Oxygen' sans-serif;
	font-weight:normal;
	margin-bottom:10px;
	color:#ffffff!important;
}

.kont_forma input::-webkit-input-placeholder {
	color: rgba(255,255,255,1);
}
.kont_forma input::-moz-placeholder {
	color: rgba(255,255,255,1);
}
.kont_forma input:-moz-placeholder {   /* Older versions of Firefox */
	color: rgba(255,255,255,1);
}
.kont_forma input:-ms-input-placeholder { 
	color: rgba(255,255,255,1);
}

.kont_forma textarea::-webkit-input-placeholder {
	color: rgba(255,255,255,1);
}
.kont_forma textarea::-moz-placeholder {
	color: rgba(255,255,255,1);
}
.kont_forma textarea:-moz-placeholder {   /* Older versions of Firefox */
	color: rgba(255,255,255,1);
}
.kont_forma textarea:-ms-input-placeholder { 
	color: rgba(255,255,255,1);
}
.kont_forma textarea{
	resize: none;
	font-family:'Oxygen' sans-serif;
	font-weight:normal;
	width:470px;
	height:140px;
	padding:5px;
	border:none;
	background:#000;
	font-size:16px;
	margin-bottom:10px;
	color:#ffffff!important;
}

.send{
	background:#a19800!important;
	text-align:center;
	padding:0px!important;
	margin:0px!important;
	color:#ffffff;
	font-size:16px;
	width:480px!important;
	font-family:'myrbold';
	cursor:pointer;	
	border:none;
}

/*News*/

.news_pic_holder{
	float:left;
	width:480px;
	padding-bottom:20px;
}

.news_text_holder{
	float:left;
	width:480px;
}

.news_text_holder h1{
	font-size:24px;
}
.news_text_holder h2{
	font-size:18px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:10px;
	padding-top:10px;
}