/* 
    Created on : Jun 20, 2017, 10:47:50 AM
    Author     : Unitec
*/

/* ------------------------------------------
	Header
   ------------------------------------------ */

.header_gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#18629f+0,0c61a2+49,2778ba+50,2574b6+51,6598c3+100 */
	background: #18629f; /* Old browsers */
	background: -moz-linear-gradient(top, #18629f 0%, #0c61a2 49%, #2778ba 50%, #2574b6 51%, #6598c3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #18629f 0%,#0c61a2 49%,#2778ba 50%,#2574b6 51%,#6598c3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #18629f 0%,#0c61a2 49%,#2778ba 50%,#2574b6 51%,#6598c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18629f', endColorstr='#6598c3',GradientType=0 ); /* IE6-9 */
}

.header_gradient2 {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 100%); /* @.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.header_gradient_red {
	background: #e4070b; /* Old browsers*/
	background: -webkit-linear-gradient(top, rgb(234, 12, 20) 0%, rgb(206, 8, 12) 68%, rgb(155, 8, 12) 98%);
	background: -o-linear-gradient(top, rgb(234, 12, 20) 0%, rgb(206, 8, 12) 68%, rgb(155, 8, 12) 98%);
	background: -ms-linear-gradient(top, rgb(234, 12, 20) 0%, rgb(206, 8, 12) 68%, rgb(155, 8, 12) 98%);
	background: -moz-linear-gradient(top, rgb(234, 12, 20) 0%, rgb(206, 8, 12) 68%, rgb(155, 8, 12) 98%);
	background: linear-gradient(to bottom, rgb(234, 12, 20) 0%, rgb(206, 8, 12) 68%, rgb(155, 8, 12) 98%);

}

div.header_gradient_red nav.nav-main a,
div.header_gradient nav.nav-main a {
	color: #fff !important;
}
div.header_gradient_red nav.nav-main a:hover,
div.header_gradient nav.nav-main a:hover {
	color: #CCFFCC !important;
}


/* ------------------------------------------
	Tabs scheda immobile
   ------------------------------------------ */
ul.nav.nav-tabs li a {
	padding: 20px 30px 15px;
}

/** Footer
 **************************************************************** **/
#footer {
	font-size:14px;
	color: #0C62A6;

	background: #e3edfa;
	background: -moz-linear-gradient(top, #e3edfa 0%, #cce0fa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #cce0fa));
	background: -webkit-linear-gradient(top, #e3edfa 0%, #cce0fa 100%);
	background: -o-linear-gradient(top, #e3edfa 0%, #cce0fa 100%);
	background: -ms-linear-gradient(top, #e3edfa 0%, #cce0fa 100%);
	background: linear-gradient(to bottom, #e3edfa 0%,#cce0fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3edfa', endColorstr='#cce0fa',GradientType=0 );
}


#footer>.copyright {
	color: #fff;
	background-color: #0C62A6;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	
}
#footer>.copyright a {
	color: #fff;
}
#footer>.copyright a:hover {
	color: #e3edfa;
}


	#footer .footer-logo.footer-2 {
		border-right:rgba(255,255,255,0.1) 1px solid;
		
	}

	/* Footer Typography */
	#footer h2 {
		text-shadow:rgba(0,0,0,0.3) 3px 3px 5px;
	}
	

	#footer a {
		color: #0C62A6;
		
	}
	#footer a:hover {
		color: #0f7bd0;
	}
	
	#footer hr {
		border-bottom:rgba(255,255,255,0.1) 1px solid;
		border-top:rgba(0,0,0,0.4) 1px solid;
	}

	#footer h1,
	#footer h2,
	#footer h3,
	#footer h4,
	#footer h5,
	#footer h6 {
		color: #0C62A6;
		text-shadow: 2px 2px 2px rgba(255,255,255,0.5);
	}

	/* footer form */
	#footer form input,
	#footer form textarea {
		color: #999;
		background-color: rgba(0,0,0,.2);
		border-color: rgba(0,0,0,.25);
		
	}
	#footer form input[type="submit"]:hover,
	#footer form input:focus,
	#footer form textarea:focus {
		background-color: rgba(0,0,0,.3);
	}
	#footer form .input-group-addon {
		color: #999;
		background-color: rgba(0,0,0,.4);
		border-color: rgba(0,0,0,.25);
	}
	

	/* footer list links */
	#footer ul.footer-links>li>a {
		color: rgba(15,123,208,1);
	}
	#footer ul.footer-links>li>a:hover {
		color: rgba(15,123,208,0.6);
	}
	

	/* footer news list */
	#footer ul.footer-list li {
		border-bottom:rgba(0,0,0,0.2) 1px solid;
	}
	#footer ul.footer-list li small {
		color:#ddd;
	}
		#footer.footer-light ul.footer-list li small {
			color: #999;
		}

	

	/* footer posts */
	#footer ul.footer-posts>li {
		border-bottom:rgba(255,255,255,0.07) 1px solid;
	}

	/* footer contact text */
	#footer address {
		background:url('../images/_smarty/world-map.png') no-repeat center;
	}
	#footer address .footer-sprite {
		background:url('../images/_smarty/footer_sprite.png') no-repeat 0 0;
	}
		
	#footer p.contact-desc {
		border-bottom:#403E44 1px dashed;
	}


	/* footer links - breadcrumbs like */
	#footer ul.inline-links>li+li:before {
	  color:rgba(255,255,255,0.3);
	}



/* footer social icons */
#footer a.social-icon {
	color: #0C62A6 !important;
}
#footer a.social-icon.social-icon-border {
	border: #0C62A6 1px solid;
}


/* last minute icon */
#lastminuteicon {
    position: absolute;
    width: 60px;
    height: 60px;
    margin-top: -98px;
    margin-left: 50px;
}

@media only screen and (max-width: 992px) { /* mobile fix */
	#lastminuteicon {
		margin-top: -70px;
		margin-left: 155px
	}
}

@media only screen and (max-width: 768px) {
	/** patch **/
	section div.row > div {
		margin-bottom: 0px;
	}
}

/** SLIDER **/
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	/*margin: 0 10px;*/
}

.owl-carousel.featured .owl-featured-item a.figure > img {
	min-height: 150px;
}
.owl-carousel.featured .owl-featured-item a.figure {
	height: 150px;
}
.owl-carousel.featured .owl-featured-detail > a.featured-title {
	font-weight: bold;
	font-size: 0.9em;
}

div.owl-item div div.owl-featured-item {
	border: 1px solid #e9e9e9;
	min-height: 290px;
}
a.flex-active { background-color: #0044cc !important; color: #0044cc !important;}



ul.propval {
	list-style: none;
}
ul.propval li {
	font-size: 0.85em;
	/*float:left;*/
	/*width: 50%;*/
	border-bottom: 1px solid #e9e9e9;
	padding: 8px 6px;
}
ul.propval li label {
	/*color: #A0A0A0;*/
	/*float:left;*/
	/*width: 50%;*/
}

.map-container {
	padding: 16px;
	border: 1px solid #f5f5f5;
}


div.infobox-contacts {
	position: relative;
	height: 140px;
	width: 332px;
}
div.infobox-contacts-content {
	float:left;
	height: 150px;
	width: 200px;
	overflow: hidden;
	margin-left: 10px;
}
div.infobox {
	position: relative;
	height: 120px;
	width: 420px;
}
a.infobox-image {
	height: 120px;
	width: 120px;
	overflow: hidden;
	float: left;
	position:relative;
	display:block;
}
div.infobox-content {
	float:left;
	height: 120px;
	width: 290px;
	overflow: hidden;
	margin-left: 10px;
}

.infobox-content-price {
	background-color: #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
	color: #EC407A;
	font-size: 11px;
	font-weight: 600;
	left: 7px;
	line-height: 1;
	margin: 0px;
	padding: 6px 7px;
	position: absolute;
	top: 7px;
	z-index: 3;
}

ul.periods li {
	line-height: 2.0em;
}

/* ------------------------------------------
	Elenco immobili
   ------------------------------------------ */
ul.ul_property_listing {
	list-style: none;
}
ul.ul_property_listing li {
	margin-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}

label.propval,
span.str_period {
	color: #1980B6;
	font-weight: bold;
}


/* ----------------
    Custom needs
   ------------------ */
.btn-success-iodice {
    color: #fff;
	background-color: #e00a1b;
    border-color: #cc0818;
}
.btn-success-iodice:hover {
    color: #fff;
    background-color: #0c4392;
    border-color: #0b3877;
}