@import url(fonts/stylesheet.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff; }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(img/border1.png) no-repeat 0 0; }

#cboxTopCenter {
  height: 25px;
  background: url(img/border1.png) repeat-x 0 -50px; }

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(img/border1.png) no-repeat -25px 0; }

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(img/border1.png) no-repeat 0 -25px; }

#cboxBottomCenter {
  height: 25px;
  background: url(img/border1.png) repeat-x 0 -75px; }

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(img/border1.png) no-repeat -25px -25px; }

#cboxMiddleLeft {
  width: 25px;
  background: url(img/border2.png) repeat-y 0 0; }

#cboxMiddleRight {
  width: 25px;
  background: url(img/border2.png) repeat-y -25px 0; }

#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin: 20px 5px 5px 5px; }

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999; }

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999; }

#cboxLoadingOverlay {
  background: #fff url(img/loading.gif) no-repeat 5px 5px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  background: url(img/controls.png) no-repeat 0 0; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px; }

#cboxPrevious:hover {
  background-position: 0px -25px; }

#cboxNext {
  background-position: -25px 0px;
  right: 22px; }

#cboxNext:hover {
  background-position: -25px -25px; }

#cboxClose {
  background-position: -50px 0px;
  right: 0; }

#cboxClose:hover {
  background-position: -50px -25px; }

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

.bbpress h1 {
  font-size: 46px;
  margin-bottom: 35px;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (max-width: 767px) {
    .bbpress h1 {
      font-size: 30px;
      margin-bottom: 15px; } }

#bbpress-forums .bbp-forum-title {
  /*font-family: "proxima_nova_rgbold_italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  //color: black;*/
  font-size: 1.7em; }
#bbpress-forums .bbp-topic-permalink {
  font-size: 1.7em; }
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  border: none; }
#bbpress-forums ul.even,
#bbpress-forums ul.odd {
  background: #f7f7f7;
  margin-bottom: 5px; }
#bbpress-forums .bbp-topics-front ul.super-sticky,
#bbpress-forums .bbp-topics ul.super-sticky,
#bbpress-forums .bbp-topics ul.sticky,
#bbpress-forums .bbp-forum-content ul.sticky {
  background-color: #edf7ff !important; }
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  border-top: none;
  overflow: hidden;
  padding: 8px;
  min-height: 85px; }
#bbpress-forums .bbp-header,
#bbpress-forums .bbp-template-notice.info,
#bbpress-forums .bbp-footer {
  display: none; }
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  float: none;
  margin-bottom: -6px;
  border: none; }
#bbpress-forums li {
  background: none;
  margin: 0;
  list-style: none;
  position: relative; }
#bbpress-forums .bullet {
  position: absolute;
  top: 25px;
  left: 0px;
  padding: 10px;
  border-radius: 100%;
  border: 3px solid #1d8bdf; }
  @media screen and (max-width: 767px) {
    #bbpress-forums .bullet {
      display: none; } }
#bbpress-forums .icon {
  top: 2px;
  left: 1px; }
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
  border-top: 1px solid #1d8bdf;
  background-color: #ebf2f7;
  clear: both; }
#bbpress-forums .quicktags-toolbar {
  padding: 3px;
  position: relative;
  border-top: 1px solid #1d8bdf;
  border-bottom: none;
  background: #ebf2f7; }
#bbpress-forums span.bbp-admin-links a {
  color: #1d8bdf;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none; }
#bbpress-forums textarea#bbp_reply_content,
#bbpress-forums textarea#bbp_topic_content,
#bbpress-forums textarea#bbp_forum_content {
  outline: none !important;
  border: 1px solid #ebf2f7; }
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
  color: #aaa; }
#bbpress-forums button:hover {
  background: #1d8bdf; }
#bbpress-forums .type-forum .bbp-forum-topic-count,
#bbpress-forums .type-forum .bbp-forum-reply-count,
#bbpress-forums .type-forum .bbp-forum-freshness {
  width: 0px;
  display: none; }
#bbpress-forums .type-forum .bbp-forum-info {
  width: 100%; }
#bbpress-forums .type-forum .bbp-forums-list {
  margin: 0 0 0 5px;
  padding-left: 50px;
  border-left: none; }
  @media screen and (max-width: 767px) {
    #bbpress-forums .type-forum .bbp-forums-list {
      padding-left: 0;
      margin: 0; } }
  #bbpress-forums .type-forum .bbp-forums-list li {
    font-size: 1.3em; }
#bbpress-forums .type-forum .bbp-forum-content {
  padding-left: 50px;
  font-size: 1.3em; }
#bbpress-forums li.bbp-forum-info,
#bbpress-forums li.bbp-topic-title {
  width: 55%; }
  @media screen and (max-width: 1220px) {
    #bbpress-forums li.bbp-forum-info,
    #bbpress-forums li.bbp-topic-title {
      width: 45%; } }
  @media screen and (max-width: 767px) {
    #bbpress-forums li.bbp-forum-info,
    #bbpress-forums li.bbp-topic-title {
      float: none;
      width: 100%; } }
#bbpress-forums li.bbp-forum-topic-count,
#bbpress-forums li.bbp-topic-voice-count,
#bbpress-forums li.bbp-forum-reply-count,
#bbpress-forums li.bbp-topic-reply-count {
  width: 10%;
  font-size: 28px;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5e676b;
  border-left: 1px solid #dedede; }
  #bbpress-forums li.bbp-forum-topic-count .small,
  #bbpress-forums li.bbp-topic-voice-count .small,
  #bbpress-forums li.bbp-forum-reply-count .small,
  #bbpress-forums li.bbp-topic-reply-count .small {
    font-size: 12px;
    display: block;
    font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: -5px; }
  @media screen and (max-width: 1220px) {
    #bbpress-forums li.bbp-forum-topic-count,
    #bbpress-forums li.bbp-topic-voice-count,
    #bbpress-forums li.bbp-forum-reply-count,
    #bbpress-forums li.bbp-topic-reply-count {
      width: 15%; } }
  @media screen and (max-width: 767px) {
    #bbpress-forums li.bbp-forum-topic-count,
    #bbpress-forums li.bbp-topic-voice-count,
    #bbpress-forums li.bbp-forum-reply-count,
    #bbpress-forums li.bbp-topic-reply-count {
      display: none;
      width: 50%;
      font-size: 12px;
      padding: 3px 0;
      margin: 3px 0; }
      #bbpress-forums li.bbp-forum-topic-count .small,
      #bbpress-forums li.bbp-topic-voice-count .small,
      #bbpress-forums li.bbp-forum-reply-count .small,
      #bbpress-forums li.bbp-topic-reply-count .small {
        font-size: 12px;
        display: inline; } }
@media screen and (max-width: 767px) {
  #bbpress-forums li.bbp-forum-freshness,
  #bbpress-forums li.bbp-topic-freshness {
    text-align: left;
    width: 100%;
    display: block; } }
#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
  float: left;
  text-align: center;
  width: 115px; }
  @media screen and (max-width: 767px) {
    #bbpress-forums div.bbp-forum-author,
    #bbpress-forums div.bbp-topic-author,
    #bbpress-forums div.bbp-reply-author {
      margin: -15px 10px 10px;
      min-height: 100px;
      padding-left: 80px;
      position: relative;
      text-align: left;
      width: 100%; } }
@media screen and (max-width: 767px) {
  #bbpress-forums div.bbp-reply-author img.avatar {
    position: absolute;
    top: 15px;
    left: 0;
    width: 60px;
    height: auto; }
  #bbpress-forums div.bbp-reply-author .bbp-author-role {
    font-size: 12px;
    font-style: normal; }
  #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    clear: none;
    display: inline-block;
    margin-left: 0;
    word-wrap: break-word; }
  #bbpress-forums .bbp-body div.bbp-reply-content {
    clear: both;
    margin: 10px;
    padding: 0; }
  #bbpress-forums #bbp-user-body {
    clear: both;
    margin-left: 0;
    word-wrap: break-word; }
  #bbpress-forums #bbp-your-profile fieldset label[for] {
    display: block;
    float: none;
    width: 100%;
    padding: 5px 20px 5px 0;
    text-align: left;
    cursor: pointer; }
  #bbpress-forums #bbp-your-profile fieldset input,
  #bbpress-forums #bbp-your-profile fieldset textarea {
    margin-bottom: 0;
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: none;
    padding: 5px 8px;
    border-radius: 0; }
  #bbpress-forums #bbp-your-profile fieldset fieldset.password {
    width: 100%;
    display: inline; }
  #bbpress-forums #bbp-your-profile fieldset span.description {
    width: 100%;
    margin: 5px 0 0 0; }
  #bbpress-forums #bbp-your-profile fieldset.submit {
    text-align: center; }
    #bbpress-forums #bbp-your-profile fieldset.submit button {
      float: none; } }

.avatar {
  border-radius: 50%; }

* {
  outline: none; }

body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.01);
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #1d2123; }

body.with_header_ws{
  padding-top:44px;
}
body.home.with_header_ws{
  padding-top:44px;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #1d8bdf; }

.clear {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.block {
  display: block; }

.half {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .half {
      width: 100%; } }

blockquote {
  margin: 0; }

.screen-reader-text,
time.updated {
  display: none; }

.table {
  display: table;
  width: 100%; }

.row {
  display: table-row; }

.cell {
  display: table-cell;
  vertical-align: middle; }

.featured-image img {
  width: 100%; }

.image-responsive img {
  display: block;
  max-width: 100%;
  height: initial; }

.image-responsive a {
  max-width: 100%; }

button, input, optgroup, select, textarea {
  color: black; }

nav ul {
  margin: 0;
  padding: 0; }
  nav ul li {
    display: inline-block; }
    nav ul li a {
      display: inline-block; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0; }

h1 {
  text-transform: uppercase; }
  h1.sub {
    text-transform: none; }
    h1.sub p {
      margin: 0; }

strong {
  font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

.icon {
  position: relative;
  background: url("img/sprites.png");
  display: inline-block; }

.icon-mail {
  background-position: 0 0;
  width: 12px;
  height: 9px; }

.icon-lock {
  background-position: -16px 0;
  width: 11px;
  height: 14px; }

.icon-lock-big {
  background-position: -173px 0;
  width: 15px;
  height: 20px; }

.icon-lock-dark {
  background-position: -1058px 0;
  width: 38px;
  height: 38px; }

.icon-search {
  background-position: -33px 0;
  width: 20px;
  height: 20px; }

.icon-cart {
  background-position: -61px 0;
  width: 20px;
  height: 20px; }

.icon-list {
  background-position: -143px 0;
  width: 21px;
  height: 19px; }

.icon-arrow-next-white {
  background-position: -117px 0;
  width: 21px;
  height: 37px; }

.icon-arrow-back-white {
  background-position: -117px -48px;
  width: 21px;
  height: 37px; }

.icon-arrow-next-dark {
  background-position: -91px -48px;
  width: 21px;
  height: 37px; }

.icon-arrow-back-dark {
  background-position: -91px 0;
  width: 21px;
  height: 37px; }

.icon-arrow-next-gray {
  background-position: -33px -48px;
  width: 21px;
  height: 37px; }

.icon-arrow-back-gray {
  background-position: 0 -48px;
  width: 21px;
  height: 37px; }

.icon-calendar {
  background-position: -332px 0;
  width: 14px;
  height: 12px; }

.icon-calendar-big {
  background-position: -329px -16px;
  width: 18px;
  height: 16px; }

.icon-eye {
  background-position: -351px -26px;
  width: 17px;
  height: 10px; }

.icon-eye-big {
  background-position: -351px 0;
  width: 30px;
  height: 18px; }

.icon-book-big {
  background-position: -351px -47px;
  width: 33px;
  height: 30px; }

.icon-cart {
  background-position: -386px -40px;
  width: 16px;
  height: 16px; }

.icon-cart-big {
  background-position: -386px 0;
  width: 31px;
  height: 32px; }

.icon-tag-dark {
  background-position: -422px 0;
  width: 12px;
  height: 12px; }

.icon-tag {
  background-position: -422px -17px;
  width: 12px;
  height: 12px; }

.icon-bell {
  background-position: -439px 0;
  width: 11px;
  height: 13px; }

.icon-facebook {
  background-position: -454px 0;
  width: 21px;
  height: 21px; }

.icon-twitter {
  background-position: -480px 0;
  width: 21px;
  height: 21px; }

.icon-heart {
  background-position: -507px 0;
  width: 12px;
  height: 9px; }

.icon-twitter-dark {
  background-position: -525px 0;
  width: 28px;
  height: 29px; }

.icon-facebook-dark {
  background-position: -556px 0;
  width: 28px;
  height: 29px; }

.icon-gplus-dark {
  background-position: -587px 0;
  width: 28px;
  height: 29px; }

.icon-calendar-dark {
  background-position: -620px 0;
  width: 38px;
  height: 38px; }

.icon-print-dark {
  background-position: -661px 0;
  width: 38px;
  height: 38px; }

.icon-bell-dark {
  background-position: -703px 0;
  width: 38px;
  height: 38px; }

.icon-eye-dark {
  background-position: -744px 0;
  width: 38px;
  height: 38px; }

.icon-book-dark {
  background-position: -744px -46px;
  width: 38px;
  height: 38px; }

.icon-cog-dark {
  background-position: -809px 0;
  width: 38px;
  height: 38px; }

.icon-cog {
  background-position: -787px 0;
  width: 17px;
  height: 17px; }

.icon-heart-dark {
  background-position: -850px 0;
  width: 12px;
  height: 10px; }

.icon-user {
  background-position: -867px 0;
  width: 13px;
  height: 12px; }

.icon-arrow-left {
  background-position: -887px 0;
  width: 11px;
  height: 11px; }

.icon-arrow-right {
  background-position: -887px -15px;
  width: 11px;
  height: 11px; }

.icon-toggle-up {
  background-position: -620px -46px;
  width: 42px;
  height: 42px; }

.icon-toggle-down {
  background-position: -668px -46px;
  width: 42px;
  height: 42px; }

.icon-comment {
  background-position: -906px 0;
  width: 21px;
  height: 21px; }

.icon-search-white {
  background-position: -934px 0;
  width: 28px;
  height: 28px; }

.icon-user-white {
  background-position: -965px 0;
  width: 20px;
  height: 20px; }

.icon-lock-white {
  background-position: -989px 0;
  width: 16px;
  height: 20px; }

.icon-list2 {
  background-position: -1011px 0;
  width: 18px;
  height: 13px; }

.icon-bookmark {
  background-position: -1032px 0;
  width: 24px;
  height: 17px; }

.svg-icon {
  fill: #FFF;
}
.svg-icon svg {
  width: 128px;
  height: 128px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .svg-icon svg {
    width: 96px;
    height: 96px;
  }
}

.social-networks {
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
}
.social-network {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  flex-direction: column;
}
.social-network__link {
  color: #FFF;
  text-align: center;
}
.social-network__label {
  margin: 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .social-network__label {
    margin: 10px 0;
  }
}

.visible-tablet {
  display: none; }
  @media screen and (max-width: 1220px) {
    .visible-tablet {
      display: inline-block; } }

.visible-phone {
  display: none; }
  @media screen and (max-width: 767px) {
    .visible-phone {
      display: inline-block; } }

@media screen and (max-width: 1220px) {
  .hidden-tablet {
    display: none; } }

@media screen and (max-width: 767px) {
  .hidden-phone {
    display: none; } }

.container {
  width: 1280px;
  margin: auto;
  position: relative;
  *zoom: 1; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media screen and (max-width: 1220px) {
    .container {
      width: 768px; } }
  @media screen and (max-width: 767px) {
    .container {
      width: 320px; } }

.jspVerticalBar {
  width: 4px;
  border-radius: 2px; }

.jspVerticalBar .jspTrack {
  width: 4px;
  background: #ccc;
  border-radius: 2px; }

.jspHorizontalBar {
  height: 4px;
  border-radius: 2px; }

.jspHorizontalBar .jspTrack {
  height: 4px;
  background: #ccc;
  border-radius: 2px; }

.jspDrag {
  background: #a09f9f; }

.first-block {
  margin-top: 72px; }
  @media screen and (max-width: 1220px) {
    .first-block {
      margin-top: 69px; } }
  @media screen and (max-width: 767px) {
    .first-block {
      margin-top: 72px; } }

#header {
  font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  background: #1d2123;
  min-width: 1280px;
  width: 100%;
  z-index: 100;
  min-height: 72px; }
  @media screen and (max-width: 1220px) {
    #header {
      min-width: 768px; } }
  @media screen and (max-width: 767px) {
    #header {
      min-width: 320px; } }
  #header.home {
    position: static; }
  #header.green {
    border-bottom: 5px solid #55bc75; }
  #header.darkGreen {
    border-bottom: 5px solid #016c58; }
  #header.blue {
    border-bottom: 5px solid #14b9d6; }
  #header.orange {
    border-bottom: 5px solid #f27935; }
  #header.darkOrange {
    border-bottom: 5px solid #e74c3c; }
  #header.darkBlue {
    border-bottom: 5px solid #1d8bdf; }
  #header.grey {
    border-bottom: 5px solid #999999; }
  #header .container {
    padding: 0 50px; }
    @media screen and (max-width: 1220px) {
      #header .container {
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      #header .container {
        padding-bottom: 10px; } }
  #header .logo {
    z-index: 10;
    top: 0;
    left: 50px;
    position: absolute; }
    @media screen and (max-width: 1220px) {
      #header .logo {
        left: 20px; } }
  #header .menu {
    float: left;
    margin-left: 40px; }
    @media screen and (max-width: 1220px) {
      #header .menu {
        margin-left: 40px; } }
    #header .menu .menu-list {
      padding: 10px 19px 8px 19px;
      background-color: #313435;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #313435), color-stop(100%, #2d3031));
      background-image: -webkit-linear-gradient(#313435, #2d3031);
      background-image: linear-gradient(#313435, #2d3031);
      margin-right: 8px;
      border: none;
      margin-top: 15px;
      margin-left: 15px;
      box-shadow: inset 1px 1px 1px 1px rgba(255, 255, 255, 0.05); }
    #header .menu .menu-close {
      position: absolute;
      top: 100%; }
      #header .menu .menu-close button {
        border: none;
        background: none;
        padding: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    #header .menu ul {
      position: relative; }
      @media screen and (max-width: 767px) {
        #header .menu ul {
          position: absolute;
          z-index: 8;
          width: 320px;
          top: 64px;
          left: 0; } }
      #header .menu ul li a {
        color: #b8b8b8;
        font-size: 18px;
        padding: 25px 7px 20px 7px;
        font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase; }
        @media screen and (max-width: 1220px) {
          #header .menu ul li a {
            padding: 25px 5px 20px 5px;
            font-size: 15px; } }
        #header .menu ul li a:hover {
          color: #e5e5e5; }
      @media screen and (max-width: 767px) {
        #header .menu ul li {
          width: 100%;
          padding-top: 0; }
          #header .menu ul li:nth-child(1) {
            border-right: 8px solid #e74c3c; }
            #header .menu ul li:nth-child(1) a:hover {
              background: #e74c3c; }
          #header .menu ul li:nth-child(2) {
            border-right: 8px solid #55bc75; }
            #header .menu ul li:nth-child(2) a:hover {
              background: #55bc75; }
          #header .menu ul li:nth-child(3) {
            border-right: 8px solid #f27935; }
            #header .menu ul li:nth-child(3) a:hover {
              background: #f27935; }
          #header .menu ul li:nth-child(4) {
            border-right: 8px solid #14b9d6; }
            #header .menu ul li:nth-child(4) a:hover {
              background: #14b9d6; }
          #header .menu ul li:nth-child(5) {
            border-right: 8px solid #1d8bdf; }
            #header .menu ul li:nth-child(5) a:hover {
              background: #1d8bdf; }
          #header .menu ul li a {
            width: 100%;
            background: #2d3031;
            color: white;
            font-size: 24px;
            text-align: center;
            padding: 12px 5px; } }
      #header .menu ul li.green a {
        color: white;
        background: #55bc75; }
      #header .menu ul li.darkGreen a {
        color: white;
        background: #016c58; }
      #header .menu ul li.blue a {
        color: white;
        background: #14b9d6; }
      #header .menu ul li.orange a {
        color: white;
        background: #f27935; }
      #header .menu ul li.darkOrange a {
        color: white;
        background: #e74c3c; }
      #header .menu ul li.darkBlue a {
        color: white;
        background: #1d8bdf; }
      #header .menu ul li.grey a {
        color: white;
        background: #999999; }
  #header .right-nav {
    padding: 15px 0 0;
    float: right;
    min-height: 57px; }
    #header .right-nav .newsletter, #header .right-nav .account {
      padding: 10px 15px;
      background-color: #313435;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #313435), color-stop(100%, #2d3031));
      background-image: -webkit-linear-gradient(#313435, #2d3031);
      background-image: linear-gradient(#313435, #2d3031);
      color: #e5e5e5;
      margin-right: 8px;
      font-size: 12px;
      box-shadow: inset 1px 1px 1px 1px rgba(255, 255, 255, 0.05); }
      #header .right-nav .newsletter:hover, #header .right-nav .account:hover {
        background-color: #2d3031;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d3031), color-stop(100%, #2d3031));
        background-image: -webkit-linear-gradient(#2d3031, #2d3031);
        background-image: linear-gradient(#2d3031, #2d3031); }
      @media screen and (max-width: 767px) {
        #header .right-nav .newsletter, #header .right-nav .account {
          padding: 9px 22px; } }
    #header .right-nav .icon-lock {
      top: 2px; }
    #header .right-nav .search, #header .right-nav .cart {
      margin-left: 30px;
      color: #2fb399;
      font-size: 18px;
      position: relative;
      top: 3px; }
      @media screen and (max-width: 1220px) {
        #header .right-nav .search, #header .right-nav .cart {
          margin-left: 10px; } }
      @media screen and (max-width: 767px) {
        #header .right-nav .search, #header .right-nav .cart {
          top: 0; } }
    #header .right-nav .icon-search {
      top: 2px; }
    #header .right-nav .icon-cart {
      margin-right: 10px;
      top: 2px; }

#banner {
  color: white;
  overflow: hidden;
  width: 100%; }
  #banner a {
    color: white; }
  #banner .item {
    height: 600px;
    position: relative;
    background: transparent center center no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      #banner .item {
        height: 450px; } }
    #banner .item .item-inner {
      width: 1280px;
      margin: auto;
      position: relative; }
      @media screen and (max-width: 1220px) {
        #banner .item .item-inner {
          width: 768px; } }
      @media screen and (max-width: 767px) {
        #banner .item .item-inner {
          width: 320px; } }
    #banner .item .popup {
      font-size: 16px;
      width: 330px;
      padding: 0 30px 30px 30px;
      background: rgba(0, 0, 0, 0.75);
      border-radius: 0 0 5px 5px;
      position: absolute;
      top: 210px;
      left: 75px; }
      @media screen and (max-width: 767px) {
        #banner .item .popup {
          width: 236px;
          top: 350px;
          left: 45px;
          padding-bottom: 10px; } }
      #banner .item .popup .bg {
        position: absolute;
        display: block; }
        #banner .item .popup .bg.bg-big {
          top: -107px;
          left: -44px; }
          @media screen and (max-width: 767px) {
            #banner .item .popup .bg.bg-big {
              display: none; } }
        #banner .item .popup .bg.bg-small {
          top: -70px;
          left: -27px;
          display: none; }
          @media screen and (max-width: 767px) {
            #banner .item .popup .bg.bg-small {
              display: block; } }
      #banner .item .popup .title {
        font-size: 40px;
        position: relative;
        top: -10px;
        font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        @media screen and (max-width: 767px) {
          #banner .item .popup .title {
            font-size: 28px; } }
      #banner .item .popup .sub {
        font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 28px;
        position: relative;
        top: -10px; }
        @media screen and (max-width: 767px) {
          #banner .item .popup .sub {
            font-size: 18px; } }
      #banner .item .popup .excerpt {
        line-height: 20px; }
    #banner .item .nav {
      font-size: 11px;
      position: absolute;
      top: 185px;
      right: 80px; }
      @media screen and (max-width: 1220px) {
        #banner .item .nav {
          right: 50px; } }
      #banner .item .nav .title {
        font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px; }
      #banner .item .nav .info a {
        padding: 0 15px; }
      #banner .item .nav .icon-arrow-next-white, #banner .item .nav .icon-arrow-back-white {
        display: none; }
        @media screen and (max-width: 1220px) {
          #banner .item .nav .icon-arrow-next-white, #banner .item .nav .icon-arrow-back-white {
            display: block !important; } }
      @media screen and (max-width: 1220px) {
        #banner .item .nav .icon-arrow-next-dark, #banner .item .nav .icon-arrow-back-dark {
          display: none !important; } }
      #banner .item .nav .table {
        opacity: 0;
        background: rgba(0, 0, 0, 0.75); }
      #banner .item .nav .arrow-next {
        position: absolute;
        top: 0;
        right: 0; }
        #banner .item .nav .arrow-next a .icon {
          z-index: 6;
          position: absolute;
          top: 19px;
          left: 8px; }
      #banner .item .nav .nav-next:hover .table {
        opacity: 1; }
      #banner .item .nav .nav-next:hover .icon-arrow-next-white {
        display: block; }
      #banner .item .nav .nav-next:hover .icon-arrow-next-dark {
        display: none; }
      #banner .item .nav .nav-next:hover .arrow-next a:after {
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 37px;
        border-left-color: rgba(0, 0, 0, 0.75);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5; }
      #banner .item .nav .nav-next .arrow-next a:after {
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 37px;
        border-left-color: rgba(0, 0, 0, 0.5);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5; }
      #banner .item .nav .arrow-back {
        position: absolute;
        top: 100%;
        left: 100%; }
        #banner .item .nav .arrow-back a:after {
          height: 0;
          width: 0;
          border-color: transparent;
          border-style: solid;
          border-width: 37px;
          border-right-color: rgba(0, 0, 0, 0.5);
          content: '';
          position: absolute;
          top: -15px;
          left: -40px;
          z-index: -1; }
        #banner .item .nav .arrow-back:hover a:after {
          height: 0;
          width: 0;
          border-color: transparent;
          border-style: solid;
          border-width: 37px;
          border-right-color: rgba(0, 0, 0, 0.75);
          content: '';
          position: absolute;
          top: -15px;
          left: -40px;
          z-index: -1; }
        #banner .item .nav .arrow-back .icon {
          top: 5px;
          left: 8px; }
        #banner .item .nav .arrow-back:hover .icon-arrow-back-white {
          display: block; }
        #banner .item .nav .arrow-back:hover .icon-arrow-back-dark {
          display: none; }

/**
 * Home hero banner. Copied from #banner style above and adapted.
 */
.home-hero-banner {
  color: white;
  overflow: hidden;
  width: 100%; }
  .home-hero-banner a {
    color: white; }
  .home-hero-banner .item {
    height: 386px;
    position: relative;
    background: transparent center center no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    cursor: pointer; }
    .home-hero-banner .item .item-inner {
      margin: auto;
      position: relative; }
    .home-hero-banner .item .nav {
      font-size: 11px;
      position: absolute;
      top: 85px;
      right: 40px; }
      .home-hero-banner .item .nav .title {
        font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px; }
      .home-hero-banner .item .nav .info a {
        padding: 0 15px; }
      .home-hero-banner .item .nav .icon-arrow-next-white, .home-hero-banner .item .nav .icon-arrow-back-white {
        display: none; }
        @media screen and (max-width: 1220px) {
          .home-hero-banner .item .nav .icon-arrow-next-white, .home-hero-banner .item .nav .icon-arrow-back-white {
            display: block !important; } }
      @media screen and (max-width: 1220px) {
        .home-hero-banner .item .nav .icon-arrow-next-dark, .home-hero-banner .item .nav .icon-arrow-back-dark {
          display: none !important; } }
      .home-hero-banner .item .nav .table {
        opacity: 0;
        background: rgba(0, 0, 0, 0.75); }
      .home-hero-banner .item .nav .arrow-next {
        position: absolute;
        top: 0;
        right: 0; }
        .home-hero-banner .item .nav .arrow-next a .icon {
          z-index: 6;
          position: absolute;
          top: 19px;
          left: 8px; }
      .home-hero-banner .item .nav .nav-next:hover .table {
        opacity: 1; }
      .home-hero-banner .item .nav .nav-next:hover .icon-arrow-next-white {
        display: block; }
      .home-hero-banner .item .nav .nav-next:hover .icon-arrow-next-dark {
        display: none; }
      .home-hero-banner .item .nav .nav-next:hover .arrow-next a:after {
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 37px;
        border-left-color: rgba(0, 0, 0, 0.75);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5; }
      .home-hero-banner .item .nav .nav-next .arrow-next a:after {
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 37px;
        border-left-color: rgba(0, 0, 0, 0.5);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5; }
      .home-hero-banner .item .nav .arrow-back {
        position: absolute;
        top: 100%;
        left: 100%; }
        .home-hero-banner .item .nav .arrow-back a:after {
          height: 0;
          width: 0;
          border-color: transparent;
          border-style: solid;
          border-width: 37px;
          border-right-color: rgba(0, 0, 0, 0.5);
          content: '';
          position: absolute;
          top: -15px;
          left: -40px;
          z-index: -1; }
        .home-hero-banner .item .nav .arrow-back:hover a:after {
          height: 0;
          width: 0;
          border-color: transparent;
          border-style: solid;
          border-width: 37px;
          border-right-color: rgba(0, 0, 0, 0.75);
          content: '';
          position: absolute;
          top: -15px;
          left: -40px;
          z-index: -1; }
        .home-hero-banner .item .nav .arrow-back .icon {
          top: 5px;
          left: 8px; }
        .home-hero-banner .item .nav .arrow-back:hover .icon-arrow-back-white {
          display: block; }
        .home-hero-banner .item .nav .arrow-back:hover .icon-arrow-back-dark {
          display: none; }

.home-universes {
  padding: 24px 0;
}
.home-universes .block-title {
  font-size: 46px;
  color: #2d3031;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-universes .block-title {
    font-size: 32px;
  }
}
.home-universes-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.home-universes-items li {
  margin: 15px;
  width: calc(25% - 30px);
}
@media screen and (max-width: 767px) {
  .home-universes-items li {
    width: calc(50% - 30px);
  }
}
.home-universes-items li a {
  display: block;
  line-height: 0;
}

#primary {
  position: relative;
  z-index: 1; }

#footer {
  position: relative;
  z-index: 0; }

.mangas-slider {
  text-align: center;
  padding: 0 120px 20px 120px;
  margin-top: 15px; }
  @media screen and (max-width: 1220px) {
    .mangas-slider {
      padding: 0 70px 20px 70px; } }
  @media screen and (max-width: 767px) {
    .mangas-slider {
      padding: 0 0 20px;
      overflow: hidden; } }
  .mangas-slider h2, .mangas-slider .block-title {
    font-size: 46px;
    color: #2d3031;
    margin-bottom: 35px;
    font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (max-width: 767px) {
      .mangas-slider h2, .mangas-slider .block-title {
        font-size: 32px; } }
  .mangas-slider .slider-wrapper {
    position: relative; }
    @media screen and (max-width: 767px) {
      .mangas-slider .slider-wrapper {
        width: 200px;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .mangas-slider .slider-wrapper .flex-viewport {
        overflow: visible !important; } }
    .mangas-slider .slider-wrapper ul li {
      width: 300px;
      margin-right: 15px; }
      .mangas-slider .slider-wrapper ul li a {
        color: white;
        font-size: 12px; }
    .mangas-slider .slider-wrapper .flex-control-nav {
      display: none; }
    .mangas-slider .slider-wrapper .flex-prev, .mangas-slider .slider-wrapper .flex-next {
      width: 30px;
      height: 30px;
      top: 50px;
      color: transparent;
      font: 0/0 a;
      text-shadow: none;
      opacity: 1;
      -webkit-transition: all 0s;
      -moz-transition: all 0s;
      transition: all 0s; }
      @media screen and (max-width: 767px) {
        .mangas-slider .slider-wrapper .flex-prev, .mangas-slider .slider-wrapper .flex-next {
          display: none; } }
    .mangas-slider .slider-wrapper .flex-prev {
      background: url("img/sprites.png") -193px 0;
      left: -80px; }
      @media screen and (max-width: 1220px) {
        .mangas-slider .slider-wrapper .flex-prev {
          left: -50px; } }
      .mangas-slider .slider-wrapper .flex-prev:hover {
        background: url("img/sprites.png") -262px 0; }
    .mangas-slider .slider-wrapper .flex-next {
      background: url("img/sprites.png") -226px 0;
      right: -80px; }
      @media screen and (max-width: 1220px) {
        .mangas-slider .slider-wrapper .flex-next {
          right: -50px; } }
      .mangas-slider .slider-wrapper .flex-next:hover {
        background: url("img/sprites.png") -297px 0; }

.wrapper {
  position: relative;
  min-width: 1280px;
  width: 100%; }
  @media screen and (max-width: 1220px) {
    .wrapper {
      min-width: 768px; } }
  @media screen and (max-width: 767px) {
    .wrapper {
      min-width: 320px; } }
  .wrapper .container {
    position: relative;
    z-index: 2; }

.books {
  color: white; }
  .books a {
    color: white; }
  .books .book-toggle {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 11;
    cursor: pointer; }
    .books .book-toggle img {
      position: relative;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .books .description {
    margin: 60px 40px 0 50px;
    width: 320px;
    float: left; }
    @media screen and (max-width: 1220px) {
      .books .description {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0;
        position: relative;
        padding: 45px 100px 0 100px; } }
    @media screen and (max-width: 767px) {
      .books .description {
        padding: 30px 20px 0 80px;
        margin-bottom: 30px; } }
    .books .description h2 {
      font-size: 44px; }
      @media screen and (max-width: 767px) {
        .books .description h2 {
          font-size: 32px; } }
    .books .description .sub {
      font-size: 28px;
      font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      @media screen and (max-width: 1220px) {
        .books .description .sub {
          font-size: 26px; } }
    .books .description .excerpt {
      font-size: 18px;
      margin: 25px 0; }
      @media screen and (max-width: 1220px) {
        .books .description .excerpt {
          font-size: 14px;
          margin: 0 0 15px 0; } }
    .books .description .action {
      font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px;
      padding: 15px 20px;
      background: #1d2123;
      display: inline-block; }
      .books .description .action:hover {
        background: #343b3f; }
      @media screen and (max-width: 1220px) {
        .books .description .action {
          position: absolute;
          top: 40px;
          left: 20px; } }
      @media screen and (max-width: 767px) {
        .books .description .action {
          top: 30px; } }
  @media screen and (max-width: 1220px) {
    .books .items {
      margin-left: -15px;
      margin-right: -15px; } }
  @media screen and (max-width: 767px) {
    .books .items {
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .books .items .item:nth-child(2) {
      margin: 0; }
    .books .items .item:nth-child(3) {
      display: none; } }
  .books .items-toggle {
    display: none;
    margin-left: -15px;
    margin-right: -15px; }
    @media screen and (max-width: 767px) {
      .books .items-toggle {
        margin-left: 0;
        margin-right: 0; } }
    .books .items-toggle .item {
      margin: 10px 15px; }
      .books .items-toggle .item:nth-of-type(5n+1) {
        clear: both; }
      @media screen and (min-width: 768px) and (max-width: 1220px) {
        .books .items-toggle .item {
          margin: 10px 55px;
          min-height: 400px; } }
      @media screen and (max-width: 1220px) {
        .books .items-toggle .item {
          margin: 10px 55px;
          min-height: 400px; }
          .books .items-toggle .item:nth-of-type(5n+1) {
            clear: none; }
          .books .items-toggle .item:nth-of-type(3n+1) {
            clear: both; } }
      @media screen and (max-width: 767px) {
        .books .items-toggle .item {
          margin: 10px 15px;
          min-height: 400px; }
          .books .items-toggle .item:nth-of-type(3n+1) {
            clear: none; }
          .books .items-toggle .item:nth-of-type(2n+1) {
            clear: both; } }
  .books .item {
    float: left;
    width: 230px;
    padding: 10px;
    margin: 30px 60px 0 0;
    text-align: center;
    display: table;
    height: 340px; }
    @media screen and (max-width: 1220px) {
      .books .item {
        width: 150px;
        position: relative;
        margin: 10px 55px;
        padding: 0;
        height: 270px; } }
    @media screen and (max-width: 767px) {
      .books .item {
        width: 130px;
        margin: 0 25px 0 20px;
        height: 250px; } }
    .books .item:last-child {
      margin-right: 0; }
    .books .item h3 {
      margin: 10px 0;
      font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 18px; }
      @media screen and (max-width: 1220px) {
        .books .item h3 {
          margin: 5px 0; } }
      @media screen and (max-width: 767px) {
        .books .item h3 {
          font-size: 15px; } }
    .books .item .sub {
      font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .books .item .sub {
          font-size: 14px; } }
    .books .item .price {
      margin-top: 10px;
      font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 13px; }
      @media screen and (max-width: 1220px) {
        .books .item .price {
          margin-top: 5px; } }
    .books .item .image-responsive {
      position: relative;
      border-radius: 0 0 3px 3px;
      display: table-cell;
      vertical-align: bottom; }
      .books .item .image-responsive > a {
        width: 100%; }
      .books .item .image-responsive img {
        margin: auto; }
      .books .item .image-responsive .overlay {
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: none; }
        .books .item .image-responsive .overlay .eye {
          margin-top: 50px; }
        .books .item .image-responsive .overlay .cart {
          margin-top: 20px; }
          .books .item .image-responsive .overlay .cart button {
            display: block;
            height: 85px;
            width: 85px;
            background: transparent;
            border: none; }
    .books .item .row-picture {
      display: table-row;
      height: 300px; }
      @media screen and (max-width: 1220px) {
        .books .item .row-picture {
          height: 250px; } }
      @media screen and (max-width: 767px) {
        .books .item .row-picture {
          height: 220px; } }
    .books .item .row {
      display: table-row; }
    .books .item .eye, .books .item .cart {
      width: 85px;
      height: 85px;
      border-radius: 100%;
      background: #1d2123;
      display: inline-block;
      position: relative; }
      .books .item .eye:hover, .books .item .cart:hover {
        background: #343b3f; }
      .books .item .eye .icon, .books .item .cart .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .books .item .small-icons {
      position: absolute;
      right: -50px;
      top: 90px;
      width: 40px; }
      @media screen and (max-width: 767px) {
        .books .item .small-icons {
          position: static;
          width: 100%;
          text-align: center;
          margin-top: 10px; } }
      .books .item .small-icons .eye, .books .item .small-icons .cart {
        width: 40px;
        height: 40px;
        margin-bottom: 15px; }
        @media screen and (max-width: 767px) {
          .books .item .small-icons .eye, .books .item .small-icons .cart {
            margin: 0; } }
    @media screen and (min-width: 1221px) {
      .books .item:hover {
        background: white;
        color: #1d2123;
        border-radius: 3px; }
        .books .item:hover a {
          color: #1d2123; }
        .books .item:hover .date {
          background: white; }
        .books .item:hover .image-responsive .overlay {
          display: block; }
        .books .item:hover .icon-tag {
          background-position: -422px 0px; } }

.home-mangas {
  margin-top: 20px;
  background: #f27935 top center no-repeat;
  background-size: 100% auto;
  -o-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -ms-background-size: 100% auto; }
  @media screen and (max-width: 767px) {
    .home-mangas {
      margin-top: 0;
      background-size: 150% auto;
      -o-background-size: 150% auto;
      -moz-background-size: 150%	 auto;
      -webkit-background-size: 150%	auto;
      -ms-background-size: 150%	 auto; } }
  .home-mangas .diagonal {
    height: 580px;
    -webkit-transform: perspective(500px) rotateY(1.7deg) translate3d(0, 0, -10px);
    -moz-transform: perspective(500px) rotateY(1.7deg) translate3d(0, 0, -10px);
    -ms-transform: perspective(500px) rotateY(1.7deg) translate3d(0, 0, -10px);
    -o-transform: perspective(500px) rotateY(1.7deg) translate3d(0, 0, -10px);
    transform: perspective(500px) rotateY(1.7deg) translate3d(0, 0, -10px);
    background: #f27935;
    width: 9999px;
    border: 1px solid #1d2123;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .home-mangas .diagonal {
        height: 522px;
        top: 35px; } }
  .home-mangas .container {
    padding-bottom: 30px;
    position: relative; }
  .home-mangas .item .date {
    background: #1d2123;
    padding: 10px 0;
    border-radius: 3px 3px 0 0; }

.home-animes {
  background: #14b9d6 top center no-repeat;
  background-size: 100% auto;
  -o-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -ms-background-size: 100% auto; }
  @media screen and (max-width: 767px) {
    .home-animes {
      background-size: 150% auto;
      -o-background-size: 150% auto;
      -moz-background-size: 150%	 auto;
      -webkit-background-size: 150%	auto;
      -ms-background-size: 150%	 auto; } }
  .home-animes .diagonal {
    height: 800px;
    -webkit-transform: perspective(500px) rotateY(-1.2deg) translate3d(0, 0, -10px);
    -moz-transform: perspective(500px) rotateY(-1.2deg) translate3d(0, 0, -10px);
    -ms-transform: perspective(500px) rotateY(-1.2deg) translate3d(0, 0, -10px);
    -o-transform: perspective(500px) rotateY(-1.2deg) translate3d(0, 0, -10px);
    transform: perspective(500px) rotateY(-1.2deg) translate3d(0, 0, -10px);
    background: #14b9d6;
    width: 9999px;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: -18px;
    left: -1000px;
    z-index: 1;
    border-top: 1px solid #f27935; }
    @media screen and (max-width: 767px) {
      .home-animes .diagonal {
        height: 522px;
        top: 35px; } }
  .home-animes .container {
    padding-bottom: 50px;
    position: relative; }
  .home-animes .item .date {
    background: #1d2123;
    padding: 10px 0;
    border-radius: 3px;
    margin-bottom: 10px;
    position: relative; }
    .home-animes .item .date:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 47%;
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 7px;
      border-top-color: #1d2123; }
  @media screen and (min-width: 1221px) {
    .home-animes .item:hover .date:after {
      display: none; } }
  @media screen and (max-width: 1220px) {
    .home-animes .item .image-responsive img {
      max-height: 200px; } }
  @media screen and (max-width: 767px) {
    .home-animes .item .image-responsive img {
      max-height: 180px; } }


.home-blogs-and-featured {
  background: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .home-blogs-and-featured {
    height: 386px;
    display: flex;
    flex-direction: column;
  }
  .home-articles {
    flex: 1 1 auto;
  }
}
.home-articles {
  color: #1d2123;
}
.home-articles a {
  color: #1d2123; }
.home-article-items {
  list-style: none;
  margin: 0 auto;
  padding: 8px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-article-items {
    width: 300px;
  }
}
.home-article-items li {
  width: 33.3%;
  float: left;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .home-article-items li {
    width: 100%;
    float: none;
  }
}
.home-article-items .image-responsive img {
  border-radius: 3px 3px 0 0; }
.home-article-items h3 {
  font-size: 16px;
}
.home-articles .excerpt {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .home-articles .excerpt {
    display: none;
  }
}
.home-articles .action {
  text-align: center;
  margin: 0 16px;
  position: relative;
  z-index: 1;
}
.home-articles .action::before {
  border-top: 1px solid #bbb;
  content:"";
  position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%; left: 0; right: 0; bottom: 0;
  width: 100%;
  z-index: -1;
}
.home-articles .action span {
  background: #f7f7f7;
  padding: 0 16px;
}

.home-articles .action a {
  display: inline-block;
  padding: 12px 16px;
  background: #5692b1;
  border-radius: 3px;
  color: white;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px; }
.home-articles .action a:hover {
  background: #31d0ec; }
.home-articles .action a .icon {
  margin-right: 10px;
  top: 2px; }
.home-articles .action.dark a {
  background: #1d2123; }





.home-blogs {
  color: #1d2123;
  background: #f7f7f7;
}
.home-blogs .action {
  padding-bottom: 16px;
  text-align: center;
  /*z-index: 3;*/
  padding-top: 20px; }
  .home-blogs a {
    color: #1d2123; }
  .home-blogs h2 {
    font-size: 46px; }
    @media screen and (max-width: 767px) {
      .home-blogs h2 {
        font-size: 32px;
        margin-bottom: 20px; } }
  .home-blogs .container {
    padding: 40px 60px 45px 60px; }
    @media screen and (max-width: 1220px) {
      .home-blogs .container {
        padding: 40px 20px 45px 20px; } }
    @media screen and (max-width: 767px) {
      .home-blogs .container {
        padding: 40px 20px 15px 20px; } }
  .home-blogs .sub {
    font-size: 28px;
    font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 40px; }
  .home-blogs .action a {
    display: inline-block;
    padding: 15px 30px;
    background: #5692b1;
    border-radius: 3px;
    margin-top: 40px;
    color: white;
    font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      .home-blogs .action a {
        margin-top: 15px; } }
    .home-blogs .action a:hover {
      background: #31d0ec; }
    .home-blogs .action a .icon {
      margin-right: 10px;
      top: 2px; }
  .home-blogs .action.dark a {
    background: #1d2123; }
  .home-blogs .slider-wrapper {
    position: relative; }
    .home-blogs .slider-wrapper .overlay {
      width: 200px;
      background-color: rgba(255, 255, 255, 0);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.9)));
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
      background-image: linear-gradient(to right,rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      z-index: 10; }
    .home-blogs .slider-wrapper ul li {
      width: 275px;
      margin-right: 20px;
      font-size: 13px;
      background: white; }
      .home-blogs .slider-wrapper ul li .image-responsive img {
        border-radius: 3px 3px 0 0; }
      .home-blogs .slider-wrapper ul li .content {
        border-right: 1px solid rgba(204, 204, 204, 0.5);
        min-height: 180px; }
      .home-blogs .slider-wrapper ul li h3 {
        font-size: 20px;
        padding: 20px 10px 0 10px; }
      .home-blogs .slider-wrapper ul li .excerpt {
        padding: 0 10px 15px 10px; }
      .home-blogs .slider-wrapper ul li .info {
        font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        background: #1d2123;
        color: #5e676b;
        border-radius: 0 0 3px 3px;
        *zoom: 1; }
        .home-blogs .slider-wrapper ul li .info:before, .home-blogs .slider-wrapper ul li .info:after {
          content: " ";
          display: table; }
        .home-blogs .slider-wrapper ul li .info:after {
          clear: both; }
        .home-blogs .slider-wrapper ul li .info strong {
          font-size: 28px; }
        .home-blogs .slider-wrapper ul li .info .comment, .home-blogs .slider-wrapper ul li .info .like {
          float: left;
          width: 107px;
          border-right: 1px solid #2d3031;
          padding: 10px 0; }
        .home-blogs .slider-wrapper ul li .info .badge {
          float: left;
          padding-top: 15px;
          width: 55px; }
    .home-blogs .slider-wrapper .flex-control-nav {
      display: none; }
    .home-blogs .slider-wrapper .flex-prev, .home-blogs .slider-wrapper .flex-next {
      width: 30px;
      height: 30px;
      top: 200px;
      color: transparent;
      font: 0/0 a;
      text-shadow: none;
      opacity: 1;
      -webkit-transition: all 0s;
      -moz-transition: all 0s;
      transition: all 0s; }
      @media screen and (max-width: 767px) {
        .home-blogs .slider-wrapper .flex-prev, .home-blogs .slider-wrapper .flex-next {
          display: none; } }
    .home-blogs .slider-wrapper .flex-prev {
      background: url("img/sprites.png") -193px 0;
      left: -40px; }
      @media screen and (max-width: 1220px) {
        .home-blogs .slider-wrapper .flex-prev {
          display: none; } }
      .home-blogs .slider-wrapper .flex-prev:hover {
        background: url("img/sprites.png") -193px -31px; }
    .home-blogs .slider-wrapper .flex-next {
      background: url("img/sprites.png") -226px 0;
      right: -40px; }
      @media screen and (max-width: 1220px) {
        .home-blogs .slider-wrapper .flex-next {
          display: none; } }
      .home-blogs .slider-wrapper .flex-next:hover {
        background: url("img/sprites.png") -227px -31px; }








.home-featured a {
  display: block;
  margin: 0;
}
.home-featured img {
  display: block;
  margin: 0 auto;
  padding: 16px;
}

.home-social {
  background-color: #1d8bdf;
}
  .home-social .social-title {
    font-size: 28px;
    color: #e7eaec;
    text-transform: uppercase;
    margin-bottom: 36px;
    font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (max-width: 1220px) {
      .home-social .social-title {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      .home-social .social-title {
        font-size: 17px;
        margin-bottom: 20px; } }
    .home-social h2 span, .home-social .social-title span {
      font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .home-social .container {
    padding: 50px; }
    @media screen and (max-width: 1220px) {
      .home-social .container {
        padding: 40px 10px; } }
    @media screen and (max-width: 767px) {
      .home-social .container {
        padding: 20px 10px; } }
  .home-social .facebook {
    width: 480px;
    float: left; }
    @media screen and (max-width: 1220px) {
      .home-social .facebook {
        width: 320px; } }
    @media screen and (max-width: 767px) {
      .home-social .facebook {
        width: 100%;
        margin-bottom: 20px; } }

.banner-tabs {
  background: white;
  text-align: center;
  color: #1d2123;
  padding-top: 60px; }
  .banner-tabs.catalogue-anime-page nav li a {
    width: 120px; }
    @media screen and (max-width: 767px) {
      .banner-tabs.catalogue-anime-page nav li a {
        width: auto;
        padding: 15px 12px 12px; } }
  .banner-tabs.catalogue-manga-page nav li a {
    width: 120px; }
    @media screen and (max-width: 767px) {
      .banner-tabs.catalogue-manga-page nav li a {
        width: auto;
        padding: 15px 12px 12px; } }
  .banner-tabs h1 {
    font-size: 46px; }
    @media screen and (max-width: 767px) {
      .banner-tabs h1 {
        font-size: 32px;
        padding: 0 10px; } }
  .banner-tabs .sub {
    font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    max-width: 750px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .banner-tabs .sub {
        font-size: 22px;
        padding: 0 10px; } }
  .banner-tabs .social {
    margin-top: 10px; }
  .banner-tabs nav {
    margin-top: 50px; }
    .banner-tabs nav li {
      padding: 0 1px; }
      .banner-tabs nav li.active a {
        color: #e7eaec;
        background: #1d2123; }
      .banner-tabs nav li a {
        width: 190px;
        padding: 15px 0 12px;
        background: #dedcdc;
        color: black;
        font-size: 12px;
        font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        border-radius: 3px 3px 0 0; }
        @media screen and (max-width: 767px) {
          .banner-tabs nav li a {
            width: 155px; } }

.banner-tabs-content {
  padding: 35px 0 25px;
  background: #1d2123;
  min-width: 1280px;
  width: 100%;
  z-index: 99; }
  .banner-tabs-content.fixed {
    position: fixed;
    left: 0;
    top: 68px;
    z-index: 99; }
  body.with_header_ws .banner-tabs-content.fixed{
    top: 112px;
  }
  @media screen and (max-width: 1220px) {
    .banner-tabs-content {
      min-width: 768px; } }
  @media screen and (max-width: 767px) {
    .banner-tabs-content {
      min-width: 320px; } }
  .banner-tabs-content .tab {
    display: none; }
    .banner-tabs-content .tab.active {
      display: block; }
  .banner-tabs-content .slider-wrapper {
    width: 650px;
    display: inline-block;
    position: relative; }

#nav-adn-tab {
    padding-top: 10.5px;
    padding-bottom: 6px;
}

#nav-adn-tab img {
	width:45px;
	vertical-align:middle;
}

#nav-mois {
  text-align: center; }
  #nav-mois .arrow {
    position: relative;
    top: -15px;
    margin: 0 4px 0 8px; }
  #nav-mois ul {
    display: inline-block; }
    #nav-mois ul a {
      width: 130px;
      padding: 10px 0 8px;
      color: #55bc75;
      background: #2a2f31;
      font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      position: relative;
      top: 3px;
      text-transform: uppercase; }
    #nav-mois ul li {
      float: left; }
      #nav-mois ul li.active a {
        background: #3e4649;
        padding: 13px 4px 12px;
        border-radius: 3px;
        top: 0px;
        color: white; }
      #nav-mois ul li:hover a {
        color: white; }
  #nav-mois .visible-phone {
    text-align: left; }
    #nav-mois .visible-phone label {
      font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: white;
      margin-right: 10px; }
    #nav-mois .visible-phone .select {
      display: inline-block; }
      #nav-mois .visible-phone .select select {
        border-radius: 3px;
        width: 150px;
        font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#nav-annee {
  font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #55bc75;
  text-align: center; }
  #nav-annee label {
    font-size: 12px;
    margin-right: 50px;
    position: relative;
    top: -15px; }
    @media screen and (max-width: 767px) {
      #nav-annee label {
        margin-right: 0;
        position: static; } }
  #nav-annee .timeline {
    display: inline-block;
    background: url("img/tout-timeline.png") top center no-repeat; }
    @media screen and (max-width: 767px) {
      #nav-annee .timeline {
        display: block;
        margin-top: 10px; } }
    #nav-annee .timeline a {
      width: 25px;
      height: 40px;
      padding-top: 26px;
      margin-top: -5px;
      display: inline-block;
      font-size: 15px;
      color: #55bc75;
      position: relative; }
      #nav-annee .timeline a:hover:after, #nav-annee .timeline a.active:after {
        content: '';
        width: 20px;
        height: 20px;
        background: #55bc75;
        border-radius: 100%;
        position: absolute;
        top: 0;
        left: 2px; }

#nav-touts, #nav-dvd, #nav-bluray, #nav-dvd-anime, #nav-bluray-anime {
  text-align: center; }
  #nav-touts label, #nav-dvd label, #nav-bluray label, #nav-dvd-anime label, #nav-bluray-anime label {
    font-size: 14px;
    font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    margin: 0 30px; }
    #nav-touts label input[type=radio], #nav-dvd label input[type=radio], #nav-bluray label input[type=radio], #nav-dvd-anime label input[type=radio], #nav-bluray-anime label input[type=radio] {
      position: relative;
      top: 2px;
      margin-right: 5px; }
    @media screen and (max-width: 767px) {
      #nav-touts label, #nav-dvd label, #nav-bluray label, #nav-dvd-anime label, #nav-bluray-anime label {
        margin: 0 5px; } }

@media screen and (max-width: 767px) {
  #nav-touts label {
    margin-left: 0;
    margin-right: 40px; } }

.catalogue-page .tab {
  overflow: hidden; }
  @media screen and (min-width: 1221px) {
    .catalogue-page .tab {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 1220px) {
    .catalogue-page .tab {
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .catalogue-page .tab {
      text-align: left;
      padding-left: 20px; } }
  .catalogue-page .tab ul.alphabet {
    margin-left: 10px; }
    @media screen and (max-width: 1220px) {
      .catalogue-page .tab ul.alphabet {
        float: none;
        margin-left: 30px; } }
    .catalogue-page .tab ul.alphabet a, .catalogue-page .tab ul.alphabet li.title,
    #pedagogique-catalogue .tab ul.alphabet a, #pedagogique-catalogue .tab ul.alphabet li.title {
      padding: 10px 6px 8px;
      color: #f27935;
      background: #2a2f31;
      font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      position: relative;
      top: 3px; }

    #pedagogique-catalogue .tab ul.alphabet a, #pedagogique-catalogue .tab ul.alphabet li.title {
      color: #016c58; }

    .catalogue-page .tab ul.alphabet li.title, #pedagogique-catalogue .tab ul.alphabet li.title {
      padding-left: 15px; }
    .catalogue-page .tab ul.alphabet li, #pedagogique-catalogue .tab ul.alphabet li {
      float: left;
      /*&:last-child {
      	a { padding-right: 15px;}
      }*/ }
      .catalogue-page .tab ul.alphabet li.active a, #pedagogique-catalogue .tab ul.alphabet li.active a {
        background: #3e4649;
        padding: 13px 6px 12px;
        border-radius: 3px;
        top: 0px;
        color: white; }
      .catalogue-page .tab ul.alphabet li:hover a, #pedagogique-catalogue .tab ul.alphabet li:hover a {
        color: white; }
      .catalogue-page .tab ul.alphabet li.disabled:hover a, #pedagogique-catalogue .tab ul.alphabet li.disabled:hover a {
        color: #3c4346; }
      .catalogue-page .tab ul.alphabet li.disabled a, #pedagogique-catalogue .tab ul.alphabet li.disabled a {
        color: #3c4346; }
  .catalogue-page .tab ul.filter {
    margin-top: 15px; }
    @media screen and (max-width: 1220px) {
      .catalogue-page .tab ul.filter {
        float: left;
        clear: both;
        margin-top: 15px;
        margin-left: 30px; } }
    @media screen and (max-width: 767px) {
      .catalogue-page .tab ul.filter {
        margin-left: 0; } }
    .catalogue-page .tab ul.filter label {
      font-size: 14px;
      font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: white;
      margin: 0 10px; }
      @media screen and (max-width: 1220px) {
        .catalogue-page .tab ul.filter label {
          margin: 0 40px; } }
      @media screen and (max-width: 767px) {
        .catalogue-page .tab ul.filter label {
          margin: 0; } }
      .catalogue-page .tab ul.filter label input[type=radio] {
        position: relative;
        top: 2px;
        margin-right: 5px; }
    .catalogue-page .tab ul.filter li:first-child label {
      margin-left: 0; }
    @media screen and (max-width: 767px) {
      .catalogue-page .tab ul.filter li {
        display: block;
        margin-top: 10px; } }
  .catalogue-page .tab .visible-phone {
    text-align: left; }
    .catalogue-page .tab .visible-phone label {
      font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: white;
      margin-right: 10px; }
    .catalogue-page .tab .visible-phone .select {
      display: inline-block; }
      .catalogue-page .tab .visible-phone .select select {
        border-radius: 3px;
        width: 120px;
        font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#nav-amateur {
  text-align: center; }
  @media screen and (max-width: 767px) {
    #nav-amateur {
      text-align: left; } }
  #nav-amateur .alphabet {
    display: inline-block; }
    @media screen and (max-width: 767px) {
      #nav-amateur .alphabet {
        display: none; } }

.catalogue-radio-group li.checked label, .catalogue-radio-group li:hover label {
  color: white;
  opacity: 1; }
.catalogue-radio-group li label {
  color: #dedcdc;
  opacity: 0.5; }

#nav-collection {
  padding-left: 50px; }
  @media screen and (max-width: 1220px) {
    #nav-collection {
      padding-left: 0; } }
  #nav-collection li {
    font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-right: 10px;
    width: 135px;
    font-size: 14px;
    position: relative; }
    @media screen and (max-width: 1220px) {
      #nav-collection li {
        width: 82px;
        text-align: right;
        font-size: 12px; } }
    @media screen and (max-width: 767px) {
      #nav-collection li {
        width: 72px;
        margin-right: 5px;
        margin-bottom: 10px;
        font-size: 10px; }
        #nav-collection li:nth-child(4n) {
          margin-right: 0; }
        #nav-collection li:nth-child(4n+1) {
          clear: both; } }
    #nav-collection li:last-child {
      margin-right: 0; }
    #nav-collection li.checked label, #nav-collection li:hover label {
      color: white;
      opacity: 1; }
    @media screen and (max-width: 1220px) {
      #nav-collection li input {
        display: block;
        position: absolute;
        bottom: 60px;
        left: 20px; } }
    @media screen and (max-width: 767px) {
      #nav-collection li input {
        left: 10px; } }
    #nav-collection li img {
      margin-bottom: 5px;
      margin-left: -5px; }
    #nav-collection li label {
      color: #dedcdc;
      opacity: 0.5; }
      @media screen and (max-width: 1220px) {
        #nav-collection li label {
          display: block;
          text-align: center; } }

#nav-genre {
  padding-left: 50px; }
  @media screen and (max-width: 1220px) {
    #nav-genre {
      text-align: left; } }
  @media screen and (max-width: 767px) {
    #nav-genre {
      padding-left: 20px; } }
  #nav-genre ul.filter {
    margin-top: 0; }
  @media screen and (max-width: 1220px) {
    #nav-genre li {
      margin: 10px 0; } }
  #nav-genre li label {
    margin: 0 45px 0 0; }
  #nav-genre .visible-phone .select select {
    width: 150px; }

#nav-auteur {
  text-align: center; }
  @media screen and (max-width: 767px) {
    #nav-auteur {
      text-align: left; } }
  #nav-auteur nav ul {
    display: inline-block; }

#auteur-page {
  background: white;
  display: none; }
  #auteur-page .container {
    padding-bottom: 400px; }
    @media screen and (max-width: 1220px) {
      #auteur-page .container {
        padding: 20px; } }
    @media screen and (max-width: 767px) {
      #auteur-page .container {
        padding: 20px 0; } }
  #auteur-page h4 {
    font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 46px; }
    @media screen and (max-width: 767px) {
      #auteur-page h4 {
        padding: 0 20px; } }
  #auteur-page .authors {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 260px;
    margin-bottom: 50px; }
    @media screen and (max-width: 1220px) {
      #auteur-page .authors {
        width: 100%; } }
    #auteur-page .authors .author {
      position: relative; }
      #auteur-page .authors .author.active .title {
        color: #f27935; }
        @media screen and (max-width: 1220px) {
          #auteur-page .authors .author.active .title {
            display: none; } }
      #auteur-page .authors .author.active .content {
        display: block; }
      #auteur-page .authors .author .title {
        font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 28px;
        color: #1d2123; }
        @media screen and (max-width: 767px) {
          #auteur-page .authors .author .title {
            font-size: 22px;
            padding: 0 20px; } }
      #auteur-page .authors .author .content {
        width: 900px;
        position: absolute;
        top: -80px;
        left: 100%;
        display: none; }
        @media screen and (max-width: 1220px) {
          #auteur-page .authors .author .content {
            position: static;
            width: 100%; } }
        #auteur-page .authors .author .content h3 {
          font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 46px;
          float: left;
          color: #f27935;
          text-transform: uppercase; }
          @media screen and (max-width: 1220px) {
            #auteur-page .authors .author .content h3 {
              margin: 10px 0 20px 0; } }
          @media screen and (max-width: 767px) {
            #auteur-page .authors .author .content h3 {
              font-size: 32px;
              padding-left: 20px;
              width: 220px; } }
        #auteur-page .authors .author .content .item h3 {
          margin: 10px 0;
          font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 18px;
          color: white;
          text-transform: none;
          float: none; }
          @media screen and (max-width: 1220px) {
            #auteur-page .authors .author .content .item h3 {
              margin: 5px 0; } }
          @media screen and (max-width: 767px) {
            #auteur-page .authors .author .content .item h3 {
              font-size: 15px; } }
        #auteur-page .authors .author .content .item:hover h3 {
          color: #1d2123; }
        #auteur-page .authors .author .content a {
          font-size: 18px;
          margin-bottom: 10px; }
        #auteur-page .authors .author .content .action {
          font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 12px;
          padding: 15px 20px;
          background: #1d2123;
          display: inline-block;
          color: white;
          float: right; }
          @media screen and (max-width: 1220px) {
            #auteur-page .authors .author .content .action {
              margin-top: 10px; } }
          #auteur-page .authors .author .content .action:hover {
            background: #343b3f; }
        #auteur-page .authors .author .content .catalogue-slider {
          background: #f27935;
          padding: 60px;
          position: relative;
          clear: both; }
          @media screen and (max-width: 1220px) {
            #auteur-page .authors .author .content .catalogue-slider {
              padding: 30px;
              margin-bottom: 20px; } }
          @media screen and (max-width: 767px) {
            #auteur-page .authors .author .content .catalogue-slider {
              padding: 20px; } }
          #auteur-page .authors .author .content .catalogue-slider:before {
            content: '';
            position: absolute;
            top: 30px;
            left: -29px;
            height: 0;
            width: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 15px;
            border-right-color: #f27935; }
            @media screen and (max-width: 1220px) {
              #auteur-page .authors .author .content .catalogue-slider:before {
                top: -29px;
                left: 30px;
                height: 0;
                width: 0;
                border-color: transparent;
                border-style: solid;
                border-width: 15px;
                border-bottom-color: #f27935; } }
          #auteur-page .authors .author .content .catalogue-slider .slides {
            margin: 0; }
            #auteur-page .authors .author .content .catalogue-slider .slides .item {
              width: 212px;
              margin: 0 70px 0 0;
              position: relative;
              clear: none; }
              @media screen and (max-width: 1220px) {
                #auteur-page .authors .author .content .catalogue-slider .slides .item {
                  width: 182px;
                  margin: 0 60px 0 0; } }
              @media screen and (max-width: 767px) {
                #auteur-page .authors .author .content .catalogue-slider .slides .item {
                  width: 125px;
                  margin: 0 25px 0 0; } }
              #auteur-page .authors .author .content .catalogue-slider .slides .item:last-child {
                margin-right: 0; }
              #auteur-page .authors .author .content .catalogue-slider .slides .item .image-responsive > a {
                margin: 0; }
              #auteur-page .authors .author .content .catalogue-slider .slides .item h4 a {
                margin-bottom: 10px; }
      #auteur-page .authors .author .flex-control-nav {
        position: static;
        margin-top: 20px; }
        #auteur-page .authors .author .flex-control-nav a {
          background: #dcddde; }
          #auteur-page .authors .author .flex-control-nav a.flex-active {
            background: #1d2123; }

.planning-slider {
  position: relative; }
  .planning-slider .close-toggle {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 4;
    cursor: pointer; }
  .planning-slider header {
    background: white;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .planning-slider header {
        text-align: left; } }
    .planning-slider header .container {
      padding: 15px 10px; }
    .planning-slider header .filter {
      display: inline-block; }
      .planning-slider header .filter label {
        font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        color: #baccd3;
        margin-right: 15px; }
        @media screen and (max-width: 767px) {
          .planning-slider header .filter label {
            display: none; } }
      .planning-slider header .filter a {
        border-radius: 15px;
        padding: 5px 15px 3px 15px;
        color: white;
        font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        background: #3e4649; }
        .planning-slider header .filter a.active, .planning-slider header .filter a:hover {
          background: #55bc75; }
    .planning-slider header .action {
      position: absolute;
      top: 7px;
      right: 110px; }
      @media screen and (max-width: 1220px) {
        .planning-slider header .action {
          right: 50px; } }
      @media screen and (max-width: 767px) {
        .planning-slider header .action {
          right: 5px; } }
      .planning-slider header .action > div {
        display: inline-block;
        margin-left: 15px; }
        @media screen and (max-width: 767px) {
          .planning-slider header .action > div {
            margin-left: 5px; } }
      .planning-slider header .action .date {
        position: relative; }
        @media screen and (max-width: 767px) {
          .planning-slider header .action .date {
            display: none; } }
        .planning-slider header .action .date .day {
          position: absolute;
          top: 12px;
          font-size: 16px;
          color: white;
          width: 100%; }
          .planning-slider header .action .date .day a {
            color: white; }
  .planning-slider .slider-wrapper .item {
    padding: 60px 0;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 1220px) {
      .planning-slider .slider-wrapper .item {
        padding: 30px 0 40px;
        text-align: left; } }
    @media screen and (max-width: 767px) {
      .planning-slider .slider-wrapper .item {
        padding: 15px 0 20px;
        text-align: center; } }
    .planning-slider .slider-wrapper .item .events {
      position: absolute;
      top: 50px;
      left: 60px;
      width: 300px;
      color: white;
      font-size: 16px;
      text-align: left;
      z-index: 2; }
      @media screen and (max-width: 1220px) {
        .planning-slider .slider-wrapper .item .events {
          position: static;
          text-align: center;
          width: 100%;
          padding: 0 80px;
          margin-bottom: 30px; } }
      @media screen and (max-width: 767px) {
        .planning-slider .slider-wrapper .item .events {
          padding: 0 10px;
          margin-bottom: 20px; } }
      .planning-slider .slider-wrapper .item .events h2 {
        font-size: 44px; }
        @media screen and (max-width: 767px) {
          .planning-slider .slider-wrapper .item .events h2 {
            font-size: 32px; } }
      .planning-slider .slider-wrapper .item .events .sub {
        font-size: 28px;
        font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-bottom: 20px; }
        @media screen and (max-width: 1220px) {
          .planning-slider .slider-wrapper .item .events .sub {
            margin-bottom: 0; } }
      .planning-slider .slider-wrapper .item .events .description {
        font-size: 14px; }
    .planning-slider .slider-wrapper .item .content {
      position: relative; }
      @media screen and (max-width: 1220px) {
        .planning-slider .slider-wrapper .item .content {
          padding-left: 70px; } }
      @media screen and (max-width: 767px) {
        .planning-slider .slider-wrapper .item .content {
          padding-left: 0; } }
      @media screen and (max-width: 1220px) {
        .planning-slider .slider-wrapper .item .content .image img {
          width: 220px; } }
      @media screen and (max-width: 767px) {
        .planning-slider .slider-wrapper .item .content .image img {
          width: 150px; } }
    .planning-slider .slider-wrapper .item .popup {
      font-size: 16px;
      width: 339px;
      padding: 0 30px 30px 30px;
      background: rgba(0, 0, 0, 0.25);
      border-radius: 0 0 5px 5px;
      position: absolute;
      top: 90px;
      right: 110px;
      color: white;
      text-align: left; }
      @media screen and (max-width: 1220px) {
        .planning-slider .slider-wrapper .item .popup {
          right: 85px; } }
      @media screen and (max-width: 767px) {
        .planning-slider .slider-wrapper .item .popup {
          position: relative;
          top: auto;
          right: auto;
          margin-top: 60px;
          width: 266px;
          margin-left: 30px; } }
      .planning-slider .slider-wrapper .item .popup .bg {
        position: absolute;
        display: block; }
        .planning-slider .slider-wrapper .item .popup .bg.bg-big {
          top: -52px;
          left: -17px; }
          @media screen and (max-width: 767px) {
            .planning-slider .slider-wrapper .item .popup .bg.bg-big {
              display: none; } }
        .planning-slider .slider-wrapper .item .popup .bg.bg-small {
          top: -51px;
          left: -17px;
          display: none; }
          @media screen and (max-width: 767px) {
            .planning-slider .slider-wrapper .item .popup .bg.bg-small {
              display: block; } }
      .planning-slider .slider-wrapper .item .popup .extra {
        color: #c30451;
        font-size: 13px;
        font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-top: -10px;
        position: relative;
        z-index: 3; }
      .planning-slider .slider-wrapper .item .popup .date {
        font-size: 16px;
        font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-top: 10px; }
      .planning-slider .slider-wrapper .item .popup .title {
        font-size: 40px;
        margin: 20px 0 0;
        line-height: 35px;
        color: white;
        font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        @media screen and (max-width: 767px) {
          .planning-slider .slider-wrapper .item .popup .title {
            font-size: 28px; } }
      .planning-slider .slider-wrapper .item .popup .sub {
        margin-top: 20px; }
      .planning-slider .slider-wrapper .item .popup .sub, .planning-slider .slider-wrapper .item .popup .price {
        font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px; }
      .planning-slider .slider-wrapper .item .popup .excerpt {
        line-height: 20px; }
    .planning-slider .slider-wrapper .item .nav {
      position: absolute;
      top: 180px;
      right: 80px; }
      @media screen and (max-width: 1220px) {
        .planning-slider .slider-wrapper .item .nav {
          right: 50px;
          top: 130px; } }
      .planning-slider .slider-wrapper .item .nav .icon-arrow-next-white, .planning-slider .slider-wrapper .item .nav .icon-arrow-back-white {
        display: none; }
        @media screen and (max-width: 1220px) {
          .planning-slider .slider-wrapper .item .nav .icon-arrow-next-white, .planning-slider .slider-wrapper .item .nav .icon-arrow-back-white {
            display: block !important; } }
      @media screen and (max-width: 1220px) {
        .planning-slider .slider-wrapper .item .nav .icon-arrow-next-dark, .planning-slider .slider-wrapper .item .nav .icon-arrow-back-dark {
          display: none !important; } }
      .planning-slider .slider-wrapper .item .nav .table {
        opacity: 0;
        background: rgba(0, 0, 0, 0.75); }
      .planning-slider .slider-wrapper .item .nav .arrow-next {
        position: absolute;
        top: 0;
        right: 0; }
        .planning-slider .slider-wrapper .item .nav .arrow-next a .icon {
          z-index: 6;
          position: absolute;
          top: 19px;
          left: 8px; }
      .planning-slider .slider-wrapper .item .nav .nav-next:hover .table {
        opacity: 1; }
      .planning-slider .slider-wrapper .item .nav .nav-next:hover .icon-arrow-next-white {
        display: block; }
      .planning-slider .slider-wrapper .item .nav .nav-next:hover .icon-arrow-next-dark {
        display: none; }
      .planning-slider .slider-wrapper .item .nav .arrow-back {
        position: absolute;
        top: 70px; }
        .planning-slider .slider-wrapper .item .nav .arrow-back .icon {
          top: 5px;
          left: 8px; }
        .planning-slider .slider-wrapper .item .nav .arrow-back:hover .icon-arrow-back-white {
          display: block; }
        .planning-slider .slider-wrapper .item .nav .arrow-back:hover .icon-arrow-back-dark {
          display: none; }

.home-mangas.planning-mangas {
  background: white;
  margin-top: 0;
  color: #1d2123;
  padding-top: 40px; }
  .home-mangas.planning-mangas a {
    color: #1d2123; }
  .home-mangas.planning-mangas h3.month {
    font-size: 28px;
    clear: both;
    padding: 0 10px 20px 30px;
    text-transform: capitalize; }
    @media screen and (max-width: 1220px) {
      .home-mangas.planning-mangas h3.month {
        padding: 0 10px 20px 55px; } }
    @media screen and (max-width: 767px) {
      .home-mangas.planning-mangas h3.month {
        padding: 0 10px 20px 15px; } }
  .home-mangas.planning-mangas .items-toggle {
    display: block; }
    .home-mangas.planning-mangas .items-toggle .item:hover .date {
      background: #1d2123;
      color: white; }
    .home-mangas.planning-mangas .items-toggle .date {
      color: white; }
    .home-mangas.planning-mangas .items-toggle .icon-tag {
      background-position: -422px 0px; }

.banner-single {
  background: white;
  color: #1d2123; }
  .banner-single .container {
    padding: 55px 55px 25px 55px; }
    @media screen and (max-width: 1220px) {
      .banner-single .container {
        padding: 40px 20px 25px 20px; } }
  .banner-single.tome-page .content .author {
    color: #f27935;
    text-transform: uppercase; }
    .banner-single.tome-page .content .author a {
      color: #f27935; }
  .banner-single.tome-page h2.trailer {
    font-size: 28px;
    font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1d2123;
    padding-top: 20px; }
    @media screen and (max-width: 767px) {
      .banner-single.tome-page h2.trailer {
        font-size: 22px; } }
  .banner-single .sub {
    font-size: 26px;
    margin-top: 45px;
    font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: none; }
    @media screen and (max-width: 1220px) {
      .banner-single .sub {
        font-size: 20px; } }
    @media screen and (max-width: 767px) {
      .banner-single .sub {
        margin-top: 30px; } }
    .banner-single .sub.active {
      display: block; }
  .banner-single .image-responsive {
    width: 270px;
    float: left; }
    @media screen and (max-width: 1220px) {
      .banner-single .image-responsive {
        width: 210px; } }
    .banner-single .image-responsive .date {
      background: #1d2123;
      padding: 10px 0;
      border-radius: 3px;
      position: relative;
      width: 210px;
      margin: 0 auto 10px auto;
      color: white;
      text-align: center; }
      .banner-single .image-responsive .date:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 47%;
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 7px;
        border-top-color: #1d2123; }
  .banner-single .content {
    width: 500px;
    margin-left: 80px;
    float: left;
    padding-top: 20px; }
    @media screen and (max-width: 1220px) {
      .banner-single .content {
        margin-left: 30px;
        width: 450px;
        padding-top: 0; } }
    @media screen and (max-width: 767px) {
      .banner-single .content {
        margin-left: 0;
        width: 100%; } }
    .banner-single .content .title {
      font-size: 46px;
      font-family: "proxima_nova_rgregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
      @media screen and (max-width: 1220px) {
        .banner-single .content .title {
          font-size: 43px; } }
      @media screen and (max-width: 767px) {
        .banner-single .content .title {
          font-size: 32px; } }
    .banner-single .content .author {
      font-size: 28px;
      color: #14b9d6;
      font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      @media screen and (max-width: 1220px) {
        .banner-single .content .author {
          font-size: 25px; } }
      @media screen and (max-width: 767px) {
        .banner-single .content .author {
          font-size: 22px; } }
    .banner-single .content .description {
      margin-top: 20px;
      font-size: 16px; }
      @media screen and (max-width: 1220px) {
        .banner-single .content .description {
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .banner-single .content .description {
          font-size: 13px; } }
    .banner-single .content .addthis {
      margin: 15px 0 30px; }
    .banner-single .content .action {
      background: #f7f7f7;
      padding: 12px 0 10px 15px; }
      @media screen and (max-width: 767px) {
        .banner-single .content .action {
          padding: 5px 0 5px 5px; } }
      .banner-single .content .action .cart {
        margin-right: 10px;
        float: left; }
        @media screen and (max-width: 1220px) {
          .banner-single .content .action .cart {
            margin-right: 10px; } }
        @media screen and (max-width: 767px) {
          .banner-single .content .action .cart {
            margin-right: 5px; } }
        .banner-single .content .action .cart button {
          display: inline-block;
          border-radius: 20px;
          min-height: 38px;
          border: none;
          background: #1d2123;
          padding: 8px 15px 4px;
          font-size: 24px;
          font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: normal;
          color: #55bc75; }
            @media screen and (max-width: 767px) {
              .banner-single .content .action .cart button {
                font-size: 20px;
              }
            }
          .banner-single .content .action .cart button:hover {
            background: #1d2123 !important; }
          .banner-single .content .action .cart button del {
            font-size: 12px;
            color: #e74c3c;
            text-decoration: none;
            position: absolute;
            top: 2px; }
            .banner-single .content .action .cart button del:before {
              content: "promo !"; }
            .banner-single .content .action .cart button del .amount {
              text-decoration: line-through;
              display: block;
              position: absolute;
              top: 12px; }
          .banner-single .content .action .cart button ins {
            text-decoration: none;
            margin-left: 55px; }
      .banner-single .content .action > a {
        float: left;
        margin-right: 20px; }
        @media screen and (max-width: 1220px) {
          .banner-single .content .action > a {
            margin-right: 10px; } }
        @media screen and (max-width: 767px) {
          .banner-single .content .action > a {
            margin-right: 5px; } }
      .banner-single .content .action .info {
        position: relative;
        top: 9px;
        color: #66696c;
        margin-left: 10px; }
        @media screen and (max-width: 1220px) {
          .banner-single .content .action .info {
            margin-left: 0; } }
        @media screen and (max-width: 767px) {
          .banner-single .content .action .info {
            top: 0; } }
        .banner-single .content .action .info .icon-cog {
          position: relative;
          top: 2px; }
          @media screen and (max-width: 767px) {
            .banner-single .content .action .info .icon-cog {
              display: none; } }
        .banner-single .content .action .info .icon-cog-dark {
          display: none; }
          @media screen and (max-width: 767px) {
            .banner-single .content .action .info .icon-cog-dark {
              display: inline-block; } }
  .banner-single .sidebar-toggle {
    position: absolute;
    top: 0;
    right: 0;
    background: #1d2123;
    padding: 10px 10px 2px 12px;
    border-radius: 3px 0 0 3px;
    z-index: 3;
    height: 38px; }
    .banner-single .sidebar-toggle.show {
      right: 270px; }
      .banner-single .sidebar-toggle.show .show {
        display: none; }
      .banner-single .sidebar-toggle.show .hide {
        display: block; }
    .banner-single .sidebar-toggle .hide {
      display: none; }
  .banner-single .sidebar {
    width: 270px;
    float: right;
    text-align: center;
    position: relative;
    padding: 20px 30px;
    background: white; }
    @media screen and (max-width: 1220px) {
      .banner-single .sidebar {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        border: 1px solid #eee; }
        .banner-single .sidebar.show {
          display: block; } }
    .banner-single .sidebar img {
      max-width: 100%; }
    .banner-single .sidebar .arrow-back {
      float: left; }
    .banner-single .sidebar .arrow-next {
      float: right; }
    .banner-single .sidebar .title {
      margin-bottom: 30px;
      padding-top: 10px;
      width: 160px;
      float: left;
      text-transform: uppercase; }
    .banner-single .sidebar .logos .main-logo {
      padding: 15px;
      background: #f7f7f7;
      font-size: 12px;
      margin-bottom: 15px; }
      .banner-single .sidebar .logos .main-logo .btn {
        display: inline-block;
        clear: both;
        background: #1d2123;
        color: white;
        border-radius: 20px;
        padding: 12px 10px 12px 30px;
        position: relative;
        margin-top: 10px; }
        .banner-single .sidebar .logos .main-logo .btn img {
          position: absolute;
          top: 12px;
          left: 10px; }
    .banner-single .sidebar .logos img {
      margin-bottom: 15px; }
    .banner-single .sidebar .logos .sub {
      margin: 0 0 15px;
      font-size: 12px;
      font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      display: block; }

.fiche-video .close-toggle {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 4;
  cursor: pointer; }
.fiche-video .container {
  padding: 55px 10px 45px 10px;
  text-align: center; }
  .fiche-video .container img {
    max-width: 100%; }
.fiche-video.fiche-video-slider .container {
  padding: 30px 10px; }
.fiche-video .item {
  position: relative; }
  @media screen and (max-width: 767px) {
    .fiche-video .item {
      padding-top: 50px; } }
  .fiche-video .item .image-responsive {
    display: inline-block; }
.fiche-video .nav {
  font-size: 11px;
  position: absolute;
  top: 40%;
  right: 50px; }
  @media screen and (max-width: 1220px) {
    .fiche-video .nav {
      right: 50px; } }
  @media screen and (max-width: 767px) {
    .fiche-video .nav {
      top: -10px;
      left: 0;
      width: 100%; } }
  .fiche-video .nav .icon-arrow-next-white, .fiche-video .nav .icon-arrow-back-white {
    display: none; }
    @media screen and (max-width: 1220px) {
      .fiche-video .nav .icon-arrow-next-white, .fiche-video .nav .icon-arrow-back-white {
        display: block !important; } }
  @media screen and (max-width: 1220px) {
    .fiche-video .nav .icon-arrow-next-dark, .fiche-video .nav .icon-arrow-back-dark {
      display: none !important; } }
  .fiche-video .nav .table {
    opacity: 0; }
    .fiche-video .nav .table a {
      font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 15px;
      color: white;
      margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .fiche-video .nav .table {
        opacity: 1; }
        .fiche-video .nav .table .info {
          display: block; }
        .fiche-video .nav .table a {
          margin-top: 10px;
          margin-right: 0; } }
  .fiche-video .nav .nav-next:hover .table {
    opacity: 1; }
  .fiche-video .nav .nav-next:hover .icon-arrow-next-white {
    display: block; }
  .fiche-video .nav .nav-next:hover .icon-arrow-next-dark {
    display: none; }
  .fiche-video .nav .arrow-next {
    position: absolute;
    top: -30px;
    right: 0; }
    @media screen and (max-width: 767px) {
      .fiche-video .nav .arrow-next {
        top: 0; } }
    .fiche-video .nav .arrow-next a .icon {
      z-index: 6;
      position: absolute;
      top: 19px;
      left: 8px; }
      @media screen and (max-width: 767px) {
        .fiche-video .nav .arrow-next a .icon {
          position: static; } }
  .fiche-video .nav .arrow-back {
    position: absolute;
    top: 50px;
    left: 100%; }
    @media screen and (max-width: 767px) {
      .fiche-video .nav .arrow-back {
        top: -3px;
        left: 0; } }
    .fiche-video .nav .arrow-back .icon {
      top: 5px;
      left: 8px; }
    .fiche-video .nav .arrow-back:hover .icon-arrow-back-white {
      display: block; }
    .fiche-video .nav .arrow-back:hover .icon-arrow-back-dark {
      display: none; }

#lire-az .hidden-phone {
  width: 99%;
  text-align: center;
  margin: 0 auto; }
#lire-az .hidden-phone ul {
  display: inline-block;
  list-style: none;
  zoom: 1; }

.fiche-animes {
  background: #14b9d6;
  position: relative; }
  .fiche-animes.fiche-animes-tome {
    background: #f27935; }
  .fiche-animes.fiche-lire-en-ligne {
    background: #999999; }
    .fiche-animes.fiche-lire-en-ligne.books .items .item:nth-child(3) {
      display: table; }
  .fiche-animes.fiche-auteur .items {
    clear: both; }
    .fiche-animes.fiche-auteur .items .item {
      padding: 0;
      min-height: initial; }
      @media screen and (max-width: 767px) {
        .fiche-animes.fiche-auteur .items .item:nth-child(2) {
          margin: 10px; } }
      @media screen and (min-width: 1221px) {
        .fiche-animes.fiche-auteur .items .item a {
          margin-top: 0; }
        .fiche-animes.fiche-auteur .items .item:hover a {
          color: #1d2123; } }
      @media screen and (max-width: 1220px) {
        .fiche-animes.fiche-auteur .items .item .overlay {
          display: none; } }
  .fiche-animes.catalogue-page {
    background: white;
    color: #1d2123; }
    @media screen and (min-width: 768px) and (max-width: 1220px) {
      .fiche-animes.catalogue-page .items {
        margin: 0 -20px; } }
    .fiche-animes.catalogue-page .items .item {
      padding: 0;
      min-height: initial;
      display: table;
      height: 340px; }
      @media screen and (max-width: 1220px) {
        .fiche-animes.catalogue-page .items .item {
          width: 150px;
          margin: 10px 49px;
          height: 270px; }
          .fiche-animes.catalogue-page .items .item:nth-of-type(5n+1) {
            clear: none; }
          .fiche-animes.catalogue-page .items .item:nth-of-type(3n+1) {
            clear: both; } }
      @media screen and (max-width: 767px) {
        .fiche-animes.catalogue-page .items .item {
          width: 129px;
          margin: 10px;
          height: 250px; }
          .fiche-animes.catalogue-page .items .item:nth-child(3) {
            display: block; }
          .fiche-animes.catalogue-page .items .item:nth-of-type(3n+1) {
            clear: none; }
          .fiche-animes.catalogue-page .items .item:nth-of-type(2n+1) {
            clear: both; } }
      .fiche-animes.catalogue-page .items .item.logo {
        height: auto; }
        .fiche-animes.catalogue-page .items .item.logo .row-picture {
          height: auto; }
      .fiche-animes.catalogue-page .items .item .image-responsive {
        display: table-cell;
        vertical-align: bottom; }
      .fiche-animes.catalogue-page .items .item .row-picture {
        display: table-row;
        height: 300px; }
        @media screen and (max-width: 1220px) {
          .fiche-animes.catalogue-page .items .item .row-picture {
            height: 250px; } }
        @media screen and (max-width: 767px) {
          .fiche-animes.catalogue-page .items .item .row-picture {
            height: 220px; } }
      .fiche-animes.catalogue-page .items .item .row {
        display: table-row; }
      .fiche-animes.catalogue-page .items .item a {
        color: #1d2123; }
      .fiche-animes.catalogue-page .items .item .small-icons {
        top: 60px; }
        .fiche-animes.catalogue-page .items .item .small-icons .eye, .fiche-animes.catalogue-page .items .item .small-icons .cart {
          margin-bottom: 0; }
    .fiche-animes.catalogue-page h1, .fiche-animes.catalogue-page .sub {
      font-size: 25px;
      font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .fiche-animes.catalogue-page h1 strong, .fiche-animes.catalogue-page .sub strong {
        font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      @media screen and (max-width: 767px) {
        .fiche-animes.catalogue-page h1, .fiche-animes.catalogue-page .sub {
          font-size: 22px; } }
    @media screen and (max-width: 767px) {
      .fiche-animes.catalogue-page .sub {
        font-size: 18px; } }
    .fiche-animes.catalogue-page .collection-only {
      display: none; }
      @media screen and (min-width: 768px) and (max-width: 1220px) {
        .fiche-animes.catalogue-page .collection-only {
          padding-left: 30px; } }
  .fiche-animes .toggle {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 11;
    cursor: pointer; }
    .fiche-animes .toggle img {
      position: relative;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .fiche-animes .container {
    padding: 50px; }
    @media screen and (max-width: 1220px) {
      .fiche-animes .container {
        padding: 40px 20px; } }
  .fiche-animes h2 {
    font-size: 28px;
    font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1d2123; }
    @media screen and (max-width: 767px) {
      .fiche-animes h2 {
        font-size: 22px; } }
  .fiche-animes .items {
    margin: 0 0px; }
    @media screen and (max-width: 1220px) {
      .fiche-animes .items {
        margin: 0 -10px; } }
    .fiche-animes .items.hidden {
      display: none; }
    .fiche-animes .items .item {
      float: left;
      width: 185px;
      margin: 10px 20px;
      text-align: center; }
      .fiche-animes .items .item:nth-of-type(5n+1) {
        clear: both; }
      @media screen and (max-width: 1220px) {
        .fiche-animes .items .item {
          width: 129px;
          margin: 10px; } }
      @media screen and (max-width: 767px) {
        .fiche-animes .items .item:nth-of-type(5n+1) {
          clear: none; }
        .fiche-animes .items .item:nth-of-type(2n+1) {
          clear: both; } }
      .fiche-animes .items .item img {
        max-width: 100%;
        width: 185px; }
        @media screen and (max-width: 1220px) {
          .fiche-animes .items .item img {
            width: 150px;
            /*min-height: 200px;*/ } }
        @media screen and (max-width: 767px) {
          .fiche-animes .items .item img {
            width: 129px; } }
      .fiche-animes .items .item a {
        color: white;
        font-size: 16px;
        margin-top: 15px;
        font-family: "proxima_nova_rgregular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        @media screen and (max-width: 1220px) {
          .fiche-animes .items .item a {
            font-size: 14px; } }
      .fiche-animes .items .item:hover a {
        color: #1d2123; }
      @media screen and (max-width: 767px) {
        .fiche-animes .items .item.phone-hide {
          display: none; }
          .fiche-animes .items .item.phone-hide.active {
            display: table; } }
      .fiche-animes .items .item.all-hide {
        display: none; }
        .fiche-animes .items .item.all-hide.active {
          display: table; }

.fiche-animes.books .items .item img {
  max-width: 100%;
  width: 165px; }
  @media screen and (max-width: 1220px) {
    .fiche-animes.books .items .item img {
      width: 129px; } }

.comment-block {
  background: white;
  color: #1d2123;
  padding-top: 20px; }
  .comment-block a {
    color: #1d8bdf;
    font-size: 14px; }
  .comment-block .container {
    padding: 50px; }
    @media screen and (max-width: 1220px) {
      .comment-block .container {
        padding: 50px 20px; } }
  .comment-block h2 {
    font-size: 28px;
    font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 15px; }
    @media screen and (max-width: 1220px) {
      .comment-block h2 {
        font-size: 25px; } }
    @media screen and (max-width: 767px) {
      .comment-block h2 {
        font-size: 18px; } }
  .comment-block .info {
    margin-bottom: 5px; }
  .comment-block form {
    width: 670px;
    padding-left: 50px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .comment-block form {
        width: 100%; } }
    .comment-block form label {
      position: absolute;
      /*top: 0;*/
      left: 0; }
    .comment-block form textarea {
      width: 100%;
      height: 50px;
      border: 1px solid #eee;
      border-radius: 0 3px 3px 0;
      padding: 5px; }
    .comment-block form .action {
      text-align: right; }
  .comment-block .comment-list {
    width: 670px; }
    @media screen and (max-width: 767px) {
      .comment-block .comment-list {
        width: 100%; } }
    .comment-block .comment-list .comment {
      position: relative;
      padding: 20px 0 20px 60px;
      border-bottom: 1px solid #eee; }
      .comment-block .comment-list .comment .avatar {
        position: absolute;
        top: 20px;
        left: 0; }
      .comment-block .comment-list .comment .author a {
        font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .comment-block .comment-list .comment .description {
        font-size: 14px;
        margin-bottom: 10px; }
      .comment-block .comment-list .comment .like {
        font-size: 12px;
        font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #909497; }
  .comment-block .form-submit {
    text-align: right; }
  .comment-block ol.comment-list {
    padding: 0; }
    .comment-block ol.comment-list li {
      list-style: none; }

.home-blogs.fiche-page h2 {
  font-size: 28px;
  font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  text-align: left; }
  @media screen and (max-width: 1220px) {
    .home-blogs.fiche-page h2 {
      font-size: 25px; } }
  @media screen and (max-width: 767px) {
    .home-blogs.fiche-page h2 {
      font-size: 22px; } }
@media screen and (max-width: 767px) {
  .home-blogs.fiche-page .slider-wrapper .flex-control-nav {
    display: block; } }
@media screen and (max-width: 767px) {
  .home-blogs.fiche-page .action a {
    margin-top: 50px; } }

.slider-fiche-page {
  background: white;
  padding: 50px 0 40px; }
  @media screen and (max-width: 767px) {
    .slider-fiche-page .container {
      padding-bottom: 35px; } }
  .slider-fiche-page h2 {
    font-size: 28px;
    font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 25px;
    text-align: left;
    margin-left: -60px; }
    @media screen and (max-width: 1220px) {
      .slider-fiche-page h2 {
        font-size: 25px;
        margin-left: -50px; } }
    @media screen and (max-width: 767px) {
      .slider-fiche-page h2 {
        font-size: 22px;
        margin-left: 20px; } }
  .slider-fiche-page .mangas-slider {
    margin-top: 0; }
    .slider-fiche-page .mangas-slider .slider-wrapper .flex-viewport ul li img {
      height: 250px;
      margin-bottom: 15px; }
    .slider-fiche-page .mangas-slider .slider-wrapper .flex-viewport ul li a {
      color: #1d2123;
      font-size: 16px; }
    .slider-fiche-page .mangas-slider .slider-wrapper .flex-prev, .slider-fiche-page .mangas-slider .slider-wrapper .flex-next {
      top: 120px; }
  @media screen and (max-width: 767px) {
    .slider-fiche-page .slider-wrapper .flex-control-nav {
      display: block; } }

.auteur-page {
  background: white;
  color: #1d2123; }
  .auteur-page .container {
    padding: 55px 55px 25px 55px; }
    @media screen and (max-width: 1220px) {
      .auteur-page .container {
        padding: 40px 20px 25px 20px; } }
  .auteur-page .content {
    position: relative; }
    .auteur-page .content .action {
      position: absolute;
      top: 0;
      right: 0;
      background: #1d2123;
      padding: 15px 20px 12px;
      border-radius: 3px; }
      .auteur-page .content .action a {
        color: white; }
      .auteur-page .content .action .icon {
        margin-right: 10px; }
        @media screen and (max-width: 1220px) {
          .auteur-page .content .action .icon {
            margin-right: 0; } }
  .auteur-page h1 {
    font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 46px; }
    @media screen and (max-width: 1220px) {
      .auteur-page h1 {
        font-size: 43px; } }
    @media screen and (max-width: 767px) {
      .auteur-page h1 {
        font-size: 32px;
        padding-right: 60px; } }
  .auteur-page .country {
    font-family: "proxima_nova_rgbold_italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px; }
    .auteur-page .country img {
      display: inline-block;
      margin-right: 10px;
      position: relative;
      top: 5px; }
  .auteur-page .description {
    margin-top: 20px;
    font-size: 16px;
    max-height: 210px;
    overflow: hidden;
    margin-bottom: 30px; }
    @media screen and (max-width: 1220px) {
      .auteur-page .description {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .auteur-page .description {
        font-size: 13px;
        max-height: 350px; } }
    .auteur-page .description.active {
      height: auto;
      max-height: inherit; }
    .auteur-page .description .toggle {
      position: absolute; }
    .auteur-page .description h3 {
      color: #b2b2b2;
      font-family: "proxima_nova_rgregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 16px; }
  @media screen and (max-width: 767px) {
    .auteur-page .addthis {
      margin-top: 70px; } }
  .auteur-page .toggle {
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media screen and (max-width: 767px) {
      .auteur-page .toggle {
        bottom: 50px; } }
    .auteur-page .toggle .icon-toggle-up {
      display: none; }
    .auteur-page .toggle.active .icon-toggle-up {
      display: inline-block; }
    .auteur-page .toggle.active .icon-toggle-down {
      display: none; }

.series-page .content-wrapper {
  position: relative; }
.series-page .content {
  width: 730px;
  padding-top: 0; }
  @media screen and (max-width: 1220px) {
    .series-page .content {
      width: 100%; } }
  .series-page .content .logo {
    margin-bottom: 10px; }
  .series-page .content .country {
    font-family: "proxima_nova_rgbold_italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 10px; }
    .series-page .content .country img {
      display: inline-block;
      margin-right: 10px;
      position: relative;
      top: 5px; }
  .series-page .content .action {
    padding: 0;
    background: none; }
    .series-page .content .action .addthis {
      float: left;
      margin-right: 30px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .series-page .content .action .addthis {
          float: none; } }
    .series-page .content .action .info {
      color: white;
      background: #1d2123;
      border-radius: 20px;
      padding: 10px 12px 5px;
      font-size: 11px; }
      .series-page .content .action .info span {
        position: relative;
        top: -7px;
        display: inline-block; }
    .series-page .content .action .icon-eye-dark {
      position: relative;
      top: 0px; }
      @media screen and (max-width: 767px) {
        .series-page .content .action .icon-eye-dark {
          top: 0; } }
  .series-page .content .tags {
    font-size: 12px; }
    .series-page .content .tags a {
      color: white; }
    .series-page .content .tags .tag {
      color: white;
      padding: 5px 10px;
      border-radius: 10px;
      background: #5e676b;
      display: inline-block;
      margin-right: 10px; }
.series-page .sidebar-toggle.show {
  right: 360px; }
  @media screen and (max-width: 767px) {
    .series-page .sidebar-toggle.show {
      right: 270px; } }
.series-page .sidebar {
  width: 360px;
  padding: 5px; }
  @media screen and (max-width: 1220px) {
    .series-page .sidebar {
      border: 1px solid #eee; } }
  @media screen and (max-width: 767px) {
    .series-page .sidebar {
      width: 270px; } }
  .series-page .sidebar header {
    font-size: 12px;
    margin-bottom: 40px; }
    .series-page .sidebar header label {
      font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .series-page .sidebar header span {
      position: relative;
      top: 5px; }
    .series-page .sidebar header img {
      display: inline-block;
      width: 30px;
      position: relative;
      top: 20px;
      margin: 0 20px 0 10px; }
    .series-page .sidebar header .action {
      display: inline-block;
      background: #1d2123;
      padding: 8px 20px 18px;
      color: white;
      border-radius: 3px;
      font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      position: relative;
      top: -2px; }
      .series-page .sidebar header .action .icon {
        position: relative;
        top: 5px;
        margin-right: 10px; }
        @media screen and (max-width: 1220px) {
          .series-page .sidebar header .action .icon {
            margin-right: 0; } }
  .series-page .sidebar .table {
    width: 100%;
    border-spacing: 5px; }
    .series-page .sidebar .table .cell {
      background: #f7f7f7;
      padding: 15px; }
    .series-page .sidebar .table .cell-left {
      text-align: left;
      font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 15px;
      color: #5e676b; }
      @media screen and (max-width: 767px) {
        .series-page .sidebar .table .cell-left {
          font-size: 12px; } }
      .series-page .sidebar .table .cell-left strong {
        font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .series-page .sidebar .table .cell-left strong {
            font-size: 15px; } }
    .series-page .sidebar .table .cell-right {
      width: 70px;
      font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 18px;
      color: #f27935; }
      @media screen and (max-width: 767px) {
        .series-page .sidebar .table .cell-right {
          width: 50px;
          font-size: 14px; } }
    .series-page .sidebar .table.blue .cell-right {
      color: #14b9d6; }

.video-block {
  background: white; }
  .video-block .container {
    padding: 0 55px 25px 55px; }
    @media screen and (max-width: 1220px) {
      .video-block .container {
        padding: 40px 20px 25px 20px; } }
  .video-block .title {
    font-size: 28px;
    margin-bottom: 20px;
    font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (max-width: 1220px) {
      .video-block .title {
        font-size: 25px; } }
    @media screen and (max-width: 767px) {
      .video-block .title {
        font-size: 22px; } }
    .video-block .title.bottom {
      margin: 70px 0 0; }
      @media screen and (max-width: 767px) {
        .video-block .title.bottom {
          margin: 40px 0 0; } }
  .video-block .block-left {
    width: 50%;
    float: left;
    padding-right: 10px; }
    @media screen and (max-width: 1220px) {
      .video-block .block-left {
        width: 100%;
        padding: 0;
        margin-bottom: 60px; } }
    @media screen and (max-width: 767px) {
      .video-block .block-left {
        margin-bottom: 40px; } }
    .video-block .block-left img {
      width: 100%; }
  .video-block .block-right {
    width: 50%;
    float: right;
    padding-left: 10px;
    position: relative; }
    @media screen and (max-width: 1220px) {
      .video-block .block-right {
        width: 100%;
        padding: 0; } }
    .video-block .block-right .content {
      position: relative; }
      .video-block .block-right .content > img {
        width: 100%; }
    .video-block .block-right .popup {
      font-size: 16px;
      width: 300px;
      padding: 0 30px 30px 30px;
      background: rgba(29, 33, 35, 0.75);
      border-radius: 0 0 5px 5px;
      position: absolute;
      top: 80px;
      left: 50px;
      color: white; }
      @media screen and (max-width: 767px) {
        .video-block .block-right .popup {
          width: 219px;
          top: 60px;
          left: 25px;
          padding-bottom: 10px; } }
      .video-block .block-right .popup .bg {
        position: absolute;
        display: block; }
        .video-block .block-right .popup .bg.bg-big {
          top: -52px;
          left: -16px; }
          @media screen and (max-width: 767px) {
            .video-block .block-right .popup .bg.bg-big {
              display: none; } }
        .video-block .block-right .popup .bg.bg-small {
          top: -51px;
          left: -16px;
          display: none; }
          @media screen and (max-width: 767px) {
            .video-block .block-right .popup .bg.bg-small {
              display: block; } }
      .video-block .block-right .popup h2 a, .video-block .block-right .popup .popup-title a {
        font-size: 27px;
        position: relative;
        top: -10px;
        font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #55bc75; }
        @media screen and (max-width: 767px) {
          .video-block .block-right .popup h2 a, .video-block .block-right .popup .popup-title a {
            font-size: 18px; } }
      .video-block .block-right .popup .sub {
        font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        position: relative;
        top: -10px;
        margin-top: 10px; }
        @media screen and (max-width: 767px) {
          .video-block .block-right .popup .sub {
            font-size: 12px; } }
      .video-block .block-right .popup .excerpt {
        font-size: 13px; }

.home-blog-bn {
  background-repeat: no-repeat !important;
  background-position: left top !important; }
  @media screen and (max-width: 1220px) {
    .home-blog-bn {
      background-repeat: no-repeat !important;
      background-position: right top !important; } }
  @media screen and (max-width: 767px) {
    .home-blog-bn {
      background-repeat: no-repeat !important;
      background-position: right bottom !important; } }
  .home-blog-bn .info {
    float: right;
    height: 350px;
    width: 500px;
    padding: 70px 40px 0 170px;
    color: white; }
    .home-blog-bn .info.chronique {
      background: url("img/icon-article-l-chronique.png") top left no-repeat; }
    .home-blog-bn .info.concours {
      background: url("img/icon-article-l-concours.png") top left no-repeat; }
    .home-blog-bn .info.dernier-tome {
      background: url("img/icon-article-l-dernier-tome.png") top left no-repeat; }
    .home-blog-bn .info.dossier {
      background: url("img/icon-article-l-dossier.png") top left no-repeat; }
    .home-blog-bn .info.fan-art {
      background: url("img/icon-article-l-fan-art.png") top left no-repeat; }
    .home-blog-bn .info.festival {
      background: url("img/icon-article-l-festival.png") top left no-repeat; }
    .home-blog-bn .info.galerie-photo {
      background: url("img/icon-article-l-galerie-photo.png") top left no-repeat; }
    .home-blog-bn .info.goodies {
      background: url("img/icon-article-l-goodies.png") top left no-repeat; }
    .home-blog-bn .info.info-kana {
      background: url("img/icon-article-l-info-kana.png") top left no-repeat; }
    .home-blog-bn .info.interview {
      background: url("img/icon-article-l-interview.png") top left no-repeat; }
    .home-blog-bn .info.mise-en-avant {
      background: url("img/icon-article-l-mise-en-avant.png") top left no-repeat; }
    .home-blog-bn .info.nouveaute-japon {
      background: url("img/icon-article-l-nouveaute-japon.png") top left no-repeat; }
    .home-blog-bn .info.nouveaute {
      background: url("img/icon-article-l-nouveaute.png") top left no-repeat; }
    .home-blog-bn .info.nouvelle-serie {
      background: url("img/icon-article-l-nouvelle-serie.png") top left no-repeat; }
    .home-blog-bn .info.one-shot {
      background: url("img/icon-article-l-one-shot.png") top left no-repeat; }
    .home-blog-bn .info.promotion {
      background: url("img/icon-article-l-promotion.png") top left no-repeat; }
    .home-blog-bn .info.tome-1 {
      background: url("img/icon-article-l-tome-1.png") top left no-repeat; }
    .home-blog-bn .info.video {
      background: url("img/icon-article-l-video.png") top left no-repeat; }
    @media screen and (max-width: 1220px) {
      .home-blog-bn .info {
        width: 300px;
        padding: 85px 10px 0 90px; } }
    @media screen and (max-width: 767px) {
      .home-blog-bn .info {
        background: url("img/home-blog-bg-small.png") top left no-repeat;
        width: 220px;
        height: 300px;
        padding: 150px 10px 0 40px; }
        .home-blog-bn .info.chronique {
          background: url("img/icon-article-s-chronique.png") top left no-repeat; }
        .home-blog-bn .info.concours {
          background: url("img/icon-article-s-concours.png") top left no-repeat; }
        .home-blog-bn .info.dernier-tome {
          background: url("img/icon-article-s-dernier-tome.png") top left no-repeat; }
        .home-blog-bn .info.dossier {
          background: url("img/icon-article-s-dossier.png") top left no-repeat; }
        .home-blog-bn .info.fan-art {
          background: url("img/icon-article-s-fan-art.png") top left no-repeat; }
        .home-blog-bn .info.festival {
          background: url("img/icon-article-s-festival.png") top left no-repeat; }
        .home-blog-bn .info.galerie-photo {
          background: url("img/icon-article-s-galerie-photo.png") top left no-repeat; }
        .home-blog-bn .info.goodies {
          background: url("img/icon-article-s-goodies.png") top left no-repeat; }
        .home-blog-bn .info.info-kana {
          background: url("img/icon-article-s-info-kana.png") top left no-repeat; }
        .home-blog-bn .info.interview {
          background: url("img/icon-article-s-interview.png") top left no-repeat; }
        .home-blog-bn .info.mise-en-avant {
          background: url("img/icon-article-s-mise-en-avant.png") top left no-repeat; }
        .home-blog-bn .info.nouveaute-japon {
          background: url("img/icon-article-s-nouveaute-japon.png") top left no-repeat; }
        .home-blog-bn .info.nouveaute {
          background: url("img/icon-article-s-nouveaute.png") top left no-repeat; }
        .home-blog-bn .info.nouvelle-serie {
          background: url("img/icon-article-s-nouvelle-serie.png") top left no-repeat; }
        .home-blog-bn .info.one-shot {
          background: url("img/icon-article-s-one-shot.png") top left no-repeat; }
        .home-blog-bn .info.promotion {
          background: url("img/icon-article-s-promotion.png") top left no-repeat; }
        .home-blog-bn .info.tome-1 {
          background: url("img/icon-article-s-tome-1.png") top left no-repeat; }
        .home-blog-bn .info.video {
          background: url("img/icon-article-s-video.png") top left no-repeat; } }
    .home-blog-bn .info .title {
      color: white;
      font-size: 40px;
      position: relative;
      top: -10px;
      font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      @media screen and (max-width: 1220px) {
        .home-blog-bn .info .title {
          padding-left: 55px;
          font-size: 30px; } }
      @media screen and (max-width: 767px) {
        .home-blog-bn .info .title {
          font-size: 28px; } }
    .home-blog-bn .info .sub {
      font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 28px;
      position: relative;
      top: -10px; }
      @media screen and (max-width: 1220px) {
        .home-blog-bn .info .sub {
          padding-left: 55px;
          font-size: 20px; } }
      @media screen and (max-width: 767px) {
        .home-blog-bn .info .sub {
          font-size: 16px; } }
    .home-blog-bn .info .excerpt {
      line-height: 20px;
      font-size: 14px; }
      @media screen and (max-width: 1220px) {
        .home-blog-bn .info .excerpt {
          font-size: 12px; } }
      @media screen and (max-width: 767px) {
        .home-blog-bn .info .excerpt {
          display: none; } }

.home-blog-menu {
  background: #e74c3c;
  min-width: 1280px; }
  @media screen and (max-width: 1220px) {
    .home-blog-menu {
      min-width: 768px; } }
  @media screen and (max-width: 767px) {
    .home-blog-menu {
      min-width: 320px; } }
  .home-blog-menu .container {
    padding: 30px 50px; }
    @media screen and (max-width: 1220px) {
      .home-blog-menu .container {
        padding: 20px 10px; } }
  .home-blog-menu .block-title {
    font-size: 46px;
    color: white;
    margin-bottom: 35px;
    font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (max-width: 1220px) {
      .home-blog-menu .block-title {
        float: left;
        padding-left: 60px; } }
    @media screen and (max-width: 767px) {
      .home-blog-menu .block-title {
        font-size: 32px; } }
    .home-blog-menu .block-title a {
      color: white; }
  .home-blog-menu .visible-phone {
    width: 100%; }
    .home-blog-menu .visible-phone .select {
      display: inline-block;
      float: left; }
      .home-blog-menu .visible-phone .select select {
        border-radius: 3px;
        font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        height: 45px;
        padding: 10px;
        width: 240px; }
    .home-blog-menu .visible-phone .search-phone {
      float: right;
      position: relative;
      top: 10px; }
  .home-blog-menu nav {
    float: left; }
    @media screen and (max-width: 1220px) {
      .home-blog-menu nav {
        float: none;
        clear: both; } }
    .home-blog-menu nav > ul > li.menu-item {
      position: relative; }
      .home-blog-menu nav > ul > li.menu-item > a {
        position: relative;
        padding: 10px 12px 6px 12px;
        border-radius: 20px; }
      .home-blog-menu nav > ul > li.menu-item:hover > a, .home-blog-menu nav > ul > li.menu-item.active > a, .home-blog-menu nav > ul > li.menu-item.open > a {
        color: #1d2123;
        background: white; }
      .home-blog-menu nav > ul > li.menu-item.menu-item-has-children {
        position: relative; }
        .home-blog-menu nav > ul > li.menu-item.menu-item-has-children > a {
          position: relative;
          padding: 10px 25px 6px 12px;
          border-radius: 20px; }
          .home-blog-menu nav > ul > li.menu-item.menu-item-has-children > a:after {
            position: absolute;
            content: '';
            background: url("img/icon-menu.png");
            width: 14px;
            height: 9px;
            top: 15px;
            right: 7px; }
        .home-blog-menu nav > ul > li.menu-item.menu-item-has-children:hover > a, .home-blog-menu nav > ul > li.menu-item.menu-item-has-children.active > a, .home-blog-menu nav > ul > li.menu-item.menu-item-has-children.open > a {
          color: #1d2123;
          background: white; }
          .home-blog-menu nav > ul > li.menu-item.menu-item-has-children:hover > a:after, .home-blog-menu nav > ul > li.menu-item.menu-item-has-children.active > a:after, .home-blog-menu nav > ul > li.menu-item.menu-item-has-children.open > a:after {
            background: url("img/icon-menu-active.png"); }
        .home-blog-menu nav > ul > li.menu-item.menu-item-has-children.open .sub-menu {
          display: block; }
    .home-blog-menu nav li > a {
      color: white;
      padding: 10px 15px 6px 15px;
      font-size: 15px;
      font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .home-blog-menu nav li > a:hover {
        color: #1d2123;
        background: white; }
    .home-blog-menu nav li:first-child .children {
      left: 0;
      right: auto; }
      .home-blog-menu nav li:first-child .children:before, .home-blog-menu nav li:first-child .children:after {
        right: auto; }
      .home-blog-menu nav li:first-child .children:before {
        left: 50px; }
      .home-blog-menu nav li:first-child .children:after {
        left: 51px; }
    .home-blog-menu nav li .sub-menu {
      position: absolute;
      top: 50px;
      right: 0;
      border-radius: 5px;
      border: 1px solid #ccc;
      z-index: 100;
      display: none; }
      .home-blog-menu nav li .sub-menu:before, .home-blog-menu nav li .sub-menu:after {
        position: absolute;
        content: ''; }
      .home-blog-menu nav li .sub-menu:before {
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 10px;
        border-bottom-color: #ccc;
        top: -20px;
        right: 50px; }
      .home-blog-menu nav li .sub-menu:after {
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 9px;
        border-bottom-color: white;
        top: -18px;
        right: 51px; }
      .home-blog-menu nav li .sub-menu li a {
        color: #1d2123;
        padding: 15px;
        background: white;
        width: 200px; }
        .home-blog-menu nav li .sub-menu li a:hover {
          background: #f7f7f7; }
  .home-blog-menu .search {
    float: right;
    position: relative;
    top: -5px; }
    @media screen and (max-width: 1220px) {
      .home-blog-menu .search {
        top: 0; } }
    .home-blog-menu .search input {
      padding: 10px 40px 10px 10px;
      border-radius: 3px;
      height: 50px;
      width: 280px;
      border: none; }
    .home-blog-menu .search button {
      position: absolute;
      top: 6px;
      right: 10px;
      border: none;
      background: none; }

.home-blog-articles.home-blogs {
  color: #1d2123; }
  .home-blog-articles.home-blogs .container {
    padding: 30px 50px; }
    @media screen and (max-width: 1220px) {
      .home-blog-articles.home-blogs .container {
        padding: 20px 10px; } }
  .home-blog-articles.home-blogs .block-title {
    font-size: 46px;
    margin-bottom: 35px;
    font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .home-blog-articles.home-blogs .block-title {
        font-size: 32px; } }
  .home-blog-articles.home-blogs .image-responsive a {
    display: block; }
  .home-blog-articles.home-blogs .slider-wrapper ul li {
    float: left;
    background: none;
    margin: 0; }
    .home-blog-articles.home-blogs .slider-wrapper ul li .image-responsive img {
      width: 100%;
      height: 200px; }
      @media screen and (max-width: 1220px) {
        .home-blog-articles.home-blogs .slider-wrapper ul li .image-responsive img {
          height: 130px; } }
      @media screen and (max-width: 767px) {
        .home-blog-articles.home-blogs .slider-wrapper ul li .image-responsive img {
          height: auto; } }
    .home-blog-articles.home-blogs .slider-wrapper ul li .inner {
      position: relative; }
    .home-blog-articles.home-blogs .slider-wrapper ul li .content {
      background: white;
      height: 220px;
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis; }
      .home-blog-articles.home-blogs .slider-wrapper ul li .content .book-title, .home-blog-articles.home-blogs .slider-wrapper ul li .content h3 {
        margin-bottom: 10px;
        text-align: center;
        padding: 10px 10px 0 10px;
        font-size: 20px; }
      @media screen and (max-width: 1220px) {
        .home-blog-articles.home-blogs .slider-wrapper ul li .content .excerpt {
          font-size: 13px; } }
    .home-blog-articles.home-blogs .slider-wrapper ul li .info {
      width: 120px;
      height: 220px;
      text-align: center;
      position: absolute;
      top: 0;
      right: 0; }
      .home-blog-articles.home-blogs .slider-wrapper ul li .info .comment, .home-blog-articles.home-blogs .slider-wrapper ul li .info .like {
        border-right: none;
        border-bottom: 1px solid #2d3031;
        width: 100%; }
      .home-blog-articles.home-blogs .slider-wrapper ul li .info .badge {
        width: 100%; }
    @media screen and (max-width: 767px) {
      .home-blog-articles.home-blogs .slider-wrapper ul li {
        margin-bottom: 5px;
        position: relative; }
        .home-blog-articles.home-blogs .slider-wrapper ul li:before {
          content: '';
          position: absolute;
          top: 45%;
          left: 15px;
          width: 8px;
          height: 8px;
          border-radius: 100%;
          background: #1d2123; }
        .home-blog-articles.home-blogs .slider-wrapper ul li .content-hidden-phone {
          display: none; }
        .home-blog-articles.home-blogs .slider-wrapper ul li .toggle {
          text-align: left;
          font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 18px;
          padding: 10px 40px;
          background: white;
          width: 100%; }
        .home-blog-articles.home-blogs .slider-wrapper ul li.active:before {
          display: none; }
        .home-blog-articles.home-blogs .slider-wrapper ul li.active .content-hidden-phone {
          display: block; }
        .home-blog-articles.home-blogs .slider-wrapper ul li.active .toggle {
          display: none; } }
  @media screen and (max-width: 767px) {
    .home-blog-articles.home-blogs .articles-big {
      margin-bottom: 0; } }
  .home-blog-articles.home-blogs .articles-big ul li {
    width: 50%; }
    .home-blog-articles.home-blogs .articles-big ul li:nth-child(1) {
      padding-right: 10px; }
    .home-blog-articles.home-blogs .articles-big ul li:nth-child(2) {
      padding-left: 10px; }
    @media screen and (max-width: 767px) {
      .home-blog-articles.home-blogs .articles-big ul li {
        padding: 0 !important;
        width: 100%; } }
    .home-blog-articles.home-blogs .articles-big ul li .content {
      padding: 0 140px 10px 20px; }
      @media screen and (min-width: 768px) and (max-width: 1220px) {
        .home-blog-articles.home-blogs .articles-big ul li .content h3 {
          margin-bottom: 0;
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        .home-blog-articles.home-blogs .articles-big ul li .content {
          padding: 10px;
          height: auto; } }
    @media screen and (max-width: 767px) {
      .home-blog-articles.home-blogs .articles-big ul li .info {
        width: 100%;
        height: auto;
        position: static; }
        .home-blog-articles.home-blogs .articles-big ul li .info .comment, .home-blog-articles.home-blogs .articles-big ul li .info .like {
          border-bottom: none;
          border-right: 1px solid #2d3031; }
        .home-blog-articles.home-blogs .articles-big ul li .info .badge {
          width: auto;
          padding-left: 10px; } }
    @media screen and (max-width: 767px) {
      .home-blog-articles.home-blogs .articles-big ul li .info .comment, .home-blog-articles.home-blogs .articles-big ul li .info .like {
        width: 107px; } }
  .home-blog-articles.home-blogs .articles-small ul li {
    width: 33.33%;
    margin-top: 25px; }
    .home-blog-articles.home-blogs .articles-small ul li:nth-child(3n+1) {
      padding-right: 10px; }
    .home-blog-articles.home-blogs .articles-small ul li:nth-child(3n+2) {
      padding-left: 5px;
      padding-right: 5px; }
    .home-blog-articles.home-blogs .articles-small ul li:nth-child(3n) {
      padding-left: 10px; }
    @media screen and (max-width: 767px) {
      .home-blog-articles.home-blogs .articles-small ul li {
        padding: 0 !important;
        width: 100%;
        margin-top: 0; } }
    .home-blog-articles.home-blogs .articles-small ul li .content {
      padding: 0 140px 0 20px; }
      @media screen and (max-width: 1220px) {
        .home-blog-articles.home-blogs .articles-small ul li .content {
          padding: 10px;
          height: 200px; } }
    @media screen and (max-width: 1220px) {
      .home-blog-articles.home-blogs .articles-small ul li .info {
        width: 100%;
        height: auto;
        position: static; }
        .home-blog-articles.home-blogs .articles-small ul li .info .comment, .home-blog-articles.home-blogs .articles-small ul li .info .like {
          width: 95px;
          border-bottom: none;
          border-right: 1px solid #2d3031; }
        .home-blog-articles.home-blogs .articles-small ul li .info .badge {
          width: auto;
          padding-left: 10px; } }
    @media screen and (max-width: 767px) {
      .home-blog-articles.home-blogs .articles-small ul li .info .comment, .home-blog-articles.home-blogs .articles-small ul li .info .like {
        width: 107px; } }

.home-blogs-slider.home-blogs {
  background: white; }
  .home-blogs-slider.home-blogs h2.title {
    font-size: 28px;
    margin-bottom: 20px;
    font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left; }
    @media screen and (max-width: 1220px) {
      .home-blogs-slider.home-blogs h2.title {
        font-size: 25px; } }
    @media screen and (max-width: 767px) {
      .home-blogs-slider.home-blogs h2.title {
        font-size: 22px; } }
  .home-blogs-slider.home-blogs .slider-wrapper ul li {
    background: #f7f7f7; }
  .home-blogs-slider.home-blogs.universe-blogs-slider {
    background: #f7f7f7; }
    .home-blogs-slider.home-blogs.universe-blogs-slider .slider-wrapper ul li {
      background: white; }

.home-blog-tags {
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    .home-blog-tags .container {
      padding: 40px 0 25px 0; } }
  .home-blog-tags .block-right:first-child {
    float: left;
    padding-left: 0;
    padding-right: 10px; }
  .home-blog-tags .block-right .main-bg {
    height: 400px; }
  .home-blog-tags .block-right.block-half {
    float: left;
    width: 275px; }
    .home-blog-tags .block-right.block-half .main-bg2 {
      display: none; }
    @media screen and (min-width: 768px) {
      .home-blog-tags .block-right.block-half .popup {
        width: 210px;
        left: 30px; } }
  @media screen and (max-width: 1220px) {
    .home-blog-tags .block-right {
      width: 420px; }
      .home-blog-tags .block-right:first-child {
        padding-right: 0; }
      .home-blog-tags .block-right.block-half {
        width: 420px;
        margin-top: 20px; }
        .home-blog-tags .block-right.block-half .main-bg {
          display: none; }
        .home-blog-tags .block-right.block-half .main-bg2 {
          height: 210px;
          display: block; }
        .home-blog-tags .block-right.block-half .title {
          display: none; }
        .home-blog-tags .block-right.block-half .popup {
          top: 60px; } }
  @media screen and (max-width: 767px) {
    .home-blog-tags .block-right {
      width: 100%; }
      .home-blog-tags .block-right.block-half {
        width: 100%; }
      .home-blog-tags .block-right .main-bg, .home-blog-tags .block-right .main-bg2 {
        height: 210px; }
      .home-blog-tags .block-right .title {
        padding-left: 20px; } }
  .home-blog-tags .block-tags {
    float: right;
    width: 290px; }
    @media screen and (max-width: 767px) {
      .home-blog-tags .block-tags {
        width: 100%;
        margin-top: 50px;
        padding: 0 15px; } }
    .home-blog-tags .block-tags h1 {
      text-transform: none;
      font-size: 19px;
      font-weight: normal; }
    .home-blog-tags .block-tags .tagcloud a {
      background: #dbdbdb;
      border-radius: 20px;
      padding: 3px 8px;
      margin-right: 5px;
      margin-bottom: 10px;
      color: #576063;
      display: inline-block;
      font-size: 12px; }
      .home-blog-tags .block-tags .tagcloud a:hover {
        color: white !important;
        background: #1d2123 !important; }
  .home-blog-tags .widget_tag_cloud {
    /*float: right; width: 290px;*/ }
    @media screen and (max-width: 767px) {
      .home-blog-tags .widget_tag_cloud {
        width: 100%;
        margin-top: 50px;
        padding: 0 15px; } }
    .home-blog-tags .widget_tag_cloud h1 {
      text-transform: none;
      font-size: 19px;
      font-weight: normal; }
    .home-blog-tags .widget_tag_cloud .tagcloud a {
      background: #dbdbdb;
      border-radius: 20px;
      padding: 3px 8px;
      margin-right: 5px;
      margin-bottom: 10px;
      color: #576063;
      display: inline-block;
      font-size: 12px; }
      .home-blog-tags .widget_tag_cloud .tagcloud a:hover {
        color: white !important;
        background: #1d2123 !important; }
  .home-blog-tags.category-blog-page {
    padding-bottom: 0; }
    .home-blog-tags.category-blog-page .block-tags {
      width: 100%;
      margin-top: 0; }

.article-blog-content {
  background: white; }
  .article-blog-content .container {
    padding: 30px 50px; }
    @media screen and (max-width: 1220px) {
      .article-blog-content .container {
        padding: 20px 10px; } }
  .article-blog-content .content-area {
    width: 840px;
    float: left; }
    @media screen and (max-width: 1220px) {
      .article-blog-content .content-area {
        width: 100%; } }
    .article-blog-content .content-area .profile {
      padding: 10px;
      background: #f7f7f7;
      *zoom: 1;
      color: #1d2123;
      position: relative;
      min-height: 65px;
      margin-bottom: 20px; }
      .article-blog-content .content-area .profile:before, .article-blog-content .content-area .profile:after {
        content: " ";
        display: table; }
      .article-blog-content .content-area .profile:after {
        clear: both; }
      .article-blog-content .content-area .profile .avatar {
        /*width: 65px;*/
        position: absolute;
        top: 6px;
        left: 10px; }
        @media screen and (max-width: 767px) {
          .article-blog-content .content-area .profile .avatar {
            top: 15px; } }
        .article-blog-content .content-area .profile .avatar img {
          display: block;
          max-width: 100%;
          border-radius: 24px; }
      .article-blog-content .content-area .profile .info {
        position: relative;
        padding-left: 70px; }
      .article-blog-content .content-area .profile .author {
        padding-right: 120px;
        padding-top: 5px; }
        @media screen and (max-width: 767px) {
          .article-blog-content .content-area .profile .author {
            padding-right: 0; } }
        .article-blog-content .content-area .profile .author .name {
          font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 16px;
          color: #1d2123; }
        .article-blog-content .content-area .profile .author .quote {
          font-family: "proxima_novalight_italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 13px;
          color: #5e676b;
          padding-right: 10px; }
      .article-blog-content .content-area .profile .meta {
        font-size: 13px;
        position: absolute;
        top: 5px;
        right: 20px;
        text-align: right; }
        @media screen and (max-width: 767px) {
          .article-blog-content .content-area .profile .meta {
            text-align: left;
            position: static; } }
        .article-blog-content .content-area .profile .meta .category a {
          color: #e74c3c; }
    .article-blog-content .content-area .article .title {
      font-size: 40px; }
      @media screen and (max-width: 767px) {
        .article-blog-content .content-area .article .title {
          font-size: 32px; } }
    .article-blog-content .content-area .article .meta {
      *zoom: 1; }
      .article-blog-content .content-area .article .meta:before, .article-blog-content .content-area .article .meta:after {
        content: " ";
        display: table; }
      .article-blog-content .content-area .article .meta:after {
        clear: both; }
      .article-blog-content .content-area .article .meta .addthis {
        float: left;
        margin-top: 20px; }
        @media screen and (max-width: 767px) {
          .article-blog-content .content-area .article .meta .addthis {
            margin-bottom: 20px; } }
      .article-blog-content .content-area .article .meta .info {
        font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        color: #5e676b;
        border-radius: 0 0 3px 3px;
        *zoom: 1;
        float: right;
        width: 310px; }
        .article-blog-content .content-area .article .meta .info:before, .article-blog-content .content-area .article .meta .info:after {
          content: " ";
          display: table; }
        .article-blog-content .content-area .article .meta .info:after {
          clear: both; }
        @media screen and (max-width: 767px) {
          .article-blog-content .content-area .article .meta .info {
            float: none;
            clear: both; } }
        .article-blog-content .content-area .article .meta .info strong {
          font-size: 28px; }
        .article-blog-content .content-area .article .meta .info .comment, .article-blog-content .content-area .article .meta .info .like, .article-blog-content .content-area .article .meta .info .badge {
          float: left;
          width: 100px;
          border-right: 1px solid #e5e5e5;
          padding-top: 10px;
          text-align: center; }
          .article-blog-content .content-area .article .meta .info .comment strong, .article-blog-content .content-area .article .meta .info .like strong, .article-blog-content .content-area .article .meta .info .badge strong {
            margin-top: 5px;
            display: inline-block; }
        .article-blog-content .content-area .article .meta .info .badge {
          border-right: none; }
    .article-blog-content .content-area .article .content {
      margin-top: 20px; }
      .article-blog-content .content-area .article .content .featured-image {
        margin-bottom: 20px; }
      .article-blog-content .content-area .article .content .float-left {
        float: left;
        display: block;
        margin-right: 20px;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .article-blog-content .content-area .article .content .float-left {
            float: none;
            margin: 20px 0; } }
      .article-blog-content .content-area .article .content .float-right {
        float: right;
        display: block;
        margin-left: 20px;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .article-blog-content .content-area .article .content .float-right {
            float: none;
            margin: 20px 0; } }
    .article-blog-content .content-area .comment-block {
      margin-top: 50px; }
  .article-blog-content .sidebar {
    width: 300px;
    float: right; }
    .article-blog-content .sidebar .book {
      *zoom: 1; }
      .article-blog-content .sidebar .book:before, .article-blog-content .sidebar .book:after {
        content: " ";
        display: table; }
      .article-blog-content .sidebar .book:after {
        clear: both; }
      .article-blog-content .sidebar .book .image {
        width: 190px;
        float: left; }
        .article-blog-content .sidebar .book .image .cover {
          display: block;
          width: 100%; }
        .article-blog-content .sidebar .book .image .header {
          background: #1d2123;
          color: white;
          *zoom: 1; }
          .article-blog-content .sidebar .book .image .header:before, .article-blog-content .sidebar .book .image .header:after {
            content: " ";
            display: table; }
          .article-blog-content .sidebar .book .image .header:after {
            clear: both; }
          .article-blog-content .sidebar .book .image .header .date {
            /*border-right: 1px solid #2d3133;*/
            padding: 20px 0 15px;
            text-align: center;
            /*width: 130px; float: left;*/
            font-size: 12px;
            font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          .article-blog-content .sidebar .book .image .header .badge {
            float: right;
            text-align: center;
            width: 60px;
            padding-top: 7px; }
      .article-blog-content .sidebar .book .info {
        color: #1d2123;
        width: 100px;
        float: right;
        margin-top: 80px; }
        .article-blog-content .sidebar .book .info .title {
          font-size: 16px;
          font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          color: #1d2123; }
        .article-blog-content .sidebar .book .info .sub {
          font-size: 14px;
          font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
          margin: 5px 0; }
        .article-blog-content .sidebar .book .info .price {
          font-size: 13px;
          font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .article-blog-content .sidebar .block-tags {
      float: none;
      width: 100%;
      margin-top: 30px; }
    .article-blog-content .sidebar .home-social {
      background: none;
      margin-top: 30px;
      font-size: 13px; }
      .article-blog-content .sidebar .home-social .social-title {
        font-size: 17px;
        color: #1d8bdf; }
      .article-blog-content .sidebar .home-social .social-name {
        font-size: 16px; }
      .article-blog-content .sidebar .home-social .facebook {
        width: 100%;
        margin-bottom: 20px; }
        .article-blog-content .sidebar .home-social .facebook header {
          padding: 15px; }
        .article-blog-content .sidebar .home-social .facebook .like {
          top: 15px; }
        .article-blog-content .sidebar .home-social .facebook footer .title {
          color: #707272; }
      .article-blog-content .sidebar .home-social .twitter {
        width: 100%; }
        .article-blog-content .sidebar .home-social .twitter .box {
          padding: 15px;
          background: #fcfcfc;
          border-radius: 3px;
          border: 1px solid #eaeaea; }

.forum-page {
  background: white; }
  .forum-page .container {
    padding: 50px; }
    @media screen and (max-width: 1220px) {
      .forum-page .container {
        padding: 40px 10px; } }
  .forum-page .block-title {
    font-size: 46px;
    margin-bottom: 35px;
    font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (max-width: 767px) {
      .forum-page .block-title {
        font-size: 32px; } }
  .forum-page .forums .forum {
    margin-top: 25px; }
    .forum-page .forums .forum .forum-title {
      font-family: "proxima_nova_rgbold_italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 16px;
      margin-bottom: 15px; }
  .forum-page .items .item {
    background: #f7f7f7;
    margin-bottom: 5px;
    padding: 0 10px;
    position: relative;
    min-height: 80px;
    *zoom: 1;
    overflow: hidden; }
    .forum-page .items .item:before, .forum-page .items .item:after {
      content: " ";
      display: table; }
    .forum-page .items .item:after {
      clear: both; }
    @media screen and (max-width: 767px) {
      .forum-page .items .item {
        padding-bottom: 10px; } }
    .forum-page .items .item .bullet {
      position: absolute;
      top: 20px;
      left: 20px;
      padding: 10px;
      border-radius: 100%;
      border: 3px solid #1d8bdf; }
      .forum-page .items .item .bullet .icon {
        top: 2px;
        left: 1px; }
    .forum-page .items .item .info {
      width: 590px;
      margin-left: 65px;
      font-size: 16px;
      float: left;
      padding: 10px 0;
      line-height: 22px; }
      @media screen and (max-width: 1220px) {
        .forum-page .items .item .info {
          width: 280px; } }
      @media screen and (max-width: 767px) {
        .forum-page .items .item .info {
          margin-left: 0;
          font-size: 13px;
          width: 100%;
          padding-bottom: 0; } }
      .forum-page .items .item .info .name a {
        color: #1d8bdf;
        font-family: "proxima_nova_rgregular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .forum-page .items .item .info .mods {
        font-size: 13px; }
        .forum-page .items .item .info .mods .label {
          color: #5e676b; }
        .forum-page .items .item .info .mods .mod a {
          color: #1d8bdf; }
    .forum-page .items .item .meta {
      width: 480px;
      float: right;
      overflow: hidden;
      margin-bottom: -9999px;
      padding-bottom: 9999px; }
      @media screen and (max-width: 1220px) {
        .forum-page .items .item .meta {
          width: 370px; } }
      @media screen and (max-width: 767px) {
        .forum-page .items .item .meta {
          width: 100%; } }
      .forum-page .items .item .meta .like, .forum-page .items .item .meta .comment {
        color: #5e676b;
        font-size: 12px;
        font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        border-left: 1px solid #dedede;
        text-align: center;
        padding: 20px 0;
        float: left;
        margin-bottom: -9999px;
        padding-bottom: 9999px; }
        @media screen and (max-width: 767px) {
          .forum-page .items .item .meta .like, .forum-page .items .item .meta .comment {
            padding-top: 10px;
            border: none; } }
        .forum-page .items .item .meta .like strong, .forum-page .items .item .meta .comment strong {
          font-size: 28px;
          font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .forum-page .items .item .meta .like {
        width: 90px; }
        @media screen and (max-width: 767px) {
          .forum-page .items .item .meta .like {
            width: 50px; } }
      .forum-page .items .item .meta .comment {
        width: 120px; }
        @media screen and (max-width: 767px) {
          .forum-page .items .item .meta .comment {
            width: 100px; } }
      .forum-page .items .item .meta .author {
        padding-top: 20px;
        width: 270px;
        text-align: right;
        float: right;
        border-left: 1px solid #dedede;
        margin-bottom: -9999px;
        padding-bottom: 9999px; }
        @media screen and (max-width: 1220px) {
          .forum-page .items .item .meta .author {
            width: 160px; } }
        @media screen and (max-width: 767px) {
          .forum-page .items .item .meta .author {
            padding-top: 10px;
            width: 120px;
            border: none; } }
        .forum-page .items .item .meta .author .avatar {
          width: 110px;
          float: left; }
        .forum-page .items .item .meta .author .user-info {
          width: 140px;
          float: left;
          padding-top: 5px; }
          @media screen and (max-width: 1220px) {
            .forum-page .items .item .meta .author .user-info {
              width: 100%; } }
          .forum-page .items .item .meta .author .user-info .name a {
            font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 16px;
            color: #34383a; }
            @media screen and (max-width: 767px) {
              .forum-page .items .item .meta .author .user-info .name a {
                font-size: 13px; } }
          .forum-page .items .item .meta .author .user-info .time {
            font-size: 13px; }
            @media screen and (max-width: 767px) {
              .forum-page .items .item .meta .author .user-info .time {
                font-size: 11px; } }

.login-page {
  background: white;
  padding-bottom: 100px; }
  .login-page .container {
    padding: 0 50px; }
    @media screen and (max-width: 1220px) {
      .login-page .container {
        padding: 0 10px; } }
  .login-page .block-title {
    font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px; }
    @media screen and (max-width: 767px) {
      .login-page .block-title {
        font-size: 18px; } }
  .login-page .form {
    width: 48%;
    float: left;
    border-right: 1px solid #e5e5e5;
    padding-top: 10px; }
    @media screen and (max-width: 1220px) {
      .login-page .form {
        width: 480px; } }
    @media screen and (max-width: 767px) {
      .login-page .form {
        width: 100%;
        border: none; } }
    .login-page .form .form-group {
      margin-bottom: 15px;
      position: relative;
      *zoom: 1; }
      .login-page .form .form-group:before, .login-page .form .form-group:after {
        content: " ";
        display: table; }
      .login-page .form .form-group:after {
        clear: both; }
      .login-page .form .form-group .form-label {
        width: 50px;
        height: 50px;
        text-align: center;
        padding-top: 15px;
        background: #dcddde;
        display: block;
        float: left; }
      .login-page .form .form-group .form-control {
        width: 400px;
        height: 50px;
        padding: 10px 20px;
        border-radius: 3px;
        border: 1px solid #e5e5e5;
        display: block;
        float: left; }
        @media screen and (max-width: 767px) {
          .login-page .form .form-group .form-control {
            width: 250px; } }
      .login-page .form .form-group .auto {
        color: #1d8bdf;
        font-size: 14px; }
    .login-page .form .action {
      font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px;
      padding: 15px 20px;
      background: #1d2123;
      display: inline-block;
      color: white;
      clear: both;
      border: none; }
      .login-page .form .action:hover {
        background: #343b3f; }
      .login-page .form .action .icon {
        margin-right: 10px; }
  .login-page .enquiry {
    width: 52%;
    float: right;
    padding-left: 25px;
    padding-top: 10px;
    color: #5e676b;
    font-size: 14px; }
    @media screen and (max-width: 1220px) {
      .login-page .enquiry {
        width: 260px; } }
    .login-page .enquiry label {
      font-size: 16px; }
    .login-page .enquiry a {
      color: #1d8bdf; }

.universe-slider .addthis {
  margin: 0 auto;
  width: 180px; }
.universe-slider .slides li {
  height: 225px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .universe-slider .slides li .container {
      padding-right: 100px; } }
  .universe-slider .slides li .title a {
    color: white;
    font-size: 46px;
    font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 60px 0 20px; }
    @media screen and (max-width: 767px) {
      .universe-slider .slides li .title a {
        font-size: 28px; } }
  .universe-slider .slides li .action {
    font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 15px 20px;
    background: #1d2123;
    display: inline-block;
    }


   .action-col {
	position: absolute;
    top: 7%;
    right: 200px ;
    height: 200px;
  	line-height: 200px;
  }
  .action-container {
    position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
    }
  .we-follow {
  	background-color:white;
  	position:relative;
  	margin-top:10px;
  }

    @media screen and (max-width: 1220px) {
      .universe-slider .slides li .action {
        right: 0; } }
    .universe-slider .slides li .action a {
      color: white; }
    .universe-slider .slides li .action:hover {
      background: #343b3f; }
    .universe-slider .slides li .action .icon {
      margin-right: 10px; }

      @media screen and (max-width: 767px) {
  		div.banner-slider ul.slides li.flex-active-slide div.container
	    div.action-col {
	      right: 0px ;
	    }

	    div.banner-slider ul.slides li.flex-active-slide div.container
	    div.action-col div.action-container div.we-follow div.ws-label {
	    	display:none;
	    }
  	}
      @media screen and (max-width: 1220px) {
        .universe-slider .slides li .action .icon {
          margin-right: 5px; }
        div.banner-slider ul.slides li.flex-active-slide div.container
	    div.action-col {
          top: 18%;
	      right: 0px ;
	    }
	 }

  .universe-slider .slides li .arrow-back, .universe-slider .slides li .arrow-next {
    position: absolute;
    top: 50%; }
    @media screen and (max-width: 1220px) {
      .universe-slider .slides li .arrow-back, .universe-slider .slides li .arrow-next {
        display: none; } }
  .universe-slider .slides li .arrow-back {
    left: 50px; }
  .universe-slider .slides li .arrow-next {
    right: 50px; }
  .universe-slider .slides li .arrow-back a, .universe-slider .slides li .arrow-next a {
    width: 30px;
    height: 30px;
    top: 200px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    opacity: 1;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s; }
  .universe-slider .slides li .arrow-back a {
    background: url("img/sprites.png") -193px 0;
    left: -40px; }
    .universe-slider .slides li .arrow-back a:hover {
      background: url("img/sprites.png") -193px -31px; }
  .universe-slider .slides li .arrow-next a {
    background: url("img/sprites.png") -226px 0;
    right: -40px; }
    .universe-slider .slides li .arrow-next a:hover {
      background: url("img/sprites.png") -227px -31px; }

.universe-content {
  background: white; }
  .universe-content .container {
    padding: 50px; }
    @media screen and (max-width: 1220px) {
      .universe-content .container {
        padding: 40px 10px; } }
  .universe-content .content {
    width: 500px;
    float: left; }
    @media screen and (max-width: 1220px) {
      .universe-content .content {
        width: 240px; } }
    @media screen and (max-width: 767px) {
      .universe-content .content {
        width: 100%; } }
    .universe-content .content .logo img {
      max-width: 80%; }
    .universe-content .content .action {
      margin: 20px 0; }
      .universe-content .content .action .icon-bell-dark {
        position: relative;
        top: 6px;
        margin-right: 10px; }
  .universe-content .video {
    width: 580px;
    float: right; }
    @media screen and (max-width: 1220px) {
      .universe-content .video {
        width: 460px; } }
    @media screen and (max-width: 767px) {
      .universe-content .video {
        width: 100%;
        margin-top: 40px; } }
    .universe-content .video img {
      width: 100%;
      display: block; }
    .universe-content .video .title {
      font-size: 28px;
      margin-bottom: 20px;
      font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      @media screen and (max-width: 1220px) {
        .universe-content .video .title {
          font-size: 25px; } }
      @media screen and (max-width: 767px) {
        .universe-content .video .title {
          font-size: 22px; } }

.universe-books.naruto .dvd-block {
  border-top: none; }
.universe-books .one-piece-dvd {
  background: transparent; }
.universe-books .book-block {
  width: 820px;
  float: left;
  padding: 30px 50px; }
  @media screen and (max-width: 1220px) {
    .universe-books .book-block {
      width: 550px;
      padding: 30px 10px; } }
  @media screen and (max-width: 767px) {
    .universe-books .book-block {
      width: 100%; } }
.universe-books .dvd-block {
  width: 300px;
  float: left;
  padding: 30px 50px;
  margin-left: 50px; }
  @media screen and (max-width: 1220px) {
    .universe-books .dvd-block {
      width: 210px;
      padding: 30px 10px 30px 40px;
      margin-left: 0;
      border-left: 1px solid #28282a; } }
  @media screen and (max-width: 767px) {
    .universe-books .dvd-block {
      width: 100%;
      margin-left: 0;
      border-top: 1px solid #28282a;
      border-left: none; } }
  .universe-books .dvd-block .cover {
    /*margin-top: 10px;*/ }
.universe-books .title {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white; }
  @media screen and (max-width: 1220px) {
    .universe-books .title {
      font-size: 25px; } }
  @media screen and (max-width: 767px) {
    .universe-books .title {
      font-size: 22px; } }
.universe-books .items {
  margin-top: 30px;
  *zoom: 1; }
  .universe-books .items:before, .universe-books .items:after {
    content: " ";
    display: table; }
  .universe-books .items:after {
    clear: both; }
  @media screen and (max-width: 767px) {
    .universe-books .items {
      width: 190px;
      margin: auto;
      position: relative; }
      .universe-books .items .item {
        margin: 0; } }
  .universe-books .items .item {
    width: 190px;
    float: left;
    margin-right: 40px; }
    @media screen and (min-width: 768px) and (max-width: 1220px) {
      .universe-books .items .item {
        margin-right: 30px;
        width: 145px; } }
    @media screen and (max-width: 767px) {
      .universe-books .items .item {
        margin: auto; } }
    .universe-books .items .item:last-child {
      margin-right: 0; }
    .universe-books .items .item .image {
      text-align: center; }
      .universe-books .items .item .image .cover {
        position: relative; }
        .universe-books .items .item .image .cover img {
          display: inline-block;
          max-width: 190px; }
        .universe-books .items .item .image .cover .overlay {
          background: rgba(255, 255, 255, 0.5);
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          display: none; }
          .universe-books .items .item .image .cover .overlay .eye {
            margin-top: 50px; }
          .universe-books .items .item .image .cover .overlay .cart {
            margin-top: 20px; }
        .universe-books .items .item .image .cover .eye, .universe-books .items .item .image .cover .cart {
          width: 85px;
          height: 85px;
          border-radius: 100%;
          background: #1d2123;
          display: inline-block;
          position: relative; }
          .universe-books .items .item .image .cover .eye:hover, .universe-books .items .item .image .cover .cart:hover {
            background: #343b3f; }
          .universe-books .items .item .image .cover .eye .icon, .universe-books .items .item .image .cover .cart .icon {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        @media screen and (min-width: 1221px) {
          .universe-books .items .item .image .cover:hover .overlay {
            display: block; }
          .universe-books .items .item .image .cover:hover{
            background: white;
          }
          .universe-books .items .item .image .cover:hover .info .name{
            color:#1d2123;
          }
        }
      .universe-books .items .item .image .header {
        background: #1d2123;
        color: white;
        *zoom: 1; }
        .universe-books .items .item .image .header:before, .universe-books .items .item .image .header:after {
          content: " ";
          display: table; }
        .universe-books .items .item .image .header:after {
          clear: both; }
        .universe-books .items .item .image .header .date {
          /*border-right: 1px solid #2d3133;*/
          padding: 18px 0 15px;
          width: 100%;
          /*width: 130px;*/
          float: left;
          font-size: 12px;
          font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          @media screen and (min-width: 768px) and (max-width: 1220px) {
            .universe-books .items .item .image .header .date {
              font-size: 10px;
              /*width: 100px;*/
              width: 100%; } }
        .universe-books .items .item .image .header .badge {
          float: right;
          text-align: center;
          width: 60px;
          padding-top: 7px; }
          @media screen and (min-width: 768px) and (max-width: 1220px) {
            .universe-books .items .item .image .header .badge {
              width: 40px; } }
    .universe-books .items .item .info {
      /*margin-top: 20px;*/
      margin-top: 5px;
      padding:10px 0;
      text-align: center; }
      .universe-books .items .item .info .flag {
        display: inline-block;
        position: relative;
        top: 2px; }
      .universe-books .items .item .info .name {
        font-size: 14px;
        font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: white; }
        @media screen and (min-width: 768px) and (max-width: 1220px) {
          .universe-books .items .item .info .name {
            font-size: 10px; } }
.universe-books .action {
  clear: both;
  border: none;
  text-align: center;
  margin-top: 30px; }
  .universe-books .action a {
    font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 15px 20px;
    background: #1d2123;
    color: white;
    text-transform: uppercase;
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) and (max-width: 1220px) {
      .universe-books .action a {
        font-size: 10px; } }
    .universe-books .action a:hover {
      background: #343b3f; }
@media screen and (max-width: 767px) {
  .universe-books .book-block .action {
    margin-top: 60px; } }
.universe-books .flex-control-nav a {
  background: #343a3d; }
  .universe-books .flex-control-nav a.flex-active {
    background: white; }

.universe-info .container {
  padding: 40px 10px; }
.universe-info .info-block {
  width: 800px;
  float: left;
  padding-left: 40px; }
  @media screen and (max-width: 1220px) {
    .universe-info .info-block {
      padding-left: 0;
      width: 100%; } }
.universe-info .title {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (max-width: 1220px) {
    .universe-info .title {
      font-size: 25px; } }
  @media screen and (max-width: 767px) {
    .universe-info .title {
      font-size: 22px; } }
.universe-info .sidebar {
  width: 100%;
  float: none;
  display: block;
  position: static;
  border: none;
  padding: 0;
  *zoom: 1; }
  .universe-info .sidebar:before, .universe-info .sidebar:after {
    content: " ";
    display: table; }
  .universe-info .sidebar:after {
    clear: both; }
  .universe-info .sidebar header {
    text-align: left; }
    .universe-info .sidebar header label {
      font-size: 14px; }
  .universe-info .sidebar .table {
    width: 350px;
    float: left;
    margin-right: 50px; }
    @media screen and (max-width: 1220px) {
      .universe-info .sidebar .table {
        margin-right: 35px; } }
    @media screen and (max-width: 767px) {
      .universe-info .sidebar .table {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px; } }
    .universe-info .sidebar .table.last {
      margin: 0; }
    .universe-info .sidebar .table.blue .cell-right {
      color: #14b9d6; }
.universe-info .quiz-block {
  width: 380px;
  float: right;
  margin-left: 50px; }
  @media screen and (max-width: 1220px) {
    .universe-info .quiz-block {
      width: 180px;
      padding: 40px 10px;
      margin-left: 30px;
      border-left: 1px solid #28282a; } }
  @media screen and (max-width: 767px) {
    .universe-info .quiz-block {
      width: 100%;
      margin-left: 0;
      border-top: 1px solid #28282a;
      border-left: none; } }
  .universe-info .quiz-block .quiz-content {
    position: relative;
    margin-top: 30px;
    height: 380px; }
    .universe-info .quiz-block .quiz-content .bg {
      display: block;
      width: 100%; }
    .universe-info .quiz-block .quiz-content .quiz-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      padding: 40px;
      width: 100%;
      height: 100%; }
    .universe-info .quiz-block .quiz-content .inner {
      background: rgba(0, 0, 0, 0.5);
      color: white;
      z-index: 2;
      width: 100%;
      height: 100%;
      padding: 50px;
      text-align: center;
      border-radius: 3px; }
      .universe-info .quiz-block .quiz-content .inner .heading {
        font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 33px; }
      .universe-info .quiz-block .quiz-content .inner strong {
        font-size: 22px; }
      .universe-info .quiz-block .quiz-content .inner .sub {
        color: #d8d8d8;
        font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        display: block;
        margin-top: 10px; }
.universe-info .action {
  clear: both;
  border: none;
  text-align: center;
  margin-top: 30px; }
  .universe-info .action a {
    font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 15px 20px;
    background: #1d2123;
    color: white; }
    @media screen and (min-width: 768px) and (max-width: 1220px) {
      .universe-info .action a {
        font-size: 10px; } }
    .universe-info .action a:hover {
      background: #343b3f; }
.universe-info.naruto {
  color: white; }
  .universe-info.naruto .info-block {
    width: 300px;
    text-align: center; }
    @media screen and (max-width: 1220px) {
      .universe-info.naruto .info-block {
        width: 240px; } }
    @media screen and (max-width: 767px) {
      .universe-info.naruto .info-block {
        width: 100%; } }
    .universe-info.naruto .info-block .action {
      margin-top: 10px; }
  .universe-info.naruto .quiz-block {
    width: 900px; }
    @media screen and (max-width: 1220px) {
      .universe-info.naruto .quiz-block {
        width: 475px;
        padding: 0;
        border: none; } }
    .universe-info.naruto .quiz-block .quiz-content .quiz-wrapper {
      width: 300px;
      height: 260px;
      position: static;
      margin: auto;
      padding: 0; }
      @media screen and (max-width: 1220px) {
        .universe-info.naruto .quiz-block .quiz-content .quiz-wrapper {
          width: 380px; } }
  .universe-info.naruto .action a .icon-bookmark {
    position: relative;
    top: 2px;
    margin-right: 10px; }

.one-piece-dvd {
  color: white; }
  .one-piece-dvd .container {
    width: 700px;
    padding: 40px 10px; }
    @media screen and (max-width: 767px) {
      .one-piece-dvd .container {
        width: 320px; } }
  .one-piece-dvd .title {
    font-size: 28px;
    font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (max-width: 1220px) {
      .one-piece-dvd .title {
        font-size: 25px; } }
    @media screen and (max-width: 767px) {
      .one-piece-dvd .title {
        font-size: 22px; } }
  .one-piece-dvd .action {
    clear: both;
    border: none;
    margin-top: 20px; }
    .one-piece-dvd .action a {
      font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px;
      padding: 15px 20px;
      background: #1d2123;
      color: white; }
      @media screen and (min-width: 768px) and (max-width: 1220px) {
        .one-piece-dvd .action a {
          font-size: 10px; } }
      .one-piece-dvd .action a:hover {
        background: #343b3f; }
  .one-piece-dvd .image {
    width: 200px;
    float: left;
    text-align: center; }
  .one-piece-dvd .price {
    font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px; }
    .one-piece-dvd .price .icon-tag {
      top: 2px; }
  .one-piece-dvd .content {
    width: 400px;
    float: left;
    margin-left: 50px; }
    @media screen and (max-width: 767px) {
      .one-piece-dvd .content {
        width: 100%;
        margin-left: 0; } }
    .one-piece-dvd .content .title a {
      font-size: 46px;
      color: white; }
      @media screen and (max-width: 1220px) {
        .one-piece-dvd .content .title a {
          font-size: 43px; } }
      @media screen and (max-width: 767px) {
        .one-piece-dvd .content .title a {
          font-size: 32px; } }
    .one-piece-dvd .content .sub {
      font-size: 28px;
      font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      @media screen and (max-width: 1220px) {
        .one-piece-dvd .content .sub {
          font-size: 26px; } }
      @media screen and (max-width: 767px) {
        .one-piece-dvd .content .sub {
          font-size: 22px; } }
    .one-piece-dvd .content .description {
      font-size: 16px;
      margin-top: 20px; }
      @media screen and (max-width: 1220px) {
        .one-piece-dvd .content .description {
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .one-piece-dvd .content .description {
          font-size: 13px; } }

#footer .container {
  padding: 30px 20px; }
  @media screen and (max-width: 1220px) {
    #footer .container {
      padding: 20px 10px; } }
  @media screen and (max-width: 767px) {
    #footer .container {
      padding: 20px 0; } }
#footer .top-nav {
  text-align: center; }
  @media screen and (max-width: 767px) {
    #footer .top-nav li {
      width: 100%;
      text-align: center;
      line-height: 24px; } }
  #footer .top-nav li a {
    padding: 0 12px;
    color: #b8b8b8;
    font-size: 16px;
    font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    @media screen and (max-width: 1220px) {
      #footer .top-nav li a {
        padding: 0 5px; } }
    #footer .top-nav li a:hover {
      color: #5e676b; }
    #footer .top-nav li a .icon {
      position: relative;
      top: 5px; }
#footer .bottom-nav {
  margin-top: 50px; }
  @media screen and (max-width: 1220px) {
    #footer .bottom-nav {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    #footer .bottom-nav {
      text-align: center;
      margin-top: 20px; } }
  #footer .bottom-nav nav {
    width: 225px;
    float: left;
    min-height: 260px;
    border-right: 1px solid #343839;
    padding-top: 10px;
    padding-left: 30px; }
    @media screen and (max-width: 1220px) {
      #footer .bottom-nav nav {
        width: 140px;
        padding-left: 10px; } }
    @media screen and (max-width: 767px) {
      #footer .bottom-nav nav {
        border-right: none;
        border-top: 1px solid #343839;
        width: 100%;
        min-height: initial;
        padding: 20px 0 15px 0; }
        #footer .bottom-nav nav .collapse {
          display: none; } }
    #footer .bottom-nav nav:last-child {
      border-right: none; }
    #footer .bottom-nav nav h3 {
      color: #5e676b;
      font-size: 14px;
      font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-bottom: 5px; }
    #footer .bottom-nav nav li {
      width: 100%; }
      #footer .bottom-nav nav li a {
        font-size: 12px;
        color: #5e676b;
        line-height: 24px; }
        #footer .bottom-nav nav li a:hover {
          color: #b8b8b8; }
    #footer .bottom-nav nav.partner {
      width: 330px; }
      @media screen and (max-width: 1220px) {
        #footer .bottom-nav nav.partner {
          width: 310px; } }
      @media screen and (max-width: 767px) {
        #footer .bottom-nav nav.partner {
          width: 100%; } }
      #footer .bottom-nav nav.partner li {
        width: auto;
        margin: 10px 20px 10px 10px; }

.fiche-video {
  display: none; }

.fb-like-box {
  margin: 0 auto;
  display: block !important;
  width: 292px; }

/* WP Content */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }

.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px; }

.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px; }

.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 12px; }

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 100% !important;
  /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center; }

/*
.wp-caption img {
    margin: 5px 5px 0;
}
*/
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px; }

.wp-smiley {
  margin: 0; }

.gallery {
  margin: auto; }
  .gallery:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .gallery .gallery-item {
    float: left;
    margin: 10px 0 0 0;
    text-align: center;
    width: 25%; }
    .gallery .gallery-item img {
      border: 2px solid #cfcfcf; }

/*	--------------------------------------------------
	:: Tables
	-------------------------------------------------- */
table {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 18px;
  border: 1px solid #ddd; }

table thead, table tfoot {
  background: #f5f5f5; }

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  /*font-size: 12px;*/
  line-height: 18px;
  text-align: left; }

table thead tr th,
table tfoot tr td {
  padding: 8px 10px 9px;
  /*font-size: 14px;*/
  font-weight: bold;
  color: #222; }

table thead tr th:first-child, table tfoot tr td:first-child {
  border-left: none; }

table thead tr th:last-child, table tfoot tr td:last-child {
  border-right: none; }

table tbody tr.even,
table tbody tr.alt {
  background: #f9f9f9; }

table tbody tr:nth-child(even) {
  background: #f9f9f9; }

table tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none; }

/*	Blockquotes  */
blockquote, blockquote p {
  line-height: 20px;
  color: #777; }

blockquote {
  margin: 0 0 18px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd; }

blockquote cite {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a, blockquote cite a:visited {
  color: #555; }

.search-results h2 {
  display: flex;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .search-results h2 {
    font-size: 24px;
    padding-top: 20px;
  }
}
  .search-results h2 a {
    color: black; }
.search-results .paging-navigation {
  background: #f7f7f7;
  color: #1d2123;
  padding: 5px;
  margin-top: 20px; }
  .search-results .paging-navigation a {
    color: #1d2123;
    font-size: 12px;
    font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .search-results .paging-navigation .nav-previous {
    float: left; }
  .search-results .paging-navigation .nav-next {
    float: right; }
  .search-results .paging-navigation .nav-links:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

#infos_tech {
  padding: 15px; }

.page-template-pagesplanning-php .addthis {
  width: 200px;
  margin: 10px auto 0; }

.page-template-pageslire-en-ligne-php .addthis {
  width: 200px;
  margin: 10px auto 60px; }

.popin .content {
  margin: 10px 0 0 45px; }
  .popin .content a.button {
    font-family: "proxima_nova_rgbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-shadow: none;
    display: inline;
    padding: 5px 15px;
    background-color: #313435;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #313435), color-stop(100%, #2d3031));
    background-image: -webkit-linear-gradient(#313435, #2d3031);
    background-image: linear-gradient(#313435, #2d3031);
    color: #e5e5e5;
    margin-right: 8px;
    font-size: 12px;
    box-shadow: inset 1px 1px 1px 1px rgba(255, 255, 255, 0.05);
    border: none; }
    .popin .content a.button:hover {
      background-color: #2d3031;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d3031), color-stop(100%, #2d3031));
      background-image: -webkit-linear-gradient(#2d3031, #2d3031);
      background-image: linear-gradient(#2d3031, #2d3031); }
    @media screen and (max-width: 767px) {
      .popin .content a.button {
        padding: 9px 22px; } }

button,
input[type=submit],
.woocommerce #content input.button, .woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce-page #content input.button, .woocommerce-page #respond input#submit,
.woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
  padding: 10px 15px;
  background-color: #313435;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #313435), color-stop(100%, #2d3031));
  background-image: -webkit-linear-gradient(#313435, #2d3031);
  background-image: linear-gradient(#313435, #2d3031);
  color: #e5e5e5;
  margin-right: 8px;
  font-size: 12px;
  box-shadow: inset 1px 1px 1px 1px rgba(255, 255, 255, 0.05);
  border: none;
  text-shadow: none;
  font-weight: normal;
  text-transform: uppercase; }
  button.alt,
  input[type=submit].alt,
  .woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
  .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt,
  .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt {
    background: #e74c3c;
    text-shadow: none; }
    button.alt:hover,
    input[type=submit].alt:hover,
    .woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover,
    .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
    .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover,
    .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
      background-color: #f27935;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f27935), color-stop(100%, #f27935));
      background-image: -webkit-linear-gradient(#f27935, #f27935);
      background-image: linear-gradient(#f27935, #f27935);
      text-shadow: none; }
  button:hover,
  input[type=submit]:hover,
  .woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
  .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover,
  .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
    background-color: #2d3031;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d3031), color-stop(100%, #2d3031));
    background-image: -webkit-linear-gradient(#2d3031, #2d3031);
    background-image: linear-gradient(#2d3031, #2d3031);
    text-shadow: none; }
  @media screen and (max-width: 767px) {
    button,
    input[type=submit],
    .woocommerce #content input.button, .woocommerce #respond input#submit,
    .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
    .woocommerce-page #content input.button, .woocommerce-page #respond input#submit,
    .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
      padding: 9px 22px; } }

div#shipping_country_chosen.chosen-container.chosen-container-single {
  width: 100% !important; }

.frm-show-form {
  border: 1px solid #e0dadf;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .frm-show-form fieldset {
    margin: 0;
    padding: 0;
    border: none; }
  .frm-show-form .frm_required {
    color: red; }
  .frm-show-form label {
    line-height: 2em;
    display: block; }
  .frm-show-form input[type=text],
  .frm-show-form input[type=email],
  .frm-show-form input[type=password] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1em; }
  .frm-show-form .frm_radio {
    display: inline-block;
    margin-right: 10px; }
  .frm-show-form .frm_error {
    background: #e74c3c;
    color: white;
    padding: 2px; }
  .frm-show-form .frm_description {
    font-size: 0.7em;
    color: #aaa;
    margin-top: 5px;
    font-style: italic; }

#cboxLoadedContent form {
  margin: 5px 0; }

.ui-widget {
  font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  .ui-widget .ui-widget-header {
    border: none;
    border-radius: 0;
    background: #14b9d6;
    color: #ffffff;
    font-weight: bold; }
  .ui-widget table {
    border: none; }
    .ui-widget table tr th,
    .ui-widget table tr td {
      font-size: 0.8em;
      border: none; }
  .ui-widget .ui-state-default,
  .ui-widget .ui-widget-content a.ui-state-default {
    border: none !important;
    color: #14b9d6 !important;
    background: #f6f6f6 !important; }
  .ui-widget .ui-state-highlight,
  .ui-widget .ui-widget-content .ui-state-highlight {
    border: none;
    background: #f27935 !important;
    color: white !important; }
  .ui-widget .ui-state-hover,
  .ui-widget .ui-widget-content .ui-state-hover {
    color: #f27935 !important;
    background: #f6f6f6 !important; }

iframe {
  width: 100%; }

#planning_preloader:before {
  display: block;
  content: " ";
  margin-top: -285px;
  height: 285px;
  visibility: hidden; }

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce .woocommerce-page .woocommerce-error, .woocommerce .woocommerce-page .woocommerce-info, .woocommerce .woocommerce-page .woocommerce-message {
  border-radius: 0 !important;
  background: white !important;
  box-shadow: none !important; }
  .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce .woocommerce-page .woocommerce-error:before, .woocommerce .woocommerce-page .woocommerce-info:before, .woocommerce .woocommerce-page .woocommerce-message:before {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important; }
.woocommerce input[type=text] {
  min-width: 150px !important; }
.woocommerce .quantity input.qty {
  font-weight: normal; }
.woocommerce .shipping_calculator h2 {
  padding: 10px 15px;
  background-color: #313435;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #313435), color-stop(100%, #2d3031));
  background-image: -webkit-linear-gradient(#313435, #2d3031);
  background-image: linear-gradient(#313435, #2d3031);
  color: #e5e5e5;
  margin-right: 0px;
  font-size: 12px;
  box-shadow: inset 1px 1px 1px 1px rgba(255, 255, 255, 0.05);
  border: none;
  text-shadow: none;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  width: intrinsic;
  float: right; }
  .woocommerce .shipping_calculator h2 a {
    color: white; }
.woocommerce .shipping_calculator .shipping-calculator-form {
  clear: both; }
.woocommerce .cart-collaterals .cart_totals table {
  border-collapse: separate;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 6px;
  padding: 0;
  width: 100%; }
.woocommerce .cart-collaterals .cart_totals table th {
  padding: 6px 12px;
  width: 50%; }
@media screen and (max-width: 767px) {
  .woocommerce .product-price,
  .woocommerce .product-quantity {
    display: none; } }
@media screen and (max-width: 767px) {
  .woocommerce table.cart td.actions .button,
  .woocommerce table.cart td.actions input {
    width: 100%; } }

.cart button {
  display: block;
  /*height: 85px; width: 85px;*/
  background: transparent;
  border: none; }
  .cart button:hover {
    background: black !important; }
  .cart button.single_add_to_cart_button {
    cursor: pointer !important; }
    .cart button.single_add_to_cart_button:hover {
      background: transparent !important; }

img.univers {
  width: 75%; }

.styled-select {
  width: 200px;
  height: 34px;
  overflow: hidden;
  background: url(img/dropdown.png) no-repeat 170px center #2d3031;
  margin: 0 auto; }
  .styled-select select {
    padding: 10px 15px;
    color: #e5e5e5;
    background: transparent;
    margin-right: 8px;
    font-size: 12px;
    width: 200px;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    box-shadow: inset 1px 1px 1px 1px rgba(255, 255, 255, 0.05);
    text-transform: uppercase; }

#searchform {
  display: inline-block;
  font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #searchform input#s {
    width: 150px;
    border: 0;
    padding: 3px;
    border-radius: 5px; }

.ui-widget {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 1000;
  font-size: 13px;
  width: 250px;
  color: #2d3031;
  background-color: white;
  background-image: none;
  border: none;
  border-radius: 0;
  padding: 0; }

.ui-menu .ui-menu-item a {
  padding: 7px; }

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  border: none;
  border-radius: 0;
  background: black;
  color: white;
  margin: 0; }

#advanced-search-form {
  text-align: center;
  padding: 30px 0;
  color: white;
  background: black; }
  #advanced-search-form input#s {
    width: 250px;
    font-size: 25px;
    border: none;
    border-radius: 2px;
    padding: 2px 5px;
    margin-bottom: 5px;
    font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    vertical-align: top; }
  #advanced-search-form label {
    font-size: 14px;
    font-family: "proxima_novasemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    margin: 0 30px; }
    #advanced-search-form label input[type=radio] {
      position: relative;
      top: 2px;
      margin-right: 5px; }
    @media screen and (max-width: 767px) {
      #advanced-search-form label {
        margin: 0 5px; } }
  #advanced-search-form input[type=submit] {
    margin-bottom: 15px; }

.results-page {
  background: white;
  padding: 20px 0; }

.post-type {
  color: white;
  font-size: 12px;
  width: intrinsic;
  padding: 0 5px;
  border-radius: 2px; }
  .post-type.orange {
    background: #f27935; }
  .post-type.darkOrange {
    background: #e74c3c; }
  .post-type.darkBlue {
    background: #1d8bdf; }
  .post-type.blue {
    background: #14b9d6; }

.fiche-animes.fiche-animes-tome.fiche-lire-en-ligne-lasts {
  background: white; }

#lire-en-ligne-slider .flex-control-nav {
  display: none; }
#lire-en-ligne-slider .flex-prev, #lire-en-ligne-slider .flex-next {
  width: 30px;
  height: 30px;
  top: 270px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  opacity: 1;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }
  @media screen and (max-width: 767px) {
    #lire-en-ligne-slider .flex-prev, #lire-en-ligne-slider .flex-next {
      display: none; } }
#lire-en-ligne-slider .flex-prev {
  background: url("img/sprites.png") -193px 0;
  left: 0; }
  @media screen and (max-width: 1220px) {
    #lire-en-ligne-slider .flex-prev {
      left: -50px; } }
  #lire-en-ligne-slider .flex-prev:hover {
    background: url("img/sprites.png") -262px 0; }
#lire-en-ligne-slider .flex-next {
  background: url("img/sprites.png") -226px 0;
  right: 0; }
  @media screen and (max-width: 1220px) {
    #lire-en-ligne-slider .flex-next {
      right: -50px; } }
  #lire-en-ligne-slider .flex-next:hover {
    background: url("img/sprites.png") -297px 0; }

#mot_prof {
	min-height:115px; margin-top:25px; margin-bottom:25px; font-size:15px;
	float:left; width:100%;
}
#mot_prof h2 {
	margin-bottom:15px; font-size:1em;
}
#mot_prof img {
	float:left; width:100px;height:100px; margin-right:15px;
}

#main > div.wrapper.article-blog-content > div > div.sidebar.hidden-tablet.home-blog-tags.video-block > div.related-list {
	min-width:300px;
}

#related-posts-list{
	margin:0px; padding:0px; width:300px;
}

#related-posts-list #news-slider ul {
	padding:0px;
}

#related-posts-list #news-slider ul li {
	list-style-type: none;
}

.vignette {
  float: left;
  margin-right: 10px;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .vignette {
    width: 150px;
  }
}

.entry-title {
	padding:0px;
}

.search-article {
	margin-top:5px;
	min-height:150px;
}

.album-author, .album-translator {
	color:#666666;
}

.album-author span a, .album-translator span a{
	color:red !important;
}

.album-translator {
	font-size:16px;
}











/* #5566 - PSYCHO-PASS CONCOURS */
.psycho-pass-formulaire {
  position: relative;
  background-size: cover;
  width: 1250px;
  height: 800px;
}

.psycho-pass-form {
  color: #fff;
  position: absolute;
  left: 320px;
  bottom: 60px;
}

.col-left-psycho {
  float: left;
  width: 48%;
  margin-top: 20px;
}

.col-right-psycho {
  float: right;
  width: 50%;
}

.psycho-pass-firstname, .psycho-pass-sexe {
  float: right;
}

.psycho-pass-pp {
  text-align: center;
}

.psycho-pass-name, .psycho-pass-firstname, .psycho-pass-age, .psycho-pass-sexe, #fileToUpload {
  float: left;
}

.psycho-pass-generate {
  background-color: #35bcda !important;
  background: none;
  padding: 5px;
  border: none;
  color:#000000;
  font-weight:bold;
  margin: 12px 5px;
}

.psycho-pass-age, .psycho-pass-biographie, .psycho-pass-id, .generatedNb {
  clear: both;
}

.psycho-pass-biographie {
  padding-top:15px;
  margin-bottom:25px;
}

#group1manuel {
	margin-left:15px;
}

#group1auto {
	margin-left:163px;
}

.psycho-pass-criminality {
	margin-left:20px;
}

#autoCriminality {
	margin-left:4px;
	width:63px;
}

/*
.psycho-pass-age, .psycho-pass-sexe, .psycho-pass-biographie, .psycho-pass-name, .psycho-pass-firstname {
  padding: 0 0 20px 0;
}
*/
/*
.psycho-pass-name, .psycho-pass-age, .psycho-pass-criminality  {
  margin-right: 60px;
}
*/

.psycho-pass-frame1 {
  width: 110px;
  height: 30px;
}

.psycho-pass-name, .psycho-pass-age, .psycho-pass-firstname, .psycho-pass-sexe {
  width: 170px;
  height: 50px;
}

.psycho-pass-name, .psycho-pass-firstname {
	width: 191px;
}

.psycho-pass-name input, .psycho-pass-firstname input{
	width:132px;
}

.psycho-pass-age select, .psycho-pass-sexe select {
	width:52px;
}

.psycho-pass-age {
	margin-left:5px;
	width: 155px;
}

.psycho-pass-frame {
  display: inline-block;
  color:#000000;
  padding: 5px;
  border: 1px solid #35bcda;
  font-weight:bold;
  background-color: #fff;
  text-align: center;
}


.psycho-pass-frame3 {
  height: 171px;
  width: 151px;
  float: left;
  padding: 0px;
}

#imgPreview{
  height: 170px;
  width: 150px;
}

.psycho-pass-frame4 {
  height: 30px;
  width: 50px;
}

.psycho-pass-idNum {
  width: 80px;
  height: 30px;
}

.psycho-pass-submit {
  padding-top: 50px;
  clear: both;
  margin-left: 30%;
  /*text-align: center;*/
}

#generate {
  width:150px;
}

.generatedNb, #imgPreviewContainer {
  margin-left:20px;
}

.generatedNb {
  padding-top:20px;
}

#generateTsNo { margin-left:19px; margin-right:20px; }
#generateIdCtrl { margin-right:20px; }
#generateId { margin-left:44px; margin-right:20px; }

#upload_link {
	margin-left:15px;
	background-color:#35bcda;
	border:1px;
	padding:5px;
	font-family: "proxima_nova_rgregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000000;
	font-weight:bold;
	width:100px;
}

#uploaded_image #thumbnail_preview { max-width:none; }

#upload_crop_container {
	width:525px;
	margin-left:350px;
	padding-top:260px;
}

#upload_crop_container #loader {
	width:607px;
	height:302px;
}

#upload_status {
	font-size:12px;
	width:100%;
	padding:5px;
	border:1px #999 dotted;
	background:#eee;
}
/*
#upload_status h1 {
	font-size:1em;
}*/

#save_thumb {
	width:215px;
	margin:12px 0px 0px 0px;
}

.psycho-pass-result {
	width:1249px;
	height:550px;
}

#pp-img-result {
	width:750px;

	margin-top:145px;
	margin-left:250px;

	border-width:1px;
	border-color:#fff;
	border-style:solid;
}

#pp-result-bt-container {
	margin-top:15px;
	margin-left:250px;
}


#psImgSave {
	/* background-image: linear-gradient(#2d3031, #2d3031); */
	background-image: linear-gradient(#35bcda, #35bcda);
	color:#000000;
	font-weight:bold;
	font-size:14px;
}

.univers-ul li {
  list-style-type: none;
  display: inline-block;
  width: 180px;
}


/*
#psImgSave:hover {

	background-image: linear-gradient(#cccccc, #cccccc);
	color:#000000;
}
*/
/*
#pp-result-bt-container > input.button:hover {
	background-image: linear-gradient(#cccccc, #cccccc);
}
*/

#abo_newsletter {
	text-decoration:underline;
}

.fiche-animes .items .item img.logo-anim-adn {
	width:30px;
	vertical-align:middle;
}

#logo-serie-adn {
	width:35px;
	vertical-align:top;
}

#serie-anime-adn {
	color:#14b9d6;
}

#serie-manga-adn {
	color:#f27935;
}

strong#streaming-adn{
	font-size:19px;
}

#detail-serie-anim {
	background: #f7f7f7;
    padding: 12px 0 10px 15px;
    width:200px;
}

#detail-serie-anim a {
	color:#66696c;
}

/**
 * Holler Box Plugin override
 */
.holler-box .avatar {
  display: none;
}
.hwp-first-row {
  font-size: 14px;
}
.hwp-close .icon {
  background: none;
}

.popin-closer .icon{
  background: none;
}

/**
 * Hide only visually a block
 */
.hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/**
 * Product comments form
 */

.client-comments {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .client-comments {
    width: 100%;
  }
}

.client-comment-form {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .client-comment-form {
    width: 100%;
  }
}
