@import url("navigation.css");
@import url("menu.css");
@import url("btn-form.css");
@import url("banner-cookie.css");
@import url("footer.css");
@import url("footer2.css");
@import url("breadcrumbs.css");
@import url("breadcrumbs.css");


/*
@import url("header-slider.css");
@import url("rooms-slider.css");
@import url("booking.css");
@import url("feedback.css");
@import url("servizi.css");
@import url("servizi2.css");
@import url("meteo.css");
@import url("partner.css");
@import url("azione.css");
@import url("newsletter.css");
@import url("news.css");
@import url("news2.css");
@import url("offerte.css");
@import url("offerte2.css");
@import url("about.css");

@import url("header-page.css");
@import url("page-container.css");
@import url("contatti.css");
@import url("gallery-slider.css");
*/
body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #555;
    font-size: 16px;
    font-weight: 300;
}

.font-style {
	font-family: 'Alex Brush', cursive;
}

/* PAGE CONTENT */
#page-content {
	padding: 70px 0;
	background-color: #FFF;
	min-height: 600px;
}

b, strong {
    font-weight: 400 !important;
}

a {
    text-decoration: none !important;
	outline: none !important;
    color: #222;
    font-weight: 400;
}

.pdn-b10 {
	padding-bottom: 10px !important;
}

.pdn-b15 {
	padding-bottom: 15px !important;
}

.pdn-b20 {
	padding-bottom: 20px !important;
}

.pdn-b25 {
	padding-bottom: 25px !important;
}

.pdn-t10 {
	padding-top: 10px !important;
}

.pdn-t15 {
	padding-top: 15px !important;
}

.pdn-t20 {
	padding-top: 20px !important;
}

.pdn-t25 {
	padding-top: 25px !important;
}

.mrg-t10 {
	margin-top: 10px !important;
}

.mrg-t15 {
	margin-top: 15px !important;
}

.mrg-t20 {
	margin-top: 20px !important;
}

.mrg-t25 {
	margin-top: 25px !important;
}

.nmt {
	margin-top: 0 !important;
}

.nmb {
	margin-bottom: 0 !important;
}

.npt {
	padding-top: 0 !important;
}

.npb {
	padding-bottom: 0 !important;
}

.page-title {
    margin: 30px 0 10px;
    font-size: 22px;
    font-weight: 300;
}

.field-error {
    background-color: #E12441;
    color: #FFF !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-top: -1px;
    padding: 3px 8px 4px;
    position: absolute;
    z-index: 34;
	bottom: 1px;
	left: 15px;

	-webkit-border-radius: 1px;
	 -khtml-border-radius: 1px;
	   -moz-border-radius: 1px;
	     -o-border-radius: 1px;
	        border-radius: 1px;

	-webkit-transform: translate(0, 100%);
	   -moz-transform: translate(0, 100%);
	    -ms-transform: translate(0, 100%);
	     -o-transform: translate(0, 100%);
	        transform: translate(0, 100%);
}

.field-error:after {
    position: absolute;
	z-index: 35;
	content: "";
	top: -6px;
	left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #E12441 transparent;
}

.text-right {
	text-align: right !important;
}