@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background: #ebebeb;
    color: #000000;
}

/* base */
.container {
    width: 1580px;
    margin: auto;
}

@media (max-width: 1600px){
    .container{
        width:1200px;
    }
}

@media (max-width: 1200px){
    .container{
        width:100%;
        overflow: hidden;
    }
}

#logo {
    margin: 0;
}
#logo img {
    max-height: 68px;
    width: auto;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

@media (max-width: 1200px){
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .container #content .row {
        display: flex;
        flex-direction: column;
    }
}

.row:after, .row:before {
    display: table;
    content: " ";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row:after {
    clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%%; }
.col-12 { width: 100%; }

.flex-block {
    display: flex;
    align-items: center;
}

.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}

.form-control {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    border: 1px solid #303030;
    color: #000000;
    padding: 0 10px;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.form-control:hover,
.form-control:focus {
    outline: none;
    border-color: #970025;
}

/* menu */
#main-nav > ul {
    background: none;
    float: right;
}
#main-nav > ul > li {
    float: none;
    display: inline-block;
    color: #7b7b7b;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
#main-nav > ul > li > a {
    color: #7b7b7b;
    padding: 8px 5px;
}
#main-nav > ul > li:hover > a, #main-nav > ul > li.active > a {
    background: none;
    color: #970025;
}
.menu-area-wrapper {
    padding: 15px 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(217,217,217,1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(217,217,217,1);
    box-shadow: 0px 5px 5px 0px rgba(217,217,217,1);
}

/* submenu */
#main-nav {
    background: none;
    width: 100%;
}
#main-nav .submenu {
    background: #fafafa;
    width: auto;
    left: auto;
    top: auto;
    height: 0;
    display: block;
    overflow: hidden;
    min-height: unset;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    opacity: 0;
}
#main-nav .submenu ul {
    padding: 20px 30px;
    border-top: 2px solid #970025;
}
#main-nav .submenu li {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    display: block;
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
}
#main-nav .submenu li:last-of-type {
    border-bottom: 1px solid #ebebeb;
}
#main-nav .submenu li a {
    background: none;
    color: #7b7b7b;
    padding: 0;
}
#main-nav .submenu li a:hover,
#main-nav .submenu li a:focus {
    text-decoration: none;
    color: #970025;
}
#main-nav > ul > li:hover .submenu {
    z-index: 950;
}
#main-nav > ul > li:hover .submenu {
    left: auto;
    height: auto;
    opacity: 1;
}

/* box */
.box {
    -webkit-box-shadow: 2px 2px 5px 0px rgb(187, 187, 187);
    -moz-box-shadow: 2px 2px 5px 0px rgb(187, 187, 187);
    box-shadow: 2px 2px 5px 0px rgb(187, 187, 187);
}
.box .box-body {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.box .box-head {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    background: -moz-linear-gradient(45deg, rgba(119,0,29,1) 0%, rgba(151,0,37,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(119,0,29,1)), color-stop(100%, rgba(151,0,37,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(119,0,29,1) 0%, rgba(151,0,37,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(119,0,29,1) 0%, rgba(151,0,37,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(119,0,29,1) 0%, rgba(151,0,37,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(119,0,29,1) 0%, rgba(151,0,37,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#970025', endColorstr='#77001d',GradientType=1 ); /* ie6-9 */
}
.box .box-head strong {
    display: inline-block;
}
.box .box-head-in {
    background: none;
    padding: 16px 0;
    width: 100%;
    text-align: center;
}
.box .box-head-in strong {
    font-weight: 400;
}

.box .box-head-in h2 strong {
    font-weight: 500;
}


.box .box-head-in h2 {
    line-height: 1.2;
    background: none;
    text-transform: uppercase;
    font-weight: 400;
}

.box .box-head-in.box-head-two-levels h3 {
    text-align: right;
    font-size: 18px;
}

.box .box-head-in.box-head-two-levels {
    background-image: none;
}

.box .box-head-in.box-head-two-levels h2 {
    text-align: left;
}


.box .box-head-two-levels h1 + h2, .box .box-head-two-levels h2 + h3, .box .box-head-two-levels h3 + h4, .box .box-head-two-levels h4 + h5, .box .box-head-two-levels h5 + h6 {
    background: none;
}

/* header aside */
#header .header-aside {
    position: relative;
}

/* buttons */
.btn {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    background: #970025;
    padding: 10px 15px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.btn:hover,
.btn:focus {
    text-decoration: none;
    color: #ffffff;
    background: #67021a;
}
.btn.full-btn {
    width: 100%;
    display: block;
}

/* content */
#content {
    background: none;
    padding: 20px 0 115px;
}

/* footer */
#footer .copyrights {
    background: #303030;
    color: #ffffff;
    font-size: 12px;
}
#footer p {
    background: none;
    color: #ffffff;
    line-height: 1.2;
    padding: 8px 0;
}
#footer ul {
    background: #970025;
    line-height: 1.2;
    font-size: 18px;
    padding: 14px 0;
}
#footer ul li {
    margin: 0;
    padding: 0;
    position: relative;
}
#footer ul li a {
    margin: 0;
    padding: 0 10px;
}
#footer ul li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #ffffff;
    position: absolute;
    top: 4px;
    right: -2px;
}
#footer ul li:last-of-type:after {
    display: none;
}

/* bottom */
.bottom {
    margin-bottom: 20px;
}
.bottom .bottom-inside {
    background: #fafafa;
    position: relative;
    padding: 30px 0;
}
.bottom .bottom-inside:before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(217,217,217,1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(217,217,217,1);
    box-shadow: 0px 5px 5px 0px rgba(217,217,217,1);
}
.bottom .bottom-title {
    position: relative;
    color: #970025;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.bottom .bottom-title:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 160px;
    background: #ebebeb;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.bottom .btn {
    display: block;
    font-size: 18px;
    color: #7d7d7d;
    border: 1px solid #7d7d7d;
    background: none;
    text-align: center;
    font-weight: 300;
    letter-spacing: 2px;
}
.bottom .btn:hover {
    text-decoration: none;
    color: #970025;
    border-color: #970025;
}

.jcarousel-skin-videos.jcarousel-skin-partners .jcarousel-clip-horizontal {
    width: 640px;
}
.jcarousel-skin-videos.jcarousel-skin-partners .jcarousel-item {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 160px;
}
.jcarousel-skin-videos.jcarousel-skin-partners .jcarousel-container {
    width: 640px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .jcarousel-skin-videos.jcarousel-skin-partners .jcarousel-container {
        width: 100%;
    }
    .jcarousel-skin-videos.jcarousel-skin-partners .jcarousel-item {
        width: 100px;
    }
    .jcarousel-skin-videos.jcarousel-skin-partners .jcarousel-clip-horizontal {
        width: 90%;
    }
    .jcarousel-skin-videos.jcarousel-skin-partners .jcarousel-next-horizontal {
        right: 5px;
    }
}

.jcarousel-skin-videos.jcarousel-skin-partners .jcarousel-prev-horizontal,
.jcarousel-skin-videos.jcarousel-skin-partners .jcarousel-next-horizontal {
    width: 30px;
    height: 40px;
    padding: 10px;
    top: 40px;
}
.jcarousel-skin-videos.jcarousel-skin-partners .jcarousel-prev-horizontal {
    background: url('../images/left-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    left: -30px;
}
.jcarousel-skin-videos.jcarousel-skin-partners .jcarousel-next-horizontal {
    background: url('../images/right-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    right: -30px;
}

@media (max-width: 1200px) {
    .jcarousel-skin-videos.jcarousel-skin-partners .jcarousel-next-horizontal {
        right: 5px;
    }
}

.jcarousel-skin-videos.jcarousel-skin-partners .desc-area {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    background: rgba(0,0,0,0.5);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -moz-calc(100% - 5px);
    height: -webkit-calc(100% - 5px);
    height: -o-calc(100% - 5px);
    height: calc(100% - 5px);
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.jcarousel-skin-videos.jcarousel-skin-partners .desc-area-content {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 19px;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel-skin-videos.jcarousel-skin-partners .jcarousel-item:hover .desc-area {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 1200px) {
    .responsive-block {
        width: 100%;
    }
}

/* left side */
.editor-box {
    height: auto;
    padding: 10px 0;
}
.editor-box h2 a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    display: block;
}
.editor-box .img-area img {
    float: none;
    max-width: 100%;
    height: auto;
    margin: 0 0 10px;
}
.editor-box .desc {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    padding: 10px;
}
.editor-box .desc a {
    color: #000000;
}
.editor-box a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.editor-box a:hover,
.editor-box a:focus {
    text-decoration: none;
    color: #970025;
}
.signature-area {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #7d7d7d;
    margin-top: 20px;
}

.signature-area .signature-name,
.signature-area .signature-date {
    display: inline-block;
    padding: 0 5px;
}
.signature-area .signature-name + .signature-date {
    border-left: 1px solid #a6a6a6;
    padding-left: 6px;
}
#news-cats-carousel, #news-cats-carousel-rwd {
    width: 100% !important;
}
#news-cats-carousel li, #news-cats-carousel-rwd li {
    color: #7d7d7d;
    background: none;
    width: 32.5%;
    height: 20px;
    line-height: 20px;
    margin: 0 1px;
}
#news-cats-carousel li a, #news-cats-carousel-rwd li a {
    background: #ebebeb;
    margin: 0 1px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#news-cats-carousel li a.active, #news-cats-carousel-rwd li a.active {
    color: #ffffff;
    background: #970025;
}
#news-cats-carousel li a:hover,
#news-cats-carousel li a:focus,
#news-cats-carousel-rwd li a:hover,
#news-cats-carousel-rwd li a:focus {
    text-decoration: none;
    color: #ffffff;
    background: #970025;
}
.jcarousel-skin-news .jcarousel-container {
    width: 100%;
    padding: 0;
}
.jcarousel-skin-news .jcarousel-clip-horizontal {
    width: 100%;
    height: auto;
}
.news-links-box, .news-links-box-rwd {
    padding: 20px 0;
}
.news-links-box .news-links-list li,
.news-links-box-rwd .news-links-list-rwd li {
    border-top: 0;
    padding: 30px 0 0;
}
.news-links-box .news-links-list li a,
.news-links-box-rwd .news-links-list-rwd li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.news-links-box .news-links-list li a:hover,
.news-links-box .news-links-list li a:focus,
.news-links-box-rwd .news-links-list-rwd li a:hover,
.news-links-box-rwd .news-links-list-rwd li a:focus {
    text-decoration: none;
    color: #970025;
}
.news-links-box .news-links-list li span,
.news-links-box-rwd .news-links-list-rwd li span {
    float: none;
    text-align: right;
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-links-box .news-links-list li .img-area img,
.news-links-box-rwd .news-links-list-rwd li .img-area img {
    max-width: 100%;
}
.news-links-box .news-links-list img,
.news-links-box-rwd .news-links-list-rwd img {
    margin: 0;
}
.opinions-box {
    padding: 0 0 20px;
}
.opinions-box .img-area img {
    max-width: 100%;
}

.article-head h1 {
    font-weight: 500;
}

.articles-list h3 {
    margin: 0;
}
.articles-list h3 a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    padding: 30px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.articles-list h3 a:hover,
.articles-list h3 a:focus {
    text-decoration: none;
    color: #970025;
}

.mags-list ul,
.revue ul {
    padding: 0;
}
.mags-list > ul li,
.revue > ul li {
    margin: 0;
    padding: 20px;
}
.mags-list ul li .img-area img,
.revue ul li .img-area img {
    max-width: 100%;
    float: none;
    margin: auto auto 15px auto;
}
.mags-list ul li .img-area a,
.revue ul li .img-area a {
    display: block;
    text-align: center;
}
.mags-list ul .details,
.revue ul .details {
    float: none;
    width: 100%;
}
.mags-list ul .details li,
.revue ul .details li {
    padding: 0 0 0 10px;
    background-position: 0 3px;
}
.mags-list .title-area,
.mags-list .desc-area,
.revue .title-area,
.revue .desc-area {
    color: #000000;
    text-align: center;
}
.mags-list .title-area,
.revue .title-area {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.mags-list .title-area a,
.revue .title-area a {
    color: #000000;
    font-weight: 500;
}
.mags-list .title-area a:hover,
.mags-list .title-area a:focus,
.revue .title-area a:hover,
.revue .title-area a:focus {
    text-decoration: none;
    color: #970025;
}

.mags-list .desc-area,
.revue .desc-area {
    font-size: 14px;
    font-weight: 300;
}

/* right side */
.new-sidebar{
    position: -webkit-sticky; /* Safari */
    position:sticky;
    z-index:900;
    top:0;
}

@media (max-width: 1200px){
    .new-sidebar {
        position: inherit;
        width: 100%;
        margin-top: 20px;
    }
}

.donation-button {
    margin-bottom: 20px;
}

.white-right-block {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.white-right-block .btn {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 10px;
}
.white-right-block .subscribe-title {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000000;
    line-height: 1.2;
    padding-left: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
    position: relative;
}
.white-right-block .subscribe-title:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}
.white-right-block .subscribe-subtitle {
    font-size: 18px;
    color: #970025;
    margin-bottom: 10px;
}
.newsletter-block.white-right-block .subscribe-title:before {
    background: url('../images/envelope-icon.png');
    background-repeat: no-repeat;
    background-position: top 3px left;
}
.action-block.white-right-block .subscribe-title {
    color: #970025;
}
.action-block.white-right-block .subscribe-title:before {
    background: url('../images/doc-icon.png');
    background-repeat: no-repeat;
    background-position: top 7px left;
}
.action-block.white-right-block .btn {
    font-size: 16px;
}

.agenda-block.white-right-block .subscribe-title:before {
    background: url('../images/newspaper-icon.png');
    background-repeat: no-repeat;
    background-position: top 7px left;
}
.agenda-block.white-right-block .agenda-bottom ul li {
    border-bottom: 1px solid #ebebeb;
}
.agenda-block.white-right-block .agenda-bottom ul li a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}
.agenda-block.white-right-block .agenda-bottom ul li a:hover,
.agenda-block.white-right-block .agenda-bottom ul li a:focus {
    text-decoration: none;
    color: #970025;
}
.agenda-block.white-right-block .agenda-bottom ul li a .date {
    color: #970025;
    display: block;
    font-weight: 400;
}
.agenda-block.white-right-block .agenda-bottom ul li:first-of-type {
    border-top: 1px solid #ebebeb;
}

.agenda-block.white-right-block .ezEventCalendar {
    display: none;
}
.search-block.white-right-block {
    padding: 0;
    position: relative;
}
.search-block.white-right-block  .form-control {
    border-color: #ebebeb;
    padding-left: 40px;
    height: 40px;
    line-height: 40px
}
.search-block.white-right-block  .form-control:hover,
.search-block.white-right-block  .form-control:focus {
    border-color: #970025;
}
.search-block.white-right-block  input[type="image"] {
    position: absolute;
    top: 10px;
    left: 10px;
}
#home-slider,
#home-slider-rwd {
    width: 100%;
    height: 480px;
    padding: 0;
}
.jcarousel-skin-homeslider .jcarousel-clip-horizontal {
    width: 100%;
    height: 480px;
}

.jcarousel-skin-homeslider .jcarousel-item, #home-slider li,
.jcarousel-skin-homeslider .jcarousel-item, #home-slider-rwd li {
    width: 787px;
    height: 480px;
    margin: 0 1px;
}

#home-slider .jcarousel-control,
#home-slider-rwd .jcarousel-control-rwd {
    top: auto;
    bottom: 20px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    font-size: 0;
}
#home-slider .jcarousel-control span,
#home-slider-rwd .jcarousel-control-rwd span {
    padding: 0;
    width: 27px;
    height: 27px;
    border: 3px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fafafa;
}
#home-slider .jcarousel-control span.active,
#home-slider-rwd .jcarousel-control-rwd span.active {
    background: #970025;
    border-color: #970025;
}

#home-slider .details,
#home-slider-rwd .details {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    width: 717px;
    color: #FFFFFF;
    padding: 25px 40px 100px 70px;
}

#home-slider-rwd .details .details-content {
    width: 50%;
}

#home-slider .details .details-content {
    width: 94%;
}

@media (max-width: 1600px) {
    #home-slider .details .details-content {
        width: 84%;
    }
    #home-slider .details {
        padding: 25px 40px 70px 70px;
    }
}

@media (max-width: 997px) {
    #home-slider-rwd .details .details-content {
        width: 40%;
    }
}

#home-slider .details a,
#home-slider-rwd .details a {
    color: #FFFFFF;
}

#home-slider .details a.bottom-link,
#home-slider-rwd .details a.bottom-link {
    right: 130px;
    background: none;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
    bottom: 40px;
    font-size: 14px;
}

#home-slider .details h2,
#home-slider-rwd .details h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

#home-slider .details p,
#home-slider-rwd .details p {
    font-size: 14px;
}

@media (max-width: 1600px) {
    #home-slider {
        width: 600px;
        margin: auto;
    }
    #home-slider .img-responsive img {
        height: auto;
        width: 100%;
    }
    #home-slider li,
    #home-slider .details{
        width: 597px;
    }
    #home-slider .details h2 {
        width: 500px;
    }
    #home-slider {
        height: 365px;
    }
    #home-slider .details {
        bottom: 98px;
    }
}

@media (max-width: 1200px) {
    #home-slider-rwd {
        width: 1200px;
        margin: auto;
    }
    #home-slider-rwd .img-responsive img {
        height: auto;
    }
    #home-slider-rwd li{
        width: 1197px;
    }

    #home-slider-rwd .details {
        width: 1147px;
        padding: 25px 40px 50px 150px;
    }
    #home-slider-rwd .details .details-content a.bottom-link {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    #home-slider-rwd {
        width: 768px;
        margin: auto;
    }
    #home-slider-rwd .img-responsive img {
        height: auto;
    }
    #home-slider-rwd li,
    #home-slider-rwd .details {
        width: 765px;
    }
    #home-slider-rwd .details {
        bottom: 14px;
        padding: 25px 40px 50px 70px;
    }
}

@media (max-width: 480px) {
    #home-slider-rwd {
        width: 480px;
        margin: auto;
        height: 290px;
    }
    #home-slider-rwd .img-responsive img {
        height: auto;
    }
    #home-slider-rwd li {
        width: 477px;
    }
    #home-slider-rwd .details .details-content p,
    #home-slider-rwd .details .details-content a.bottom-link {
        display: none;
    }

    #home-slider-rwd .details {
        padding: 10px 10px 20px 10px;
        bottom: 190px;
    }
}

@media (max-width: 400px){
    #home-slider-rwd {
        width: 400px;
        margin: auto;
        height: 240px;
    }
    #home-slider-rwd .img-responsive img {
        height: auto;
    }
    #home-slider-rwd li {
        width: 397px;
    }
    #home-slider-rwd .details {
        padding: 10px 10px 20px 10px;
        bottom: 238px;
    }
}

.articles-list-4,
.articles-list-decryptage {
    padding: 60px;
}
.articles-list-4 ul li,
.articles-list-decryptage ul li {
    padding: 0;
    border: 1px solid #ebebeb;
}
.articles-list-4 ul li:last-child,
.articles-list-decryptage ul li:last-child {
    border: 1px solid #ebebeb;
}
.articles-list-4 .img-area img,
.articles-list-decryptage .img-area img {
    float: none;
    margin: 0;
    max-width: 100%;
}
.articles-list-4 .desc-area,
.articles-list-decryptage .desc-area {
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.articles-list.articles-list-4 .title-area h3 a{
    padding: 10px 0;
    font-size: 24px;
    text-align: center;
    line-height: 1;
}
.articles-list.articles-list-4 h3 a,
.articles-list.articles-list-decryptage h3 a{
    padding: 0;
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}
.articles-list-4 .desc,
.articles-list-decryptage .desc{
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}
.articles-list-4.articles-list-grid,
.articles-list-decryptage.articles-list-grid {
    padding: 60px 30px 0;
}
.articles-list-4.articles-list-grid ul,
.articles-list-decryptage.articles-list-grid ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .articles-list-4.articles-list-grid ul,
    .articles-list-decryptage.articles-list-grid ul {
        display: block;
    }
}

.articles-list-4.articles-list-grid ul li {
    padding: 0;
    border: 1px solid #ebebeb;
    width: -moz-calc(50% - 40px);
    width: -webkit-calc(50% - 40px);
    width: -o-calc(50% - 40px);
    width: calc(50% - 40px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px;
}

@media (max-width: 991px) {
    .articles-list-4.articles-list-grid ul li {
        width: 100%;
        margin: 20px 0;
    }
}

.articles-list-decryptage ul li {
    padding: 0;
    border: 1px solid #ebebeb;
    width: -moz-calc(33% - 40px);
    width: -webkit-calc(33% - 40px);
    width: -o-calc(33% - 40px);
    width: calc(33% - 40px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px;
}

@media (max-width: 1200px) {
    .articles-list-decryptage ul li {
        margin: 20px;
    }
}

@media (max-width: 991px) {
    .articles-list-decryptage.articles-list-grid ul li {
        width: 100%;
    }
    .articles-list-decryptage ul li {
        margin: 20px 0;
    }
}

.hamburger-menu {
    margin-left: 25px;
    margin-right: 30px;
    width: 30px;
    height: 20px;
    top: 5px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.hamburger-menu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #970025;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.hamburger-menu span:nth-child(even) {
    left: 50%;
}
.hamburger-menu span:nth-child(odd) {
     left: 0px;
}
.hamburger-menu span:nth-child(1), .hamburger-menu span:nth-child(2) {
     top: 0px;
}

.hamburger-menu span:nth-child(3), .hamburger-menu span:nth-child(4) {
     top: 8px;
}

.hamburger-menu span:nth-child(5), .hamburger-menu span:nth-child(6) {
     top: 16px;
}

.hamburger-menu.open span:nth-child(1), .hamburger-menu.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hamburger-menu.open span:nth-child(2), .hamburger-menu.open span:nth-child(5) {
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.hamburger-menu.open span:nth-child(1) {
    left: 4px;
    top: 7px;
}
.hamburger-menu.open span:nth-child(2) {
    left: calc(50% - 4px);
    top: 7px;
}
.hamburger-menu.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
.hamburger-menu.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
.hamburger-menu.open span:nth-child(5) {
    left: 4px;
    top: 13px;
}
.hamburger-menu.open span:nth-child(6) {
    left: calc(50% - 4px);
    top: 13px;
}


@media (min-width: 1200px) {
    .hidden-lg {
        display: none!important;
    }
}

@media (max-width: 1200px) {
    .hidden-xs {
        display: none!important;
    }
}

.mobile-menu {
    display: none;
    box-shadow: inset 0px 15px 30px -15px #d0d0d0;
    background: white;
    z-index: 999;
    top: 102px;
    left: 0;
    padding-bottom: 15px;
    position: fixed;
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: calc(100% - 80px);
}



.mobile-menu ul {
    text-align: center;
    width: 100%;
    margin: 0;
}
.mobile-menu ul > li {
    display: block;
    margin-top: 40px;
    text-transform: uppercase;
}

.mobile-menu ul > li.active > a {
    color: #970025;
}

.mobile-menu ul > li > a {
    color: #7b7b7b;
    font-weight: 500;
    font-size: 20px;
}
.submenu-mobile {
    display: none;
    padding-left: 20px;
}

@media (max-width: 1200px) {
    .img-area {
        text-align: center;
    }
    .img-area img {
        height: auto;
    }
}

/* articles */
.article-page .article-body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
}

.article-page .article-main-img {
    text-align: center;
}

.article-page .article-body p > img {
    max-width: 100%;
}
@media (max-width: 1200px) {
    .article-page .article-main-img img {
        width: 100%;
        height: auto;
    }
    .article-page iframe {
        width: 100%;
    }
}

.search-results .intro, .search-results .intro p,
.search-results .results-list p,
.gen-list .intro,
.gen-list > ul p {
    font-size: 14px;
}

.search-results .results-list li,
.gen-list > ul > li,
.gen-list > ul > li.nobg,
.video-list-page .video-list li.nobg {
    background: none;
    border: 1px solid #ebebeb;
}

.video-list-page .video-list li.nobg {
    padding: 10px;
}

.video-list-page li .content {
    float: none;
    width: 90%;
    padding: 6px 20px 0 110px;
}

.video-list-page .video-list li.nobg

@media (max-width: 991px) {
    .video-list-page li .content {
        width: 70%;
    }

}

.gen-list .see-all a {
    text-decoration: none;
}

.gen-list .sublist li {
    font-size: 14px;
    width: 33%;
}

@media (max-width: 1600px) {
    .gen-list .sublist li {
        width: 49%;
    }
}

@media (max-width: 767px) {
    .gen-list .sublist li {
        width: 100%;
        font-size: 16px;
        padding: 5px 0;
    }
}

.see-all a,
.video-list-page li .read-more a {
    font-size: 14px;
    color: #ffffff;
    background: #970025;
    padding: 5px 10px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-style: normal;
}
.see-all a:hover,
.see-all a:focus,
.video-list-page li .read-more a:hover,
.video-list-page li .read-more a:focus {
    text-decoration: none;
    color: #ffffff;
    background: #67021a;
}

.our-history-page > p,
.gen-list li .ext-link,
.lp-youth-page > p,
.lp-youth-page li p,
.video-list-page .intro,
.video-list-page li p,
.agenda-page .intro,
.agenda-page .intro p,
.article-page .revue-body,
.contact-page > p,
.contact-boxes li,
.contact-form label,
.contact-form span.label,
.event-details {
    font-size: 14px;
}

.our-history-page .timeline p {
    font-size: 13px;
}

.recent-articles-block li.article {
    width: 45%;
    padding: 10px;
}

.recent-articles-block .see-all {
    margin-top: 10px;
}

.agenda-page .calendars-list {
    background: none;
}

.agenda-page .calendars-list {
    width: 60%;
    margin: 0 auto 35px;
}

@media (max-width: 1600px) {
    .agenda-page .calendars-list {
        width: 76%;
        margin: 0 auto 35px;
    }
}

.agenda-page .agenda-list .see-all a {
    text-decoration: none;
}

.agenda-page .agenda-list p {
    font-size: 14px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .agenda-page .agenda-list p {
        display: none;
    }
}

.agenda-page .agenda-list .item-body {
    width: 100%
}

.btn-line button, .btn-line input[type=submit] {
    font-size: 14px;
    color: #ffffff;
    background: #970025;
    padding: 5px 10px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-style: normal;
}

.contact-form .btn-line button.btn-submit span,
.btn-line button span {
    background-image: none;
}

.btn-line button:hover,
.btn-line button:focus,
.btn-line input[type=submit]:hover,
.btn-line input[type=submit]:focus{
    text-decoration: none;
    color: #ffffff;
    background: #67021a;
}

.subscribe-form .btn-line {
    text-align: left;
}

.box .box-head h1 {
    background: none;
}

.checkout-payment h2 {
    font-size: 16px;
}

.checkout-payment .payment-form label,
.checkout-payment .btn-line button span {
    font-size: 14px;
}

/* Breadcrumbs */
.breadcrumbs {
    font-size: 16px;
    color: #970025;
    font-weight: bold;
    padding-left: 10px;
    border-bottom : 1px solid #c6c6c6;
    padding-bottom: 7px;
}

.breadcrumbs a {
    color: #000000;
    text-decoration: none;
}

.breadcrumbs li:before {
    content: ">";
    color: #000000;
}

@media (max-width: 1200px) {
    .breadcrumbs {
        display: none;
    }
}

@media (max-width: 1200px) {
    .internal-content {
        width: 100%;
    }
    .img-responsive img {
        width: 100%;
    }
}

/*decryptage*/

.jcarousel-decryptage-themes {
    overflow: hidden;
    position: relative;
    height: 170px;
    width: 100%;
}

.jcarousel-decryptage-themes .jcarousel-item {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 160px;
    height: auto;
}
.jcarousel-decryptage-themes .jcarousel-container {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .jcarousel-decryptage-themes .jcarousel-container {
        width: 100%;
    }
    .jcarousel-decryptage-themes .jcarousel-clip-horizontal {
        width: 90%;
        margin: 0 auto;
    }
}
.jcarousel-skin-homeslider .jcarousel-prev-horizontal,
.jcarousel-skin-homeslider .jcarousel-next-horizontal,
.jcarousel-decryptage-themes .jcarousel-prev-horizontal,
.jcarousel-decryptage-themes .jcarousel-next-horizontal {
    position: absolute;
}

.jcarousel-skin-homeslider .jcarousel-prev-horizontal,
.jcarousel-skin-homeslider .jcarousel-next-horizontal,
.jcarousel-decryptage-themes .jcarousel-prev-horizontal,
.jcarousel-decryptage-themes .jcarousel-next-horizontal {
    width: 30px;
    height: 40px;
    padding: 10px;
    top: 40px;
}

.jcarousel-decryptage-themes .jcarousel-prev-horizontal {
    background: url('../images/left-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    left: -70px;
}

.jcarousel-skin-homeslider .jcarousel-prev-horizontal{
    left: 0;
    cursor: pointer;
    top: 340px;
    background: url('../images/left-arrow-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jcarousel-decryptage-themes .jcarousel-next-horizontal {
    background: url('../images/right-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    right: -70px;
}
.jcarousel-skin-homeslider .jcarousel-next-horizontal{
    right: 0;
    cursor: pointer;
    top: 340px;
    background: url('../images/right-arrow-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1600px) {
    .jcarousel-skin-homeslider .jcarousel-next-horizontal,
    .jcarousel-skin-homeslider .jcarousel-prev-horizontal {
        top: 250px;
    }
}

@media (max-width: 1200px) {
    .jcarousel-decryptage-themes .jcarousel-prev-horizontal {
        left: 0;
    }
    .jcarousel-decryptage-themes .jcarousel-next-horizontal {
        right: 0;
    }
    .jcarousel-skin-homeslider .jcarousel-next-horizontal {
        right: 390px;
        top: 340px;
    }
    .jcarousel-skin-homeslider .jcarousel-prev-horizontal {
        left: 70px;
        top: 340px;
    }
}

@media (max-width: 997px) {
    .jcarousel-skin-homeslider .jcarousel-next-horizontal {
        right: 500px;
    }
}

@media (max-width: 767px) {
    .jcarousel-skin-homeslider .jcarousel-next-horizontal {
        right: 310px;
    }
    .jcarousel-skin-homeslider .jcarousel-prev-horizontal {
        left: 10px;
    }
}

@media (max-width: 480px) {
    .jcarousel-skin-homeslider .jcarousel-next-horizontal {
        right: 300px;
    }
    .jcarousel-skin-homeslider .jcarousel-prev-horizontal {
        left: 0;
    }
    .jcarousel-skin-homeslider .jcarousel-next-horizontal,
    .jcarousel-skin-homeslider .jcarousel-prev-horizontal {
        top: 240px
    }
}

@media (max-width: 400px) {
    .jcarousel-skin-homeslider .jcarousel-next-horizontal,
    .jcarousel-skin-homeslider .jcarousel-prev-horizontal {
        top: 196px
    }
}


.decryptage-themes-list {
    width: 90%;
    margin: 0 auto;
}

/* custom checkbox 2 */
.custom-checkbox2 {
    margin: 0;
    text-align: center;
    float: left;
    width: 200px;
}
.custom-checkbox2 input[type="checkbox"] {
    display: none;
}
.custom-checkbox2 input[type="checkbox"] + label {
    font-weight: 400;
    position: relative;
    margin: 0;
    cursor: pointer;
    color: #000000;
    line-height: 1.3;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.custom-checkbox2 input[type="checkbox"]:before {
    content: '';
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 100px;
    height: 2px;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.custom-checkbox2 input[type="checkbox"]:checked + label {
    color: #970025;
}
.custom-checkbox2 input[type="checkbox"]:checked + label:before{
    background: #970025;
}
.custom-checkbox2 input[type="checkbox"]:focus{
    outline: none;
}
.custom-checkbox2 .img-area {
    margin-bottom: 5px;
}
.custom-checkbox2 .img-area img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}

.custom-checkbox2 input[type="checkbox"]:checked + label .img-area img {
    border: 2px solid #970025;
}

.custom-checkbox2 .desc-area {
    font-size: 16px;
    margin-bottom: 5px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .custom-checkbox2 .desc-area {
        font-size: 13px;
    }
}

.abonnez-vous input[type=submit] {
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
    background: #970025;
    text-align: center;
    color: #ffffff;
    padding: 10px 15px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.abonnez-vous input[type=submit]:hover,
.abonnez-vous input[type=submit]:focus {
    text-decoration: none;
    color: #ffffff;
    background: #67021a;
}

@media (max-width: 1600px) {
    .box-decryptage .articles-list-4 .img-area img,
    .box-media .articles-list-4 .img-area img {
        height: auto;
    }
}

.box-media .media-une .img-area img {
    height: auto;
}

.box-media .articles-list-4 {
    padding: 60px 60px 20px 60px;
}

.box-media .articles-list-grid {
    padding: 20px 60px 60px 60px;
}