/* 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;
  font-size: 12px;
}
/* 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;
}
/*** 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 breaks everything, together with supersubs*/
	/*width:			10em;*/ /* left offset of submenus need to match (see below) */
	background:     rgba(255,255,255,0.75);
	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;
	white-space: nowrap;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			37px; /* 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;
	width: 960px;
	height: 35px;
}
.sf-menu a {
	/*border-left:	1px solid #fff;*/
	/*border-top:		1px solid #CFDEFF;*/
	padding: 		0px 10px;
	text-decoration:none;
	height:         35px;
	line-height:    35px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-family: 'Julius Sans One', sans-serif;
	font-size: 22px;
	letter-spacing: -0.10em;
	color: #453f38;
	padding: auto 5px;
	/*text-transform: uppercase;*/
}
.sf-menu a:first-letter {
	font-size: 1.05em;
}
.sf-menu li {
	/*background:		#BDD2FF;*/
}
.sf-menu li ul{
	font-size: 18px !important;
	/*Width breaks everything, together with supersubs*/
	/*width: 18em !important;*/
}
.sf-menu li li a {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}
.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:          #453f38;
	background: -moz-linear-gradient(bottom, rgba(215,204,180,1) 0%, rgba(215,204,180,0) 75%);
	background: -webkit-linear-gradient(bottom, rgba(215,204,180,1) 0%, rgba(215,204,180,0) 75%);
	background: -ms-linear-gradient(bottom, rgba(215,204,180,1) 0%, rgba(215,204,180,0) 75%);
	background: linear-gradient(bottom, rgba(215,204,180,1) 0%, rgba(215,204,180,0) 75%);
	outline:		0;
}

.sf-menu li.sfHover a {
	color:          #453f38;
}

.sf-menu li.sfHover li:hover a {
	color:          #453f38;
	background: -moz-linear-gradient(bottom, rgba(215,204,180,1) 0%, rgba(215,204,180,0) 75%);
	background: -webkit-linear-gradient(bottom, rgba(215,204,180,1) 0%, rgba(215,204,180,0) 75%);
	background: -ms-linear-gradient(bottom, rgba(215,204,180,1) 0%, rgba(215,204,180,0) 75%);
	background: linear-gradient(bottom, rgba(215,204,180,1) 0%, rgba(215,204,180,0) 75%);
}

/*** ACTIVE style **/
.sf-menu a.active {
	color:          #453f38;
	background: -moz-linear-gradient(bottom, rgba(215,204,180,1) 0%, rgba(215,204,180,0) 75%);
	background: -webkit-linear-gradient(bottom, rgba(215,204,180,1) 0%, rgba(215,204,180,0) 75%);
	background: -ms-linear-gradient(bottom, rgba(215,204,180,1) 0%, rgba(215,204,180,0) 75%);
	background: linear-gradient(bottom, rgba(215,204,180,1) 0%, rgba(215,204,180,0) 75%);
}

/*** 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;*/
	right: 50%;
	/*top:			17px;*/ /* IE6 only */
	top:			27px;
	width:			10px;
	height:			6px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-lm.png') no-repeat 0px 0px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	/*margin-top:     3px;*/
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	/*top:			.8em;*/
	background-position: 0px 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: -10px 0px; /* 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: -10px 0px; /* 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: #e4dbc9; /* Safari */
  color: #5b7826;
  }
::-moz-selection {
  background: #e4dbc9; /* Firefox */
  color: #5b7826;
}

body {
  background-color: #e4dbc9;

}

/* =============================================================================
 * CONTAINERS
 * ===========================================================================*/

.container_960 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* =============================================================================
 * HEADER
 * ===========================================================================*/

#header-information-top-bar-container {
  background-color: #444444;
  padding-top: 8px;
  padding-bottom: 7px;
  color: #ffffff;
  text-align: center;
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
}

#header-information-top-bar-container span {
  font-size: 14px;
  line-height: 1.5;
}

#header-information-top-bar-italics {
  font-style: italic;
  font-weight: bold;
}

#header-information-top-bar-container a {
  font-size: 14px;
  color: #c1cb00;
  text-decoration: none;
  display: inline-block;
}

#header-information-top-bar-container a:hover {
  font-weight: bold;
}

#header-information-logo-container {
  background-color: #fafbf8;
  font-size: 14px;
  height: 117px;
}

#header-information-logo {
  position: relative;
  height: 117px;
}

#logoHahn {
  background-image: url('../img/hahn.png');
  height: 117px;
  width: 109px;
  float: left;
}

#logoSecMain {
  float: left;
  padding-top: 40px;
  background-image: url('../img/flowers.png');
  background-repeat: no-repeat;
  background-position: 252px 27px;
}

#logoMain {
  color: #5b7826;
  font-family: 'McLaren', cursive;
  font-size: 47px;
  padding-left:88px;
}

#logoSec {
  color: #beb6a4;
  font-family: 'McLaren', cursive;
  font-size: 35px;
  padding-left: 5px;
}

/* =============================================================================
 * LANGUAGE SELECTION
 * ===========================================================================*/

#header-information-language-container {
  position: absolute;
  left: 885px;
  top: 10px;
  font-size: 15px;
  font-family: 'Verdana', sans-serif;
}

#header-information-language-container .langs li {
  float: left;
}

#header-information-language-container a {
  text-transform: uppercase;
  font-size: 15px;
  color: #000000;
  text-decoration: none;
}

#header-information-language-container .langs .active {
  color: #c1cb00;
  /*color: #5b7826;*/
}

#header-information-language-container .langs a:hover {
  color: #c1cb00;
  /*color: #5b7826;*/
  font-weight: bold;
  padding-left: -2px;
}

#header-information-language-container .langs li:not(:last-child):after {
  content: '|';
}

/* =============================================================================
 * NAVIGAZIONE
 * ===========================================================================*/

#navigation-container {
  background-color: #fbfbf8;
  height: 35px;
}

#separator-nav-gal {
  height: 3px;
  background-color: #5b7826;
}

/* =============================================================================
 * GALLERY
 * ===========================================================================*/

#gallery-container {
  height: 640px;
  overflow: hidden;
  margin: auto;
  background-color: #ffffff;
}

#slidingjsgallery-caption {
  bottom:30px;
  right:10px;
  font-size: 50px;
}

#slidingjsgallery-img-container img {
  margin: 0 10px;
}

#slidingjsgallery-next-img-canvas {
  background-image: -moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background-image: linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#00ffffff', endColorstr='#ffffff');
}

#slidingjsgallery-prev-img-canvas {
  background-image: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background-image: linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff');
}

#slidingjsgallery-caption span {
  -moz-transform: rotate(-5deg) translate(-4.5%, -80%);
  -webkit-transform: rotate(-5deg) translate(-4.5%, -80%);
  -ms-transform: rotate(-5deg) translate(-4.5%, -80%);
  transform: rotate(-5deg) translate(-4.5%, -80%);
  color: #ffffff;
  font-family: 'Nothing You Could Do',cursive;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 1px #000;
  position: absolute;
  bottom: -40px;
  right: 0px;
}

#slidingjsgallery-pallini-container {
  bottom: 20px;
  /*left: 20px;*/
  width: 100%;
  text-align: center;
}

.slidingjsgallery-pallini {
  background-color: #ffffff;
  border-radius: 6px;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #5b7826;
}

.slidingjsgallery-pallini:hover {
  background-color: #5b7826;
}

.slidingjsgallery-pallini-active {
  background-color: #5b7826;
}

#slidingjsgallery-nextImg,
#slidingjsgallery-prevImg {
  display: none;
}



/* =============================================================================
 * EXPRESS REQUEST BAR
 * ===========================================================================*/

#express-request-bar {
  background-color: #5b7826;
  box-shadow: 0px 10px 10px -10px black inset;
}

#express-request-bar-container {
  height: 45px;
  background-color: #faf8f4;
  line-height: 45px;
  font-family: 'Verdana', sans-serif;
  font-size: 16px;
  box-shadow: 0px 0px 10px 0px black;
}

#express-request-bar-container form {
  float: right;
  font-size: 16px;
}

#express-request-bar-container label {
  padding-left: 25px;
  font-size: 16px;
  font-weight:bold;
  color: #5b7826;
}

#express-request-bar-container input {
  padding: 4px;
  padding-top: 7px;
  background-color: #444444;
  border-width: 0px;
  border-radius: 2px;
  font-size: 12px;
  color: white;
}

#express-request-bar-container-title {
  display: inline-block;
  padding-left: 25px;
  font-family: 'Julius Sans One', sans-serif;
  font-size: 15px;
  font-weight:bold;
  color: #5b7826;
}

/*#express-request-bar-container button {
  display: inline-block;
  padding: 3px;
  margin-left: 25px;
  margin-right: 35px;
  background-color: #d7ccb4;
  border-radius: 8px;
  border-width: 0px;
  font-family: 'Julius Sans One', sans-serif;
  font-size: 15px;
  color: #5b7826;
  font-weight: bold;
  cursor: pointer;
  width: 85px;
}*/

#express-request-bar-container #express-request-bar-container-submit {
  //display: inline-block;
  padding: 4px;
  margin-left: 25px;
  margin-right: 35px;
  background-color: #d7ccb4;
  border-radius: 8px;
  border-width: 0px;
  font-family: 'Julius Sans One', sans-serif;
  font-size: 17px;
  color: #5b7826;
  font-weight: bold;
  cursor: pointer;
  //width: 90px;
  text-transform: capitalize;
}

#express-request-bar-container #express-request-bar-container-submit:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}  

#express-request-bar-container-title:first-letter, #express-request-bar-container #express-request-bar-container-submit:first-letter {
  font-size: 1.2em;
}

/*#express-request-bar-container-title:first-letter, #express-request-bar-container button:first-letter {
  font-size: 1.2em;
}*/

#express-request-bar-container-people,
#express-request-bar-container-nights {
  width:30px;
}

#express-request-bar-container-arrival_date {
  width: 75px;
}

/* =============================================================================
 * DATEPICKER
 * ===========================================================================*/

/*Fixing datepicker*/
#ui-datepicker-div {
  z-index: 9999 !important;
}
.ui-datepicker-title {
  line-height: 2em !important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none #aebc93 !important;
  border: 1px solid #eff2ea !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: none #738c46 !important;
  border: 1px solid #aebc93 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: none #FAFAF4 !important;
  border: 1px solid #D4CCB0 !important;
  color: #5b7826 !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #5b7826 !important;
}

/* =============================================================================
 * MAIN
 * ===========================================================================*/

#main-container {
  overflow: hidden;
}

#main-text-container {
  overflow: hidden;
}

#articles-container {
  background-color: #faf8f4;
  padding:20px;
  min-height: 410px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 7px;
}

/* =============================================================================
 * SIDEBAR
 * ===========================================================================*/

#sidebar {
  /*width: 332px;*/
  float: left;
  /*margin-right: 20px;*/
  margin-top: 30px;
}

.sidebar-box {
  width: 320px;
  height: 420px;
  overflow: hidden;
  background-color: #bcb39f;
  border-radius: 7px;
}

.sidebar-box-active {
  background-color: #faf8f4;
}

#sidebar .sidebar-box h1{
  color: #453f38;
  padding: 10px;
  font-family: 'Julius Sans One', sans-serif;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

#sidebar .sidebar-box h1:first-letter {
  font-size: 1.2em;
}

#sidebar .stack-offerte {
  /*height: 415px;*/
  width: 332px;
  margin-right: 20px;
}

/* =============================================================================
 * UPPER FOOTER
 * ===========================================================================*/

#footer-slicker-container {
  height: 230px;
  background-color: #faf8f4;
  overflow: hidden;
}

#footer-slicker-address {
  width:440px;
  height: 230px;
  float: left;
}

#footer-slicker-address-info {
  width: 275px;
  padding-top: 15px;
  float: left;
}

#footer-slicker-address-info p{
  font-size: 16px;
}

#footer-slicker-address-info br{
  font-size: 16px;
}

.footer-slicker-title {
  font-family: 'Julius Sans One', sans-serif;
  color: #453f38;
  font-size: 24px;
  padding: 10px 0px;
}

.footer-slicker-title:first-letter {
  font-size: 1.2em;
}

#footer-slicker-address-info-address {
  font-family: 'Verdana', sans-serif;
  font-size: 16px;
  color: #453f38;
  line-height: 1.25em;
}

#footer-slicker-address-info-contact,
#footer-slicker-address-info-contact span {
  font-family: 'Verdana', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #453f38;
  line-height: 1.25em;
}

#footer-slicker-address-info-contact a {
  color: #5b7826;
  font-size: 16px;
  text-decoration: none;
  font-weight: normal;
}

#footer-slicker-address-info-contact a:hover {
  font-weight: bolder;
}

#footer-slicker-address-map {
  width: 155px;
  float: left;
  padding-top: 32px;
}

#footer-slicker-address-map-img {
  width: 136px;
  height: 166px;
  display: block;
  background-image: url('../img/map.png');
  border: 3px solid white;
}

#footer-slicker-address-map-img:hover {
  border: 3px solid #e0e0e0;
}

.footer-slicker-separator {
  width:1px;
  height: 190px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #e0e0e0;
  float: left;
}

#footer-slicker-meteo {
  width:260px;
  height: 215px;
  float: left;
  padding-top: 15px;
  padding-left: 35px;
  padding-right: 35px;
}

#footer-slicker-recensioni {
  width: 153px;
  height: 215px;
  float: left;
  padding-top: 15px;
  padding-left: 35px;
}

#footer-slicker-recensioni-tripadvisor {
  background-image: url('../img/logos.png');
  background-position: 0px 0px;
  width: 138px;
  height: 31px;
  display: block;
  margin-top: 20px;
}

#footer-slicker-recensioni-tripadvisor:hover {
  background-position: -138px 0px;
}

#footer-slicker-recensioni-holidaycheck {
  background-image: url('../img/logos.png');
  background-position: 0px -31px;
  width: 138px;
  height: 31px;
  display: block;
  margin-top: 20px;
}

#footer-slicker-recensioni-holidaycheck:hover {
  background-position: -138px -31px;
}

/* =============================================================================
 * LOWER FOOTER
 * ===========================================================================*/

#footer-logos-container {
  height: 105px;
  background-color: #444444;
  overflow: hidden;
}

#footer-logos-links {
  height: 100px;
  width: 130px;
  padding-top: 5px;
  float: left;
  font-family: 'Verdana', sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
}

#footer-logos-links a {
  /*color: #5b7826;*/
  color: #c1cb00;
  text-decoration: none;
}

#footer-logos-links a:hover {
  font-weight: bold;
}

#footer-logos-img {
  height: 89px;
  width: 830px;
  float: left;
  padding-top: 16px;
}

.footer-logos-img-sprites {
  background-image: url('../img/logos.png');
  height: 75px;
  display: block;
  float: left;
  margin-left: 18px;
}

#footer-logos-img-sanmartin {
  background-position: 0px -62px;
  width: 411px;
}

#footer-logos-img-suedtirol {
  background-position: -411px -62px;
  width: 143px;
}

#footer-logos-img-unesco {
  background-position: -554px -62px;
  width: 221px;
}

#footer-logos-img-sanmartin:hover {
  background-position: 0px -137px;
}

#footer-logos-img-suedtirol:hover {
  background-position: -411px -137px;
}

#footer-logos-img-unesco:hover {
  background-position: -554px -137px;
}

/* =============================================================================
 * METEO
 * ===========================================================================*/

#meteo-table {
  width: 260px;
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
  color: #453f38;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#meteo-table-icons td {
}

#meteo-table-days td {
  height: 23px;
  vertical-align: middle;
  text-align: center;
}

#meteo-table-days-bold {
  font-weight: bold;
}

#meteo-table-min td {
  color: white;
  background-color: #1b4e8f;
  height: 23px;
  vertical-align: middle;
  border-left: 4px solid #faf8f4;
  text-align: center;
}

#meteo-table-max td {
  color: white;
  background-color: #d50000;
  height: 23px;
  vertical-align: middle;
  border-left: 4px solid #faf8f4;
  text-align: center;
}

#meteo-link {
  width: 258px;
  height: 19px;
  margin-left: 2px;
  margin-top: 12px;
  padding-top: 4px;
  background-color: #e0e0e0;
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
  text-align: center;
  display: block;
  color: #453f38;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

#meteo-link:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
/* =============================================================================
 * TEXT
 * ===========================================================================*/

.text-container,
.text-container p,
.text-container div,
.text-container td,
.text-container li,
.text-container dt,
.text-container dd {
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
  color: #453F38;
  text-align: justify;
  line-height: 1.3em;
}

.text-container p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.text-container i {
  font-style: italic; 
}

.text-container h1 {
  font-family: 'Julius Sans One', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #5b7826;
  margin-bottom: .2em;
  line-height: 1.3em;
}

.text-container h2,
.text-container h3,
.text-container h4 {
  font-family: 'Julius Sans One', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #5b7826;
  margin-top: .6em;
  margin-bottom: .1em;
  line-height: 1.3em;
}

smaller {
  font-family: 'Julius Sans One', sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #5b7826;
  margin-top: .6em;
  margin-bottom: .1em;
  line-height: 1.3em;
}

.text-container b,
.text-container strong {
  font-weight: bold;
  font-size: inherit;
}

blockquote {
  margin-left: 30px;
}

.text-container a {
  text-decoration: none;
  color: #738c46;
}

.text-container a:hover {
  text-decoration: underline;
}

.text-container .externallink {
  font-size: 14px;
  line-height: 1.3em;
  margin: 0px 0px 0px 30px;
}

.text-container .externallink-descrizione {
  font-size: 12px;
  line-height: 1.2em;
  margin: 0px 0px 2px 50px;
}

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

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

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

/* =============================================================================
 * FORM
 * ===========================================================================*/

.text-container input,
.text-container textarea,
.text-container select {
  width: 160px;
  margin: 0px 0px 3px;
  padding: 2px;
  background-color: #ffffff;
  border: 1px solid #aebc93;
  border-radius: 2px;
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
  color: #453F38;
}

.text-container input[type=checkbox],
.text-container input[type=radio] {
  margin: auto 5px;
  width: auto;
  border: 0px;
}

.text-container .css3button {
  font-family: 'Verdana', sans-serif;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  background-color: #738c46;
  background-image: url(../img/pixelstripes.png);
  color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 3px rgba(000,000,000,0.5);
  border: 1px solid #738c46;
  padding: 3px;
  margin: 3px;
  display: inline-block;
}

.text-container .css3button:hover {
  color: #738c46;
  background-color: white;
  background-image: none;
  text-decoration: none;
}

.text-container .obbligatorio {
  font-weight: bold;
}

.text-container .obbligatorio:before {
  content: '*';
  margin-right: 4px;
}

.text-container label {
  width: 150px;
  float: left;
  margin-bottom: 3px;
}

.text-container label + br{
  margin-bottom: 3px;
}

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

/* =============================================================================
 * SIDEBAR TEXT
 * ===========================================================================*/

#sidebar li {
  height: 344px;
}

#sidebar .sidebar-box p {
  line-height: 16px;
  font-size: 14px;
  font-family: 'Verdana', sans-serif;
  color: #453F38;
  text-align: left;
  padding-left: 25px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

#sidebar .sidebar-box a {
  line-height: 16px;
  font-size: 16px;
  font-family: 'Verdana', sans-serif;
  font-weight: bold;
  text-align: left;
  color: #5b7826;
  text-decoration: none;
}

#sidebar p.price-tag {
  font-size: 26px;
  padding-top: 4px;
}

.slider-viewport li {
/*    display: inline-block;*/
  float: left;
}

#sidebar .controls {
  position: relative;
  top: -20px;
}

#sidebar .show-all-offerte {
  position: relative;
  top: -2px;
  right: 5px;
  float: right;
  font-family: 'Verdana', sans-serif !important;
  font-size: 15px !important  ;
  background-color: #d7ccb4;
  color: #5b7826 !important;
  font-weight: bold !important;
  border-radius: 8px;
  border-width: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#sidebar .show-all-offerte:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
  

#sidebar .pallini {
  position: relative;
  top: 3px;
  left: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #5b7826;
}

#sidebar .pallini-active {
  background-color: #e3dac7;
}

/*


.slider-viewport li h1,
.slider-viewport li p,
.slider-viewport li span,
.slider-viewport li a {
  //color: black !important;
  margin: 0px !important;
  line-height: 1em !important;
  padding: inherit 4px;
}

*/





/*
.slider .controls {
  float: right;
  margin: 4px 5px !important;
}
*/
/*
ul {
  list-style: disc outside none;
}
 li {
  text-align: left;
  display: list-item;
  padding: 0;
  margin: 4px 0px 4px 35px;
}*/

/*
.controls a {
  font-size: 14px;
  font-weight: bold;
  padding-left: 3px;
  text-decoration: none;
  color: white;
}

.controls a:hover {
  color: #7E7E7E;
}
.controls a {
  font-size: 24px;
  font-family: raleway, sans-serif;
  font-weight: normal;
  color: #5b7826;
}

*/
.contenitore-alloggio {
  overflow: hidden;
}

.titolo-alloggio {
}

.contenitore-alloggio {
  margin-bottom: 35px;
}

.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: #738c46;
  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: #eeeeee;
  color: #738c46;
}

.tab-buttons button.active {
  background-color: #eeeeee !important;
  color: #453F38 !important;
}

.contenitore-alloggio .tab-content {
  -webkit-transition: height 1s;
  background-color: #eeeeee;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
  padding: 10px;
  border-radius: 0;
}

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

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

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

.contentiore-testi .contenitore-alloggio td,
.contentiore-testi .contenitore-alloggio p {
  color: #453F38;
}

/* =============================================================================
 * CARATTERISTICHE ALLOGGIO
 * ===========================================================================*/

.caratteristiche td {
  padding: 0px 4px;
  vertical-align: middle;
}

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

.caratteristiche .selected {
  background-color: #738c46;
  color: white;
  font-weight: bold;
}

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

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

/* =============================================================================
 * PREZZI ALLOGGIO
 * ===========================================================================*/

.prezzo-tabella-alloggi {
  font-weight: 400;
  font-size: 14px;
  padding: 2px !important;
  cursor: default;
}

/* =============================================================================
 * FORM
 * ===========================================================================*/

.contenitore-alloggio td,
.contenitore-alloggio dt,
.contenitore-alloggio dd,
.contenitore-alloggio dl {
  color: #453F38;
}
table.prezzi{
	margin-bottom: 25px;
	width: 100%;
}

table.prezzi a {
	text-decoration: none;
}

table.prezzi a:hover {
	text-decoration: none;
}

table.prezzi th {
	background-color: #777;
	background-color: rgba(80,80,80,0.5);
}

table.prezzi td, table.prezzi th {
	color: black;
	text-align: center;
	padding: 1px;
	vertical-align: middle;
	font-family: helvetica;
	font-size:13px;
	font-weight: bolder;
	height: 20px;
}

table.prezzi th.table-description-cell{
	background-color: #5b7826;
	font-family: sans-serif;
	font-weight: bold;
	color: #eff2ea;
	text-align: center;
	vertical-align: middle;
	border-radius: 7px 0 0 0;
	padding: 10px 2px;
}

table.prezzi td.price-cell {
	width: 60px;
}

table.prezzi th.room-name-cell,
table.prezzi th.room-people-cell,
table.prezzi th.room-treatment-cell {
	border-left: 1px solid #738c46;
	padding-bottom: 5px;
}

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

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

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

table.prezzi tbody tr:hover {
	background-color:  #aebc93;
}#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: 'Verdana', sans-serif;
}

#form-richiesta .label-cell {
  display: inline-block;
  width: 100px;
  text-align: right;
  padding-right: 10px;
  color: #453F38;
  font-family: sans-serif;
  font-size: 12px;
}

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

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

#form-richiesta p {
  font-size: 12px;
  margin-top: 0px;
}

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

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

#form-richiesta .contenitore {
  background-color: #eeeeee;
  padding: 10px;
  margin-bottom: 10px;
}

#form-richiesta .submit-button {
  display: block;
  margin: 20px auto 0px;
  padding: 10px;
}

.from-date,
.to-date {
  width: 130px !important;
}

select[name=referenza] {
  vertical-align: middle;
  margin-bottom: 16px;
}

#form-richiesta label {
  float: none;
}

#cbx-invia-copia-richiesta{
  margin: 20px 0;
}td.tipologia-camera a
{
    text-transform: uppercase;
    color: #738c46;
}

td.tipologia-camera a:hover
{
    text-transform: uppercase;
    color: #FAF8F4;
}

tr.intestazione-colonne-pacchetti th.colonna-alloggio
{
  /*height: 40px;*/
}

.offerta {
	padding: 5px;
	position: relative;
	overflow: hidden;
}

p.titolo-contenitore-destra.offerta-sconto {
	font-family: 'Verdana', sans-serif;
	color: #5b7826;
	font-size: 18px;
	margin: 0px;
	padding: 0px 10px;
	line-height: 18px;
	display: block;
	float:right;
}

.offerta.contenitore {
	margin-left: 0px;
	clear: both;
	background-color: #eeeeee;
	margin-bottom: 20px;
}

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

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

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

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

.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;
	text-align: center;
}

.offerta .box-informazioni td, .offerta .box-informazioni a {
	font-family: 'Verdana', sans-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 #aebc93;
	padding: 0px 2px;
}

.offerta .box-informazioni th:first-child, .offerta .box-informazioni td:first-child {
	border-left: 1px dashed #aebc93;
}

.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: 'Verdana', sans-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: #849a5d;

	border-radius: 3px 0 0 0;

	text-align: right;
	height: 20px;
	padding: 2px 10px;
	color: white;
	font-family: 'Verdana', sans-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;
}
.preview-image-dettaglio  
{
	margin: 10px;

}.pacchetto {
	padding: 5px;
}

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

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

.prezzi-periodo-pacchetto td, .prezzi-periodo-pacchetto a {
	font-family: 'Verdana', sans-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 #aebc93;
	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-family: 'Verdana', sans-serif;
	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:  #eff2ea;
}

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

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

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

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

/* 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;
	height: 35px;
	/*display:none;*/
}
.prezzi-periodo-pacchetto .colonna-richiedi {
	width: 100px;
}

.pacchetto .freccia {
	position: relative;
	background-color: #5b7826;
	padding: 6px 10px 10px;
	color: #FFFFFF;
	width: 400px;
	border-radius: 4px 4px 4px 4px;
	margin-bottom: 10px;
	font-weight: normal;
}

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


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

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


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

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

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

 #descrizione_pacchetto img 
{
	display: none;
}

.header_pachetti_vacanze
{
    float: left;
    height: 35px;
    margin-bottom: 5px;
    margin-left: -5px;
    margin-top: -15px;
    padding-bottom: 10px;
    padding-right: 10px;
    width: 100%;
}

/* CSS per lo stile della paginazione */

#page_navigation 
{
	text-align: center;
	padding-bottom: 15px;
}

#page_navigation a 
{
	text-decoration: none;
	padding-left: 15px;
	font-size: 14px;
}

#page_navigation a:hover
{
	text-decoration: underline;
}

a.active_page
{

	color: #453F38;

}

#descrizione_pacchetto.descrizione {
	min-height: 180px;
}#map-canvas {
  border-radius: 5px 5px 0px 0px;
}

.gmap_marker h1 {
  font-size: 14px;
}

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

.google-maps dl {
  background-color: #d7ccb4;
  border-radius: 0px 0px 5px 5px;
}

.google-maps dt {
}

.google-maps dd input {
  margin-top: 7px;
  margin-bottom: 7px;
}

.google-maps dt label {
  font-size: 14px;
  color: #738c46;
  font-weight: bold;
  font-family: 'Verdana', sans-serif;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 7px;
  padding-right: 5px;
  width: auto;
}

/* Risultati della ricerca */
.ac_results {
  background-color: white;
  border: 1px solid #738c46;
  opacity: 1 !important;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

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

.ac_results li:hover {
  padding: 5px;
  border-bottom: 1px dotted #ccc;
  background-color: #738c46;
  color: white;
  cursor: pointer;
}

.ac_highlight {
  font-weight: bold;
  color: #738c46;
}
/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(91,120,38);
	background-color: rgba(91,120,38,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(91,120,38);
	border-top-color: rgba(91,120,38,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(91,120,38);
	border-bottom-color: rgba(91,120,38,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(91,120,38);
	border-right-color: rgba(91,120,38,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(91,120,38);
	border-left-color: rgba(91,120,38,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}/* 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; }
.w75 {	width:75px !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; }