/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ui-datepicker {
  font-size: 12px !important;
}/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
 * Corsivo
 */

em {
  font-style: italic;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */

	background: #f1f1f1;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:  left;
	margin:	0px;
}
.sf-menu a {
	/*border-left:	1px solid #fff;*/
	/*border-top:		1px solid #CFDEFF;*/
	padding: 		10px 7px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-family: raleway, sans-serif;
	font-size: 17px;
	color: #686868;
	padding: auto 5px;
	text-transform: uppercase;
}
.sf-menu li {
	/*background:		#BDD2FF;*/
}
.sf-menu li li {
	margin-bottom: -5px;
	/*background:		#AABDE6;*/
}
.sf-menu li li li {
	/*background:		#9AAEDB;*/
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:		#CFDEFF;*/
	color:          #d40028;
	outline:		0;
}

/*** ACTIVE style **/
.sf-menu a.active {
	color:          #d40028;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	25px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			17px; /* IE6 only */
	width:			9px;
	height:			8px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows.png') no-repeat 0px 0px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	/*top:			.8em;*/
	background-position: 0 0px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: 0px -8px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  0px 0px; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0px 0px; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: 0px -8px; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
/*.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
*/* {
  font-family: sans-serif;
  font-size: 12px;
}

/**
 * Colore per la selezione del testo
 */
::selection {
  background: #d40028; /* Safari */
  color: white;
  }
::-moz-selection {
  background: #d40028; /* Firefox */
  color: white;
}

body {
  background-color: #f1f1f1;
}

.langs li {
  display: block;
  float: left;
  overflow: hidden;
}

.langs .active {
  font-weight: bold;
}

.langs li:not(:last-child):after {
    content: '.'
}

/**
 * STYLE PER I contenitori
 */
.contenitore-principale {
  width: 1008px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  margin: 0px auto;
  background-color: white;
  margin-bottom: 10px;
}

.contenitore-testi {
  margin: 0px 31px;
  position: relative;
  overflow: hidden;
}

.contenitore-testi.iframe {
  margin: 0px 10px;
}

.contenitore-testi .sidebar {
  float: right;
  width: 318px;
  margin-left: 10px;
}

/**
 * Logo tel e email
 */

#logo {
  padding-top: 5px;
  margin-left: -80px;
  position: relative;
}
#phoneAndEmail {
  position:absolute; top: 75px;
  right: 5px;
}
#phoneAndEmail li {
  display: inline;
  margin-left: 10px;
  font-family: raleway, sans-serif;
  font-size: 18px;
  color: #686868;
}
#phoneAndEmail li a {
  text-decoration: none;
  color: #686868;
}
#phoneAndEmail li a:hover {
  text-decoration: underline;
}

/**
 * Navigazione
 */

.langs a {
  font-family: arial;
  color: #686868;
  text-decoration: none;
  margin: auto 2px;
}

.langs a.active, .langs a:hover {
  color: #d40028;
}

nav {
  height: 54px;
  margin-top: 10px;
}

nav #navigation-container {
  height: 35px;
  margin-left: 27px;
  width: 775px;
}

nav #navigation-container ul {
  margin-top: 5px;
}

#social-networks-container {
  float: right;
  height: 54px;
  background-color: #d40028;
  border-radius: 5px 5px 0 0; 
  width: 205px;
  overflow: hidden;
}

#social-networks-container ul {
  margin: 10px 31px 10px 20px;
}

#social-networks-container li {
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  padding: 0px;
  margin-right: 4px;
}

.social-network {
  height: 34px;
  width: 35px;
  background-image: url(../img/social_networks.png);
  display: block;
}

.social-network.facebook          { background-position:    0px 0px; }
.social-network.maps              { background-position:  -35px 0px; }
.social-network.google-plus       { background-position:  -70px 0px; }
.social-network.skype             { background-position: -105px 0px; }
.social-network.facebook:hover    { background-position:    0px 34px; }
.social-network.maps:hover        { background-position:  -35px 34px; }
.social-network.google-plus:hover { background-position:  -70px 34px; }
.social-network.skype:hover       { background-position: -105px 34px; }

/**
 * Gallery
 */

.contenitore-gallery {
  margin-left: 34px;
  border-right: 34px solid #d40028;
}

.bordo-gallery {
  height: 474px;
  width: 940px;
  margin: 0 -3px;
  border: 3px solid #ebebeb;
  border-radius: 3px;
  z-index: 2;
}

/**
 * Barra richiesta
 */

#barra-richiesta {
  margin-left: 31px;
  overflow: hidden;
}

#contenitore-richiesta-express {
  float: right;
  width: 615px;
  height: 32px;
  padding: 15px;
  border-radius: 0px 0px 5px 5px;
  background-color: #d40028;
}

.lt-ie8 #contenitore-richiesta-express form,
.lt-ie8 #contenitore-richiesta-express span {
  display: block;
  float: left;
  line-height: 32px;
  vertical-align: middle;
}

.lt-ie8 #contenitore-richiesta-express form {
  margin-left: 30px;
}

#contenitore-portali {
  padding-top: 22px;
  padding-left: 10px;
}

#contenitore-portali ul li {
  display: inline;
}

.portale-valutazione {
  background-image: url(../img/tripadvisor_holidaycheck.png);
  height: 27px;
  display: inline-block;
  margin-right: 30px;
}

.portale-valutazione.holidaycheck { width: 116px; background-position: -137px   0px; }
.portale-valutazione.tripadvisor  { width: 137px; background-position:    0px   0px; }
.portale-valutazione.holidaycheck:hover         { background-position: -137px -27px; }
.portale-valutazione.tripadvisor:hover          { background-position:    0px -27px; }

/**
 * FOOTER
 */
footer {
  padding-top: 80px;
  padding-bottom: 35px;
}

footer .contenitore-testi p {
  font-size: 12px;
}

footer hr {
  margin: 40px 0px;
  border: none;
  border-bottom: 1px solid #f1f1f1;
}

.external-logo {
  background-image: url(../img/external_logos.png);
  height: 32px;
  display: block;
  margin-right: 25px;
}

.external-logo.alta-badia        { background-position:    0px 0px; width: 44px; }
.external-logo.suedtirol         { background-position:  -44px 0px; width: 72px; }
.external-logo.unesco            { background-position: -116px 0px; width: 93px; }
.external-logo.dolomiti-superski { background-position: -209px 0px; width: 80px; }

#loghi-esterni li {
  display: inline-block;
}

.footer-sidebar ul {
  float: right;
}

.footer-sidebar li {
  display: inline-block;
  margin-left: 25px;
  margin-top: 12px;
}

.footer-sidebar li a {
  font-size: 14px;
}@import url(https://fonts.googleapis.com/css?family=Quattrocento);

blockquote {
	margin-left: 30px;
}

.contenitore-testi h1, .h1class {
	font-size: 36px;
	color: #560019;
	margin-bottom: .2em;
}

.contenitore-testi h2, .h2class {
	font-size: 24px;
	color: #560019;
	margin-bottom: .3em;
}

.contenitore-testi h3, .h3class {
	font-size: 17px;
	font-weight: bold;
	color: #d40028;
	margin-top: 1em;
	margin-bottom: -.5em;
}

.contenitore-testi h4, .h4class {
	font-size: 24px;
	/*color: #d40028;*/
	margin-bottom: .3em;
}

.contenitore-testi p,
.contenitore-testi td,
.contenitore-testi li,
.contenitore-testi dt,
.contenitore-testi dd {
	font-family: georgia, "times-new-roman", serif;
	font-size: 14px;
	color: #686868;
	text-align: justify;
	line-height: 1.5em;
}

.contenitore-testi p {
	margin-top: 2em;
	margin-bottom: 1em;
}

.contenitore-testi a {
	text-decoration: underline;
	color: #686868;
}

.contenitore-testi .no-decoration a {
	text-decoration: none;
}

.contenitore-testi .no-decoration a:hover {
	text-decoration: underline;
}

.contenitore-testi a:hover {
	color: #d40028;
}

.contenuto-principale ul {
	list-style: disc outside none;
}

.contenuto-principale li {
	text-align: left;
	display: list-item;
	padding: 0;
	margin: 4px 0px 4px 35px;
}

.contenitore-testi strong {
	font-weight: bold;
}


.contenitore-testi .polaroid {
	border: 5px solid white;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

/* Paragrafo di un link sulla pagina dei link esterni */
.contenitore-testi .externallink {
	line-height: 1.3em;
	margin: 0px 0px 0px 30px;
}

.contenitore-testi .externallink-descrizione {
	line-height: 1.2em;
	margin: 0px 0px 5px 50px;
}

.contenitore-testi small {
	font-size: 10px;
	margin: 3px 0 10px;
	display: inline-block;
}

/*.testi, p, span, td, td>a, li, dt {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #555555;
	line-height: 1.5em;
}

.testi dt {
	font-weight: bold;
}

.testi small {
	font-size: 10px;
}

.testi .importante {
	font-family: 'Quattrocento', serif;
	font-weight: bold;
	font-size: 120%;
}

.testi h1, .testi h2, .testi h3 {
	font-family: 'Quattrocento', serif;
}

.testi p {
	margin: 1em 0 1.2em;
}

.testi ul {
	list-style: disc outside none;
}

.testi li {
	display: list-item;
	padding: 3px 0;
	margin-left: 35px;
}

.testi h1 {
	font-size: 24px;<
	line-height: 30px;
	font-weight: bold;
	margin: 15px 0px 10px;
}

.testi h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0px 10px;
}

.testi h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0px 10px;
	text-transform: uppercase;
}

strong, b {
	font-weight: bold;
}

.testi label, .testi dt, .testi .label-cell {
	font-size: 14px;
	font-weight: normal;
	font-family: 'Quattrocento', serif;
	vertical-align: middle;
}


.testi a {
	color: red;
	text-decoration: none;
}

.testi a:hover {
	color: #344f78;
	text-decoration: underline;
}

/* Paragrafo di un link sulla pagina dei link esterni *//*
.testi .externallink {
	line-height: 1.3em;
	margin: 0px 0px 0px 30px;
}

.testi .externallink-descrizione {
	line-height: 1.2em;
	margin: 0px 0px 5px 50px;
}

.testiTitolo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	line-height: 14px;
	font: bold;
	font-variant: small-caps;
}

.testi_piccoli {
	color: #555555;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	letter-spacing: -1px;
	line-height: 11px;
}

.testi_piccoli a {
	color: #344f78;
	text-decoration: none;
}

.testi_piccoli a:hover {
	color: #344f78;
	text-decoration: underline;
}

.testi_piccoli_bianchi {
	color: #555555;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 11px;
}

.testi_piccoli_bianchi a {
	color: White;
	text-decoration: none;
}

.testi_piccoli_bianchi a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	text-decoration: underline;
}

.testi_indirizzo {
	color: #555555;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	letter-spacing: 0px;
}

.testi_indirizzo a {
	color: #344f78;
	text-decoration: underline;
}

.testi_indirizzo a:hover {
	color: #344f78;
	text-decoration: underline;
}*/
/**
 * MTEO
 *
 *//*
.testi .sidebar-meteo {/*
	padding: 5px 0 5px 5px;
	border: 1px solid #ea8094;
	background-color: #fbe6ea;*//*
}

.testi .sidebar-meteo p {
	margin: 0;
	font-size: 11px;
}

.testi .sidebar-meteo p.selected {
	font-weight: bold;
}*/
.contenitore {
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #f4bfc9;
	/*background-color: #fbe6ea;*/
	margin-left: 60px;
}

.contenitore .contenuto {
	padding: 5px;
	overflow: auto;
}

.testi .titolo-contenitore {
	display: inline-block;
	padding: 10px;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	margin: 0px;
	font-family: 'Quattrocento', serif;
	color: white;
	background-color: #D40028;
	border-radius: 10px 10px 0 0;
	vertical-align: bottom;
}

.titolo-contenitore.arancione {
	background-color: #CC5200;
}

.testi .titolo-contenitore-destra {
	display: inline-block;
	margin: 0px;
	padding: 10px;
	height: 22px;
	font-size: 18px;
	font-weight: bold;
	float: right;
	font-family: 'Quattrocento', serif;
	color: white;
	background-color: #CC5200;
	border-radius: 10px 10px 0 0;
}

.contenitore-alloggio {
	/* vedi "./contentiori.css" classe ".contenitore" */
}

.titolo-alloggio {
	/* vedi "./contentiori.css" classe ".titolo-contenitore" */
}

.contenitore-alloggio .contenuto-alloggio {
	/* vedi "./contentiori.css" classe ".contenitore .contenuto" */
	/*background-color: #fbe6ea;*/
}


.contenuto-alloggio img {
	float: left;
	margin: 0 5px 5px 0;
}

.tab-buttons {
	overflow: auto;
	margin: 0;
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
}

.tab-buttons button {
	background-color: #D40028;
	color: white;
	display: block;
	float: left;
	border: none;
	padding: 7px;
	margin: 0px 2px;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}

.tab-buttons button:hover {
	background-color: #eee;
	color: #D40028;
}

.tab-buttons button.active {
	background-color: #eee !important;
	color: #D40028 !important;
}

.contenitore-alloggio .tab-content {
	-webkit-transition: height 1s;

	background-color: #eee;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	padding: 10px;
	border-radius: 0;
}

.contenitore-alloggio .tab-content>* {
	margin: 0px;
}

.tab-content .planimetria img {
	display: block;
	margin: 0 auto;
}

.verticalhover .hover {
	background-color:  #D40028;
	color: white;
}

.caratteristiche td:not(:first-child) {
	text-align: center;
}

.caratteristiche .selected {
	background-color: #f4bfc9;
	color: #222;
	font-weight: bold;
}

.caratteristiche tr {
	border-bottom: 1px dotted #ea8094;
	cursor: pointer;
}

.caratteristiche tr:hover {
	background-color:  #fbe6ea;
	/*border-bottom: 1px solid #ea8094;*/
}

.prezzo-tabella-alloggi {
	font-weight: 400;
	font-size: 12px;
	padding: 4px !important;
	vertical-align: middle;
}table.prezzi{
	margin-bottom: 25px;
}

table.prezzi td, table.prezzi th {
	color: black;
	text-align: center;
	padding: 4px;
	vertical-align: middle;
}

table.prezzi th.descrizione_stagione{
	background-color: #d40028;
	font-family: sans-serif;
	font-weight: bold;
	color: #fbe6ea;
	text-align: center;
	vertical-align: middle;
	border-radius: 7px 0 0 0;
	padding: 10px 15px;
	white-space: nowrap;
}

table.prezzi th:first-child {
	width: 250px;
}

table.prezzi th.descrizione_tipologia{
	border-left: 1px solid #da2648;
	padding-bottom: 5px;
}

table.prezzi td.persone{
	border-left:1px solid #da2648;
}

table.prezzi td.trattamento{
	border-left: 1px solid #da2648;
}

table.prezzi tbody tr {
	/* -moz-transition: all 0.3s; */
	background-color:  #fbe6ea;
	cursor: pointer;
}

table.prezzi tbody td {
	/* -moz-transition: all 0.3s; */
	padding: 3px 0px;
}

table.prezzi tbody tr:nth-child(even) {
	background-color:  #f4bfc9;
}

table.prezzi tbody tr:hover {
	background-color:  #ea8094;
}

#hgPaymentWidget{
	margin: 0 auto;
	margin-top: 60px !important;
}

.skipass-booking{
	margin: 20px 0;
	display: inline-block;
	font-size: 22px;
	background-color: #560019;
	padding: 10px 15px;
	color: #FFF !important;
	text-decoration: none !important;
	transition: .2s;
}

.skipass-booking:hover{
	background-color: #7C0F2E;
}
#form-richiesta table {
}

#form-richiesta table td {
  margin: 2px;
}

#form-richiesta th, #form-richiesta h3 {
  font-size: 16px;
  padding-bottom: 10px;
  text-align: left;
  font-weight: normal;
  font-family: serif;
}

#form-richiesta .label-cell {
  display: inline-block;
  width: 150px;
  text-align: right;
  padding-right: 10px;
}

#form-richiesta .input-piccolo {
  width: 50px;
  margin-right: 6px;
}

#form-richiesta textarea {
  width: 100%;
}

#form-richiesta .contenitore {
  margin: 2px 0 0;
}

.contenitore-testi .errorbox p {
  font-weight: bold;
  margin: 0px;
  color: #a00;
  text-decoration: none !important;
}

/*.richiesta form {
  padding-left: 40px; }
.richiesta .errore {
  border: 2px solid red !important; }
.richiesta .errorbox {
  margin: 10px;
  padding: 5px;
  background-color: gold;
  border: 1px solid #998100; }
.richiesta .errorbox p {
  font-weight: bold;
  color: white; }
.richiesta h3, .richiesta span, .richiesta p, .richiesta a, .richiesta td, .richiesta input, .richiesta select, .richiesta textarea {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: red;
  padding: 0px; }
.richiesta h3 {
  padding-top: 10px;
  font-weight: bold; }
.richiesta input {
  /*width: 150px;*//*
  height: 16px;
  vertical-align: middle; }
.richiesta input[type=checkbox] {
  width: 30px; }
.richiesta select {
  width: 100%;
  height: 20px;
  vertical-align: middle; }
.richiesta .label {
  margin-top: 10px;
  font-size: 11px;
  font-weight: bold; }
.richiesta .narrower {
  width: 60px; }
.richiesta input, .richiesta textarea {
  border: 1px solid #aaa;
  padding: 2px; }
.richiesta .button:before {
  content: "+ "; }
.richiesta .button {
  text-decoration: none; }
.richiesta .button:hover {
  text-decoration: underline;
  color: darkblue; }
.richiesta textarea {
  width: 100%;
  height: 60px; }
.richiesta #periodo-alternativo {
  display: none; }
.richiesta .contenitore-selezione {
  border: 1px solid green;
  background-color: blue;
  border-radius: 5px;
  padding: 10px;
  width: 640px;
  margin-bottom: 10px; }
  .richiesta .contenitore-selezione input, .richiesta .contenitore-selezione select {
    width: 100%;
    border: 1px solid yellow;
    background-color: orange; }
  .richiesta .contenitore-selezione input.to-date, .richiesta .contenitore-selezione input.from-date {
    width: 120px;
    margin-right: 4px; }
  .richiesta .contenitore-selezione td, .richiesta .contenitore-selezione th {
    padding: 2px; }
  .richiesta .contenitore-selezione td.label-cell {
    text-align: right;
    width: 100px; }
  .richiesta .contenitore-selezione th {
    text-align: left !important;
    font-weight: bold; }
.richiesta .selezione-camera td.eta-bambini {
  width: 100px;
  text-align: right; }
.richiesta .selezione-camera td.eta-bambino {
  width: 40px; }
.richiesta .selezione-trattamento select {
  width: 150px; }
.richiesta table td {
  padding: 2px;
  padding-left: 5px; }
.richiesta table td:first-child {
  text-align: right; }
.richiesta table input {
  width: 150px; }
.richiesta table select {
  width: 156px; }*/.offerta {
	padding: 5px;
	position: relative;
	overflow: hidden;
}

p.titolo-contenitore-destra.offerta-sconto {
	font-size: 20px;
	margin: 0px;
	padding: 4px 10px;
	line-height: 24px;
	display: block;
	float:right;
}

.offerta.contenitore {
	margin-left: 0px;
	clear: both;
}

.titolo-contenitore {
	margin: 6px 0px 10px !important;
}

.offerta .preview-image {
	float: left;
	margin: 0px 5px 5px 0px;
}

.offerta .descrizione {
	margin-bottom: 10px;
}

.offerta .box-informazioni {
	float: left;
	clear: left;
	margin: 10px 5px 0px 0px;
	border-collapse: separate;
	width: 810px;
}

.offerta .box-informazioni.no-prezzi {
	float: left;
	clear: left;
	margin: 10px 5px 0px 0px;
	border-collapse: separate;
	width: 874px;
}

.offerta .box-informazioni.no-prezzi td:last-child, .offerta .box-informazioni.no-prezzi th:last-child {
	border-right: none;
}


.offerta .box-informazioni p {
	display:  block;
	margin: 0px;
	overflow: hidden;
}

.offerta .box-informazioni th {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.offerta .box-informazioni td, .offerta .box-informazioni a {
	font-family: 'Quattrocento', serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
}

/* Separatori tabella */
.offerta .box-informazioni th, .offerta .box-informazioni td {
	border-right: 1px dashed #ea8094;
	padding: 0px 2px;
}

.offerta .prezzo-normale {
	float: right;
	clear: right;
	margin-right: -5px;

	background-color: #CC5200;
	padding: 10px 15px;
	border-radius: 5px 0 0 5px;

	color: white;
	font-family: 'Quattrocento', serif;
	font-size: 17px;
	font-weight: bold;
}

.offerta .prezzo-normale p {
	color: white;

	font-family: sans;
	font-size: 10px;
	font-weight: normal;

	margin: 0px;
	padding: 0px;
}

.offerta .prezzo-ridotto {
	float: right;
	clear: right;
	margin-right: -5px;
	margin-bottom: 0px;
	
	text-decoration: line-through;

	height: 24px;
	background-color: #D40028;

	border-radius: 3px 0 0 0;

	text-align: right;
	height: 20px;
	padding: 2px 10px;
	color: white;
	font-family: 'Quattrocento', serif;
	font-size: 15px;
	font-weight: normal;
}

.offerta .box-prezzi {
	float: right;
	margin-top: 3px;
}

.offerta .richiedi-offerta {
	clear: both;
	text-align: center;
	margin: 10px auto 0;

	display: block;
	width: 100px;

	padding: 10px 15px;
	border-radius: 5px;

	font-size: 14px;
	font-weight: bold;
}.pacchetto {
	padding: 5px;
}

.prezzi-periodo-pacchetto {
	border: 1px solid #D40028;
	background-color: white;
}

.pacchetto .preview-image {
	float: left;
	margin: 0 5px 5px 0;
}

.prezzi-periodo-pacchetto td, .prezzi-periodo-pacchetto a {
	font-family: 'Quattrocento', serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
}

/* Separatori tabella */
.prezzi-periodo-pacchetto th, .prezzi-periodo-pacchetto td {
	border-right: 1px dashed #ea8094;
	padding: 0px 2px;
	text-align: center;
	vertical-align: middle;
}

.prezzi-periodo-pacchetto th:last-child, .prezzi-periodo-pacchetto td:last-child {
}

.prezzi-periodo-pacchetto th {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.prezzi-periodo-pacchetto th.eta-bambino {
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
}

.prezzi-periodo-pacchetto tbody tr {
	background-color:  #fbe6ea;
}

.prezzi-periodo-pacchetto tbody tr:nth-child(even) {
	background-color:  #f4bfc9;
}

.prezzi-periodo-pacchetto tbody tr:hover {
	background-color:  #ea8094;
}

.prezzi-periodo-pacchetto thead tr:last-child {
	border-bottom: 1px dashed #ea8094;
}

/* faccio si che il link sull alloggio, sia di tutta la larghezza */
.prezzi-periodo-pacchetto a.link-alloggio {
	padding-right: 5px;
	display: block;
}

/* faccio si che il link sull alloggio, sia di tutta la larghezza */
.prezzi-periodo-pacchetto a.link-alloggio img {
	float: right;
}

.prezzi-periodo-pacchetto .css3button {
	display: block;
	padding: 0;
	margin: 2px;
	line-height: 18px;
}

/* dimensioni colonne */

.prezzi-periodo-pacchetto .colonna-prezzo {
}
.prezzi-periodo-pacchetto .colonna-alloggio {
	width: 160px;
}
.prezzi-periodo-pacchetto .colonna-richiedi {
	width: 100px;
}

.pacchetto .freccia {
	position: relative;
	background-color: #d40028;
	padding: 6px 10px 10px;
	color: white;
	width: 400px;
	border-radius: 0px 4px 4px 0px;
	margin-left: -6px;
	font-weight: normal;
}

.pacchetto .freccia:after {
	display: block;
	position: absolute;
	content: '';
	bottom: -17px;
	left: 150px;
	border: 10px solid;
	margin-left: 10px;
	border-color: #d40028 transparent transparent transparent;
}


.giorni-consentiti {
	float: right;
	margin-top: 25px;
}

.giorni-consentiti div {
	float: left;
	background-color: #f4bfc9;
	color: #ea8094;
	border-radius: 4px;
	padding: 2px 4px;
	margin: 0px 1px;
	font-size: 10px;
	font-weight: bold;
}

.giorni-consentiti div.arrivo-consentito {
	float: left;
	background-color: #D40028;
	color: white;
	border-radius: 4px;
	padding: 2px 4px;
}

.giorni-consentiti span {
	float: left;
	font-family: 'Quattrocento', serif;
	font-size: 14px;
	margin: 3px 8px 0 0;
}

a.css3button.visualizza-tutti-pacchetti {
	display: block;
	margin: 10px auto;
	text-align: center;
	width: 280px;
}.gmap_marker h1 {
	font-size: 16px;
}

.gmap_marker p {
	margin: 0.1em 0px;
}

.google-maps dl {
	display: block;
	width: 500px;
	height: 30px;
	background-color: #d40028;
	padding: 10px;
	border-radius: 0px 0px 5px 0px
}

.google-maps dt {
	padding: 0px;
	display: block;
	width: 300px;
}

.google-maps input {
	height: 20px;
}

.google-maps dt label {
	font-family: Raleway, sans-serif !important;
	font-size: 15px !important;
	color: white;
	font-weight: bold;
}

/* Risultati della ricerca */
.ac_results {
	background-color: white;
	border: 1px solid #d40028;
	opacity: 1 !important;
}

.ac_results li {
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

.ac_results li:hover {
	padding: 5px;
	border-bottom: 1px dotted #ccc;
	background-color: #d40028;
	color: white;
	cursor: pointer;
}#contenitore-richiesta-express span {
	font-family: Raleway, sans-serif;
	font-size: 15px;
	color: white;
	font-weight: bold;
	line-height: 32px;
}

#contenitore-richiesta-express form {
	float: right;
	margin-right: 16px;
}

#contenitore-richiesta-express input[type=text] {
	height: 26px;
	margin-right: 10px;
}

#contenitore-richiesta-express label {
	color: white;
	font-family: Raleway, sans-serif;
	margin: auto auto 5px;
}

.slicker p {
	line-height: 1em;
	margin: 4px 0;
	display: block;
	text-align: left;
}

.slicker a {
	display: block;
}

.slicker {
	margin-bottom: 10px;
}

.slicker h2 {
	display: block;
	background-color: #D40028;
	border-radius: 5px 5px 0 0;
	color: white;
	padding: 5px;
	margin: 0px;
	margin-top: 10px;
	font-weight: normal;
}

.slicker-container {
	position: relative;
	margin: 0px;
	text-align: center;
}


.slicker-element {
	width: 218px;
}

.slicker-lastminute .slides-container {
	overflow: hidden;
}

.slicker-pacchetti .slides-container {
	overflow: hidden;
}

/** NAVIGAZIONE SLICKER **//*

.slicker ul {
	display: block;
	float: right;
	margin: 5px;
	overflow: hidden;
}

.slicker ul li {
	display: inline;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
}

.slicker ul li a {
	text-indent: -9999px;
	white-space: nowrap;
	margin: 1px;
	float: left;
	background-image: url("../img/navigation.png");
	content: '';
	width: 12px;
	height: 12px;
	outline: none;
}

.slicker ul li a:hover {
	background-position: 0 12px;
}

.slicker ul li.slidesCurrent a {
	background-position: 0 24px;
}

a.css3button.slicker-info-link {
	display: inline-block;
	float: left;
	padding: 2px 10px;
	line-height: 20px;
}

a.slicker-link {
	display: block;
	background-color: #D40028;
	border: 1px solid #D40028;
	border-top: none;
	color: white;
	font-weight: bold;
	padding: 3px 5px;
}

a.slicker-link:hover {
	background-color: white;
	color: #D40028;
}

/**
 * Meteo
 */

table.tabella-meteo {
	float: right;
}

table.tabella-meteo td {
	text-align: center;
	padding: 3px 5px;
	color: #727272;
	text-transform: uppercase;
	font-family: raleway, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
}

.sidebar-meteo h3 {
	margin-bottom: 0.5em !important;
}

.sidebar-meteo p {
	margin: 0.1em inherit !important;
}

.sidebar-meteo p.selected {
	font-weight: bold;
	color: black;
}

.sidebar-meteo p.selected:before {
	content: ">";
}

/**
 * Tabs
 */

.tabs-header {
	display: block;
	overflow: hidden;
	width: 90%;
}

.tabs-header li {
	display: block;
	float: left;
	border-radius: 7px 7px 0px 0px;
	color: #f1f1f1;
	width: 50%;
	margin: 0;
	padding: 0;
	height: 66px;
	overflow: hidden;
}

.tabs-header li a.active, .tabs-header li a:hover {
	background-color: #f1f1f1;
	color: #d40028;
}

.tabs-header li a {
	display: block;
	background-color: #d40028;
	padding: 17px;
	font-family: raleway, sans-serif;
	font-weight: bold;
	color: #f1f1f1;
	text-decoration: none;
	cursor: pointer;
	height: 32px;
}

.tabs-header li.active a, .tabs-header li:hover a {
	color: #d40028;
}

.tabs-header li:not(.active):hover {
	background-color: #ddd;
}

.tab-content {
	background-color: #f1f1f1;
	border-radius: 0px 7px 7px 7px;
	padding: 17px;
	/*display: none;*/
}

/**
 * Sliders (offerte e pacchetti)
 */

.slider-viewport {
	margin-top: 10px;
	width: 240px;
	overflow: hidden;
	position: relative;
}

.slider-viewport ul {
	width: 9999px;
	margin: 0px;
	padding: 0px;
}

.slider-viewport li {
	display: inline-block;
	padding-bottom: 20px;
	vertical-align: top;
	margin: 0px;
	padding: 0 0 20px 0;
}

.lt-ie8 .slider-viewport li {
	display: block;
	float: left;
}

.slider-viewport img {
	border: 3px solid white;
	border-radius: 3px;
}

.slider-viewport p {
	margin: 0px;
}

.slider-viewport p.price-tag, .controls a {
	font-size: 24px;
	font-family: raleway, sans-serif;
	font-weight: normal;
	color: #d40028;
}

.controls {
	float: right;
	margin-right: 5px;
}

.controls a {
	padding-left: 3px;
	text-decoration: none;
}

.controls a:hover {
	color: #7E7E7E;
}input.with-shadow, textarea.with-shadow, select.with-shadow {
	padding: 2px;
	font-size: 12px;
	background-color: white;
	border: none;

	box-shadow: 2px 2px 3px rgba(0,0,0,0.5) inset;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ie-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	color: #222;
}

input, select {
	width: 180px;
	background-color: white;
}

select, textarea, input {
	border: 1px solid #aaa;
	box-shadow: none;
}

input[type=checkbox], input[type=radio] {
	width: auto;
	margin: auto 5px;
}

a.css3button, .css3button {
	font-family: sans-serif;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin: 2px; 
	padding: 5px 5px; /* padding top|bottom left|right*/
	background-color: #D40028;

	border-radius: 4px;

	border: 1px solid #D40028;;
	background-image: url(../img/pixelstripes.png);
	box-shadow: 0px 0px 3px rgba(000,000,000,0.5);
	line-height: 30px;
}

a.css3button:hover, .css3button:hover {
	color: #D40028;
	background-color: white;
	background-image: none;
	text-decoration: none;
	box-shadow: none;
}

input.errore, textarea.errore, select.errore,
input.error,  textarea.error,  select.error {
	border: 1px solid red;
}

label, .label-cell {
	font-family: serif !important;
	font-size: 13px !important;
}

label {
	padding: 5px inherit;
	display: inline-block;
}

label.error {
	margin-left: 5px;
}

dl {
	display: block;
	clear: both;
}

dt {
	display: block;
	float: left;
	width: 150px;
	padding-right: 10px;
	text-align: right;
	overflow: hidden;
}

/* Fix per jqueriUI DatePicker */
.ui-widget span, .ui-widget a { 
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}

.ui-widget select {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ie-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.ui-datepicker-trigger {
  vertical-align: -4px;
  margin-left: 4px;
}

.contenitore-testi .obbligatorio {
	font-weight: bold;
}

.rounded-button, a.rounded-button {
	text-decoration: none;
	display: inline-block;
	line-height: 32px;
	width: 32px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	border: none;
	background-color: white;
	border-radius: 100%;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	color: #7e7e7e;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.rounded-button.long {
	width: auto;
	border-radius: 30px;
	height: auto;
	padding: 8px;
	font-size: 14px;
	line-height: 1em;
	margin: 4px;
}

.rounded-button:hover {
	color: #d40028;
	cursor: pointer;
}

.rounded-button.grey, a.rounded-button.grey {
	background-color: #f1f1f1;
}

.rounded-button.magenta {
	background-color: #d40028;
	color: white;
}

.rounded-button.magenta:hover {
	color: #d40028;
	background-color: white;
	cursor: pointer;
}/* Standard sizes, margin, padding, border radiuses
---------------------------------------------------------------- */

.relative {
	position: relative;
}
/* Standard border radius */
.r5 {-webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important;}
.r10 {-webkit-border-radius: 10px !important; -moz-border-radius: 10px !important; border-radius: 10px !important;}
.r15 {-webkit-border-radius: 15px !important; -moz-border-radius: 15px !important; border-radius: 15px !important;}
.r20 {-webkit-border-radius: 20px !important; -moz-border-radius: 20px !important; border-radius: 20px !important;}


/* Standard Padding and Margin classes */
.p0 { padding: 0 !important; }
.pt0 { padding-top: 0 !important; }
.pl0 { padding-left: 0 !important; }
.pb0 { padding-bottom: 0 !important; }
.pr0 { padding-right: 0 !important; }

.p2 { padding: 2px !important; }
.pt2 { padding-top: 2px !important; }
.pl2 { padding-left: 2px !important; }
.pb2 { padding-bottom: 2px !important; }
.pr2 { padding-right: 2px !important; }

.p3 { padding: 3px !important; }
.pt3 { padding-top: 3px !important; }
.pl3 { padding-left: 3px !important; }
.pb3 { padding-bottom: 3px !important; }
.pr3 { padding-right: 3px !important; }

.p4 { padding: 4px !important; }
.pt4 { padding-top: 4px !important; }
.pl4 { padding-left: 4px !important; }
.pb4 { padding-bottom: 4px !important; }
.pr4 { padding-right: 4px !important; }

.p5 { padding: 5px !important; }
.pt5 { padding-top: 5px !important; }
.pl5 { padding-left: 5px !important; }
.pb5 { padding-bottom: 5px !important; }
.pr5 { padding-right: 5px !important; }

.p6 { padding: 6px !important; }
.pt6 { padding-top: 6px !important; }
.pl6 { padding-left: 6px !important; }
.pb6 { padding-bottom: 6px !important; }
.pr6 { padding-right: 6px !important; }

.p7 { padding: 7px !important; }
.pt7 { padding-top: 7px !important; }
.pl7 { padding-left: 7px !important; }
.pb7 { padding-bottom: 7px !important; }
.pr7 { padding-right: 7px !important; }

.p8 { padding: 8px !important; }
.pt8 { padding-top: 8px !important; }
.pl8 { padding-left: 8px !important; }
.pb8 { padding-bottom: 8px !important; }
.pr8 { padding-right: 8px !important; }

.p9 { padding: 9px !important; }
.pt9 { padding-top: 9px !important; }
.pl9 { padding-left: 9px !important; }
.pb9 { padding-bottom: 9px !important; }
.pr9 { padding-right: 9px !important; }

.p10 { padding: 10px !important; }
.pt10 { padding-top: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pr10 { padding-right: 10px !important; }

.p15 { padding: 15px !important; }
.pt15 { padding-top: 15px !important; }
.pl15 { padding-left: 15px !important; }
.pb15 { padding-bottom: 15px !important; }
.pr15 { padding-right: 15px !important; }

.p20 { padding: 20px !important; }
.pt20 { padding-top: 20px !important; }
.pl20 { padding-left: 20px !important; }
.pb20 { padding-bottom: 20px !important; }
.pr20 { padding-right: 20px !important; }

.p30 { padding: 30px !important; }
.pt30 { padding-top: 30px !important; }
.pl30 { padding-left: 30px !important; }
.pb30 { padding-bottom: 30px !important; }
.pr30 { padding-right: 30px !important; }

.p35 { padding: 35px !important; }
.pt35 { padding-top: 35px !important; }
.pl35 { padding-left: 35px !important; }
.pb35 { padding-bottom: 35px !important; }
.pr35 { padding-right: 35px !important; }

.p40 { padding: 40px !important; }
.pt40 { padding-top: 40px !important; }
.pl40 { padding-left: 40px !important; }
.pb40 { padding-bottom: 40px !important; }
.pr40 { padding-right: 40px !important; }

.p50 { padding: 50px !important; }
.pt50 { padding-top: 50px !important; }
.pl50 { padding-left: 50px !important; }
.pb50 { padding-bottom: 50px !important; }
.pr50 { padding-right: 50px !important; }

.m0	 {margin: 0 !important; }
.mt0 { margin-top: 0 !important; }
.ml0 { margin-left: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mr0 { margin-right: 0 !important; }

.m1	 {margin: 1px !important; }
.mt1 { margin-top: 1px !important; }
.ml1 { margin-left: 1px !important; }
.mb1 { margin-bottom: 1px !important; }
.mr1 { margin-right: 1px !important; }

.m2	 {margin: 2px !important; }
.mt2 { margin-top: 2px !important; }
.ml2 { margin-left: 2px !important; }
.mb2 { margin-bottom: 2px !important; }
.mr2 { margin-right: 2px !important; }

.m3 { margin: 3px !important; }
.mt3 { margin-top: 3px !important; }
.ml3 { margin-left: 3px !important; }
.mb3 { margin-bottom: 3px !important; }
.mr3 { margin-right: 3px !important; }

.m5 { margin: 5px !important; }
.mt5 { margin-top: 5px !important; }
.ml5 { margin-left: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.mr5 { margin-right: 5px !important; }

.m10 { margin: 10px !important; }
.mt10 { margin-top: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.mr10 { margin-right: 10px !important; }

.m15 { margin: 15px !important; }
.mt15 { margin-top: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.mr15 { margin-right: 15px !important; }

.m20 { margin: 20px !important; }
.mt20 { margin-top: 20px !important; }
.ml20 { margin-left: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.mr20 { margin-right: 20px !important; }

.m25 { margin: 25px !important; }
.mt25 { margin-top: 25px !important; }
.ml25 { margin-left: 25px !important; }
.mb25 { margin-bottom: 25px !important; }
.mr25 { margin-right: 25px !important; }

.m30 { margin: 30px !important; }
.mt30 { margin-top: 30px; }
.ml30 { margin-left: 30px; }
.mb30 { margin-bottom: 30px; }
.mr30 { margin-right: 30px; }

.m35 { margin: 35px; }
.mt35 { margin-top: 35px; }
.ml35 { margin-left: 35px; }
.mb35 { margin-bottom: 35px; }
.mr35 { margin-right: 35px; }

.m40 { margin: 40px; }
.mt40 { margin-top: 40px; }
.ml40 { margin-left: 40px; }
.mb40 { margin-bottom: 40px; }
.mr40 { margin-right: 40px; }

.m50 { margin: 50px; }
.mt50 { margin-top: 50px; }
.ml50 { margin-left: 50px; }
.mb50 { margin-bottom: 50px; }
.mr50 { margin-right: 50px; }

.mr-auto {margin-right:auto;}
.ml-auto {margin-left:auto;}

/** Standard sizes */
.w10 {	width:10px !important; }
.w20 {	width:20px !important; }
.w30 {	width:30px !important; }
.w40 {	width:40px !important; }
.w50 {	width:50px !important; }
.w60 {	width:60px !important; }
.w80 {	width:80px !important; }
.w100 {	width:100px !important; }
.w120 {	width:120px !important; }
.w140 {	width:140px !important; }
.w160 {	width:160px !important; }
.w180 {	width:180px !important; }
.w200 {	width:220px !important; }
.w220 {	width:220px !important; }
.w240 {	width:240px !important; }
.w260 {	width:260px !important; }
.w280 {	width:280px !important; }
.w300 {	width:300px !important; }
.w320 {	width:320px !important; }
.w340 {	width:340px !important; }
.w360 {	width:360px !important; }
.w380 {	width:380px !important; }
.w400 {	width:400px !important; }
.w450 {	width:450px !important; }
.w500 {	width:500px !important; }
.w600 {	width:600px !important; }

.h10 {	height:10px !important; }
.h15 {	height:15px !important; }
.h18 {	height:18px !important; }
.h20 {	height:20px !important; }
.h30 {	height:30px !important; }
.h40 {	height:40px !important; }
.h50 {	height:50px !important; }
.h60 {	height:60px !important; }
.h80 {	height:80px !important; }
.h100 {	height:100px !important; }
.h120 {	height:120px !important; }
.h140 {	height:140px !important; }
.h160 {	height:160px !important; }
.h180 {	height:180px !important; }
.h200 {	height:220px !important; }
.h220 {	height:220px !important; }
.h240 {	height:240px !important; }
.h260 {	height:260px !important; }
.h280 {	height:280px !important; }
.h300 {	height:300px !important; }
.h320 {	height:320px !important; }
.h340 {	height:340px !important; }
.h360 {	height:360px !important; }
.h380 {	height:380px !important; }
.h400 {	height:400px !important; }

.clearboth { clear: both; }

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

.displaynone { display: none; }
.hidden { visibility: hidden; }

.floatleft { float: left; margin-right: 10px; }
.floatright { float: right; margin-left: 10px; }
.blockcenter { float: none !important; display: block; margin-left: auto; margin-right: auto; }

.linethrough { text-decoration: line-through; }
.textdecorationnone { text-decoration:  none; }
