/*
    Created on : Mar 19, 2015, Mar 19, 2015 11:23:47 AM
    Author     : Alkadia
*/
* {
    box-sizing: border-box;
}

svg.svg-sprites{
    display: none;
}

html{
    width: 100%;
    height: 100%;
    position: absolute;
}

body {
    font-display: swap;
    font-family: 'Marvel', Helvetica, sans-serif;
    background-color: #fff;
    font-size: 20px;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    /*background: transparent url(../../images/exportspecialist/stripes.png) 0 0 repeat;*/
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}



header .logo{
    width: 180px;
    height: 154px;
    background: transparent url(../../images/frontend/logo-vespa-club-pordenone.svg) 50% 50% no-repeat;
    margin-top: -38px;
    position: absolute;
    margin-left: 0;
    z-index: 2;
    border-radius: 0;
    cursor: pointer;
    /*background-size: 106px;*/
    background-size: auto 75%;
    margin-left: 118px;
}

header .logo:before,
header .logo:after{
    position: absolute;
    width: 80px;
    height: 40px;
    content: '';
    background: transparent url(../../images/frontend/vespa-club.svg) 50% 50% no-repeat;
    background-size: auto 75%;
    right: 0;
    -webkit-transform: translate(70%, -100%);
    -moz-transform: translate(70%, -100%);
    transform: translate(70%, -100%);
    bottom: 0;
}



header .logo:before{
    /*background: transparent url(../../images/frontend/logo-vpc-originale.svg) 50% 50% no-repeat;*/
    background: transparent url(../../images/frontend/logo-vpc-originale-min.png) 50% 50% no-repeat;
    -webkit-transform: translate(-100%, -8%);
    -moz-transform: translate(-100%, -8%);
    transform: translate(-100%, -8%);
    width: 150px;
    height: 129px;
    background-size: auto 80%;
}

header .logo:after{
    background: transparent url(../../images/frontend/logo-ciao.svg) 50% 50% no-repeat;
    -webkit-transform: translate(80%, -10%);
    -moz-transform: translate(80%, -10%);
    transform: translate(80%, -10%);
    width: 150px;
    height: 129px;
    background-size: auto 80%;
}


header.scrolled .logo{
    /*background-size: auto 126px;*/
    background-color: transparent;
    /*margin-top: -65px;
    background-position: 50% 26px;*/
}

header .logo #line,
header .logo #upper-text path,
header .logo #bottom-text path{

    -webkit-transition: margin 0.2s ease;
    -moz-transition: margin 0.2s ease;
    -ms-transition: margin 0.2s ease;
    -o-transition: margin 0.2s ease;
    transition: margin 0.2s;
}

header .logo.white #line,
header .logo.white #upper-text path,
header .logo.white #bottom-text path
{
    stroke: #fff;
    fill: #fff;
}

header .logo.black #line,
header .logo.black #upper-text path,
header .logo.black #bottom-text path
{
    stroke: #000;
    fill: #000;
}

header .logo.dark_gray #line,
header .logo.dark_gray #upper-text path,
header .logo.dark_gray #bottom-text path
{
    stroke: #333;
    fill: #333;
}




header.scrolled .logo #bottom-text path{
    fill: #929497!important;
}
header.scrolled .logo #upper-text path{
    fill: #636467!important;
}
header.scrolled .logo #line{
    stroke: #BBBDBF!important;
}



.row{
    background: #fff;
}

footer.row{
    background: transparent;
    border-top: 1px solid #f0f0f0;
}

.row > article{
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}

.centered{
    width: 100%;
    max-width: 980px;
    margin: 0px auto;
}

.row.pagetools{
    border-top: 1px solid #f0f0f0;
}


.row.content.hp article{
    max-width: 960px;
    padding-left: 32px;
    padding-right: 32px;
}

.row.content.hp{
    border-bottom: 1px solid #f0f0f0;
}


.content.internal > article{
    padding-top: 32px;

    padding-bottom: 32px;
    /* padding-left: 32px;
     padding-right: 32px;*/
    /* width: 75%; */
    /* margin-left: 0px; */
    /* outline: 1px solid #c0c0c0; */
    height: auto;
    /* clear: both; */
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 0px;
    display: table;
    vertical-align: top;
}

.content > article h1.title{
    color: #0092F5;
    margin-bottom: 0;
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 1em;
    text-transform: uppercase;
    padding-top: 12px;
    text-align: center;
}

.content.hp article h2 {
    padding: 32px 0px 0px 0px;
    margin: 0;
    color: #4a4a4a;
}

.content.internal > article h1.title{
    color: #4a4a4a;
    margin-bottom: 0;
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 1em;
    text-transform: uppercase;
    text-align: left;
}


.content > article a.button{
    position: relative;
    display: block;
    margin: 0px auto;
    border: 0;
    background-color: #4a4a4a;
    border-radius: 3px!important;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 0.8em;
    /* padding: 0; */
    margin: 32px auto;
    vertical-align: middle;
    /* display: table-cell; */
    min-width: 80px;
    font-weight: normal;
    max-width: 280px;
}

.content.internal > article .main{
    width: 67%;
    padding-top: 0;
    padding-bottom: 32px;
    display: table-cell;
    float: none;
    clear: both;
    position: relative;
    /* margin-top: -32px; */
    vertical-align: top;
    padding-left: 32px;
    padding-right: 16px;
}

.content.hp > article h2.subtitle,
.content.internal > article h2.subtitle{
    color: #4a4a4a;
    font-size: 3.22rem;
    line-height: 1em;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 1em;
}

.content.hp article .content,
.content.internal .main > .content{
    color:  #999;
    line-height: 1.2em;
    margin-bottom: 1em;
    padding-bottom: 0;
    /* -webkit-margin-after: 0.5em; */
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    margin-right: 12px;
}

.content.internal .main > .content h1,
.content.internal .main > .content h2,
.content.internal .main > .content h3,
.content.internal .main > .content h4,
.content.internal .main > .content h5,
.content.internal .main .content h6{
    color: #4a4a4a;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 3rem;
    padding-bottom: 1rem;
}
.content.internal .main .content h2{
    font-size: 2.6rem;

}

.content.internal .main .content h3{
    font-size: 2.2rem;
    color: inherit;
    padding-bottom: 1rem;
}

.content.internal .main .content h4{
    font-size: 1.8rem;
    color: inherit;
}

.content.internal > article .content h5{
    font-size: 1.4rem;
    color: inherit;
}

.content.internal .main .content h6{
    font-size: 1rem;
    color: inherit;
}

.content.internal .main .content ul,
.content.internal .main .content ol{
    padding-left: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
}

.content.internal .main > .content li{
    color: #6699cc;
    margin-bottom: 0;
    /* padding-left: 24px; */
}

.content.internal .main > .content b,
.content.internal .main > .content strong{
    color: #333;
}

.content.internal .main .content blockquote{
    color: #6699cc!important;
}


.content.internal .right-menu{
    /* outline: 1px solid #ccc; */
    height: 100%;
    position: absolute;
    margin-top: 0px;
    right: 0;
    top: 32px;
    border-left: 1px solid #f0f0f0;
    width: 33%;
    float: right;
    position: relative;
    /* top: 0; */
    padding-bottom: 32px;
    bottom: 0px;
    height: 100%;
    display: table-cell;
    float: none;
    padding-top: 8px;
    vertical-align: top;
    padding-right: 32px;
}

.content.internal .right-menu article{
    padding-left: 36px;
    /* font-size: 3em!important; */
    padding-right: 24px;
}

.content.internal .right-menu h3,
.content.internal .right-menu h1{
    font-size: 2.6rem;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: -22px;
    color: #4a4a4a;
    font-weight: bold;
    width: auto;
    margin-right: 60px;
    line-height: 1.2;
}

.content.internal .right-menu h4,
.content.internal .right-menu h2{
    font-size: 2rem;
    margin-bottom: 0px;
    color: #4a4a4a;
    letter-spacing: 0;
    line-height: 1.2;
}

.content.internal .right-menu .icon{
    position: absolute;

    right: 12px;
    top: 0px;
    margin-top: -32px;
}

.content.internal .right-menu div.content{
    font-size: 1.6rem;

    line-height: 2rem;
    margin-top: 24px;
}

.content.internal .right-menu strong,
.content.internal .right-menu b{
    color: #4a4a4a;
}

.content.internal .right-menu svg{
    margin-left: -17px;

    margin-top: -30px;
    position: absolute;
    background-color: #fff;
    height: 40px;
    width: 40px;
}


/*
# HEADLINE NEWS
********************/
.row.headlinenews{
    min-height: 160px;
    background-color: #000;
    color: #fff;
    text-align: center;
    clear: both;
}

.row.headlinenews.colored{
    clear: both;
}

.headline-scroller{
    display: none;
}

.row.headlinenews > article{
    position: relative;
    width: 100%;
    max-width: 980px;
    height: 100%;
    min-height: 180px;
}

.row .headlinenews-list{
    max-width: 980px;
    width: 100%;
    height: 100%;
    min-height: 220px;
    margin-bottom: 0px;
    display: table-row;
}

.row .headlinenews-list > li{
    width: 100%;
    height: 100%;
    position: absolute;
    margin-bottom: 0px;
    cursor: pointer;
}

.row .headlinenews-list > li > h2,
.row .headlinenews-list > li > h3,
.row .headlinenews-list > li > h1,
.row .headlinenews-list > li > h2{
    margin-bottom: 0;
    line-height: 1em;
    white-space: nowrap;
    width: 80%;
    text-overflow: ellipsis;
    margin: 0px auto 0;
    font-size: 3.2rem;
    text-transform: uppercase;
}

.row .headlinenews-list > li{
    left: 32px;
    right: 32px;
    padding-top: 24px;
    margin-bottom: 24px;
    width: auto;
}

.row .headlinenews-list > li div{
    line-height: 1.2;
}

.row.headlinenews .headline-scroller{
    position: absolute;
    width: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;

    display: block;
    /* top: 190px; */
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
    bottom: 12px;
}


.row.headlinenews .headline-scroller li{
    width: 14px;
    height: 14px;
    border-radius: 2em;
    background-color: rgba(255,255,255,0.5);
    float: left;
    margin-left: 6px;
}

.row.headlinenews .headline-scroller li.active{
    background-color: #fff;
    background-color: rgba(255,255,255,1);
    float: left;
    /* top: 210px; */
}
/*
# FROUSQUARE CHECKIN
********************/
.row.foursquare{
    /* min-height: 620px; */
    background-color: #fff;
    padding-bottom: 0px;
}


.row.foursquare article{
    max-width: 960px;
    padding-left: 32px;
    padding-right: 32px;
}

.row.foursquare #foursquare_map{
    width: 100%;
    height: 450px;
}


.row.foursquare article > h1{
    position: absolute;
    margin-top: 12px;
    background-color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: -14px;
    color: #0092F5;
    font-size: 3.5rem;
    text-transform: uppercase;
    bottom: -100px;
    z-index: 200;
    font-family: 'Marvel', sans-serif;
}

.row.foursquare article > h2{
    padding: 32px 0px 0px 0px;
    margin: 0;
    color: #4a4a4a;

}

.row.foursquare article > p{
    color: #888;

    line-height: 1.2em;
}



/*
# Cookie AD Sense
*************************/

[data-type="cookie-addsense"]{
    position: fixed;
    z-index: 100000;
    height: auto;
    min-height: 64px;
    display: table-cell;
    background-color: #0060CC;
    color: #fff;
    width: 100%;
    top: 0;
    vertical-align: middle;
    padding-left: 2em;
    padding-top: 1em;
    box-sizing: border-box;
    left: 0;
}

[data-type="cookie-addsense"] [data-type="cookie-adsense-msg"]{
    display: inline-block;
    margin-right: 2em;
    line-height: 1.2;
}

[data-type="cookie-addsense"] [data-type="cookie-adsense-toolbar"]{
    display: inline-block;
    padding-right: 40px;
    margin-top: 12px;
    padding-bottom: 12px;
}

[data-type="cookie-addsense"] button{
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 0px;
    color: #666;
    /* line-height: 2em; */
    padding-left: 1em;
    padding-right: 1em;
    margin-right: 1em;
    border-radius: 2px!important;
    text-shadow: none;
    text-transform: uppercase;
    /* vertical-align: middle; */
    padding-bottom: 0.5em;
    margin-bottom: 6px;
    letter-spacing: 0px;
    font-size: 1.3rem;
}

[data-type="cookie-addsense"] [data-type="close-adsense"]{
    background: transparent;
    color: #fff;
    position: absolute;
    right: 1em;
    padding: 0;
    margin: 0;
    font-size: 1.2em;
    top: 0;
}


/*
PROGRAMMA
**************/


.content.internal.no-cover > article .main{
    padding-top: 0;
}

.content.internal .main .content h4{
    color: #090;
}

.content.internal .main > .content li{
    color: #999;
    list-style: inherit;
    list-style-position: outside;
}



footer.row{
    padding-bottom: 32px;
    background-color: #fff;
    position: relative;
}

footer a.credits.button {
    position: absolute;
    display: inline-block;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #666;
    font-size: 12px;
    border: 0;
    bottom: 0;
}

footer a.credits.button .heart {
    color: #c00;
}

footer .facebook-link{
    position: absolute;
    right: 16px;
}

footer .facebook-link svg{
    width: 32px;
    height: auto;
}

.row.headlinenews + footer .footer-menu,
.row.headlinenews.colored + footer .footer-menu{
    background: transparent;
}

.leaflet-popup-content h4{
    line-height: 1;
    font-family: 'Marvel', sans-serif;
}

.leaflet-popup-content h5{
    line-height: 1;
    font-family: 'Marvel', sans-serif;
}

.row.attachments-wrapper {
    background-color: #ff7900;
    min-height: 120px;
    color: #fff;
    padding: 32px 0;
}

.row.attachments-wrapper h3{
    color: #fff;
    font-size: 3.22rem;
    text-transform: uppercase;
    text-align: left;
}

.row.attachments-wrapper .attachments{
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.row.attachments-wrapper .attachments a {
    color: inherit;
    text-decoration: none;
}

.row.attachments-wrapper .attachments a h4{
    margin-bottom: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}

.row.attachments-wrapper .attachments a p{
    font-size: 1em;
    color: #fff;
}

.row.attachments-wrapper .attachments a:hover h4{
    text-decoration: underline;
    color: #974931;
    font-weight: 600;
}


.row.attachments-wrapper .attachments .icon{
    display: block;
    font-size: 32px;
    color: #fff;
    margin-bottom: 0.3em;
}

.row.attachments-wrapper .attachments li{
    list-style: none;
    display: block;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 33%;
    box-sizing: border-box;
    padding-right: 2em;
}
/* 
    Created on : Mar 19, 2015, Mar 19, 2015 11:23:34 AM
    Author     : Alkadia 
*/


/*
    Created on : 20-feb-2014, 13.43.37
    Author     : Alkadia
*/
/* #Header and main Menu
============================= */

body > header {
    position: fixed;
    top: 0;
    /* background-color: #fff; */
    /* background-color: rgba(255,255,255,0.95); */
    /* background-color: rgba(24, 85, 151, 0.95);*/
    /* background-color: #005898;*/
    /* border-bottom: 1px solid #f0f0f0; */
}

body > header > .shadow{
    /*background: transparent url(../../images/icbook/header-shadow.png) 50% 0 no-repeat;*/
    width: 100%;
    height: 20px;
    position: absolute;
    top: 64px;
    z-index: 300;
    z-index: 1;
    display: none;
}

.mobile-menu-toggler{
    display: none;
    z-index: 10;
}

header .newsletter-toggler{
    line-height: 1;
    float: right;
    margin: 0;
    height: auto;
    margin-top: 8px;
    padding: 0.5em 1em;
    background: #2196f3;
    color: #fff;
    font-weight: 700;
    border: 1px solid #2196f3;
    -webkit-font-smoothing: auto;
    height: 42px;
    font-size: 11pt;
}


header > nav.anchor-menu{
    width: auto;
    position: absolute;
    margin: 0px auto;
    display: block;
    height: 100%;
    z-index: 20000;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

header > .wrapper{
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 0;
    height: 64px;
    z-index: 10;
    margin-bottom: 0;
    top: 0;
    display: none;
}


body > header {
    height: 150px;
    position: fixed;
    width: 100%;
    z-index: 1001;
    bottom: 0;
    min-width: 320px;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    /* border-bottom: 1px solid #e8e8e8; */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s;
}

body > header.scrolled{
    background: #fff;
    background: rgba(255,255,255,1);
    border-bottom: 1px solid #E8E8E8;
}


nav.main{
    position: relative;
    max-width: 940px;
    z-index: 20;
    width: auto;
    width: 100%;
    margin: 0px;
    /* left: 50%; */
    /* margin-left: -480px; */
    height: 65px;
    /* background: transparent url('../../images/icbook/icbook-logo-top.png') 36px 4px no-repeat; */
    /* outline: 1px solid #c00; */
    margin: 0px auto;
    left: auto;
    /* border-bottom: 1px solid #e8e8e8; */
    margin-top: 38px;
}



nav.main [data-type="menu"]{
    position: relative;
    margin: 0px auto;
    height: 56px;
    z-index: 200;
    font-size: 1.5em;
    font-weight: 300;
    float: right;
    letter-spacing: normal;
    /* right: 18px; */
    list-style: none;
    /* min-width: 400px; */
    /*background-color: rgba(255,255,255,0.8);*/
    background-color: transparent;
    /*background-color: rgba(0,0,0,0.2);*/
    border-radius: 3px;
    padding-left: 12px;
    padding-right: 12px;
}

.scrolled nav.main [data-type="menu"]{
    background-color: transparent;
}

nav.main a{
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

nav.main [data-type="menu"] > li{
    position: relative;
    float: left;
    margin-left: 0;
    height: 56px;
    text-transform: uppercase;
    font-size: 12pt;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

nav.main [data-type="menu"][data-level="0"] > li{
    margin-left: 0;
    margin-bottom: 0;
}

nav.main [data-type="menu"][data-level="0"] > li.root > a{
    position: relative;
    color: #000;
    white-space: nowrap;
    /* font-size: 0.8em; */
    line-height: 56px;
    height: 56px;
    /* text-shadow: 0px 1px 1px #fff; */
    float: left;
}

.scrolled nav.main [data-type="menu"][data-level="0"] > li.root > a {
    color: #000;
}

nav.main [data-type="menu"][data-level="0"] > li.root.active > a{
    color: #FF7A00;
}



.scrolled nav.main [data-type="menu"][data-level="0"] > li.root.active > a{
    color: #FF7A00;
}

nav.main [data-type="menu"] > li > a{
    /*text-shadow: 0 1px 2px rgba(0,0,0,0.5), 0 0 12px rgba(0,0,0,0.2);*/
}

.scrolled nav.main [data-type="menu"] > li > a{
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
}

nav.main [data-type="menu"] a{
    text-decoration: none;
    /* font-size: 0.8em; */
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

nav.main [data-type="menu"] [data-level="1"]{
    width: auto!important;
    /* margin-left: 96px; */
    left: auto;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
}

nav.main [data-type="menu"] [data-level="2"],
nav.main [data-type="menu"] [data-level="3"] {
    position: absolute;
    display: none;
    width: auto;
    background-color: #000;
    background-color: rgba(0,0,0,0.9);
    height: auto;
    border-radius: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
    box-shadow: 0px 10px 17px rgba(0,0,0,0.5);
    margin-top: 0px;
    min-width: 160px;
    z-index: 5;
    margin-left: 0%;
    padding-left: 0;
    padding-right: 0;
}

nav.main [data-type="menu"] [data-level="3"]{
    margin-left: 0px;
}

nav.main [data-type="menu"] [data-level="2"]:after{
    content: "";
    position: absolute;
    top: -12px;
    left: 32px;
    margin-left: -12px;
    border-style: solid;
    border-width: 0 12px 12px;
    border-color: rgba(0,0,0,0.9) transparent;
    display: block;
    width: 0;
    z-index: 200;
}

nav.main [data-type="menu"] [data-level="2"]:after{

}

nav.main [data-type="menu"] [data-level="2"]:hover{
    display: block;
}

nav.main [data-type="menu"] [data-level="1"] > li:hover [data-level="2"]{
    display: block;
}

nav.main [data-type="menu"] [data-level="0"] > li.active > a,
nav.main [data-type="menu"] [data-level="1"] > li.active > a,
nav.main [data-type="menu"] [data-level="1"] > li > a.active{
    color: #FF7A00;
}

.scrolled nav.main [data-type="menu"] [data-level="0"] > li.active > a,
.scrolled nav.main [data-type="menu"] [data-level="1"] > li.active > a,
.scrolled nav.main [data-type="menu"] [data-level="1"] > li > a.active{
    color: #FF7A00;
}

nav.main [data-type="menu"][data-level="0"] > li.root.active > a:after,
nav.main [data-type="menu"] [data-level="0"] > li.active > a:after,
nav.main [data-type="menu"] [data-level="1"] > li.active > a:after,
nav.main [data-type="menu"] [data-level="1"] > li > a.active:after{
    color: #4a4a4a;
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    margin-left: 0px;
    background-color: #FF7A00;
    /* border-radius: 12px; */
    bottom: 0;
}

nav.main [data-type="menu"] [data-level="1"] > li > a{
    display: inline-block;
    line-height: 56px;
    height: 51px;
    color: #000;
    /* letter-spacing: -1px; */
    /* text-shadow: 0px 1px 1px #fff; */
}

.scrolled nav.main [data-type="menu"] [data-level="1"] > li > a{
    color: #000;
}

nav.main [data-type="menu"] [data-level="2"] > li,
nav.main [data-type="menu"] [data-level="3"] > li {
    margin: 0px;
    width: 100%;
    line-height: 2em;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 1px solid #000;
    border-top: 1px solid #2C2C2C;
    position: relative;
    height: auto;
    letter-spacing: 0;
}

nav.main [data-type="menu"] [data-level="2"] > li > a,
nav.main [data-type="menu"] [data-level="3"] > li > a{
    color: #fff;
    width: 100%;
    display: block;
    position: relative;
    padding-left: 8px;
    padding-right: 12px;
    /* font-size: 0.9em; */
    letter-spacing: 0em;
}

nav.main [data-type="menu"] [data-level="2"] > li:first-child,
nav.main [data-type="menu"] [data-level="3"] > li:first-child{
    border-top: 0px;
}

nav.main [data-type="menu"] [data-level="2"] > li:last-child,
nav.main [data-type="menu"] [data-level="3"] > li:last-child{
    border-bottom: 0px;
}

nav.main [data-type="menu"] [data-level="2"] > li.active,
nav.main [data-type="menu"] [data-level="2"] > li:hover,
nav.main [data-type="menu"] [data-level="2"] > li:active,
nav.main [data-type="menu"] [data-level="3"] > li.active,
nav.main [data-type="menu"] [data-level="3"] > li:hover,
nav.main [data-type="menu"] [data-level="3"] > li:active{
    background-color: #FF7A00;
}

nav.main [data-type="menu"] [data-level="2"] > li > a.active{
    color: #FF7A00;
}

nav.main [data-type="menu"] [data-level="2"] > li:hover > a.active{
    color: #fff;
}

nav.main [data-type="menu"] [data-level="2"] > li:active:hover,
nav.main [data-type="menu"] [data-level="2"] > li:active > a:hover,
nav.main [data-type="menu"] [data-level="3"] > li:active:hover,
nav.main [data-type="menu"] [data-level="3"] > li:active > a:hover{
    cursor: default;
}

nav.main [data-type="menu"][data-level="0"] > li.active > a:after{
    color: #4a4a4a;
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    margin-left: 0px;
    background-color: #4a4a4a;
    /* border-radius: 12px; */
    bottom: 0;
}

nav.main [data-type="menu"] [data-level="2"]  [data-level="3"]{
    display: none;
    min-width: 100px;
}

nav.main [data-type="menu"] [data-level="2"] > li:hover > [data-level="3"]{
    display: block;
    float: right;
    position: absolute;
    left: 100%;
    top: 6px;
}

li.with_submenu{
    background: transparent url(../../images/icbook/submenu-arrow.png) 95% 50% no-repeat;
}


nav.main [data-type="menu"] [data-level="1"] > li:nth-child(1).active > a{
    color: #0077FF;
}

nav.main [data-type="menu"] [data-level="1"] > li:nth-child(2).active > a {
    color: #FF7A00;
}

nav.main [data-type="menu"] [data-level="1"] > li:nth-child(1).active > a:after{
    background-color: #0077FF!important;
}



nav.main [data-type="menu"] [data-level="1"] > li:hover > a:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 2em;
    background-color: #ff7900!important;
    left: 50%;
    margin-left: -4px;
    margin-top: 4px;
}

.scrolled nav.main [data-type="menu"] [data-level="1"] > li:hover > a:before{
    background-color: #000!important;
}

nav.main [data-type="menu"] [data-level="1"]:nth-child(3) > li.active > a{

}


/*
# SECTION MENU
************************/

nav.section{
    position: relative;
    margin-top: -12px;
    width: 100%;
    margin-bottom: 32px;
}

nav.section > h4{
    margin-bottom: 0px;
    font-size: 1.4rem;
    color: #666;
    padding-left: 32px;
    position: absolute;
    top: 0;
    margin-top: -18px;
    text-transform: uppercase;
}

.section [data-level="0"],
.section [data-level="1"]{
    list-style: none;
    padding: 0;
    margin: 0;
}

.section [data-level="0"] > li.active > a,
.section [data-level="0"] > li > a.active{
    position: absolute;
    text-transform: uppercase;
    top: 0px;
    text-decoration: none;
    color: #4a4a4a;
    font-weight: bold;
    font-size: 2.2rem;
    padding-left: 32px;
}

.section [data-level="0"] > li> a:hover {
    text-decoration: underline;
}

.section [data-level="1"]{
    padding-top: 56px;
}

.section [data-level="1"] > li,
.section [data-level="2"] > li{
    margin-bottom: 0px;

    padding-left: 32px;
    /* border-top: 1px solid #f0f0f0; */
    line-height: 4rem;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.section [data-level="1"] > li:first-child{
    border-top: 1px solid #f0f0f0;
}

.section [data-level="1"] > li > a{
    /*text-transform: uppercase;*/
    color: #666;
    text-decoration: none;
}

.section [data-level="1"] > li.active > a,
.section [data-level="1"] > li > a.active{
    color: #4a4a4a;
    font-weight: bold;
}


.section [data-level="1"] > li > a:hover:before,
.section [data-level="1"] > li.active > a:before,
.section [data-level="1"] > li > a.active:before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #ccc;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    position: absolute;
    right: 12px;
    /* top: 50%; */
    margin-top: 12px;
    top: 0;
}

.section [data-level="1"] > li.active:hover > a:before,
.section [data-level="1"] > li.active > a:before{
    background-color: #FF7A00;
    cursor: default;
}


/**
# MOBILE MENU
*********************/


@media only screen and  (max-width: 760px) and (min-width: 240px){
    nav.main [data-type="menu"].show-mobilemenu{
        display: block;
        position: fixed;
        width: 100vw;
        overflow: auto;
        top: 0;
        bottom: 0;
        height: auto;
        padding: 0;
        margin: 0;
        z-index: 1;
        margin-top: 100px;
        left: 0;
        background-color: #fff;
        border-top: 1px solid #ddd;
    }
}

nav.main [data-type="menu"].show-mobilemenu a{
    width: 100%;
}

nav.main [data-type="menu"].show-mobilemenu .root > a,
nav.main [data-type="menu"].show-mobilemenu [data-level="1"] > li > a{
    padding-left: 24px;

}

nav.main [data-type="menu"].show-mobilemenu [data-level="1"] > li.active > a:before,
nav.main [data-type="menu"].show-mobilemenu [data-level="2"] > li.active > a:before,
nav.main [data-type="menu"].show-mobilemenu [data-level="3"] > li.active > a:before,
nav.main [data-type="menu"].show-mobilemenu [data-level="1"] > li > a.active:before,
nav.main [data-type="menu"].show-mobilemenu [data-level="2"] > li > a.active:before,
nav.main [data-type="menu"].show-mobilemenu [data-level="3"] > li > a.active:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 2em;
    background-color: #777!important;
    left: 8px;
    margin-left: 0px;
    margin-top: 24px;
}

nav.main [data-type="menu"].show-mobilemenu [data-level="1"] > li:hover > a:before,
nav.main [data-type="menu"].show-mobilemenu [data-level="2"] > li:hover > a:before,
nav.main [data-type="menu"].show-mobilemenu [data-level="3"] > li:hover > a:before{
    display: none;
}

nav.main [data-type="menu"].show-mobilemenu [data-level="1"] > li:hover > a.active:before,
nav.main [data-type="menu"].show-mobilemenu [data-level="2"] > li:hover > a.active:before,
nav.main [data-type="menu"].show-mobilemenu [data-level="3"] > li:hover > a.active:before,
nav.main [data-type="menu"].show-mobilemenu [data-level="1"] > li.active:hover > a:before,
nav.main [data-type="menu"].show-mobilemenu [data-level="2"] > li.active:hover > a:before,
nav.main [data-type="menu"].show-mobilemenu [data-level="3"] > li.active:hover > a:before{
    display: block;
}

nav.main [data-type="menu"].show-mobilemenu [data-level="1"] > li.active > a,
nav.main [data-type="menu"].show-mobilemenu [data-level="2"] > li.active > a,
nav.main [data-type="menu"].show-mobilemenu [data-level="3"] > li.active > a{
    color: #FF7A00;
}

nav.main [data-type="menu"].show-mobilemenu [data-level="1"] > li > a.active,
nav.main [data-type="menu"].show-mobilemenu [data-level="2"] > li > a.active,
nav.main [data-type="menu"].show-mobilemenu [data-level="3"] > li > a.active{
    color: #666;
}

nav.main [data-type="menu"].show-mobilemenu [data-level="1"] > li.active > a:before,
nav.main [data-type="menu"].show-mobilemenu [data-level="2"] > li.active > a:before,
nav.main [data-type="menu"].show-mobilemenu [data-level="3"] > li.active > a:before,
nav.main [data-type="menu"].show-mobilemenu [data-level="1"] > li.active:hover > a:before,
nav.main [data-type="menu"].show-mobilemenu [data-level="2"] > li.active:hover > a:before,
nav.main [data-type="menu"].show-mobilemenu [data-level="3"] > li.active:hover > a:before{
    background-color: #FF7A00!important;
}

nav.main [data-type="menu"].show-mobilemenu > li.root > a,
nav.main [data-type="menu"].show-mobilemenu ul,
nav.main [data-type="menu"].show-mobilemenu li{
    display: block;
    float: none;
    min-height: 16px;
    height: auto;
}

nav.main [data-type="menu"].show-mobilemenu [data-level="1"] a {
    padding-left: 32px;
}

nav.main [data-type="menu"].show-mobilemenu [data-level="2"] a {
    padding-left: 64px;
}

nav.main [data-type="menu"].show-mobilemenu [data-level="2"],
nav.main [data-type="menu"].show-mobilemenu [data-level="3"]{
    background-color: transparent;
    position: relative;
    box-shadow: none;
}

nav.main [data-type="menu"].show-mobilemenu [data-level="0"] > li,
nav.main [data-type="menu"].show-mobilemenu [data-level="1"] > li,
nav.main [data-type="menu"].show-mobilemenu [data-level="2"] > li,
nav.main [data-type="menu"].show-mobilemenu [data-level="3"] > li{
    background-color: transparent;
    border-bottom: none;
    border-top: 1px solid #ddd;
    box-shadow: none;
}

nav.main [data-type="menu"].show-mobilemenu [data-level="2"]:after,
nav.main [data-type="menu"].show-mobilemenu [data-level="3"]:after{
    display: none;
}

nav.main [data-type="menu"].show-mobilemenu [data-level="2"] > li > a,
nav.main [data-type="menu"].show-mobilemenu [data-level="3"] > li > a{
    color: #666;
    line-height: 1.2px;
    padding-top: 1em;
    padding-bottom: 1em;
}

nav.main [data-type="menu"].show-mobilemenu [data-level="0"] > li.active > a:after,
nav.main [data-type="menu"].show-mobilemenu [data-level="1"] > li.active > a:after,
nav.main [data-type="menu"].show-mobilemenu [data-level="1"] > li > a.active:after{
    display: none;
}



.section [data-level="3"] > li,
.section [data-level="2"] > li,
.section [data-level="1"] > li{
    margin-bottom: 0px;

    padding-left: 0px;
    /* border-top: 1px solid #f0f0f0; */
    line-height: 4rem;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;

    position: relative;
}

.section [data-level="1"] > li > a,
.section [data-level="2"] > li > a,
.section [data-level="3"] > li > a{
    line-height: 1em;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 34px;
}

.section [data-level="2"] > li > a,
.section [data-level="3"] > li > a{
    padding-left: 16px;
}

.section [data-level="2"] > li > a{
    padding-left: 38px!important;
}

.section [data-level="3"] > li > a{
    padding-left: 48px!important;
}

.section [data-level="1"] > li:first-child,
.section [data-level="2"] > li:first-child,
.section [data-level="3"] > li:first-child{
    border-top: 1px solid #f0f0f0;
}

.section [data-level="2"] > li:last-child,
.section [data-level="3"] > li:last-child{
    border-bottom: 0px;
}

.section [data-level="1"] > li > a,
.section [data-level="2"] > li > a,
.section [data-level="3"] > li > a{
    width: 100%;
    display: inline-block;
    padding-left: 32px;
    color: #666;
    text-decoration: none;
    font-size: 1.6rem;
}

.section [data-level="2"],
.section [data-level="3"]{
    list-style: none;
    padding: 0;
    margin: 0;
}

.section [data-level="1"] > li [data-level="2"]{
    display: none;
}

.section [data-level="1"] > li > a.active + [data-level="2"]{
    display: block;
}

.section [data-level="2"] > li > a.active + [data-level="3"],
.section [data-level="2"] > li.active [data-level="3"],
.section [data-level="1"] > li > a.active + [data-level="2"],
.section [data-level="1"] > li.active [data-level="2"]{
    display: block;
}

.section [data-level="2"] > li.active > a,
.section [data-level="2"] > li > a.active,
.section [data-level="3"] > li.active > a,
.section [data-level="3"] > li > a.active{
    color: #4a4a4a;
    font-weight: bold;
}

.section [data-level="2"] > li:hover:before,
.section [data-level="2"] > li.active:before,
.section [data-level="3"] > li:hover:before,
.section [data-level="3"] > li.active:before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #ccc;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    position: absolute;
    right: 12px;
    top: 20px;
    margin-top: -8px;
}


.section [data-level="1"] > li.active:hover:after,
.section [data-level="1"] > li.active:after,
.section [data-level="2"] > li.active:hover:before,
.section [data-level="2"] > li.active:before,
.section [data-level="3"] > li.active:hover:before,
.section [data-level="3"] > li.active:before{
    background-color: #FF7A00;
    cursor: default;
    position: absolute;

}
/* #COVERS
================================================== */
.flickity-prev-next-button.previous,
.flickity-prev-next-button{
    padding: 0px;
    display: none;
}

[data-model="cover-dots"],
.flickity-page-dots{
    right: 25px;
    display: block!important;
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    bottom: auto;
    z-index: 20;
}

[data-model="cover-dots"] > li,
.flickity-page-dots .dot{
    position: relative;
    margin: 12px 0px;
    width: 12px;
    height: 12px;
    display: block;
    background: #fff;
    background: rgba(200,200,200,0.5);
    opacity: 1;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    border-radius: 2em;
    cursor: pointer;
}

[data-model="cover-dots"] > li.active,
.flickity-page-dots .dot.is-selected{
    background: #ea2f2a;
    
}

[data-model="cover-dots"] > li.hidden{
    display: none;
}

.row.cover{
    min-width: 100vw;
    min-height: calc(100vh - 240px);
    margin-top: 150px;
    position: relative;
    /* margin-top: -160px; */
}

.row.cover button.more{
    bottom: 160px;
    
}

.row.reset-cover{
    height: 0px;
    min-height: 0px;
}

[data-model="covers"]{
    position: absolute!important;
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 96px;
    bottom: 0px;
    /* min-height: 400px; */
    /* overflow: hidden; */
    z-index: 0;
    left: 0;
    right: 0;
    min-width: 980px;
}

[data-model="covers"] .mask{
    position: relative;
    width: 100%;
    height: 100%;
}

[data-model="covers"] li,
[data-model="covers"]{
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;   
}

[data-model="covers"]{
    position: absolute;
    width: 100vw;
    height: auto;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    min-width: 100vw;
    border: 0;
    outline: 0;
    bottom: 1px;
    top: 0;
    -webkit-transition: margin 0.2s ease;
    -moz-transition: margin 0.2s ease;
    -ms-transition: margin 0.2s ease;
    -o-transition: margin 0.2s ease;
    transition: margin 0.2s;
    cursor: url("//www.google.com/intl/en_ALL/mapfiles/openhand.cur") 4 4, move;
}

[data-model="covers"].dragging {
    -webkit-transition: margin 0s ease;
    -moz-transition: margin 0s ease;
    -ms-transition: margin 0s ease;
    -o-transition: margin 0s ease;
    transition: margin 0s;
    cursor: url("//www.google.com/intl/en_ALL/mapfiles/closedhand.cur") 4 4, move;
}


[data-model="covers"] li{
    top: 0;
    height: 100%;
    /* overflow: hidden; */
    z-index: 2;
    display: block;
    width: 100vw;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}

[data-model="covers"] li > .cover-image{
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: auto;
    bottom: 0px;
    background-position: 50% 50%;
    border-bottom: 1px solid #e8e8e8;
}

[data-model="covers"] li > .cover-image > img{
    display: none;
}


.row.content-wrapper{
    margin-top: 144px;
}

[data-model="covers"] .slide{
    position: absolute;
    z-index: 2;
    width: 36%;
    max-width: 36vw;
    margin: 0px auto;
    /* display: table; */
    height: auto;
    text-align: right;
    bottom: 40%;
    position: absolute;
    left: 50vw;
    margin-left: 32px;
    bottom: 33vh;
    /*text-shadow: 0px 1px 1px #fff;*/
    padding-left: 5%;
    /*mix-blend-mode: color-burn;*/
}

[data-model="covers"] .slide.center{
    width: 100%;
    left: auto;
    max-width: 100%;
    text-align: center;
    display: block;
    margin-top: -64px;
    bottom: 15vh;
    margin-left: 0px;
    padding-left: 0;
}

[data-model="covers"] .slide.left{
    left: auto;
    /* position: absolute; */
    margin-left: 5%;
    text-align: center;
    bottom: 32vh;
    padding-left: 0;
}

[data-model="covers"] .slide.center article{
    text-align: center;
    padding-bottom: 0px;
}

[data-model="covers"] .slide .content{
    width: 100%;
    vertical-align: middle;
    text-align: left;
    height: auto;
    vertical-align: bottom;
    position: relative;
}
[data-model="covers"] .slide .content > h4,
[data-model="covers"] .slide .content > h1{
    margin-bottom: 0;
    
    letter-spacing: -1px;
    line-height: 1em;
    font-size: 5.0rem;
    /* font-size: 5vw; */
}

[data-model="covers"] .slide .content > h5,
[data-model="covers"] .slide .content > h2{
    margin-bottom: 0;
    
}

[data-model="covers"] .slide .content > p{
    margin-bottom: 0px;
    
    padding-bottom: 32px;
    box-sizing: border-box;
    /* padding-top: 1vw; */
    font-size: 2.4rem;
    line-height: 1em;
}


[data-model="covers-wrapper"]{
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

[data-model="cover-dots"]{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 32px;
}

[data-model="cover-dots"] li{
    width: 12px;
    height: 12px;
    margin: 8px 0px;
}

/*
# SCROLLER ICON
*******************/


.mouse-icon{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px dashed #fff;
    border-radius: 15px;
    bottom: 50px;
    height: 44px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 30px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 24px;
    width: 24px;
    margin-left: -6px;
    mix-blend-mode: difference;
}

.mouse-icon > span{
    position: absolute;
    text-align: center;
    width: 120px;
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    transform: translateX(-40%);
    margin-top: 46px;
    mix-blend-mode: difference;
    color: #fff;
}

.mouse-icon .wheel {
    -webkit-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    -moz-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    -o-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    border-radius: 50%;
    height: 12px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    right: 0;
    width: 6px;
    mix-blend-mode: difference;
    background-color: #ffffff;
    color: #fff;
}

.mouse-icon.white{
  border-color: #ffffff;
}

.mouse-icon.gray{
  border-color: #444;
}

.mouse-icon.white .wheel {
  background-color: #ffffff;
}

.mouse-icon.gray .wheel {
  background-color: #444;
}

@-moz-keyframes magic-mouse-icon {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}
@-webkit-keyframes magic-mouse-icon {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}
@-o-keyframes magic-mouse-icon {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}
@keyframes magic-mouse-icon {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}



/* 
    Created on : 19-set-2014, 8.57.14
    Author     : Alkadia 
*/

[data-type="quicklinks-block"]{
    margin: 32px 0;
    padding: 0;
    float: left;
    width: 100%;
    left: 0%;
    margin-left: 0px;
    position: relative;
    box-sizing: border-box;
    /* display: table-row; */
    padding-left: 20px;
    padding-right: 20px;
}



.row.quicklinks > .row-content > h1{
    text-align: center;
    margin-top: 32px;
    color: #000;
}

.row.quicklinks > .row-content > .general-content{
    text-align: center;
    margin-top: 32px;
    color: #333;
    line-height: 1.2em;
}

[data-type="quicklinks-block"] > li{
    position: relative;
    display: block;
    float: left;
    box-sizing: border-box;
    width: 33%;
    overflow: hidden;
    padding: 12px 24px;
    height: 100%;
    /* display: table-cell; */
    /* vertical-align: baseline; */
    max-height: 620px;
}

[data-type="quicklinks-block"] > li .icon{
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 10em;
   /* overflow: hidden;*/
    margin: 0px auto;
    display: block;
    border: 1px solid #f0f0f0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;

}

[data-type="quicklinks-block"] > li .icon:before{
    width: 180px;
    height: 180px;
    position: absolute;
    content: '';
    border: 1px solid #f0f0f0;
    border-radius: 10em;
    -webkit-transform: translate(-50%, -50%) ;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 0;
}

[data-type="quicklinks-block"] > li h1{
    font-size: 1.2em;
    color: #666;
    text-align: left;
    line-height: 1em;
    /* margin-bottom: 6px; */
    margin-top: 1em;
    text-transform: uppercase;
    letter-spacing: -1px;
    width: 100%;
    margin: 1em auto 0.2em;
}

[data-type="quicklinks-block"] > li h3{
    font-size: 1.2em;
    color: #000;
    text-align: center;
    line-height: normal;
    letter-spacing: 0;
    text-transform: lowercase;
    width: 80%;
    margin: 24px auto 0;
    min-height: 1em;
    max-height: 2em;
    text-transform: uppercase;
}

[data-type="quicklinks-block"] > li .description{
    text-align: center;
    max-height: 4em;
    margin-top: 0px;
    width: 100%;
    margin: 0em auto 1em;
    line-height: normal;
    color: #666;
    min-height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-hyphens: none;
    font-size: 0.9em;
    line-height: 1.2em;
    white-space: normal;
    color: #999;
}

[data-type="quicklinks-block"] > li button{
    position: relative;
    display: block;
    margin: 0px auto;
    border: 0;
    background-color: #000;
    border-radius: 3px!important;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 0.8em;
    /* padding: 0; */
    margin: 0px;
    vertical-align: middle;
    /* display: table-cell; */
    min-width: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: normal;
}

[data-type="quicklinks-block"] > li button:hover{
     background-color: #c00;
}

[data-type="quicklinks-block"] > li button:active{
     background-color: #000;
}


.row .headlinenews-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.row .headlinenews-list > li {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    position: absolute;
    display: inline-block!important;
}

.row .headlinenews-list > li.active{
    display: block!important;
}
/* 
    Created on : 23-mar-2014, 16.38.24
    Author     : Alkadia 
*/

/*------ PAGE TOOLS -------*/
input.error {
    border: 1px solid #c00!important;
    color: #c00;
}
.row.p_services{
    height: auto;
    min-height: 422px;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
}

.pagetools-list{
    float: left;
    max-width: 980px;
    width: 100%;
    margin-bottom: 0px;
    display: table;
    /* padding-left: 12px; */
    /* padding-right: 12px; */
}

.pagetools-list li{
    float: left;
    width: 33%!important;
    border-left: 1px solid #f0f0f0;
    padding-top: 124px;
    min-height: 500px;
    overflow: hidden;
    /* min-height: 330px; */
    list-style: none;
    margin-bottom: 0px;
    display: table-cell;
    float: none;
}

.pagetools-list > li:nth-child(2){
    width: 34%!important;
}

.pagetools-list li.first{
    border: none;
    width: 320px;
}

.pagetools-list li h4,
.pagetools-list li p,
.pagetools-list li form{
    margin-left: 42px;
    width: auto;
    overflow: hidden;
    margin-right: 42px;
}
.pagetools-list li h4{
    color: #666;
    letter-spacing: 0px;
    text-align: left;
    font-size: 1.2em;
    line-height: 1em;
    padding-bottom: 12px;
}

.pagetools-list li p{
    color: #999;
    /*height: 60px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    
    text-align: left;
    font-size: 1em;
    line-height: 1em;
    width: auto;
    margin-right: 32px;
    position: relative;
}

.pagetools-list li input[type="text"]{
    border: none;
    background: transparent;
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    width: 100%;
    line-height: 24px;
    font-size: 0.7em;
    /* margin-top: 6px; */ 
    min-height: 24px;
    float: left;
}

.callback-btn,
.subscribe-btn{
    /*font-family: "museo-slab";*/
    border: none;
    background: #555 url("../../images/page-tools/subscribe.png") 50% 50% no-repeat;
    border-radius: 3px;
    height: 28px;
    width: 37px;
    position: absolute;
    /* margin-top: 6px; */
    margin-left: 8px;
    cursor: pointer;
}

[data-type="submit"].sync,
[data-type="submit"].sync:hover{
    background: #fff url("../../images/page-tools/sync.gif") 50% 50% no-repeat;
    color: #999;
    width: 250px;
    cursor: default;
}

[data-type="submit"].success,
[data-type="submit"].success:hover{
    /*background-color: #090 ;*/
    background:  #090 url("../../images/pagetools/subscribe.png") 50% 50% no-repeat;
    width: 250px;
    cursor: default;
}

[data-type="submit"].error{
    background-color: #c00;
}

.subscribe-btn.sync,
.subscribe-btn.sync:hover{
    background: #fff url("../../images/page-tools/sync.gif") 50% 50% no-repeat!important;
    cursor: default;
}

.subscribe-btn.success{
    background-color: #090!important;
}
.subscribe-btn.error{
    background-color: #c00!important;
}

.callback-btn{
    position: relative;
    clear: both;
    color: #fff;
    width: 150px;
    background: none;
    background-color: #555;
    text-transform: uppercase;
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 26px;
    font-size: 0.7em;
    font-weight: 300;
    /* margin-top: 12px; */
    -webkit-appearance: none;
}

.callback-btn.sync,
.callback-btn.sync:hover{
    background: #fff url("../../images/page-tools/sync.gif") 50% 50% no-repeat!important;
    text-align: left;
    padding-left: 24px!important;
    color: #999!important;
    cursor: default;
}


.callback-btn.success{
    background-color: #090!important;
    border: none;
}

.callback-btn.error{
    background-color: #c00!important;
}

.callback-btn:hover,
.subscribe-btn:hover
{
    background-color: #3366cc;
}

.callback-btn:active,
.subscribe-btn:active{
    background-color: #000;
}

.prefix{
    color: #b5b5b5;
}

.callback-widget svg,
.telephone-widget svg,
.newsletter-widget svg,
.download-widget svg{
   position: absolute;
}




.callback-widget svg{
    /* background: url("../../images/page-tools/callback.png") 32px 24px no-repeat; */
    top: 32px;
    margin-left: 42px;
}

.telephone-widget svg{
    /* background: url("../../images/page-tools/telephone.png") 24px 30px no-repeat; */
    top: 32px;
    margin-left: 42px;
}

.newsletter-widget svg{
    /* background: url("../../images/page-tools/newsletter.png") 30px 28px no-repeat; */
    top: 32px;
    margin-left: 42px;
}

.telephon-number span,
.fax-number span,
.email-address span{
    /*font-size: 1.5em;*/
    color: #999!important;
}

.telephon-number,
.fax-number,
.email-address{
    /* font-size: 1em!important; */
    color: #4a4a4a!important;
}

.disclaimer{
    font-size: 0.9em!important;
    color: #999;
    padding-left: 18px;
}
.disclaimer.error{
    color: #c00;
}

.disclaimer input[type="checkbox"]{
    position: absolute;
    margin-left: -16px;
    margin-top: -1px;
}

.disclaimer a,
.disclaimer a:visited,
.disclaimer a:active{
    color: #999;
    text-decoration: underline;
    font-size: 1em;
}



input[type="submit"].callback-btn {
    position: relative;
    clear: both;
    color: #fff;
    width: 150px;
    background: none;
    background-color: #555;
    text-transform: uppercase;
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1em;
    font-size: 0.7em;
    font-weight: 300;
    /* margin-top: 12px; */
    -webkit-appearance: none;
    left: 0px;
    float: left;
    height: 36px;
    text-shadow: none;
    /* font-family: "museo-slab"; */
}

input[type="submit"].subscribe-btn {
    /*font-family: "museo-slab";*/
    border: none;
    background: #555 url("../../images/page-tools/subscribe.png") 50% 50% no-repeat;
    border-radius: 0px 3px 3px 0px;
    height: 38px;
    width: 43px;
    position: absolute;
    /* margin-top: 6px; */
    margin-left: -1px;
    cursor: pointer;
}

input[type="submit"].callback-btn:hover,
input[type="submit"].subscribe-btn:hover{
    background-color: #0089F5;
}

.download-links{
    padding-left: 32px;
}

.download-links > li{
    float: none;
    border-left: none;
    height: auto;
    padding-top: 0;
    min-height: 46px;
    color: #999;
    width: 100%!important;
    display: block;
}

.download-links > li > a {
    text-decoration: none;
    color: #999;
    width: 100%;
}

.download-links > li > a:hover {
    text-decoration: underline;
    color: #4e4e4e;
}

.download-links > li > svg {
    position: absolute;
    top: auto;
    margin-left: -26px;
}
/* 
    Created on : Mar 25, 2015, Mar 25, 2015 10:36:23 PM
    Author     : Alkadia 
*/

.footer > .row-content{
    position: relative;
    max-width: 980px;
    width: 100%;
    padding: 32px;
}

footer .footer-contacts,
footer .footer-address{
    /*background: url("../../images/exportspecialist/logo.svg") 32px 24px no-repeat;*/
    width: 350px;
    padding-left: 32px;
    padding-top: 30px;
    line-height: 1em;
    color: #999;
    padding-left: 36px;
    font-size: 1.6rem;
    float: left;
    max-width: 50%;
}

footer .footer-contacts > h6,
footer .footer-address > h6 {
    color: #4a4a4a;
    text-transform: uppercase;
    font-size: 2rem;
    /* padding-bottom: 12px; */
    display: block;
    margin-bottom: 0;
}

footer .footer-contacts strong{
    color: #4a4a4a;
}

footer .footer-address .numbers{
    margin-top: 6px;
}

.footer-menu{
    position: relative;   
    float: right;
    right: 0px;
    padding-right: 74px;
    margin-top: -1px;
    padding-top: 33px;
}

footer [data-type="menu"] ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

footer [data-level="0"] > li,
footer [data-level="1"] > li{
    display: inline-block;
    float: left;
    margin-right: 12px;
    /* min-width: 60px; */
}

footer [data-type="menu"] li > a {
    color: #AAA;
    text-decoration: none;
    text-transform: uppercase;
}

footer [data-type="menu"] li:hover > a{
    text-decoration: underline;
} 

footer [data-level="1"] > li.active:hover > a,
footer [data-level="1"] > li.active > a,
footer [data-level="1"] > li:hover > a.active,
footer [data-level="1"] > li > a.active{
    color: #484848;
    text-decoration: none;
}

footer [data-level="2"] > li{
    margin-bottom: 0px;
    
    padding: 0px;
    line-height: 1.1em;
    margin-left: 4px;
}

footer [data-level="0"] > li > a{
    display: none;
}

footer [data-level="2"]{
    display: none;
}




/*
# SOCIALS
************************/


#svg-dots path{
    fill: #ccc;
}

footer .socials{
    position: absolute;
    right: 24px;
    z-index: 20;
}

footer a svg{
    color: #0092F5;
    
}

footer .instagram-link,
footer .facebook-link {
    position: absolute;
    right: 16px;
}

footer .facebook-link{
    right: 64px;
}

footer .instagram-link  svg{
    width: 38px;
    height: auto;
    top: -3px;
    position: relative;
}

footer a:hover svg{
    color: #333;
    
}

footer .socials ul{
    list-style: none;
    margin-top: 35px;
    margin-bottom: 0px;
}

footer .socials ul li{
    display: inline-block;
}

.socials .separator{
    position: absolute;
    right: 52px;
    margin-top: 39px;
}

.socials .linkedin{
    cursor: pointer;
}

footer cite{
    color: #6699cc!important;
}

footer .footer-address > h6{
    position: relative;
}

footer .footer-address > h6 > span:after,
footer .footer-address > h6 > span:before,
footer .footer-address > h6 > span {
    position: relative;
    width: 68px;
    height: 70px;
    content: '';
    background: transparent url(../../images/frontend/logo-vpc-originale-min.png) 50% 50% no-repeat;
    background-size: contain;
    pointer-events: none;
    display: block;
    margin-bottom: 16px;
}

footer .footer-address > h6 > span{
    background: transparent url(../../images/frontend/logo-vespa-club-pordenone.svg) 50% 50% no-repeat;
    position: relative;
    top: 0;
    margin-left: 80px;
    height: 74px;
}

footer .footer-address > h6 > span:before{
    position: absolute;
    transform: translate(-110%, 0);
}

footer .footer-address > h6 > span:after{
    position: absolute;
    background: transparent url(../../images/frontend/logo-ciao.svg) 50% 50% no-repeat;
    top: 0;
    transform: translate(110%, 0);
    height: 74px;
}

.comune-pordenone{
    display: block;
    background: transparent url("../../images/frontend/logo-comune-pn.png") 50% 50% no-repeat;
    width: 36px;
    height: 36px;
    background-size: contain;
    margin-top: 16px;
}
section.content{

    padding-top: 12px;

}

section.content.no-cover{
    border-top: 0 solid #f0f0f0;
    margin-top: 150px;
}

.news-list{
    list-style: none;
    padding: 0;
    margin: 0 0 72px;
}

.news-list > li{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 6px 0 0 76px;
}

.news-list > li{
    margin-bottom: 32px;
}

.news-list > li > a{
    text-decoration: none;
}

.news-list > li > a:hover > h1,
.news-list > li:hover > a > h1{
    /* text-decoration: underline; */
    border-bottom: 1px solid #4e4e4e;
}

.news-list > li h3,
.news-list > li h1{
    text-decoration: none;
    color: #2196f3;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1em;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
    width: auto;
    display: inline-block;
}

.news-list > li h4,
.news-list > li h2{
    text-decoration: none;
    color: #777;
    font-size: 2.6rem;
    line-height: 1em;
    margin-bottom: 12px;
}

.news-list > li .date{
    font-size: 2rem;
    margin-bottom: 0;
}

.news-list > li .preview{
    font-size: 2rem;
    color: #999;
    line-height: 1em;
    
}

.news-list > li .mask{
    position: absolute;
    width: 58px;
    height: 58px;
    -webkit-border-radius: 20em;
    -moz-border-radius: 20em;
    border-radius: 20em;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    left: 0;
    top: 6px;
    background: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-list > li .mask.ready{
    background: transparent;
}

.news-list > li .mask img{
    min-height: 58px;
    min-width: 58px;
    position: absolute;
    margin: 0 auto;
    max-width: 100px;
}

.news-list >li.left{
    float: none;
}

.news-list >li.right{
    float: none;
}

@media all and(max-width: 760px){

    .news-list > li .mask{
        position: relative;
        margin-bottom: 1em
    }
}
.row.gallery{
    background-color: transparent;
    min-height: 120px;
    padding-top: 5px;
    border-top: 1px solid #f0f0f0;
}

.gallery{
    list-style: none;
    width: 100%;
    outline: 0px solid #ccc;
    min-height: 120px;
    height: auto;
    position: relative;
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
}

.gallery-wrapper .gallery{
    padding-left: 0;
    padding-right: 0;
}

.gallery .gallery-info{
    padding: 32px 32px 16px;
    color: #999;
}

.gallery .gallery-info h3,
.gallery .gallery-info h2{
    color: #4a4a4a;
    font-size: 3.22rem;
    text-transform: uppercase;
}

.gallery:before,
.gallery:after {
    content: "";
    display: table;
}

.gallery:after{
    clear: both;
}

.gallery li{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
    margin-bottom: 5px;
    position: relative;
}

.item img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
    transition: transform 0.15s ease 0s;

}
.item .zoom{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.item .zoom svg{

    width: 18px;
    height: 18px;
    -webkit-transform: translate(50%,50%);
    -moz-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    -o-transform: translate(50%,50%);
    transform: translate(-50%,-50%);
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.item:hover img{
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.item:hover .zoom{
    opacity: 1;
}

.item:hover .zoom svg{
    width: 36px;
    height: 36px;
}


.first-item {
    clear: both;
}

/* remove margin bottom on last row */
.last-gallery-row,
.last-gallery-row ~ .item {
    /*margin-bottom: 0!important;*/
}

.lg-pager-cont.lg-pager-active .lg-pager{
    background-color: #c00;
}
