/*  Typo
----------------------------------------------- */

a:link, a:visited
{
    text-decoration: underline;
    color:#EC4413;
}
a:active { 	text-decoration: underline; }
a:hover { text-decoration:none; }


h1 { font:bold 18px/140% "Trebuchet MS", Verdana, sans-serif; }
h2 { font:bold 14px/140% "Trebuchet MS", Verdana, sans-serif; }
h1 a { text-decoration: none!important; }

p {	font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;}

.floor {
    clear: both;
}

.cella {
    border-bottom: 1px solid #eee;
}

/*  Layout
----------------------------------------------- */

html {
    height: 100%;
}

body {
    /*--background: url(https://u.jimcdn.com/cms/o/scfed8c325b1692b4/userlayout/img/header-bg.jpg?t=1404217851) top left repeat-x #eaeaea;--*/
    background: url(https://u.jimcdn.com/cms/o/scfed8c325b1692b4/userlayout/img/header-bg-medium-jpeg.jpg?t=1404217836) top left repeat-x #eaeaea;
    padding: 35px 0 0 0;
    margin:0;
    height: 100%;
    position: relative;
    font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body.cc-page-index {
    background: url(https://u.jimcdn.com/cms/o/scfed8c325b1692b4/userlayout/img/header-bg-big-jpeg.jpg?t=1404217829) top left repeat-x #eaeaea;
}

body #cc-inner {
    height: 100%;
}

#container {
    margin: 0 auto;
    width: 980px;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height:100%;
}

#header {
    padding-top: 24px;
}
#header h1 {
    margin-top: -7px;
}
#header h1 a {
    display: block;
    width: 172px;
    height: 70px;
    background: url(https://u.jimcdn.com/cms/o/scfed8c325b1692b4/userlayout/img/logo-lugano.png?t=1404256060) center left no-repeat;
}
#header h1 span {
    visibility: hidden;
}

#navigation {
    position: relative;
    margin-top: 30px;
    margin-right: -10px;
    float: right;
    padding: 17px 0px;
}
#navigation li {
    float: left;
}


#sidebar
{
    display: none;
}


#content {
    margin-top: 45px;
    /*min-height: 400px;*/
}

#content_area {
    width: 737px!important;
    padding: 20px !important;
    background: #fff;
    -moz-box-shadow: 1px 1px 2px #aaa;
    -webkit-box-shadow: 1px 1px 2px #aaa;
    box-shadow: 1px 1px 2px #aaa;
}
body.cc-page-index #content_area {
    width: auto!important;
    background: none;
    padding: 0px !important;
    -moz-box-shadow: 0px 0px 0px #aaa;
    -webkit-box-shadow: 0px 0px 0px #aaa;
    box-shadow: 0px 0px 0px #aaa;
}

#footer {
    clear:both;
    margin-top: 50px;
    padding-bottom: 50px;
    background: red;
    bottom: 0;
    width: 100%;
     background: url(https://u.jimcdn.com/cms/o/scfed8c325b1692b4/userlayout/img/header-bg-big-jpeg.jpg?t=1404217829) top left repeat-x #eaeaea;
}

#footer .gutter {
    width: 980px;
    margin: 0 auto;
    padding-top: 15px;
}
#footer .logo {
    float: left;
    padding-top: 3px;
}
#footer ul {
    float: left;
}
#footer ul.adress {
    padding-left: 30px;
    margin-left: 30px;
    margin-right: 40px;
    border-left: 1px solid #444;
}
#footer ul.adress li {
    margin-bottom: -4px;
    font-size: 11px;
    color: #777;
}
#footer ul li.title {
    font-size: 15px;
    margin-bottom: 7px;
    color: #777;
}
#footer ul li{
    list-style: none;
    margin-bottom: 1px;
}
#footer ul li a{
    color: #777;
}
#footer ul li a:hover{
    color: #aaa;
}

.j-htmlCode {
    padding: 0px !important;
}

/*  Navigation
----------------------------------------------- */

ul.mainNav1,
ul.mainNav2, 
ul.mainNav3 {
    margin:0;
    padding: 0;
}
ul.mainNav2 {
    position: absolute;
    width: 180px;
    top: 99px;
    right: 13px;
    background: #fff;
    -moz-box-shadow: 1px 1px 2px #aaa;
    -webkit-box-shadow: 1px 1px 2px #aaa;
    box-shadow: 1px 1px 2px #aaa;
}

ul.mainNav1 li {
    margin: 0px 0px 0px 4px;
    display: inline-block;
}

ul.mainNav2 li {
    margin: 0px;
    display: block;
}

#navigation li ul.mainNav2 li,
#navigation li ul.mainNav3 li {
    float: none;
}

ul.mainNav1 li a,
ul.mainNav2 li a {
    font:normal 12px/140% Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    color: #fff;
}
ul.mainNav2 li a {
    font:normal 12px/130% Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
    color:#2f2f2f;
    border-bottom: 1px solid #efefef;
}
ul.mainNav2 li:last-child a {
    border-bottom: none;
}


ul.mainNav1 li a { padding: 5px 9px 5px 9px; }
ul.mainNav2 li a { padding: 11px 5px 11px 17px; }
ul.mainNav3 li a { 
    padding: 3px 0px 3px 27px;
    background: #efefef;
    border-bottom: 1px solid #e6e6e6 !important;
}


ul.mainNav2 li a { 
  
}


ul.mainNav1 a:hover {
    color: #e9751e;
}
ul.mainNav2 a:hover {
    color: #e9751e;
}

ul.mainNav1 a.current { 
    color: #e9751e;
    border: 1px solid #202020;
    background: #212121;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul.mainNav1 a.parent { 
    color: #e9751e;
    border: 1px solid #202020;
    background: #212121;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul.mainNav2 a.parent { 
    border: none;
    border-bottom: 1px solid #efefef;
    background: #2f2f2f;
    color: #eb6d06;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
ul.mainNav2 a.current { 
    border: none;
    border-bottom: 1px solid #efefef;
    background: url(https://u.jimcdn.com/cms/o/scfed8c325b1692b4/userlayout/img/nav2-bg-arrow.gif?t=1404217891) center left no-repeat #2f2f2f;
    color: #eb6d06;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
ul.mainNav2 a:last-child { 
    border-bottom: none !important;
}

ul.mainNav3 { 
    border-bottom: 1px solid #efefef;
    padding: 0px 0px 1px 0px;
}

ul.mainNav3 a { 
    background-color: none !important;
}

/* Blog
---------------------------------*/
.blogselection {
    
}

.j-blogSelection,
.j-BlogSelection {
    padding: 0px !important;
    margin: -20px;
}

.sample-box,
.blogselection .j-blogarticle {
    margin-bottom: 1px;
    padding: 30px 40px !important;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.blogselection .j-blogarticle:first-child {
    border-top: none !important;
}
.blogselection .j-blogarticle:last-child {
    border-bottom: none !important;
}
.cc-page-blog #content_area {
    /*width: 685px;*/
}
#content_area h1,
.blogselection .j-blogarticle h1 {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

#content_area p,
.blogselection .j-blogarticle p {
    text-align: justify;
}
#content_area .datetime,
.blogselection .j-blogarticle .datetime {
    margin: 0!important;
    padding-top: 5px;
    width: auto!important;
    background: none!important;
    box-shadow: none !important;
}
#content_area .datetime .day-word,
#content_area .datetime .yr,
#content_area .datetime .mon,
#content_area .datetime .day {
    display: inline!important;
    font-size: 10px!important;
    font-style: italic;
    color: #c9c9c9!important;
    font-size: 12px !important;
}

.cc-page-blog #content_area {
    width: 685px!important;
    margin-bottom: 12px;
    background: #fff;
    padding: 55px 50px 50px 50px!important;
    -moz-box-shadow: 0px 0px 2px #bababa;
    -webkit-box-shadow: 0px 0px 2px #bababa;
    box-shadow: 0px 0px 2px #bababa;
}
.cc-page-blog #content_area h1 a {
    padding-bottom: 20px!important;
}
.cc-page-blog #content_area h1 a {
    color: #000!important;
    cursor: default!important;
    font-size: 32px!important;
}
.cc-page-blog #content_area h2 {
    padding: 17px 0px 0px 0px!important;
}
.cc-page-blog #content_area .postmeta {
    display: none;
}


.n.j-header {/*titolo NEWS */
    padding-left: 0px !important;
}
body.cc-page-index .j-blogSelection,
body.cc-page-index .j-BlogSelection {
    float: left;
    width: 420px;
    margin: 0px !important;
}
body.cc-page-index .j-blogSelection:nth-child(7),
body.cc-page-index .j-BlogSelection:nth-child(7) {
    float: right;
    width: 525px;
}
body.cc-page-index .j-blogSelection .blogreadmore,
body.cc-page-index .j-BlogSelection .blogreadmore {
    display: none !important;
}
body.cc-page-index .j-blogSelection .j-blogarticle,
body.cc-page-index .j-BlogSelection .j-blogarticle {
    padding: 8px 0px !important;
    border-top: none;
    height: 23px;
    overflow: hidden;
}
body.cc-page-index .j-blogSelection .j-blogarticle:first-child,
body.cc-page-index .j-BlogSelection .j-blogarticle:first-child {
    border-top: 1px solid #DDDDDD !important;
}
body.cc-page-index .j-blogSelection .j-blogarticle:last-child,
body.cc-page-index .j-BlogSelection .j-blogarticle:last-child {
    border-bottom: 1px solid #DDDDDD !important;
}
body.cc-page-index .j-blogSelection h1,
body.cc-page-index .j-BlogSelection h1 {
    font-size: 14px !important;
    margin: 2px 0px 0px 0px !important;
    padding-bottom: 0px !important;
}
body.cc-page-index .j-blogSelection .datetime
body.cc-page-index .j-BlogSelection .datetime {
    height: auto !important;
    padding-left: 10px;
}
body.cc-page-index .j-blogSelection .datetime
body.cc-page-index .j-BlogSelection .datetime .day-word {
    display: none !important;
}


/* Form
---------------------------------*/

#content_area p.cc-m-form-note {
    margin: 30px 5px 0 5px;
    font-size: 11px!important;
    border-top: 1px dotted #CCCCCC;
}

.cc-m-form-view-element {
    margin-bottom: 3px !important;
}
.cc-m-form-view-label {
    margin-bottom: 3px !important;
}
.cc-m-form-view-label span {
    font-weight: normal;
}

.cc-m-form-view-sortable {
    margin-bottom: 5px !important;
}
.cc-m-form-view-sortable input {
    height: 19px !important;
    margin-bottom: 3px!important;
    padding: 3px !important;
    width: 100%;
    border: 1px solid red;
    background: #fcfcfc;
}
.cc-m-form-view-sortable input[type="checkbox"] {
    height: auto !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
    width: auto !important;
}
.cc-m-form-view-sortable input[type="radio"] {
    height: auto !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
    width: auto !important;
}
.cc-m-form-view-sortable input:focus {
    background: #fff;
}
.cc-m-form-view-sortable textarea {
    padding: 3px !important;
    background: #fcfcfc;
}
.cc-m-form-view-sortable textarea:focus {
    background: #fff;
}


.cc-m-form .cc-m-form-view-submit input {
 float: right;
  display: inline-block;
  *display: inline;
  padding: 3px 11px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 20px;
  color: #555;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}


.cc-m-form-note {
    display: none;
}



/* Box slide
---------------------------------*/
#box_slide {

}

/* Teaser box
---------------------------------*/
#teaser_box {
   
}
#teaser_box .mini_box {
    display: inline-block;
    width: 135px;
    height: 135px;
    margin-right: 10px;
    background: #101010;
    border-radius: 4px;
    opacity: 0.70;
    filter:alpha(opacity= 70); /* For IE8 and earlier */
}
#teaser_box .mini_box:hover {
    opacity: 1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}
#teaser_box .mini_box:first-child {
    background: url(https://u.jimcdn.com/cms/o/scfed8c325b1692b4/userlayout/img/mini-box-tedesco.png?t=1404217885) center center no-repeat #101010;
}
#teaser_box .mini_box:nth-child(2) {
    background: url(https://u.jimcdn.com/cms/o/scfed8c325b1692b4/userlayout/img/mini-box-contatto.png?t=1404217878) center center no-repeat #101010;
}
#teaser_box .mini_box:nth-child(3) {
    background: url(https://u.jimcdn.com/cms/o/scfed8c325b1692b4/userlayout/img/mini-box-eventi.png?t=1404251954) center center no-repeat #101010;
    margin-right: 0px;
}
#teaser_box .mini_box:last-child {
    width: 535px;
    margin-right: 0px;
    float: right;
    background: url(https://u.jimcdn.com/cms/o/scfed8c325b1692b4/userlayout/img/versetto-home.png?t=1404217899) center center no-repeat #101010;
}

/*---- Button have questions ----*/
a.button-have-questions {
		font-family: Arial, Helvetica, sans-serif;
		display: block;
		width: 130px;
                
		padding: 10px 0px;
		font-size: 12px;
		text-align: center;
		text-trasform: uppercase;
		text-decoration: none !important;
		border-radius: 3px;
		color: #ff6d00;
		background: #2e2e2e;
	}
	
	a.button-have-questions:hover {
		color: #fff;
		background: #ff6d00;	
	}



/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
        position:relative;
}
.nivoSlider img {
        position:absolute;
        top:0px;
        left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
        border:0;
        padding:0;
        margin:0;
        z-index:60;
        display:none;
}
/* The slices in the Slider */
.nivo-slice {
        display:block;
        position:absolute;
        z-index:50;
        height:100%;
}
/* Caption styles */
.nivo-caption {
        position:absolute;
        left:0px;
        bottom: 0px;
        background:#000;
        color:#fff;
        opacity:0.8; /* Overridden by captionOpacity setting */
        width:100%;
        z-index:89;
}
.nivo-caption p {
        padding:5px;
        margin:0;
}
.nivo-caption a {
        display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
        position:absolute;
        top:45%;
        z-index:99;
        cursor:pointer;
}
.nivo-prevNav {
        left:0px;
}
.nivo-nextNav {
        right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
        position:relative;
        z-index:99;
        cursor:pointer;
}
.nivo-controlNav a.active {
        font-weight:bold;
}
#slider {
    width: 980px;
    height: 360px;
    background:url(http://u.jimdo.com/www54/o/s91cbc98158418b99/userlayout/img/loading.gif) no-repeat 50% 50%;
}
#slider img {
        position:absolute;
        top:0px;
        left:0px;
        display:none;
}
#slider a {
        border:0;
        display:block;
}

.nivo-controlNav {
        position:absolute;
        left: 590px;
        bottom: 0px;
}
.nivo-controlNav a {
        display:block;
        width: 10px;
        height:22px;
        background:url(http://u.jimdo.com/www54/o/s22740d25edb8e7c3/userlayout/img/bullets.png?t=1340306801&v=thumb) no-repeat;
        text-indent:-9999px;
        border:0;
        margin-right:3px;
        float:left;
}
.nivo-controlNav a.active {
        background-position: 0 -22px;
}

.nivo-directionNav a {
        display:block;
        width: 24px;
        height: 24px;
        background:url(https://u.jimcdn.com/cms/o/scfed8c325b1692b4/userlayout/img/arrow.png?t=1404217822) no-repeat;
        text-indent:-9999px;
        border:0;
}
a.nivo-nextNav {
        background-position: -24px 0;
        right: 10px;
}
a.nivo-prevNav {
        left: 10px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


/*-------------------------- GOOGLE CALENDAR -------------------------*/
.agenda .date-label, 
.agenda .underflow-bot, 
.agenda .underflow-top {
    padding: 0.5em 1em !importan;
    margin-top: 20px !importan;
}

iframe .header {
    margin-bottom: 20px !important;
}