.row {
	margin-left : 0px;
	margin-right: 0px;
}

.container-fluid {
	padding: 0;
	background-color: #f2f2f2;
}

p {
	text-align: justify;
	margin-top: 10px;
	font-weight: 400;
	line-height: 2;
	color: #ABABAB;
}

h1 {
	font-family: 'Lora', serif;
	color: #4d4d4d;
	margin: 0;
	font-style: italic;
}

.tophead {
	background-color: #fff;
	height: 80px;
}

.tophead .col-lg-6 {
	font-size: 0.9em;
	line-height: 80px;
	color: #cccccc;
}

.tophead h1 {
	float: left;
	margin-top: 10px;
}

.dropdown button {
	color: #bababa !important;
}

.header {
	background-color: #ECECEC;
}

.navbar-toggle {
	border: none;
}

.navbar-default {
	background: none !important;
	border: none;
	margin-bottom: 0;
}

.navbar-brand {
	font-family: 'Lora', serif;
	font-style: italic;
	margin-left: 30px !important;
	font-size: 1.3em;
	color: #BABABA !important;
}

.navbar-nav {
	margin-top: 5px;
}

.navbar-nav li a:hover {
	color: #848484 !important;
}

.navbar-nav li a {
	color: #BBBBBB !important;
	font-family: 'Roboto', sans-serif;
	line-height: 40px;
	height     : 40px;
	padding-top: 0;
	letter-spacing: 0.1em;
	font-weight   : 400;
	text-transform: uppercase;
	font-style    : normal;
}


.description {
	padding: 60px 0 40px;
}

.description p {
}

.services {
	padding: 40px 0 40px;
}

#vantaggi-des {
	text-align: center;
}

.carousel-box {
	position:absolute;
	right:0; 
	top:20px;
	background-color: #eee;
	z-index: 10;
	padding-bottom: 20px;
}

.carousel-box p {
	font-size: 1.2em;
	color: #808080 !important;
}

.carousel-box h3 {
	font-size: 1.2em;
}

.carousel-box form input {
	border: 1px solid #9F9F9F;
	background: none;
	box-shadow: none;
	border-radius: 0;
}

.carousel-box button {
	background: none;
	box-shadow: none;
	border-radius: 0;
}


.l-item {
	width: 80%;
	margin-left: 50%;
}

.r-item {
	width: 80%;
	margin-right: 20%;
}

.circle-btn {
	float: left;
	border-radius: 50%;
	width        : 100px;
	height       : 100px;
	font-size    : 1.6em;
	color        : #C8C8C8;
	margin       : 10px 10px 0;
	border: none;
}

.custom-btn {
	padding: 10px;
	border       : none;
	margin-top   : 20px;
	color        : #939393;
	background: none;
	border: 1px solid #D0D0D0;
	font-family: 'Open Sans', sans-serif;
	font-weight  : 300;
	text-transform: uppercase;
	border-radius: 0px;
}

.card {
	padding: 40px 0 40px;
}

.card-img {
	opacity: 0.8;
}

.newsletter {
	padding: 40px 0 40px;
}

.newsletter input {
	border: 1px solid #e7e7e7;
	border-radius: 0;
	box-shadow: none;
}

.newsletter button {
	background: none;
	border-radius: 0;
	border: 1px solid #e7e7e7;
}

footer {
	padding: 40px 0 40px;
}

.links {
	color: #ADADAD;
	height: 100px;
	line-height: 60px;
}

.links img {
	margin-top: 10px;
	width: 330px;
}







/*albergo*/

.albergo-description {
	padding: 30px 60px 30px;
}

.rooms-description {
	padding: 30px 60px 30px;
}

.services-description {
	padding: 30px 60px 30px;
}

.restaurant-description {
	padding: 30px 60px 30px;
}

.services-description li {
	margin-top: 4px;
	font-weight: 400;
	line-height: 2;
	color: #ABABAB;
}


/*paese*/


.booking-form label {
	width: 190px;
	font-weight: 400;
	color: #ABABAB;
}

.booking-form .form-group {
	margin-top: 20px;
}

.booking-form input, select {
	color: #ABABAB !important;
	width: 250px !important;
	border: 1px solid #e7e7e7 !important;
	box-shadow: none !important;
}

.booking-form textarea {
	width: 755px !important; 
	border: 1px solid #e7e7e7 !important;
	box-shadow: none !important;
}

.prenota-btn {
	position: relative;
	margin-left: 50%;
	width: 100px;
	left: -50px;
	margin-top: 30px;
}

.contacts-form input {
	border-radius: 0;
	width: 80%;
	margin-left: 20%;
	border: 1px solid #e7e7e7 !important;
	box-shadow: none !important;
}

.contacts-form textarea {
	border-radius: 0;
	width: 80%;
	margin-right: 20%;
	margin-bottom: 23px;
	border: 1px solid #e7e7e7 !important;
	box-shadow: none !important;
}


.table-striped td {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.modal-content {
	border-radius: 0 !important;
	box-shadow: none;
	border: none;
}

.modal-dialog{
    position: relative;
    display: table; //This is important 
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    margin: 40px;
    min-width: 300px;   
}