﻿@charset "utf-8";
body { margin:0; padding:0; border:0}
/*************Box laterali********************/


@font-face 
{
    font-family: 'IcoMoonRegular';
    src: url('../../font/icon-webfont.eot');
    src: url('../../font/icon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../font/icon-webfont.woff') format('woff'),
         url('../../font/icon-webfont.ttf') format('truetype'),
         url('../../font/icon-webfont.svg#IcoMoonRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.contenitoreBoxOfferte{
	position:relative;
	display:block;
	float:right;
	display:block;
	margin-top:11px;
	width:365px;
	height:85px;
	background:rgba(0,0,0,.6);
	margin-top:11px;
	border-radius:8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
	overflow:hidden;
}

.boxOfferte{
	margin:0 auto;
	padding-left:5px;
	width:300px;
	height:85px;
	text-align:center;
}

.boxOff{
	float:left;
	width:300px;
	padding:10px 0;
	text-align:left;
}

.boxOffTit{
	color:#CFC2A5;
	font-size:16px;
	text-align:left;
	float:left;
	width:270px;
	margin-left:5px;
	font-family: 'Oxygen', sans-serif;
}

.boxOffDescr{
	color:#FFFFFF;
	font-size:12px;
	float:left;
	width:auto;
	margin:5px;
	font-family: 'Oxygen', sans-serif;
}

.prezzo{
	float:left;
	font-size:33px;
	color:#FFFFFF;
	font-family: 'Oxygen', sans-serif;
}

.chiudiOfferte{
	float:right;
	width:auto;
	height:auto;
	text-align:right;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:5px;
}

.contenitoreBoxCamere{
	position:absolute;
	display:block;
	bottom:50px;
	right:0px;
	width:365px;
	height:85px;
	background:rgba(0,0,0,.6);
	border-radius:8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
	overflow:hidden;
}

.boxCamere{
	margin:0 auto;
	padding-left:5px;
	width:300px;
	height:85px;
	text-align:center;
}

.boxCam{
	float:left;
	width:300px;
	padding:10px 0;
	text-align:left;
	font-family: 'Oxygen', sans-serif;
}

.boxCam img{
	float:left;
	width:90px;
	height:65px;
	border:solid 1px #FFFFFF;
	margin-right:10px;
	margin-left:5px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.boxCamTit{
	color:#CFC2A5;
	font-size:18px;
	text-align:left;
	float:left;
	width:auto;
	margin-left:5px;
}

.boxCamDescr{
	color:#FFFFFF;
	font-size:12px;
	float:left;
	width:180px;
	margin:5px;
}

.boxCamBott{
	position:absolute;
	width:auto;
	bottom:10px;
	right:15px;
}

.orange{
	width:80px;
	height:auto;
    font-family: 'Oxygen', sans-serif;
    font-size:12px;
    padding: 0 3px;
    color:White;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #fb9e25;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#fb9e25),to(#fb9e25));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#fb9e25),to(#fb9e25));
    border: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.orange:hover {
	text-decoration:none;
    color: White;
    border: 0;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    background: #C0C0C0;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#646464),to(#646464));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#646464),to(#646464));
    cursor: pointer;
}
.orange:active {
    color: White;
    border: 0;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    background: #646464;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#646464),to(#646464));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#646464),to(#646464));
}


.numeroPersone
{
font-family: 'IcoMoonRegular';
     color:Orange;
     font-size:13pt;
     vertical-align:middle;
}
/*************************************************/

