/* ============================================ */
/*   =   Home page                              */
/* ============================================ */

/* = About us  = */
.about-us {
    background: url(../images/backgrounds/bg-about-us.png) no-repeat 0 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 315px;
    padding: 48px 40px 40px 50px;
}

.about-us div.textwidget,
.about-us p {
    font-family: 'MyriadProLight';
    font-size: 28px;
    color: #fff;
    line-height: 32px;
}

/* = Field news = */
.field-news {
    min-height: 315px;
    padding: 0;
}

.field-news .lien {
    position: relative;
    display: block;
}

.field-news h2 {
    position: absolute;
    top: 42px;
    left: 50px;
    z-index: 1;
    /*text-shadow: 1px 1px 1px #adacac;*/
    padding: 5px;
    background-color: rgba(25, 25, 25, 0.5);
}

.field-news .visual {
    width: 100%;
}

.field-news .visual img {
    width: 100%;
    display: block;
    opacity: 0.95;
}

.field-news:hover .visual img {
    opacity: 1;
}

.field-news .title {
    position: absolute;
    bottom: 43px;
    left: 50px;
    font-family: 'MyriadProLight';
    font-size: 28px;
    color: #ffffff;
    line-height: 30px;
    margin-right: 50px;
    padding: 10px;
    background-color: rgba(25, 25, 25, 0.5);
}

.field-news-cont {
    background: #fff;
    top: 315px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
    max-height: 315px;
}

.field-news-cont .lien {
    display: block;
    padding: 50px 31px 58px 50px;
}  

.field-news-cont .lien:hover {
    text-decoration: none;
}  

.field-news-cont:after {
    bottom: 100%; 
    left: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(255, 255, 255, 0); 
    border-bottom-color: #fff; 
    border-width: 33px; 
    margin-left: -33px; 
}

.field-news-cont p {
    font-family: 'MyriadProLight';
    font-size: 18px;
    color: #323232;
    line-height: 16px;
    line-height: 23px;
}

.field-news-cont p strong {
    font-family: 'MyriadProSemibold';
}


/* = Block news = */
.block-news {
    border: 1px solid #e5e5e5;
    float: right;
    padding: 0;
    border-bottom: 0;
    border-left: 0;
}

.list-news {
    padding: 60px 50px;
}

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

.list-news li {
    overflow: hidden;
    margin-bottom: 25px;
    height: 72px;
}

.list-news li:last-child {
    margin-bottom: 0;
    min-height: 0;
}

.list-news li > a {
    width: 106px;
    float: left;
    margin-right: 14px;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.list-news li > a img {
    display: block;
}

.list-news li div {
    float: left;
    width: 176px;
}

.list-news h3 {
    font-family: 'MyriadProLight';
    font-size: 18px;
    color: #272727;
    line-height: 19px;
}

.list-news h3 > a {
    color: #272727;
}

.list-news li div .date {
    font-family: 'MyriadProLight';
    font-size: 12px;
    color: #b0b0b0;
    display: block;
    line-height: 20px;
}

.block-news .more-news {
    background: #c4141b;
    text-align: center;
    display: block;
    font-family: 'MyriadProSemibold';
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 16px 0 17px 0;
}

.block-news .more-news:hover {
    background: url(../images/backgrounds/bg-btn-red.png) repeat-x 0 0;
    text-decoration: none;
}

/* = TOGYiN = */
.togy-in {
    background: url(../images/visual/togyin-01.jpg) no-repeat 0 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 630px;
}

.togy-in h2 {
    color: #d4d3d3;
}

.togy-in .togy-in-cont {
    width: 305px;
    height: 530px;
    position: relative;
}

.togy-in .title {
    font-family: 'MyriadProLight';
    font-size: 40px;
    color: #d4d3d3;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.togy-in .title span {
    font-family: 'MyriadProSemibold';
    display: block;
}

.togy-in p.first-parag {
    font-family: 'MyriadProSemibold';
    font-size: 28px;
    color: #fff;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.togy-in p {
    font-family: 'MyriadProLight';
    font-size: 18px;
    color: #fff;
    line-height: 23px;
    margin-bottom: 18px;
}

.togy-in .block-exclu-members {
    position: absolute;
    bottom: 0;
    left: 0;
}

.togy-in .block-exclu-members p {
    font-family: 'MyriadProSemibold';
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}


/* = Pblications = */
.block-publications {
    background: url(../images/backgrounds/bg-publications.png) no-repeat 0 0 #272727;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    min-height: 629px;
    position: relative;
}

.block-publications h2 {
    margin-bottom: 40px;
}

.carousel-books li {
    text-align: center;
}

.carousel-books .desc {
    font-family: 'MyriadProSemibold';
    color: #dfdfdf;
    font-size: 18px;
    line-height: 23px;
}

.carousel-books .visual {
    position: relative;
    margin-top: 60px;
}

.carousel-books .img-book {
    display: inline-block;
    margin-bottom: 12px;
}

.carousel-books .img-book img {
    display: block;
}

.carousel-books h3,
.carousel-books h3 a {
    font-family: 'MyriadProSemibold';
    color: #dfdfdf;
    font-size: 18px;
    display: inline-block;
    line-height: 23px;
}

.carousel-books .btn-view {
    left: 0;
    position: absolute;
    top: 80px;
    outline: none;
}

.carousel-books .btn-buy {
    position: absolute;
    right: 0;
    top: 80px;
    outline: none;
}

.carousel-books .btn-view:hover ,.carousel-books .btn-buy:hover {
    opacity: 0.9;
}

.block-publications .bx-controls-direction a {
    position: absolute;
    top: 0;
    right: 0;
    outline: 0;
    width: 43px;
    height: 43px;
    text-indent: -9999px;
    z-index: 1000;
}

.block-publications .bx-controls-direction a.disabled {
    opacity: 0.3;
    cursor: inherit;
}

.block-publications .bx-controls-direction .bx-prev {
    right: 43px;
    background: url(../images/arrows/arrow-left-white.png) no-repeat center center;
}

.block-publications .bx-controls-direction .bx-next {
    right: 0;
    background: url(../images/arrows/arrow-right-white.png) no-repeat center center #c4141b;
}

.block-publications .bx-controls-direction .bx-next:hover {
    background-color: #b51218;
}

.block-publications .more-books {
    position: absolute;
    background: #c4141b;
    font-family: 'MyriadProSemibold';
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0; 
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.block-publications .more-books:hover {
    background: url(../images/backgrounds/bg-btn-red.png) repeat-x 0 0;
    text-decoration: none;
}

/* = Events = */
.carousel-events-home {
    border: 1px solid #d5d5d5;
    padding: 50px 0 38px;
    border-right: 0;
    border-top: 0; 
    overflow: hidden;
    min-height: 315px;
}

.carousel-events-home h2 {
    color: #272727;
    padding-left: 50px;
    margin-bottom: 15px;
}

.carousel-events-home ul li {
    border-right: 1px solid #e5e5e5;
    padding: 10px 50px 5px;
    width: 400px;
}

.carousel-events-home ul li:last-child {
    border-right: 0;
}

.carousel-events-home .date {
    display: inline-block;
    padding: 7px 10px 0 0;
    position: relative;
    font-family: 'MyriadProLight';
    font-size: 20px;
    color: #272727;
    letter-spacing: -2px;
    text-align: center;
    min-width: 25px;
}

.carousel-events-home .date sup {
    position: absolute;
    top: 0;
    left: 1px;
    font-family: 'MyriadProSemibold';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.carousel-events-home .dash {
    display: inline-block;
    padding: 0;
    position: relative;
    font-family: 'MyriadProLight';
    font-size: 20px;
    color: #272727;
    margin: 0 -6px 0 -12px;
}

.carousel-events-home h3 {
    font-family: 'MyriadProLight';
    font-size: 28px;
    color: #b31218;
    display: inline-block;
}

.carousel-events-home h3 a,.carousel-events-home h3 a:hover {
    color: #b31218;
    text-decoration: none;
}

.carousel-events-home li p {
    font-family: 'MyriadProLight';
    font-size: 18px;
    color: #272727;
    line-height: 24px;
    padding-top: 8px;
}

.carousel-events-home li p a {
    color: #272727;
}

.carousel-events-home .view-calendar {
    float: right;
    margin: 10px 50px 0 0;
    padding: 17px 40px;
}

.carousel-events-home .bx-controls-direction a {
    position: absolute;
    top: 0;
    right: 0;
    outline: 0;
    width: 43px;
    height: 43px;
    text-indent: -9999px;
    z-index: 1000;
}

.carousel-events-home .bx-controls-direction .bx-prev {
    right: 43px;
    background: url(../images/arrows/arrow-left-gr.png) no-repeat center center;
}

.carousel-events-home .bx-controls-direction .bx-next {
    right: 0;
    background: url(../images/arrows/arrow-right-gr.png) no-repeat center center #272727;
}

.carousel-events-home .bx-controls-direction .bx-next:hover {
    background-color: #000;
}

.carousel-events-home .bx-controls-direction .bx-next.disabled:hover {
    background-color: #272727;
}

.carousel-events-home .bx-controls-direction a.disabled {
    opacity: 0.3;
    cursor: inherit;
}


/* = Twitter = */
.block-twitter {
    position: relative;
    background: #e6e6e6;
    border: 1px solid #d5d5d5;
    border-top: 0;
    min-height: 315px;
    padding-bottom: 40px;
}

.block-twitter h2 {
    color: #272727;
    margin-bottom: 34px;
}

.block-twitter .txt-follow {
    font-family: 'MyriadProLight';
    font-size: 18px;
    color: #272727;
    line-height: 23px;
}

.block-twitter .txt-follow span {
    font-family: 'MyriadProSemibold';
    display: block;

}

.block-twitter .btn-follow {
    position: absolute;
    right: 50px;
    bottom: 41px;
    padding: 17px 42px;
}


/* = Contract publishing = */
.block-contract-publishing {
    background: #272727;
    min-height: 315px;
    text-align: center;
    padding: 0;
}

.block-contract-publishing .lien {
    display: block;
    padding: 46px;
}

.block-contract-publishing .lien:hover {
    text-decoration: none;
}

.block-contract-publishing h2 {
    font-family: 'MyriadProLight';
    font-size: 40px;
    color: #fff;
    line-height: 37px;
    margin-bottom: 25px;
}

.block-contract-publishing h2 strong {
    font-family: 'MyriadProSemibold';
}

.block-contract-publishing .desc {
    font-family: 'MyriadProLight';
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}

.block-contract-publishing .desc strong {
    font-family: 'MyriadProSemibold';
}

/* = Consultancy = */
.block-consultancy {
    background: url(../images/backgrounds/bg-consultancy.png) no-repeat 0 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 315px;
    text-align: center;
    padding: 0;
    position: relative;
}

.block-consultancy .lien {
    display: block;
    padding: 50px;
    min-height: 315px;
}

.block-consultancy .lien:hover {
    text-decoration: none;
}

.block-consultancy h2 {
    font-family: 'MyriadProLight';
    font-size: 40px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 32px;
}

.block-consultancy .desc {
    font-family: 'MyriadProLight';
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    padding-bottom: 35px;
}

.block-consultancy .desc strong {
    font-family: 'MyriadProSemibold';
    display: block;
}

.block-consultancy .btn-contact {
    position: absolute;
    bottom: 50px;
    right: 50px;
    padding: 17px 39px;
}




