html {
	font-size: 62.5%;
	position: relative;
	min-height: 100%;
}

body {
	background-color: #fff;
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
}

h1 {
	text-align: center;
	font-size: 3rem;
	line-height: 4rem;
	font-weight: 900;
	margin-top: 60px;
	margin-bottom: 30px;
}

h1 span {
	display: block;
	font-weight: 400;
	font-size: 1.8rem;
}

h1.pelis {
	text-align: left;
	display: inline-block;
	float: left;
}

h1.con-breadcrumb {
	text-align: left;
	margin-top: 0;
}

h2 {
	font-size: 1.8rem;
	font-weight: 900;
	margin-bottom: 20px;
	margin-top: 0;
}

h2.portada {
	padding-right: 25px;
	background: url(/img/arrow-down.svg) 100% 8px no-repeat;
	display: inline-block;
}


h2.estructura {
	border-bottom: 7px solid #f1f1f1;
	font-size: 2.4rem;
	font-weight: 400;
	padding: 0 0 10px 20px;
	display: inline-block;
	width: calc(25% - 22px);
	margin-bottom: 30px;
}

.well-contacto  {
	margin-top: 150px ;
}

li.peliculas {
	padding-right: 25px;
	background: url(/img/arrow-down.svg) 100% 8px no-repeat;
	color: #000 !important;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 900;
	margin-bottom: 20px !important;
}

.entradilla {
	margin-top: -3px;
	margin-bottom: 50px;
}

.entrada {
	font-size: 2.3rem;
	line-height: 3.8rem;
	margin-bottom: 3rem;
	
}

.estatico {
	position: static;
}

.titulo {
	position: relative;
	/*padding-right: 125px;*/
	display: inline-block;
}

.titulo .select-style {
	line-height: inline-block;
	float: left;
	padding: 0;
    margin-left: 30px;
	margin-top: 100px;
    overflow: hidden;
    background: #f1f1f1 url("/img/arrow-down.svg") no-repeat 100% 50%;
    height: 39px;
    background-color: #f0f0f0;
    border: none;
}

.select-style.select-fechas {
	position: absolute;
	top: 0;
	right: 15px;
	padding: 0;
    margin: 0;
    overflow: hidden;
    background: #f1f1f1 url("/img/arrow-down.svg") no-repeat 100% 50%;
	width: 115px;
    height: 39px;
    background-color: #f0f0f0;
    border: none;
}

.titulo .select-style select, .select-style.select-fechas select {
	padding: 5px 60px 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 39px;
}

.sinopsis {
	font-size: 1.6rem;
	line-height: 2.9rem;
}

.breadcrumb {
	background-color: transparent;
	margin-bottom: 5px;
}

.breadcrumb li a {
	color: #000;
}

.btn-trailer {
	padding: 10px 50px 10px 22px;
	background: #000;
	position: relative;
	color: #fff;
	margin-top: 20px;
	clear: both;
	display: inline-block;
}

.btn-trailer:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7;
	filter: alpha(opacity=70);
}

.btn-trailer span {
	width: 22px;
	height: 22px;
	background: url(/img/play.svg) no-repeat;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -11px;
}



.contenido ul {
	padding: 0;
	list-style: none;
}

.contenido ul li {
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
}

.contenido ul li:before {
	content: '';
	width: 17px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 12px;
	background: #000;
}

.contenido a {
	color: #000;
	text-decoration: underline;
}

.contenido p {
	margin-bottom: 36px;
	line-height: 3.2rem;
}

.contenido {
	margin-bottom: 100px;
}

.modal-header {
	z-index: 1000;
	border-bottom: none;
	padding: 5px 15px 5px 15px;
}

.modal-body {
	padding-top: 0;
}

.modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	min-height: 364px;
}

#footer {
	width: 100%;
	background-color: #000;
	color: #fff;
	border-top: 1px solid #dedede;
	position: relative;
	z-index: 1;
}

#footer h2 {
	font-size: 1.8rem;
	font-weight: 900;
	margin-bottom: 33px;
}

#footer a {
	color: #fff;
}


.oina1 {
	border-bottom: 1px solid #404040;
	padding-top: 56px;
	padding-bottom: 58px;
}

.oina2 {
	border-bottom: 1px solid #404040;
	padding-top: 62px;
	padding-bottom: 50px;
}

.oina3 {
	padding-top: 55px;
	padding-bottom: 50px;
}

.container-fluid {
	max-width: 1300px;
	position: relative;
}
.cabecera {
	background: #000;
	color: #fff;
	min-height: 129px;
	border-bottom: 1px solid #dedede;
	position: relative;
	z-index: 1;
}
.logo {
	position: absolute;
	top: 21px;
	left: 15px;
	height: 107px;
	width: 152px;
	padding-left: 7px;
	background: url(/img/fondo-logo.png) 0 100% no-repeat;
	z-index: 2;
}
.nav-hizkuntzak {
	float: right;
	margin-top: 25px;
	margin-bottom: 3px;
}
.nav-hizkuntzak > li {
	padding-left: 17px;
}
.nav-hizkuntzak > li > a {
	font-weight: 700;
	color: #fff;
	font-size: 1.4rem;
	padding: 0;
}
.nav-hizkuntzak > li.active > a, .nav-hizkuntzak > li > a:hover, .nav-hizkuntzak > li.active > a:hover {
	color: #b3b3b3;
	background: none;
}

.row-contacto {
	margin-top: 34px;
}

#contenido-carga > p {
	margin: 0;
}

abbr {
	border: none!important
}
.visually-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
body:hover .visually-hidden a, body:hover .visually-hidden input, body:hover .visually-hidden button {
	display: none !important;
}
#menumain {
	border: none;
	background: 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0
}
#menumain .dropdown-toggle {
	pointer-events: none
}
#menumain ul li {
	cursor: pointer
}
.navbar-menu li a {
	font-weight: 500;
}
.navbar-menu .dropdown-menu {
	padding: 0;
	min-width: 226px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 53px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 53px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 53px 0px rgba(0,0,0,0.35);
}
.navbar-menu .dropdown-menu li a {
	padding: 13px 20px !important;
}
.navbar-menu .dropdown-menu li a:hover {
	background: #e5e5e5 !important;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover {
	color: #fd895f !important;
	background: none;
}
.navbar-collapse {
	padding: 0;
}

.navbar-menu .submenu {
	background: #e5e5e5;
	padding-bottom: 20px;
}

.navbar-menu .dropdown-menu ul {
	list-style: none;
	margin-left: 0;
}

.navbar-menu .dropdown-menu ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}

.navbar-menu .dropdown-menu ul li a {
	padding: 0 !important;
	font-size: 1.4rem;
	color: #676767;
	display: block;
	font-weight: 400;
}

.navbar-menu .dropdown-menu ul li a:hover {
	text-decoration: none;
	color:#000;
}

.contacto {
	float: left;
	min-width: 400px !important;
}

.btn-contacto {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #fff;
	padding: 13px 46px;
	float: left;
}

.btn-contacto:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}

.tel-mail {
	float: left;
	margin-left: 25px;
	line-height: 1.6rem;
	font-weight: 100;
	padding-top: 5px;
	color: #b3b3b3;
}

.tel {
	font-size: 2.4rem;
}

.mail {
	font-size: 1.8rem;
}

.direccion {
	margin-top: 26px;
	font-weight: 100;
	font-size: 1.6rem;
	color: #b3b3b3;
}

.direccion span {
	display: block;
}

.maps {
	font-size: 1.2rem;
	font-weight: 900;
	color:#fff;
}

.social {
	float: right;
}

.nav-social {
	margin-top: 76px;
}

.nav-social li a {
	padding: 0;
	margin-left: 24px;
}

.nav-social li a.icono-facebook {
	background: url(/img/icono-facebook.svg) no-repeat;
	width: 9px;
	height: 16px;
}

.nav-social li a.icono-twitter {
	background: url(/img/icono-twitter.svg) no-repeat;
	width: 19px;
	height: 16px;
}

.nav-social li a.icono-youtube {
	background: url(/img/icono-youtube.svg) no-repeat;
	width: 22px;
	height: 16px;
}

.nav-social li a.icono-flickr {
	background: url(/img/icono-flickr.svg) no-repeat;
	width: 23px;
	height: 16px;
}


.boletin {
	padding-left: 40px;
	padding-right: 40px;
}


#grid {
	padding: 0;
	
	
	column-count: 2;
	column-gap: 30px;
	margin-right: 15px;
}

#grid[data-columns]::before {
	content: '2 .column.size-1of2';
}

.column {
	float: left;
	margin-right: 30px;
}

.size-1of2 { width: calc(50% - 30px); }

#grid .grid-item {
	margin-bottom: 30px;
	color:#fff;
	position: relative;
}

#grid .grid-item .seccion {
	min-width: 147px;
	color: #fff;
	position: absolute;
	bottom: -3px;
	right: -2px;
	display: block;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.2rem;
}

#grid .grid-item .seccion.zinema {
	background: #de5828;
}

#grid .grid-item .seccion.vasco {
	background: #c8ba2f;
}


#grid .grid-item .estreno {
	width: 91px;
	height: 91px;
	position: absolute;
	right: -13px;
	bottom: 25px;
	-webkit-box-shadow: 6px 6px 26px 1px rgba(0,0,0,0.27);
	-moz-box-shadow: 6px 6px 26px 1px rgba(0,0,0,0.27);
	box-shadow: 6px 6px 26px 1px rgba(0,0,0,0.27);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	color:#000;
	padding-top: 27px;
	background: #fff url(/img/fondo-logo.png) 50% 75% no-repeat;
	background-size: 70%;
}

#grid .grid-item .estreno span {
	font-size: 1.5rem;
	font-weight: 900;
	display: block;
	line-height: 1.5rem;
}

#grid .grid-item .estreno span:last-child {
	font-weight: 400;
}

#grid .grid-item img {
	width: 100%;
}

#grid .column:nth-child(2) {
	margin-top: -49px !important;
}

#grid a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.esconde-fondo-gris {
	overflow: hidden;
	position: relative;
}

.fondo-gris, .fondo-gris2 {
	background: #f1f1f1;
	position: absolute;
	top: 0;
	right: 0;
	left: 50%;
	height: 10000px;
}

.fondo-gris2 {
	right: 70%;
	left: -100%;
}

form#boletin {
	margin-top: 23px;
}

form#boletin legend {
	font-size: 1.8rem;
	font-weight: 900;
	color: #fff;
	border: none !important;
	margin-bottom: 19px;
}

form#boletin .form-group {
	position: relative;
}

form#boletin p, form#boletin p a {
	font-weight: 100;
	color:#b3b3b3;
}

form#boletin p a {
	text-decoration: underline;
}

form#boletin input {
	margin-top: 26px;
	margin-bottom: 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 48px;
	border: none;
	box-shadow: none;
	padding-right: 125px;
}

form#boletin .btn-boletin {
	height: 48px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #dedbdb;
	color:#000;
	font-weight: 900;
	position: absolute;
	top: 0;
	right: 0;
}

.oina2 h2 {
	font-size: 1.4rem !important;
	color:#b3b3b3 !important;
	font-weight: 400 !important;
}

.logos li {
	height: 110px;
	width: 200px;
	text-align: center;
}

.logos a {
	opacity: .6;
	filter: alpha(opacity=60);
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 0 !important;
	
}

.logos a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background: none !important;
}

.logos a:focus {
	background: none !important;
}

.nav-legal li a {
	font-size: 1.2rem;
	font-weight: 100;
	padding: 0;
	opacity: .6;
	filter: alpha(opacity=60);
}

.nav-legal li a:hover {
	background: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.nav-legal li a:before {
	content: '\00B7';
	float: left;
	font-size: 3rem;
	line-height: 1.8rem;
	color: #b3b3b3 !important;
	text-align: center;
	width: 16px;
}

.nav-legal li:first-child a:before {
	display: none;
}

p.lotura {
	text-align: right;
}

p.lotura img {
	vertical-align: baseline;
	margin-left: 6px;
}

p.lotura a {
	font-size: 1.2rem;
	font-weight: 100;
	opacity: .5;
	filter: alpha(opacity=50);
}

p.lotura a:hover {
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

p.masinfo {
	text-align: center;
}

.btn-masinfo {
	background: #fff;
	border: 2px solid #000;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	font-size: 1.2rem;
	font-weight: 900;
	color: #000;
	padding: 10px 38px;
	margin-bottom: 85px;
}

.secciones {
	padding-left: 53px;
	margin-bottom: 40px;
}

.noticia .figure, .flex-thumb-programas {
	position: relative;
}

.noticia .figure img {
	width: 100%;
}

.noticia .figure:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.noticia .figure > p {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding-right: 32px;
}

.programas .figure > p {
	min-height: 60px;
}

.noticia .figcaption {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	font-size: 2.3rem;
	font-weight: 700;
}

.flex-thumb-programas:first-child .figure > p {
	display: table-cell;
	vertical-align: top;
	padding-right: 35px;
}

.flex-thumb-programas:first-child .figcaption {
	display: table-cell;
	vertical-align: top;
}

.noticia a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.programas a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.noticia .mas {
	font-size: 1.4rem;
	font-weight: 400;
}

.noticias {
	border-top: 1px solid #dedede;
	padding-top: 81px;
	overflow: hidden;
}

.convocatoria {
	font-size: 1.6rem;
	line-height: 2.9rem;
}

.btn-convocatoria {
	background: #000;
	color: #fff !important;
	padding: 14px 30px;
	margin-top: 20px;
	margin-bottom: 70px;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none !important;
}

.btn-convocatoria:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7;
	filter: alpha(opacity=70);
}

.convocatorias {
	overflow: hidden;
	margin-top: 50px;
	position: relative;
}

.ver-todas {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.4rem;
}

.ver-todas a {
	color: #000;
}

.noticias .ver-todas {
	right: 15px;
}

.flex-fotos {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	margin-right: -30px;
	margin-bottom: 50px;
}

.flex-thumb-fotos {
	flex: 1 calc(50% - 30px);
	max-width: calc(50% - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
	
}

.flex-convocatorias {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}

.flex-thumb-convocatorias:first-child {
  grid-column: 1 / 3;
}





.flex-thumb-convocatorias {

	margin-right: 4px;
	position: relative;
	padding: 25px 25px 30px 25px;
	overflow: hidden;
	font-size: 1.8rem;
	background: #767c65;
	color: #fff;
	text-align: left;
}


.flex-thumb-convocatorias:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.flex-thumb-convocatorias a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #c4c4c4;
}

.flex-thumb-convocatorias p {
	display:block;
}
.flex-thumb-convocatorias p.titular {
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
}

.flex-thumb-convocatorias:after {
	content: '';
	position: absolute;
	right: -15px;
	bottom: -15px;
	width: 30px;
	height: 30px;
	border: 1px solid #c4c4c4;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #f1f1f1;
}

.programas {
	margin-top: 55px;
	overflow: hidden;
}

.flex-programas {
	display: -webkit-flex;
	display: flex;
	margin-right: -6px;
	flex-flow: row wrap;
}

.flex-thumb-programas {
	flex: 1 calc(50% - 6px);
	max-width: calc(50% - 6px);
	margin-right: 6px;
	margin-bottom: 6px;
	background: #fff;
	padding: 25px 27px;
	font-size: 1.4rem;
}

.flex-thumb-programas:first-child {
	flex: 1 100%;
	max-width: 100%;
}

.quienes {
	overflow: hidden;
}

.flex-estructura {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	margin-right: -30px;
}

.flex-thumb-estructura {
	flex: 1 calc(25% - 30px);
	max-width: calc(25% - 30px);
	margin-right: 30px;
	margin-bottom: 35px;
}

.flex-thumb-estructura h3 {
	font-size: 1.4rem;
	font-weight: 700;
	padding-left: 16px;
	padding-bottom: 5px;
	margin-top: 0;
}

.flex-thumb-estructura img {
	width: 100%;
}

.flex-thumb-estructura p.titular {
	font-size: 1.8rem;
	margin-right: 55px;
}

.flex-thumb-estructura p.linkedin {
	position: absolute;
	top: 13px;
	right: 14px;
}

.flex-thumb-estructura p.descripcion {
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #6c6c6c;
}

.flex-thumb-estructura .figcaption {
	padding: 16px 14px;
	position: relative;
}


.descripcion {
	font-size: 1.4rem;
	color: #6c6c6c;
}

.descripcion a {
		color: #6c6c6c;
	text-decoration:underline;
}

.descripcion a:hover {
	color: #6c6c6c;
	text-decoration:none;
}

.grid-noticias {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	margin-right: -15px;
}

.grid-thumb-noticias {
	flex: 1 calc(33.33% - 30px);
	max-width: calc(33.33% - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
}


@supports (display: grid) {

.grid-noticias {
	display: grid;
	grid-template-columns: 33.33% 33.33% 33.33%;
	margin-right: -30px;
}
	
.grid-thumb-noticias {
	max-width: 100%;
}

.grid-thumb-noticias:first-child {
	 grid-row: 1 / 3;
}


}







.grid-thumb-noticias img {
	width: 100%;
}

.grid-thumb-noticias p.titular {
	font-size: 2.4rem;
	line-height: 3rem;
	font-weight: 900;
}

.grid-thumb-noticias {
	font-size: 1.8rem;
}

.grid-thumb-noticias .figcaption {
	padding: 30px 27px;
}

.grid-thumb-noticias a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.grid-thumb-noticias:hover {
	opacity: .7;
	filter: alpha(opacity=70);

}

.grid-thumb-noticias p.fecha, .azalpena p.fecha {
	font-size: 1.2rem;
	color: #8c8c8c;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 20px;
}

.azalpena p.fecha {
	margin-top: -20px;
	margin-bottom: 30px;
}


.row-ezkutatu {
	overflow: hidden;
}

.flex-convoca {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	margin-right: -30px;
}

.flex-thumb-convoca {
	flex: 1 calc(33.33% - 30px);
	max-width: calc(33.33% - 30px);
	margin-right: 30px;
	margin-bottom: 64px;
}

.flex-thumb-convoca .figure {
	min-height: 150px;
	background: #f2f2f2;
	position: relative;
}

.flex-thumb-convoca .figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.flex-thumb-convoca p.titular {
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 3rem;
	margin-bottom: 17px;
}

.flex-thumb-convoca p.fecha {
	font-size: 1.2rem;
	color: #8c8c8c;
	text-transform: uppercase;
	font-weight: 500;
}

.flex-thumb-convoca .figcaption {
	padding: 7px 20px;
}

.btn-vertodas {
	background: #1b1a1a;
	color: #fff;
	font-size: 1.4rem;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-top: 20px;
}

.btn-vertodas:hover {
	color: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
}

.btn-vertodas span {
	text-transform: uppercase;
	display: block;
	text-align: left;
}

.flex-cuatro {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	margin-right: -30px;
}

.flex-thumb-cuatro {
	flex: 1 calc(25% - 30px);
	max-width: calc(25% - 30px);
	margin-right: 30px;
	margin-bottom: 50px;
	font-size: 1.6rem;
}

.flex-thumb-cuatro img {
	width: 100%;
}

.pelicula {
	margin-right: 60px;
	margin-bottom: 40px;
}

.pelicula p {
	margin: 0;
}

.txuria {
	background: #fff;
	margin-bottom: 30px;
}

.pelicula .img-pelicula {
	width: 100%;
}

.azalpena {
	margin-left: 50px;
}

.logotipo {
	border: 1px solid #d9d9d9;
	min-height: 260px;
	margin-bottom: 10px;
	position: relative;
}

.flex-thumb-cuatro .logotipo img {
	width: auto;
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.telefono {
	margin-left: 89px;
}

.foto-contacto {
	margin-left: 44px;
	margin-top: 27px;
}

.foto-contacto img {
	width: 100%;
	max-width: 442px;
	margin-bottom: 25px;
}

.foto-contacto .figcaption p {
	margin-left: 45px;
	font-size: 1.6rem;
}

.foto-contacto .figcaption p span {
	display: block;
}

.googlemaps {
	margin-left: 89px;
	margin-top: 20px;
	font-size: 1.2rem;
}

.googlemaps a {
	color: #000;
	font-weight: 700;
}

.telefono p:first-child {
	font-size: 3rem;
}

.telefono p:last-child {
	font-size: 1.8rem;
}

.foto-cabecera img {
	width: 100%;
}

.breadcrumb {
	padding: 0;
}

.breadcrumb>li+li:before {
	color: #484848;
	content: "/ ";
	padding: 0 3px
}

.breadcrumb a {
	text-decoration: none;
}

.list-group-contrata {
	background: #f1f1f1;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 95px;
}

.list-group-contrata li {
	background: #fff url(/img/fondo-contrata.png) 0 50% no-repeat;
	position: relative;
	margin-bottom: 8px;
	border: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	min-height: 82px;
	overflow: hidden;
}

.list-group-contrata li:hover {
	background-color: #f1f1f1;
}

.list-group-contrata li a {
	background: url(/img/documento.svg) 30px 50% no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 30px 0 30px 77px;
	padding-left: 77px;
	color: #000;
	
}

.list-group-contrata li a:hover {
	text-decoration: none;
}



#myAffix {
	width: 17vw;
}

#myAffix.affix {
	position: fixed !important;
	top: 30px;
	bottom: auto;

}


.affix-bottom {
	position: fixed !important;
}

.list-group-convocatoria {
border-bottom: 7px solid #f1f1f1;
	margin-bottom: 100px;
}

.list-group-convocatoria .list-group-item {
	font-size: 1.2rem;
	color: #8c8c8c;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 20px;
}

.list-group-convocatoria .list-group-item:first-child {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.list-group-convocatoria a {
	border: none;
	border-top: 7px solid #f1f1f1;
}

.list-group-convocatoria a:hover {
	background: #f1f1f1;
}

.list-group-convocatoria .list-group-item-text {
	margin-top: 20px;
}

.nav.nav-lateral > li > a {
	padding: 12px 15px;
}

.nav-lateral li a {
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	text-transform: uppercase;
}

.nav-lateral li.active a, .nav-lateral li a:hover {
	background: #fff;
-webkit-box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.2);
-moz-box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.2);
box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.2);

}



/**
       * Fade-zoom animation for first dialog
       */

      /* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0.001; /* Chrome opacity transition bug */
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-hide {
	display: none;
}

table.table {
	background: none;
	font-weight: 400;
	margin-top:30px;
	margin-bottom: 25px;
	border-bottom: 1px solid #cdcdcd;
}

table.table th {
	font-weight: 700;
	text-transform: uppercase;
	min-width: 175px;
	padding-top: 11px !important;
	padding-bottom: 11px !important;
	font-size: 1.4rem;
	border-top: 1px solid #cdcdcd;
}

table.table td {
	color: #000;
	padding-top: 11px !important;
	padding-bottom: 11px !important;
	font-size: 1.6rem;
	border-top: 1px solid #cdcdcd;
}

.btn-volver {
	color: #000;
	font-size: 1.4rem;
	font-weight: 700;
	position: relative;
	padding-left: 21px;
	margin-bottom: 80px;
	display: inline-block;
	text-decoration: none !important;
}

.btn-volver:hover {
	color:#000;
	text-decoration: none;
}

.btn-volver span {
	width: 14px;
	height: 10px;
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	background: url(/img/arrow-volver.svg) no-repeat;
}

.btn-descargar {
	background: #f1f1f1 !important;
	padding-left: 55px;
	position: relative;
	text-align: left;
	float: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-top: 30px;

}

.btn-gida {
	margin-left: 10px !important;
	height: 57px;
	line-height: 57px;
}

.descargar {
	display: block;
	color: #000;
	font-weight: 700;
	margin-top: 3px;
}

.icono-descargar {
	position: absolute;
	top: 13px;
	left: 11px;
	width: 27px;
	height: 31px;
	background: url(/img/icono-descargar.svg) no-repeat;
}

.margen-arriba {
	margin-top: 75px;
}

.share {
	float: right;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
}

.compartir {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.pagination {
	display: inline-block;
	margin-bottom: 70px;
}

.pagination a.anterior {
	padding-left: 22px;
	color: #000;
}

.pagination a.siguiente {
	padding-right: 22px;
	color: #000;
}

.pagination a.anterior span, .pagination a.siguiente span {
	background: url(/img/arrow-paginacion.svg) no-repeat;
	width: 14px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}

.pagination a.siguiente span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	left: auto;
	right: 0;
}

.pagination li a {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: none !important;
	font-size: 1.8rem;
	font-weight: 900;
	color: #6d6d6d;
	padding: 3px 8px;
	height: 35px;
	background: none;
	border-bottom: 4px solid transparent !important;
	position: relative;
}

.pagination li.active a, .pagination li.active a:hover, .pagination li a:hover {
	border-bottom: 4px solid #fd895f !important;
	background: none;
	color:#000;
}

.pagination a.anterior:hover, .pagination a.siguiente:hover {
	border-bottom: 4px solid transparent !important;
}

::-webkit-input-placeholder {
	color:#000!important;
	opacity:1;
	filter:alpha(opacity=100);
}

:-moz-placeholder {
	color:#000!important;
	opacity:1;
	filter:alpha(opacity=100);
}

::-moz-placeholder {
	color:#000!important;
	opacity:1;
	filter:alpha(opacity=100);
}

:-ms-input-placeholder {
	color:#000!important;
	opacity:1;
	filter:alpha(opacity=100);
}

.dropdown:hover>.dropdown-menu {
	display: block;
	left: 0!important
}

.dropdown-menu>li>a {
	white-space: normal
}
.navbar .dropdown-menu {
	margin-top: 0
}
.alert-danger {
	font-size: 15px
}
p.obligatorios, p.txikia {
	font-size: 13px
}
p.obligatorios {
	text-align: right
}
form#contacto {
	margin-bottom: 60px;
}
form#contacto fieldset {
	padding: 0;
	position: relative;
}
form#contacto .checkbox label {
	font-size: 15px!important;
	color: #000!important;
	text-transform: none;
	font-weight: 100;
	padding-left: 0;
}

.btn-formulario, form#contacto legend {
	text-transform: uppercase;
	font-weight: 700
}

form#contacto .checkbox span a {
	color: #000 !important;
	text-decoration: underline
}
form#contacto .checkbox span a:hover {
	text-decoration: none;
}
form#contacto input[type=checkbox] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto!important;
}
form#contacto legend {
	position: absolute;
	top: 0;
	left: 0;
	right: 10px;
	background: #eae8e8;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	font-size: 19px;
	color: #29b1e6
}

.btn-formulario {
	line-height: 30px;
	color: #fff !important;
	text-align: center;
	background: #000 !important;
	padding: 8px 31px 5px;
	font-size: 1.4rem;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-top: 26px;
}

.btn-formulario:hover {
	opacity: .8;
	filter: alpha(opacity=80)
}
.btn-seguir {
	padding: 15px 36px 12px;
	margin-top: 30px;
}
input[type=checkbox] {
	display: none
}
.texto-label {
	display: table-cell;
	padding-top: 5px;
}
label input[type=checkbox]+span {
	display: table-cell;
	width: 32px;
	height: 32px;
	background: url(/img/check_radio_sheet.svg) left top no-repeat;
	margin: 2px 4px 0 0!important;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 38px;
}
label input[type=checkbox]:checked+span {
	background: url(/img/check_radio_sheet.svg) -50px top no-repeat
}
.group {
	position: relative;
	margin-bottom: 15px;
}
input, textarea {
	font-size: 1.8rem;
	font-weight: 500;
	padding: 31px 10px 13px 15px;
	display: block;
	width: 100%;
	border: 1px solid #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
}
textarea {
	height: 105px;
}
input:focus, textarea:focus {
	outline: none;
}

/* LABEL ======================================= */
label.label, textarea:focus ~ label, textarea:valid ~ label, input[type=file]:focus ~ label, input[type=file]:valid ~ label {
 color:#000;
 font-size:1.8rem;
 font-weight:normal;
 font-weight: 500;
 position:absolute;
 pointer-events:none;
 left:6px;
 top:32px;
 transition:0.2s ease all;
 -moz-transition:0.2s ease all;
 -webkit-transition:0.2s ease all;
 background:none;
}
 label.labeltextarea, textarea:focus ~ label, textarea:valid ~ label {
 top:73px;
}
 textarea:focus ~ label, textarea:valid ~ label, input[type=file]:focus ~ label, input[type=file]:valid ~ label {
 top:9px;
 left:9px;
 color:#000;
 font-size:1.3rem;
 font-weight:normal;
}
.labelinput {
	top: 9px !important;
	left: 9px;
}

.aceptas {
	font-size: 1.4rem;

}

.aceptas a {
	color: #000;
	text-decoration: underline;
}

.aceptas a:hover {
	text-decoration: none;
}

/* active state */
input:focus ~ label, input:valid ~ label, textarea:focus ~ label, textarea:valid ~ label {
 top:9px;
 left:9px;
 font-size:1.3rem;
 color:#000;
 text-transform:uppercase;
 font-weight:700;
 background:none;
}
input[type=file] ~ label {
	top: 9px !important;
	font-weight: 700;
	font-size: 1.4rem;
}
/* BOTTOM BARS ================================= */
.bar {
	position: relative;
	display: block;
	width: 100%;
}
.bar:before, .bar:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 0;
	position: absolute;
	background: #000;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
.pasahitza {
	color: #bcbcbc;
	font-size: 1.6rem;
	text-align: left;
	position: relative;
	top: -30px;
}
.error {
	color: #a94442 !important;
	font-weight: 700;
}
input.error {
	border-bottom: 1px solid #a94442 !important;
	font-weight: 300;
}
.error:before, .error:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 0;
	position: absolute;
	background: #a94442;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
.bar:before {
	left: 50%;
}
.bar:after {
	right: 50%;
}
/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after, textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
	width: 50%;
}
/* HIGHLIGHTER ================================== */
.highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}
/* active state */
input:focus ~ .highlight, textarea:focus ~ .highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
 from {
background:#538ac2;
}
 to {
width:0;
background:transparent;
}
}
@-moz-keyframes inputHighlighter {
 from {
background:#538ac2;
}
 to {
width:0;
background:transparent;
}
}
@keyframes inputHighlighter {
 from {
background:#538ac2;
}
 to {
width:0;
background:transparent;
}
}
.btn-2c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #387b7c;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn-2c:hover:after, .btn-2c:active:after {
	width: 100%;
}
input.error {
	border: 1px solid #e71313 !important;
}
.icon_error {
	position: absolute;
	display: block;
	right: 7px;
	top: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff url(/img/form_error.svg) center center no-repeat;
}
.icon_ok {
	position: absolute;
	display: block;
	right: 7px;
	top: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff url(/img/form_ok.svg) center center no-repeat;
}
.error:before, .error:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 0;
	position: absolute;
	background: #e71313;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
p.mensaje_error {
	background: #e71313;
	color: #fff;
	padding: 0 10px;
	font-size: 1.4rem;
	position: relative;
	z-index: 0;
	margin: 0;
}
.centro {
	text-align: center
}
.identity-noticebar {
	padding-top: 15px;
	background: #5e5f5f;
	min-height: 30px;
	width: 100%;
	margin: auto;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000!important
}
.identity-noticebar-content {
	padding: 5px 10px
}
.identity-noticebar-content span {
	font-size: 12px;
	color: #fff;
	display: block;
	text-align: center;
	margin-right: 15px
}
.identity-noticebar-content span a {
	color: #fff;
	text-decoration: underline
}
#cerrarnoticebar {
	border: 1px solid #828382;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #6d6e6e;
	display: block;
	width: 150px;
	color: #fff;
	text-align: center;
	margin: 10px auto 30px;
	text-decoration: none;
	cursor: pointer
}
.zoom-anim-dialog {
	background: #fff;
	padding: 20px 30px;
	text-align: left;
	max-width: 900px;
	margin: 40px auto;
	position: relative;
	line-height: 17px
}
.mfp-hide {
	display: none
}

@media (min-width: 1201px) and (max-width: 1440px) {
	#myAffix {
		width: 22vw;
	}
}

@media (min-width: 993px) and (max-width: 1200px) {
	

#myAffix {
	width: 23.5vw;
}

	
.pelicula, .azalpena {
	margin-right: 30px;
	margin-left: 30px;
}
	
.flex-thumb-cuatro {
	flex: 1 calc(33.33% - 30px);
	max-width: calc(33.33% - 30px);
}
	
	.telefono, .foto-contacto, .foto-contacto .figcaption p, .googlemaps {
	margin-left: 30px;
	margin-right: 30px;
}
	
	.foto-contacto .figcaption p {
		margin-left: 0;
	}
	
	#grid {
		/*margin-right: -15px;*/
	}
	
	.column:nth-child(2n) {
		margin-right: 0;
	}
	
	.convocatorias {
		margin-top: 30px;
	}
	
	.programas {
		margin-top: 20px;
	}
	
.secciones {
	padding-left: 15px;
	padding-right: 15px;
}

.flex-convocatorias {
	display: block;
	margin-right: 0;
}
	
.flex-thumb-convocatorias {
	max-width: 100%;
	margin-right: 0;
	font-size: 1.4rem;
	margin-bottom: 20px;
	padding: 20px 20px 10px 20px;
}
	
	.noticia .figcaption {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	
	.flex-thumb-programas {
		padding: 20px 20px;
	}
	
.flex-thumb-programas:first-child .figure > p {
	display: block;
	padding-right: 0;
}
	
	.flex-thumb-programas:first-child .figcaption {
		display: block;
	}
	
	.btn-masinfo {
	margin-bottom: 50px;	
	}

	
.btn-contacto {
	padding: 13px 26px;
	float: none;
}

.contacto {
	float: left;
	min-width: 0 !important;
}

.tel-mail {
	float: none;
	margin-left: 0;
}
	
}

@media (min-width:768px) and (max-width:992px) {
	
#myAffix {
	width: 31vw;
}

	
	
.fondo-gris2 {
	right: 62%;
}	
	
	.select-style.select-fechas {
		position: static;
		margin-bottom: 40px;
	}
	
h2.estructura {
	width: calc(33.33% - 22px);
}
	
.flex-thumb-estructura {
	flex: 1 calc(33.33% - 30px);
	max-width: calc(33.33% - 30px);
}
	
	
.share {
	clear: both;
	float: left;
	}
	
	.compartir {
		text-align: left;
	}
	
	.btn-descargar {
		display: block;
		width: 100%;
	}
	
	.descargar {
		font-size: 1.2rem;
	}
	
	.icono-descargar {

	top: 11px;
	}
	
.pelicula, .azalpena {
	margin-right: 20px;
	margin-left: 20px;
}
	
	
	


.grid-thumb-noticias {
	flex: 1 calc(50% - 30px);
	max-width: calc(50% - 30px);
}
	
.grid-thumb-noticias:first-child {
	flex: 1 100%;
	max-width: 100%;
}
	
@supports (display: grid) {
		
	
	
.grid-noticias {
	grid-template-columns: 50% 50%;
}
	
.grid-thumb-noticias {
	max-width: 100%;
}

.grid-thumb-noticias:first-child {
	grid-row: auto;
	grid-column: 1 / 3;
}
	
	}
	
	
	
	
.grid-thumb-noticias p.titular {
	font-size: 2rem;
	line-height: 2.6rem;
}
	
	

	
.grid-thumb-noticias:first-child img {
    max-width: 360px;
}
	


	
	
	#grid .column:nth-child(2) {
		margin-top: 0 !important;
	}
	
	.secciones {
		padding-left: 60px;
		padding-right: 45px;
	}
	
	.noticia .figure > p {
		display: block;
		padding-right: 0;
		width: 100%;
	}
	
	.noticia .figure img {
		max-width: 242px;
	}
	
	.destacada img {
		max-width: 360px;
	}
	
	.destacada .figcaption {
		padding-left: 0;
		padding-right: 0;
	}
		
	
	.noticia .figcaption {
		display: block;
		width: 100%;
		font-size: 1.8rem;
	}
	
	.fondo-gris {
		left: 35%;
	}
	

	
	.column {
		float: none;
		margin-right: 0;
	}

	.size-1of2 {
		width: 100%;
	}
	
	.peliculas {
		padding-left: 45px;
		padding-right: 30px;
	}
	
	.btn-masinfo {
		margin-bottom: 50px;	
	}
	
	.flex-convocatorias {
		display: block;
		margin-right: 0;
	}
	
.flex-thumb-convocatorias {
	max-width: 100%;
	margin-right: 0;
	font-size: 1.4rem;
	margin-bottom: 20px;
	padding: 20px 20px 10px 20px;
}
	
.flex-programas {
	display: block;
	margin-right: 0;
}

.flex-thumb-programas {
	max-width: 100%;
	margin-right: 0;
}

.flex-thumb-programas:first-child .figure > p {
	display: block;
	padding-right: 0;
}

.contacto {
	float: none !important;
}
	
.social {
	float:none;
	margin-top: 35px;
	display: inline-block
}

.nav-social {
	margin-top: 0;
}
	
.nav-social li a {
    padding: 0;
    margin-left: 0;
    margin-right: 24px;
}
	
.btn-contacto {
	padding: 13px 26px;
	float: none;
}

.contacto {
	float: left;
	min-width: 0 !important;
}

.tel-mail {
	float: none;
	margin-left: 0;
}
	
.boletin {
	padding: 0;
	padding-top: 30px;
}
	
.navbar-menu {
	margin-right: -9px;
}
.navbar-menu > li > a {
	padding: 10px 7px;
	font-size: 1.4rem;
}
.nav-hizkuntzak {
	margin-bottom: 16px;
}

.btn-eliminar {
	position: static;
	margin-left: 0;
	margin-top: 0
}
	
#grid {
	column-count: 1;
	column-gap: 0;
	margin-right: 0;
}

}

@media (max-width:767px) {
	
	.flex-fotos {

	display: block;

	margin-right: 0;

}

.flex-thumb-fotos {
	max-width: 100%;
	margin-right: 0;

	
}
	
	h1.pelis {
		float: none;
		display: block;
	}
	
.titulo .select-style {
margin-top: 0;
	margin-bottom: 30px;
	margin-left: 0;
	display: block;
	float: none;
}
	
.margen-arriba.margen-convoca {
	margin-top: 0;
}
	
.navbar-toggle[data-target=".navbar-ex2-collapse"] .icon-bar {
	background-color: #000 !important;
}
	
.navbar-collapse.navbar-ex2-collapse {
	background: transparent !important;
}
	
#myAffix {
    width: 100%;
}
	
.estatico {
	background-color: #f1f1f1;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
	
#myAffix.affix {
    bottom: auto;
    position: static !important;
}
	
.fondo-gris2 {
	right: 0;
	left: 0;
	display: none;
}
	
h2.estructura {
	width: calc(50% - 22px);
}
	
.flex-thumb-estructura {
	flex: 1 calc(50% - 30px);
	max-width: calc(50% - 30px);
}
	
	.txuria {
	padding-top: 20px;
}
	
	
.pelicula, .azalpena {
	margin-right: 0;
	margin-left: 0;
}
	
		.flex-thumb-cuatro {
	flex: 1 calc(50% - 30px);
	max-width: calc(50% - 30px);
}
	
.flex-thumb-convoca {
	flex: 1 calc(50% - 30px);
	max-width: calc(50% - 30px);
}
	
		.flex-thumb-convoca p.titular {
		font-size: 1.8rem;
			line-height: 2.4rem;
	}
	
.telefono, .foto-contacto, .foto-contacto .figcaption p, .googlemaps {
	margin-left: 0;
	margin-right: 0;
}
	
	.foto-contacto .figcaption p {
		margin-left: 0;
		font-size: 1.4rem;
	}
	
	.googlemaps {
		margin-bottom: 80px;
	}
	
		.btn-formulario {
		float: right;
	}
	
	.peliculas, .noticias {
		padding-left: 40px;
		padding-right: 40px;
	}
	
#grid {
	margin-right: 0;
}
	
.noticias {
	padding-top: 40px;
}

.noticia .figcaption {
    font-size: 2rem;

}

	
	
.grid-noticias {
	display: block;
	margin-right: 0;
}
	
	.grid-thumb-noticias {
		margin-right: 0;
		max-width: 100%;
	}
	
	
.grid-thumb-noticias .figcaption {
    padding: 10px 0 20px 0;
}
	
.grid-thumb-noticias p.titular {
		font-size: 2rem;
	line-height: 2.6rem;
	}
	
.grid-thumb-noticias img {
		max-width: 360px;
	}

.flex-thumb-convocatorias {
	font-size: 1.6rem;
}
	
.fondo-gris {
	left: 0;
}

.secciones {
    padding-left: 0;
    margin-bottom: 40px;
}
	
.oina2 {
	padding-top: 0;
	padding-bottom: 25px;
}
	
.oina2 h2 {
	text-align: center;
	margin-top: 43px;
	}
	
	.oina3 {
		padding-top: 18px;
		padding-bottom: 33px;
	}

	
	.logos {
		text-align: center;
	}
	
	.logos > li {
		float: none;
		display: block;
		height: auto;
		margin-bottom: 21px;
		text-align: center;
		width: 100%;
	}
	
	.logos > li > a {
		display: inline-block;
	}
	
	.contacto {
		float: none !important;
		min-width: 0 !important;
	}
	
.social {
	float:none;
	margin-top: 35px;
	display: inline-block
}

	.nav-social {
		margin-top: 0;
	}
	
.nav-social li a {
    padding: 0;
    margin-left: 0;
    margin-right: 24px;
}
	
.btn-contacto {
	padding: 13px 26px;
	float: none;
}



.tel-mail {
	float: none;
	margin-left: 0;
}
	
	.boletin {
		padding: 0;
		padding-top: 30px;
	}
	
	.nav-legal {
		text-align: center;
	}
	
	.nav-legal li {
		float: none;
		display: inline-block;
	}
	
	.nav-legal li a {
    font-size: 1rem;
		
	}
	
	p.lotura {
		text-align: center;
		margin-top: 10px;
	}
	
	p.lotura a {
    font-size: 1rem;
		
	}
	
.navbar-menu {
	padding: 25px 53px;
}	
	
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: transparent;
}
	
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
	color: #fff !important;
}
	
.navbar-menu li.open .dropdown-menu, .navbar-menu li.open a {
background: #fff;
}
	
.navbar-menu .dropdown-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 20px;
}
	
.navbar-menu .dropdown-menu > li > a {
	color:#000 !important;
	font-weight: 500 !important;
	
}
	
	.navbar-menu > li > a {
		padding-left: 0 !important;
	padding-right: 0 !important;
	}
	
.navbar-ex1-collapse {
	-webkit-box-shadow: 0px -7px 45px 18px rgba(255,255,255,0.15);
	-moz-box-shadow: 0px -7px 45px 18px rgba(255,255,255,0.15);
	box-shadow: 0px -7px 45px 18px rgba(255,255,255,0.15);
}
	
.navbar-default .navbar-toggle {
	padding: 0;
	border: none;
}
	
.navbar-toggle .icon-bar {
	width: 26px;
	height: 3px;
	background-color: #fff !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
	

	
.cabecera {
	background: #000;
	min-height: 90px;
	border: none;
}
	
.logo {
	top: 11px;
	height: 79px;
	padding-left: 20px;
	margin-left: -15px;
}
.logo img {
	width: 113px;
}
.nav-hizkuntzak {
	margin-top: 11px;
	margin-bottom: 3px;
}
caption, table {
	display: block
}
#menumain .dropdown-toggle {
	pointer-events: auto
}
#menumain {
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 1;
	width: 100%;
}
#menumain .navbar-header {
	height: 41px;
}
.navbar-menu {
	margin: 0;
	background: #000;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

	
.navbar-collapse {
	background: #fff!important;
	max-height: none!important;
	border-top: none!important;
	overflow-x: hidden!important
}
	
	
}

@media handheld, only screen and (max-width: 480px) {
	
h2.estructura {
	width: 100%;

}
	
	
.flex-estructura {
	display: block;
	margin-right: 0;
	text-align: center;
}

.flex-thumb-estructura {
	max-width: 262px;
	margin-right: 0;
	display: inline-block;
	text-align: left;
}
	
	.flex-cuatro {
		display: block;
		margin-right: 0;
	}
	
	.flex-thumb-cuatro {
		margin-right: 0;
		max-width: 100%;
	}
	
	
	.flex-convoca {
		display: block;
		margin-right: 0;	
	}
	
	.flex-thumb-convoca {
		max-width: 100%;
		margin-right: 0;
	}
	

	
	h1 {
		font-size: 2.2rem;
	}
	
	#grid {
	column-count: 1;
	column-gap: 0;
	margin-right: 0;
}
	
	#grid .column:nth-child(2) {
		margin-top: 0 !important;
	}
	
	.programas, .convocatorias {
		margin-top: 30px;
	}
	
	.column {
		float: none;
		margin-right: 0;
	}

	.size-1of2 {
		width: 100%;
	}
	
	.flex-thumb-programas:first-child .figure > p {
		display: block;
	}
	
	.flex-programas, .flex-convocatorias {
		display: block;
		margin-right: 0;
	}
	
	.flex-thumb-programas, .flex-thumb-convocatorias {
		margin-right: 0;
		max-width: 100%;
	}
	
	#grid .grid-item {
		text-align: center;
	}
	
	#grid .grid-item a {
		max-width: 272px;
		display: inline-block;
		position: relative;
	}
	
	.flex-thumb-convocatorias {
		margin-bottom: 20px;
	}
	
	.flex-thumb-noticias .figcaption, .destacada .figcaption {
		padding-left: 0;
		padding-right: 0;
	}
	
	.noticia .figure > p {
		display: block;
		padding-right: 0;
		width: 100%;
	}
	
	.noticia .figure img {
		max-width: 242px;
	}
	
	.btn-masinfo {
		margin-bottom: 30px;
	}
	
	.peliculas, .noticias {
		padding-left: 0;
		padding-right: 0;
	}
.navbar-menu {
	padding: 25px 33px;
}	
	
	
	
table {
	border: 0;
	padding-bottom: 0;
	width: 100%;
	clear: both
}
td:empty, thead {
	display: none
}
tbody, td, tfoot, th, tr {
	/*display: block;*/
	padding: 0;
	text-align: left!important;
	white-space: normal;
	border: none!important
}
tr {
	padding-bottom: 15px;
	margin-bottom: 20px
}
th:not([data-title]) {
	font-weight: 700
}

table.table td {
	margin-bottom: 10px
}
table.table dl {
	margin: 0
}
.btn-eliminar {
	position: static;
	margin-left: 0;
	margin-top: 0
}
table.table.table-hover:hover td {
	background: 0 0
}
table.table {
	border: 0;
	padding-bottom: 0;
	display: block;
	width: 100%;
	clear: both;
}
table.table caption {
	display: block;
}
table.table thead {
	display: none;
}
table.table tbody, table.table tfoot, table.table tr, table.table th, table.table td {
	display: block;
	padding: 0 !important;
	text-align: left !important;
	white-space: normal;
	border: none !important;
}
table.table tr {
	padding-bottom: 8px;
	border-bottom: 1px solid #cdcdcd !important;
	
}
table.table th[data-title]:before, table.table td[data-title]:before {
	content: attr(data-title) ":\00A0";
	font-weight: 700;
}
table.table th:not([data-title]) {
	font-weight: bold;
}
table.table td:empty {
	display: none;
}
	
	
}
