@import url(http://fonts.googleapis.com/css?family=Fjalla+One);

html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;line-height:130%;color:#575759;background:url('../images/stripe.png') repeat #fff}

h1,h2,h3,h4,h5,h6{margin:12px 0;padding:0;font-weight:500;text-rendering:optimizelegibility;color:#575759;font-family: "Fjalla One",sans-serif;}
h1{font-size:250%;line-height:150%}
h2{font-size:200%;line-height:150%}
h3{font-size:150%;line-height:150%}
h4{font-size:120%;line-height:150%}
h5{font-size:100%;line-height:140%}
h6{font-size:100%;line-height:130%}

a,a:visited{color:#D9B03E;text-decoration:none;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s}
a:hover,a:focus{color:#575759;text-decoration:none}

hr{margin:4px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff}
ul{padding:0;list-style:none}

img{max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}


/* HTML5 */
article,aside,details,footer,header,hgroup,nav,section{display:block}
figcaption{display:table-caption;caption-side:bottom;}
figure{display:table;}


/* FORM RELATED TAGS */
form{}
fieldset{padding:0;margin:0;border:0}
legend{display:block;width:100%;padding:0;margin-bottom:18px;font-size:19.5px;line-height:36px;color:#333;border:0;border-bottom:1px solid #eee}

label,button,input,select,textarea{font-size:100%;line-height:120%;vertical-align:middle;margin:0}

input[type="text"],input[type="password"],textarea{padding:9px;border:0;outline:1px solid rgba(0,0,0,0.075);border-bottom:2px solid #ccc;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{border-bottom-color:#999;outline-offset:0}
textarea{height:auto;overflow:auto;vertical-align:top}
input[type="checkbox"]{background-color:#fff}
.control-group{width:100%;display:block;margin-bottom:8px}
.control-label{display:inline-block;margin-right:8px;min-width:125px;vertical-align:middle}
.controls{display:inline-block}

.btn{display:inline-block;padding:6px 18px;margin:0;color:#333;text-align:center;vertical-align:middle;cursor:pointer;text-decoration:none;outline:0;text-shadow:0 1px 1px rgba(255,255,255,0.75);
	background-color:#eee;
	background-image:-moz-linear-gradient(top,#fff,#eee);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eee));
	background-image:-webkit-linear-gradient(top,#fff,#eee);
	background-image:-o-linear-gradient(top,#fff,#eee);
	background-image:linear-gradient(to bottom,#fff,#eee);
	background-repeat:repeat-x;
	border-width:1px;border-style:solid;border-color:#ccc #ccc #999 #ccc;
	-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,.btn:focus{background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear;}
.btn.active,.btn:active{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 -3px 4px rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.05);}
.btn.disabled,.btn[disabled]{cursor:default;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}


/* ALTRE CLASSI */
.clear{height:0px!important;width:100%!important;clear:both;margin:0!important;padding:0!important;border:0!important}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}
.clearfix:after{clear:both}

.pull-right{float:right}.pull-left{float:left}
.hide{display:none}.show{display:block}.invisible{visibility:hidden}
.hidden{display:none;visibility:hidden}

.lead{margin-bottom:18px;font-size:19.5px;font-weight:200;line-height:27px}

.well{min-height:20px;padding:18px;margin-bottom:18px;/*background-color:#f5f5f5;border:1px solid #eee;*/-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}
.page-header{padding:0px 0px 8px 0px;border-bottom:5px solid #D9B03E;margin:0 0 18px 0;text-transform:uppercase;font-weight:500;color:#575759;}
.page-header h1,.page-header h2,.page-header h3{margin:0}
.well .page-header{/*margin-top:0;padding:0*/}

.wk-slideshow .caption {
    position: absolute;
    left: 50px;
    right: 0px;
    bottom: 50px;
	max-width:500px;
    z-index: 5;
    padding: 30px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
	font-family: "Fjalla One",sans-serif;
	font-size:200%;
}

/* STRUTTURA */
body.site.fluid{padding:0px;background-color:#fff;}
.header{margin-bottom:0px;background:#d9b03e;}
.header-inner {max-width:1200px;margin:0 auto;}
.site-title{font-size:40px;line-height:48px;font-weight: bold;}
.header .finder{margin-top:14px;}
.header .finder .btn{margin-top:0px;}
.footer {background:#575759; text-align:center;color:#fff;font-size:90%;}
.top {max-width:1200px;margin:0 auto 20px auto;}
.promo .span4 {line-height:180%!important;background:#fff;}


.row-fluid{max-width:1200px;margin:0 auto;background:#fff;}
.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0}
.row-fluid:after{clear:both}
.row-fluid [class*="span"]{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.127659574%}
.row-fluid [class*="span"]:first-child{margin-left:0}
.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left:2.127659574%}
.row-fluid .span12{width:99.99999999%}
.row-fluid .span11{width:91.489361693%}
.row-fluid .span10{width:82.978723396%}
.row-fluid .span9{width:74.468085099%}
.row-fluid .span8{width:65.957446802%}
.row-fluid .span7{width:57.446808505%}
.row-fluid .span6{width:48.936170208%}
.row-fluid .span5{width:40.425531911%}
.row-fluid .span4{width:31.914893614%}
.row-fluid .span3{width:23.404255317%}
.row-fluid .span2{width:14.89361702%}
.row-fluid .span1{width:6.382978723%}
.row-fluid .offset12{margin-left:104.255319138%}.row-fluid .offset12:first-child{margin-left:102.127659564%}
.row-fluid .offset11{margin-left:95.744680841%}.row-fluid .offset11:first-child{margin-left:93.617021267%}
.row-fluid .offset10{margin-left:87.234042544%}.row-fluid .offset10:first-child{margin-left:85.10638297%}
.row-fluid .offset9{margin-left:78.723404247%}.row-fluid .offset9:first-child{margin-left:76.595744673%}
.row-fluid .offset8{margin-left:70.21276595%}.row-fluid .offset8:first-child{margin-left:68.085106376%}
.row-fluid .offset7{margin-left:61.702127653%}.row-fluid .offset7:first-child{margin-left:59.574468079%}
.row-fluid .offset6{margin-left:53.191489356%}.row-fluid .offset6:first-child{margin-left:51.063829782%}
.row-fluid .offset5{margin-left:44.680851059%}.row-fluid .offset5:first-child{margin-left:42.553191485%}
.row-fluid .offset4{margin-left:36.170212762%}.row-fluid .offset4:first-child{margin-left:34.042553188%}
.row-fluid .offset3{margin-left:27.659574465%}.row-fluid .offset3:first-child{margin-left:25.531914891%}
.row-fluid .offset2{margin-left:19.148936168%}.row-fluid .offset2:first-child{margin-left:17.021276594%}
.row-fluid .offset1{margin-left:10.638297871%}.row-fluid .offset1:first-child{margin-left:8.510638297%}
[class*="span"]{float: left;min-height:1px;margin-left:20px}
[class*="span"].hide,.row-fluid [class*="span"].hide{display:none}
[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right}
.container-fluid{padding:0;}
.container-fluid:before,.container-fluid:after{display:table;content:"";line-height:0}
.container-fluid:after{clear:both}
.item-page {padding-left:20px;}



/* ELEMENTI JOOMLA 3.x */
.navigation{padding:0;margin-bottom:18px;text-align: right;}
.nav{margin:0;list-style:none}
.nav > li{display:inline-block;font-family: 'Fjalla One', sans-serif;text-transform:uppercase;padding:40px 20px 0 20px;}
.nav > li > a{display:block;color:#fff;padding:0px;font-size:140%;line-height:150%;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s}
.nav > li > a:hover,.nav > li > a:focus,.nav > li.active > a{text-decoration:none;color:#575759; border-bottom:5px solid #575759;}
.nav > li > a > img{max-width:none}

.breadcrumb{margin:18px 0;padding:6px 12px;list-style:none;background-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.breadcrumb > li{display:inline-block;text-shadow:0 1px 0 #fff}
.breadcrumb > li > .divider{padding:0 5px;color:#ccc}
.breadcrumb > .active{color:#999}

.pagination{margin-bottom:18px;}
.pagination ul{margin:0}
.pagination ul > li{display:inline-block;height:28px;width:28px;margin:0;vertical-align:middle;border:1px solid #ddd;border-left-width:0;padding:4px}
.pagination ul > li span,.pagination ul > li > a{display:block;width:28px;height:28px;line-height:28px;text-decoration:none;text-align:center}
.pagination ul > li.active span{cursor:default}
.pagination ul > li.disabled > span{opacity:0.3}
.pagination ul > li:not(.disabled):not(.active){-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s}
.pagination ul > li:not(.disabled):not(.active):hover{background-color:rgba(0,0,0,0.075)}
.pagination ul > li:first-child{border-left-width:1px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px}
.pagination ul > li:last-child{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px}
.icon-first,.icon-previous,.icon-next,.icon-last{background-image:url('../images/pagination-arrows.png');background-repeat:no-repeat}
.icon-previous{background-position:-28px 0}.icon-next{background-position:-56px 0}.icon-last{background-position:-84px 0}

.pager{margin:18px 0;list-style:none;text-align:center;}
.pager:before,.pager:after{display:table;content:"";line-height:0}
.pager:after{clear:both}
.pager li{display:inline}
.pager li > a,.pager li > span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}
.pager li > a:hover,.pager li > a:focus{text-decoration:none;background-color:#f5f5f5}
.pager .next > a,.pager .next > span{float:right}
.pager .previous > a,.pager .previous > span{float:left}
.pager .disabled > a,.pager .disabled > a:hover,.pager .disabled > a:focus,.pager .disabled > span{color:#999;background-color:#fff;cursor:default}

.alert{padding:9px 12px 9px 12px;position:relative;margin-bottom:18px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.alert .close{position:absolute;top:5px;right:5px;color:#c09853;font-size:200%;cursor:pointer}
.alert,.alert h4{color:#c09853}
.alert h4{margin:0}
.alert > div > p{margin-bottom:0}
.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}
.alert-success h4{color:#468847}
.alert-danger,.alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48}
.alert-danger h4,.alert-error h4{color:#b94a48}
.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad}
.alert-info h4{color:#3a87ad}
.alert-block{padding-top:14px;padding-bottom:14px}
.alert-block > p,.alert-block > ul{margin-bottom:0}
.alert-block p + p{margin-top:5px}

.tooltip{position:absolute;z-index:1030;max-width:400px;display:block;visibility:visible;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}
.tooltip.in{opacity:.8;filter:alpha(opacity=80)}
.tooltip.top{margin-top:-3px;padding:5px 0}
.tooltip.right{margin-left:3px;padding:0 5px}
.tooltip.bottom{margin-top:3px;padding:5px 0}
.tooltip.left{margin-left:-3px;padding:0 5px}
.tooltip-inner{max-width:none;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;text-shadow:none}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}

/* BLOG, ARTICLES, CONTENT */
.item > p{text-align:justify}

dl.article-info{margin:12px 0}
dt.article-info-term{display:none}
dl.article-info dd{margin:0px}

ul.tags{margin:0 0 12px}
ul.tags li{display:inline-block;text-align:center;margin-right:6px;background-color:#fff;border-radius:12px;border:1px solid #08c;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s}
ul.tags li:hover{background-color:#f5f5f5}
ul.tags li a{display:block;padding:3px 12px;border-radius:12px}

.content-rating{margin:0 0 12px}
.content-rating p{margin:0}

.item-image{position:relative;overflow:hidden}
.item-image > img{position:relative}
.item-image .image-caption{position:absolute;right:3px;bottom:3px;background-color:rgba(0,0,0,0.5);color:#fff;padding:3px 12px}
.pull-right.item-image{margin:0 0 18px 18px;max-width:50%}
.pull-left.item-image{margin:0 18px 18px 0;max-width:50%}

.items-more,.content-links{margin-bottom:18px;border-bottom:1px solid #eee}
.items-more ol{margin:0;padding:6px 0}
.items-more a:hover{background-color:transparent!important}

.module-header{padding-bottom:17px;margin:20px 0 18px 0;border-bottom:1px solid #eeeeee;}
.item-title{margin-bottom:9px;}
.item-content{margin:18px 0;}
.item-subtitle{margin-bottom:9px;}
.header .nav > li:last-child > .dropdown-menu,.item-actions .dropdown-menu,.item-comment .dropdown-menu{left:initial;right:0;}
.article-index{margin:0 0 10px 10px;}
.list-item-title{margin-bottom:9px;}
.list-item-content {margin:18px 0;}
.list-item-subtitle{margin-bottom:9px;}

#helpsite-refresh{vertical-align:top}
#pop-print{float:right;margin:10px}
#filter-search{vertical-align:top}
.editor{overflow:hidden;position:relative}
.search span.highlight{background-color:#FFC;font-weight:700;padding:1px 4px}

.b2jcontainer h2 {text-transform:uppercase;font-weight:500!important;}

.fjalla {font-family: "Fjalla One",sans-serif;font-size:17px;font-weight:300;}
ul.fjalla {margin-top:0;}
ul.fjalla li {line-height:180%;}
.bandina {text-align: center; background: #7F7F7F;padding:1px;clear:both;display:block;color:#fff;line-height:170%;margin-bottom:20px;}
.bandina:before {}

/* DEVICES WIDTH AND MEDIA */

.only-desktop{display:inherit}
.only-tablet,.only-phone{display:none}
.hidden-desktop,.hidden-tablet,.hidden-phone{display:inherit}

@media (max-width: 599px) { /* Mobiles, most of all*/
	.only-desktop,.hidden-phone{display:none!important}
	.only-phone{display:inherit!important}
}

@media (min-width: 600px) and (max-width: 1023px) { /* Tablets, Some Mobile Landscape and Low def Desktop */
	.only-desktop,.hidden-tablet{display:none!important}
	.only-tablet{display:inherit!important}
}

@media (min-width: 1024px) { /* Desktop and HD Tablets */
	.only-desktop{display:inherit!important}
	.only-tablet,.hidden-desktop{display:none!important}
}

@media print {
	*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}
	.visible-print{display:inherit!important}
	.hidden-print{display:none!important}
	a,a:visited{text-decoration:underline}
	a[href]:after{content:" (" attr(href) ")"}
	abbr[title]:after{content:" (" attr(title) ")"}
	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}
	pre{border:1px solid #999;page-break-inside:avoid}
	thead{display:table-header-group}
	tr,img{page-break-inside:avoid}
	img{max-width:100%!important}
	@page{margin:.5cm}
	p,h2,h3{orphans:3;widows:3}
	h2,h3{page-break-after:avoid}
}