﻿@charset "utf-8";

@charset "utf-8";

* {margin:0; padding:0; border:0; outline:none}

body {
	height:100%;
	font-size:100%;
	line-height: 1;
	padding: 0;
	margin: 0;
	overflow:hidden;
}

@font-face {
	font-family: 'icone';
	src:url('../FONTS/icone.eot');
	src:url('../FONTS/icone.eot?#iefix') format('embedded-opentype'),
		url('../FONTS/icone.woff') format('woff'),
		url('../FONTS/icone.ttf') format('truetype'),
		url('../FONTS/icone.svg#icone') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icone';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-arrow-right{
	font-family: 'icone';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 25px;
	-webkit-font-smoothing: antialiased;	font-size:1.5em;

	
}
.icon-arrow-right:before {
	content: "\e600";
}

/****************** Slideshow ********************************/

#slides {
	right:0;
	margin:0;
	padding:0;
	width:250px;
	height:250px;
	z-index:1;
	border-radius:8px 0 0 8px;
	overflow:hidden;
}

.slides_container {
	width:250px;
	height:250px;
	overflow:hidden;
	position:relative;
	display:none;
	margin:0;
	padding:0;
}

.slides_container div.slide {
	width:250px;
	height:370px;
	display:none;
}

/************* testo/trasparenza slidshow *******************/

.caption {
	z-index:2;
	position:absolute;
	top:0;
	left:0px;
	width:250px;
	height:100%;
	padding:10px;
	line-height:1.33;
	text-shadow:none;
}

.caption h2{
	text-decoration:none;
	font-weight:lighter;
}

.caption_titolo{
	position:relative;
	float:left;
	font-size:1.1em;
	font-family: "Trebuchet MS",sans-serif;
	color:#B49C5A;
}

.caption_testo{
	position:relative;
	float:left;
	margin-top:5px;
	width:96%;
	height:100px;
	display:block;
	font-size:0.7em;
	font-family: "Trebuchet MS",sans-serif;
	color:#B39C5A;
	overflow:hidden;
}

.images{
	position:relative;
	float:left;
	text-align:center;
	display:block;
	clear:both;
}

.images img{
	width:230px;
	height:auto;
}

.caption_Block_Off{
	position:absolute;
	top:35px;
	left:10px;
}

.caption_contentOff{
	position:relative;
	float:left;
	width:100%;
}

.caption_offerte{
	position:relative;
	width:120px;
	float:left;
	font-size:0.8em;
	font-family: "Trebuchet MS",sans-serif;
	color:#B39C5A;
	margin-top:8px;
}

.caption_prezzo{
	position:relative;
	width:auto;
	float:right;
	font-family: "Trebuchet MS",sans-serif;
	color:#B39C5A;
	margin-right:30px;
	margin-top:-8px;
}

.caption_prezzo_grande{
	font-size:1.9em;
}

.caption_prezzo_piccolo{
	font-size:1em;
}

.caption_button{
	float:right;
	width:auto;
	height:auto;
	text-align:center;
	margin-right:30px;
	margin-top:10px;
}

.caption_button button{
	width:230px;
	cursor:pointer;
	border-radius:6px;
	padding:0;
	margin:0;
	padding:3px 4px;
	background: #dbbf6b;
	background: -moz-linear-gradient(top, #dbbf6b 0%, #a1873a 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #dbbf6b), color-stop(100%, #a1873a));
	background: -webkit-linear-gradient(top, #dbbf6b 0%, #a1873a 100%);
	background: -o-linear-gradient(top, #dbbf6b 0%, #a1873a 100%);
	background: -ms-linear-gradient(top, #dbbf6b 0%, #a1873a 100%);
	background: linear-gradient(to bottom, #dbbf6b 0%, #a1873a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbbf6b', endColorstr='#a1873a', GradientType=0 );
	border: 1px solid #B49C5A;
    border-radius: 3px;
    overflow: hidden;
/*-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
*/   	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease; 
	-o-transition: background-color .3s ease; 
	-ms-transition: background-color .3s ease;
}

.caption_button button:hover{
	background: #dbbf6b;
	background: -moz-linear-gradient(top, #dbbf6b 0%, #a1873a 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #dbbf6b), color-stop(100%, #a1873a));
	background: -webkit-linear-gradient(top, #dbbf6b 0%, #a1873a 100%);
	background: -o-linear-gradient(top, #dbbf6b 0%, #a1873a 100%);
	background: -ms-linear-gradient(top, #dbbf6b 0%, #a1873a 100%);
	background: linear-gradient(to bottom, #dbbf6b 0%, #a1873a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbbf6b', endColorstr='#a1873a', GradientType=0 );
	border: 1px solid #B49C5A;
    border-radius: 3px;
    overflow: hidden;
/*-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
*/   	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease; 
	-o-transition: background-color .3s ease; 
	-ms-transition: background-color .3s ease;
	
}

.caption_button button:active{
	position: relative;
	top: 1px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .3) inset;
}

.caption_button button > span{
	color:#fff;
}

.caption_button button:hover > span{
	color:#fff;
}

.caption_button_Testo{
	position:relative;
	float:left;
	text-align:left;
	width:160px;
	margin-top:5px;
	margin-left:5px;
	font-size:0.9em;
	font-family: "Trebuchet MS",sans-serif;
}

.caption_button_Freccia{
	float:right;
	width:20px;
	font-family: 'icomoon';
	font-size:1.5em;
	margin-top:3px;
}

/************* pulsanti selezione foto **************/

.pagination {
	position:absolute;
	margin:-20px 0 0 10px;
	width:;
	z-index:10;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}


.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url('../img/pagination_naldi.png');
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/***********************************************************************/

@media only screen and (max-height:570px) {
    @import url(style_slide.jquery2.css);
 }
 