body {
  padding-top: 50px;
}

/*.container-fluid {
    padding: 15px 30px;
}*/

.artikuloa h3{
    font-weight: bold;
}

cite {
  font-weight: bold;
}

#logo_div{
    background: url("img/header_logo.png") no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: cover;
    color: #fff;
    min-height: 200px;
    width: 100%;
    padding: 40px 20px;

}
#logo_div h1{
    color: #fff;
    font-size: 4em;
}

#logo_div p{
    color: #fff;
    font-size: 2.5em;
}

#issn span{
    font-size: 75%;
}

#arduraduna{
    /*padding-left: 4em;*/
}

#harpidetu a{
    background-color: #265A88;
    border-radius: 8px;
}
.artikuloa h3{
    font-size: 1.2em;
}

.artikuloa h3 a.izenburua:link, .artikuloa h3 a.izenburua:visited,  a.uztaro_titulua:link, a.uztaro_titulua:visited{
	color: #000;
}
.artikuloa h3 a.izenburua:hover,a.uztaro_titulua:hover{
	color: #337ab7;
}

ul.unstyled, ol.unstyled {
  margin-left: 0;
  list-style: none;
}

.page-header{
/*Banner-a aktibatuz gero hau gaitu behar da ere*/
/*  margin-top: 80px;*/
  margin-top: 0;
}

footer {
  margin-top: 15px;
  padding: 40px 0;
  color: #e6e6e0;
}

footer ul.babesleak li {
  margin-bottom: 2em;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* -- */
/* -- */
.navbar .nav > li > a {
    padding: 15px 5px 15px; /* Change here the second value for padding-left and padding right */
}

.row.equalheights {
  /*overflow: hidden; */
  padding-bottom: 2em;
}
.row.equalheights > [class*="col-"]{
/*  margin-bottom: -99999px;*/
/*  padding-bottom: 99999px; */
}

div.laburpena {
  padding-bottom: 1em;
}

footer {
  background-color: #222;
  border-color: #080808;
}

footer {
  background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
  background-image: -o-linear-gradient(top,#3c3c3c 0,#222 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));
  background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
}

.buscado
{
	background-color: #FFBE4D; /*#cc0000;*/
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	color: #ffffff;
}

.dl-horizontal dt{
    text-align: left;
    width: auto;
    /*padding-left: 1em;*/
    padding-right: 1em;
/*    font-size: 0.93em;*/
}

.dl-horizontal dd{
    margin-left: 0;
/*    font-size: 0.93em;*/
}
.laburpena_eremuak{
    font-size: 0.93em;
}
/*     ------------------------------ */
a.selected-info{
    text-decoration: none;
    color: #000;
}

.fill { 
    min-height: 100%;
    height: 100%;
}


#cc-notification.cc-light ul.cc-notification-buttons li a, #cc-notification.cc-light ul.cc-notification-buttons li a:visited {
  background-color: #83827E!important;
  color: #111!important;
}

/* --------------------------------------- */

@media (max-width: 767px) { 
    .page-header {
        margin-top: 0;
    }
   .navbar-collapse {
      max-height: none;
      overflow-y: hidden;
		overflow-x: hidden;
		max-height: 100% !important; 
    }
    .nav-tabs > li {
        float:none;
        border:1px solid transparent;
    }
    .nav-tabs > li.active > a{
        border:none;
    }
    .nav > li > a:hover, .nav > li > a:focus,
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
     {
        /*background:none;*/
        border:none;
    }
}

/*
@media (min-width: 767px) {

    .navbar-header {
        float: none; }
    .navbar-toggle {
        display: block; }
    .navbar-fixed-top .navbar-collapse, 
    .navbar-static-top .navbar-collapse, 
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px; }
    .navbar-collapse.collapse {
        display: none !important; }
        .navbar-collapse.collapse.in { 
        display: block!important; 
        margin-top: 0px; }
}
@media (min-width: 1200px) {
    .navbar-header {
        float: left; }
    .navbar-toggle {
    display: none; }
    .navbar-fixed-top .navbar-collapse, 
    .navbar-static-top .navbar-collapse, 
    .navbar-fixed-bottom .navbar-collapse {
        display: block !important; }
}
*/

