	.soluzione-scelta {
		border: 2px solid #ddd;
		border-radius: 7px;
		padding: 10px;
		background: #f5f5f5;
		margin-bottom: 10px;
	}

	.soluzione-scelta h4 {
		color: rgb(119, 119, 119);
		font-size: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
	    line-height: 1.1;
		font-family: 'Roboto', sans-serif;
		text-align: left;
	}

	.soluzione-scelta .pull-right h3 {
		margin-top: 0;
	    text-align: right;
    }

    .soluzione-scelta .icon-pensione {
    	font-size: 32px;
		margin: 0px 22px;
    }
    .soluzione-scelta .descrizione-pensione {
    	font-size: 11px;
    	text-align: justify;
		line-height: 1.5;
    }


	 .soluzione-scelta .btn {
		padding: 10px 15px;
	    line-height: 1.5;
	    border-radius: 3px;
		cursor:pointer;
	}

	 .soluzione-scelta .btn-sm {
	    padding: 5px 10px;
	    font-size: 12px;
	    line-height: 1.5;
	    border-radius: 3px;
	}

	.book-now-wrap .book-check-form .book-content ul.book-list li .custom input {
		color: #ffffff;
	}

	/*.rates-table h4.shorter{
		font-size: 12px !important;
	}*/

	.rates-table h4.shorter i.fa-2 {
		font-size: 15px !important;
	}
	.rates-table td, table.quotation-details td{
		border: 0px;
	}
	.rates-table tr, table.quotation-details tr {
		display: table-row; width: 100%
	}

	.rates-table th, table.quotation-details th {
		border: 0px;
	}

	table td hr{
		width:100%;
		margin-top:3px;
		margin-bottom:3px
	}

	h1, h2, h3, h4, h5, h6 {
		margin-top:0px;
	}

	.pay-logos img{
		height: 30px;
		margin: 4px;
		float:right;
	}

	.pay-logos{
		margin-top: 4px;
	}

	hr {
		border: 0;
		width: 100%;
		height: 1.2px;
		background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0, 0, 0, 0.11), rgba(0,0,0,0));
		background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.11), rgba(0,0,0,0));
		background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.11), rgba(0,0,0,0));
		background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.11), rgba(0,0,0,0));
		margin: 10px 0 10px 0px;
	}
	tr.row1 {
		border-bottom: 1px solid #BDC0BE;
		height: 43px;
		background-color: rgba(131, 225, 60, 0.1);;
	}
	tr.row0 {
		border-bottom: 1px solid #BDC0BE;
		height: 43px;
		background-color: #ffffff;
	}

	tr.row1 > td, tr.row0 > td{
		padding:8px;
	}


	.request-desc-value{
								    font-size: 13px !important;
									margin-left: 1px;
									color: #9A9A9A;
									font-weight: 500;
							}

	.services-div{
		text-align:left;
	}

	.services-div i, .hidden-services-div i{
		font-size:1.3em;
		margin: 5px 8px;
	}



/*
	.glyphicons-snowflake
	{
		background:url(../img/glyphicons/glyphicons-halflings-267-snowflake@2x.png) center right no-repeat;
		padding: 16px !important;
	} */





/* CALENDAR */
		time.icon
	{
		font-size: 0.88em;
		display: block;
		position: relative;
		width: 9em;
		height: 9em;
	  background-color: #fff;
	  margin: 10px auto;
	  border-radius: 0.6em;
	  box-shadow: 0 1px 0 #bdbdbd, 0 3px 0 #bdbdbd, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
	  overflow: hidden;
	  -webkit-backface-visibility: hidden;
	  -webkit-transform: rotate(0deg) skewY(0deg);
	  -webkit-transform-origin: 50% 10%;
	  transform-origin: 50% 10%;
	}

	time.icon *
	{
	  display: block;
	  width: 100%;
	  font-size: 1em;
	  font-weight: bold;
	  font-style: normal;
	  text-align: center;
	}

	time.icon strong
	{
	position: absolute;
	top: 0;
	/* padding: 0.4em 0; */
	color: #fff;
	background-color: rgb(20, 139, 148);
	border-bottom: 1px dashed rgb(20, 139, 148);
	box-shadow: 0 2px 0 #878787;
	  font-size: 1.25em;
	}

	time.icon em
	{
	position: absolute;
    bottom: 0em;
    color: #5C9BAE;
	}

	time.icon div
	{
		position: absolute;
		top: 2.5em;
		color: #333;
	}

	time.icon span
	{
	  width: 100%;
    font-size: 3.3em;
    letter-spacing: -0.05em;
    padding-top: 1.4em;
    color: #2f2f2f;
	}

	time.icon:hover, time.icon:focus
	{
	  -webkit-animation: swing 0.6s ease-out;
	  animation: swing 0.6s ease-out;
	}

	@-webkit-keyframes swing {
	  0%   { -webkit-transform: rotate(0deg)  skewY(0deg); }
	  20%  { -webkit-transform: rotate(12deg) skewY(4deg); }
	  60%  { -webkit-transform: rotate(-9deg) skewY(-3deg); }
	  80%  { -webkit-transform: rotate(6deg)  skewY(-2deg); }
	  100% { -webkit-transform: rotate(0deg)  skewY(0deg); }
	}

	@keyframes swing {
	  0%   { transform: rotate(0deg)  skewY(0deg); }
	  20%  { transform: rotate(12deg) skewY(4deg); }
	  60%  { transform: rotate(-9deg) skewY(-3deg); }
	  80%  { transform: rotate(6deg)  skewY(-2deg); }
	  100% { transform: rotate(0deg)  skewY(0deg); }
	}

/* end CALENDAR */



/* POPUP Send Quotation As EMAIL */
	/* Outer */
	.popup {
		width:100%;
		height:100%;
		position:fixed;
		display:none;
		top:0px;
		left:0px;
		background:rgba(0,0,0,0.75);
	}

	/* Inner */
	.popup-inner {
		max-width:700px;
		width:90%;
		padding:40px;
		position:absolute;
		top:50%;
		left:50%;
		-webkit-transform:translate(-50%, -50%);
		transform:translate(-50%, -50%);
		box-shadow:0px 2px 6px rgba(0,0,0,1);
		border-radius:3px;
		background:#fff;
	}

	/* Close Button */
	.popup-close {
		width:30px;
		height:30px;
		padding-top:4px;
		display:inline-block;
		position:absolute;
		top:0px;
		right:0px;
		transition:ease 0.25s all;
		-webkit-transform:translate(50%, -50%);
		transform:translate(50%, -50%);
		border-radius:1000px;
		background:rgba(0,0,0,0.8);
		font-family:Arial, Sans-Serif;
		font-size:20px;
		text-align:center;
		line-height:100%;
		color:#fff;
	}

	.popup-close:hover {
		-webkit-transform:translate(50%, -50%) rotate(180deg);
		transform:translate(50%, -50%) rotate(180deg);
		background:rgba(0,0,0,1);
		text-decoration:none;
	}

/***********************/


	div.table-item{
		border: 1px solid rgba(128, 128, 128, 0.12);
		padding: 4px;
		background-color: rgba(255, 255, 255, 0.59);
		border-radius: 4px;
		font-size: 24px;
	}

	.shorter{
		margin-bottom:0px;
	}


	@media only screen and (min-width: 768px) {
		.unit-image {
			max-height: 8.1em !important;
		}
	}

	.grid-item > * {
		width: 100%;
		height: auto;
		margin: 0;
	}






	/*********** TEXT - font-weight ************/
	.text-black {
	  font-weight: 900;
	}

	.text-extra-bold {
	  font-weight: 800;
	}

	.text-bold {
	  font-weight: 700;
	}

	.text-semi-bold {
	  font-weight: 600;
	}

	.text-medium {
	  font-weight: 500;
	}

	.text-normal {
		font-weight: 400;
	}

	.text-light {
	  font-weight: 300;
	}

	.text-extra-light {
	  font-weight: 200;
	}

	.text-thin {
	  font-weight: 100;
	}

	/********************************************/


	.description-box{
		font-size:12px;font-size: 14px; font-family: sans-serif; color: #afafaf;
	}


	input.hi.notenabled {
		    height: 0px !important;
			border: 0px solid rgba(255, 255, 255, 0) !important;
			color: rgba(255, 255, 255, 0) !important;
			background-color: rgba(255, 255, 255, 0) !important;
			padding: 0px !important;
	}


	.services-description .glyphicons{
		line-height: 2;
	}
	.services-description span{
		white-space: nowrap;
		cursor: pointer;
	}
