body {
	font-family: Georgia, 'Times New Roman', Times, Serif !important;
	color:#6e7984;
}


/**** MENU ****/
#main_menu .navbar-nav li a {
	padding:30px 10px;
}
#main_menu .navbar-nav li a {
	font-size:.92em !important;
}
@media only screen and (min-width: 992px) {

#main_menu .navbar-nav .dropdown .dropdown-toggle:after {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    padding: 0;
    margin-left: 5px;
    line-height: 0px;
    font-size: 14px;
    font-weight: 400;
}
}
header .navbar-header .navbar-brand {
    margin-top: 0px;
}
@media only screen and (max-width: 991px) {
header .navbar-header .navbar-brand img {
    max-height: 34px;
}
}

/**** ROOM SLIDER ****/
#slider-larg .item {
	height:500px;
}
#slider-larg .item a {
	width:100%;
	height:100%;
	opacity:0.7;
}
#thumbs .item {
	height:80px;
}
@media (max-width: 400px) { 
	#slider-larg .item {
		height:200px;
	}
	#thumbs .item {
		height:50px;
	}
}

/**** GALLERY INDEX ****/
#gallery_slider .gallery_item_pic {
	height:200px;
}
#gallery_slider .gallery_item_pic a {
	width:100%;
	height:100%;
}

/**** TESTIMONIALS INDEX ****/
#testimonials_style_2 .review_content {
    min-height: 170px;
}

/**** FOOTER LOGO ****/
footer .logo {
	margin-bottom:10px;
}

/**** PAGE TITLE ***/
.page_title {
	background-position:center center !important;
	background-size:cover !important;
}
.gradient_overlay:after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+13,000000+100&0+13,0.5+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 13%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 13%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 13%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

/**** GUESTBOOK ****/
#guestbook .comments {
	padding-bottom:0px;
}
#guestbook nav {
	text-align:center;
}

/**** CONDIZIONI ****/
/*.conditions_list li:before {
    margin-right: 6px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}*/