@charset "UTF-8";

/* in second gallery view make the arrow bigger */

.gallery > a.close {
  font-size: 15px;
}


.non-focus {
  opacity: 0.80;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; 
}

    .post-navigation .nav-links .nav-previous {
      right: 0; }
      .post-navigation .nav-links .nav-previous a {
        cursor: e-resize;
        cursor: url(../img/cursor_right.svg), auto; }
    .post-navigation .nav-links .nav-next {
      left: 0; }
      .post-navigation .nav-links .nav-next a {
        cursor: w-resize;
        cursor: url(../img/cursor_left.svg), auto; }
    
.content-detail .images .detail-image {

/*      min-height: 300px;
*/}


.content-detail .images .detail-image img {
        max-height: 300px;
        max-width: 300px;
        height:auto;
        width: auto;
        display: block; 
  }

html, body {
    font-family: "Arial Regular", "Arial",Gadget,sans-serif;
}

  .header-line-detail, .content-page .big, .content-detail .series-description {
    font-family: "Arial Black", "Arial",Gadget,sans-serif;
    font-weight: 900;


}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
.menu > h1, .menu span, .menu div, .layout > h2 {
  font-size: 13px;}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .menu > h1, .menu span, .menu div, .layout > h2 {
    font-size: 1em;
    }
}

