/********************* text fields frames styles **********************/

.cl {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    text-indent: -4000px;
}
#sinistra {
	float: left;
	width: 50%;
	text-align: center;
}
#destra {
	float: left;
	width: 50%;
	text-align: center;
}

.tableprezzi {
	width: 100%;
	margin-top: 80px;
	margin-bottom: 20px;
}
.tableprezzi td:first-child {
	width: 30%;
	text-align: left;
	line-height: 40px;
}
.tableprezzi td {
	width: 14%;
	text-align: center;
	line-height: 40px;
}
.tableprezzi tr {
	border-bottom: 1px dashed #d6d3c9
}
.tableprezzi tr:last-child {
	border-bottom: 0px dashed #d6d3c9;
}
.tableprezzi tr:hover {
	cursor: pointer;
	color: #b9b2af;
}
#datepicker,#datepicker2 {
	cursor: pointer;
}
sup {
    font-size: 50%;
}
#p-tables,#p-tables ul,#p-tables ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pricetables:after {
	content: '';
	display: table;
	clear: both;
}

#pricetables {
	zoom: 1;
}

#pricetables {
	max-width: 100%;
	margin: 0 auto;
}

#pricetables #p-tables .plan {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 20px 0;
}



.p-container .title h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	padding: 15px 0 15px 0;
}

.p-container .sp-top
{
	background: #18B6D1;
}

.p-container .title .fa
{
	font-size:80px;
	color: #18B6D1;
}

.p-container .sp-top .fa
{
	font-size:80px;
	color:#fff;
}

.p-container .title h2.bestPlanTitle {
	background: #18B6D1;
	color: #fff;
}

.p-container .price1 p {
	background: #d6d4d4;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	height: 80px;
	margin: 0 0 1em;
}

.p-container .price p {
	color: #d6d4d4;
	font-size: 48px;
    line-height: 54px;
	margin: 0 0 40px 0;
	text-align: center;
}

.p-container .price2 p {
	background: #d6d4d4;
	color: #fff;
	font-size: 18px;
	height: 2.6em;
	height: 2.6em;
	margin: 20px 0 0 0;
}
.p-container .price2 p a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	line-height: 2.8em;
	display: inline-block;
	height: 2.8em;
}
.p-container .price2 p a:hover {
	text-decoration: underline;
}

.p-container .price p.bestPlanPrice {
	background: #474747;
}

.p-container .price p.bestPlanPrice span{
	font-size:14px;
}

.p-container .price p span {
	color: #fff;
	font-size:14px;
}

.p-container .features {
	margin-top: 10em ;
	margin-left:20px !important;
	margin-right:20px !important;
}

.p-container .features li {
	color: #8f8f8f
	line-height: 2.5;
	text-align:center;
	border-bottom:1px solid #e7e1dc e7e1dc ;

}

.p-container .features li .fa{
	padding-right:10px;
	font-size:18px;
	color:#979797;
}

.p-container .features li span {
	font-weight: 400;
	color: #979797;
}

.p-container .button a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	line-height: 2.8em;
	border: 1px solid #18B6D1;
	display: inline-block;
	width: 80%;
	height: 2.8em;
	margin: 1.5em 0 1.8em;
	background:#18B6D1;
}

.p-container .button a.bestPlanButton {
	color: #fff;
	background: #474747;
	border: 1px solid #474747;
}

#credits {
	text-align: center;
	font-size: .8em;
	font-style: italic;
	color: #777;
}

#credits a {
	color: #333;
}

#credits a:hover {
	text-decoration: none;
}

@media (max-width: 767px) {
#sinistra {
	width: 100%;
    padding-right: 0px;
}
#destra {
	width: 100%;
	padding-left: 0px;
}
.smart-forms #destra > h3:first-child {
    margin-top: 8px !important;
}
.camere_persone_title {
    /*margin-top: 20px !important;*/
}
.smart-forms .option {
    margin-right: 0px !important;
}
.privacy {
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -ms-column-count: 1;
    -ms-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
    margin: 0px;
    /* text-align: center; */
}
.smart-forms .button {
    width: 150px !important;	
}


#pricetables {
	margin: 0 auto 60px auto;
}

#pricetables #p-tables .plan {
	width: 100%;
	margin: 0;
}

#pricetables #p-tables > li:last-child {
	margin-right: 0;
}
.p-container .button a:hover {
	background: #474747;
	border:1px solid #474747;
	color: #fff;
}

.p-container .button a.bestPlanButton:hover {
	background: #18B6D1;
	border: 1px solid #18B6D1;
}
}
@media (max-width: 479px) {
.smart-forms .button {
    width: 150px !important;
    clear:both !important;    
    margin: 0 auto 15px auto !important;
}	
.picker__button--today, .picker__button--clear {
    padding: 0 13px !important;
    font-size: 15px !important;
}
}

@media screen and (min-width: 768px) and (max-width: 959px) {

#pricetables {
	margin: 0 auto 60px auto;
}

#pricetables #p-tables .plan {
	width: 45%;
	margin: 0 5.33% 0px 0;
}

#pricetables #p-tables > li:last-child {
	margin-right: 0;
}
.p-container .button a:hover {
	background: #474747;
	border:1px solid #474747;
	color: #fff;
}

.p-container .button a.bestPlanButton:hover {
	background: #18B6D1;
	border: 1px solid #18B6D1;
}
}



@media screen and (min-width: 960px) {

#pricetables {
	margin: 0 auto 60px auto;
}

#pricetables #p-tables .plan {
	width: 45%;
	margin: 0 5.33% 0px 0;
}

#pricetables #p-tables > li:last-child {
	margin-right: 0;
}
.p-container .button a:hover {
	background: #474747;
	border:1px solid #474747;
	color: #fff;
}

.p-container .button a.bestPlanButton:hover {
	background: #18B6D1;
	border: 1px solid #18B6D1;
}

}
