@media (min-width: 768px){
	.float{
		position:fixed;
		width:60px;
		height:60px;
		bottom:40px;
		right:40px;
		background-color:#0C9;
		color:#FFF;
		border-radius:50px;
		text-align:center;
		box-shadow: 2px 2px 3px #999;
	}

	.my-float{
		margin-top:22px;
	}
	#menu,
	#opensidemenu{	display:none;
	}
	#header-inner-container,
	#main-content-dims,
	#footer-inner-container{		width:720px;
	}
	#homecontent_box .column_left,
	#content_box .column_left{		float:left;
									width:380px;
	}
	#homecontent_box .column_right,
	#content_box .column_right{		float:right;
									width: 250px;
	}
	#tariffe_box .column_left{		float:left;
									width:400px;
	}
	#tariffe_box .column_right {	float:right;
									width: 270px;
	}
	#page-tariffe #content_box .column_left{	width: 100%;
												text-align:center;
	}
	#page-tariffe #content_box .column_right{	display:none;
	}		
	img{	max-width:100%;
	}
	#page-tariffe img{	max-width:100%;
	}				
	#header-container .navbar{	bottom:-10px;
								margin: 0 0 0 230px;
	}
	#headerslideshow_container{	width:720px;
								height:300px;
	}
	#headerslideshow {	width: 700px;
						height:286px;
	}	
	.sbimagelink a {	height: 160px;
	}
	.sbimagelink a img{	display:none;
	}			
	#footer-container{	padding-top:50px;
	}
	.socials {
		position: relative;
		top: 0;
		right: 0;
		width: 300px;
		height: 40px;
		margin: 0 auto 10px;
	}
	#footer-loghi {
		position: relative;
		bottom: 0;
		left: 0;
		width: 497px;
		height: 82px;
		margin: 0 auto 30px;
	}
	#footer-inner-container p {
		position: relative;
		bottom: 0;
		right: 0;
		text-align: center;
	}
	#album-galleries{				margin:0 20px 70px;
									padding:5px 50px;
									background:rgba( 255, 255, 255, 0.4 );
									border:1px solid rgba( 228, 59, 125, 0.2 );
									text-align:center;
	}
	#album-galleries span{			display:inline-block;
									margin: 0 2px;	
									padding:0 4px 0 0;
									border-right: 1px solid #761242;
	}
	#album-galleries a{				display: inline-block;
									padding: 5px 8px;
								
									color: #761242;
	}	
	#album-galleries span:last-of-type{	border:none;
	}
	#album-galleries a:hover{		text-decoration:underline;
	}
	#album-galleries a.active{		background:rgba( 228, 59, 125, 0.8 );
									color:#fff;
	}		
	#gallery_inner {	width: 790px;
	}
	#thumbs-container {	float: left;
						width: 296px;
						margin: 0 20px 0 0;
	
	}	
	#image_wrap{	float: left;
					position: relative;
					width: 472px;
					height: 370px;
					background: #fff;
	
	}
	#image_wrap-inner {	position: relative;
						width: 462px;
						height: 360px;
						overflow: hidden;
						padding: 5px;
						text-align: left;
		
	}




	.thumbs-slide {					position:relative;
									overflow:hidden;
									height:390px;
	}
	.thumbs-slide .items{	height:20000em;
							position:absolute;
	}
	.thumbs-slide .items div{	/*float:left;
								*/
	}
	.thumbs-slide .items div span.span-image{	float:left;
												display:block;
												width:134px;
												height:134px;
												overflow:hidden;
												margin:7px;
	}
	.thumbs-slide .items div img{	padding:3px;
									background:#fff;
									cursor:pointer;
	}
	.thumbs-slide .items div img:hover{	background:#761242;
	}
	.thumbs-slide .items div a.active img{	background:#761242;
	}
	
	
	
	
		
	.thumbs-slide .items div span.span-image {	float: left;
												display: block;
												width: 130px;
												height: 75px;
												overflow: hidden;
												margin: 7px;
	
	}
	.thumbs-slide .items div span.span-image a{			display:block;
														border:2px solid #761242;
	}
	.thumbs-slide .items div span.span-image a:hover{	border:2px solid #761242;
	}		
	.thumbs-slide .items div span.span-image img{	padding:0;
	}	
	.thumbs-slide .items div a span{	display:block;
										height:70px;
										overflow:hidden;
	}
		
}