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

strong{
    font-family: "Helvetica Neue Medium";
    font-weight: normal;
}

a{
    color: #6699cc;
}

a:hover{
    /*color: #e22538;*/
}

svg.svg-sprites{
    display: none;
}

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

   /* overflow: hidden;
    overflow-y: auto;*/
}

.page-loader{
    display: none!important;
    pointer-events: none;
}

body {
    font-family: 'Marvel', sans-serif;
    font-family: 'Helvetica Neue Light'; /*, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    /*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/

    background-color: #fff;
    font-size: 1.6em;
    width: 100vw;
    height: 100vh;
    position: absolute;
    overflow: auto;
    overflow-x: hidden;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   /* text-shadow: 1px 1px 1px rgba(0,0,0,0.004);*/
    /*line-height: 120%;*/
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
    letter-spacing: 0px;
}



header .logo{
    width: 100px;
    height: 162px;
    /*background: rgba(255,255,255,0.8) url(../../images/mangiarotti/logo.svg) 50% 0% no-repeat;*/
    top: 0;
    position: absolute;
    margin-left: -20px;
    z-index: 2;
    border-radius: 0px;
    cursor: pointer;
    background: #fff url(../../images/icbook/logo-big.svg)  50% 8px no-repeat;
    left: 40px;
    margin-left: -50px;
    margin-top: -32px;
    background-size: auto 140px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
   /* mix-blend-mode: difference;*/
    /* display: none; */
}

header.scrolled .logo{
    height: 58px;
    background: transparent url(../../images/icbook/logo-small.svg)  30% 4px no-repeat;
    /*-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s;*/
    background-size: 48px 48px;
    margin-top: 0px;
}

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

    /*-webkit-transition: margin 0.1s ease;
    -moz-transition: margin 0.1s ease;
    -ms-transition: margin 0.1s ease;
    -o-transition: margin 0.1s ease;
    transition: margin 0.1s;*/
}

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;
    position: relative;
    color: #666;
}

.row.content.internal.no-cover{
    /*padding-top: 126px;*/
    /*padding-top: 26px;*/
    margin-top: 100px;

}

.row.content > article .content h2,
.row.content > article .content h4,
.row.content > article .content h6{
    color: #090;
}

.row.content > article .content h3,
.row.content > article .content h5{
    color: #6699cc;
}

.row.content > article .content h2{
    font-size: 2.6rem;
}

.row.content > article .content h3{
    font-size: 2.3rem;
}

.row.content > article .content h4{
    font-size: 2rem;
}

.row.content > article .content h5{
    font-size: 1.6rem;
}

.row.content > article .content h6{
    font-size: 1.3rem;
}

.row .triangle{
    position: absolute;
    left: 50%;
    margin-left: -17px;
    z-index: 2;
}

.row .triangle.bottom{
    bottom: 0;
    margin-top: 0px;
    margin-bottom: -30px;
}

footer.row{
    background: transparent;
    border-top: 1px dashed #ccc;
    padding-bottom: 32px;
}

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

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

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

.content.internal > article{
    padding-top: 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;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 32px;
}

.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;
}

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

.content.internal > article h2.subtitle{
    color: #6699cc;
    font-size: 3.22rem;
    line-height: 1em;
    font-weight: normal;
    letter-spacing: 0;
    /* text-transform: uppercase; */
    line-height: 1em;
}

.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 img{
    position: relative;
    /*float: left!important;*/
    width: auto;
    height: auto;
    /* height: 128px; */
    /*border-radius: 128em;*/

    overflow: hidden;
    max-width: 100%;
    display: block;
    display: block;
    border: 8px solid #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    margin: 12px auto 12px auto;
}

.content .main table{
    width: 100%!important;
}

.content .main td{
    font-size: 1.6rem;
    vertical-align: top;
    width: auto;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0
}

.content .main td:first-child{
    color: #333;
    font-weight: 700;
    width: 35%;
    /* text-transform: uppercase; */
    border-right: 1px solid #f0f0f0;
}

.content .main td:last-child{
    border-right: none;
}



.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;
}
.content.internal .main .content h2{
    font-size: 2.6rem;
}

.content.internal .main .content h3{
    font-size: 2.2rem;
}

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

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

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

.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 blockquote{
    color: #6699cc!important;
}

.content.internal .main .content aside{
    display: block;
    margin-bottom: 2.5rem;
}

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


.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: 0px;
    /* margin-left: 0px; */
}

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

.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: 1em; */
}

.content.internal .right-menu h2{
    font-size: 2rem;
    margin-bottom: 0px;
    color: #4a4a4a;
    letter-spacing: 0;
    /* line-height: 1em; */
}

.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: #1483D2;
    color: #fff;
    text-align: center;
}

.row.headlinenews.colored{
    background-color: #1483D2;
    clear: both;
}

.headline-scroller{
    display: none;
}

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

.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;
}

.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 .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: 32px;
}

.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: -70px;
    background-color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: -14px;
    color: #0092F5;
    font-size: 3.5rem;
    text-transform: uppercase;
}

.row.foursquare article > h2{
    color: #4a4a4a;

}

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

    line-height: 1.2em;
}



/*
* Work With Us
*******************/
.cv-sent-message{
    color: #50AB5F;
    font-size: 2.5rem;
    text-transform: uppercase;
}


.cv-send-error{
    color: #E22538;
    text-transform: uppercase;
}

.cv-send-error > h4{
    margin-bottom: 0px;
}



alk-sharepage{
    position: absolute;
}

.scrolled alk-sharepage{
    top: 10px;
}

alk-sharepage > .icon{
    height: 56px;
    width: 100px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px;
}

.scrolled alk-sharepage > .icon{
    background: transparent;
    padding: 0;
}

alk-sharepage > .icon > svg{
    position: absolute;


}

alk-sharepage > .icon > span{
    text-transform: uppercase;
    font-size: 8pt;
    line-height: 42px;
    margin-left: 32px;
}

.content.internal > article h2.subtitle{
    font-family: 'Helvetica Neue Thin';
}

.content.internal > article h1.title{
    margin-bottom: 0.25em;
}

.row.socials{
    min-height: 32px;
    display: block;
    padding-bottom: 22px;
    padding-top: 22px;
    border-top: 1px dashed #ccc;
}


row.gallery ~ .row.socials{
    border-top: 0px;
}

.row.socials > article{
    width: 80%;
    max-width: 880px;
}

.row.socials h4{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.row.socials nav a {
    text-decoration: none;
    display: inline-block;
    margin-left: 0px;
    color: #666;
    cursor: pointer;
    font-size: 0.8em;
    margin-right: 24px;
    margin-bottom: 4px;
}

.row.socials nav a span{
    padding-right: 4px;
}

.row.socials nav a:hover{
    text-decoration: underline;
}

.row.socials nav a > i{
    color: #666;
    font-size: 1.4em;
}

.row.socials nav a:hover i {
    color: #03A9F4;
}

.row.socials nav a:first-child{
    margin-left: 0px;
}

.row.socials nav a i{
    padding-right: 0.3em;
    display: inline-block;
}

.row.socials.fb-plugin{
    background-color: #e9edf3;
    text-align: center;
}