/* home & agenda slideshow */
#agenda .head,
.flexslider {
    position: relative;
}
#agenda .head .selection,
#agenda .head .selection li,
.flexslider .selection,
.flexslider .selection li {
    width: 965px;
    height: 270px;
    overflow: hidden;
}
#agenda .head .nav,
.flexslider .nav,
.flexslider .flex-control-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}
#agenda .head .nav {
    bottom: 20px;
}
#agenda .head .nav li,
.flexslider .nav li,
.flexslider .flex-control-nav li {
    display: inline;
}
.flexslider .flex-control-nav li {
    margin-right: 4px;
}
#agenda .head .nav a,
.flexslider.nav a,
.flexslider .flex-control-nav a {
    font-size: 14px;
    padding: 0 2px 0 2px;
    display: inline-block;
    cursor: pointer;
}

#agenda .head .nav a:hover,
#agenda .head .nav li.activeSlide a,
.flexslider .nav a:hover,
.flexslider .nav li.activeSlide a,
.flexslider .flex-control-nav li a.flex-active,
.flexslider .flex-control-nav li a:hover,
.location a:hover span,
.location a:active span {
    background: #000;
    color: #fff;
}

#agenda .head .image,
.flexslider .image {
    float: right;
    width: 720px;
    height: 270px;
    position: relative;
}
#agenda .head .image img,
.flexslider .image img,
.flexslider li img {
    width: 100%;
}

/* Ajax container */
.ajax_container {
    margin-top: 15px;
    min-height: 25px;
}
.ajaxPager.next {
    margin-top: 20px;
    text-align: right;
    height: 20px;
    text-transform: uppercase;
}
.ajaxPager.next span {
    display: inline-block;
    padding: 0 1px 0 1px;
    cursor: pointer;
}
.ajaxPager.next span:hover {
    background-color: #000;
    color: #fff;
    display: inline-block;
}
.ajax_container .loading {
    text-align: center;
    position: relative;
    top: 10px;
}


/* Common */
.more {
    text-transform: uppercase;
    padding-top: 10px;
}
.more,
.more a {
    font-family: 'ProximaNovaRgRegular';
    font-size: 12px;
    display: inline-block;
    padding-left: 1px;
    padding-right: 1px;
}
.more a:hover {
    background: #000;
    color: #fff;
}
.book button {
    border: 0;
    color: #fff;
    background: #000;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
}
.infos .infos_button {
    display: block;
    margin-top: 10px;
    padding-left: 20px;
    background: url('../img/infos.svg') no-repeat left center;
    background-size: 12px;
    font-family: 'ProximaNovaRgBold';
}
.head {
    width: 965px;
    height: 270px;
    padding-bottom: 25px;
    border-bottom: 1px solid #afafaf;
    margin-bottom: 25px;
}
.head .title {
    float: left;
    width: 230px;
    height: 270px;
    background: #ffffff;
    /* For IE8 */
}
.head .title h2 {
    font-size: 18px;
    line-height: 21px;
    position: relative;
    top: -3px;
    background: #ffffff;
    /* For IE8 */
}
.head .infos {
    font-size: 14px;
    background: #ffffff;
    /* For IE8 */
}
.head .images {
    width: 720px;
    height: 270px;
    float: right;
    overflow: hidden;
}
.head .images .flex-direction-nav,
.head .images .flex-control-nav {
	display: none;
}
.head .images li {
    width: 720px;
    height: 270px;
    position: relative;
}
#agenda .head .image .mask,
.head .images .mask {
    display: none;
    position: absolute;
    top: 230px;
    left: 0;
    width: 720px;
    height: 40px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    z-index: 99;
    background: #000;
}
#agenda .head .image .description,
.head .images li .description {
    display: none;
    position: absolute;
    left: 0;
    top: 230px;
    width: 700px;
    height: 20px;
    padding: 10px;
    text-align: right;
    z-index: 100;
    color: #fff;
    font-family: arial, sans-serif;
    font-size: 11px;
}
#agenda .head .image:hover .mask,
#agenda .head .image:hover .description,
.head .images li:hover .mask,
.head .images li:hover .description,
.flexslider .image:hover .mask,
.flexslider .image:hover .description {
    display: block;
}
.section {
    padding-bottom: 25px;
    border-bottom: 1px solid #afafaf;
    margin-bottom: 25px;
}
.section .title,
.section .infos {
    float: left;
    width: 230px;
}
.section .infos {
    font-size: 14px;
}
.section .title h3,
.section .title h3 a,
.section .title h2 a,
.section .infos h3 a,
.section .title h2,
.section .infos h3 {
    font-size: 18px;
    line-height: 21px;
    height: 30px;
}
.section .infos .more {
    padding-top: 10px;
}
.section .description {
    width: 720px;
    float: right;
}
.section .description,
.section .description * {
    font-family: Arial, Sans-serif;
    font-size: 12px;
    line-height: 17px;
}
.section .description .text .text_title {
    font-size: 16px;
    line-height: 30px;
}
.section .description .chapo {
    padding-bottom: 15px;
    font-weight: bold;
}
.section .description .chapo *,
.section .description .chapo,
.section .description .text *,
.section .description .text {
    font-size: 14px;
    line-height: 20px;
}
.section .description .text a:hover {
    text-decoration: underline;
}
.section .description .file_link {
    margin-bottom: 30px;
    margin-top: 20px;
}
.section .description .file_link a {
    font-size: 14px;
    text-decoration: underline;
}
.section .description .file_link a:hover {
    text-decoration: none;
}
#tools {
    position: absolute;
    right: -36px;
    top: 25px;
}
#tools a {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
#tools a img {
    display: block;
}
#tools a.print:hover:after,
#tools a.share:hover:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    color: white;
    background-color: black;
    left: 28px;
    padding: 2px 6px;
}
#tools a.share:hover:after {
    content: 'Partager';
}
#tools a.print:hover:after {
    content: 'Imprimer';
}


/* modules */
.module {
    width: 230px;
    height: 230px;
    overflow: hidden;
    float: left;
    margin: 0 15px 15px 0;
    position: relative;
}
.module.last_row {
    margin-bottom: 0;
    border-bottom: 0;
}
.module.last_col {
    margin-right: 0;
}
.module .thumbnail {
    width: 230px;
    height: 90px;
    overflow: hidden;
    background: #333;
}
.module .thumbnail img {
	width: 230px;
}
.module .type {
    font-size: 12px;
    padding-bottom: 5px;
}
.module img {
    display: block;
}
.module:hover {
    cursor: pointer;
}
.module:hover .preview {
    display: block;
}
.module .preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 230px;
    z-index: 10;
    display: none;
}
.module .preview .text {
    padding: 10px;
    position: absolute;
    z-index: 10;
    color: #fff;
    font-family: 'Arial', 'Sans-serif';
}
.module .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 230px;
    z-index: 5;
    /*filter: alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;*/
    background: #444;
}


/* linked */
#linked {
    margin-top: 25px;
}
#linked>h3 {
    float: left;
    width: 245px;
    font-size: 18px;
    line-height: 21px;
}
#linked ul {
    width: 720px;
    float: right;
}


/* agenda */


/* header */
#agenda .selection .title .type {
    padding-bottom: 2px;
}
#agenda .selection .type {
    font-size: 12px;
    padding-bottom: 10px;
}
#agenda .selection .location {
    line-height: 18px;
    height: auto;
    position: static;
    margin-bottom: 8px;
}
#agenda .selection .location span {
    padding: 2px;
    color: #fff;
    font-size: 12px;
}
#agenda .selection .name a {
    font-size: 18px;
}
#agenda .selection .artists {
    text-transform: none;
    font-style: italic;
    margin-bottom: 10px;
}
#agenda .selection .head,
#agenda .selection .section {
    cursor: pointer;
}


/* second and third highlight */
#agenda .selection .section ul li {
    width: 475px;
    float: left;
}
#agenda .selection .section ul li:last-child {
    margin-left: 15px;
}
#agenda .selection .section ul li .details {
    width: 230px;
    margin-right: 15px;
    float: left;
}
#agenda .selection .section ul li .thumbnail {
    width: 230px;
    float: right;
}
#agenda .selection .section ul li .thumbnail img {
    display: block;
}
#agenda .filters {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #afafaf;
    margin-bottom: 25px;
}
#agenda .filters h3 {
    font-size: 12px;
    float: right;
    position: relative;
    margin-left: 15px;
    background: url('../img/select_arrow.png') no-repeat right;
    padding: 0 19px 0 1px;
}
#agenda .filters h3.selected,
#agenda .filters h3:hover {
    color: #fff;
    background: url('../img/select_arrow_hover.png') no-repeat right #000;
    cursor: pointer;
}
#agenda .filters h3 .children {
    display: none;
    position: absolute;
    top: 17px;
    right: 0;
    z-index: 100;
}
#agenda .filters h3:hover .children {
    display: block;
    padding-top: 2px;
}
#agenda .filters h3:hover .children ul {
    background: #000;
    width: 200px;
    padding: 5px 5px 3px 5px;
}
#agenda .filters h3:hover .children ul li a {
    display: block;
    margin-bottom: 2px;
    color: #fff;
}
#agenda .filters h3:hover .children ul li a.selected,
#agenda .filters h3:hover .children ul li a:hover {
    color: #000;
    background: #fff;
}
#agenda .filters .filters_menu {
    float: left;
}
#agenda .filters .filters_menu li {
    float: left;
    padding-right: 8px;
}


/* search form */
#agenda .filters .filters_menu li input[type=text] {
    color: #000;
}
#agenda .filters .filters_menu li button {
    display: none;
    padding: 0;
    margin: 0;
    line-height: 12px;
    background: #fff;
    cursor: pointer;
    border: 0;
}
#agenda .filters .filters_menu li button:hover {
    background: #000;
    color: #fff;
}
#agenda .filters .filters_menu li input[type=text].focused {
    background: #000;
    color: #fff;
}


/* calendar */
#agenda .month {
    padding-bottom: 25px;
}
#agenda .month.bottom {
    padding-top: 25px;
    padding-bottom: 0;
}
#agenda .month h3 {
    float: left;
    font-size: 18px;
    font-family: 'ProximaNovaRgBold';
}
#agenda .month .nav {
    float: right;
}
#calendar {
    width: 965px;
    border-left: 1px solid #afafaf;
    border-top: 1px solid #afafaf;
}
#calendar th {
    font-weight: normal;
    text-transform: uppercase;
    padding: 8px;
}
#calendar th,
#calendar td {
    border-right: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
    width: 136px;
}
#calendar td {
    background: #fff;
    vertical-align: top;
}
#calendar td ul li a {
    color: #fff;
    display: block;
    padding: 2px;
    text-transform: uppercase;
    font-size: 11px;
}
#calendar td ul li a:hover {
    background: #000;
}
#calendar td .digit {
    display: block;
    font-size: 22px;
    height: 30px;
    padding: 10px 0 0 5px;
    color: #000;
}
#calendar td.empty {
    background: #f2f2f2;
}
#calendar td.empty.we,
#calendar th.we,
#calendar td.we {
    background: #666;
}
#calendar th.we,
#calendar td.we .digit {
    color: #fff;
}


/* event view */
#event .head .type {
    padding-bottom: 5px;
    font-size: 12px;
}
#event .head .name {
    font-size: 18px;
    padding-bottom: 0px;
}
#event .head .sub_name {
    font-size: 14px;
    font-style: italic;
    padding-top: 5px;
    text-transform: none;
    line-height: 18px;
}
#event .head .artists {
    font-style: italic;
    text-transform: none;
    font-size: 13px;
}
#event .infos {
    line-height: 19px;
}
/*#event .section .infos .more a {
    color: #fff;
}
#event .section .infos .more.all a {
    color: #000;
}
#event .section .infos .more a:hover {
    background: #000;
}
#event .section .infos .more.all a:hover {
    color: #fff;
}*/
#event .location {
    padding: 5px 0 10px 0;
}
#event .location span {
    padding: 2px;
    color: #fff;
    font-size: 12px;
}
#event .description .details {
    padding-top: 10px;
}




/* events modules */
.event {
    height: 230px;
    /*border-bottom: 1px solid #afafaf;*/
    background: #f5f5f5;
    /*background: url('../img/event_bkg.png');*/
}
.event .date {
    background: #444;
    color: #fff;
    padding: 2px 5px 2px 5px;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-size: 12px;
}
.event .date span {
	float: right;
}
.event .type {
    padding: 0 5px 0 5px;
}
.event .name {
    padding: 0 5px 0 5px;
    font-family: 'ProximaNovaRgBold';
    font-size: 14px;
}
.event .artists {
    font-style: italic;
    padding: 2px;
}
.event .catcher {
	display: none;
}

/* medias modules */
.media {
    background: #444;
}
.media a {
    display: none;
}
.media h3 {
    font-size: 12px;
}
.media h2 {
    font-size: 14px;
}
.media:hover {
    background: #333;
}
.media * {
    color: #fff;
}
.media .thumbnail {
    background: #393939;
}
.media .details {
    padding: 10px;
}


/* medias */
#media .nav,
#medias .nav {
    padding: 0 0 15px 0;
}
#media .nav .path,
#medias .nav .path {
    float: left;
    height: 18px;
    width: 750px;
    overflow: hidden;
}
.nav .buttons {
    float: right;
}
li.folder.media {
    background: #292929;
}
li.folder:hover {
    background: #202020;
}
#medias ul li h3 {
    padding: 10px;
}


/* media */
#media #player {
    background: #222;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
#media #player a {
    display: block;
    color: #fff;
}
#media #player img {
    max-width: 945px;
    max-height: 700px;
    display: block;
    margin: auto;
}
#media #player img.pointer {
    cursor: pointer;
}
#media .copyright {
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-style: italic;
    padding-top: 5px;
}


/* files */
#files .content h2,
#files .folders h2 {
    font-size: 18px;
    padding-bottom: 10px;
}
#files .folders {
    width: 230px;
    float: left;
}
#files .content {
    width: 720px;
    float: right;
}
#files .folders .children {
    display: none;
    padding-left: 10px;
}
#files .folders .selected,
#files .folders .opened {
    background: #000;
    color: #fff;
}
#files .content ul li {
    background: #000;
}
#files .content ul li:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}
#files .content ul li a {
    display: block;
    width: 230px;
    height: 230px;
}
#files .content ul li * {
    color: #fff;
}
#files .content ul li .thumbnail {
    background: #222;
}
#files .content ul li .size {
    color: #666;
}
#files .content ul li .extension {
    line-height: 36px;
    padding-left: 10px;
    font-size: 25px;
    text-transform: uppercase;
}
#files .content ul li .details {
    padding: 10px;
}


/* Linked files */
.linked_files li a {
    background: url('../img/dot.png') no-repeat 0 5px;
    padding-left: 10px;
}
.linked_files li a:hover {
    text-decoration: underline;
}
/*#content *:last-child,
#practical *:last-child,
#event *:last-child,
#text *:last-child,
.last {
    margin-bottom: 0;
}*/


/* Links */
#links h2 {
    font-size: 18px;
}
#links .links {
    margin-top: 25px;
    /*
padding-top: 25px;
border-top: 1px solid #afafaf;*/
    margin-bottom: 25px;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 5px;
}
#links .description {
    margin-top: 10px;
}
#links .links.last {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
#links .links img,
#links .links span {
    float: left;
    max-height: 50px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: block;
}


/* tooltip */
#tooltip {
    position: absolute;
    background: #fff;
    z-index: 10000;
    padding: 10px;
    width: 230px;
    height: 230px;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 3px #666;
    -webkit-box-shadow: 1px 8px 3px #666;
    box-shadow: 1px 1px 3px #666;
}
#tooltip.title {
    height: auto;
    width: auto;
}
#tooltip h3.type {
    font-family: 'ProximaNovaRgRegular';
    font-size: 12px;
}
#tooltip h3 {
    font-family: 'ProximaNovaRgBold';
    font-size: 15px;
    padding-bottom: 5px;
}
#tooltip p {
    font-size: 12px;
    font-family: Arial, Sans-serif;
    text-transform: none;
}


/* Password */
#passwd_form {
    margin-bottom: 30px;
}
#passwd_form input[type=password] {
    border: 1px solid #000;
    padding: 5px;
}
#passwd_form p {
    margin-top: 10px;
    padding-bottom: 10px;
}
#passwd_form button {
    border: 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px;
}


/* Practical */
#practical .more {
    margin-top: 25px;
}
#practical .more a {
    color: #fff;
    font-size: 12px;
    font-family: 'ProximaNovaRgRegular';
}
#practical .more a:hover {
    background: #000;
}
#practical .map {
    display: block;
    margin: auto;
}
#practical .map_link {
    padding-top: 10px;
}
#practical .map_link a {
    background: url('../img/location.png') no-repeat 0 0;
    padding-left: 20px;
}
#practical .map_link a:hover {
    text-decoration: underline;
}


/* Cultural */
#cultural .title h3.subtitle {
    text-transform: none;
    font-size: 14px;
}
#cultural #video_items {
    float: right;
}
#cultural #cultural_player,
#cultural #cultural_player_wrapper {
    float: left;
    /*margin-left: 15px;*/
    background: none !important;
}
#cultural #cultural_player .title {
    background: none;
}
#cultural #cultural_player #cultural_player_displayarea {
    background: black;
}
#cultural #cultural_player #cultural_player_jwplayer_playlistcomponent {
    right: -15px !important;
}
#cultural #playlist {
    float: left;
    width: 225px;
    margin-left: 15px;
    max-height: 270px;
    overflow-y: scroll;
}
#cultural #playlist .video {
    height: 70px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}
#cultural #playlist .video .arrow {
    position: relative;
    z-index: 999;
    display: none;
}
#cultural #playlist .video .thumbnail {
    position: absolute;
    z-index: 1;
    left: 0px;
}
#cultural #playlist .video.active {
    background: url('../img/active-video.png') no-repeat;
}
#cultural #playlist .video .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 70px;
    z-index: 3;
    display: none;
}
#cultural #playlist .video .details {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    text-align: center;
    padding: 27px 0;
    z-index: 3;
    color: white;
    display: none;
}
#cultural #playlist .video:hover .details {
    display: block;
}
#cultural #playlist .video:hover .mask {
    display: block;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
    background: black;
}
#cultural #playlist .video .details span {
    text-transform: uppercase;
}
#cultural #playlist .video .details a {
    display: none;
    font-size: 9px;
    color: white;
}
#cultural #playlist .video.active .details span {}
#cultural .infos h3 {}
#cultural .article_title {
    float: left;
    width: 230px;
}
#cultural .section .text,
#cultural .section .text strong,
#cultural .section .text span {
    font-size: 13px !important;
}
#cultural .infos h3,
#cultural #edito .title h3,
#cultural #intervenants .title h3 {
    font-family: 'ProximaNovaRgBold';
}
#cultural #edito .article_title h4 {
    font-size: 13px;
    text-transform: none;
    font-family: 'ProximaNovaRgBold';
}
#cultural #edito .article_title p {
    font-style: italic;
    font-family: 'ProximaNovaRgRegular';
    font-size: 13px;
}
#cultural .article_title .article_author {
    width: 230px;
    height: 90px;
    margin-bottom: 20px;
}
#cultural .article_text {
    float: right;
    width: 470px;
    font-size: 13px;
}
#cultural .morecontent span {
    display: none;
}
#cultural .read_more a {
    background: url('/themes/default/img/read-more.png') no-repeat 0px 6px;
    padding-left: 20px;
    margin-top: 10px;
    display: block;
    width: 90px;
    color: #5B5B5B;
}
#cultural .read_more a.less {
    background: url('/themes/default/img/read-more.png') no-repeat 0px -22px;
}
#cultural #edito.section .description,
#cultural #intervenants.section .description {
    border-bottom: 1px solid #afafaf;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
#cultural #edito.section .description.no_border,
#cultural #intervenants.section .description.no_border {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
#cultural #intervenants .article_title h4 {
    font-size: 13px;
    font-family: 'ProximaNovaRgRegular';
}


/* Contact */
#contact h2 {
    margin-bottom: 10px;
}
#contact_text {
    margin-top: 20px;
}
#subscriber_form p,
#contact_form p {
    width: 800px;
    margin-bottom: 10px;
}
#subscriber_form textarea,
#subscriber_form input[type=text],
#subscriber_form input[type=email],
#contact_form textarea,
#contact_form input[type=text],
#contact_form input[type=email] {
    border: 1px solid #000;
    padding: 5px;
    width: 400px;
    resize: none;
    float: left;
}
#subscriber_form select,
#contact_form select {
    width: 410px;
    margin-bottom: 7px;
}
#subscriber_form label,
#contact_form label {
    width: 245px;
    float: left;
    text-transform: uppercase;
    box-sizing: border-box;
}
#newsletter_form label.error {
	color: #cc0000;
}
#subscriber_form label.error,
#contact_form label.error {
    font-family: 'ProximaNovaRgBold';
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0 5px 245px;
    width: 100%;
	
}

#subscriber_form .button_container,
#contact_form .button_container {
    padding-left: 245px;
}
#newsletter_form button,
#subscriber_form button,
#contact_form button {
    border: 0;
    background: #000;
    color: #fff;
    padding: 5px;
    width: 100px;
    text-transform: uppercase;
    cursor: pointer;
}


/* Magazine */
#magazine .section:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.magazine .head .title {
    padding: 20px 15px 15px 15px;
    width: 215px;
    height: 240px;
}
.magazine .flexslider,
.magazine .head .title,
.magazine .head .title h2,
.magazine .head .title .date,
.magazine .head .title .more a:link,
.magazine .head .title .more a:visited,
.magazine .head .title .infos,
.magazine .head .flex-control-nav a,
.magazine_articles .title,
.magazine_articles .title a,
.module.article,
.module.article a,
.module.article .mask,
.module.magazine,
.module.magazine a {
    background: #000;
    color: #fff;
}
.magazine .head .title .more a:hover,
.magazine .head .title .more a:active,
.magazine .head .flex-control-nav a:hover,
.magazine .head .flex-control-nav a:active,
.magazine .head .flex-control-nav a.flex-active {
    background: #fff;
    color: #000;
}
.magazine .head .flex-control-nav {
    bottom: 15px;
    left: 15px;
}
.magazine .date {
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.magazine .author {
    text-transform: none;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
}
#magazine .magazine_articles ul {
    float: right;
    width: 720px;
}
.magazine_articles .title,
.magazine_articles .title a {
    display: block;
    height: 210px;
}
.magazine_articles .title {
    height: 200px;
    padding: 15px;
    width: 200px;
}
.magazine_articles .title .issue {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.module.article .details {
    padding: 10px;
}
.module.article .type {
    font-size: 20px;
    margin-bottom: 10px;
}
.module.article .name {
    font-size: 14px;
    text-transform: none;
}
.module.magazine {
    width: 475px;
}
.module.magazine img {
    float: left;
    margin-right: 15px;
}
.module.magazine .details {
    padding: 15px 15px 15px 0;
}
.module.magazine .details h2 {
    font-family: 'ProximaNovaRgRegular', Arial, Verdana, Sans-serif;
    margin-bottom: 10px;
}
.module.magazine .details h3 {
    font-family: 'ProximaNovaRgRegular', Arial, Verdana, Sans-serif;
}
.module.magazine .details .text {
    margin-top: 10px;
}