/* #BASIC STYLE
======================================================================================== */

body{
    color: #666666;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    background: url('../images/bg/bg_body.jpg');
}

.color{color: #dc3f35;}

/* #TYPOGRAPHY
======================================================================================== */

h1, h2, h3, h4, h5, h6{
    color: #333333;
    margin-bottom: 15px;
    font-weight: bold;
}
h1{
    font-size: 22px;
    line-height: 25px;
}
h2{
    font-size: 20px;
    line-height: 23px;
}

h3{
    font-size: 18px;
    line-height: 20px;
}
h4{
    font-size: 16px;
    line-height: 18px;
}
h5{
    font-size: 14px;
    line-height: 18px;
}
h6{
    font-size: 12px;
    line-height: 16px;
}

p{margin-bottom: 15px;}
strong{color: #333333; font-weight: bold;}


/* #LINKS
======================================================================================== */
a{
    color: #dc3f35;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
a:hover{
    color: #993333;
}
h2 a{
    color: #333333;
    font-style: normal;
}
h2 a:hover{color:  #dc3f35;}

#toolbar-user strong {
    color: #dc3f35;
    padding-left: 5px;
}
/* #IMAGES
======================================================================================== */
img.scale, .scale img{
    max-width: 100%;
    height: auto;
}

.image{
    padding: 4px;
    background-color: #fff;
    -webkit-box-shadow:  0px 1px 2px 0px #c7c7be;
    -moz-box-shadow:  0px 1px 1px 0px #c7c7be;
    box-shadow:  0px 1px 2px 0px #c7c7be;

}
#logo img{ max-width: 100% !important;}

img.alignleft{margin-right: 15px;}
img.alignright{margin-left: 15px;}
img.aligncenter{
    margin: 0 auto 10px auto;
    display: table;
}

#zone-branding-wrapper {
    width: 100%;
    height: 144px;
    background: url("../images/bg/header-right-bg.png") repeat scroll 0 0 transparent;
    position: relative;
    z-index: 1;
}

/* #VIDEO
======================================================================================== */
.video-container, .map-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed,
.map-container iframe
 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.view-id-riar_video .views-field-title h2 {
	font-size: 19px;
}

/* #CLEAR & LAST $ ALIGN
======================================================================================== */
.alignleft{float: left;}
.alignright{float: right;}
.aligncenter{text-align:center;}

.last{
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none! important;
    padding-bottom: 0 !important;
}

.clearfix:after, #footer li:after{
    content:  ".";
    display:  block;
    height:  0;
    clear:  both;
    visibility:  hidden;
}
.clearfix{display:  inline-block;}
.clearfix{display:  block;}
.clear{clear:both;}

/* #HEADER
======================================================================================== */
.header{
    width: 100%;
    height: 93px;
    position: relative;
    z-index: 1000;
    display: none;
}

#region-branding{
    float: left;
    height: 144px;
    width: 363px;
    /*padding: 0 0 0 9999px;
    margin: 0 0 0 -9999px;*/
}
div#block-jump-menu-jump-menu-m-main-menu {
    margin: 45px 0 0;
    float: right;
}

#block-menu-menu-login-mobile {
  position: absolute;
  top: 110px;
  left: 115px;
}

#block-menu-menu-login-mobile ul li {
    list-style: none;
}

#block-locale-language-content {
    position: absolute;
    top: 111px;
    right: 0px;
    background: url("../images/ww.png") left 5px no-repeat;
    padding-left: 60px;
    padding-bottom: 2px;
}

#block-locale-language-content h2.block-title {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    color:#ffffff;
    font-family: "Open Sans", "sans-serif"
}

.language-switcher-locale-url li {
    float: left;
}

.language-switcher-locale-url li a {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 15px;
    opacity: .4;
    background: url("../images/Italy-Flag-icon.png") no-repeat left top;
}

.language-switcher-locale-url li a.active,
.language-switcher-locale-url li a:hover {
    opacity: 1;
}



.language-switcher-locale-url li.en a {
    background: url("../images/United-Kingdom-flag-icon.png") no-repeat left top;
}

.language-switcher-locale-url li.ru a {
    background: url("../images/Russia-Flag-icon.png") no-repeat left top;
    margin-right: 0;
}

.language-switcher-locale-url {
    background-size: contain;
}


#right{
    float: right;
    height: 94px;
    width: 741px;
    padding: 0 9999px 0 0;
    margin: 0 -9999px 0 0;
    background: url('../images/bg/header-right-bg.png');
}

    /* #LOGO
    ======================================================================================== */
    #logo{
        float: left;
        display: block;
    }

    /* #MENU
    ======================================================================================== */
    #menu{
        float: right;
        padding-top: 33px;
    }

    #menu li{
        float: left;
        line-height: 16px;
        margin-right: 20px;
    }
    #menu a{
        display: block;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-style: normal;
       /* font-family: 'Droid Sans', sans-serif;*/
    }
    #menu .current,
    #menu a:hover{color: #dd4036;}
    #menu span{
        font-size: 10px;
        font-style: italic;
        color: #666666;
        text-shadow: 0px 1px 1px #151515;

    }


/* #MESSAGE
======================================================================================== */
#message{

    padding: 30px 0;
    font-size: 20px;
    font-style: italic;
    text-align: center;
    color: #fff;
    line-height: 30px;

}
#message p{
    margin-bottom: 0;
    text-shadow: 0 1px 3px #181818;
}
#message span{color: #dc3f35;}


/* #SERVICES
======================================================================================== */
.services p{
    margin-bottom: 0;
    font-size: 12px;
}
.services .alignleft{width: 60px;}
.services .alignright{width: 157px;}
.services h3{
    font-size: 16px;
    margin-bottom: 8px;
}


/* #SLIDER
======================================================================================== */
.ei-slider{
    position: relative;
    width: 100%;
    max-width: 1980px;
    height: 600px;
    margin: 0 auto;
}
.ei-slider-loading{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:999;
    background: rgba(0,0,0,0.9);
    color: #fff;
    text-align: center;
    line-height: 400px;
}
.ei-slider-large{
    height: 100%;
    width: 100%;
    position:relative;
    overflow: hidden;
}
.ei-slider-large li{
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.ei-slider-large li img{
    width: 100%;
}
.ei-title{
    position: absolute;
    margin-right: 13%;
    top: 45%;
    width: 100%;
    right: 0;
    left: 0;
}

.ei-title h3{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding:10px 10px;
    background-color: #2c2c2c;
    display: inline-block;
}
.ei-slider-thumbs{
    height: 7px;
    margin: 0 auto;
    position: relative;
    margin-top: -25px;
    z-index: 99;
}
.ei-slider-thumbs li{
    position: relative;
    float: left;
    height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
    visibility: hidden;
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    z-index: 10;
    text-indent: -9000px;
    background: transparent;
}
.ei-slider-thumbs li a{
    visibility: hidden;
    display: block;
    text-indent: -9000px;
    background: transparent;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
    background-color: #dc3f35;
}
.ei-slider-thumbs li img{
    position: absolute;
    bottom: 50px;
    opacity: 0;
    z-index: 999;
    max-width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-reflect:
        below 0px -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(transparent),
            color-stop(50%, transparent),
            to(rgba(255,255,255,0.3))
            );
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
    opacity: 1;
    bottom: 7px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* #PAGE TITLE
======================================================================================== */

.page-title.single{margin-top: 94px;}
.ptitle{
    float: left;
}
.ptitle h2{
    font-weight: 700;
    margin-bottom: 0;
    font-size: 24px;

    text-transform: uppercase;
}
.ptitle p{
    margin-bottom: 0;
    font-size: 11px;
}


/* #BLOG PAGE
======================================================================================== */

    /* #blog categories
    ======================================================================================== */
    .pcategories{float: right;}
    .pcategories li{
        float: left;
        margin-right: 15px;
        padding-top: 8px;
    }
    .pcategories li a{
        color: #666666;
        font-style: italic;
        font-family: 'Droid Serif', serif;
    }
    .pcategories li a:hover{color: #cc0000;}
    .pcategories li.current a{color: #dc3f35 !important;}

    /* #blog new post
    ======================================================================================== */
    .new-post{
        margin-bottom: 45px;
        padding-bottom: 45px;
        background: url('../images/divider.png') repeat-x bottom;
    }
    .new-post img{
        float: left;
        margin-right: 30px;
    }
    .new-post h2{
        font-size: 20px;
        margin-bottom: 0px;
    }
    .new-post .blog-meta{
        font-size: 10px;
        font-style: italic;
    }

    /* #blog post
    ======================================================================================== */
    .blog-post{margin-bottom: 45px;}
    .blog-post img{
        float: left;
        margin-right: 15px;
    }

    .blog-post h2{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
    }
    .blog-post .blog-meta{
        font-size: 10px;
        margin-bottom: 10px;
        font-style: italic;
        font-family: 'Droid Serif', serif;
    }



/* #PORTFOLIO
======================================================================================== */
.portfolio{
 /*   width: 940px;*/
    margin-bottom: 22px;
}

.portfolio li{
   float: left;
    margin: 0 13px 8px 0;
   /* overflow: hidden;*/
    width: 215px;
    height: auto;
    position: relative;
    padding: 5px 5px 10px 5px;
    line-height: 0;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow:  0px 1px 2px 0px #c7c7be;
    -moz-box-shadow:  0px 1px 1px 0px #c7c7be;
    box-shadow:  0px 1px 2px 0px #c7c7be;
}
.portfolio li:last-child{
    margin-right: 0;

}

.portfolio li img{margin-bottom: 20px;}

.portfolio li p{margin-bottom: 15px;}
.portfolio li p em{
    font-size: 10px;
    font-family: 'Droid Serif', serif;
}

.portfolio a{
    display: none;
    text-indent: -9999px;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 105px;
    margin-top: -14px;
}
.portfolio a.view{
    left: 50%;
    margin-left: -35px;
    background: url('../images/img-view.png');
}
.portfolio a.load{
    right: 50%;
    margin-right: -35px;
    background: url('../images/img-link.png');
}
.portfolio a:hover{background-position: 0 -28px;}

.p-nav{
    margin-bottom: 15px;
    text-align: right;
}
.p-nav a{
    display: inline-block;
    margin-left: 5px;
    width: 22px;
    height: 22px;
}
.p-nav a.close-portfolio{background: url('../images/close.png') no-repeat;}
.p-nav a.p-next{background: url('../images/next.png') no-repeat;}
.p-nav a.p-prev{background: url('../images/prev.png') no-repeat;}


    /* #portfolio single post
    ======================================================================================== */
    .p-single{
        margin-bottom: 30px;
        padding-bottom: 30px;
        background: url('../images/divider.png') no-repeat bottom;
    }
    .p-meta{
        margin: 15px 0 15px 0;
        padding-bottom: 15px;
        background: url('../images/divider2.png') repeat-x bottom;
    }
    .p-meta li{
        float: left;
        margin-right: 15px;
        font-size: 11px;
    }

    .p-left{
        float: left;
        width: 680px;
    }
    .p-right{
        float: right;
        width: 250px;
    }


/* #TEAM
======================================================================================== */
.team p{margin-bottom: 2px;}



/* #SOCIAL
======================================================================================== */
.social ul{
    display: table;
    margin: 0 auto;
}
.social li{
    float: left;
    margin-right: 15px;
}
.social a{
    display: block;
    width: 49px;
    height: 50px;
}
/*
.social a.facebook{background: url('../images/social/facebook.png');}
.social a.twitter{background: url('../images/social/twitter.png');}
.social a.vimeo{background: url('../images/social/vimeo.png');}
.social a.youtube{background: url('../images/social/youtube.png');}
.social a.skype{background: url('../images/social/skype.png');}
.social a.dribbble{background: url('../images/social/dribbble.png');}
.social a.digg{background: url('../images/social/digg.png');}
.social a.delicious{background: url('../images/social/delicious.png');}
.social a:hover{margin-top: -5px;}
*/


/* #CONTACT FORM
======================================================================================== */
#contact-form textarea{
    width: 693px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background-color: #fcfcfc;
}
#contact-form p.alignleft{
    width: 227px;
    margin-right: 15px;
}
#contact-form p.alignleft input{
    width: 207px;
    padding: 10px;
    border: 1px solid #e4e4df;
    background-color: #fcfcfc;
}

#contact-form textarea,
#contact-form p.alignleft input{
    font-size: 11px;
    color: #666666;
    font-family: 'Droid Serif', serif;
}
label.error{
    color: #dc3f35;
    font-size: 11px;
}

#contact-form input.error,
textarea.error {border: 1px solid #ff3f3f;}

#progress{
        padding:10px;
        border:1px solid #4eaa77;
    }
    #progress p{margin-bottom:0 !important;}



/* #PAGINATE
======================================================================================== */
.paginate {
    padding-top: 30px;
    background: url('../images/divider.png') repeat-x top;
}
.paginate ul{float: right;}
.paginate li{
    float: left;
    margin-right: 10px;
}
.paginate a{
    color: #666;
    display: block;
    padding: 1px 7px;
    border-radius: 3px;
}
.paginate a.current,
.paginate a:hover{
    color: #fff;
    background-color: #dc3f35;
    -webkit-box-shadow: inset 0px 1px 2px 0px #353535;
    -moz-box-shadow: inset 0px 1px 2px 0px #353535;
    box-shadow: inset 0px 1px 2px 0px #353535;
}



/* #CLIENTS
======================================================================================== */
.clients{width: 455px; margin-left:0;}
.clients img{
    margin: 0 3px 1px 0;
    line-height: 0;
    -webkit-box-shadow:  0px 1px 2px 0px #c7c7be;
    -moz-box-shadow:  0px 1px 1px 0px #c7c7be;
    box-shadow:  0px 1px 2px 0px #c7c7be;
    float:left;
}



/* #SKILL
======================================================================================== */
.skill{
    width: 100%;
    height: 30px;
    margin-bottom: 18px;
    background-color: #ecece3;
    border: 1px solid #deded5;
    border-radius: 5px;
}
.skill div{
    line-height: 30px;

    background: url('../images/skill.png') no-repeat left center;
    border-radius: 5px;
}
.skill span{
    padding: 0 15px;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    font-family: 'Droid Serif', serif;
    text-shadow: 0 1px 1px #962f29;
}


/* #BLOG SINGLE
======================================================================================== */
.blog-single h1{margin-bottom: 5px;}
.blog-single img{margin-bottom: 15px;}

    /* #comments
    ======================================================================================== */
    ul.children{
    margin-left:89px;
    }
    .avatar{
        width:69px;
        height: 70px;
        float: left;
        margin-right:20px;
        text-align: center;
    }

    .comm-content{
         background-color:#fff;
         padding: 10px;
         margin-left:89px;
         margin-bottom:20px;
         -webkit-box-shadow:  0px 1px 2px 0px #c7c7be;
    -moz-box-shadow:  0px 1px 1px 0px #c7c7be;
    box-shadow:  0px 1px 2px 0px #c7c7be;

    }
    .comment-reply-link{
        display: block;
        font-size: 11px;
        margin-top: -10px;
    }

    .comm-meta{
        border-bottom: 1px solid #d1d1d1;
        position: relative;
        color: #909090;
        margin-bottom: 8px;
        padding-bottom: 10px;
        font-size: 11px;
    }

    /* #comments form
    ======================================================================================== */
    #commentform{
        margin-bottom:10px;
        margin-top:18px;
    }
    #commentform p{margin-bottom: 0;}
    #commentform .left{
        float: left;
        margin-right: 25px;
        width: 303px;
        margin-bottom: 10px;
        color:#717171 ;
    }

    #commentform textarea{
        width:938px!important;
        height:143px !important;
        border-radius:5px;
        padding:10px;
        overflow:hidden;
        margin-bottom:10px;
        border: 1px solid #e5e5e5;
        background-color: #fcfcfc;
    }

    #commentform .left input{
        width: 278px;
        border-radius:5px;
        padding:10px;
        margin-top:5px;
        border: 1px solid #e5e5e5;
        background-color: #fcfcfc;
    }
    .logged-in-as{margin-bottom: 5px !important;}


/* #SERVICES
======================================================================================== */
.pservices{
    text-align: center;
    margin-bottom: 30px;
}

.icon{margin: 0 0 10px 0;}

#zone-content-wrapper{

}

#linkalfa{
    display:block;
    width: 46px;
    height: 46px;
    margin: auto;
    position: relative;
    margin-top: -25px;
    margin-bottom: -25px;
    background: transparent  url("../images/bg/logo_alfaromeo.png") top left no-repeat;
}

#linkalfa span{display:none;}

.not-front #linkalfa{
    margin-top:  0;
}

/* #FOOTER
======================================================================================== */
#zone-f-wrapper{
    font-size: 11px;
    color: #d3d3d3;
    background: #000000 url("../images/bg/bg_logo_alfa.png") top center no-repeat;
}
#zone-f {
    padding-top: 105px;
    padding-bottom: 35px;
}

#zone-f .block{
    margin-bottom: 0;
}

#zone-f h2.block-title span{
    color: #f2f2f2;
    font-family: "Open Sans", "sans serif";
    font-size:12px;
    text-transform: uppercase;
    border-bottom: 1px solid #666666;
    display: inherit;
    padding-bottom: 5px;
}

#zone-f ul li{
    list-style: none;
}

#zone-f-wrapper a{
    color: #fff;
    font-family: 'serif';
    font-size: 12px;

}
#zone-f-wrapper a:hover{
    color: #dc3f35;
    border-bottom: 1px dotted #dc3f35;
}


#section-footer {
     background: url('../images/bg/footer-bg.png') repeat-x;
     padding-top: 40px;
     color:#ffffff;
}
#section-footer .block {
     margin-bottom: 10px;
}
#zone-footer .grid-12 p{
     text-align: center;
     float:none;
    }

#zone-footer p{
    float: left;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
#zone-footer p a{
    color: #ffffff;
}

p.facebook{
    background: url('../images/fb-icon.png') no-repeat left center !important;
    padding: 15px 35px;
}
p.blogriar{
    background: url('../images/br-icon.png') no-repeat left center;
    padding: 15px 35px;
    margin: 0;
}
p.acipalermo{
    background: url('../images/acipalermo.png') no-repeat left center;
    padding: 15px 35px;
    margin: 0;
}

#block-block-3 .content p,
#block-block-11 .content p {
    background: url('../images/poi-icon.png') no-repeat left 5px;
    padding: 0 35px;
}

#block-block-19 .content p {
    background: url('../images/instagram-icon.png') no-repeat left 5px;
    padding: 0 35px;
}

#block-block-19 .content p.youtube {
  background: url('../images/yt-icon-footer.png') no-repeat left 5px;
  padding: 0 35px;
  line-height: 17px;
}


.phone{
    background: url('../images/phone-icon.png') no-repeat left 5px;
    padding: 0 35px;
}
.email{
    background: url('../images/email-icon.png') no-repeat left 5px;
    padding: 0 35px;
}
.poi p, .phone p{margin-bottom: 0;}


    /* #TWITTER
    ======================================================================================== */
    .tweet img{
        float: left;
        margin-right: 10px;
    }
    .tweet li{
        margin-bottom:7px;
        padding-bottom:7px;
        /*background:url(../images/footer-li-divider.jpg) repeat-x bottom;*/
    }

    /* #FLICKR
    ======================================================================================== */
    #flickr{width: 222px;}
    #flickr li{
        float: left;
        margin: 0 5px 5px 0;
    }
    #flickr a{border-bottom: none !important;}
    #flickr img{
        width: 58px;
        border: 3px solid #292929;
    }


    /* #LATEST POST
    ======================================================================================== */
    ul.latest-post li{margin-bottom: 10px;}
    ul.latest-post li a{
        font-style: normal;
        font-family: 'Droid Sans', sans-serif;
    }
    ul.latest-post span{
        display: block;
        font-size: 10px;
        text-transform: uppercase;
    }


/* #SHORTCODES
======================================================================================== */

    /* #DIVIDER
    ======================================================================================== */
    .divider{
        height: 5px;
        width: 100%;
        background: url('../images/divider.png');
        margin: 30px 0;
    }


    /* #BUTTON
    ======================================================================================== */
    .button{
        background-color: #dc3f35;
        padding: 5px 15px;
        border: none;
        color: #fff;
        font-size: 11px;
        border-radius: 3px;
    }
    .button:hover{
        color: #fff;
        background-color: #7f0800;
    }

    /* #Blockquote
    ======================================================================================== */
    blockquote, q{quotes:"""";}
    blockquote p{
        font-size:14px;
        line-height: 22px;
        font-style: italic;
        font-family: 'Droid Serif', serif;
        margin:20px 0;
        color: #2c2c2c;
        background-color: #fff;
        padding: 7px 7px 7px 20px;
        border: 1px solid #e4e4df;
        border-left:3px solid #dc3f35 !important;
    }


    /* #ACCORDION
    ======================================================================================== */
    .acc-header{
        cursor:pointer;
        position:relative;
        padding:10px;
        color:#dc3f35;
        border:1px solid #e7e7e7;
        margin-bottom:5px;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        font-weight: 700;
        font-size: 14px;
    }
    .acc-box{
        margin-bottom:50px;
        padding-bottom:50px;
        border-bottom:1px solid #2a2a2a;
    }
    .acc-box .acc-block{
        padding-right: 50px;
    }
    .acc-block{
        margin-bottom: 10px;
    }


    /* #TOGGLE
    ======================================================================================== */
    .toggle{
        cursor:pointer;
        position:relative;
        padding:10px;
        color:#dc3f35;
        border:1px solid #e7e7e7;
        margin-bottom:5px;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        font-weight: 700;
        font-size: 14px;
    }
    .toggle span{
        position:absolute;
        top:11px;
        right:5px;
        display:block;
        width:20px;
        height:20px;
        background:url(/images/toggle.png) no-repeat 0 0;
    }
    .toggle.active span{background-position:0 -20px;}
    .toggle-block{padding:0 10px 10px 10px;}


.node .field{
    margin-bottom: 10px;
}
.field-name-field-attachments .field-item{
    margin:20px 0;
}
.field-name-field-attachments .field-item span{
    background-color: #9a0000;
    padding:9px;
}
.field-name-field-attachments .field-item span a{
    color: #ffffff;
}
    /* dodao  */
    /* --- Views Field --- */
    .block {
        margin-bottom: 20px;
        }
        body.page-node- #region-content .node .field-name-field-image img, body.page-comment #region-content .node .field-name-field-image img, body.page-node- #region-content .node .field-name-field-feature-image img, body.page-node #region-content .node .field-type-image img {
    height: auto;
    max-width: 100%;
}

.view-content .views-row-first{
    margin-left: 0;
}

.view-content .views-row-last{
    margin-right: 0;
}

.cols-1 .views-col {
  width: 100%;
}

.cols-2 .views-col {
  width: 50%;
}

.cols-3 .views-col {
  width: 33.33%;
}

.cols-4 .views-col {
  width: 25%;
}

.cols-5 .views-col {
  width: 20%;
}

.cols-6 .views-col {
  width: 16.66%;
}

.grid {
    display: block;
    float: left;
}

.grid-inner img {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 #C7C7BE;
    padding: 4px;
    margin-bottom: 5px;
}

#region-header-first h2{
    text-transform: uppercase;
}
#region-header-first h2 span.titlePage{
    color:#dc3f35;
}

.container-12 .grid-6 .block-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.container-12 .grid-6 #breadcrumb{
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.container-12 .grid-6 #breadcrumb ul li a{
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

h1#page-title {
    font-size: 22px;
    line-height: 20px;
}
 h2.block-title  {
   font-size: 18px;
    line-height: 20px;
    }
    p.p {padding: 0; margin:0;}
#zone-f h2.block-title {

    color: #F2F2F2;

    }
    strong.s  a {color: #333; font-style: normal;margin-left:5px;}

#zone-header-wrapper {
    position:relative;
    top: -50px;
    background: url("../images/hd/N0618.jpg") no-repeat center top #ffffff;
    /*margin-bottom: 40px;*/
    padding: 205px 0 0;
}
/* Foto Header */
body.page-node-3 #zone-header-wrapper {
    background: url("../images/hd/DSCN0974.jpg") no-repeat center top #ffffff;
}

body.page-node-4 #zone-header-wrapper,
body.page-node-53 #zone-header-wrapper,
body.page-node-54 #zone-header-wrapper,
body.page-calendar #zone-header-wrapper,
body.page-rally #zone-header-wrapper,
body.page-giulietta-trophy #zone-header-wrapper {
    background: url("../images/hd/regis.jpg") no-repeat center top #ffffff;
}

body.page-node-5 #zone-header-wrapper,
body.page-node-6 #zone-header-wrapper,
body.page-node-9 #zone-header-wrapper,
body.page-node-10 #zone-header-wrapper,
body.page-node-11 #zone-header-wrapper,
body.page-affiliated-club #zone-header-wrapper,
body.page-faq #zone-header-wrapper {
    background: url("../images/hd/AA12.jpg") no-repeat center top #ffffff;
}

body.page-news #zone-header-wrapper,
body.page-circulars #zone-header-wrapper {
    background: url("../images/hd/_MG_8581.jpg") no-repeat center top #ffffff;
}


.front #region-user-third {
    margin: 0;
}

    .view-front-content {}
    .front #region-content {}
    .one-two, .one-third, .one-four, .one-five, .three-three {
    float: left;
    margin-right: 24px;
    position: relative;
}
.breadcrumb {
    width: 100%;
    padding:0;
    float: right;
    margin: 0;

    }
#breadcrumb a{
    font-size: 11px;
    font-style:normal;

    }
    .submitted, .node-links {
        margin-bottom: 20px;
        }

    #edit-submit, #edit-submit--2, #edit-submit--3, #edit-submit--4, #edit-preview {
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 11px;
    padding: 5px 15px;
    background-color: #DC3F35;
    cursor:pointer;
}
    #edit-submit:hover, #edit-submit--2:hover, #edit-submit--3:hover, #edit-submit--4:hover, #edit-preview:hover {
    background-color: #7F0800;
}
 #edit-preview {
    margin-left: 5px;
 }

.submitted, .comment-submitted {

    font-size: 10px;
    font-style: italic;
}
.comment-submitted {
    margin-bottom: 10px;
}
.comment {margin-bottom: 25px;}
li a.active {
    color: #444;
}

.breadcrumb li {

    margin-right: 0.8em;
}

#block-jump-menu-jump-menu-m-main-menu {display:block; text-align: center;}
#block-superfish-1 {display:none;}

#block-block-9.block {margin-bottom: 0;}

.attachment li.views-row {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 #DADACF;
    }
.one-two {
    width: 458px;
}
.one-third {
    width: 297px;
}
.one-four {
    width: 217px;
}
.one-five {
    width: 168px;
}
.one-six {
    width: 135px;
}
.three-three {
    width: 713px;
}

.portfolio li p {
    margin-bottom: 10px;
    font-weight:bold;
    }

    #contact-site-form .form-text, #comment-form .form-text, #user-login-form .form-text, #user-login .form-text, #user-login .form-text {
     background-color: #FCFCFC;
    border: 1px solid #E4E4DF;
    padding: 5px;
    color: #666;
     font-family: 'Droid Serif',serif;
    font-size: 11px !important;
    width: 225px;

}
#edit-message {
     background-color: #FCFCFC;
    border: 1px solid #E4E4DF;
    color: #666666;
    font-size: 11px;
    margin-top: 5px;
    outline: medium none;
    padding: 5px;
    resize: none;
}

#edit-comment-body-und-0-value {
     background-color: #FCFCFC;
    border: 1px solid #E4E4DF;
    color: #666666;
    font-size: 11px;
    margin-top: 5px;
    outline: medium none;
    padding: 5px;
    resize: none;
}
#search-block-form .form-text {
     background-color: #FCFCFC;
    border: 1px solid #E4E4DF;
    color: #666;
    font-size: 11px;
    height: 20px;

}

#block-views-latest-post-block .item-list ul li {
    margin: 0;
    padding: 0;
}

#block-views-latest-post-block span.datum {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
}
#block-views-latest-post-block a {

    font-style: normal;
}

.front #region-user-third .region-inner {
    margin-left: 10px;
    }

    .node-blog.node-teaser img {
    float: left;
    margin-right: 30px;
    height: auto;
    max-width: 100%;
    margin-bottom:20px;
}
.node-blog.node-teaser .node-links {
    margin: 10px 0 40px;
    }
    .padd {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 #DADACF;
    padding: 25px;
    margin-bottom: 30px;
        }
        .pad2 {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 #DADACF;

        }
.blog li.views-row {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 #DADACF;
    margin-bottom: 40px;
    overflow:auto;

    }
    .blog li.views-row img {
     margin: 15px;
    }
                .view-blog-2 .views-field-field-image img {
        float:left;
        margin-right: 15px;
        margin-bottom: 10px;

            }
        .view-blog-2 .attachment img{
        float:left;
        margin-right: 30px;
        margin-bottom: 10px;
        height: auto;
    max-width: 100%;
            }


.view-blog-2 .views-field-title h2 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 3px;
    font-style: normal;
    font-family: 'Rokkitt';
    font-style: normal;
    font-weight: 700;
    margin-top: 15px;
}
.view-blog-2 .attachment h2 {
    font-size: 20px;
    margin-bottom: 0;
    text-decoration:none;
    margin-bottom: 0;
    font-family: 'Rokkitt';
    font-style: normal;
    font-weight: 700;
}


.view-quadrifoglio .node-teaser, .view-portfolio-3-column .node-teaser, .view-portfolio-4-column .node-teaser,
.view-press .node-teaser, .view-portfolio-3-column .node-teaser, .view-portfolio-4-column .node-teaser {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 #DADACF;
    margin-bottom: 30px;
    padding: 15px;
    }

.view-press .views-row  {
    position: relative;
}

.view-press .node-teaser {
    height: 350px;
}

.view-press .node-teaser .field-name-field-attachments {
      white-space: nowrap;
      position: absolute;
      bottom: 0;
      width: 82%;
}

.view-press .node-teaser .field-name-field-attachments .field-item,
.view-press .node-title {
  overflow-x: hidden;
  text-overflow: ellipsis;
  padding: 10px 0;
  white-space: nowrap;
  margin: 0;
}

.view-press .node-teaser .field-name-field-attachments .field-item {
  color: #fff;
}

.view-quadrifoglio .node-teaser .field-name-field-image img, .view-portfolio-3-column .node-teaser img, .view-portfolio-4-column .node-teaser img,
.view-press .node-teaser .field-type-image img  {
    height: auto;
    max-width: 100%;
    margin-bottom: 20px;
}

.node-magazine .field-name-field-image img {
height: auto;
max-width: 100%;
            }
.node-blog.node-teaser p {
padding-right: 15px;
    }
.not-front #region-content .region-inner {
    /*background: #FFFFFF url("../images/bg/bg_content.jpg") repeat-x top left;*/
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 #DADACF;
    padding: 35px 15px 15px 15px;
    margin-bottom: 20px;
        }
.front #region-content .region-inner {
    background-color: transparent;
    padding: 15px 0;
        }

#region-content.non .region-inner {
    background-color:transparent;
    box-shadow:none;
    padding: 0;
    margin-bottom: 0;
}
/* pager */

ul.pager {
    background: url("../images/divider.png") repeat-x scroll center top transparent;
    padding-top: 30px;
}

.item-list .pager li {

}
.item-list .pager li a, li.pager-current, li.pager-item a:hover {
    border-radius: 3px 3px 3px 3px;
    color: #666666;

    padding: 6px 7px;
}
        li.pager-current, li.pager-item a:hover {
                background-color: #DC3F35;
    box-shadow: 0 1px 2px 0 #353535 inset;
    color: #FFFFFF;
            }


item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0;
}
.item-list ul li {
    margin: 0 ;
    padding: 0;
}
.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    margin: 6px;
    padding: 6px;
}
.item-list .pager-current.last {
     background-image: none;
    display: inline;
    list-style-type: none;
    margin: 6px;
    padding: 6px;
    }
    .pager-current.last {

    padding-bottom: 6px !important;
}
li.pager-first.first a:hover, li.pager-previous a:hover, li.pager-next a:hover, li.pager-last.last a:hover {
    color:#DC3F35;
    }

/* end p */
        #block-views-front-slider-block.block {margin-bottom: 0;}
        .ei-slider-large p {margin-bottom: 0;}

        .img-left img {
    float:left;
    margin: 3px 15px 5px 0;
    }

    body.page-node- #region-content .node .field-name-field-image, body.page-comment #region-content .node .field-name-field-image {
    margin-bottom: 20px;
    width: 100%;
}
body.page-node- #region-content .node .field-name-field-image img, body.page-comment #region-content .node .field-name-field-image img, body.page-node- #region-content .node .field-name-field-feature-image img, body.page-node #region-content .node .field-type-image img {
    height: auto;
    max-width: 100%;
}
.tabbed-nav ul.tabs {
    border: medium none;
    height: 56px;
    margin: 0;
    padding: 0;
    white-space: normal !important;
    width: 100%;
}
.tabbed-nav ul.tabs li.active a {
    margin-top: -2px;
    text-decoration: none;
}
#region-content .tabbed-nav ul.tabs {
    margin-left: 0;
}
tabbed-nav ul.tabs li a {
    background-color: #EFEEE9;
}
.tabbed-nav ul.tabs li.active a {
    background: none repeat scroll 0 0 white;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 2px solid #8D98A2;
    color: #333333;
}
.tabbed-nav ul.tabs li {
    float: left;
    height: 56px;
    margin: 0;
    padding: 0;
    width: 33.3%;
}
.front #zone-header-wrapper {
    background: url("../images/bg/header-right-bg.png") repeat-x scroll center bottom transparent;
    border-top: 1px solid #3C3C3C;
    padding: 0;
}
#zone-header-wrapper.fs {
    background: url("../images/bg/hbg.png") ;
    border-top: 1px solid #3C3C3C;

}
p.flex-caption {margin: 15px;
text-align:center;
 background-color: #DD4036;

}
p.flex-caption a {
    color: #FFFFFF;
   /* display: inline-block;*/
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
    padding: 10px;
    text-transform: uppercase;
    }
    .bt {border-top: 1px solid #3C3C3C;}

#block-system-main.block {margin-bottom: 0}
div#block-jump-menu-jump-menu-m-main-menu .block {margin: 0;}
.block-box {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 #DADACF;
    margin-bottom: 20px;
    padding: 15px 10px;
}
/* list*/
#block-blog-recent li, #block-comment-recent li {
    margin-bottom: 7px;
     background: url("../images/bullet-square.png") no-repeat scroll 0 8px transparent !important;
    line-height: 1.8em !important;
    list-style: none outside none;
    margin: 0 !important;
    overflow: inherit;
    padding: 2px 0 2px 24px;
    }
#block-blog-recent li a, #block-blog-recent .more-link a, #block-comment-recent li a {
    font-style:normal;
        }
/* end list*/
.views-table{
   width: 100%;
}
.views-table tr.even, .views-table tr.odd{
    border-bottom: 0;
}
.views-table tr.odd{
    background-color: #f5f5f5;
}
.views-table tr.even{
    background-color: #ffffff;
}
.views-table th{
    text-transform: uppercase;
}
.views-table td{
    border: 3px solid #fff;
    padding:15px;
    vertical-align: middle;
}

.views-exposed-form{
    margin-bottom: 20px;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 20px;
}

/* FAQ */

.view-faq ol li{
    margin:15px 0;
    padding:10px 5px;
}

.view-faq .view-display-id-attachment_1{
    margin-bottom: 40px;
}

/* GALLERY */
/*
.galleryformatter .gallery-thumbs {
    margin-top: 20px;
}

.gallery-thumbs .wrapper {
margin-bottom: 10px;
}

.galleryformatter .gallery-thumbs .arrow {
    padding:4px 8px;
    background-color: #9a0000;
    color:#ffffff;
}
.galleryformatter .gallery-thumbs .forward {
    margin-left: 5px;
}


.gallery-processed .gallery-slides, .gallery-thumbs ul li {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 #000000;
    padding: 5px;
}
.galleryformatter .gallery-slides, .galleryformatter .gallery-thumbs {
    margin: 20px auto 0;
}
.gallery-thumbs ul li {
    margin: 0 5px;
}
.gallery-thumbs ul li.slide-0 {
    margin: 0 5px 0 0;
}
.gallery-thumbs .wrapper{
   height:90px;
}

.galleryformatter .gallery-slides .slide-button, .galleryformatter .gallery-thumbs .empty{display:none;}
*/



/*  PP  */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0; color:#292929;}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
#flexslider-1  .views-field-title {
       background-color: #DD4036;
    margin: 15px;
    text-align: center;
    }
#flexslider-1  .views-field-title a {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'Rokkitt';
    font-style:normal;
}

/* Donato*/

#block-views-front-slider-block {
    position: relative;
    top: -50px;
    z-index: -1;
}

/*
** Front
*/

.front #zone-preface{
    width:95%;
    padding:20px 0;
    background:url("../images/bg/bg-grid-home.png");
}
.front #zone-preface .grid-4{
    width:65%px;
    margin: 0 8px;
}

.front #zone-preface .grid-4 img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.front #zone-preface .grid-4 .block{
    position:relative;
    height: 210px;
    overflow: hidden;
}

.front #zone-preface .grid-4 .block .views-field-title{
    position:absolute;
    background-image: url("../images/bg/bg_hed.png");
    width: 100%;
    height: 116px;
    top:0;
    left:0;
    z-index: 1;
}

.front #zone-preface #block-views-news-block-1 {
    cursor: pointer;
    background-image: url("../images/box-news.jpg");
}

.front #zone-preface #block-views-news-block-1 > .block-inner,
.front #zone-preface #block-views-box-in-home-block-5 .views-field-title {
    height: 100%;
    background-image: url("../images/bg/bg_hed.png");
}

.front #zone-preface #block-views-news-block-1 .view-news {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.front #zone-preface #block-views-news-block-1 .view-news .last-news {
    color: white;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 17px;
}

.front #zone-preface #block-views-news-block-1 .view-news .last-news a {
    color: white;
}

.front #zone-preface #block-views-news-block-1 .view-news .views-row {
    padding-top: 8px;
    border-bottom: 1px solid white;
}

.front #zone-preface .grid-4 .block .calendar-event .views-field-title {
    background-image:none;
    background-color: #990000;
}
.front #zone-preface .grid-4 #block-views-news-block-1 .views-field-title{
    height:195px;
}

.front #zone-preface .grid-4 .block .views-field-title a{
    display:block;
    padding:15px 15px 11px 15px;
    color:#ffffff;
}
.front #zone-preface .grid-4 #block-views-news-block-1 .views-field-title a{
    color:#cc3333;
}
.front #zone-preface .grid-4 #block-views-news-block-1 .views-field-title a .data-event{
    color:#ffffff;
}

.front #zone-preface .grid-4 #block-views-news-block-1 .views-field-title a .last-news{
    color:#ffffff;
    display:block;
    margin-top: 7px;
}

.front #zone-preface .grid-4 .block .data-event{
    display:block;
}

.front #block-views-box-in-home-block-8 {
    display: none;
}
/*
.front #zone-preface .grid-4 .block .views-field-title a:hover{
    background-image: none;
    background-color: #990000;
}
*/

.front #zone-preface .grid-4 .block .views-field-title a .title,
.front #zone-preface .grid-4 .block .views-field-title .title,
.front #zone-preface .grid-4 .block .block-title {
    display:block;
    text-transform: uppercase;
    font-size: 19px;
    font-family: "san-serif";
    margin-bottom: 5px;
}
.front #zone-preface .grid-4.region-preface-first,
.front #zone-preface .grid-4.region-preface-second,
.front #zone-preface .grid-4.region-preface-third {
    margin-left: 28px;
}

.front #zone-preface .grid-4 .block .block-title {
    color: #cc3333;
    position: absolute;
    top: 16px;
    left: 13px;
}

.front #zone-preface #block-views-news-block-1 a {
    padding-top: 45px;
}

.front #zone-preface #block-views-box-in-home-block-5 .views-field-title .title {
    color: #cc3333;
    font-weight: bold;
    padding: 15px 0 12px;
    margin: 0;
}

.front #zone-preface #block-views-box-in-home-block-5 .views-field-title {
    padding: 0 15px;
    width: 90%;
    background-color: transparent !important;
    background-image: url("../images/bg/bg_hed.png") !important;
}

.front #zone-preface #block-views-box-in-home-block-5 .views-field-title a {
    padding: 0;
    padding-bottom: 7px;
}

#zone-preface #block-views-box-in-home-block-5 .views-field-title ul li {
    padding-top: 6px;
    border-bottom: 1px solid white;
}


.node-club .field{
    margin:10px 0;
}

.view-faq div.views-row{
    margin:40px 0;
}


.not-front .mylist h2{
    margin-bottom: 15px
}

.not-front .mylist .views-row{
    margin: 10px 0 40px;
}
.not-front .mylist .views-field-field-image{
    float:left;
    width:300px;
    height:200px;
    margin-right: 30px;
}
.not-front .mylist .views-field-field-event-data, .mylist .views-field-created{
    color:#dc3f35;
    margin-bottom: 20px;
}
a.views-more-link{
    display:block;
    color:#999999;
}
a.views-more-link:hover{
    color:#dc3f35;
}

#region-sidebar-second h2.block-title{
    color: #dc3f35;
    padding-left: 19px;
}

#region-sidebar-second ul.menu li{
    list-style: none;
    margin-left: 0;
    padding:8px 19px;
    border-bottom: 1px solid #ebebeb;
}
#region-sidebar-second ul.menu li a{
    color: #444;
}
#region-sidebar-second ul.menu li a.active{
    color: #dc3f35;
}

.region-sidebar-second .block-views{
    position:relative;
    overflow: hidden;
}
#region-sidebar-second .block .views-field-title,
#region-sidebar-second .block .views-field-view-node {
    position:absolute;
    top:0;
    left:0;
    background-image: url("../images/bg/bg_hed.png");
    width: 100%;
    z-index: 1;
    text-transform: uppercase;
}
#region-sidebar-second #block-views-box-sidebar-block-3 .views-field-title{
    background-image: none;
    background-color: #9a0000;
}
#region-sidebar-second .block .views-field-title a,
#region-sidebar-second .block .views-field-view-node a {
    display:block;
    padding:10px 28px;
    color: #ffffff;
    font-family: "serif";
}

@media only screen and (min-width: 768px) and (max-width: 958px) {
 #flickr img{width: 42px;}
 #flickr {
    width: 160px;
}
.one-four {
    width: 160px;
}

.portfolio li {
 margin: 0 5px 8px 0;
}
 }


 #backtotop{
    z-index: 999;
 }

#block-menu-block-1{
    background-color: #ffffff;
    padding: 3em 0 1em 0;
}

#fancy_login_login_box{
    border:3px solid #993333 !important;
}
#fancy_login_close_button {
    border: 0;
    color: #993333;
    background-color: #fff;
    font-family: 'Open Sans';
}
#fancy_login_close_button:hover {
    color: #993333;
}

div#fancy_login_login_box {
   -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}

#user-login label {
    font-family: 'Open Sans';
}

li#menu-685-1 a {
    display:block;
    background-image: url('../images/user-icon.png');
    background-repeat: no-repeat;
    width:49px;
    height:45px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 20px;
    padding: 0;
}

li#menu-685-1 a:hover {
    background-position: 0 -46px;
}

.i18n-en li#menu-685-1 a {
    background-position: 0 -91px;
}

.i18n-en li#menu-685-1 a:hover {
    background-position: 0 -136px;
}

.i18n-ru li#menu-685-1 a {
    background-position: 0 -181px;
}

.i18n-ru li#menu-685-1 a:hover {
    background-position: 0 -226px;
}

.content .field-name-body ul {
    list-style: inherit;
    margin: 0 .5em;
    padding: 0 1em;
}

.content .field-name-body ul li {
    margin: 1em 0;
}

#backtotop {
    bottom: 3px;
}

/*
 * RIAR Video
 */
.view-riar-video .views-field-body {
    margin-top: 5px;
    line-height: 16px;
}

#views_slideshow_cycle_teaser_section_box_in_home-block_8 {
    /*background-color: rgba(0,0,0,0.7);*/
}

/*
 * RIAR FORM ONLINE
*/

.page-node-register input.form-text,
.page-registration input.form-text,
.page-registration select {
    width: 99%;
    height: 18px;
    padding: .3em;
}

.page-node-register form .field-widget-text-textarea {
    width: 100%;
}

.form-managed-file .form-file {
    margin-right: .5em;
    background: #c2c2c2;
    padding: 0.3em 0 .3em .3em;
    width: 88%;
}

.form-managed-file .form-submit {
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 11px;
    padding: 5px 15px;
    background-color: #DC3F35;
    cursor: pointer;
}

.page-registration #edit-delete {
    float: right;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 11px;
    padding: 5px 15px;
    background-color: red;
    cursor: pointer;
}

#edit-cancel {
    margin-left: 1em;
}

fieldset {
    margin-top: .5em;
}

fieldset.collapsed {
    margin-top: .5em;
    margin-bottom: 2.5em;
}

legend {
    background-color: #DC3F35;
    color: #ffffff;
    width: 99%;
    padding: .3em;
    margin-bottom: 1em;
}

.fieldset-title {
    color: #ffffff;
    text-transform: uppercase;
}

.page-node-register form #edit-submit {
    margin-right: 1.5em;
}

.page-registration div.field {
    margin: 1.5em 0;
    border-bottom: 1px solid #c2c2c2;
}

/* press */
.view-press .node-title {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
}

/*
 * Triangolo delle bermuda
 */
.registration-who-msg,
.form-item-user,
.form-item-who-is-registering,
.registration-slots {
    display: none !important;
}

#section-highlight {
    margin-top: -18px;
    text-align: center;
    background: url('../images/bg/footer-bg.png') repeat-x;
}

#section-highlight a {
    color: white;
    font-size: 28px;
    display: inline-block;
    padding: .5em 0;
    text-align: center;
    line-height: 35px;
}

.text-spaces {
    margin-right: 15px;
}

.front #zone-preface #block-views-box-in-home-block-10 {
  background-image: url("../images/mondoalfa.jpg");
}

.front #zone-preface #block-views-box-in-home-block {
  background-image: url("../images/allianz-bg.png");
  background-size: contain;
}
.front #zone-preface #block-views-box-in-home-block-10 > .block-inner {
  height: 100%;
  background-image: url("../images/bg/bg_hed.png");
}

.front #zone-preface #block-views-box-in-home-block > .block-inner {
  height: 100%;
  background-image: url("../images/bg/bg_hed.png");
}

.front #zone-preface #block-views-box-in-home-block-10 p {
  /*padding: 10px 35px;*/
}

.front #zone-preface #block-views-box-in-home-block p {
  padding: 10px 35px;
}

.front #zone-preface #block-views-box-in-home-block-10 a:hover {
  color: #dc3f35;
}

.front #zone-preface #block-views-box-in-home-block a:hover {
  color: #dc3f35;
}

.front #zone-preface #block-views-box-in-home-block .view-box-in-home,
.front #zone-preface #block-views-box-in-home-block-10 .view-box-in-home {
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.front #zone-preface #block-views-box-in-home-block a,
.front #zone-preface #block-views-box-in-home-block-10 a {
    color: #fff;
}

.front #zone-preface #block-views-box-in-home-block .block-title,
.front #zone-preface #block-views-box-in-home-block-10 .block-title {
    color: #fff;
   font-weight: normal;
}


#cookieChoiceInfo {
  position: fixed;
  width: 100%;
  margin: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  left: 0;
  top: 1000px;
  z-index: 99999;
  text-align: center;
  background-color: rgba(238,238,238,.9);
}

#cookieChoiceInfo > span {
  font-size: 1em;
  padding: 0.5em;
  line-height: 1.5em;
  display: block;
  margin: auto;
}

#cookieChoiceInfo a {
  font-size: 0.9em;
}

#cookieChoiceInfo #cookieChoiceDismiss {
  margin: 0 24px;
}

table.mobile-tb {
    border-collapse: collapse;
    border: 1px solid #c2c2c2;
    width: 100%;
    border-spacing: 0;
    overflow-x: auto;
    display: block;
}

table.mobile-tb tr:first-child th {
    font-size: 120%;
    line-height: 22px;
}

table.mobile-tb th {
    background-color: #e9e9e9;
    width: 10%;
    padding: 1rem;
}

table.mobile-tb td {
    padding: .5rem;
    border-top: 1px solid #c2c2c2;
    vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  table.mobile-tb {
    text-align: center;
    display: table;
  }

  table.mobile-tb p {
    padding-bottom: 5px;
  }

  table.mobile-tb thead { display: none; }
  table.mobile-tb tbody td {
    display: block; padding: .6rem;
  }
  table.mobile-tb tbody tr td:first-child {
    background: #e9e9e9;
    font-weight: bold;
    font-size: 120%;
  }
    table.mobile-tb tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: block;
  }
}

/*
pagina privacy-policy
*/

body.page-node-470 #node-page-470 p,
body.page-node-470 #node-page-470 h1,
body.page-node-470 #node-page-470 h2,
body.page-node-470 #node-page-470 h3,
body.page-node-470 #node-page-470 h4 {
font-size: 85%
}



/* #AREA RISERVATA
======================================================================================== */
#node-page-819 > div {
    display: flex;
}

#node-page-819 div a {
    display: flex;
    background-color: #9a0000;
    width: 33%;
    display: flex;
    padding: 14px 16px 14px 23px;
    color: #fff;
    margin: 0px 1rem;
}

#node-page-819 div a.icon{
    padding-left: 30px;
    padding-right: 10px;
    content: "";
}

#node-page-819 div a.icon:before {
    content: "";
    display: block;
    left: -9px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
#node-page-819 div a.icon-user:before {
    background-image: url(./../images/icon-user.png);
    width: 15px;
    height: 16px;
}
#node-page-819 div a.icon-circolari:before {
    background-image: url(./../images/icon-circolari.png);
    width: 15px;
    height: 18px;
}

#node-page-819 div a:hover {
    background-color: #dc3f35;
    transition: 0.3s ease;
}

@media (max-width:1024px){
    #node-page-819 > div {
        display: block;
    }
}
