/* 
    Document   : emf_style
    Created on : 3-lug-2013, 10.44.41
    Author     : hsmoke
    Description:
        Purpose of the stylesheet follows.
*/

#logo {
	width: 200px;
	position:  relative;
	top: -35px;
}
#main-header {
	padding-bottom: 0px;
}

/* menu */
ul#menu-top-menu > li {
	font-weight: 600;
}
ul.sub-menu > li {
	font-weight: 300;
}

.featured-image {
	text-align:center;
}
.featured-image img {
	max-width: 45%;
}
.entry-thumbnail img {
	width: auto;
}

.et-slide .description h2, .et-slide .description p.subtitle, .page-title-area h1 {
	text-shadow: 0 3px 1px rgba(0, 0, 0, 0.40), 0 0 2px rgba(0, 0, 0, 0.70)

}
.et-slide .description p.home_featured_content {
	text-shadow: 1px 1px 1px #000000, 0 0 13px black;
}
.et-slide .description p.home_featured_content {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
}

/* FORM DI PRENOTAZIONE IN HOME PAGE */

.form_prenotazione_wrapper {
	text-align: center;
}

/*
.form_prenotazione {
	width: 50%;
	margin: 0px auto;
	background: #eee;
	background: rgba(255,255,255,0.8);
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px 0px #fff;
	-webkit-box-shadow: 0px 0px 5px 0px #fff;
	box-shadow: 0px 0px 5px 0px #fff;
	z-index: 10;
}
*/


@media screen and (max-width:960px) {
	.form_prenotazione {
		width: 100%;
	}
}
/* nel widget */
	#sidebar .form_prenotazione {
		width: 100%;
		/*margin-bottom: 42px;*/
	}

/*.form_prenotazione_title h2 {
	background: url(images/p.png) 10px top no-repeat;
	background-size: auto 90%;
	font-size: 35px;
	color: #666;
	margin: 10px 0 40px;
	border-bottom: 1px solid #ccc;
	text-shadow: 1px 1px 0 white, 0 0 5px white;
}*/

.form_prenotazione > form {
	/*background: url(images/parking_20sign_alpha35.png) center no-repeat;*/
	/*ba ckground-size: contain;*/
}
.form_prenotazione > form > div {
	margin-bottom: 20px;
}

.booking_form input,
.booking_form select {
    text-align: left;
}

/*
.form_prenotazione input,
.form_prenotazione select {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	display: block;
	margin: 10px auto;
	text-align: center;
        background-color: #F3FFC8;
}
*/
.form_prenotazione input.smallsilver {
	color: #595a5a !important; 
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%,#e2e2e2 100%);
	border: 1px solid #c3c3c3;
	text-shadow: 1px 1px 1px #fff;
	-moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1);
}
.form_prenotazione input.smallsilver:hover {
	color: #454545 !important;
}
.form_prenotazione input.small-button { display: inline-block; text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1); -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; line-height: 26px; }
.form_prenotazione input.small-button { padding: 6px 14px; font-weight: bold !important; font-size: 12px; margin: 0 5px 8px 0; }
.form_prenotazione input.small-button:hover { text-decoration: none; }
.form_prenotazione input.small-button { cursor: pointer; }

.ui-datepicker {
	/*width: 17em;*/
	font-size: 12px;
}
.home #et-slider-controls .et-controllers {
	position: absolute;
	width: 100%;
	z-index: 1;
}

/* SIDEBAR */

#sidebar fb-like-box {
	/*margin-bottom: 42px;*/
}

input[type=number] { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; }

.entry p { padding-bottom: 2px; }

/* PAGE */

.page-title-area {
	padding-top:0px;
}

/* .description .more { */
pulsante_come_home_page {
	background: linear-gradient(to bottom, #2A3F4A 0%, #1E2F37 100%) repeat scroll 0 0 transparent;
	border: 1px solid #17242A;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 3px 3px rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	display: inline-block;
	float: right;
	font-size: 24px;
	padding: 17px 28px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
	text-transform: uppercase;
}

/* HOME PAGE */

body.home strong {
	color: white;
}

/* SHAREAHOLIC PLUGIN */

.shareaholic-share-buttons-container {
	margin-top: 30px !important;
	/*border: 1px solid #ccc;*/
	box-shadow: 0px -1px 3px -2px black;
}

/* ARTICOLI */

.entry p {
	margin-bottom: 25px;
}

/*GCE*/


.form_prenotazione_title h2 {


font-size: 35px;
color: #fff;
margin: 0px 0 40px;
border-bottom: 1px solid #ccc;
background-color: #203167;
padding-bottom: 10px;
padding-top: 5px;
}

.form_prenotazione {
width: 50%;
margin: 0px auto;
background: #eee;
background: rgba(255,255,255,0.8);
border: 1px solid #ccc;
/* -webkit-border-radius: 3px; */
/* border-radius: 3px; */
-moz-box-shadow: 0px 0px 5px 0px #fff;
/* -webkit-box-shadow: 0px 0px 5px 0px #fff; */
/* box-shadow: 0px 0px 5px 0px #fff; */
z-index: 10;
}

.form_prenotazione select {

	margin: 0px auto;
        height: 30px;

}

.gcedate {
border: 1px solid #e5e5e5!important;
padding: 6px 4px!important;
outline: none!important;
-moz-border-radius: 1px!important;
-webkit-border-radius: 1px!important;
border-radius: 1px!important;
color: #888!important;
margin: 0!important;
width: 100px!important;
max-width: 100%!important;
min-height: 21px!important;
display: inline!important;
margin-bottom: 20px!important;
background: #fdfdfd!important;
float: none!important;
margin-left: 0px!important;
}

#bcp_type_view {
    margin: auto;
}

#bcp_type_view ul li {
color: #95a3a6;
border-bottom: 0px;
padding: 0px 0;
}

#bcp_type_view ul li:after {
float: right;
font-family: 'icomoon';
padding-right: 3px;
font-size: 6px;
content: none;
color: #bbb;
vertical-align: middle;
}

.dd-select {
border: 1px solid #e5e5e5;
padding: 5px 0px;
}

.form_prenotazione input.small-button {
color: #fff!important;
background: #203167!important;
padding: 6px 30px;
font-size: 15px;
font-weight: normal!important;
-webkit-box-shadow: none;
text-shadow: none;
border: 5px solid #ccc;
}
.form_prenotazione input.small-button:hover {
background: #fb551c!important;
color: #fff!important;
}

.dd-selected-text
{
    color: #203167;
}
.dd-selected-text:hover
{
    color: #fb551c;
}