@charset "UTF-8";
/* CSS Document */
/* RESET ************************************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
dfn, em, img, ins, kbd, q, samp,
small, 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%;
	outline:none;
	text-decoration:none;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			  box-sizing: border-box;
}
ul, li {
	list-style-type:none;
}

/* FONT FACE *******************************************************************/
@font-face {
    font-family: 'ArvoBold';
    src: url('ff/arvo-bold_v105-webfont.eot');
    src: url('ff/arvo-bold_v105-webfont.eot?iefix') format('eot'),
         url('ff/arvo-bold_v105-webfont.woff') format('woff'),
         url('ff/arvo-bold_v105-webfont.ttf') format('truetype'),
         url('ff/arvo-bold_v105-webfont.svg#webfontycB2apGG') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoRegular';
    src: url('ff/arvo-regular_v104-webfont.eot');
    src: url('ff/arvo-regular_v104-webfont.eot?iefix') format('eot'),
         url('ff/arvo-regular_v104-webfont.woff') format('woff'),
         url('ff/arvo-regular_v104-webfont.ttf') format('truetype'),
         url('ff/arvo-regular_v104-webfont.svg#webfont9FY0HXDN') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoItalic';
    src: url('ff/arvo-italic_v104-webfont.eot');
    src: url('ff/arvo-italic_v104-webfont.eot?iefix') format('eot'),
         url('ff/arvo-italic_v104-webfont.woff') format('woff'),
         url('ff/arvo-italic_v104-webfont.ttf') format('truetype'),
         url('ff/arvo-italic_v104-webfont.svg#webfont9pWVLWw6') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* FINE FONT FACE ***********************************************************/
/* FINE FONT FACE ***********************************************************/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('./css/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('./css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('./css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('./css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('./css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('./css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}

/* BANNER APP **************************************************************************************************************/
div#get_app{
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:245px;
	padding-top:50px;
	padding-bottom:55px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#f5f5f5;
	color:#5b5b5b;
	font-size:32px;
	font-family:Helvetica, Arial, sans-serif;
	box-sizing: border-box;
	display:none;
	z-index:9999;
}
div#get_app .col-xs-1, div#get_app .col-xs-9, div#get_app .col-xs-2, div#get_app .col-xs-8, div#get_app .col-xs-3{
	box-sizing: border-box !important;
}
div#get_app .fa-times{
	position:relative;
	top:55px;
	font-size:35;
	font-weight:100;
}
div#get_app img{
	float:left;
	border-radius:25px;
	margin-right:20px;
}
div#get_app .app_detail{
	line-height:32px;
	margin-top: 25px;
}
div#get_app .app_detail strong{
	font-size:35px;
}
div#get_app a{
	position:relative;
	top:55px;
	color:#5b5b5b;
	font-size:35px;
}

/*Bootstrap*/
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  max-width:100%;
  height: auto;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;	
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
li.col-xs-4 div {
    border-radius: 6px;
    height: 180px !important;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
/**************** BTN **************************/
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 4px ;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 50%;
  margin-left:4px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn, a.btn{
    width: auto;
    height: auto;
    padding: 10px 10px 10px !important;
    position: relative;
    font-family: 'ArvoRegular';
    font-size: 17px;
    min-width: 180px;
    text-align: center;
	font-weight: 100;
    border-radius: 5px;
}
.btn_green, a.btn_green{
	background-color:#9ca902;
	color:#FFF !important;
}
.btn_green .badge {
  color: #FFF;
  background-color: #000;
}
.btn_red, a.btn_red{
	background-color:#e93834;
	color:#FFF !important;
}
.btn_yellow, a.btn_yellow{
	background-color:#FCBB00;
	color:#FFF !important;
}
.btn_fb, a.btn_fb{
	background-color:#365689;
	color:#FFF !important;
}
/* GENERALI **************************************************************************************************************/
html, body{
	width:100%;
	margin:0;
	padding:36px 0 0 0;
}
body{
	background-color: #ffffff;
}
#overlay{
	position: fixed;
	display:none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 2;
	opacity:0.7;
	filter: alpha(opacity = 70);
}
a{
	outline:none;
}
img{
	border:none;
}
div.wrapper{
	width:960px;
	margin:0 auto;
}
div.wrapper678{
	width:678px;
	float:left;
	margin:0 30px 0 0;
}
select {
   -moz-appearance: button;
   -moz-border-radius: 3px;
   -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -moz-padding-end: 20px;
   -moz-padding-start: 2px;
   -moz-user-select: none;

   -webkit-appearance: button;
   -webkit-border-radius: 3px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;

   -ms-appearance: button;
   -ms-border-radius: 3px;
   -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -ms-padding-end: 20px;
   -ms-padding-start: 2px;
   -ms-user-select: none;

   -o-appearance: button;
   -o-border-radius: 3px;
   -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -o-padding-end: 20px;
   -o-padding-start: 2px;
   -o-user-select: none;

   appearance: button;
   border-radius: 3px;
   box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   padding-end: 20px;
   padding-start: 2px;
   user-select: none;

   background-image: url(images/freccina_select.png);
   background-position: right center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100%;
   height:40px;
}
div.divisore_verde{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 60px 0;
	padding:18px 0;
	border-top:1px dotted #c0c0c0;
	border-bottom:1px dotted #c0c0c0;
	background:#9ca902;
}
div.divisore{
	width:100%;
	height:20px;
	float:left;
	clear:both;
	margin:0 0 20px 0;
	border-bottom:1px dotted #c0c0c0;
}
div.adv_h{
	width:100%;
	float:left;
	clear:both;
	padding:20px 0 11px 0;
	margin:0 0 20px 0;
	background:url(images/bg_boxh_adv.png) center bottom no-repeat;
	text-align:center;
}
section{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 20px 0;
	padding:0;
	position:relative;
}
.hidden{
	position:absolute;
	left:-9999px;
}
.loading{
	width:100% !important;
	height:11px !important;
	float:left !important;
	clear:both  !important;
	margin:10px 0 !important;
	background:url(images/ajax-loader.gif) center center no-repeat !important;
}
div#loader{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:9999;
	background: rgba(0,0,0,.55) url(images/ajax-loader.gif) center center no-repeat !important;
	display:none;
}
span#text_aggiornamento{
	width:100%;
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#FFF;
	position:absolute;
	top:51%;
	left:0;
	z-index:1;
}
.avatar{
	-moz-border-radius:37px;
	-webkit-border-radius:37px;
	border-radius:37px 37px 37px 37px;
	border:1px solid #fff;
	overflow:hidden;
}
.avatar_grigio{
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px 7px 7px 7px;
	border:1px dotted #aaaaaa;
}
.is_pro{
	display:block;
	position:absolute;
	left:0;
	top:50px;
	width:37px;
	height:15px;
	background:url(images/ico_pro.png) 0 0 no-repeat;
}
.left{
	float:left;
	margin:0 10px 8px 0;
	position:relative;
}
.right{
	float:right;
	margin:0 0 8px 10px;
}
.grigio_9d{
	color:#9d9d9d;
}
.grigio_5b{
	color:#5b5b5b;
}
.verde_b0{
	color:#b0bb3b;
}
.verde_b0 a{
	color:#b0bb3b !important;
}
.verde_b0 a:hover{
	text-decoration:none !important;
}
.verde_e3{
	color:#e3e7b4;
}
.rosso_e9{
	color:#e93834;
}
.perc50{
	width:47% !important;
}
.testo37{
	font-size:37px !important;
	line-height:27px;
	letter-spacing:-5px;
}
.testo22{
	font-size:22px !important;
	line-height:20px;
}
.text_label{
	color: #585858;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
	font-weight:normal;
}
.text_label a{
	color:#b0bb3b;
	text-decoration:none;
}
.text_10, .text_12{
	color: #979797;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}
.text_11{
	font-size:13px;
}
.pulsante{
	-webkit-box-shadow: inset -2px -3px rgba(255,255,255,.33);
	-moz-box-shadow: inset -2px -3px rgba(255,255,255,.33);
	box-shadow: inset -2px -3px rgba(255,255,255,.33);
	border: solid 1px #8a931e;
	background-image: -webkit-linear-gradient(bottom, rgba(148,157,41,1), rgba(151,143,6,1));
	background-image: -moz-linear-gradient(bottom, rgba(148,157,41,1), rgba(151,143,6,1));
	background-image: -o-linear-gradient(bottom, rgba(148,157,41,1), rgba(151,143,6,1));
	background-image: linear-gradient(to top, rgba(148,157,41,1), rgba(151,143,6,1));
	padding:10px 15px 5px;
	border-radius:5px;
	text-align:center;
    font-family: 'ArvoRegular';
	color:#FFF;
	font-size:25px;
	text-shadow:0 -1px 0 rgba(0,0,0,.3);
}
a.vedi_tutti{
	float:right;
	margin:0;
	padding:0 10px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#919190 !important;
	text-decoration:none;
	background:url(images/ico_piu.png) right center no-repeat;
	text-transform:uppercase;
	font-weight:bold;
}
a.mostra_traduzioni{
	padding:10px 0 10px 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#919190 !important;
	text-decoration:none;
	background:url(images/language-icon-green.jpg) left center no-repeat;
	font-weight:bold;
	white-space:nowrap;
	margin:20px 0 0 0;
}
.separatore_dotted{
	width:auto;
	height:5px;
	float:right;
	clear:right;
	border-bottom:1px dotted #c0c0c0;
}
.bg_grigio{
	background-color:#f8f8f8 !important;
}
.evidenziato{
	background:#cce732;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 	
	border-radius:5px 5px 5px 5px;
	padding:5px;
}
.label_grigia{
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a6a6a6;
	text-transform:uppercase;
}
.label_grigia a{
	color:#9caa0a;
	text-decoration:none;
}
.label_spiega{
	font-family:Arial, Helvetica, sans-serif;
	color:#b0b0b0;
	font-size:13px;
}
div#avviso_privacy{
	width:100%;
	float:left;
	clear:both;
	margin:20px 0;
	padding:20px 0 30px;
	background-color:#A6B300;
	border-top:1px solid #000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px 5px 5px 5px;
	position:relative;
}
div#testo_avviso{
	position:absolute;
	top:10px;
	left:36px;
	right:20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#E3E7B4;
	float:left;
	margin:0 0 20px 0;
}
#testo_avviso a{
	color:#FFF !important;
}
#testo_avviso img{
	position:absolute;
	left:-20px;
	top:0;
}
b{
	font-weight:100;
}
.borderLight{
	border:1px solid #9caa0a
}
#link_vedi_tutti{
	float:right !important;
	width:auto !important;
	white-space:nowrap;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px !important;
	padding:0 0 0 15px;
	line-height:16px;
	background:url(images/ico_piu_verde.png) left center no-repeat;
}
.cke_skin_kama .cke_dialog_body {
	z-index:9999 !important;
}
.pub_centrale{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 0 0;
}
input.disabled{
	background:#f3f3f3;
	color:#ccc !important;
}
.img_responsive{
	/*max-height:300px;
	max-width:100%;*/
	max-width: 600px;
    max-height: 400px;
    margin-top: 10px;
    min-width:300px;
    border-radius: 5px 5px 5px 5px;
}
/* HEADER **************************************************************************************************************/
header#principale{
	width:100%;
	height:76px;
	float:left;
	clear:both;
	/*background:url(images/bg_header.png) 0 0 repeat-x;*/
	background:#000;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
}
img#logo{
	float:left;
	margin:10px 0 0;
}
div#header_login{
	width:510px;
	float:right;
	padding:18px 0 0 0;
	color:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	position: relative;
}
#header_login span{
	float:left;
	margin:5px 5px 0 0;
}
#header_login input{
	float:left;
}
#login_password, #login_name, #login_pswHolder{
	width:160px;
	height:26px;
	margin:0 6px 0 0;
	padding:0 5px 0 26px;
	border:0;
	font-size:15px;
	color:#a6a6a6;
	line-height: 26px;
}
#login_password, #login_pswHolder{
	background:url(images/bg_psw_login.png) 0 0 no-repeat;
}
#login_name{
	background:url(images/bg_email_login.png) 0 0 no-repeat;
}
#header_login a{
	float:right;
	margin:8px 82px 0 0;
	white-space:nowrap;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}
#header_login label.error{
	background:none;
	left:0;
	top:-30px;
}
#principale nav{
	width:auto;
	float:right;
	margin:26px 0 0 0;
}
ul#main_menu{
	width:100%;
	height:24px;
	float:left;
	clear:both;
	margin:0 0 7px 0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:500;
	font-size:19px;
	list-style:none;
	text-transform:lowercase;
	line-height:normal;
}
#main_menu li{
	float:right;
	margin:0 0 0 13px;
}
#main_menu a{
	color:#FFF;
	text-decoration:none;
}
#main_menu a:hover{
	color:#dddd3a;
}
a#link_avatar_menu:before{
	content:"";
	width:0;
	height:0;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-top:6px solid #fff;
	position:absolute;
	top:15px;
	right:-18px;
}
#main_menu li .avatar{
	border:1px dotted #aaaaaa !important;
	border-radius:5px;
	overflow:hidden;
	float:left;
}
#main_menu li a{
	float:left;
	position:relative;
}
#main_menu li.multiple_menu{
	position:relative;
}
#main_menu li.multiple_menu div.sottomenu{
	position:absolute;
	top:0px;
	left:-13px;
	white-space:nowrap;
	z-index:999;
	padding-top:40px;
	display:none;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 2s ease-in;
	-moz-transition: all 2s ease-in;
	-ms-transition: all 2s ease-in;
	-o-transition: all 2s ease-in;
	transition: all 2s ease-in;
}
#main_menu li #menu_avatar{
	display:none;
}
#main_menu li.multiple_menu div.sottomenu_right{
	position:absolute;
	top:0px;
	right:0px;
	white-space:nowrap;
	z-index:999;
	padding-top:40px;
	display:none;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 2s ease-in;
	-moz-transition: all 2s ease-in;
	-ms-transition: all 2s ease-in;
	-o-transition: all 2s ease-in;
	transition: all 2s ease-in;
}
#main_menu li.multiple_menu:hover div.sottomenu, #main_menu li.multiple_menu div.sottomenu:hover, #main_menu li.multiple_menu:hover div.sottomenu_right, #main_menu li.multiple_menu div.sottomenu_right:hover{
	display:block;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
div.sottomenu a{
	padding:6px 20px 5px 10px;
	width:100%;
	float:left;
	clear:left;	
	border-right:3px solid transparent;
	border-left:3px solid transparent;
	display:block;
	background:#1c1c1c;
	font-size:20px;
}

div.sottomenu_right a{
	padding:3px 20px 2px 10px;
	width:100%;
	float:left;
	clear:left;	
	display:block;
	background:#1c1c1c;
	font-size:12px;
}
/*
div.sottomenu a:first-child{
	border-right:3px solid transparent;
	border-left:3px solid transparent;
	background:none;
}
*/
div.sottomenu a:last-child{
	border-bottom:3px solid transparent;
}
div.sottomenu a:hover, div.sottomenu_right a:hover{
	background:#d6e134 !important;
	color:#FFF !important;
}
div.sottomenu a span{
	width:100%;
	display:inline-block;
	padding:7px 0 5px;
	line-height:0;
}
/*
#a_shop:hover{
	background-position:0 -31px;
}
#a_timeline:hover{
	background-position:0 -18px;
}
*/
.bollo_notifiche{
	position:relative;
	font-size:22px;
}
.bollo_notifiche sup{
	position:absolute;
	top:-8px;
	right:-5px;
	z-index:1;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:center;
	font-weight:bold !important;
	height:15px;
	line-height:15px;
	padding:0px 3px;
	border-radius:2px;
	background:#9ca902;
}
div#search_container{
	min-height:45px;
	float:right;
	margin:35px 0;
	padding:0 0 0 10px;
	position:relative;
	z-index:1;
}
input#search{
	width:300px;
	height:33px;
	float:left;
	margin:3px 0 0 0;
	background:#f3f3f3;
	border:0;
	padding:0 0 0 15px;
	border-radius:5px 5px;
	font-size:14px;
	outline:0;
}
input#search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaaaaa;
}
input#search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #aaaaaa;
   opacity:  1;
}
input#search::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #aaaaaa;
   opacity:  1;
}
input#search:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #aaaaaa;
}
input#search::-ms-input-placeholder { /* Microsoft Edge */
   color:    #aaaaaa;
}
#puls_search{
	position:absolute;
	right:5px;
	top:10px;
	z-index:1;
	color:#5b5b5b;
	border:0;
	background: none;
	outline:none;
}
ul#link_lingue_header{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#link_lingue_header li{
	float:right;
	white-space:nowrap;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 0 0 10px;
	text-transform:capitalize;
}
#link_lingue_header a{
	color:#FFF;
	text-decoration:none;
}
#link_lingue_header a:hover{
	font-weight:bold;
}
.tooltip-notifiche{
	max-width:none !important;
	background:#FFF !important;
	padding:10px 0 !important;
	box-shadow:1px 1px 5px rgba(0,0,0,.75) !important;
	margin-top:15px !important;
	width:350px;
	position:relative;
	z-index:5000;
}
.tooltip-notifiche:after{
	border-bottom:8px solid #fff !important;
}
.tooltip-notifiche .qtip-content{
	padding:0 !important;
	border-radius:0 !important;
}
.tooltip-notifiche h4{
	display:block;
	padding:0 10px 10px;
	margin:0;
	font-size:14px;
	color:#5b5b5b;
	background:#FFF;
	border-bottom:1px solid #CCC;
}
.tooltip-notifiche h4 a{
	float:right;
	margin:0 0 0 5px;
	font-weight:normal;
}
.tooltip-notifiche h4 a:hover{
	color:#b0bb3b;
	text-decoration:underline;
}
ul.lista_notifiche{
	width:350px;
	max-height:487px !important;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
ul.lista_notifiche li{
	width:100%;
	float:left;
	border-bottom:1px solid #CCC;
	padding:5px 10px;
	background-color:#FFF;
	cursor:pointer;
	font-size: 12px;
    line-height: 15px;
}
ul.lista_notifiche li.non_letta{
}
ul.lista_notifiche li:hover{
	background-color:#f3f3f3;
}
ul.lista_notifiche li:last-child{
	border-bottom:0;
}
/* CONTENT **************************************************************************************************************/
/* NAV CONTENT **********************************************************************************************************/
nav#my_menu{
	width:100%;
	height:75px;
	float:left;
	margin:0 0 30px 0;
	text-align:center;
}
#my_menu ul{
	height:75px;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
	display:inline-table;
	white-space:nowrap;
}
#my_menu li{
	width:52px;
	height:75px;
	float:left;
	margin:0 12px 0 0;
	overflow:hidden;
	position:relative;
}
#my_menu a{
	width:100%;
	height:100%;
	float:left;
	background-position:0 -75px;
	background-repeat:no-repeat;
	position:relative;
}
/*
#my_menu a:hover{
	background-position:0 0;
}
*/
#puls_traduzioni a{
	background-image:url(images/puls_trad.png);
}
#puls_amici a{
	background-image:url(images/puls_amici.png);
}
#puls_messaggi a{
	background-image:url(images/puls_messaggi.png);
}
#puls_statistiche a{
	background-image:url(images/puls_statistiche.png);
}
#puls_blog a{
	background-image:url(images/puls_blog.png);
}
#puls_conversazioni a{
	background-image:url(images/puls_conversazioni.png);
}
#puls_annunci a{
	background-image:url(images/puls_annunci.png);
}
#puls_aiuto a{
	background-image:url(images/puls_aiuto.png);
}
#puls_tags a{
	background-image:url(images/puls_tag.png);
}
#puls_video a{
	background-image:url(images/puls_video.png);
}
#puls_foto a{
	background-image:url(images/puls_foto.png);
}
#puls_vini a{
	background-image:url(images/puls_vini.png);
}
#puls_birre a{
	background-image:url(images/puls_birre.png);
}
#puls_ristoranti a{
	background-image:url(images/puls_ristoranti.png);
}
#puls_adv a{
	background-image:url(images/puls_adv.png);
}
#puls_impostazioni a{
	background-image:url(images/puls_impostazioni.png);
}
#puls_logout a{
	background-image:url(images/puls_logout.png);
}
#puls_vgm a{
	background-image:url(images/puls_myvgm.png);
}
span.ico_notifica{
	width:21px;
	height:21px;
	background:url(images/ico_notifica.png) 0 0 no-repeat;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	color:#FFF;
	position:absolute;
	right:1px;
	bottom:1px;
	z-index:1;
}
/* HOME NOLOG + REGISTRAZIONE **************************************************************************************************/
div#slide_container{
	width:9840px;
	height:100%;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	line-height:21px;
}
label.error{
	width:auto !important;
	height:25px !important;
	padding:10px 12px 0 !important;
	background: url(images/bg_tooltip_freccina.png) center top no-repeat,
				url(images/bg_tooltip_sx.png) left bottom no-repeat,
				url(images/bg_tooltip_dx.png) right bottom no-repeat,
				url(images/bg_tooltip_error.png) 0 bottom repeat-x;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px !important;
	line-height:20px !important;
	color:#FFF !important;
	position:absolute !important;
	top:80% !important;
	left:10% !important;
	z-index:999 !important;
	box-sizing:content-box !important;
}
div#main_index, div#step1, div#step2, div#step3{
	width:960px;
	float:left;
	padding:40px 0 0 0;
	margin:5px 2000px 0 0;
	position:relative;
}
div#step3{
	margin:5px 0 0 0;
}
h1#claim{
	width:500px;
	float:left;
	clear:left;
	margin:0 55px 0 0;
	font-size:38px;
	font-weight:100;
    font-family: 'ArvoRegular';
	color:#404040;
	line-height:42px;
	text-align:right;
	word-spacing:-1px;
	text-decoration:none;
}
#claim strong{
    font-family: 'ArvoBold';
	color:#404040;
	text-decoration:none;
	font-weight:bolder;
}
#claim a{
	color:#404040;
	text-decoration:none;
}
div#registrazione, div#registrazione2{
	width:382px;
	float:left;
}
div#registrazione2{
	display:none;
}
#registrazione h2, #step1 h2, #registrazione2 h2{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 10px 0;
	font-size:21px;
	font-weight:100;
    font-family: 'ArvoRegular';
	color:#404040;
	letter-spacing:-1px;
}
#registrazione strong, #step1 strong{
    font-family: 'ArvoBold';
}
#password_reg, .psw_reg, #email_reg, #email_reg_confirm, .nome_reg, #holder_pswReg, .indirizzo_reg, .citta_reg{
	width:348px;
	height:41px;
	float:left;
	clear:both;
	padding:0 0 0 34px;
	margin:0 0 10px 0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:21px;
	color:#a6a6a6;
	line-height:41px;
	border:0;
}
#password_reg, #holder_pswReg, .psw_reg{
	background:url(images/bg_reg_psw.png) 0 0 no-repeat;
}
#email_reg, #email_reg_confirm{
	background:url(images/bg_reg_email.png) 0 0 no-repeat;
}
.nome_reg{
	background:url(images/bg_reg_nome.png) 0 0 no-repeat;
}
.indirizzo_reg{
	background:url(images/bg_reg_indirizzo.png) 0 0 no-repeat;
}
.citta_reg{
	background:url(images/bg_reg_indirizzo.png) 0 0 no-repeat;
}
ul#lista_cose{
	width:100%;
	float:left;
	clear:both;
	list-style:none;
	padding:0;
	margin:40px 0;
}
ul#lista_cose li{
	width:30%;
	float:left;
	padding:0 15px;
}
ul#lista_cose li h2{
    font-family: 'ArvoRegular';
	font-size:24px;
	color:#404040;
	text-align:center;
}
ul#lista_cose li h2 img{
	position:relative;
	top:10px;
	margin-right:10px;
}
ul#lista_cose li p{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	color:#5b5b5b;
	font-size:15px;
	text-align:center;
	line-height:21px;
        margin-top:12px;
}
ul#lista_nuovi{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:25px 0 0 0;
	list-style:none;
}
#lista_nuovi li{
	width:76px;
	height:76px;
	float:left;
	margin:0 22px 0 0;
}
#step1 ul, #step2 ul, #step3 ul, #registrazione ul, #registrazione2 ul{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#registrazione li, #registrazione2 li{
	width:100%;
	float:left;
	position:relative;
}
#step1 li{
	width:435px;
	float:left;
	margin:0 30px 10px 0;
	padding:0 0 0 30px;
	background-position:left 5px;
	background-repeat:no-repeat;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#9d9d9d;
	cursor:pointer;
	position:relative;
}
#sel_aziende{
	background-image:url(images/ico_aziende.png);
}
#sel_tecnovino{
	background-image:url(images/ico_tecnovino.png);
}
#sel_enoteche{
	background-image:url(images/ico_enoteche.png);
}
#sel_blogger{
	background-image:url(images/ico_blogger.png);
}
#sel_ristoranti{
	background-image:url(images/ico_ristoranti.png);
}
#sel_appassionati{
	background-image:url(images/ico_appassionato.png);
}
#sel_rappresentanti{
	background-image:url(images/ico_rappresentanti.png);
}
#sel_birrifici{
	background-image:url(images/ico_birrifici.png);
}
#step1 h3{
	width:100%;
	float:left;
	margin:0;
	font-size:21px;
	color:#9ca902;
}
#step2 ul, #step3 ul{
	padding:70px 0 0 0;
}
#step2 li{
	float:left;
	margin:0 30px 10px 0;
	position:relative;
}
.li_singolo{
	width:217px;
}
.li_doppio{
	width:465px;
}
.li_triplo{
	width:710px;
}
#step2 span, #step3 span{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#a6a6a6;
}
#step2 input, #step3 input{
	width:98%;
	height:39px;
	float:left;
	clear:both;
	margin:0;
	padding:0 0 0 7px;
	border:1px solid #cccccc;
	border-top:1px solid #dbdbdb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px 5px 5px 5px;
	box-shadow:inset 0 5px 5px #e0e0e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#404040;
	line-height:39px;
}
input.file{
	width:285px !important;
	clear:none !important;
	margin-left:0 !important;
}
.procedi{
	float:right;
}
#step3 li{
	width:465px;
	float:left;
	margin:0 30px 20px 0;
	padding:0;
	background-position:left 5px;
	background-repeat:no-repeat;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#9d9d9d;
	cursor:pointer;
	position:relative;
}
div.center{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#a6a6a6;
	text-align:center;
	position:relative;
}
.center a{
	color:#a6a6a6;
	text-decoration:underline;	
}
div#recaptcha_image{
	float:left;
	margin:-10px 0 0 0;
	position:relative;
	z-index:0;
}
a#puls_recaptcha{
	width:14px;
	height:14px;
	background:url(images/puls_recaptcha.png) 0 0 no-repeat;
	display:block;
	position:absolute;
	top:20px;
	right:150px;
}
a.piu_info{
	float:right;
	min-height:14px;
	padding:0 20px 0 0;
	white-space:nowrap;
	color:#bebebe !important;
	background:url(images/ico_perche.png) right center no-repeat;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;
	text-transform:uppercase;
}
div#timestep{
	width:6880px;
	height:7px;
	background:url(images/bg_avanzamento_scorrimento.png) 0 0 repeat-x;
	-moz-border-radius:10px 10px / 3px 3px;
	position:absolute;
	left:2960px;
	top:50px;
}
ul.steps{
	position:absolute !important;
	top:30px !important;
	left:0 !important;
	padding:0 !important;	
}
.steps li{
	width:210px !important;
	margin:0 165px 0 0 !important;
	padding:0 !important;
	clear:none !important;
	text-align:center !important;
	font-family:"ArvoBold" !important;
	font-size:18px !important;
	color:#c2c2c2 !important;
}
.steps li.step_active{
	color:#404040 !important;
}
.steps li span{
	width:37px !important;
	height:40px !important;
	display:block !important;
	float:none !important;
	margin:0 auto !important;
	padding:3px 0 0 0 !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:24px !important;
	color:#FFF !important;
	text-shadow:0 -1px 1px #6e7a00 !important;
	background:url(images/bg_step_inattivo.png) center 0 no-repeat !important;
}
.steps li.step_active span{
	background:url(images/bg_step_attivo.png) center 0 no-repeat !important;
}
div.preview{
	width:77px;
	height:77px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.loading_avatar{
	background:#FFF url(images/ajax-loader.gif) center center no-repeat !important;
}
/* MODAL GEO ***********************************************************************************************************************/
div#modal_geo{
    display: none;
    height: 510px !important;
    margin: 0 auto;
    width: 614px !important;
	position:relative;
	border-radius:15px 15px 15px 15px;
	overflow:hidden;
}
div#logo_modal{
	width:100%;
	float:left;
	clear:both;
	text-align:center;
	padding:0 0 15px 0;
}
div#modal_geo_content{
	width:515px;
	float:left;
	padding:40px 50px;
	background-color:#FFF;
	color:#707070;
	border-radius:15px 15px 15px 15px;
}
#modal_geo_content ul{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#modal_geo_content li{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#a6a6a6;
}
#modal_geo_content a{
	color:#B0BB3B;
	text-decoration:none;
}
a#close_modal_geo{
	width:29px;
	height:29px;
	display:block;
	background:url(images/puls_chiudi_theatre.png) 0 0 no-repeat;
	position:absolute;
	top:58px;
	right:25px;
}
a#close_modal_geo:hover{
	background:url(images/puls_chiudi_theatre.png) 0 -29px no-repeat;
}
/* MODAL MESAGE ***********************************************************************************************************************/
div#modal_message{
    display: none;
    height: 510px !important;
    margin: 0 auto;
    width: 614px !important;
	position:relative;
	border-radius:15px 15px 15px 15px;
}
div#logo_modal{
	width:100%;
	float:left;
	clear:both;
	text-align:center;
	padding:0 0 15px 0;
}
div#modal_message_content{
	width:515px;
	float:left;
	padding:40px 50px;
	background-color:#FFF;
	color:#707070;
	border-radius:15px 15px 15px 15px;
}
#modal_message_content ul{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#modal_message_content li{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#a6a6a6;
	position:relative;
}
#modal_message_content a{
	color:#B0BB3B;
	text-decoration:none;
}
a#close_modal_message{
	width:29px;
	height:29px;
	display:block;
	background:url(images/puls_chiudi_theatre.png) 0 0 no-repeat;
	position:absolute;
	top:58px;
	right:25px;
}
a#close_modal_message:hover{
	background:url(images/puls_chiudi_theatre.png) 0 -29px no-repeat;
}

/* MODAL LOGIN ***********************************************************************************************************************/
div#modal_login{
    display: none;
    height: 470px !important;
    margin: 0 auto;
    width: 599px !important;
	position:relative;
	border-radius:15px 15px 15px 15px;
	overflow:hidden;
}
div#logo_modal{
	width:100%;
	float:left;
	clear:both;
	text-align:center;
	padding:0 0 15px 0;
}
div#modal_login_content{
	width:500px;
	float:left;
	padding:40px 50px;
	background-color:#FFF;
	border-radius:15px 15px 15px 15px;
}
#modal_login_content ul{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#modal_login_content li{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#a6a6a6;
}
#modal_login_content a{
	color:#B0BB3B;
	text-decoration:none;
}
a#close_modal_login, a#close_modal_share{
	width:29px;
	height:29px;
	display:block;
	background:url(images/puls_chiudi_theatre.png) 0 0 no-repeat;
	position:absolute;
	top:58px;
	right:25px;
}
a#close_modal_login:hover, a#close_modal_share:hover{
	background:url(images/puls_chiudi_theatre.png) 0 -29px no-repeat;
}
/* MODAL SHARE ***********************************************************************************************************************/
div#modal_share{
    display: none;
    height: 530px !important;
    margin: 0 auto;
    width: 750px !important;
	position:relative;
	border-radius:15px 15px 15px 15px;
}
#modal_share h2 {
	font-size:17px;
	color:#9CA902;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#modal_share p, #modal_share label{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#585858;
}
div#logo_modal{
	width:100%;
	float:left;
	clear:both;
	text-align:center;
	padding:0 0 15px 0;
}
div#modal_share_content{
	width:690px;
	float:left;
	padding:20px 30px;
	background-color:#FFF;
	border-radius:15px 15px 15px 15px;
}
#modal_share_content ul{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#modal_share_content li{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#a6a6a6;
}
#modal_share_content a{
	color:#B0BB3B;
	text-decoration:none;
}
a#close_modal_share{
	width:29px;
	height:29px;
	display:block;
	background:url(images/puls_chiudi_theatre.png) 0 0 no-repeat;
	position:absolute;
	top:58px;
	right:25px;
}
a#close_modal_share:hover{
	background:url(images/puls_chiudi_theatre.png) 0 -29px no-repeat;
}
/* CUSTOM SELECT ***********************************************************************************************************************/
.msDropDown div, .dd div{display:inline-block; color:#404040; text-align:left; line-height:39px;}

.msDropDown, .dd {
	width:98% !important;
	height:40px;
	margin:0;
	padding:0;
	border:1px solid #cccccc;
	border-top:1px solid #dbdbdb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px 5px 5px 5px;
	box-shadow:inset 0 5px 5px #e0e0e0;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:20px !important;
	color:#404040 !important;
	display:inline-block;
	/*position:relative;*/
}
.ddTitleText{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:20px !important;
	color:#404040 !important;
	float:none !important;
	clear:none !important;
}
.dd .ddTitle span.arrow {
	background:url(images/puls_select.png) no-repeat 0 0; 
	float:right !important; 
	display:inline-block;
	width:37px !important; 
	height:41px; 
	cursor:pointer; 
	margin: -2px 6px !important; 
}
.msDropDown .msDropDown_Child, .dd .ddChild{border:1px solid #c3c3c3;display:none; width:auto; margin:0; padding:0; cursor:pointer; background-color:#FFFFFF; height:auto; overflow-y:auto; overflow-x:hidden; width:98% !important; position:absolute;}
.msDropDown .msEnabled, .dd .ddEnabled{cursor:pointer; width:100%;}
.msDropDown .msDisabled, .dd .ddDisabled{cursor:default; width:100%;}
.msDropDown .msArrow, .dd .ddArrow{width:37px;padding:0; position:relative; float:right; margin:-1px;}
.msDropDown .msDropdownTitle, .dd .ddTitle{width:100% !important; display:inline-block;padding-top:2px; padding-left:7px; overflow:hidden; position:absolute;}
.msDropDown img, .dd img{border:0}
.msDropDown a img.icon, .dd a img.icon{padding-right:2px;}
.msDropDown .msDropDown_Child a, .dd .ddChild a{padding:0 0 0 7px; text-decoration:none;; display:block; height:auto; clear:both; margin:0; width:100%; float:left;}
.msDropDown .msDropDown_Child a, .msDropDown .msDropDown_Child a:visited, .dd .ddChild a, .dd .ddChild a:visited{color:#404040 !important;}
.msDropDown .msDropDown_Child a:hover, .dd .ddChild a:hover{color:#404040 !important; background-color:#F3F3F3}
.msDropDown .msDropDown_Child a.selected, .dd .ddChild a.selected{color:#404040;}
.msDropDown input, .dd input{
	padding:0 !important;
	box-shadow:none !important;
}
.opta{
	width:100%;
	float:left;
	clear:both;
}
.opta span .opta a{
	width:100%;
	float:left;
	clear:both;
	display:block;
}
/* MULTI SELECT ************************************************************************************************************************/
.a9multiselect {
	width:98% !important;
	height:40px;
	margin:0;
	padding:0;
	border:1px solid #cccccc;
	border-top:1px solid #dbdbdb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px 5px 5px 5px;
	box-shadow:inset 0 5px 5px #e0e0e0;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:20px !important;
	color:#404040 !important;
	display:inline-block;
}
.a9multiselect .expcol-click, .a9multiselect .expcol-click-open {
	width:98%;
	height: 40px;
	line-height:40px;
	background:transparent none;	
}
.a9multiselect div.expcol-click {
	position: absolute;
	z-index: 104;
	height: 20px;
}
.a9multiselect div.expcol-click-open {
	border-bottom: 1px solid #fff;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding:0 0 0 10px;
}
.a9multiselect .title { 
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding:0 0 0 10px;
	background: transparent url(images/puls_select.png) no-repeat top right;
}
.expcol-body {
	width:98% !important;
	position: absolute;
	z-index: 106;
	min-height: 1em;
	background: #FFF;
	padding: .1em;
	display: block;
	display: none;
	margin-top: -1px;
	border: 1px solid #F3f3f3;
	font-weight:normal !important;
}
.expcol-body ul {
	overflow: auto;
	min-height: 1em;
	min-width: 20em;
	margin: 0;
	padding: 0;
}
.expcol-body li {
	margin:0;
	padding:7px 0; 
	list-style:none; 
	width:98% !important; 
}
.expcol-body li:hover {
	background:#F3F3F3;
}
.arc90_multiselect {
	visibility: hidden;
}
.a9selectall {
	border-bottom: 1px solid #ccc;
}
.expcol-body input{
	width:auto !important;
	height:auto !important;
	padding:0 !important;
	background:none !important;
}
#a9multiselect-body-categoriaAnnunci li label{
	width:80% !important;
	float:left;
	clear:none !important;
	padding:0 0 0 10px;
}

a.multiSelect {
	width:98%;
	height:40px;
	background: #FFF url(images/puls_select.png) right center no-repeat;
	padding-right: 20px;
	position: relative;
	cursor: default;
	margin:5px 0 0 0;
	text-decoration: none;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	border:1px solid #cccccc;
	border-top:1px solid #dbdbdb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px 5px 5px 5px;
	box-shadow:inset 0 5px 5px #e0e0e0;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:20px !important;
	color:#404040 !important;
	line-height:40px;
}

a.multiSelect:link, a.multiSelect:visited, a.multiSelect:hover, a.multiSelect:active {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:20px !important;
	color:#404040 !important;
	text-decoration: none;
}

a.multiSelect span
{
	margin: 1px 0px 1px 3px;
	overflow: hidden;
	display: -moz-inline-stack;
	display: inline-block;
	white-space: nowrap;
}

a.multiSelect.hover {
	background-image: url(images/puls_select.png);
}


a.multiSelect.active {
	background-image: url(images/puls_select.png);
}

.multiSelectOptions {
	margin-top: -1px;
	overflow-y: auto;
	overflow-x: hidden;
	border: solid 1px #B2B2B2;
	background: #FFF;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:20px !important;
	color:#404040 !important;
}

.multiSelectOptions LABEL {
	padding: 0px 2px;
	display: block;
	white-space: nowrap;
}

.multiSelectOptions LABEL.optGroup
{
	/*font-weight: bold;*/
}

.multiSelectOptions .optGroupContainer LABEL
{
	padding-left: 10px;
}

.multiSelectOptions.optGroupHasCheckboxes .optGroupContainer LABEL
{
	padding-left: 18px;
}

.multiSelectOptions input{
	vertical-align: middle;
	width:auto !important;
	height:auto !important;
	margin:7px 5px 0 0 !important;
}

.multiSelectOptions LABEL.checked {
	background-color: #dce5f8;
}

.multiSelectOptions LABEL.selectAll {
	border-bottom: dotted 1px #CCC;
}

.multiSelectOptions LABEL.hover {
	background-color: #3399ff;
	color: white;
}

.ui-multiselect { 	
	width:98%;
	height:40px;
	background: #FFF url(images/puls_select.png) right center no-repeat;
	padding-right: 20px;
	position: relative;
	cursor: default;
	margin:5px 0 0 0;
	text-decoration: none;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	border:1px solid #cccccc;
	border-top:1px solid #dbdbdb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px 5px 5px 5px;
	box-shadow:inset 0 5px 5px #e0e0e0;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:20px !important;
	color:#404040 !important;
	line-height:40px;
	text-align:left;
}
.ui-multiselect span.ui-icon { 
	margin: 1px 0px 1px 3px;
	overflow: hidden;
	display: -moz-inline-stack;
	display: inline-block;
	white-space: nowrap;
 }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px; display:none; }
.ui-multiselect-header ul { 
	float:left; 
	width:100%; 
	border:1px solid #CCC; 
	border-bottom:0; 
	list-style:none; 
	padding:0; 
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:20px !important;
	color:#404040 !important;
	line-height:40px;
	text-align:left;
}
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0; width:100%; }
.ui-multiselect-header a { text-decoration:none; color:#404040 !important; }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { 
	margin-top: -1px;
	overflow-y: auto;
	overflow-x: hidden;
	border: solid 1px #B2B2B2;
	background: #FFF;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:20px !important;
	color:#404040 !important;
	padding:0;
	list-style:none;
	width:100%;
 }
.ui-multiselect-checkboxes label { 
	padding: 0px 2px;
	display: block;
	white-space: nowrap;
}
.ui-multiselect-checkboxes label input { 
	vertical-align: middle;
	width:auto !important;
	height:auto !important;
	margin:-4px 5px 0 0 !important;
}
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }			
/* INPUT PRECOMPILATI ******************************************************************************************************************/
fieldset.token-input-mac {
  position: relative;
  padding: 0;
  margin: 5px 0;
  background: #fff;
  width: 400px;
  border: 1px solid #A4BDEC;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

fieldset.token-input-mac.token-input-dropdown-mac {
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
}

ul.token-input-list-mac {
    overflow: hidden; 
    cursor: text;
    border-color: #DBDBDB #CCCCCC #CCCCCC;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    border-right: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 1px;
	-moz-box-shadow: 0 5px 5px #E0E0E0 inset;
	-webkit-box-shadow: 0 5px 5px #E0E0E0 inset;
    box-shadow: 0 5px 5px #E0E0E0 inset;
    clear: both;
    color: #404040;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    min-height: 39px;
    margin: 0;
    padding: 0 0 0 7px;
    width: 520px;
}

#token-input-contactID{
	background:none !important;
	border:0 !important;
	box-shadow:none !important;
}

ul.token-input-list-mac.error {
  border: 1px solid #C52020;
}

ul.token-input-list-mac li {
    list-style-type: none;
}

li.token-input-token-mac p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-mac span {
    color: #e1e1e1 !important;
    margin-right: 5px;
    font-weight: bold;
    cursor: pointer;
}

/* TOKENS */

li.token-input-token-mac {
    font-family: "Lucida Grande", Arial, serif;
    font-size: 9pt;
    line-height: 12pt;
    overflow: hidden; 
    height: 16px; 
    margin: 10px 3px 0 0 ;
	margin-bottom:0 !important;
    padding: 0 10px 0 5px;   
    background: none; 
    background-color: #adbd02;
    color: #FFF;
    cursor: default;
    border: 1px solid #8a9320;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    float: left;
}

/*li.token-input-highlighted-token-mac {
    background-color: #bbcef1;
    border: 1px solid #598bec;
    color: #000;
}

li.token-input-selected-token-mac {
    background-color: #598bec;
    border: 1px solid transparent;
    color: #fff;
}

li.token-input-highlighted-token-mac span.token-input-delete-token-mac {
    color: #000;
}

li.token-input-selected-token-mac span.token-input-delete-token-mac {
    color: #fff;
}*/

li.token-input-input-token-mac {
    border: none;
    background: transparent;
    float: left;
    padding: 0;
    margin: 0 !important;
}

li.token-input-input-token-mac input {
  border: 0;
  width: 100px;
  padding: 3px;
  background-color: transparent;
  margin: 0;
}

div.token-input-dropdown-mac {
	width:518px;
    position: absolute;
    border: 1px solid #e1e1e1;
    border-top: none;
    left: -1px;
    background-color: #fff;
    overflow: hidden;
    cursor: default;
    font-size: 10pt;
    font-family: "Lucida Grande", Arial, serif;
    padding: 5px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    clip:rect(0px, 1000px, 1000px, -10px);
	z-index:9999;
}

div.token-input-dropdown-mac p {
    font-size: 8pt;
    margin: 0;
    padding: 0 5px;
    font-style: italic;
    color: #aaa;
}

div.token-input-dropdown-mac h3.token-input-dropdown-category-mac {
  font-family: "Lucida Grande", Arial, serif;
  font-size: 10pt;
  font-weight: bold;
  border: none;
  padding: 0 5px;
  margin: 0;
}

div.token-input-dropdown-mac ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-mac ul li {
    list-style-type: none;
    cursor: pointer;
    background: none;
    background-color: #fff;
    margin: 0;
    padding: 0 0 0 25px;
}

div.token-input-dropdown-mac ul li.token-input-dropdown-item-mac {
    background-color: #fff;
}

div.token-input-dropdown-mac ul li.token-input-dropdown-item-mac.odd {
    background-color: #ECF4F9;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

div.token-input-dropdown-mac ul li.token-input-dropdown-item-mac span.token-input-dropdown-item-description-mac {
    float: right;
    font-size: 8pt;
    font-style: italic;
    padding: 0 10px 0 0;
    color: #999;
}

div.token-input-dropdown-mac ul li strong {
    font-weight: bold;
    text-decoration: underline;
    font-style: none;
}

div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac,
div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac.odd {
    background-color: #adbd02;
    color: #fff;
    border: 1px solid #8a9320;
}

div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac span.token-input-dropdown-item-description-mac,
div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac.odd span.token-input-dropdown-item-description-mac {
    color: #fff;
}
/* WELCOME PAGE ************************************************************************************************************************/
ul#lista_welcome{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#lista_welcome li{
	width:388px;
	float:left;
	margin:0 30px 10px 0;
	padding:0 0 0 62px;
	position:relative;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#5b5b5b;	
}
#lista_welcome h2{
	width:100%;
	float:left;
	margin:0 0 5px 0;
}
#lista_welcome span.icona{
	width:52px;
	height:52px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	background-position:center bottom;
	background-repeat:no-repeat;
}
.w_preferenze span{
	background-image:url(images/puls_impostazioni.png);
}
.w_rubrica span{
	background-image:url(images/puls_amici.png);
}
.w_annunci span{
	background-image:url(images/puls_annunci.png);
}
.w_foto span{
	background-image: url(images/puls_foto.png);
}
.w_video span{
	background-image:url(images/puls_video.png);
}
.w_vini span{
	background-image:url(images/puls_vini.png);
}
.w_birre span{
	background-image:url(images/puls_birre.png);
}
.w_ristoranti span{
	background-image:url(images/puls_ristoranti.png);
}
.w_blog span{
	background-image:url(images/puls_blog.png);
}
.w_aiuto span{
	background-image:url(images/puls_aiuto.png);
}
.w_shop span{
	background-image:url(images/puls_myvgm.png);
}
/* CORPO DELLA PAGINA ******************************************************************************************************************/
div#content{
	width:100%;
	float:left;
	clear:left;
	padding:0 0 60px 0;
	position:relative;
	margin-top:-80px;
}
#content h1{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 24px 0;
	padding:0 0 0 25px;
    font-family: 'ArvoRegular';
	color:#404040;
	text-transform:uppercase;
	font-size:17px;
}
#content a, #timeline a, #tabella_contatti a{
	color:#9ca902;
	text-decoration:none;
}
h1.amici{
	background:url(images/ico_amici_green.png) 0 center no-repeat;
    font-family:'ArvoBold' !important;
	font-size:38px !important;
	text-transform:lowercase !important;
	margin:0 0 20px 0 !important;
}
.amici a{
	float:right;
	white-space:nowrap;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	line-height:23px;
	cursor:pointer;
	margin:0 10px;
	text-transform:none;
	color:#404040 !important;
	text-decoration:none;
}
.amici a.active, .amici a:hover{
	color:#9ca902 !important;
}
h1.timeline{
	background:url(images/ico_timeline.png) 0 center no-repeat;
    font-family:'ArvoBold' !important;
	font-size:38px !important;
	text-transform:lowercase !important;
	margin:0 0 20px 0 !important;
}
.timeline a{
	float:right;
	white-space:nowrap;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	line-height:23px;
	cursor:pointer;
	margin:0 10px;
	text-transform:none;
	color:#404040 !important;
	text-decoration:none;
}
.timeline a.active, .timeline a:hover{
	color:#9ca902 !important;
}
img.img_fighetto{
	position:absolute;
	top:-13px;
	right:15px;
}

.status-box{
	width: 100%;
	float: left;
	clear: left;
	margin: -10px 0 20px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #5b5b5b;
	line-height: 17px;
	/*background: #fcfcfc;
	border: 1px dotted #C2C2C2;*/
	position: relative;
	/*background: #f9f9f9;*/
	min-height: 107px;
}
.status-box .avatar-box{
	padding: 12px;
	float:left;
	display: inline-block;
}
.status-box .text-box{
	/*background: #f9f9f9;
	border-radius: 4px;
	padding: 12px;
	padding-top: 27px;
	padding-left: 80px;
	margin-bottom: 2px;
	min-height: 36px;*/

	background: white;
	border-radius: 4px;
	padding: 12px;
	padding-top: 27px;
	padding-left: 80px;
	margin-bottom: 2px;
	min-height: 36px;
}
.status-box textarea{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #5b5b5b;
	width: 100%;
	border: none;
	resize: none;
	outline: none;
	overflow:hidden;
	background: transparent;
	border-bottom: 2px dashed #f1f1f1;
}
.status-box textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}
.status-box .controls{
	width: 100%;
	height: 30px;
	margin-left: 67px;
	margin-top: -10px;
	/*border-top: 1px solid #C2C2C2;
	background: #f9f9f9;*/
}
.status-box .controls .docked-right{
	/*padding: 8px;
	padding-right: 0px;*/
	padding: 4px;
	padding-right: 73px;
	float: right;
        margin-top: -15px;
}

.status-edit{
	background-image: url("images/ico_blog_grey.png");
	width: 14px;
	height: 14px;
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	top:0px;
	right: 3px;
	cursor:pointer;
}
.status textarea{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	width: 100%;
	border: none;
	resize: none;
	outline: none;
	width: 100%;
	overflow:hidden;
	background: transparent;
}

.status .controls{
	display: block;
	position: relative;
}
.status .docked-right{
	display: inline-block;

}

.status-edit.action{
	padding-right: 34px;
	padding-bottom: 19px;
}

.action{
	/*background: #9ca902;
	color:#fff !important;
	padding:8px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 4px;*/

	background: #9ca902;
	color: #fff !important;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
}

div.aiuto_shop{
	width:100%;
	float:left;
	clear:left;
	margin:-10px 0 35px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#5b5b5b;
	line-height:18px;
	background:#FFFFFF;
	border:2px dotted #C2C2C2;
	border-radius:6px;
	position:relative;
}
div#aiuto_shop_content{
	width:100%;
	float:left;
	padding:20px 80px 20px 22px;
}
div#commenti_tl_container{
	width:658px;
	float:left;
	padding:15px;
	display:none;
}
#input_commento_tl{
	width:845px;
	height:28px;
	padding:0 0 0 8px;
	border:1px solid #eaecd6;
	border-radius:4px;	
}
ul#commenti_tl{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#commenti_tl li{
	width:100%;
	float:left;
	margin:0 0 10px;
	border-bottom:1px dotted #c0c29b;
	color:#acaba9;
}
#commenti_tl li:last-child{
	border:none;
}
#commenti_tl p{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 10px;
	color:#685b65;
}
a.espandi {
	width: 17px;
	height: 17px;
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -8px;
	display: block;
	cursor: pointer;
	background-image: url(shop/images/ico_espandi.png);
	background-position: 0 -17px;
	background-repeat: no-repeat;
}
a.load_prec{
	cursor: pointer;
    display: inline-block;
    margin: 0;
    position: relative;
    top: -10px;
	color:#5b5b5b;
}
div.commenti_container{
	width:100%;
	float:left;
	clear:left;
	margin:5px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#5b5b5b;
	line-height:17px;
	/*background:#f4f8ca;*/
	background:#f9f9f9;
	position:relative;
	padding:20px 20px 30px;
	border-radius:5px;
}
ul.lista_comm_tl{
	width:100%;
	float:left;
	margin:0 0 8px;
	padding:0;
	list-style:none;
}
ul.lista_comm_tl li{
	margin:0 !important;
}
p.commento_tl{
	width:510px !important;
}
div.send_comment_container{
	width:100%;
	min-height:27px;
	float:left;
	margin:0;
	position:relative;
}
div.send_comment_container textarea{
	/*
	width: 510px;
	min-height: 100%;
	padding: 8px 0 0 8px;
	/*border: 1px solid #eaecd6;
	border: 1px solid #fbfbfb;
	float:left;
	position:absolute;
	left:39px;
	top:0;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-size: 12px;
	overflow: hidden;
	resize:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
}
div.send_comment_container pre, div.send_comment_container pre span{
	margin:0;
	padding:0;
	outline: 0;
	border: 0;
}
div.send_comment_container pre span{
	width: 510px;
	float:left;
	position:absolute;
	left:39px;
	top:0;
	visibility:hidden;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-size: 12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h1.annuncio_vetrina, h1.vino_vetrina, h1.birra_vetrina, h1.ristorante_vetrina, h1.foto_vetrina, h1.foto_vetrina, h1.video_vetrina, 
h1.blog_vetrina, h1.amici_vetrina, h1.ricerca_default, h1.tag_default, h1.stats_default, h1.shop_vetrina{
    font-family:'ArvoBold' !important;
	font-size:38px !important;
	text-transform:lowercase !important;
	margin:0 0 40px 0 !important;
	width:625px !important;
}
h1.tag_default{
	background:url(images/ico_tags_green.png) 0 center no-repeat;
}
h1.stats_default{
	background:url(images/ico_stats_green.png) 0 center no-repeat;
}
h1.ricerca_default{
	background:url(images/ico_lente_green.png) 0 center no-repeat;
}
h1.amici_vetrina{
	background:url(images/ico_amici_green.png) 0 center no-repeat;
}
h1.annuncio_vetrina{
	background:url(images/ico_annunci_green.png) 0 center no-repeat;
}
h1.vino_vetrina{
	background:url(images/ico_vini_green.png) 0 center no-repeat;
}
h1.birra_vetrina{
	background:url(images/ico_birre_green.png) 0 center no-repeat;
}
h1.ristorante_vetrina{
	background:url(images/ico_ristoranti_green.png) 0 center no-repeat;
}
h1.foto_vetrina{
	background:url(images/ico_foto_green.png) 0 center no-repeat;
}
h1.video_vetrina{
	background:url(images/ico_video_green.png) 0 center no-repeat;
}
h1.blog_vetrina{
	background:url(images/ico_blog_green.png) 0 center no-repeat;
}
h1.shop_vetrina{
	background:url(images/ico_shop_green.png) 0 center no-repeat;
}
ul#lista_post_amici,ul#single_post{
	width:100%;
	float:left;
	clear:left;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
#lista_post_amici li,#single_post li{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 35px 0;
	position:relative;
}
div.content_lista{
	width:calc(100% - 80px);
	float:left;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#5b5b5b;
	line-height:17px;
	border-bottom:1px dotted #CCC;
}
.content_lista h2, .content_lista h3, .wrapper678 h2{
	float:left;
	clear:both;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#9ca902;
}
.content_lista h2{
	width:100%;
	font-size:17px;
}
.content_lista h3{
	width:524px;
	font-size:14px;
	clear:none;
}
.dal_blog {
	margin:5px 0 0 0 !important;
}
article.sotto_lista, article.dal_blog, article.article_default, article.article_post, article.article_box, article.article_blog, article#dettaglio_album{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:3px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#9d9d9d;
}
.article_blog h1, #dettaglio_album h1, #theatre_content h4.shop_title{
	margin:5px 0 !important;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	font-size:28px !important;
	color:#b0bb3b !important;
	line-height:34px;
	text-transform:none !important;
	padding:0 !important;
}
.article_blog time, #dettaglio_album time{
	width:100%;
}
#dettaglio_album span{
	display:block;
	float:left;
	clear:left;
}
div.p{
	width:100%;
	float:left;
	display:block;
	margin:0 0 30px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#464646;
	line-height:24px;
}
.article_box p{
	width:290px;
	float:left;
	display:block;
	margin:0;
}
.article_post p{
	width:auto;
	float:left;
	display:block;
	margin:0 0 3px 0;
	word-break:break-word;
	color: #5b5b5b;
    font-size: 14px;
	line-height:20px;
}
.sotto_lista p{
	width:calc(100% - 60px);
	float:left;
	display:block;
	margin:0 0 20px 0;
	font-size: 13px;
	color: #5b5b5b;
}
.dal_blog p{
	width:92%;
	float:left;
	display:block;
	margin:6px 0 20px 0;
        font-size: 13px;
	line-height:18px;
        color: #5b5b5b;
}
.article_default p{
	width:100%;
	float:left;
	display:block;
	margin:0 0 20px 0;
	font-size:13px;
	color:#5B5B5B;
}
ul#foto_album{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#foto_album li{
	width:214px;
	float:left;
	margin:0 19px 30px 0;
	font-size:11px;
	color:#404040;
	position:relative;
}
#foto_album span.delete{
	display:block;
	position:absolute;
	top:-10px;
	left:-10px;
	z-index:1;
	padding:7px;
	background:url(images/ico_elimina_verde.png) center center no-repeat;
	cursor:pointer;
}
ul.letture_commenti{
	float:right !important;
	margin:30px 0 0 !important;
	padding:0 !important;
	list-style:none !important;
	white-space:nowrap;
	width:100%;
}
.letture_commenti li{
	width:auto !important;
	float:right !important;
	margin:0 0 0 15px !important;
	clear:none !important;
	border:0 !important;
}
.letture_commenti a{
	color:#B7B7B7 !important;
}
.letture_commenti a:hover{
	color:#9CA902 !important;
}
.label_commenti{
	background:url(images/ico_fumetto.png) 0 center no-repeat;
	padding:2px 0 2px 21px !important;
}
.label_condividi{
	background:url(images/ico_cond.png) 0 center no-repeat;
	padding:2px 0 2px 17px !important;
}
.label_letture{
	background:url(images/ico_lente.png) 0 center no-repeat;
	padding:2px 0 2px 17px !important;
}
.label_link{
	background:url(images/ico_link.png) 0 center no-repeat;
	padding:2px 0 2px 17px !important;
}
.label_like{
	background:url(images/ico_like.png) 0 center no-repeat;
	padding:2px 0 2px 17px !important;
}
.label_unlike{
	background:url(images/ico_unlike.png) 0 center no-repeat;
	padding:2px 0 2px 17px !important;
}
.letture_commenti li, article time{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:10px !important;
	color:#b7b7b7 !important;
	text-transform:uppercase;
}
span.label_unlike, span.label_like{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:10px !important;
	color:#b7b7b7 !important;
	text-transform:uppercase;
	float:right;
}
#foto_album .letture_commenti{
	width:100%;
}
article time, #theatre time{
	width:auto;
	float:left;
	white-space:nowrap;
	background:url(images/ico_ora.png) 0 center no-repeat;
	padding:0 0 0 15px;
}
a.like, a.unlike{
	float:left;
	color:#b7b7b7 !important;
	margin: 0 5px 0 0;
	cursor:pointer;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 12px;
}
a.like:hover, a.unlike:hover, a.like.active:hover, a.unlike.active:hover{
	text-decoration:underline !important;
}
a.like.active, a.unlike.active{
	color:#9CA902 !important;
}
span.bullet{
	content:"&bull;";
	float:left;
	margin:0 5px 0 0;
	font-size:9px;
	color:#b7b7b7;
	display:inline-block;
}
a#load_post{
	width:145px;
	height:23px;
	display:block;
	position:absolute;
	bottom:40px; 
	right:0;
}
div#annunci{
	width:100%;
	float:left;
	clear:left;
	margin:0;
}
#annunci h1{
	width:202px;
	float:left;
	clear:both;
	margin:8px 0 15px 0;
	padding:0 0 0 23px;
	background: url(images/ico_annunci_bianca.png) 0 center no-repeat;
    font-family: 'ArvoRegular';
	font-size:18px;
	color:#FFF;
	text-transform:uppercase;
}
#annunci h2{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	color:#FFF;
}
#annunci a{
	color:#FFF;
	text-decoration:none;
}
#annunci ul{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#annunci li{
	width:300px;
	float:left;
	margin:0 30px 0 0;
	padding:0 0 5px 0;
}
#annunci p{
	width:100%;
	float:left;
	margin:0 0 15px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#e3e7b4;
}
#annunci time, .box_bg_col time{
	color:#FFF;
	background:url(images/ico_ora_bianca.png) 0 center no-repeat;
}
#annunci .label_commenti, .box_bg_col .label_commenti{
    background: url("images/ico_fumetto_bianco.png") no-repeat scroll 0 center transparent;
	color:#FFF;
}
#annunci .label_letture, .box_bg_col .label_letture {
    background: url("images/ico_lente_bianca.png") no-repeat scroll 0 center transparent;
	color:#FFF;
}
div#dai_blog{
	width:100%;
	float:left;
	margin:0 0 40px 0;
	position:relative;	
}
#dai_blog h1{
	width:937px;
	float:left;
	clear:both;
	margin:0 0 15px 0;
	padding:0 0 0 23px;
	background:url(images/ico_vinix.png) 0 center no-repeat;
    font-family: 'ArvoRegular';
	font-size:18px;
	color:#1d1d1d;
	text-transform:uppercase;
}
div#label_area_blog{
	width:15px;
	height:64px;
	background:url(images/label_area_blog.png) 0 0 no-repeat;
	position:absolute;
	left:-6px;
	bottom:3px;
}
ul#tab_area_blog{
	width:603px;
	height:29px;
	float:left;
	clear:both;
	margin:-43px 0 20px 24px;
	padding:0 10px 0 321px;
	border-bottom:2px dotted #9ca902;
	list-style:none;
}
#tab_area_blog li{
	height:30px;
	float:left;
	margin:1px 5px 0 0;
	background-position:0 -30px;
	background-repeat:no-repeat;
	cursor:pointer;
}
#tab_area_blog li:hover, #tab_area_blog li.active{
	background-position:0 0;
}
li#tab_getRecenti{
	width:153px;
	background-image:url(images/tad_recenti.png);	
}
li#tab_getCommRece{
	width:247px;
	background-image:url(images/tab_comment_recente.png);
}
li#tab_getCommentati{
	width:188px;
	background-image:url(images/tab_piu_commentati.png);
}
ul#lista_post{
	width:945px;
	min-height:808px;
	float:left;
	margin:0;
	padding:0 0 0 13px;
	border-left:2px dotted #9ca902;
	list-style:none;
}
#lista_post li{
	width:455px;
	float:left;
	margin:0 30px 30px 0;
}
#lista_post h2{
	width:369px;
	float:left;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	color:#9ca902;
}
#lista_post a{
	color:#9ca902;
	text-decoration:none;
}
#lista_post .letture_commenti{
	clear:both;
}
div.box_bg_col{
	width:435px;
	float:left;
	padding:18px 15px;
	margin-bottom:40px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	background-position:right bottom;
	background-repeat:no-repeat;
	background-color:#9ca902;
}
div#box_degustazioni{
	background-image:url(images/bg_box_degu.png);
	margin-right:30px; 
}
div#box_recensioni{
	background-image:url(images/bg_box_rece.png);
}
.box_bg_col h1{
	width:345px;
	float:left;
    font-family: 'ArvoRegular';
	font-size:18px;
	color:#FFF;
	padding:0 0 0 23px;
	margin:0 0 10px 0;
	text-transform:uppercase;
}
#box_degustazioni h1{
	background:url(images/ico_gotto_bianco.png) 0 center no-repeat;
}
#box_recensioni h1{
	background:url(images/ico_gotto_bianco.png) 0 center no-repeat;
}
.box_bg_col ul{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
.box_bg_col li{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 30px 0;
	padding:0;
}
.box_bg_col li:last-child{
	margin:0;
}
.box_bg_col article{
	border-bottom:1px dotted #d7dd9a;
}
.box_bg_col .avatar{
	border: 3px solid #FFF;
}
.box_bg_col p{
	color:#e3e7b4;
}
.box_bg_col a{
	color:#FFF !important;
	text-decoration:none;
}
.box_bg_col .vedi_tutti{
	background: url("images/ico_piu_bianco.png") right center no-repeat;
}
.box_bg_col h2{
	width:290px;
	float:left;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	line-height:17px;
	color:#FFF;
}
div.voto_degu{
	width:32px;
	height:52px;
	float:right;
	padding:0 20px 0 0;
	background:url(images/bg_voto_degu.png) 0 0 no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:42px;
	color:#9ca902;
	text-align:right;
}
div.voto_rece{
	width:26px;
	height:40px;
	float:right;
	padding:12px 26px 0 0;
	background:url(images/bg_voto_rece.png) 0 0 no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	color:#9ca902;
	text-align:right;
	letter-spacing:-5px;
}
ul#vertrina_video{
	width:300px;
	float:left;
	clear:left;
	margin:0 30px 0 0;
	padding:0;
	list-style:none;
}
#vertrina_video li{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 20px 0;
	position:relative;
}
#vertrina_video article{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0 0 3px 0;
	border-bottom:1px dotted #c0c0c0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#9d9d9d;
}
#vertrina_video h2{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:3px 0 0 0;
}
#vertrina_video p{
	width:100%;
	float:left;
	margin:0 0 5px 0;
}
#vertrina_video a{
	color:#9ca902;
	text-decoration:none;
	position:relative;
}
.anteprima_video{
	float:left;
	border:3px solid #9ca902;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
}
.play{
	position:absolute;
	top:50%;
	left:50%;
	margin:-27px 0 0 -27px;
	z-index:1;
	opacity:0.75;
	filter:alpha(opacity=75);
	-moz-transition:opacity 0.5s;
	-webkit-transition:opacity 0.5s;
	-o-transition:opacity 0.5s;
	transition:opacity 0.5s;
}
.play:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
div#foto_video{
	width:630px;
	float:left;
}
#foto_video h1{
	width:607px;
	float:left;
    font-family: 'ArvoRegular';
	font-size:18px;
	color:#1d1d1d;
	text-transform:uppercase;
	padding:0 0 0 23px;
	margin:0;
	background:url(images/ico_gotto.png) 0 center no-repeat;
}
ul#tab_video_foto{
	width:325px;
	height:30px;
	float:left;
	border-bottom:2px dotted #9ca902;
	list-style:none;
	margin:-30px 0 10px 0;
	padding:0 0 0 305px;
}
#tab_video_foto li{
	width:153px;
	height:30px;
	float:left;
	margin:2px 5px 0 0;
	background-position:0 -30px;
	background-repeat:no-repeat;
	cursor:pointer;
}
#tab_video_foto li:hover, #tab_video_foto li.active{
	background-position:0 0;
}
li#tab_getVideo{
	background-image:url(images/tab_video.png);	
}
li#tab_getFoto{
	background-image:url(images/tab_foto.png);
}
ul#lista_multimedia{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#lista_multimedia li{
	width:300px;
	float:left;
	margin:0 30px 30px 0;
}
article.article_multimedia{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0 0 3px 0;
	border-bottom:1px dotted #c0c0c0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#9d9d9d;
}
#lista_multimedia h2{
	width:200px;
	float:left;
	margin:0;
	padding:3px 0 0 0;
}
#lista_multimedia p{
	width:200px;
	float:left;
	margin:0 0 5px 0;
}
#lista_multimedia a{
	color:#9ca902;
	text-decoration:none;
}
div#aggiungi_item{
	width:203px;
	float:left;
}
div#statistiche_item{
	width:100%;
	float:left;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#aaaaaa;
	text-transform:uppercase;
	padding:3px 0;
	margin:5px 0 10px 0;
}
.ghost{
	background-color:#eeeeee;
	filter=progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	filter:alpha(opacity=30);
	opacity:0.30;
	-moz-opacity:0.30;
}
.statistiche{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9d9d9d;
	text-transform:uppercase;
}
.statistiche h3{
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#9ca902;
	text-transform:none;
}
.statistiche a{
	color:#9ca902;
	text-decoration:none;
}
ul#nav_menu, ul#nav_menu1, ul#nav_menu2, ul#nav_menu3{
	width:100%;
	float:left;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}
#nav_menu li, #nav_menu1 li, #nav_menu2 li, #nav_menu3 li{
	width:131px;
	height:23px;
	float:left;
	margin:0 6px 0 0;
	cursor:pointer;
}
#nav_menu a, #nav_menu1 a, #nav_menu2 a, #nav_menu3 a{
	width:auto;
	height:19px;
	padding:4px 5px 0;
	background-image:url(images/bg_puls_tabs.png);
	background-position:0 0;
	background-repeat: no-repeat;
	color:#FFF !important;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	display:block;
}
#nav_menu a:hover, #nav_menu1 a:hover, #nav_menu2 a:hover, #nav_menu3 a:hover, #nav_menu a.active, #nav_menu1 a.active, #nav_menu2 a.active, #nav_menu3 a.active{
	background-position:0 -23px;
}
/* TAGS *********************************************************************************************************************************/
ul#tab_area_tags{
	width:100%;
	height:28px;
	float:left;
	clear:both;
	margin:0 0 20px 0;
	padding:0;
	border-bottom:2px dotted #9ca902;
	list-style:none;
}
#tab_area_tags li{
width: auto;
    height: 30px;
    float: right;
    margin: -2px 10px 0 0;
    padding: 0 20px;
    border: 2px dotted #5b5b5b;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #5b5b5b;
    text-align: center;
    cursor: pointer;
}
#tab_area_tags a{
	width:100%;
	height:100%;
	text-align:center;
	float:left;
	color:#5b5b5b;
}
#tab_area_tags li:hover, #tab_area_tags li.ui-state-active, #tab_area_tags li.active{
    border: 2px dotted #9ca902;
	border-bottom:0;
	background:#9ca902;
}
#tab_area_tags li:hover, #tab_area_tags li.active, #tab_area_tags li.ui-state-active, #tab_area_tags li.ui-state-active a, #tab_area_tags li:hover a, #tab_area_tags li.active a, #tab_area_tags li.tabs-selected, #tab_area_tags li.tabs-selected a{
	background:#9ca902;
	color:#FFF !important;
}
.tag_cloud{ 
	color: #5b5b5b !important;
	position:relative;
}
.tag_cloud:visited{ 
	color: #9CA902 !important; 
}
.tag_cloud:hover{
	text-decoration:underline !important;
}
.my_cloud{
	white-space:nowrap;
}
.my_cloud span{
	width:13px;
	height:13px;
	margin:auto 0;
	cursor:pointer;
	display:inline-table;
	visibility:hidden;
	background:url(images/ico_elimina_verde.png) 0 0 no-repeat;
	position:relative;
	z-index:1;
}
h2.titolo_sezione_tags{
	width:945px;
	float:left;
	clear:both;
	margin:30px 0 10px 0;
	padding:0 0 0 15px;
	text-align:left;
	font-family:"ArvoRegular";
	font-size:14px;
	color:#5b5b5b;
	text-transform:uppercase;
	background:url(images/ico_tags_grey.png) 0 center no-repeat;
}
/* STATS ********************************************************************************************************************************/
ul#lista_stats{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#lista_stats li{
	width:266px;
	float:left;
}
div#box_statistiche{
	width:337px;
	float:left;
	clear:both;
	margin:0 0 30px 0;
	padding:0 15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px 15px 15px 15px;
	background:#52410f url(images/bg_box_annunci.png) right bottom no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-transform:uppercase;
}
#box_statistiche h2{
	width:314px;
	float:left;
	clear:both;
	margin:15px 0 0 0;
	padding:0 0 0 23px;
	background:url(images/ico_stats_white.png) 0 center no-repeat;
	font-family:"ArvoRegular";
	font-size:18px;
}
div.interno_box_stats{
	width:100%;
	float:left;
	padding:10px 0;
	border-bottom:1px dotted #bab39f;
}
.interno_box_stats a{
	color:#FFF !important;
}
.interno_box_stats a:hover{
	color:#9CA902 !important;
}
ul.lista_parole{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 30px 0;
	padding:0;
	list-style:none;
}
.lista_parole li{
	width:100%;
	float:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
}
div.rowElem{
	width:50%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	position:relative;
}
div.rowElem .sod_select{
	margin-bottom:15px;
}
ul.lista_stats {
	float:left; 
	clear:both; 
	list-style:none; 
	padding:0; 
	margin:10px 0 50px;
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#5b5b5b;
}

ul.lista_stats li {
	float:left; 
	width:340px; 
	margin: 8px 10px 0 0;
}

/* PROFILO ******************************************************************************************************************************/
div#header_profilo{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 20px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#a8a8a8;
	position:relative;
}
#header_profilo h1{
	width:870px;
	float:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:28px;
	color:#b0bb3b;
	margin:0 0 5px 0;
}
ul#dettagli_profilo{
	width:180px;
	float:right;
	margin:0 28px 0 18px;
	min-height:340px;
	padding:15px 0;
	border-top:1px dotted #c0c0c0;
	border-bottom:1px dotted #c0c0c0;
	list-style:none;
}
#dettagli_profilo li{
	width:160px;
	float:left;
	clear:both;
	padding:0 0 0 18px;
	background-position:0 3px;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	color:#9d9d9d;
	text-transform:uppercase; 
}
.dett_profilo_contatti{
	background-image:url(images/ico_amici_grey.png);
}
.dett_profilo_annunci{
	background-image:url(images/ico_annunci_grigia.png);
}
.dett_profilo_foto{
	background-image:url(images/ico_foto_g.png);
	background-position:0 4px !important;
}
.dett_profilo_degustazioni{
	background-image:url(images/ico_gotto_g.png);
}
.dett_profilo_recensioni{
	background-image:url(images/ico_ristoranti_g.png);
}
.dett_profilo_video{
	background-image:url(images/ico_video_g.png);
}
.dett_profilo_blog{
	background-image:url(images/ico_blog_grey.png);
}
.dett_profilo_indirizzo{
	background-image:url(images/ico_dove_grey.png)
}
.dett_profilo_professione{
	background-image:url(images/ico_ora.png);
}
.dett_profilo_pi{
	background-image:url(images/ico_euro_grey.png);
}
.dett_profilo_telefono{
	background-image:url(images/ico_telefono_grey.png);
}
.dett_profilo_email{
	background-image:url(images/ico_email_grey.png);
}
.dett_profilo_web{
	background-image:url(images/ico_sito_grey.png);
}
.dett_profilo_stats{
	background-image:url(images/ico_stats_grey.png);
}
.dett_profilo_qr{
	background-image:url(images/ico_qr.png);
	background-size:11px;
}
ul#tastoni_laterali{
	width:203px;
	min-height:245px;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
#tastoni_laterali li{
	float:left;
	margin:0 0 6px 0;
}
div#visite_container{
	width:203px;
	height:84px;
	background-repeat:no-repeat;
	background-position:0 0;
	margin:0 0 6px 0;
}
span#n_visite{
	padding:0 0 0 50px;
	background:url(images/ico_visite.png) 0 center no-repeat;
	font-family:"ArvoBold";
	font-size:25px;
	color:#FFF;
	text-shadow: 0px -1px 1px #666;
}
span#data_visite{
	float:left;
	white-space:nowrap;
	margin:0 0 0 103px;
	font-family:"ArvoRegular";
	font-size:19px;
	color:#FFF;
	text-shadow: 0px -1px 1px #666;
	letter-spacing: -1px;
}
div.box_verde{
	width:297px;
	min-height:70px;
	float:left;
	clear:both;
	margin:20px 0;
	padding:15px;
	background-color:#52410f;
	background-position:right bottom;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-transform:uppercase;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
}
#box_blogger{
	background-image:url(images/bg_box_verde_blogger.png);
}
#box_valutazione_recensioni{
	background:url(images/bg_box_verde_recensioni.png);
	margin:10px 20px 10px 0;
	height:111px;
	font-size:13px;
	line-height:16px;
	color:#b0bb39;
}
#box_valutazione_degustazioni{
	background:#534004 url(images/bg_box_verde_degustazioni.png) 0 center no-repeat;
	margin:10px 20px 10px 0;
	min-height:81px;
	font-size:13px;
	line-height:20px;
	color:#b0bb39;
}
div#descrizione{
	width:630px;
	float:left;
	clear:left;
	margin:0 0 40px 0;
	padding:0 0 45px 0;
	overflow:hidden;
	border-bottom:1px dotted #c0c0c0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	line-height:24px;
	color:#5b5b5b;
	position:relative;
}
#descrizione a, #curriculum a{
	color:#B0BB3B;
	text-decoration:none;
}
a.leggi_tutto{
	position:absolute;
	right:0;
	bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	padding:0 15px 0 0;
	background:url(images/ico_piu_verde.png) right center no-repeat;
	cursor:pointer;
}
div#curriculum{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 40px 0;
	overflow:hidden;
	border-bottom:1px dotted #c0c0c0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	line-height:20px;
	color:#9d9d9d;
	position:relative;
}
#curriculum h1{
	width:935px;
	float:left;
	clear:both;
	margin:0 0 5px 0;
	padding:0 0 0 25px;
	font-family:"ArvoRegular";
	font-size:18px;
	color:#3e3e3d;
	text-transform:uppercase;
	background:url(images/ico_currculum_verde.png) 0 center no-repeat;
}
div#box_tweet{
	width:730px;
	float:left;
	clear:left;
	margin:0 28px 0 0;
}
#box_tweet h1{
	width:705px;
	float:left;
	clear:both;
	margin:0 0 5px 0;
	padding:0 0 0 25px;
	background:url(images/ico_tweet_verde.png) 0 center no-repeat;
	font-family:"ArvoRegular";
	font-size:18px;
	color:#3e3e3d;
	text-transform:uppercase;
}
#box_tweet p{
	width:100%;
	float:left;
	clear:both;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#717171;
}
ul#lista_tweet{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#lista_tweet li{
	width:355px;
	float:left;
	margin:0 20px 20px 0;
}
div.testo_tweet{
	width:100%;
	float:left;
	clear:both;
	margin:10px 0 5px 0;
	padding:16px 50px 15px 55px;
	border-bottom:1px dotted #c0c0c0;
	font-family:"Georgia", "Times New Roman", "Times", "serif";
	font-size:14px;
	color:#717171;
	font-style:italic;
	line-height:19px;
	background:url(images/bg_virg_up_tweet.png) left top no-repeat, url(images/bg_virg_down_tweet.png) right bottom no-repeat;
}
.testo_tweet a{
	color:#b0bb3b;
}
span.by_twitter{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b7b7b7;
	text-transform:uppercase;
	margin:0 0 0 35px;
	padding:0 0 0 15px;
	background:url(images/ico_tweet_grey.png) left center no-repeat;
	white-space:nowrap;
}
#lista_tweet time{
	float:right;
}
div#box_qrcode{
	width:202px;
	float:left;
	margin:0 0 70px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#7a7a7a;
	text-transform:uppercase;
}
#box_qrcode h1{
	width:177px;
	float:left;
	clear:both;
	margin:0 0 10px 0;
	padding:0 0 0 25px;
	background:url(images/ico_qr_verde.png) 0 center no-repeat;
	font-family:"ArvoRegular";
	font-size:18px;
	color:#3e3e3d;
	text-transform:uppercase;
}
#box_qrcode a{
	color:#9ca902;
	text-decoration:none;
}
section#vetrina_profilo{
	width:100%;
	float:left;
	clear:both;
	padding:45px 0 0 0;
}
#vetrina_profilo h1{
	width:275px;
	float:left;
	margin:0 0 10px 0;
	padding:0 0 0 25px;
	background-position:0 center;
	background-repeat:no-repeat;
	font-family:"ArvoRegular";
	font-size:18px;
	color:#3e3e3d;
	text-transform:uppercase;
}
.container_lista {
	width:300px;
	float:left;
	margin:0 30px 70px 0;
	position:relative;
}
#container_lista_gruppi{
	color: #B4B4B4;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}
#vetrina_profilo ul{
	width:300px;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#vetrina_profilo li{
	width:100%;
	float:left;
	margin:0 0 30px 0;
}
#vetrina_profilo h2{
	width:100%;
	float:left;
	margin:0 0 15px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	color:#9ca902;
	font-weight:bold;
}
#vetrina_profilo a{
	color:#9ca902;
	text-decoration:none;
}
#vetrina_profilo time{
	float:left;
	white-space:nowrap;
	clear:right;
	padding:0 0 0 15px;
	background:url(images/ico_ora.png) 0 center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9d9d9d;
}
#vetrina_profilo p{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#B7B7B7;
	float:left;
	clear:left;
	}
#vetrina_profilo a.tutti{
	position:absolute;
	right:0;
	bottom:0;
	white-space:nowrap;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9ca902;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 15px 0 0;
	background:url(images/ico_piu_verde.png) right center no-repeat;
}
#vetrina_profilo ul.lista_foto_vetrina_profilo{
	margin:-5px 0 0 0;
}
#vetrina_profilo ul.lista_foto_vetrina_profilo li{
	width:auto;
	clear:none;
	margin:0 15px 0 0;
	border:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/* ANNUNCI/VINI/RISTORANTI **************************************************************************************************************/
article#annuncio_vetrina, article#foto_vetrina{
	width:730px;
	min-height:290px;
	float:left;
	clear:left;
	margin:0 27px 30px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#5B5B5B;
	border-bottom:1px dotted #c0c0c0;
	overflow:hidden;
	position:relative;
}
article#foto_vetrina{
	border:none;
}
div#img_annuncio_vetrina{
	width:173px;
	height:172px;
	float:left;
	clear:left;
	margin:5px 13px 0 0;
	border:3px solid #b0bb3b;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
}
div#img_foto_vetrina{
	width:342px;
	height:225px;
	float:left;
	clear:left;
	margin:5px 30px 0 0;
	border:3px solid #b0bb3b;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	position:relative;
}
#foto_vetrina h2{
	width:352px;
	float:left;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:26px;
	color:#b0bb3b;
}
#annuncio_vetrina h2{
	width:536px;
	float:left;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:26px;
	line-height:32px;
	color:#b0bb3b;
}
ul.dati_annuncio{
	width:533px;
	float:left;
	padding:0 0 0 3px;
	margin:5px 0 3px 0;
	list-style:none;
	font-size:10px;
	text-transform:uppercase;
}
.dati_annuncio li{
	width:160px;
	float:left;
	padding:0 0 0 16px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	color: #A8A8A8 !important;
}
.data_annuncio time, .scadenza_annuncio time, .scadenza_annuncio_g time, .scadenza_annuncio_b time, .data_annuncio_b time{
	background:none !important;
	float:none !important;
	font-size:10px !important;
	padding:0 !important;
}
.tipo_annuncio{
	background:url(images/ico_annunci_bi.png) 0 center no-repeat;
}
.tipo_annuncio_bb{
	background:url(images/ico_annunci_bb.png) 0 center no-repeat;
}
.categoria_annuncio{
	background:url(images/ico_categoria.png) 0 center no-repeat;
}
.prezzo_annuncio{
	background:url(images/ico_euro.png) 0 center no-repeat;
}
.data_annuncio{
	background:url(images/ico_ora.png) 0 center no-repeat;
	color:#a8a8a8 !important;
}
.data_annuncio_b{
	background:url(images/ico_ora_bianca.png) 0 center no-repeat;
	color:#FFF !important;
}
.scadenza_annuncio{
	background:url(images/ico_drin.png) 0 center no-repeat;
	color:#a8a8a8 !important;
}
.scadenza_annuncio_g{
	background:url(images/ico_drin_grigio.png) 0 center no-repeat;
	color:#a8a8a8 !important;
}
.scadenza_annuncio_b{
	background:url(images/ico_drin_bianco.png) 0 center no-repeat;
	color:#FFF !important;
}
.dove{
	background:url(images/ico_dove.png) 0 3px no-repeat;
}
.denominazione{
	background:url(images/ico_denominazione.png) 0 3px no-repeat;
}
.tipo_vino{
	background:url(images/ico_tipologia.png) 0 2px no-repeat;
}
.vitigni{
	background:url(images/ico_vitigno.png) 0 2px no-repeat;
}
.valutazione{
	background:url(images/ico_valutazione_vino.png) 0 2px no-repeat;
}
.alcool{
	background:url(images/ico_alcool_grey.png) left center no-repeat;
}
.stile_birra{
	background:url(images/ico_birre_tipi.png) left center no-repeat;
}
.tipo_fermentazione{
	background:url(images/ico_birre_fermentazione.png) left center no-repeat;
}
.confezione{
	background:url(images/ico_birre_spina.png) left center no-repeat;
}
.disponibilita{
	background:url(images/ico_disponibilita_grey.png) left center no-repeat;
}
#annuncio_vetrina p{
	width:536px;
	float:left;
	margin:8px 0 30px 0;
	font-size:14px;
	color:#5b5b5b;
	line-height:21px;
}
ul#lista_foto_vetrina{
	width:348px;
	float:left;
	margin:0;
	padding:15px 0 20px 0;
	list-style:none;
}
#lista_foto_vetrina li{
	float:left;
	margin:0 14px 0 0;
}
.altre_foto{
	width:65px;
	height:65px;
	float:left;
	background:#b0bb3b;
	padding:5px 0 0 5px;
	font-size:14px;
	color:#FFF !important;
	text-decoration:none;
	line-height:16px;
}
div.tags_annuncio{
	width:520px;
	float:left;
	background:url(images/ico_tags.png) 0 3px no-repeat;
	padding:0 0 0 16px;
	font-size:11px;
	color:#a4a4a4;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.tags_annuncio a{
	color:#a4a4a4 !important;
	text-decoration:none;
}
h1.annuncio_classic, h1.vini_classic, h1.birre_classic, h1.ristoranti_classic, h1.foto_classic, h1.video_classic, h1.blog_classic{
	width:96% !important;
	float:left;
	clear:both;
    margin: 0 0 24px;
    padding: 0 0 0 25px;
    font-family: 'ArvoRegular';
    font-size: 18px;
    text-transform: uppercase;
	color:#404040;
}
h1.annuncio_classic{
	background:url(images/ico_annunci_green.png) 0 center no-repeat;
}
h1.vini_classic{
	background:url(images/ico_vini_green.png) 0 center no-repeat;
}
h1.birre_classic{
	background:url(images/ico_birre_green.png) 0 center no-repeat;
}
h1.ristoranti_classic{
	background:url(images/ico_ristoranti_green.png) 0 center no-repeat;
}
h1.foto_classic{
	background:url(images/ico_foto_green.png) 0 center no-repeat;
}
h1.video_classic{
	background:url(images/ico_video_green.png) 0 center no-repeat;
}
h1.blog_classic{
	background:url(images/ico_blog_green.png) 0 center no-repeat;
}
ul#annunci_evidenza{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#b4b4b4;
}
#annunci_evidenza li{
	width:465px;
	float:left;
	margin:0 30px 35px 0;
}
#annunci_evidenza article{
	width:100%;
	float:left;
	clear:both;
	margin:0;
}
#annunci_evidenza h2{
	width:375px;
	float:left;
	margin:0;
    font-family: 'ArvoRegular';
    font-size: 22px;
	color:#9aa800;
}
#annunci_evidenza a{
	color:#9aa800;
	text-decoration:none;
}
#annunci_evidenza p{
	width:100%;
	float:left;
	clear:both;
	color:#5b5b5b;
	line-height:16px;
}
#annunci_evidenza .tags_annuncio{
	width:449px;
}
ul.dati_annuncio_evidenza{
	width:462px;
	float:left;
	clear:both;
	margin:0;
	padding:0 0 0 3px;
	list-style:none;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9d9d9d;
	text-transform:uppercase;
	line-height:17px;
}
.dati_annuncio_evidenza li{
	width:212px !important;
	clear:none !important;
	padding:0 0 0 15px;
	margin:0 !important;
}
section.verde_scuro{
	width:100%;
	padding:15px;
	background-color:#52410f;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#dadf9c;
	margin:15px 0 40px;
}
.bg_annunci_scadenza{
	background-image:url(images/bg_annunci_verde.png);
	background-position:750px center;
	background-repeat:no-repeat;
}
.bg_annunci_scadenza h1{
	background:url(images/ico_annunci_bianca.png) left center no-repeat;
}
.bg_top_blogger{
	background-image:url(images/bg_blog_top_poster.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.bg_top_blogger h1{
	background:url(images/ico_blog_white.png) left center no-repeat;
}
.verde_scuro h1{
	width:908px;
	float:left;
	clear:both;
	margin:0 0 10px 0;
	padding:0 0 0 22px;
    font-family: 'ArvoRegular';
	font-size:18px;
	color:#FFF;
	text-transform:uppercase;
}
.verde_scuro ul{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
.verde_scuro li{
	width:297px;
	float:left;
	margin:0 18px 0 0;
}
#lista_top_poster li{
	width:450px;
	margin:0 18px 30px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #867a57;
}
ul.dati_annuncio_v{
	width:100%;
	float:left;
	clear:both;
	padding:0;
	margin:0 0 3px 0;
	list-style:none;
	font-size:10px;
	text-transform:uppercase;
}
.dati_annuncio_v li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:130px;
	float:left;
	padding:0 0 0 16px;
	line-height:16px;
	margin:0;
}
.dati_annuncio_v time{
	color:#FFF !important;
}
.verde_scuro h2, .box_verde h2{
	width:100%;
	float:left;
	clear:both;
	font-size:15px;
	margin:0;
}
.verde_scuro a{
	color:#FFF;
	text-decoration:none;
}
.verde_scuro p{
	width:100%;
	float:left;
	clear:both;
	margin:8px 0 20px 0;
}
.verde_scuro .label_commenti{
	background:url(images/ico_fumetto_bianco.png) 0 center no-repeat;
	color:#FFF;
}
.verde_scuro .label_letture{
	background:url(images/ico_lente_bianca.png) 0 center no-repeat;
	color:#FFF;
}
.verde_scuro .label_post{
	background:url(images/ico_blog_b.png) 0 center no-repeat;
	color:#FFF;
	padding:2px 0 2px 17px !important;

}
.verde_scuro .label_rss{
	background:url(images/ico_feed_b.png) 0 center no-repeat;
	padding:2px 0 2px 17px !important;
	color:#FFF;
}
.verde_scuro .label_top_poster{
	width:205px !important;
	float:left !important;
	margin:0 !important;
}
ul#testata_verde{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 7px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #5f501e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
}
#testata_verde li{
	width:160px;
	float:left;
	margin:0 10px 0 0;
	padding:0 0 0 12px;
	background-position:0 center;
	background-repeat:no-repeat;
}
.tipo_vino_b{
	background-image:url(images/ico_tipologia_b.png);
}
.dove_b{
	background-image:url(images/ico_dove_b.png);
}
.denominazione_b{
	background-image:url(images/ico_denominazione_b.png);
}
.prezzo_annuncio_b{
	background-image:url(images/ico_euro_b.png);
}
.valutazione_b{
	background-image:url(images/ico_valutazione_vino_b.png);
}
ul#lista_verde{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0 0 8px 0;
	border-bottom:1px solid #5f501e;
}
#lista_verde li{
	width:172px;
	min-height:160px;
	float:left;
	margin:0 10px 0 0;
	border-right:1px dotted #867a57;
}
span.del_filter{
	width:auto;
	min-height:9px;
	background:url(images/ico_del_b.png) left center no-repeat;
	margin:2px 0 0 15px;
	padding:0 0 0 15px;
	display:inline-block;
	cursor:pointer;
	top:1px;
	position:relative;
	font-size:11px;
	color:#FFF;
	white-space:nowrap;
}
span.item_verde{
	width:100%;
	float:left;
	clear:both;
	font-size:11px;
	text-transform:uppercase;
}
.item_verde a{
	color:#e3e7b4;
}
.item_verde ul{
	display:none;
}
.item_verde li{
	border:0 !important;
}
.item_verde h3{
	width:160px;
	float:left;
	clear:both;
	margin:0;
	padding:0 0 0 12px;
	background:url(images/ico_freccia_dx_v.png) 0 center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.item_verde h3 a{
	color:#FFF !important;
}
div#footer_verde{
	width:100%;
	float:left;
	clear:both;
	padding:8px 0 0 0;
}
ul#lista_risultati{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#lista_risultati li{
	width:305px;
	float:left;
	margin:0 20px 60px 0 !important;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#b4b4b4;
}
#lista_risultati article{
	width:100%;
	float:left;
	padding:0 0 10px 0;
}
.valutazione_ris{
	font-family:Arial, "Lucida Grande", sans-serif;
	font-size:10px;
	color:#CCCCCC;
	font-weight:normal;
}
#lista_risultati h2{
	width:219px;
	float:left;
	margin:3px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	color:#9ca902;
}
#lista_risultati h2 a, #lista_risultati h3 a{
	color:#9ca902;
	text-decoration:none;
}
#lista_risultati h3{
	width:100%;
	float:left;
	margin:3px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	color:#9ca902;
}
#lista_risultati p{
	width:219px;
	float:left;
	margin:0 0 20px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#717171;
	line-height:18px;
}
#lista_risultati a{
	color:#717171;
	text-decoration:none;
}
ul#lista_annunci_spalla{
	width:170px;
	float:left;
	clear:left;
	padding:0 25px 0 0;
	margin:0 25px 0 0;
	border-right:1px dotted #eaeaea;
	list-style:none;
}
#lista_annunci_spalla li{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 28px 0;
}
li.titolo_sezione_annunci, .titolo_sezione_vini, .titolo_sezione_birre, .titolo_sezione_ristoranti, .titolo_sezione_foto, .titolo_sezione_blog{
	margin:0 !important;
}
.titolo_sezione_annunci h2, .titolo_sezione_annuncio h2, .titolo_sezione_birre h2, .titolo_sezione_vini h2, .titolo_sezione_degustazione h2, .titolo_sezione_ristoranti h2, .titolo_sezione_recensione h2, 
.titolo_sezione_foto h2, .titolo_sezione_blog h2, .titolo_sezione_post h2, #spalla_rubrica h2, .titolo_sezione_relazioni h2, h2.titolo_sezione_stats, .titolo_sezione_video h2, .titolo_sezione_commenti h2{
	width:155px;
	float:left;
	margin:0 0 10px 0;
	padding:0 0 0 15px;
    font-family: 'ArvoRegular' !important;
	font-size:14px;
	color:#5b5b5b !important;
	text-transform:uppercase;
}
.titolo_sezione_annunci h2, .titolo_sezione_annuncio h2{
	background:url(images/ico_annunci_grigia.png) 0 center no-repeat;
}
.titolo_sezione_vini h2, .titolo_sezione_degustazione h2{
	background:url(images/ico_gotto_g.png) 0 center no-repeat;
}
.titolo_sezione_ristoranti h2, .titolo_sezione_recensione h2{
	background:url(images/ico_ristoranti_g.png) 0 center no-repeat;
}
.titolo_sezione_birre h2{
	background:url(images/ico_birre_g.png) 0 center no-repeat;
}
.titolo_sezione_foto h2{
	background:url(images/ico_foto_g.png) 0 center no-repeat;
}
.titolo_sezione_blog h2, .titolo_sezione_post h2{
	background:url(images/ico_blog_grey.png) 0 center no-repeat;
}
.titolo_sezione_relazioni h2{
	background:url(images/ico_amici_grey.png) 0 center no-repeat;
}
h2.titolo_sezione_stats{
	background:url(images/ico_stats_grey.png) 0 center no-repeat;
}
.titolo_sezione_commenti h2{
	background:url(images/ico_commenti_grey.png) 0 center no-repeat;
}
.titolo_sezione_video h2{
	background:url(images/ico_video_g.png) 0 center no-repeat;
}
ul.dati_annuncio_g{
	width:100%;
	float:left;
	clear:both;
	margin:5px 0 0 0 !important;
	padding:0;
	list-style:none;
}
.dati_annuncio_g li{
	width:50px !important;
	clear:none !important;
	padding:0 0 0 15px !important;
	margin:0 !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:10px !important;
	color:#aaaaaa;
	border:0 !important;
	float:left;
}
#lista_annunci_spalla h3, #ultimi_contenuti h3{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 5px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	font-weight:bold;
	word-wrap: break-word;
}
#lista_annunci_spalla h3 a, #ultimi_contenuti h3 a{
	color:#9ca902;
	text-decoration:none;
}
li.con_bordo, #altri_annunci li, #ultimi_contenuti li{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#b4b4b4;
}
.con_bordo a, #altri_annunci a{
	color:#717171;
	text-decoration:none;
}
div.text_top_poster{
	width:104px;
	float:left;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
}
span.tipo_top_poster{
	width:100%;
	float:left;
	clear:both;
	font-size:12px;
	color:#9d9d9d;
}
span.n_annunci{
	width:100%;
	float:left;
	clear:both;
	font-size:10px;
	color:#5b5b5b;
	text-transform:uppercase;
	word-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
}
span.n_foto_album{
	padding:0 0 0 12px;
	background:url(images/ico_foto_gc.png) 0 center no-repeat;
	text-transform:uppercase;
}
div#altri_annunci_container{
	width:738px;
	float:left;
	position:relative;
	padding-bottom:40px;
}
ul#altri_annunci{
	width:739px;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#altri_annunci li{
	width:230px;
	float:left;
	margin:0 23px 30px 0;
}
#altri_annunci h3{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	font-size:15px;
}
#altri_annunci h3 a{
	color:#9ca902;
}
#altri_annunci p{
	width:100%;
	float:left;
	margin:4px 0 8px 0;
	color:#5b5b5b;
	line-height:16px;
}
div#tags{
	width:739px;
	float:left;
	margin:0 0 50px 0;
}
ul#tab_tag{
	width:719px;
	height:28px;
	float:left;
	clear:both;
	border-bottom:2px dotted #9eaa00;
	margin:-24px 0 12px 0;
	padding:0 20px 0 0;
	list-style:none;
}
#tab_tag li{
	height:30px;
	float:right;
	margin:0 0 0 5px;
	background-position:0 -30px;
	background-repeat:no-repeat;
	cursor:pointer;
}
#tab_tag li:hover, #tab_tag li.active{
	background-position:0 0;
}
#tab_getGeografici{
	width:153px;
	background-image:url(images/tab_geografici.png);
}
#tab_getProduttori{
	width:223px;
	background-image:url(images/tab_produttori.png);
}
#tab_getGenerali{
	width:188px;
	background-image:url(images/tab_generali.png);
}
ul#tag_container{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#tag_container li{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#5b5b5b;
	text-align:center;
}
#tag_container a{
	color:#5b5b5b;
	text-decoration:none;
}
div.quadro_verde{
	width:70px;
	height:70px;
	position:absolute;
	top:200px;
	left:103px;
}
ul#vetrina_commenti{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#vetrina_commenti li{
	width:354px;
	float:left;
	margin:0 30px 0 0;
}
div.commento_vetrina{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 10px 0;
	padding:15px 0;
	background:url(images/bg_virg_up.png) left top no-repeat, 
			   url(images/bg_virg_down.png) right bottom no-repeat;
    font-family: 'ArvoRegular';
	font-size:18px;
	color:#5b5b5b;
	line-height:28px;
}
div.dati_commenti_v{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#b4b4b4;
}
.dati_commenti_v a{
	color:#717171;
	text-decoration:none;
}
.dati_commenti_v time{
	width:100%;
}
.dati_commenti_v h3{
	width:100%;
	float:left;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	color:#9ca902;
}
.dati_commenti_v h3 a{
	color:#9ca902;
	text-decoration:none;
}
article.blog_list{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	border-bottom:1px dotted #c0c0c0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	color:#5b5b5b;
}
.blog_list time{
	width:470px;
}
.blog_list h2{
	width:485px;
	float:left;
	margin:0 0 5px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:26px;
	color:#b0bb3b;
}
ul.tabellina_blog_list{
	width:485px;
	float:left;
	margin:18px 0 20px 0;
	padding:0;
	list-style:none;
	font-family:Arial, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	color:#a4a4a4;
}
.tabellina_blog_list li{
	width:468px !important;
	float:left;
	clear:left;
	margin:0 !important;	
	padding:2px 0 2px 17px !important;
	background-position:3px 3px !important;
	background-repeat:no-repeat;
}
.tabellina_blog_list li a{
	color:#a4a4a4 !important;
}
.label_rss{
	background-image:url(images/ico_feed_grey.png);
}
.tags_annuncio_grey{
	background-image:url(images/ico_tags.png);
}
.blog_list p{
	width:100%;
	float:left;
	clear:both;
	margin:15px 0 0px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	line-height:22px;
	color:#5b5b5b;
}
div#paginazione{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 30px 0;
	position:relative;
}
#paginazione a{
	color:#b0bb3b;
	text-decoration:none;
}
div#pag_successivo{
	float:right;
	white-space:nowrap;
	margin:0;
	padding:0 12px 0 0;
	background:url(images/freccina_verde_dx.png) right 5px no-repeat;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#b0bb3b;
	font-weight:bold;
}
div#pag_precedente{
	float:left;
	white-space:nowrap;
	margin:0;
	padding:0 0 0 12px;
	background:url(images/freccina_verde_sx.png) left 6px no-repeat;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#b0bb3b;
	font-weight:bold;
}
ul#tabellina_blog{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 20px 0;
	padding:5px 0 0 0;
	list-style:none;
}
#tabellina_blog li{
	width:320px;
	float:left;
	margin:0;
	padding:0 0 0 15px;
	background-position:left center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9d9d9d;
	text-transform:uppercase;
}
.label_rss_green{
	background-image:url(images/ico_feed_verde.png);
}
.label_pdf{
	background-image:url(images/ico_pdf_verde.png);
}
.label_traduzione{
	background-image:url(images/ico_traduzione_verde_piccola.png);
}
.label_indirizzo{
	background:url(images/ico_dove_verde.png);
}
.label_telefono{
	background:url(images/ico_telefono_verde.png);
}
.label_fax{
	background:url(images/ico_fax_verde.png);
}
.label_email{
	background:url(images/ico_email.png);
}
.label_sito{
	background:url(images/ico_sito_green.png);
}
.label_prezzo{
	background:url(images/ico_euro_verde.png);
}
.label_contenuto{
	background:url(images/ico_contenuto.png);
}
.label_shop{
	background:url(images/ico_shop_pic_green.png);
}
.label_gruppo{
	background:url(images/ico_gruppi_pic_green.png);
}
#tabellina_blog a{
	color:#9d9d9d;
	text-decoration:none;
}
#tabellina_blog a:hover{
	color:#9CA902;
}
ul#nav_post{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
#nav_post li{
	width:auto;
	float:right;
	margin:0;
	padding:5px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c6c6c6;
	text-transform:uppercase;
}
#nav_post a{
	color:#9CA902;
	text-decoration:none;
}
.post_successivo{
	background:url(images/freccina_verde_dx.png) right center no-repeat;
	text-align:right;
	border-left:1px solid #b0bb3b;
	margin:0 0 0 10px !important;
}
.home_blog{
	background:url(images/freccina_verde_up.png) right center no-repeat;
	text-align:center;
}
.post_precedente{
	background:url(images/freccina_verde_sx.png) left center no-repeat;
	text-align:left;
	border-right:1px solid #b0bb3b;
}
#titolo_valutazione{
    font-family: 'ArvoRegular';
	font-size:18px;
	line-height:55px;
	word-spacing:1px;
}
div.vta{
	width:100%;
	float:left;
	clear:both;
	margin:30px 0 50px 0;
	padding:20px 20px 15px 20px;
	border:1px solid #efe6e6;
	border-radius: 6px;
	position:relative;
	background-color: #f8f8f8;
}
div.vta a{
	width:100%;
	float:left;
	text-decoration:none;
}
div.vta a:hover {
	text-decoration:none;
}
div.label_vta{
	width:167px;
	height:17px;
	background:url(images/label_vta.png) 0 0 no-repeat;
	position:absolute;
	right:0;
	bottom:-25px;
}
.label_vta a{
	width:100%;
	height:100%;
	float:left;
}
div.vta article{
	width:calc(100% - 150px);
}
div.vta h1{
	width:100% !important;
	float:left !important;
	clear:both !important;
	margin:0 0 10px 0 !important;
	padding:0 !important;
    	font-family: 'ArvoRegular' !important;
	font-size:26px !important;
	color:#a9b424 !important;
	text-transform:none !important;
}
div.vta img{
	border-radius: 8px;
}
div.testo_vta{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #c0c0c0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	line-height:23px;
	color:#404040;
}
div.autore_vta{
	width:100%;
	float:left;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#c1c1c1;
}
aside div.vta{
	width:208px !important;
}
aside div.vta article{
	width:100% !important;
	margin:0 !important;
}
aside div.testo_vta{
	font-size:13px !important;
	line-height:18px !important;
	padding-bottom:10px !important;
}
aside div.vta h1{
	font-size:20px !important;
	line-height:24px !important;
}
aside div.autore_vta{
	font-size:11px !important;
}
aside div.vta img{
	/*display:none !important;*/
	margin-top: 15px;
}
div#commenti{
	width:100%;
	float:left;
	clear:both;
	margin:30px 0 0 0; 
}
#commenti h1{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 30px 0;
	padding:0;
	font-family:"ArvoRegular";
	font-size:36px;
	color:#404040;
	text-transform:none;
	position:relative;
}
.segui_conv{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#B0BB3B !important;
	font-weight:100;
	padding:21px 21px 0 0;
	background:url(images/ico_fumetto.png) right bottom no-repeat;
	white-space:nowrap;
}
div.bg_warm{
	width: 80%;
	height:40px;
	float:left;
	position:relative;
	border-radius:5px 0 0 5px;
	margin:25px 0 15px;
	background: #c8cc04;
	background: -moz-linear-gradient(left, #c8cc04 0%, #ffee00 33%, #ff8800 66%, #cc0000 100%);
	background: -webkit-linear-gradient(left, #c8cc04 0%,#ffee00 33%,#ff8800 66%,#cc0000 100%);
	background: linear-gradient(to right, #c8cc04 0%,#ffee00 33%,#ff8800 66%,#cc0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8cc04', endColorstr='#cc0000',GradientType=1 );
}
div.warm_point{
	position:absolute;
	top:-3px;
	left:0;
	right:0;
	bottom:-3px;
	background-color:#FFF;
	border-left:2px solid #5B5B5B;
	padding-left:15px;
	line-height:46px;
	font-size:30px;
	color:#9DAA2A;
	font-family: 'ArvoBold';
	white-space:nowrap;
	overflow:visible;
}

ul#lista_commenti{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#lista_commenti li{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 30px 0;
	position:relative;
	background-color:#f8f8f8;
	border-top:2px solid #9ca902;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#lista_commenti .avatar{
	position:absolute;
	top:-15px;
	left:15px;
}
div.header_commento{
	float:left;
	margin:10px 0 0 106px;
	font-size:12px;
	color:#aaaaaa;
	position:relative;
	z-index:1;
}
div.header_commento a{
	color:#9ca902;
	text-decoration:none;
}
#lista_commenti time{
	width:100%;
	float:left;
	white-space:nowrap;
	background:url(images/ico_ora.png) 0 center no-repeat;
	padding:0 0 0 15px;
	clear:left;
	font-size:10px;
	text-transform:uppercase;
}
#lista_commenti h2{
	width:100%;
	float:left;
	clear:left;
	margin:0;
	font-size:22px;
}
#lista_commenti p{
	float:left;
	clear:left;
	padding:15px;
	font-size:14px;
	color:#5b5b5b;
	position:relative;
	z-index:1;
}
.link_commento{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#aaaaaa !important;
	text-transform:uppercase;
	padding:0 17px 0 0;
	margin:0 15px 15px 0;
	background:url(images/ico_link_chiaro.png) right center no-repeat;
	position:relative;
	z-index:1;
	clear:both;
}
div.num_commento{
	position:absolute;
	right:-15px;
	bottom:-41px;
	z-index:0;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:90px;
	color:#FFF;
}
.num_commento span{
	font-size:185px;
}
form#form_commenti{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
}
#form_commenti h3{
	width:100%;
	float:left;
	margin:0 0 5px 0;
	font-family:"ArvoRegular";
	font-size:18px;
	color:#404040;
	text-transform:uppercase;
}
#form_annunci textarea, #form_vini textarea, #form_ristoranti textarea, #formIns textarea, #form1 textarea{
	width:97%;
	height:180px;
	float:left;
	clear:both;
	margin:0 0 10px 0;
	padding:15px 10px;
	border:1px solid #989898;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px 5px 5px 5px;
	box-shadow: inset 0px 10px 5px #c6c6c6;
	-webkit-box-shadow: inset 0px 10px 5px #c6c6c6;
	-moz-box-shadow: inset 0px 10px 5px #c6c6c6;
	-o-box-shadow: inset 0px 10px 5px #c6c6c6;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	color:#707070;
}
div#container_foto{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 10px 0;
	padding:0;
	background:#f8f8f8;
	text-align:center;
	position:relative;
}
span#n_foto_tot{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b0bb3b;
	text-transform:uppercase;
	position:absolute;
	right:0;
	bottom:-15px;
	white-space:nowrap;
}
/* POSTA **************************************************************************************************************/
nav#nav_posta{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 40px 0;
	padding:0;
	list-style:none;
}
#nav_posta li{
	width:228px;
	height:64px;
	float:left;
	margin:0 15px 0 0;
}
#nav_posta a{
	width:100%;
	height:100%;
	float:left;
	background-position:0 0;
	background-repeat:no-repeat;
}
#nav_posta a:hover, #nav_posta a.active{
	background-position:0 -64px;
}
.tabella_messaggi{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#5b5b5b;
	text-align:left;
	line-height:35px;
	margin:0 0 10px 0;
}
.tabella_messaggi a{
	color:#5b5b5b !important;
	text-decoration:none;
}
.tabella_messaggi th{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9d9d9d;
	text-transform:uppercase;
}
.riga_dispari{
	background-color:#f8f8f8;
}
.non_letto{
	font-weight:bold;
}
.tabella_messaggi input{
	margin:0 10px;
}
a.seleziona_tutti{
	margin:0 0 0 15px;
	padding:0 0 0 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background:url(images/ico_check.png) 0 center no-repeat;
	white-space:nowrap;
}
ul#layout_msg{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#layout_msg li{
	float:left;
	margin-bottom:10px;
}
#layout_msg span{
	float:left;
	margin:0 0 5px 0;
	white-space:nowrap;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#b8b8b8;
}
#layout_msg input, #filtro_ricerca input, #spalla_rubrica input, #formIns input, #container_preferenze input, #form1 input, #modal_login_content input, #modal_geo_content input{
	width:98%;
	height:39px;
	float:left;
	clear:both;
	margin:0;
	padding:0 0 0 7px;
	border:1px solid #cccccc;
	border-top:1px solid #dbdbdb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px 5px 5px 5px;
	box-shadow:inset 0 5px 5px #e0e0e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#404040;
}
#layout_msg textarea{
	width:97%;
	height:320px;
	float:left;
	clear:both;
	margin:0;
	padding:15px 10px;
	border:1px solid #cccccc;
	border-top:1px solid #dbdbdb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px 5px 5px 5px;
	box-shadow:inset 0 5px 5px #e0e0e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#404040;
}
/* CONTATTI E RICERCA *************************************************************************************************/
ul#filtro_ricerca{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 100px 0;
	padding:0;
	list-style:none;
}
#filtro_ricerca li{
	width:465px;
	float:left;
	margin:0 30px 10px 0;
	position:relative;
}
#filtro_ricerca label{
	width:100%;
	float:left;
	margin:0 0 8px 0;
	padding:0;
	clear:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#979797;
	text-transform:capitalize;
}
div.numero_utenti{
  font-family: "ArvoBold";
  color: #9ca701;
  font-size: 30px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 20px;
 }
div.numero_utenti label{
	width:100%;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#979797;
}
table#tabella_contatti{
	margin:15px 0;
}
#tabella_contatti h2{
	width:100%;
	float:left;
	clear:both;
	margin:10px 0 0 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	color:#9ca701;
}
#tabella_contatti span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
}
#spalla_rubrica{
	width:250px;
	margin:0;
	padding:60px 0 0 0;
}
#spalla_rubrica h2{
	width:250px;
	background:url(images/ico_gruppi_grey.png) 0 center no-repeat;
}
#spalla_rubrica div{
	width:100%;
	float:left;
	margin:0 0 40px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#818181;
}
#spalla_rubrica ul{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
	outline:none;
}
#spalla_rubrica li{
	width:240px;
	float:left;
	clear:both;
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	position:relative;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#9ca701;
}
#spalla_rubrica li:hover{
	background:url(images/ico_freccia_dx.png) 0 5px no-repeat;
}
.elimina_verde{
	width:13px;
	height:13px;
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	background:url(images/ico_elimina_verde.png) 0 0 no-repeat;
}
/* RICERCA E RISULTATI ************************************************************************************************/
#container_form{
	display:none;
}
#lista_risultati_ricerca, #lista_prodotti, #lista_cordate, #lista_ordini{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a8a8a8;
}
#lista_risultati_ricerca tr, #lista_risultati_ricerca td{
	cursor:pointer;
	position:relative;
}
#lista_risultati_ricerca tr:hover{
	background:#F3F3F3;
}
#lista_risultati_ricerca h2, #lista_prodotti h2, #lista_cordate h2, #lista_ordini h2{
	width:100%;
	font-size:17px;
	text-transform:none;
}
#lista_risultati_ricerca label, #lista_prodotti label, #lista_cordate label, #lista_ordini label{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	text-transform:none;
}
.puls_go_shop{
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-25px;
}
.no_result{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	text-transform:none;
	color:#a8a8a8;
}
ul#lista_pumelli_ricerca{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:1px 0 0 0;
	list-style:none;
	background:url(images/tratteggio.png) right top no-repeat;
}
#lista_pumelli_ricerca li{
	width:100%;
	float:left;
	padding:0 0 1px 0;
	margin:0;
	background:url(images/tratteggio.png) right bottom no-repeat;
}
#lista_pumelli_ricerca li:hover{
	background:url(images/tratteggio.png) right bottom no-repeat;
}
#lista_pumelli_ricerca a{
	width:230px;
	height:42px;
	float:left;
	margin:0;
	padding:5px 10px 2px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#a8a8a8;
}
#lista_pumelli_ricerca a:hover, #lista_pumelli_ricerca  a.active{
	background:url(images/bg_tab_ricerca.png) right no-repeat;
	color:#FFF;
}
#lista_pumelli_ricerca h1{
	width:200px;
	margin:0 0 5px 0;
	padding:0 0 0 30px;
	background-position:0 0;
	background-repeat:no-repeat;
}
#puls_ricerca_abitanti h1{
	background-image:url(images/ico_abitanti_double.png);
}
#puls_ricerca_abitanti a:hover h1, #puls_ricerca_abitanti a.active h1{
	background-position:0 -18px;
	color:#FFF; 
}
#puls_ricerca_prodotti h1{
	background-image:url(images/ico_shop_dual.png);
}
#puls_ricerca_gruppi h1{
	background-image:url(images/ico_gruppi_dual.png);
}
#puls_ricerca_gruppi a:hover h1, #puls_ricerca_gruppi a.active h1{
	background-position:0 -14px;
	color:#FFF; 
}
#puls_ricerca_annunci h1{
	background-image:url(images/ico_annunci_dual.png);
}
#puls_ricerca_annunci a:hover h1, #puls_ricerca_foto a:hover h1, #puls_ricerca_video a:hover h1, #puls_ricerca_blog a:hover h1, #puls_ricerca_prodotti a:hover h1,
#puls_ricerca_annunci a.active h1, #puls_ricerca_foto a.active h1, #puls_ricerca_video a.active h1, #puls_ricerca_blog a.active h1, #puls_ricerca_prodotti a.active h1{
	background-position:0 -22px;
	color:#FFF; 
}
#puls_ricerca_foto h1{
	background-image:url(images/ico_foto_dual.png);
}
#puls_ricerca_video h1{
	background-image:url(images/ico_video_dual.png);
}
#puls_ricerca_vini h1{
	background-image:url(images/ico_vini_dual.png);
	line-height:31px;
	margin:0;
}
#puls_ricerca_birre h1{
	background-image:url(images/ico_birre_dual.png);
	line-height:31px;
	margin:0;
}
#puls_ricerca_vini a:hover h1, #puls_ricerca_vini a.active h1, #puls_ricerca_birre a:hover h1, #puls_ricerca_birre a.active h1{
	background-position:0 -30px;
	color:#FFF; 
}
#puls_ricerca_ristoranti h1{
	background-image:url(images/ico_ristoranti_dual.png);
	line-height:33px;
	margin:0 0 -2px 0;
}
#puls_ricerca_ristoranti a:hover h1, #puls_ricerca_ristoranti a.active h1{
	background-position:0 -32px;
	color:#FFF; 
}
#puls_ricerca_mappe h1{
	background-image:url(images/ico_mappe_dual.png);
	line-height:33px;
	margin:0 0 -2px 0;
}
#puls_ricerca_mappe a:hover h1, #puls_ricerca_mappe a.active h1{
	background-position:0 -31px;
	color:#FFF; 
}
#puls_ricerca_blog h1{
	background-image:url(images/ico_blog_dual.png);
}
#puls_ricerca_commenti h1{
	background-image:url(images/ico_commenti_dual.png);
}
#puls_ricerca_commenti a:hover h1, #puls_ricerca_commenti a.active h1{
	background-position:0 -16px;
	color:#FFF; 
}
a#scroll_top{
	float:right;
	clear:both;
	margin:40px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#9aaa09;
	text-decoration:none;
	padding:0 14px 0 0;
	background:url(images/ico_up.png) right center no-repeat;
	white-space:nowrap;
}
div#popup {
	display:none; 
	z-index:3; 
	position:fixed; 
	height:362px;
	width:523px; 
	background-image:url(images/bg_popup.png); 
	background-repeat:no-repeat;
	/*border: 1px dotted #cccc00;*/
  	top: 50%;
  	left: 50%;
	margin: -175px 0 0 -254px;
}

div#cont_popup {
	position:relative;
	float:left;
	width:100%;
	height:100%;
}
div#close {
	background-image:url(images/pop-chiudi.png);
	background-repeat:no-repeat;
	top:-7px;
	right:0;
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	cursor:pointer;	
}
div.testo {
	margin:97px 30px 10px 30px; 
	width:463px;
	float:left;
}
.testo{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
div.pulsanti {
	float:left;
	text-align:center;
	width:100%;
	margin-top:10px;
}
/* FINESTRA MODALE ****************************************************************************************************/
.theatre_mode{
	overflow:hidden;
}
div.ui-widget-overlay{
	width:100% !important;
	height:100% !important;
	background-color:#000;
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80); /*per Internet Explorer 6-7*/
	filter: "alpha(opacity=80)"; /*per Internet Explorer 8*/ 
	position:fixed;
	top:0;
	left:0;
}
div.ui-dialog{
	top:75px !important;
	z-index: 10;
	width:100% !important;
	height:90% !important;
	float:left;
	padding:0px 0 -70px;
	position:fixed !important;
	overflow-x:hidden;
	overflow-y:auto;
	font-size:inherit !important;
	outline:none;
}
div.ui-dialog-titlebar{
	width:960px !important;
	position:relative !important;
	margin:0 auto !important;
	top:40px !important;
	z-index:99999 !important;
	background:none !important;
	border:0 !important;
}
.ui-dialog-titlebar-close{
	width:29px !important;
	height:29px !important;
	background:url(images/puls_chiudi_theatre.png) 0 0 no-repeat !important;
	position:absolute !important;
	right:25px !important;
	top:-5px !important;
	display:block !important;
	margin:0 !important;
	padding:0 !important;
	border:0;
	text-indent:-9999px;
}
.ui-dialog-titlebar-close:hover{
	background-position:0 -29px !important;
}
.ui-icon-closethick{
	display:none !important;
}
div#theatre{
	width:880px !important;
	/*float:left;*/
	position:relative;
	margin:30px auto 200px;
	background:#FFF;
	padding:0 25px;
	display:none;
	min-height:500px !important;
	overflow:visible;
	z-index:9999;
	border-radius:15px 15px 15px 15px;
}
div#theatre_content{
	width:880px !important;
	position:absolute;
	top:0;
	left:0;
	background:#FFF;
	padding:0 25px 30px;
	float:left;
	border-radius:15px 15px 15px 15px;
}
#theatre iframe{
	width:100%;
	float:left;
	border:0;
	padding:0;
	margin:0;
}
#theatre #principale, #theatre aside, #theatre footer, #theatre #my_menu, #theatre #search_container, #theatre #nav_post{
	display:none;
}
#theatre #content{
	width:880px;
}
#theatre #container_foto{
	padding:20px 0;
	background:#FFF;
}
#theatre #wrapper_foto{
	position:relative;
	display:inline;
}
#theatre #img_gallery{
	border:3px solid #9ca902;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px 5px 5px 5px;	
}
.foto_nav{
	display:none;
}
#theatre .foto_nav{
	width:29px;
	height:29px;
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
	cursor:pointer;
}
.foto_nav:hover, .inactive{
	background-position:0 -29px !important;
}
.inactive{
	cursor:default !important;
}
span.foto_prec{
	position:absolute;
	left:-10px;
	bottom:12px;
	background-image:url(images/puls_indietro_theatre.png);
}
span.foto_succ{
	position:absolute;
	right:-10px;
	bottom:12px;
	background-image:url(images/puls_avanti_theatre.png);
}
#theatre h2{
	width:100%;
	float:left;
	margin:40px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:21px;
	color:#9ca902;
}
#theatre h3{
	width:100%;
	float:left;
	margin:40px 0;
	font-family:"ArvoRegular";
	font-size:21px;
	color:#404040;
}
#theatre p.error{
	width:100%;
	float:left;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	color:#404040;
	line-height:20px;
}
p.error span{
	color:#F30;
}
div#mittente_messaggio{
	width:555px;
	float:left;
	margin:0 0 5px 0;
}
div#tipo_msg_container{
	width:320px;
	float:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	color:#707070;
}
#theatre time, .elimina_messaggio, .archivia_messaggio{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a6a6a6;
	text-transform:uppercase;
	text-decoration:none;
}
div#testo_messaggio{
	width:100%;
	padding:10px 0 25px;
	border-top:1px dotted #c0c0c0;
	border-bottom:1px dotted #c0c0c0;
	float:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	color:#707070;
}
#testo_messaggio a{
	color:#9CA902;
	text-decoration:none;
	word-wrap: break-word;
}
#titolo_messaggio{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 15px 0;
}
.elimina_messaggio{
	background:url(images/ico_cestino.png) 0 center no-repeat;
	padding:0 0 0 12px;
}
.archivia_messaggio{
	background:url(images/ico_archivia.png) 0 center no-repeat;
	padding:0 0 0 12px;
}
div.box_pop_up{
	width:365px;
	float:left;
	margin:0;
	padding:15px 23px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#848484;
	line-height:21px;
	border:3px solid #FFF;
	cursor:pointer;
	border-radius:13px 13px 13px 13px;
}
div.box_pop_up:hover{
	border:3px solid #9caa00;
}
div.box_pop_up.disabled:hover{
	border:3px solid #FFF;
	cursor:default;
}
.box_pop_up p{
	width:100%;
	float:left;
	clear:left;
}
div#intermezzo{
	width:22px;
	height:190px;
	float:left;
	margin:90px 22px 0 0;
	border-right:1px dotted #c9c9c9;
	position:relative;
}
img#ico_oppure{
	position:absolute;
	top:-65px;
	right:-33px;
}
/* ASIDE **************************************************************************************************************/
aside{
	width:250px;
	float:right;
	margin:0;
}
aside.scorrevole{
	width:218px;
	padding:15px 15px 40px;
	border:1px dotted #c0c0c0;
	background:#f7f7f7;
	position:absolute;
	top:0;
	right:0;
}
div#me, div#articoli_spalla, div#foto_spalla{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 20px 0;
	position:relative;
}
#me .avatar{
	float:left;
	clear:left;
	margin:0 9px 0 0;
	position:relative;
	z-index:1;
}
div.my_mini_menu{
	width:155px;
	float:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#717171;
}
.my_mini_menu span{
	width:100%;
	float:left;
	margin:0 0 5px 0;
}
.my_mini_menu a{
	text-decoration:none;
	display:block;
	position:relative;
	z-index:1;
}
a#my_mini_nome{
	height:35px;
	color:#9ca902;
	font-weight:bold;
	float:left;
	clear:both;
	overflow:hidden;
}
a.my_mini_profilo{
	float:left;
	clear:both;
	background:url(images/ico_profilo.png) 0 center no-repeat;
	padding:0 0 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#aaaaaa;
	margin:0 0 3px 0;
	position:relative;
	z-index:9;
}
a.my_mini_logout{
	float:left;
	clear:both;
	background:url(images/ico_logout.png) 0 center no-repeat;
	padding:0 0 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#aaaaaa;
	margin:0 0 3px 0;
	position:relative;
	z-index:9;
}

#my_mini_twitter{
	background:url(images/ico_minitweet.png) 0 center no-repeat;
}
#new_tweet{
	width:97%;
	height:75px;
	float:left;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px 3px 3px 3px;
	margin:0 0 5px 0;
	background:#424242;
	border:0;
	color: #FFFFFF;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
	font-style: italic;
}
#puls_tweet{
	float:right;
	clear:left;
	margin:5px 0 0 0;
}
div#box_twitter{
	width:224px;
	height:110px;
	padding:33px 13px 0;
	background:url(images/bg_box_tw.png) 0 0 no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	color:#FFF;
	position:absolute;
	left:0;
	top:60px;
	z-index:1;
	display:none;
}
#box_twitter a{
	color:#b0bb3b;
}
#loader_twitter{
	position:absolute;
	left:92px;
	top:48px;
	display:none;
	z-index:9999;
}
div#dati_status{
	width:224px;
	float:left;
	position:absolute;
	left:13px;
	bottom:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-transform:uppercase;
	font-style:normal;
}
span.twitter_box{
	height:11px;
	float:right;
	line-height:13px;
	white-space:nowrap;
	background:url(images/ico_tw_box.png) left center no-repeat;
	padding:0 0 0 15px;
}
span.ora_box{
	height:11px;
	float:left;
	line-height:13px;
	white-space:nowrap;
	background:url(images/ico_ora_box.png) left center no-repeat;
	padding:0 0 0 15px;
}
div#ultimi_iscritti, div#ultimi_contenuti, div#inviti_container{
	width:250px;
	float:right;
	clear:right;
	margin:0 0 20px 20px;
	padding:20px 0 0 0;
}
div#inviti_container{
	text-align:center;
}
div#anteprimaDM{
	width:100%;
	float:left;
	margin:0 0 15px;
	padding-bottom:10px;
	border-bottom:1px dotted #585858;
}
#anteprimaDM p{
	width:90%;
	float:left;
	margin:0;
	color: #585858;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 15px;
	cursor:pointer;
}
#dm{
	display:none;
    border-color: #DBDBDB #CCCCCC #CCCCCC;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-right: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 5px 5px #E0E0E0 inset;
    color: #404040;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    height: 39px;
    margin: 0;
    padding: 0 0 0 7px;
    width: 93%;
}
ul#lista_followers{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#lista_followers li{
	width:30%;
	height:40px;
	float:left;
	margin:0 1% 10px 0;
	cursor:pointer;
}
#lista_followers img, #lista_followers input, #lista_followers h4{
	float:left;
}
#lista_followers img{
	margin:0 10px 0 0;
}
#lista_followers h4{
	width:190px;
	margin:14px 0 0 0;
	font-weight:100;
	color:#5b5b5b;
    font-size: 14px;
}
#lista_followers input{
	margin-top:14px;
}
#lista_followers li.t_actions{
	height:26px;
	padding-top:14px;
}
#ultimi_iscritti h1, #ultimi_contenuti h1{
	width:235px;
	float:left;
	clear:both;
	padding:0 0 0 15px;
	margin:0 0 10px 0;
	background:url(images/ico_amici_grey.png) 0 center no-repeat;
    font-family: 'ArvoRegular';
	font-size:14px;
	color:#5b5b5b;
	font-weight:bold;
	text-transform:uppercase;
}
#ultimi_contenuti h1{
	background:url(images/ico_timeline_pic.png) 0 center no-repeat;
}
#ultimi_iscritti ul, #ultimi_contenuti ul{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#ultimi_iscritti li{
	width:50px;
	height:50px;
	float:left;
	margin:0 10px 10px 0;
	border:2px solid #99ad00;
	border-radius:6px 6px 6px 6px; 
}
#ultimi_iscritti img{
	border-radius:6px 6px 6px 6px; 
}
#ultimi_contenuti li{
	width:100%;
	float:left;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #ddd;
}
.sezione_annunci{
	background-image:url("images/ico_annunci_grigia.png");
	width:14px;
	height:14px;
	background-position:left center;
	background-repeat:no-repeat;
	display:inline-block;
	position:relative;
	top:3px;
}
.sezione_blog{
	background-image:url("images/ico_blog_grey.png");
	width:14px;
	height:14px;
	background-position:left center;
	background-repeat:no-repeat;
	display:inline-block;
	position:relative;
	top:3px;
}
.sezione_degustazioni{
	background-image:url("images/ico_gotto_g.png");
	width:14px;
	height:14px;
	background-position:left center;
	background-repeat:no-repeat;
	display:inline-block;
	position:relative;
	top:3px;
}
.sezione_recensioni{
	background-image:url("images/ico_ristoranti_g.png");
	width:14px;
	height:14px;
	background-position:left center;
	background-repeat:no-repeat;
	display:inline-block;
	position:relative;
	top:3px;
}
.sezione_birre{
	background-image:url("images/ico_birre_g.png");
	width:14px;
	height:14px;
	background-position:left center;
	background-repeat:no-repeat;
	display:inline-block;
	position:relative;
	top:3px;
}
.sezione_video{
	background-image:url("images/ico_video_g.png");
	width:14px;
	height:14px;
	background-position:left center;
	background-repeat:no-repeat;
	display:inline-block;
	position:relative;
	top:3px;
}
.sezione_gda{
	background-image:url("images/ico_gruppi_g.png");
	width:14px;
	height:14px;
	background-position:left center;
	background-repeat:no-repeat;
	display:inline-block;
	position:relative;
	top:3px;
}
.sezione_cordate{
	background-image:url("images/ico_cordate_g.png");
	width:14px;
	height:14px;
	background-position:left center;
	background-repeat:no-repeat;
	display:inline-block;
	position:relative;
	top:3px;
}
a.mini_nome{
	color:#9ca902;
	font-weight:bold;
	float:left;
	clear:both;
}
ul#banner_dx{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#banner_dx li{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 15px;
	text-align:center;
}
div#menu_blog{
	width:100%;
	float:left;
	clear:both;
	padding:30px 0 0 0;
}
div.titolo_menu{
	width:235px;
	float:left;
	clear:both;
	margin:0 0 10px 0;
	padding:0 0 0 15px;
    font-family: 'ArvoRegular';
	font-size:14px;
	color:#5b5b5b;
	font-weight:normal;
	text-transform:uppercase;
}
.titolo_categorie{
	background:url(images/ico_categoria.png) left center no-repeat;
}
.titolo_archivio{
	background:url(images/ico_ora.png) left center no-repeat;
}
menu.menu_aside{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	border-bottom:1px dotted #c0c0c0;
	list-style:none;
}
.menu_aside li{
	width:245px;
	float:left;
	clear:both;
	margin:0 0 5px 0;
	padding:0 0 0 7px;
	background:url(images/ico_freccia_dx.png) left 5px no-repeat;
}
.menu_aside h4{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	font-weight:lighter;
	color:#9ca902;
	cursor:pointer;
}
.menu_aside h4 a{
	color:#9ca902;
	text-decoration:none;
}
ul.sottomenu_aside{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}
.sottomenu_aside li{
	background:none;
	padding:0;
}
.sottomenu_aside h5{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	font-weight:bold;
	color:929292#;
}
.sottomenu_aside h5 a{
	color:#929292;
	text-decoration:none;
}
#articoli_spalla h2, #foto_spalla h2, #rece_spalla h2, #degu_spalla h2, #annunci_spalla h2{
	float:left;
	clear:both;
	margin:0 0 10px 0;
	font-family:"ArvoRegular";
	font-size:18px;
	color:#5b5b5b;
	text-transform:uppercase;	
}
#annunci_spalla h2{
	width:231px;
	padding:0 0 0 20px;
	background: url(images/ico_annunci_grigia.png) left center no-repeat;
}
#articoli_spalla h2{
	width:240px;
	padding:0 0 0 11px;
	background:url(images/ico_blog_grey.png) left center no-repeat;
}
#rece_spalla h2{
	width:231px;
	padding:0 0 0 20px;
}
#degu_spalla h2{
	width:231px;
	padding:0 0 0 20px;
}
#foto_spalla h2{
	width:231px;
	padding:0 0 0 20px;
	background:url(images/ico_foto_grey.png) left center no-repeat;
}
#articoli_spalla ul, #foto_spalla ul, #rece_spalla ul, #degu_spalla ul, #annunci_spalla ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#articoli_spalla li, #foto_spalla li, #rece_spalla li, #degu_spalla li, #annunci_spalla li{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #c0c0c0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#b4b4b4;
}
#articoli_spalla article, #articoli_spalla time, #rece_spalla article, #rece_spalla time, #degu_spalla article, #degu_spalla time, #annunci_spalla article, #annunci_spalla time{
	width:195px;
	margin:0;
}
#articoli_spalla h3 a, #foto_spalla h3 a, #rece_spalla h3 a, #degu_spalla h3 a, #annunci_spalla h3 a{
	color:#9ca902;
	text-decoration:none;
}
#articoli_spalla a, #foto_spalla a, #rece_spalla a, #degu_spalla a, #annunci_spalla a{
	color:#5B5B5B;
	text-decoration:none;
}
#articoli_spalla h3, #rece_spalla h3, #degu_spalla h3, #annunci_spalla h3{
	width:195px;
	float:left;
	clear:both;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#9ca902;
}
#foto_spalla h3{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	color:#9ca902;
}
.tutti_post{
	float:right;
	white-space:nowrap;
	padding:0 14px 0 0;
	background:url(images/ico_piu_verde.png) right center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#9ca902 !important;
	text-decoration:none;
}
.label_indirizzo_grigio{
	background:url(images/ico_dove_grey_chiaro.png) left center no-repeat;
	padding:0 0 0 14px;
}
.item{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#5b5b5b;
	line-height:28px;
}
.quantita_item{
	background-image: url("images/bg_prezzo.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px auto;
	padding: 0 15px 0 0;
	height:20px;
	display:inline-block;
}
.prezzo_item{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#5b5b5b;
	font-weight:bold;
	float:right;
	clear:right;
}
.prezzo_item strong{
	font-size:10px;
}
.ultimo_item{
	border-bottom:1px solid #c1c1c1 !important;
	color:#5b5b5b !important;
}
.tot_item{
	padding:15px 0 30px 0 !important;
	border-top:1px solid #c1c1c1 !important;
	font-size:14px !important;
	margin-top:-13px !important;
	color:#5b5b5b !important;
}
.tot_item .prezzo_item{
	color:#B0BB3B !important;
}
a#vai_alla_cassa{
	width:217px;
	height:56px;
	display:block;
	position:absolute;
	left:50%;
	bottom:-16px;
	margin-left:-108px;
	z-index:1;
	background-image:url(images/puls_vai_alla_cassa.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
a#vai_alla_cassa:hover{
	background-position:0 -56px;
}
#almeno{
	position:absolute;
	left:50%;
	bottom:-16px;
	margin-left:-108px;
	z-index:1;
}
input[type="submit"]#vai_alla_cassa{
	width:217px;
	height:56px;
	display:block;
	position:absolute;
	left:50%;
	bottom:-16px;
	margin-left:-108px;
	z-index:1;
	background-image:url(images/puls_vai_alla_cassa.png);
	background-repeat:no-repeat;
	background-position:0 0;
	border: 0;
}
input[type="submit"]#vai_alla_cassa:hover{
	background-position:0 -56px;
}
a.puls_gestisci{
	float:right;
	width:21px;
	height:21px;
	background:url(images/puls_gestiscigruppo_small.png) left bottom no-repeat;
	padding:0 6px 6px 129px;
}
/* MAPPE SHOP *********************************************************************************************************************************/
div#map_canvas{
	width:724px;
	height:278px;
	float:left;
	margin:0 0 40px 0;
	border:3px solid #a3ae38;
}
/* FOOTER *************************************************************************************************************************************/
footer{
	width:100%;
	height:312px;
	float:left;
	clear:both;
	margin:40px 0 0 0;
	padding:7px 0 0 0;
	background:url(images/bg_footer.png) 0 0 repeat-x;
}
div.box_footer{
	width:212px;
	height:345px;
	float:left;
	margin:0 0 45px 0;
	padding:35px 13px 0;
	border-left:0px dotted #d5e04e;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#FFF;
}
.box_footer h1{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 5px 0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:500;
	color:#FFF;
	letter-spacing:-1px;
}
.box_footer a{
	color:#FFF;
	text-decoration:none;
}
.box_footer a:hover{
	color:#d5e04e;
}
.box_footer ul{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
.box_footer li{
	width:212px;
	float:left;
	clear:both;
	margin:0;
	padding:0;
}
.square{
	background:url(images/ico_square.png) 0 5px no-repeat;
}
.square a, .rss a{
	padding:0 0 0 10px;
}
.square a:hover{
	background:url(images/ico_square_on.png) 0 5px no-repeat;
}
.rss{
	background:url(images/ico_rss.png) 0 center no-repeat;
}
.rss a:hover{
	background:url(images/ico_rss_on.png) 0 center no-repeat;
}
div#sotto_footer{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:10px 0 0 0;
	background:url(images/bg_sooto_footer.png) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-transform:uppercase;
}
#sotto_footer a{
	float:left;
	margin:3px 8px 0 0;
}
#logo_footer{
	float:left;
	margin:4px 0 0 0;
}
#sotto_footer ul{
	width:auto;
	float:right;
	white-space:nowrap;
	margin:0;
	padding:0;
	list-style:none;
}
#sotto_footer li{
	float:right;
	white-space:nowrap;
	margin:0 0 0 55px;
        padding-right: 0px;
}
div#tooltip_feed{
	width:180px;
	float:left;
	padding:10px 10px 5px;
	position:absolute;
	bottom:4px;
	left:60px;
	z-index:111;
	background:rgba(0,0,0,.90);
	border:1px dotted #D6E134;
	display:none;
	font-size:12px;
	color:#FFF;
}
#tooltip_feed ul{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#tooltip_feed li{
	width:85px;
	float:left;
	margin:0 5px 5px 0;
	padding:0;
}
#tooltip_feed a{
	color:#FFF;
	text-decoration:none;
	margin:0;
	text-transform:none;
}
#tooltip_feed a:hover{
	color:#d5e04e;
}

/* TOOLTIP */
.qtip-content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#f5f5f5;
}
.qtip-content a{
	color:#454545;
	text-decoration:none;
}
.qtip-content h2{
	width:172px;
	float:left;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#9CA900;
}
.qtip-dialogue{
   max-width: 420px !important;
   min-width: 210px !important;
   -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
   -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
   box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
}
.qtip-dialogue .qtip-content{
   padding: 10px;
}
.qtip-dialogue button{
   float: left;
   width: 47%;
   margin-right: 10px;
   padding: 3px 0;
   text-align: center;
   font-size: 10.5px;
}
.qtip-dialogue button + button{
   float: right;
   margin-right: 0;
}
.qtip-dialogue input{
   width: 95%;
   padding: 3px 0 3px 5px;
   margin-bottom: 7px;
 
   font-size: 10.5px;
}
.qtip-dialogue button.full{
   float: none;
   width: 100%;
}
#tag_cloud {
	float:right;
	padding:0 0 25px 25px;
}
.default-scuro {
	text-transform:none !important;
}
/* CROUSEL **************************************************************************************************************************************/
div#carosello_vetrina{
	width:100%;
	float:left;
	clear:both;
	margin:20px 0 0 0;
	position:relative;
}
#prevBtn, #nextBtn{
	width:15px;
	height:15px;
	display:block;
	position:absolute;
	top:50%;
	margin-top:-7px;
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}
#prevBtn{
	background-image:url(images/arrow_carousel_prev.png);
	left:0;
}
#nextBtn{
	background-image:url(images/arrow_carousel_next.png);
	right:0;
}
#nextBtn a, #prevBtn a{
	width:15px;
	height:15px;
	display:block;
}
div#carousel_vetrina_container{
	width:690px !important;
	height:140px;
	float:left;
	margin:0 20px;
	overflow:hidden;
	position:relative;
}
ul.carousel_body{
	width:1000em;
	height:140px;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	list-style:none;
}
#carousel_vetrina_container li{
	width:216px;
	height:115px;
	float:left;
	margin:0 20px 0 0;
	position:relative;
}
.carousel_body li h3{
	margin:0 0 10px 0; 
	height:40px; 
	overflow:hidden;
	font-size:15px;
}
/* SHOP ************************************************************************************************************************************/
.prezzo_shop_est{
	width:135px;
	float:right;
	margin:0 0 0 -5px;
}
.prezzo_old{
	float:right;
	font-size:18px;
	color:#c7c7c7;
    font-family: 'ArvoBold';
	text-decoration:line-through;
	height:44px;
	line-height:73px;
}
.prezzo_grigio{
	float:right;
	font-size:24px;
	color:#c7c7c7;
    font-family: 'ArvoBold';
	text-decoration:line-through;
	padding:0 15px 0 0;
	background-image:url(images/bg_prezzo.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:12px;
}
div.prezzo_verde_big{
	float:right;
	height:44px;
	line-height:50px;
    font-family: 'ArvoBold';
	font-size:53px;
	letter-spacing:-1px;
	word-spacing:-1px;
	text-align:right;
	background:url(images/bg_prezzo.png) right top no-repeat;
}
.apice{
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	display:block;
	float:left;
	margin:0 3px 0 0;
}
.decimal{
	font-size:18px;
	margin:0 0 0 -10px;
}
h1.shop_classic{
	width:88% !important;
	float:left !important;
	clear:both !important;
    margin: 0 0 24px !important;
    font-family: 'ArvoRegular';
    font-size: 18px !important;
    text-transform: uppercase !important;
	color:#5b5b5b !important;
	line-height:30px !important;
}
.tit_cordate{
	background:url(images/ico_cordate_grey.png) left top no-repeat;
    padding: 0 0 0 45px !important;
}
.tit_ga{
	background:url(images/ico_ga_grey.png) left top no-repeat;
    padding: 0 0 0 55px !important;
}
.tit_ricerca{
	background:url(images/ico_tit_cerca_shop.png) left top no-repeat;
    padding: 0 0 0 25px !important;
}
.tit_ga a:hover{
	text-decoration:none !important;
}
ul.intralista{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
.intralista li{
	margin:0 0 10px 0 !important;
	border-bottom:1px dotted #d8d8d8; 
	color:#b4b4b4 !important;
}
.membri li{
	border-bottom:0;
	margin: 0 0 15px !important;
}
.intralista h4{
	width:100%;
	float:left;
	margin:0;
	font-size:13px;
}
.intralista a{
	color:#717171 !important;
}
.sunto_cordata{
	width:100%;
	float:left;
	clear:both;
}
.sunto_cordata_left{
	width:245px;
	float:left;
    font-family: 'ArvoBold';
	font-size:15px;
}
.sunto_cordata_right{
	width:220px;
	float:left;
	line-height: 25px;
}
.n_bottiglie{
	float:right;
	clear:right;
    font-family: 'ArvoBold';
	font-size:39px;
	padding:0 25px 0 0;
	background:url(images/bg_prezzo.png) right center no-repeat;
}
.sconto{
    font-family: 'ArvoBold';
	font-size:30px;
}
.grafico_sconto{
	width:83px;
	height:22px;
	display:inline-block;
	position:relative;
	margin:0 5px;
}
.completamento_grafico{
	height:22px;
	float:left;
	background-color:#a3ae38;
}
.maschera_grafico{
	width:83px;
	height:22px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background:url(images/maschera_sconto.png) 0 0 no-repeat;
}
.scadenza{
	width:100%;
	float:left;
	clear:both;
	margin:0;
    font-family: 'ArvoBold';
	font-size:30px;
	position:relative;
}
.scadenza span{
	height:100%;
	color:#bbbbbb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	position:relative;
	top:-16px;
	margin:0 2px 0 0;
}
.filtro_cordate{
	width:100%;
	float:left;
	clear:left;
	margin:35px 0 0 0;
	padding:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#aaaaaa;
	text-transform:uppercase;
}
.filtro_cordate li{
	width:auto !important;
	height:9px;
	line-height:9px;
	float:left;
	white-space:nowrap;
	padding:0 6px 0 0 !important;
	margin:0 0 0 7px !important;
	border-right:1px solid #aaaaaa;
	cursor:pointer;
}
.filtro_cordate li:hover, .filtro_cordate li.attivo{
	color:#a3ae38;
}
.intralista ul.lista_foto_vetrina_profilo{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.intralista ul.lista_foto_vetrina_profilo li{
	width:auto !important;
	border:0;
	list-style:none;
	margin:0 14px 0 0 !important;
}
a.altri_membri{
    background: none repeat scroll 0 0 #B0BB3B;
    color: #FFFFFF !important;
    float: left;
    font-size: 11px;
    height: 44px;
    line-height: 9px;
    padding: 5px 0 0 5px;
    text-decoration: none;
    width: 44px;
}
#filter{
	width:205px;
    border-color: #DBDBDB #CCCCCC #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 5px 5px #E0E0E0 inset;
    clear: both;
    color: #929292;
    float: left;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    height: 24px;
    margin: 13px 30px 0 0;
    padding: 0 0 0 7px;
}
#ricerca_shop .text_label{
	width:375px;
	display:block;
	float:left;
	clear:right;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	line-height:22px;
	color:5b5b5b;
}
div.container_filtri{
	width:300px;
	float:left;
	margin:20px 30px 0 0;
	position:relative;
}
.titolo_filtro{
	width:100%;
	float:left;
	margin:0 0 10px 0;
	padding:0 0 3px 0;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#99a629;
	text-transform:uppercase;
	border-bottom:1px dotted #d8d8d8;
}
.container_filtri ul{
	width:100%;
	min-height:117px;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.container_filtri ul li{
	float:left;
	margin-right:3%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#5b5b5b;
	line-height:23px;
}
.mezzi li{
	width:47%;
}
.terzi li{
	width:30%;
}
.container_filtri .vedi_tutti{
	position:absolute;
	bottom:-15px;
	right:0;
	font-weight:normal;
}
#lista_risultati ul.dati_risultati_shop{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
#lista_risultati .dati_risultati_shop li{
	width:135px !important;
	float:left;
	clear:none !important;
	margin:0 !important;
	padding:0 0 0 14px;
	background-position:left top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px !important;
	color:#aaaaaa;
	text-transform:uppercase;
}
li.indirizzo_risultato_shop{
	background-image:url(images/ico_dove_verde.png);
}
li.n_vini_risultato_shop{
	background-image:url(images/ico_bottiglie_verde.png);
}
li.n_cordate_risultato_shop{
	background-image:url(images/ico_cordate_verde.png);
}
div#filtri a.active{
	font-weight:bold;
}
div.carosello_risultati{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	position:relative;
	border-bottom:1px dotted #d8d8d8;
}
.carosello_risultati .nav_carousel_prev, .carosello_risultati .nav_carousel_next{
	top:30% !important;
}
div.carousel_risultati_container{
	width:260px !important;
	height:130px !important;
	float:left;
	margin:0 20px;
	overflow:hidden;
	position:relative;
}
ul.carousel_body{
	width:1000em !important;
	height:140px !important;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#lista_risultati .carousel_risultati_container li{
	width:76px !important;
	float:left;
	clear:none !important;
	margin:0 16px 0 0 !important;
}
.prezzo_verde_medio{
	float:right;
	height:44px;
	line-height:44px;
    font-family: 'ArvoBold';
	font-size:40px;
	text-align:right;
	background:url(images/bg_prezzo.png) right 5px no-repeat;
	background-size:14px 21px;
}
.prezzo_verde_piccolo{
	float:right;
    font-family: 'ArvoBold';
	font-size:30px;
	text-align:right;
}
.decimal_small{
	font-size:13px;
	margin:0 0 0 -10px;
}
.lista_dati_shop li{
	background-position:0 3px;
	background-repeat:no-repeat;
}
.sconto_grigio{
	font-size:54px;
    font-family: 'ArvoBold';
	color:#b9b9b9;
}
.perce_grigio{
	font-size:27px;
    font-family: 'ArvoBold';
	color:#b9b9b9;
}
h2.tit_vetrina_vini{
	width:425px;
	float:left;
	margin:0;
    color: #9AA800;
    font-family: 'ArvoRegular';
    font-size: 22px;
}
.puls_dettaglio_vino{
	width:138px;
	height:23px;
	display:inline-block;
	background-image:url(images/puls_dettaglio_vino.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.puls_acquistavino{
	width:89px;
	height:23px;
	display:inline-block;
	background-image:url(images/puls_acquistavino.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.puls_dettaglio_azienda{
	width:161px;
	height:23px;
	margin:7px 0 0 0;
	display:inline-block;
	background-image:url(images/puls_dettaglio_azienda.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.puls_piu{
	background-position:0 0;
}
.puls_meno{
	background-position:0 -23px;
}
div.dettaglio_vino{
	width:400px;
	float:left;
	display:none;
}
.dettaglio_vino h3{
	width:384px;
	float:left;
	padding:0 0 0 16px;
	background:url(images/ico_shop_lightgrey.png) 0 0 no-repeat;
    font-family: 'ArvoRegular';
	font-size:16px;
	color:#b9b9b9;
}
div.gruppo_cordata{
	width:100%;
	float:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#b4b4b4;
	line-height:normal;
	text-transform:none;
}
div#utenti_gruppo{
	width:530px;
	float:left;
	margin:0 0 0 190px;
	clear:left;
}
#utenti_gruppo h3, .gruppo_cordata h3{
	width:506px;
	float:left;
	padding:0 0 0 24px;
	background:url(images/ico_gruppi_lightgrey.png) 0 0 no-repeat;
    font-family: 'ArvoRegular';
	font-size:16px;
	color:#b9b9b9;
}
.gruppo_cordata h4{
	width:100%;
	float:left;
	clear:left;
	font-size:19px;
	margin:0;
}
.amministratore_gda{
	width:15px;
	height:13px;
	display:inline-block;
	position:absolute;
	left:50%;
	top:-15px;
	margin-left:-8px;
	z-index:1;
	background:url(images/ico_capogruppo_list.png) 0 0 no-repeat;
}
ul#lista_cordate{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#lista_cordate li{
	width:100%;
	float:left;
	margin:0 0 30px;
	padding:0 0 10px 0;
	border-bottom:1px dotted #b9b9b9;
	position:relative;
}
#lista_cordate h2{
    color: #9AA800;
    float: left;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 22px;
    margin: 0;
    width: 890px;
}
#lista_cordate h2.tit_list_cordate{
	width:276px;
	float:left;
	margin:10px 0;
	padding:0 0 0 24px;
	background:url(images/ico_gruppi_lightgrey.png) 0 0 no-repeat;
    font-family: 'ArvoRegular';
	font-size:16px;
	color:#b9b9b9;
}
#lista_cordate h2 a{
    color: #9AA800;
	text-decoration:none;
}
#lista_cordate .lista_vini_acquistati{
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
#lista_cordate .lista_vini_acquistati li{
	border:0;
	padding:0;
	margin:0 0 10px;
}
#lista_cordate .lista_vini_acquistati li h3{
	width:100%;
	float:left;
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	color:#9daa2a;
}
#lista_cordate .lista_vini_acquistati li span{
	width:100%;
}
#lista_cordate .sunto_cordata span{
	width:auto;
}
.puls_unisciti_cordata{
	width:169px;
	height:23px;
	display:inline-block;
	background-image:url(images/puls_unisciti_cordata.png);
	background-repeat:no-repeat;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
.unisci_attivo{
	background-position:0 0;
	cursor:pointer;
}
.unisci_inattivo{
	background-position:0 -23px;
}
.cont_prezzo_iniziale{
	padding-bottom:20px;
	background:url(images/bg_prezzo_iniziale.png) right bottom no-repeat;
}
.bottiglia_sconto{
    float: right;
    height: 45px;
    margin: -11px 10px 0 0;
    position: relative;
    width: 169px;
	overflow:hidden;
}
.bottiglia_vuota{
	width:169px;
	height:45px;
	background:url(images/maschera_bottiglia.png) 0 0 no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.riempi_bottiglia{
	float:right;
	margin:1px 0 0;
	padding:0;
	background:#9dab2a;
	height:97%;
}
.container_seleziona_bottiglie{
	width:532px;
	height:115px;
	background:url(images/bg_select_bottiglie.png) left bottom no-repeat;
	float:left;
	padding:0 32px 0 0;
	margin:0 0 15px;
	position:relative;
}
.seleziona_bottiglie{
	background:none !important;
	border:0 !important;
	margin:12px 0 0 0 !important;	
}
.seleziona_bottiglie a{
	bottom:103px !important;
	width:56px !important;
	height:33px !important;
	padding:15px 0 56px !important;
	background:url(images/bg_puntatore_bottiglie.png) 0 0 no-repeat !important;
    font-family: 'ArvoBold';
	font-size:18px;
	color:#FFF !important;
	text-align:center !important;
	text-shadow:-1px -1px 0 #6e771d;
	text-decoration:none !important;
	border:0 !important;
	cursor:pointer !important;
}
span.value{
	font-family:Helvetica, Arial, sans-serif;
	color:#a4a4a4;
	font-size:10px;
	background:#FFF;
	position:absolute;
	right:10px;
	bottom:13px;
}
div.tab_shop{
	width:100%;
	float:left;
	display:none;
}
div#wait_overlay{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:9999;
	background:url(images/ajax-loader.gif) center bottom no-repeat rgba(255, 255, 255, .75);
	display:none;
}
div#update_group{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 30px;
	display:none;
}
ul.lista_user_spalla li{
	position:relative;
	font-size:11px !important;
	line-height:11px;
}
ul.lista_user_spalla li a{
	color:#717171 !important;
	text-decoration:none;
}
ul.lista_user_spalla li a:hover{
	text-decoration:none;
}
ul.lista_user_spalla li:hover{
	background:none !important;	
}
.puls_invita, .puls_accetta{
	position:absolute;
	right:0;
	top:50%;
	margin-top:-7px;
	cursor:pointer;
}
ul#altri_gda_list{
	width:100%;
	float:left;
	clear:both;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}
#altri_gda_list li{
	width:465px;
	float:left;
	margin:0 30px 30px 0 !important;
}
p.testo18{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 15px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	color:#7a7a7a;
}
p.testo18 span{
	font-size:15px;
}
ul#lista_cordate_popup{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#lista_cordate_popup li{
	width:250px;
	float:left;
	margin:0 20px 0 0;
}
div.cent_float{
	width:100%;
	float:left;
	margin:0 0 20px;
}
.label_nera{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	color:#373736;
	font-weight:600;
	line-height:42px;
	white-space:nowrap;
	position:relative;
	display:inline-block;
}
ul#lista_durate{
	width:100%;
	float:left;
	padding:0;
	list-style:none;
}
#lista_durate li{
	width:273px;
	height:111px;
	float:left;
	text-align:center;
	margin:0 30px 0 0;
}
#lista_durate li a{
	width:97px;
	height:97px;
	display:inline-block;
	background:url(images/bg_select_durata_cordata.png) center center no-repeat;
	font-family:Helvetica, Arial, sans-serif;
	font-size:41px;
	color:#9dab2a;
	line-height:110px;
	text-decoration:none;
	border:7px solid #FFF;
	cursor:pointer;
	border-radius:19px 19px 19px 19px;
}
#lista_durate li a:hover, #lista_durate li a.active{
	border:7px solid #9dab2a;
}
ul.lista_form{
	width:100%;
	float:left;
	padding:0;
	list-style:none;
}
.lista_form li{
	float:left;
	margin:0 30px 15px 0;
	position:relative;
}
.cent_float label{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#a6a6a6;
}
/*
	width:205px;
    border-color: #DBDBDB #CCCCCC #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 5px 5px #E0E0E0 inset;
    clear: both;
    color: #929292;
    float: left;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    height: 24px;
    margin: 13px 30px 0 0;
    padding: 0 0 0 7px;

*/
/* FANCYBOX *********************************************************************************************************************/
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('images/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('images/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('images/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('images/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('images/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('images/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -122px;
}
/* TAG AMICI **************************************************************************************/
.textntags-wrapper {
  position: relative;
  background: #fff;
  margin:35px 0 20px;
}
.send_comment_container .textntags-wrapper{
	margin:0;
}
.textntags-wrapper textarea {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100% !important;
  display: block;
  height: 21px;
  padding: 9px;
  margin: 0;
  border: 1px solid #dcdcdc;
  border-radius:3px;
  overflow: hidden;
  background: transparent;
  outline: none !important;
  resize: none;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 17px;
  line-height: 21px;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@-moz-document url-prefix() {
  .textntags-wrapper textarea{
    padding: 9px 8px;
  }
}

.textntags-wrapper .textntags-tag-list {
  display: none;
  background: #fff;
  border: 1px solid #b2b2b2;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10000;
  margin-top: -2px;

  border-radius:5px;
  border-top-right-radius:0;
  border-top-left-radius:0;

  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
     -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
}

.textntags-wrapper .textntags-tag-list ul {
    margin: 0 !important;
    padding: 0 !important;
}

.textntags-wrapper .textntags-tag-list li {
  background-color: #fff !important;
  padding: 0 5px !important;
  margin: 0 !important;
  width: auto;
  border-bottom: 1px solid #eee !important;
  height: 26px !important;
  line-height: 26px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  list-style: none !important;
  white-space: nowrap !important;
  font-family:Arial, Helvetica, sans-serif !important;
  font-size:12px !important;
}

.textntags-wrapper .textntags-tag-list li:last-child {
  border-radius:5px !important;
}

.textntags-wrapper .textntags-tag-list li > img,
.textntags-wrapper .textntags-tag-list li > div.icon {
  width: 16px !important;
  height: 16px !important;
  float: left !important;
  margin-top:5px !important;
  margin-right: 5px !important;
  -moz-background-origin:3px !important;
  border-radius:3px !important;
}

.textntags-wrapper .textntags-tag-list li em {
  font-weight: bold !important;
  font-style: none !important;
}

.textntags-wrapper .textntags-tag-list li:hover,
.textntags-wrapper .textntags-tag-list li.active {
  background-color: #f2f2f2 !important;
}

.textntags-wrapper .textntags-tag-list li b {
  /*background: #ffff99;*/
  font-weight: normal !important;
}

.textntags-wrapper .textntags-beautifier {
  position: relative;
  padding: 10px;
  color: #fff;

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

.textntags-wrapper .textntags-beautifier > div {
  color: #fff;
  white-space: pre-wrap;
  width: 100%;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 17px;
  line-height: 21px;
  min-height: 21px;
}

.textntags-wrapper .textntags-beautifier > div > strong {
  font-weight:normal;
  background: #D6E134;
  line-height: 20px;
}

.textntags-wrapper .textntags-beautifier > div > strong > span {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
/* COOKIE BAR ****************************************************************************/
#cookie-bar {position:relative; background:rgba(0,0,0,.80); height:auto; min-height:24px; line-height:24px; color:#FFF; text-align:center; padding:7px 0; font-family:Helvetica, Arial, sans-serif; font-size:15px;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; z-index:10000;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 2px;}
#cookie-bar .cb-enable {font-size:32px; font-weight:100; position:absolute; right:20px; top:7px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg);}
#cookie-bar .cb-enable:hover {}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {color:#FFF; text-decoration:none;}
#cookie-bar .cb-policy:hover {text-decoration:underline;}



