@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'ES';
    src: url('elettroshock.eot'); /* IE9 Compat Modes */
    src: url('elettroshock.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('elettroshock.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('elettroshock.woff') format('woff'),
		 url('elettroshock.svg') format('svg');
}

.rosso {
	border-bottom: 1px solid #f44;
}
.pulsante:hover {
	color:#f4f;
}

body {
	margin:0;
	padding:0;
	text-aling:center;
}

.titolo{
	left:0px;
	right:0px;
	padding:10px;
	opacity: 0.9;
	box-shadow: 0px 1px 3px #333;
	border-radius:20px;
	
	letter-spacing:1px;
}

.menutitolo, .menutitolo a{
	color:#000;
	font-family:"ES";
	font-size:11px;
}
.menutitolo a:hover{
	color:#f44;
}
.menutitolo2, .menutitolo2 a{
	color:#eee;
	font-family:"ES";
	font-size:11px;
}
.menutitolo2 a:hover{
	color:#f44;
}

.day_number{
	height:25px;
	padding-top:19px;
	width:100%;
	text-align:center;
}
.day_number2{
	height:25px;
	padding-top:21px;
	width:100%;
	text-align:center;
}
.parete_dx{
	height:4px;
	width:100%;
	background-color:#f44;
	margin-top:2px;
}

.tastiera td{
	font-family:"ES";
	font-size:15px;
	height:20px;
	border-bottom:1px solid #bbb;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	background-color:#f3f3f3;
}

.risultatiricerca{
	opacity: 0.9;
    filter: alpha(opacity=90);
}

.blog{
	padding:10px;
	opacity: 0.9;
    filter: alpha(opacity=90);
	border-radius:20px;
}
.rent{
	padding:10px;
	opacity: 0.9;
    filter: alpha(opacity=90);
	border-radius:20px;
}
#artist{ 
  width:120%;
  background-color:#008dff;
  transition-property: background-color, all; /*standard*/
  transition-duration: 1s;
 
  -webkit-transition-property: background-color, all; /*safari*/
  -webkit-transition-duration: 1s;
         
  -o-transition-property: background-color, all;      /*opera*/
  -o-transition-duration: 1s;
         
  -moz-transition-property: background-color, all;    /*firefox*/
  -moz-transition-duration: 1s;
}
#artist:hover {
   width:150%;
   background-color: #06288a;
}

.arrotondato{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.arrotondato_much{
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}

.arrotondato_dx{
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-o-border-radius-bottomright: 5px;
	-o-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.arrotondato_sx{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-o-border-radius-bottomleft: 5px;
	-o-border-radius-topleft: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.arrotondato_top{
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-o-border-radius-topleft: 5px;
	-o-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.arrotondato_topleft{
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-o-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.arrotondato_topright{
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-o-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.arrotondato_bottom{
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-o-border-radius-bottomleft: 5px;
	-o-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.esteso{
	width:100%;
}

.slidestats{
	height:230px;
}

.menu_active{
	font-family:"ES";
	color:#f44;

	font-size:17px;
	padding-right:10px;
	padding-left:0px;
	padding-bottom:5px;
	display:inline-block;
	margin-right:8px;
	padding-top:4px;
	margin-left:0px;
}

.menu_active a{
	color:#f44;
}

.menux{
	font-family:"ES";
	color:#f4b;
	margin-left:0px;
	font-size:17px;
	padding-right:10px;
	padding-left:0px;
	padding-bottom:5px;
	display:inline-block;
	margin-right:8px;
	padding-top:4px;
}

.menux a{
	color:#333;
}
.menux a:hover{
	color:#008dff;
}

.link7, .link7 a{
	font-family:"ES";
	font-size:21px;
	line-height:21px;
	color:#333;
}
.link7 a:hover, .link7:hover{
	color:#008dff;
}
.link6, .link6 a{
	font-family:"ES";
	font-size:18px;
	line-height:18px;
	color:#333;
}
.link6 a:hover, .link6:hover{
	color:#008dff;
}
.link5, .link5 a{
	font-family:"ES";
	font-size:15px;
	line-height:15px;
	color:#333;
}
.link5 a:hover, .link5:hover{
	color:#008dff;
}
.link4, .link4 a{
	font-family:"ES";
	font-size:12px;
	line-height:12px;
	color:#ddd;
}
.link4 a:hover, .link4:hover{
	color:#f4b;
}
.link3, .link3 a{
	font-family:"ES";
	font-size:11px;
	line-height:9px;
	color:#ddd;
}
.link3 a:hover, .link3:hover{
	color:#f4b;
}

#errore{
	font-family:"ES";
	font-size:18px;
	line-height:18px;
	display:block;
	min-height:40px;
}
.testoartist{
	display:block;
	font-family:"ES";
	font-size:18px;
	line-height:20px;
	color:#f00;
}
.testoartist a:hover{
	color:#ed1753;
}

.testo10{
	font-family:"ES";
	font-size:30px;
	line-height:30px;
}
.testo10 a, .testo6 a, .testo5 a, .testo4 a, .testo3 a{
	color:#0c70cd;
}
.testo10 a:hover, .testo6 a:hover, .testo5 a:hover, .testo4 a:hover, .testo3 a:hover {
	color:#0c70cd;
}
.testo9{
	font-family:"ES";
	font-size:27px;
	line-height:27px;
}
.testo9 a, .testo6 a, .testo5 a, .testo4 a, .testo3 a{
	color:#0c70cd;
}
.testo9 a:hover, .testo6 a:hover, .testo5 a:hover, .testo4 a:hover, .testo3 a:hover {
	color:#0c70cd;
}
.testo8{
	font-family:"ES";
	font-size:24px;
	line-height:24px;
}
.testo8 a, .testo6 a, .testo5 a, .testo4 a, .testo3 a{
	color:#0c70cd;
}
.testo8 a:hover, .testo6 a:hover, .testo5 a:hover, .testo4 a:hover, .testo3 a:hover {
	color:#0c70cd;
}
.testo7{
	font-family:"ES";
	font-size:21px;
	line-height:21px;
}
.testo7 a, .testo6 a, .testo5 a, .testo4 a, .testo3 a{
	color:#0c70cd;
}
.testo7 a:hover, .testo6 a:hover, .testo5 a:hover, .testo4 a:hover, .testo3 a:hover {
	color:#0c70cd;
}
.testo6{
	font-family:"ES";
	font-size:18px;
	line-height:18px;
}
.testo5{
	font-family:"ES";
	font-size:15px;
	line-height:15px;
}

#button5, #button5 a{
	color:#fff;
	font-family:"ES";
	font-size:15px;
	line-height:15px;
	background-color:#008dff;
}
#button5 a:hover, #button5:hover{
background-color:#008dff;
color:#000;	
}

.testo4{
	font-family:"ES";
	font-size:12px;
	line-height:12px;
}
.testo3{
	font-family:"ES";
	font-size:11px;
	line-height:9px;
}

.vertical_list{
	list-style: square;
}
.vertical_list li{
	line-height:18px;
}

@media (min-width: 1250px) {
#magazine{
	width:800px;
	height:535px;
	margin:0 auto;
	position:relative;
	left:0;
	-moz-transition:0.3s left;
	-webkit-transition:0.3s left;
	transition:0.3s left;
}
#magazine .page{
	width:595px;
	height:335px;
	overflow:hidden;
}
#magazine.centerStart{
	left:-200px;
}

#magazine.centerEnd{
	left:400px;
}
.page img{
	height:335px;
	width:595px;
	display:block;
}
	
	.box:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		width:550px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box:nth-of-type(3){
		margin-left:32px;
		width:550px;
		margin-top:140px;
	}
	.box:nth-of-type(4){
		background-color:#ccc;
		width:170px;
		left:582px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:140;
		
	}
	.box:nth-of-type(5){
		background-color:none;
		width:200px;
		left:752px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:145;
		
	}
	.box:nth-of-type(6){
		background-color:#aaa;
		left:952px;
		height:100%;
		float:right;
		top:0px;
		right:0px;
		position:fixed;
		z-index:120;
	}
	
	
	
	.box_contacts:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_contacts:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:720px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box_contacts:nth-of-type(3){
		margin-left:32px;
		margin-right:720px;
		padding-top:140px;
		height:auto;
	}
	.box_contacts:nth-of-type(4){
		background-color:#ccc;
		width:300px;
		right:420px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:140;
		
	}
	.box_contacts:nth-of-type(5){
		display:none;
	}
	.box_contacts:nth-of-type(6){
		background-color:#eee;
		width:420px;
		height:100%;
		float:right;
		top:0px;
		right:0px;
		position:fixed;
		z-index:120;
	}	


	
	.box_focus:nth-of-type(1){
		width:32px;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_focus:nth-of-type(2){
		left:32px;
		position:fixed;
		top:0px;
		right:450px;
		margin:0px;
		z-index:130;
		height:140px;
	}
	.box_focus:nth-of-type(3){
		margin-left:32px;
		margin-right:450px;
		padding-top:140px;
	}
	.box_focus:nth-of-type(4){
		width:250px;
		right:200px;
		height:100%;
		float:right;
		bottom:0px;
		top:0px;
		position:fixed;
		z-index:140;
	}
	.box_focus:nth-of-type(5){
/*		background-color:none;  */
		width:200px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:145;
/*		  */
	}
	.box_focus:nth-of-type(6){
		display:none;
	}
	
	.box:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		width:550px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box:nth-of-type(3){
		margin-left:32px;
		width:550px;
		margin-top:140px;
	}
	.box:nth-of-type(4){
		background-color:#ccc;
		width:170px;
		left:582px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:140;
		
	}
	.box:nth-of-type(5){
		background-color:none;
		width:200px;
		left:752px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:145;
		
	}
	.box:nth-of-type(6){
		background-color:#aaa;
		left:952px;
		height:100%;
		float:right;
		top:0px;
		right:0px;
		position:fixed;
		z-index:120;
	}
	
	.box_sfocus:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_sfocus:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:200px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box_sfocus:nth-of-type(3){
		margin-left:32px;
		margin-right:200px;
		padding-top:140px;
	}
	.box_sfocus:nth-of-type(4){
		display:none;
	}
	.box_sfocus:nth-of-type(5){
		background-color:none;
		width:200px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:145;
		
	}
	.box_sfocus:nth-of-type(6){
		display:none;
	}
	
	
	.box_focus2{
		display:none;
	}	
	.box_press:nth-of-type(1){
		width:32px;
/*		background-color:none;  */
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_press:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:400px;
		z-index:130;
		height:140px;
		
	}
	.box_press:nth-of-type(3){
		left:32px;
		right:400px;
		bottom:0px;
		top:0px;
		padding-top:140px;
		position:absolute;
	}
	.box_press:nth-of-type(4){
		background-color:#ccc;
		width:200px;
		right:200px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:140;
		
	}
	.box_press:nth-of-type(5){
		background-color:none;
		width:200px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:145;
		
	}
	.box_press:nth-of-type(6){
		display:none;
	}
	.box_hosting:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_hosting:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:650px;
		z-index:130;
		height:140px;
		
	}
	.box_hosting:nth-of-type(3){
		left:32px;
		position:absolute;
		right:650px;
		top:140px;
	}
	.box_hosting:nth-of-type(4){
		background-color:#ccc;
		width:200px;
		right:450px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:140;
		
	}
	.box_hosting:nth-of-type(5){
		background-color:none;
		width:200px;
		right:250px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:145;
		
	}
	.box_hosting:nth-of-type(6){
		background-color:#aaa;
		width:250px;
		height:100%;
		float:right;
		top:0px;
		right:0px;
		position:fixed;
		z-index:120;
	}
	
	.box_rent:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_rent:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:400px;
		z-index:130;
		height:140px;
		
	}
	.box_rent:nth-of-type(3){
		left:32px;
		position:absolute;
		right:400px;
		top:140px;
	}
	.box_rent:nth-of-type(4){
		display:none;
	}
	.box_rent:nth-of-type(5){
		background-color:none;
		width:400px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:145;
		
	}
	.box_rent:nth-of-type(6){
		display:none;
	}
}

@media (min-width: 1030px) and (max-width:1249px) {
	.box_contacts:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_contacts:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:500px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box_contacts:nth-of-type(3){
		margin-left:32px;
		margin-right:500px;
		padding-top:140px;
		height:auto;
	}
	.box_contacts:nth-of-type(4){
		background-color:#ccc;
		width:300px;
		right:200px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:140;
		
	}
	.box_contacts:nth-of-type(5){
		background-color:#eee;
		width:200px;
		height:100%;
		float:right;
		top:0px;
		right:0px;
		position:fixed;
		z-index:120;
	}
	.box_contacts:nth-of-type(6){
		display:none;
	}	
	
	
#magazine{
	width:800px;
	height:535px;
	margin:0 auto;
	position:relative;
	left:0;
	-moz-transition:0.3s left;
	-webkit-transition:0.3s left;
	transition:0.3s left;
}
#magazine .page{
	width:535px;
	height:395px;
	overflow:hidden;
}
#magazine.centerStart{
	left:-200px;
}

#magazine.centerEnd{
	left:400px;
}
.page img{
	height:395px;
	width:535px;
	display:block;
}
	
	.box:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		width:550px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box:nth-of-type(3){
		margin-left:32px;
		width:550px;
		margin-top:140px;
	}
	.box:nth-of-type(4){
		background-color:#ccc;
		left:582px;
		height:100%;
		width:250px;
		top:0px;
		position:fixed;
		z-index:140;
		
	}
	.box:nth-of-type(5){
		background-color:none;
		left:832px;
		height:100%;
		float:right;
		top:0px;
		right:0px;
		position:fixed;
		z-index:145;
		
	}
	.box:nth-of-type(6){
		display:none;
	}
	
	.box_focus:nth-of-type(1){
		width:32px;
/*		background-color:none;  */
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_focus:nth-of-type(2){
		left:32px;
	/*	  */
		position:fixed;
		top:0px;
		right:450px;
		margin:0px;
		z-index:130;
		height:140px;
/*		  */
	}
	.box_focus:nth-of-type(3){
		margin-left:32px;
		margin-right:450px;
		padding-top:140px;
	}
	.box_focus:nth-of-type(4){
/*		background-color:#ccc;  */
		width:250px;
		right:200px;
		height:100%;
		bottom:0px;
		float:right;
		top:0px;
		position:fixed;
		z-index:140;
/*		box-shadow: -3px 0px 30px #888;  */
	}
	.box_focus:nth-of-type(5){
/*		background-color:none;  */
		width:200px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:145;
/*		  */
	}
	
	.box_focus:nth-of-type(6){
		display:none;
	}	
	.box_focus2{
		display:none;
	}	
	
	
	.box_sfocus:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_sfocus:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:200px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box_sfocus:nth-of-type(3){
		margin-left:32px;
		margin-right:200px;
		padding-top:140px;
	}
	.box_sfocus:nth-of-type(4){
		display:none;
	}
	.box_sfocus:nth-of-type(5){
		background-color:none;
		width:200px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:145;
		
	}
	
	.box_sfocus:nth-of-type(6){
		display:none;
	}	
	
	
	.box_press:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_press:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:200px;
		z-index:130;
		height:140px;
		
	}
	.box_press:nth-of-type(3){
		left:32px;
		right:200px;
		bottom:0px;
		top:0px;
		padding-top:140px;
		position:absolute;
	}
	.box_press:nth-of-type(4){
		display:none;
	}
	.box_press:nth-of-type(5){
		background-color:none;
		width:200px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:145;
		
	}
	.box_press:nth-of-type(6){
		display:none;
	}
	
	.box_hosting:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_hosting:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:400px;
		z-index:130;
		height:140px;
		
	}
	.box_hosting:nth-of-type(3){
		left:32px;
		position:absolute;
		right:400px;
		top:140px;
	}
	.box_hosting:nth-of-type(4){
		background-color:#ccc;
		width:200px;
		right:200px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:140;
		
	}
	.box_hosting:nth-of-type(5){
		background-color:none;
		width:200px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:145;
		
	}
	.box_hosting:nth-of-type(6){
		display:none;
	}
	.box_rent:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_rent:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:400px;
		z-index:130;
		height:140px;
		
	}
	.box_rent:nth-of-type(3){
		left:32px;
		position:absolute;
		right:400px;
		top:140px;
	}
	.box_rent:nth-of-type(4){
		display:none;
	}
	.box_rent:nth-of-type(5){
		background-color:none;
		width:400px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:145;
		
	}
	.box_rent:nth-of-type(6){
		display:none;
	}
}


@media (min-width: 901px) and (max-width:1029px) {
	
	.box_contacts:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_contacts:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:370px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box_contacts:nth-of-type(3){
		margin-left:32px;
		margin-right:370px;
		padding-top:140px;
		height:auto;

	}
	.box_contacts:nth-of-type(4){
		background-color:#ccc;
		width:370px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:140;
		
	}
	.box_contacts:nth-of-type(5){
		display:none;
	}
	.box_contacts:nth-of-type(6){
		display:none;
	}	
	
	
#magazine{
	width:800px;
	height:535px;
	margin:0 auto;
	position:relative;
	left:0;
	-moz-transition:0.3s left;
	-webkit-transition:0.3s left;
	transition:0.3s left;
}
#magazine .page{
	width:535px;
	height:395px;
	overflow:hidden;
}
#magazine.centerStart{
	left:-200px;
}

#magazine.centerEnd{
	left:400px;
}
.page img{
	width:535px;
	height:395px;
	display:block;
}
	
	.box:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		width:550px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box:nth-of-type(3){
		margin-left:32px;
		width:550px;
		margin-top:140px;
	}
	.box:nth-of-type(4){
		background-color:#ccc;
		left:582px;
		height:100%;
		right:200px;
		top:0px;
		position:fixed;
		z-index:140;
		
	}
	.box:nth-of-type(5){
		background-color:none;
		width:200px;
		height:100%;
		float:right;
		top:0px;
		right:0px;
		position:fixed;
		z-index:145;
		
	}
	.box:nth-of-type(6){
		display:none;
	}
	
	.box_focus:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_focus:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:200px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box_focus:nth-of-type(3){
		margin-left:32px;
		margin-right:200px;
		padding-top:140px;
	}
	.box_focus:nth-of-type(4){
		display:none;
	}
	.box_focus:nth-of-type(5){
		background-color:none;
		width:200px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:145;
		
	}
	.box_focus:nth-of-type(6){
		display:none;
	}
	.box_focus2{
		display:block;
	}	
	
	
	.box_sfocus:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_sfocus:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:200px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box_sfocus:nth-of-type(3){
		margin-left:32px;
		margin-right:200px;
		padding-top:140px;
	}
	.box_sfocus:nth-of-type(4){
		display:none;
	}
	.box_sfocus:nth-of-type(5){
		background-color:none;
		width:200px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:145;
		
	}
	.box_sfocus:nth-of-type(6){
		display:none;
	}
	
	.box_press:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_press:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:0px;
		z-index:130;
		height:140px;
		
	}
	.box_press:nth-of-type(3){
		left:32px;
		right:0px;
		bottom:0px;
		top:0px;
		padding-top:140px;
		position:absolute;
	}
	.box_press:nth-of-type(4){
		display:none;
	}
	.box_press:nth-of-type(5){
		display:none;
	}
	.box_press:nth-of-type(6){
		display:none;
	}
	
	.box_hosting:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_hosting:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:200px;
		z-index:130;
		height:140px;
		
	}
	.box_hosting:nth-of-type(3){
		left:32px;
		position:absolute;
		right:200px;
		top:140px;
	}
	.box_hosting:nth-of-type(4){
		background-color:#ccc;
		width:200px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:140;
		
	}
	.box_hosting:nth-of-type(5){
		display:none;
	}
	.box_hosting:nth-of-type(6){
		display:none;
	}

	.box_rent:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_rent:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:300px;
		z-index:130;
		height:140px;
		
	}
	.box_rent:nth-of-type(3){
		left:32px;
		position:absolute;
		right:300px;
		top:140px;
	}
	.box_rent:nth-of-type(4){
		display:none;
	}
	.box_rent:nth-of-type(5){
		background-color:none;
		width:300px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:145;
		
	}
	.box_rent:nth-of-type(6){
		display:none;
	}
}

@media (min-width: 751px) and (max-width:900px) {
	.box_contacts:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_contacts:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:220px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box_contacts:nth-of-type(3){
		margin-left:32px;
		margin-right:220px;
		padding-top:140px;
		height:auto;

	}
	.box_contacts:nth-of-type(4){
		background-color:#ccc;
		width:220px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:140;
		
	}
	.box_contacts:nth-of-type(5){
		display:none;
	}
	.box_contacts:nth-of-type(6){
		display:none;
	}	
	
	
#magazine{
	width:640px;
	height:428px;
	margin:0 auto;
	position:relative;
	left:0;
	-moz-transition:0.3s left;
	-webkit-transition:0.3s left;
	transition:0.3s left;
}
#magazine .page{
	width:415px;
	height:328px;
	overflow:hidden;
}
#magazine.centerStart{
	left:-150px;
}

#magazine.centerEnd{
	left:400px;
}
.page img{
	height:328px;
	width:415px;
	display:block;
}
	.box:nth-of-type(1){
		width:30px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box:nth-of-type(2){
		left:30px;
		
		position:fixed;
		top:0px;
		width:550px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box:nth-of-type(3){
		margin-left:30px;
		width:550px;
		margin-top:140px;
	}
	.box:nth-of-type(4){
		background-color:#ccc;
		left:580px;
		height:100%;
		right:0px;
		top:0px;
		position:fixed;
		z-index:140;
		
	}
	.box:nth-of-type(5){
		display:none;
	}
	.box:nth-of-type(6){
		display:none;
	}
	
	.box_press:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_press:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:0px;
		z-index:130;
		height:140px;
		
	}
	.box_press:nth-of-type(3){
		left:32px;
		right:0px;
		bottom:0px;
		top:0px;
		padding-top:140px;
		position:absolute;
	}
	.box_press:nth-of-type(4){
		display:none;
	}
	.box_press:nth-of-type(5){
		display:none;
	}
	.box_press:nth-of-type(6){
		display:none;
	}
	
	.box_hosting:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_hosting:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:200px;
		z-index:130;
		height:140px;
		
	}
	.box_hosting:nth-of-type(3){
		left:32px;
		position:absolute;
		right:200px;
		top:140px;
	}
	.box_hosting:nth-of-type(4){
		background-color:#ccc;
		width:200px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:140;
		
	}
	.box_hosting:nth-of-type(5){
		display:none;
	}
	.box_hosting:nth-of-type(6){
		display:none;
	}
	
	.box_rent:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_rent:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:200px;
		z-index:130;
		height:140px;
		
	}
	.box_rent:nth-of-type(3){
		left:32px;
		position:absolute;
		right:200px;
		top:140px;
	}
	.box_rent:nth-of-type(4){
		display:none;
	}
	.box_rent:nth-of-type(5){
		background-color:none;
		width:200px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:145;
		
	}
	.box_rent:nth-of-type(6){
		display:none;
	}
	
	.box_focus:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_focus:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:200px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box_focus:nth-of-type(3){
		margin-left:32px;
		margin-right:200px;
		padding-top:140px;
	}
	.box_focus:nth-of-type(4){
		display:none;
	}
	.box_focus:nth-of-type(5){
		background-color:none;
		width:200px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:145;
		
	}
	.box_focus:nth-of-type(6){
		display:none;
	}
	.box_focus2{
		display:block;
	}	
	
	.box_sfocus:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_sfocus:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:200px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box_sfocus:nth-of-type(3){
		margin-left:32px;
		margin-right:200px;
		padding-top:140px;
	}
	.box_sfocus:nth-of-type(4){
		display:none;
	}
	.box_sfocus:nth-of-type(5){
		background-color:none;
		width:200px;
		right:0px;
		height:100%;
		float:right;
		top:0px;
		position:fixed;
		z-index:145;
		
	}
	.box_sfocus:nth-of-type(6){
		display:none;
	}
}


@media (max-width: 750px) {
	
	.box_contacts:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_contacts:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:0px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box_contacts:nth-of-type(3){
		margin-left:32px;
		padding-top:140px;
		height:auto;
	}
	.box_contacts:nth-of-type(4){
		display:none;
	}
	.box_contacts:nth-of-type(5){
		display:none;
	}
	.box_contacts:nth-of-type(6){
		display:none;
	}	

#magazine{
	width:640px;
	height:428px;
	margin:0 auto;
	position:relative;
	left:0;
	-moz-transition:0.3s left;
	-webkit-transition:0.3s left;
	transition:0.3s left;
}
#magazine .page{
	width:415px;
	height:328px;
	overflow:hidden;
}
#magazine.centerStart{
	left:-150px;
}

#magazine.centerEnd{
	left:400px;
}
.page img{
	height:328px;
	width:415px;
	display:block;
}

	.box:nth-of-type(1){
		width:30px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box:nth-of-type(2){
		left:30px;
		right:0px;
		
		position:fixed;
		top:0px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box:nth-of-type(3){
		margin-left:30px;
		margin-top:140px;
	}
	.box:nth-of-type(4){
		display:none;
	}
	.box:nth-of-type(5){
		display:none;
	}
	.box:nth-of-type(6){
		display:none;
	}
	
	.box_press:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_press:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:0px;
		z-index:130;
		height:140px;
		
	}
	.box_press:nth-of-type(3){
		left:32px;
		right:0px;
		bottom:0px;
		top:0px;
		padding-top:140px;
		position:absolute;
	}
	.box_press:nth-of-type(4){
		display:none;
	}
	.box_press:nth-of-type(5){
		display:none;
	}
	.box_press:nth-of-type(6){
		display:none;
	}
	
	.box_hosting:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_hosting:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:0px;
		z-index:130;
		height:140px;
		
	}
	.box_hosting:nth-of-type(3){
		left:32px;
		position:absolute;
		right:0px;
		top:140px;
	}
	.box_hosting:nth-of-type(4){
		display:none;
	}
	.box_hosting:nth-of-type(5){
		display:none;
	}
	.box_hosting:nth-of-type(6){
		display:none;
	}
	
	.box_rent:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_rent:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:0px;
		z-index:130;
		height:140px;
		
	}
	.box_rent:nth-of-type(3){
		left:32px;
		position:absolute;
		right:0px;
		top:140px;
	}
	.box_rent:nth-of-type(4){
		display:none;
	}
	.box_rent:nth-of-type(5){
		display:none;
	}
	.box_rent:nth-of-type(6){
		display:none;
	}
	
	.box_focus:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_focus:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:0px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box_focus:nth-of-type(3){
		margin-left:32px;
		right:0px;
		padding-top:140px;
	}
	.box_focus:nth-of-type(4){
		display:none;
	}
	.box_focus:nth-of-type(5){
		display:none;
	}
	.box_focus:nth-of-type(6){
		display:none;
	}
	.box_focus2{
		display:block;
	}
	.box_sfocus:nth-of-type(1){
		width:32px;
		background-color:none;
		position:fixed;
		top:0px;
		left:0px;
		height:100%;
		margin:0px;
		float:left;
		z-index:150;
		text-align:center;
	}
	.box_sfocus:nth-of-type(2){
		left:32px;
		
		position:fixed;
		top:0px;
		right:0px;
		margin:0px;
		z-index:130;
		height:140px;
		
	}
	.box_sfocus:nth-of-type(3){
		margin-left:32px;
		right:0px;
		padding-top:140px;
	}
	.box_sfocus:nth-of-type(4){
		display:none;
	}
	.box_sfocus:nth-of-type(5){
		display:none;
	}
	.box_sfocus:nth-of-type(6){
		display:none;
	}
	
}