.tooltip { visibility: hidden }
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('../fonts/Montserrat-ExtraBold.otf');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat-Black';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
}
/* --------------------------------------------- 

* Filename:     style.css
* Version:      1.0.0 (2015-03-03)
* Website:      https://www.zymphonies.com
                https://www.freebiezz.com
* Description:  System Styles
* Author:       Zymphonies Dev Team
                info@zymphonies.com

-----------------------------------------------*/
#block-nexus-breadcrumbs {
    margin-bottom: 10px;
}
#myModal {

    background-color:#004189;

}
#myModal  .swiper-container {
	margin: 0 auto 0 !important;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
  font-family:'Montserrat-Regular', Arial;	
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color:#595254;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clear {
  height:1%;
}

#navigation {
  border-bottom: 1px solid #595254;
}
.front #navigation {
	border-bottom:none;	
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size:14px;
  background-color: #FFF;
}

a {
  color: #595254;
  text-decoration:none;
}

a:hover { 
  color: #595254;
  text-decoration:none;
}
#block-menu-menu-menu-principal-right > h2 {
  display: none;
}
#block-menu-menu-menu-principal-right .menu {
  float: right;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-bottom:6px;
  /*color: #333;*/
  line-height: 100%;
}

h1 {
  font-size:20px;
}

h2 {
  font-size:18px;
}

h3 {
  font-size:16px;
}

h4 {
  font-size:14px;
}

h5 {
  font-size:14px;
}

h6 {
  font-size:14px;
}

p {
  margin-bottom:15px;
  color: #595254;;
  font-size: 16px;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

.pager li{
	margin-right:5px !important;
	background:none !important;
}

table {


}

th {
  background: #FFF;
  border-bottom: 1px solid #e3000f;
  color: #004189;
  padding: 10px  10px  10px 0;
  font-weight: bold;
}

th a{
	color: #e3000f;
	font-size: 16px;
	text-transform:uppercase;
}
th a img{
	display:none !important;
}
td {
  background: #FFF;
  color: #e3000f;
  text-align: left;
  padding: 10px  10px  10px 0;
  border-bottom: 1px solid #e3000f;
}

code {
  background: rgb(250, 250, 250);
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

hr {
  border:none;
  border-top:#EEE 1px solid;
}

dt {
  font-weight:bold;
  margin-bottom:24px;
}

dd {
  margin-left:30px;
  margin-bottom:24px;
}

ul {
  margin-left:25px;
  margin-bottom:12px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom:0
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr,
acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}

big {
  font-size:1.3em;
}

cite,
em {
  font-style:italic;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  quotes:none;
  border: 1px solid rgb(226, 220, 220);
  background: rgb(250, 247, 247) url(../images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content:'';
  content:none;
}

strong {
  font-weight:bold;
}

sup,
sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  font-size:10px;
}

sup {
  bottom:1ex;
}

sub {
  top:.5ex;
}

img,
video {
  max-width:100%;
  height:auto;
}

video {
  display:block;
}

audio {
  max-width:100%;
}

b{ 
  font-weight: bold;
  color: #333;
}


.front #page-wrap {
  margin:-8px auto 20px;
}
.front #header_wrapper {
  background-color: rgba(255, 255, 255, 0.9);
}
#header_wrapper {
  background-color: #FFF;
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
}
#edit-cancel2 br{
	display:none;
}
.col-xs-6.logo-header-right {
  bottom: -100px;
  right: -20px;
}
.bmiaa {
  float: right;
  margin-bottom: 0;
  height: 30px;
  width: 70px;
}
#logo > a {
  display: inline-block;
  width: auto;
}
.rrss_header {
  float: right;
  list-style-type: none;
  margin-right: -66px;
  margin-top: 28px;
  width: 164px;
}
.rrss_header li{
	float:left;
	padding-left:5px;
}
#header {
  max-width: 1024px;
  margin: 0 auto;
}
.front #header{
	border-bottom:none;
}
.top_left {
  float: left;
  margin: 11px 0;
  width: 100%;
}

.top_right{
  float: right;
}



#logo img{
  display: block;
}

#site-title a,
#site-description {
  font-weight: normal;
}

#site-title {
  display:none;
  float: left;
  margin: 0;
  font-size:24px;
  font-weight:bold;
}

#site-title a{
  float: left;
  color: #F0F1F3;
}

#site-description {
  margin: 0;
  float: left;
  clear: both;
  color: #A5A5A5;
  font-size: 13px;
}

.menu_wrapper{
  width: 100%;
}

#main-menu {
  position: relative;
  float: left;
  padding-left: 0;
}
.top_right {
    padding-right: 0 !important;
}
.menu ul {
  float:left;
  padding:0;
  margin:0;
  list-style:none;
}
.menu li {
  border-right: 1px solid #595254;
  display: inline-block;
  float: left;
  height: 16px;
  position: relative;
  vertical-align: top;
}

#block-registration .menu li {
  border-right: 0px solid #595254;
  display: inline-block;
  float: left;
  height: 16px;
  position: relative;
  vertical-align: top;
  width: 100% !important;
}
#block-registration .menu a {
    padding: 0%;
    color: #004189;
}
.menu li:last-child {
	border-right:none;	
}
#block-menu-menu-menu-principal-right a {
  color: #595254;
}
#logo {
  padding: 10px 0;
}
#Languages a.active {
  font-weight: 400;
}
.slider-home{
	/*height:530px;*/
}
.menu a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #595254;
  font-size: 14px;
  padding: 0 10px;
  text-transform: uppercase;
  line-height: 100%;
}
.menu li:first-child{
	width:130px;
}
.menu li li:first-child {
  padding-top: 15px !important;
  width: 100% !important;
}
.menu li li:last-child a{
	padding-bottom:10px;	
}
.menu li:first-child a {
	padding-left:0;
}
.menu li li:first-child a {
	padding-left:10px;
}
.menu li:nth-child(2){
	width:170px;
}
.i18n-es .menu li:nth-child(2){
	width:209px;
}
#block-menu-menu-menu-footer .menu li:nth-child(2){
	width:208px;
}
.i18n-en .menu li:nth-child(2){
	width:175px;
}
.html .menu li li:nth-child(2), .html .menu li li:nth-child(3), .html .menu li li:nth-child(4){
	width:100%;
}
.menu li:nth-child(3) {
  width: 103px;
}
#block-menu-menu-menu-footer .menu li:nth-child(4) {
  width: 108px;
}
.menu li:last-child a {
	padding-right:0;
}
#block-menu-menu-menu-principal-right ul li:first-child{
	width:60px;
}
#block-menu-menu-menu-principal-right ul li:nth-child(2),
#block-menu-menu-menu-principal-right ul li:nth-child(3){
	width:98px;
}

.i18n-es #block-menu-menu-menu-principal-right ul li:nth-child(2), .i18n-es #block-menu-menu-menu-principal-right ul li:nth-child(3){
	width:74px;
}

.i18n-fr #block-menu-menu-menu-principal-right ul li:nth-child(2), .i18n-fr #block-menu-menu-menu-principal-right ul li:nth-child(3){
	width:78px;	
}

.i18n-it #block-menu-menu-menu-principal-right ul li:nth-child(2), .i18n-it #block-menu-menu-menu-principal-right ul li:nth-child(3){
	width:62px;
}
.i18n-cs #block-menu-menu-menu-principal-right ul li:nth-child(2), .i18n-cs #block-menu-menu-menu-principal-right ul li:nth-child(3),
.i18n-sk #block-menu-menu-menu-principal-right ul li:nth-child(2), .i18n-sk #block-menu-menu-menu-principal-right ul li:nth-child(3){
	width:63px;
}
.i18n-pt-pt #block-menu-menu-menu-principal-right ul li:nth-child(2), .i18n-pt-pt #block-menu-menu-menu-principal-right ul li:nth-child(3){
	width:73px;
}
.menu_footer ul li:nth-child(2), .i18n-en .menu_footer ul li:nth-child(2){
	width:195px;
}
.menu_footer ul li:nth-child(3){
	width:90px;
}
.i18n-es #block-menu-menu-menu-principal-right ul ul, .i18n-fr #block-menu-menu-menu-principal-right ul ul{
	right:26px;
}
.i18n-it #block-menu-menu-menu-principal-right ul ul {
  right: 49px;
}
.i18n-pt-pt #block-menu-menu-menu-principal-right ul ul{
	right:26px;
}
.i18n-cs #block-menu-menu-menu-principal-right ul ul{
  right: 63px;
}
.i18n-sk #block-menu-menu-menu-principal-right ul ul {
	right: 54px;
}
#block-menu-menu-menu-principal-right .menu li li a{
	text-align:right;
}

#block-menu-menu-menu-principal-right ul:first-child li:nth-child(2){
	display:none;
}
#block-menu-menu-menu-principal-right ul:first-child li:nth-child(2).leaf{
	display:block;
}
#block-menu-menu-menu-principal-right ul li:nth-child(3) a{
	font-family: "Montserrat-Regular" !important;	
}
#block-menu-menu-menu-principal-right ul li:nth-child(3) a:hover{
	font-family: "Montserrat-Bold" !important;	
}
#name-and-slogan {
  display: none;
}
.menu li a.active{
  font-family:"Montserrat-Bold";
  color: #595254;
}
.menu li a.active li a{
  font-weight:400 !important;

}

.page-node-71 .toggle_previous_sin, .page-node-73 .toggle_previous_sin, .page-node-74 .toggle_previous_sin,
.page-node-75 .toggle_previous_sin, .page-node-76 .toggle_previous_sin, .page-node-78 .toggle_previous_sin,
.page-node-177 .toggle_previous_sin{
	margin-top:40px;
}



.page-node-71 .toggle_previous_sin:first-child{
	margin-top:10px;
}

.menu li:hover >a, .menu li li a:hover{
  font-family:"Montserrat-Bold";
}

#main-menu ul li:first-child {
  padding-left:0;
}

ul.menu{
  padding: 0;
  margin: 0;
}

#block-block-23 .col-xs-12.col-sm-6, .top .desc {
  padding-left: 0;
  padding-right: 12px;
}
.col-xs-12.col-sm-6.pull-right {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-12.col-sm-6.intro_home {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-6.intro_home_left {
  padding:  0;
}
.col-xs-6.intro_home_right {
  padding: 0;
}

#block-block-26 {
  float: left;
  margin-bottom: -312px;
  position: relative;
}
.col-xs-12.col-sm-6.legal_home {
  padding-left: 0;
  padding-right: 12px;
}
.col-xs-6.legal_home_left {
  padding: 0;
}
.col-xs-6.legal_home_right {
  padding: 0;
}
.col-xs-12.legal_home_full {
  padding: 0;
}

.col-xs-12.col-sm-6.jury_home {
  float: right;
  margin-top: -61px;
  padding: 0;
}
.col-xs-6.jury_home_left {
  margin-top: 12px;
  padding-left: 0;
  padding-right: 0;
}
.col-xs-6.jury_home_right {
  padding-left:0;
  padding-right: 0;
}
.col-xs-6.jury_home_right2 {
  padding-left:0;
  padding-right: 0;
}
.col-xs-6.jury_home_right > img {
  padding-bottom: 18px;
}
.col-xs-6.jury_home_right2 > img {
  padding-bottom: 18px;
}
.region ul.menu li, .region ul.links li, .region .item-list ul li {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.front .page-title {
  display: none;
}
/*#main-menu li li:hover > a{
	font-weight:bold;
}*/
.drop-down-toggle {
  border: 2px solid #595254;
  border-radius: 15px;
  display: none;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 3px;
  width: 24px;
  cursor: pointer;
}

.drop-down-arrow {
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-top: 7px solid #595254;
  display: block;
  height: 0;
  margin: 8px 0 0 3px;
  width: 0;
}
.menu li li {
  float:none;
  min-width:160px;
  padding:0;
  margin:0;
  position: relative;
  width: 100%;
}

.menu li ul ul{
  left: 162px;
  top: 0;
}
#block-menu-menu-menu-principal-right li li {
  min-width: 105px;
  padding-right: 7px;
}
.menu li li a {
  margin: 0;
  text-align: left;
  padding:5px 10px;
  color: #595254;

}

.i18n-en #block-menu-menu-menu-principal-right li li, .i18n-fr #block-menu-menu-menu-principal-right li li, .i18n-sk #block-menu-menu-menu-principal-right li li {
  min-width: 125px;
  padding-right: 7px;
}
.i18n-it #block-menu-menu-menu-principal-right li li {
  min-width: 120px;
  padding-right: 7px;
}
.i18n-cs #block-menu-menu-menu-principal-right li li {
  min-width: 135px;
  padding-right: 7px;
}
.i18n-en #block-menu-menu-menu-principal-right ul ul{
  right: 20px;
}
.i18n-fr #block-menu-menu-menu-principal-right ul ul{
	right: 40px;
}
.i18n-it #block-menu-menu-menu-principal-right ul ul{
	right: 40px;
}
.menu li ul {
  display: none;
  margin: 2px 0 0;
  overflow: visible !important;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.menu li:hover > ul,
.menu li li:hover > ul,
.menu li li li:hover > ul {
  display:block;
}

#main-menu .nav-toggle {
  display:none;
}

#main-menu ul li.leaf, 
#main-menu ul li.expanded, 
#main-menu ul li.collapsed {
  list-style:none;
}

.menu li li{
  border: 0;
  margin: 0;
  height: auto;
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}

#main-menu ul.menu li li:hover >a{

}

#main-menu li li.expanded >a {
  padding-right: 30px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: right;
}

#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}

#container {
  clear: both;
  overflow: hidden;
}

.container-wrap{
  max-width: 1024px;
  margin: 0px auto;
  overflow: hidden;
}

.region-slideshow{
  background-size: 100%;
}

#block-nivo-slider-nivo-slider{
  margin: 0 auto;
}
.views-row {
  width: 100%;
}
#slider {
  background: transparent;
  position:relative;
  box-shadow: none;
  overflow: visible;
}

.nivo-caption {
  background: #2F353E;
  margin: 0;
  right: 0;
  padding: 0;
  width: 100%;
  font-size: 14px;
  height: auto;
  bottom: 25px;
  left: auto;
  text-align: center;
}

.nivo-caption h2{
  padding: 2% 2% 0 2%;
  font-size: 22px;
  text-transform: uppercase;
}

.nivo-caption p{
  padding: 2%;
  font-size: 14px;
}

.slider-wrapper #slider{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
}

.theme-default .nivo-controlNav{
  text-align: center;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img{
  width: 100px;
}

.theme-default .nivo-controlNav{
  padding: 5px 0 0 0;
}

.theme-default .nivo-controlNav a {
  text-indent: 9999px;
  font-size: 0;
}

.theme-default .nivo-controlNav a:hover img{
  background: #999;
}

.content-sidebar-wrap {
  float:left;
  width:100%;
}

.content-sidebar-wrap #content {
  display: inline;
  margin-bottom:30px;
  float:right;
  width:100%;
}

#sidebar-first { 
  float: left;
}

#sidebar-second {
  float: right;
}

aside .block{
  margin: 1%;
}

aside #user-login-form input.form-text{
  width: 90%;
}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width:79%;
}

body.two-sidebars #content {
  width:73%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 73%;
}

body.sidebar-first #sidebar-first {
  width: 24%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 75%;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
  width: 22%;
}

.breadcrumb {
  margin: 0 0 10px 0px;
  margin-bottom:10px;
  border-bottom:#eee 1px solid;
}
.ganadores, .ceremonias, .catalogos, .premios, .jueces, .reglas, .registro, .jurado {
  margin-bottom: 40px;
}
.node {
  margin:20px 0;
  display: flex;
}
.content {
  width: 100%;
}
.node-bigmat-17 h4 {
  color: #004189;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
.node h2.title, .page-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.node h2.title{
  font-size: 30px;
  /*text-align: center;*/
}

.node h2.title a{
  color: #F45145;
  display: none;
  /*E3000F*/
}

#nav:not(:target) > a:first-of-type, #nav:target > a:last-of-type {
  display: block;
}
.col-xs-12.txt-intro {
  font-size: 20px;
  padding: 0;
}
.col-xs-12.txt-intro p{
	font-size: 20px;
}
.form-item.form-type-item{
	display:none;
}
#concurso-bigmat-popular-prize .form-item.form-type-item{
	display:block;
}
#concurso-bigmat-ver-documentacion .form-item.form-type-item, #concurso-bigmat-zone-proyectos-gestor .form-item.form-type-item{
	display:block;
}
#concurso-bigmat-popular-prize .contenido h2{
	color:#E40615;
  font-weight: bold;
}
#concurso-bigmat-popular-prize h3 {
  font-weight: bold;
}
#concurso-bigmat-popular-prize .selected-proyects > div.form-item.form-type-item {
  max-height: 360px;
  overflow-y: scroll;
  padding-right: 20px;
}

#concurso-bigmat-popular-prize .selected-proyects > div.form-item.form-type-item::-webkit-scrollbar
{
  width: 8px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}

#concurso-bigmat-popular-prize .selected-proyects > div.form-item.form-type-item::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

#concurso-bigmat-popular-prize .selected-proyects > div.form-item.form-type-item::-webkit-scrollbar-thumb
{
  background-color: #595254;
}
.titular-proyects {
  display: block;
  float: left;
  text-transform: uppercase;
  width: 100%;
}
.titular-proyects > div > label{
	color:#274486;
	font-weight:normal;	
}

.check-proyect {
  float: right;
}
.selected-proyects .proyect {
  float: left;
  height: 180px;
  margin-bottom: 15px;
  margin-right: 15px;
  width: 180px;
}
.codigo-proyecto {
  text-transform: uppercase;
  color: #274486;
  cursor:pointer;
  font-size: 12px;
}

#breadcrumbs {
  display: none;
}
.field.field-name-field-orden.field-type-number-integer.field-label-above {
  display: none;
}
.coordination.col-xs-12, .secretary.col-xs-12, .vocal.col-xs-12,
.bm_int.col-xs-12, .bm_awa.col-xs-12, .node-previous-editions .col-xs-12, .node-previous-editions .col-xs-12.col-sm-7{
  padding: 0 0 25px;
  text-transform: none;
}
.catalogos a {
  text-decoration: underline;
}
.bm_int.col-xs-12 div, .bm_awa.col-xs-12 div {
	padding: 0;
	margin-bottom: 20px;
} 
.blue_extra_big {
	font-family: "Montserrat-Light";
  color: #004189;
  font-size: 70px;
  line-height: 70px;
}
.blue_60{
	font-family: "Montserrat-Light";
  color: #004189;
  font-size: 60px;
  line-height: 60px;
}
.blue_big {
  color: #004189;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
}
.blue {
  color: #004189;
  font-size: 24px;
  line-height: 28px;
}
.blue strong {
  color: #004189;
}
.left_judges.col-xs-12.col-sm-7 {
  display: block;
  height: auto;
  padding: 0;
  margin-bottom: 20px;
}
.right_judges.col-xs-12.col-sm-5 {
  display: block;
  float: right;
  height: auto;
  padding: 0 !important;
  text-align: right;
}
.toggle_previous_sin, .fieldset-legend {
  border: 1px solid #fff;
  border-bottom: 1px solid #e3000f;
  color: #e3000f;
  font-size: 21px;
  padding-bottom: 5px;
  padding-right: 40px;
  display:block;
  text-transform:uppercase;
  z-index:2;
}
.toggle_previous_sin_blue{
  border: 1px solid #fff;
  border-bottom: 1px solid #004189;
  color: #004189;
  font-size: 21px;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-bottom: 5px;
  padding-right: 40px;
  display:block;
  text-transform:uppercase;
  z-index:2;
}
.toggle_previous_sin a{
  color: #e3000f;
  font-size: 21px;
}
.toggle_previous {
  background: rgba(0, 0, 0, 0) url("../images/flecha_down.png") no-repeat scroll right bottom;
  border: 1px solid #fff;
  border-bottom: 1px solid #e3000f;
  color: #e3000f;
  cursor: pointer;
  font-size: 21px;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-bottom: 5px;
  padding-right: 40px;
  display:block;
  text-transform:uppercase;
  z-index:2;
}
.toggle_judges {
  background: rgba(0, 0, 0, 0) url("https://dd20.vservers.es/bigmat/themes/nexus/assets/images/flecha_down2.png") no-repeat scroll right bottom;
  border-bottom: 1px solid #004189;
  color: #004189;
  font-size: 16px;
  line-height: unset;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 5px;
  padding-right: 40px;
  cursor: pointer;
}
.title_rules {
  color: #004189;
  font-size: 16px;
  line-height: unset;
  margin-bottom: 15px;
  margin-top: 15px;
}
.user-pass p{
	display:none !important;
}
.toggle_judges strong, .toggle_judges_sin strong{
	color: #004189;
}
.toggle_judges_sin {
  border-bottom: 1px solid #004189;
  color: #004189;
  font-size: 16px;
  line-height: unset;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 5px;
  padding-right: 40px;
}
.toggle_descargar {
  background: rgba(0, 0, 0, 0) url("../images/pdf.png") no-repeat scroll right bottom;
  border-bottom: 1px solid #e3000f;
  color: #e3000f;
  cursor: pointer;
  font-size: 21px;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-bottom: 5px;
  padding-right: 40px;
}
.toggle_descargar a{
	color: #e3000f;
}
.ganadores h4 {
  color: #004189;
  font-size: 18px;
}
.right_judges.col-xs-12.col-sm-5, .right_judges.col-xs-12.col-sm-5 strong, .right_judges.col-xs-12.col-sm-5 div {
    font-size: 20px;
    color: #004189;
}
.jury-margin-bottom{
	margin-bottom:10px;
}
.margin-left{
	font-size: inherit;
	margin-left:15px;
}


.node-previous-editions p {
  text-transform: none;
}
.ganadores, .ganadores strong, .ganadores p, .ganadores p strong,
.ceremonias, .ceremonias strong, .ceremonias p, .ceremonias p strong{
  color: #004189;
  text-transform: none;
}
.subr {
  text-decoration: underline;
}
footer {
  display: none;
}
.page-title {
  color: #595254;
  font-size: 34px;
  margin-bottom: 0 !important;
  padding-top: 30px;
  text-transform: uppercase;
}

.top {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index:99;
}
.top .container-wrap {
  height: 100%;
}
.top .desc {
  height: 100%;
  padding-left: 0;
}
.top .desc p{
  font-size: 26px;
}
.top .legend1 p{
  font-size: 14px;
}

.swiper-wrapper p, .swiper-wrapper p strong, .top p, .top p strong{
	color:#FFF;	
	margin: 0;
	text-transform: uppercase;
}

/** BEFORE PARA LOS ELEMENTOS TOGGLE **/
#ganadores:before, #premios:before, #reglamento:before, #ceremonias:before, #catalogos:before, #jurado:before {
      display: block;
      content: " ";
      margin-top: -230px;
      height: 230px;
      visibility: hidden;
      z-index:0;
}



.fondo_transparent {
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  display: flex;
  height: 100%;
  padding: 0 0 15px 15px;
}
.swiper-textos {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.legend.col-xs-6.col-xs-push-2 {
  height: 100%;
}
.legend1{
	bottom: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
}
.page-node-111 .col-xs-12.pull-right, .page-node-112 .col-xs-12.pull-right, .page-node-116 .col-xs-12.pull-right, .page-node-167 .col-xs-12.pull-right, 
.page-node-127 .col-xs-12.pull-right, .page-node-129 .col-xs-12.pull-right, .page-node-153 .col-xs-12.pull-right, .right_judges.col-xs-12.col-sm-5{
  color: #004189;
  font-size: 18px;
  text-align: left;
  padding-left: 10% !important;
  margin-top: -10px;
  float:right;
}
.page-node-111 .field-item.even > h2, .page-node-111 .field-item.even > h3,
.page-node-112 .field-item.even > h2, .page-node-112 .field-item.even > h3,
.page-node-116 .field-item.even > h2, .page-node-116 .field-item.even > h3,
.page-node-127 .field-item.even > h2, .page-node-127 .field-item.even > h3,
.page-node-129 .field-item.even > h2, .page-node-129 .field-item.even > h3,
.page-node-153 .field-item.even > h2, .page-node-153 .field-item.even > h3,
.page-node-167 .field-item.even > h2, .page-node-167 .field-item.even > h3 {
  color: #e3000f;
}
#post-content article{
  background: #FFF;
  /*padding: 4%;
  margin: 8% 0;*/
  margin:0;
  /*border-top: 8px solid #CDD851;*/
}

#post-content article:first-child{
  margin: 0;
}

#post-content article h2.title{
  margin: 30px 0 0;
}

#post-content article.node-page{
  border-color: #F45145;
}

#post-content article.node-blog{
  border-color: #9BA2AF;
}

.block {
  margin-bottom: 2%;
  height: auto;
}

.block:last-child{
  margin: 0;
}

.block > h2{
  padding: 0 0 15px 0;
  display: none;
  overflow: hidden;
  text-align: left;
}

.theme-default .nivo-directionNav a {
  opacity: 9 !important;
  top: 0;
  right: 31px;
  left: auto;
  opacity: .5 !important;
  background: url(../images/slider-arrow.png) #FFF -12px 44px;
}

.theme-default .nivo-directionNav a:hover{
  opacity: 1 !important;
}

.nivo-directionNav{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #2F353E;
  width: 100%;
  height: 25px;
  top: auto;
  z-index: 6;
}

.theme-default .nivo-caption p,
.theme-default .nivo-caption h3,
.theme-default .nivo-caption h2,
.theme-default .nivo-caption h1{

  color: #FFF;
}

.theme-default a.nivo-prevNav:hover{
  background: url(../images/slider-arrow.png) #FFF -12px 44px;
}

.theme-default a.nivo-nextNav {
  right: 0;
  background-position:  -78px 44px;
}

.theme-default a.nivo-nextNav:hover{
  background-position:  -78px 44px;
}

#block-menu-menu-menu-footer {
  margin-top: 95px;
  position: absolute;
}


.region-front-welcome{
  max-width: 1024px;
  margin: 2% auto;
  text-align: center;
  overflow: hidden;
  line-height: 150%;
}

.region-front-welcome .block h2{
  text-align: center;
  font-size: 22px;
}

.submitted {
  clear: both;
  color: rgb(56, 56, 56);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 0;
}

.links {
  color: #000;
  margin-top: 10px;
}

ul.links {
  margin:0;
}

/*-------------------------------------------*
  Fix CKEditor style
/*-------------------------------------------*/

table.cke_editor {
  background: transparent;
  border: 0;
}

table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
  Poll, Buttons, Form
/*-------------------------------------------*/

.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit{
  cursor: pointer;
  margin:5px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 6px;
}

/*-------------------------------------------*
  Menus and item lists 
/*-------------------------------------------*/

.item-list ul {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

/*-------------------------------------------*
  Admin Tabs
/*-------------------------------------------*/

.tabs-wrapper {
  margin: 0 0 5px 0;
}
 .tabs-wrapper  ul li:first-child {
	display:none;
}
ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li{
  float: left;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
  Tabs and Tags
/*-------------------------------------------*/

.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: #19A9E5;
  padding: 0px 6px;
  border-radius: 2px;
  font-size: 13px;
  color: #FFF;
  margin-bottom: 1px;
}

.field-name-field-tags .field-item {
  margin: 0 5px;
}

.field-name-field-tags div {
  display: inline;
}

/*-------------------------------------------*
  Profile
/*-------------------------------------------*/

.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
  Navigation
/*-------------------------------------------*/

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
  Forum
/*-------------------------------------------*/

.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(../images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

img { 
  outline: 0;
  max-width: 100%;
  height: auto;
}

.comment h2.title { 
  margin-bottom: 1em; 
}

.comment div.user-picture img { 
  margin-left: 0; 
}

.comment { 
  margin-bottom: 20px; 
  vertical-align: top; 
}

.comment .indented { 
  margin-left: 40px; 
}

.comment-unpublished { 
  margin-right: 5px; 
  padding: 5px 2px 5px 5px; 
}

.user-picture{
  text-align: center;
}

.user-picture img {
  border-radius: 50%;
  position: relative;
  bottom: -40px;
  margin-top: -30px;
  border: 8px solid #9BA2AF;
}

#comments .comment .comment-text{
  background: #FFF;
  border-top: 8px solid #9BA2AF;
  padding: 4% 5%;
}

#comments .attribution{
  padding-bottom: 2%
}

fieldset { 
  background: #ffffff; 
  margin-top: 10px; 
  margin-bottom: 32px;
  padding: 0 0 10px; 
  position: relative; 
  top: 12px;
}

.fieldset-wrapper { 
  margin-top: 25px; 
}

.field .field-label{ font-weight: normal; }

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0; 
}

.filter-wrapper { 
  top: 0; padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0; 
  -khtml-border-radius-topleft: 0; 
  -moz-border-radius-topright: 0; 
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0; 
  -webkit-border-top-right-radius: 0; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0;
}

.filter-help a { 
  font-size: 0.857em; 
  padding: 2px 20px 0; 
}

.filter-wrapper .form-item label { 
  margin-right: 10px; 
}

.filter-wrapper .form-item { 
  padding: 0 0 0.5em 0.5em; 
}

.filter-guidelines { 
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed { 
  background: transparent;
  -khtml-border-radius: 0; 
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
   border-radius: 0;
}

fieldset legend {
  width: 100%;
}

#user-create-account-form .form-text, #user-create-account-form select {
  width: 88%;
}

fieldset.collapsed legend { 
  -khtml-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
}

fieldset .fieldset-wrapper {
  padding: 0 0px;
}

fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  font-style: italic;
}

input {
  margin: 2px 0;
  padding: 4px;
}

textarea.form-textarea,
select.form-select {
  padding: 4px;
}

input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid #004189;
}

.password-suggestions ul li {
  margin-left: 1.2em;
}

.form-item,
.form-actions {
  margin: 10px 0;
}

.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}

/* Form Buttons */

button,
body a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"], div.cancel a{
  padding: 8px 16px;
  color: white;
  float:left;
  font-size: 18px;
  margin:15px 15px 15px 0;
  background: #004189;
  border: 0 !important;
  line-height: 100%;
  display: inline-block;
  cursor:pointer !important;
  text-transform:uppercase;
  font-family: "Montserrat-Regular";
  color: white !important;
}
.nuevo {
  margin-left: 0;
  margin-top: 65px;
}
.nuevo a{
	padding: 8px 16px;
  color: white;
  font-weight:bold;
  font-size: 15px;
  margin: 20px 20px 20px 0;
  background: #004189;
  border: 0;
  line-height: 100%;
  display: inline;
  cursor:pointer !important;
  text-transform:uppercase;
}
.lytebox a span{
	color: #004189;
	cursor:pointer;
}
.remember{
	color: #004189;
}
button:hover,
body a.btn:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover, div.cancel a:hover, .nuevo a:hover {
  background-color: #e3000f;
  background-color: #e3000f;
  border: 0 !important;
}

a.read_more{
  background: #00AC00;
  padding: 5px 9px;
  text-decoration: none;
  margin: 10px 0;
  border: 0 !important;
}

a.read_more:hover{
  background: green;
}

ol.search-results {
  padding-left: 0;
}

.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}

.search-results li:last-child {
  border-bottom: none;
  padding-bottom: none;
  margin-bottom: 1em;
}

.search-results .search-snippet-info {
  padding-left: 0;
}

.top_right .region-search{
  float: right;
  margin: 6% 0;
}

.top_right .region-user-menu ul.menu { 
  float: right;
}

.search_block{
  margin: 9px 0;
  overflow: hidden;
}

.top_right .region-user-menu{
  overflow: hidden;
  width: 100%;
}

.top_right ul.menu li a.active{
  color: #6CDCFF;
}

#top-area {
  clear:both;
  position:relative;
  max-width: 1000px;
  margin: 1% auto;
  text-align: center;
}

#top-area .block {
  margin: 0;
}

#top-area .column {
  float: left;
  width: 33%;
  padding: 0 2%;
  border-right: 1px solid #EFF0F3;
}

#top-area .column:last-child{
  float: right;
  margin-right: 0;
  border: 0;
}

#footer-area .column:last-child{
  /*float: right;*/
}

#top-area h2{
  padding: 10px 0;
  margin: 0;
}

#top-area .column .content{
  padding: 10px 0;
}

#top-area .column:first-child {
  margin-left:0;
}

#top-area .column-title {
  color:#e0e0e0;
}

#footer {
  overflow: auto;
  margin: 0 auto;
  width: 100%;
}
.footer_1 .col-xs-6 {
  padding-left: 0;
}
/*#footer li a:hover{
  color: #F57C73;
}*/

#footer_wrapper,
.footer_credit{
  max-width: 1024px;
  margin: 0 auto;
}

.footer_credit{
  padding: 1% 0 0 0;
}

.region-signup{
  background: #F0F1F5;
  border: 1px solid #D0D0D3;
  padding: 3%;
  margin: 3% 0;
  text-align: center;
}
.menu_footer{
	padding-left:0 !important;
}
.region-signup p{ margin: 0; }

.region-signup h1{
  margin-bottom: 3%;
}

.region-signup .btn{
  background: #97BA0C;
  border-color: #AAD20E;
}

.region-signup .btn:hover{
  background: #AAD20E;
}

.footer_credit p{ color: #aaa; width: 30%; padding: 1% 0; }

.col-xs-6.footer-right {
  margin-top: 5px;
  padding-right: 0;
  text-align: right;
}
.footer_1 .col-xs-4 {
  padding-right: 0;
}
.footer_1 p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}

#footer-area .column {
  /*float: left;
  /*width: 24.2%;
  margin: 0 0 0% 1%;
  padding: 1%;*/
}

#footer-area .column:first-child {
  margin-left:0;
}

#copyright {
  clear:both;    
  padding:1% 0px;
}

.copyright {
  float:left;
}

.credits {
  float:right;
  margin-right:12px;
  text-align:right;
}

#copyright p {
  margin:0;
  display: none;
}

.footer_inner_credit{
  margin: 10px auto;
}

/*---------------------------
  Social Icons
----------------------------*/

.social-icons{
  text-align: center;
  float: left;
  width: 40%;
}

.social-icons ul{ margin: 0; }
 
.social-icons li{
  display: inline-block;
}

.social-icons li a {
  width: 30px;
  color: #777;
  padding: 8px 10px;
  display: block;
  overflow: hidden;
  background: #E7E7E7;
  line-height: 100%;
  border-radius: 50%;
}

.social-icons li a:hover{
  background: #fff;
  color: #000;
}

/*---------------------------
  User Menu
----------------------------*/

.region-user-menu h2{ display: none; }

.region-user-menu ul li{ 
  display: inline-block;
  background: none;
  padding: 0 10px;
  line-height: 100%;
}

.region-user-menu ul li.last {
  border: 0;
  padding-right: 0;
}

/*---------------------------
  Footer
----------------------------*/

.footer_block{ 
  clear: both;
}

#footer .block > h2{ 
  padding: 10px 0;
  color: #fff;
  display: none;
}

.bottom_widget #footer-area .column{
  width: 32.5%;
}

.top_widget #footer-area .column{
  width: 49.5%;
}

.node-article .field-type-image img{
  border: 8px solid #D8D8D8;
  margin: 0 0 2% 0;
}

.page-blog article{
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 20px;
}

.page-blog article footer{
  background: #F3F3F3;
  padding: 5px 10px;
  border: 1px solid #E7E7E7;
}

.field-name-field-tag{
  margin: 20px 0;
  overflow: hidden;
}

.field-name-field-tag .field-item{
  display: inline-block;
}

.field-name-field-tag .field-item a{
  display: block;
  background: #5183AF;
  color: #FFF;
  padding: 4px 8px;
  margin: 2px;
  border-radius: 3px;
}

.user-menu-wrapper{
  width: 100%;
  overflow: hidden;
}

.user-menu-wrapper ul.menu{
  text-align: right;
  margin: 0;
  float: right;
}

.user-menu-wrapper ul.menu li{
  margin: 0;
  padding: 0;
  border-color: #3AC5FF;
  float: left;
  background: none;
}

.user-menu-wrapper ul.menu li a{
  display: block;
  padding: 3px 7px;
  font-size: 13px;
  border-right: 1px solid #DDD;
}

.user-menu-wrapper ul.menu li.last a{
  border: 0;
}
.user-menu-wrapper ul.menu li a:hover{
  text-decoration: underline;
}

.region-contactno{
  float: right;
}

.region-contactno .block{ 
  float: right;
}

.region-contactno h2, 
.region-contactno .content{ 
  float: left; 
  margin: 0; 
  font-size: 16px;
  padding: 10px 0px 10px 10px 
}

.region-contactno .content p{ padding: 0; margin: 0; }

.full-wrap{ max-width: 1024px; margin: 0 auto; }

/*#footer .column li{
  display: block;
  padding: 10px 0;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-color: #3C3C3C;
}*/
.rrss_footer {
  list-style: outside none none;
  float: right;
}
.rrss_footer > li {
  float: left;
  padding-left: 5px;
}
.footer_1 .col-xs-12 {
  border-top: 1px solid #595254;
  margin: 10px 0 0;
  padding: 10px 0 0;
}
#footer .column li:last-child{
  /*border: 0;*/
}

#footer ul{
  margin: 0;
}

.feature{
  text-align: center;
}

.feature .fa{
  padding: 26px;
  font-size: 58px;
  margin: 0 auto;
  border-radius: 50%;
  width: 110px;
  text-align: center;
  height: 110px;
  margin: 3% 0;
}

.page-bigmat-popular-prize #sidebar-second.col-xs-12.col-sm-3, #registro{ display: none }




.toggle_rules {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) url("../images/flecha_down.png") no-repeat scroll right bottom;
  border-color: #fff #fff #e3000f;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #e3000f;
  cursor: pointer;
  display: block;
  font-size: 21px;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-bottom: 5px;
  padding-right: 40px;
  text-transform: uppercase;
  z-index: 2;
}

.proyect .img_trasnp{ 
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'https://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); 
}
.proyect .img_opacity{ filter: grayscale(0%); }

#edit-proyectos input[type=checkbox]:not(.aceptar) {
							position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						label.codigo-proyecto, label.codigo-proyecto.clr {
							padding-left:20px;
							height:15px; 
							display:inline-block;
							line-height:15px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:15px;
							vertical-align:middle;
							cursor:pointer;
							font-weight: normal;
							color:#595254;
						}

						label.codigo-proyecto.chk {
							background-position: 0 -15px;
							color: #274486;
						}
						#edit-proyectos label.codigo-proyecto {
				background-image:url("../images/csscheckbox_361488ed55ac307a47c4914dcc74d0f8.png");
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}
.background_img_down{ background:rgba(0, 0, 0, 0) url("../images/flecha_down.png") no-repeat scroll right bottom }
.background_img_close{ background:rgba(0, 0, 0, 0) url("../images/close.png") no-repeat scroll right bottom }

.pop-up-content-vote a {
  color: #fff;
  width: 100%;
}

.close-pop-up-vote img {
   width: 29%;
margin: 0 36%;
}

#user-login, #user-pass, #user-register-form {
  padding: 2% 0;
}

#user-login .form-item.form-type-textfield.form-item-name {
  float: left;
  width: 50%;
}
#user-login .form-item.form-type-password.form-item-pass {
  float: left;
  width: 50%;
}
.page-user .tabs-wrapper{
	display:none;
}
.link_registro {
  text-decoration: underline;
}
.acceder {
  float: left;
  margin-top: 15px;
  width: 100%;
}
/*Error Style*/


div.messages {
  background-position: 8px 8px; /* LTR */
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px; /* LTR */
}

div.status {
  background-image: url(../../misc/message-24-ok.png);
  border-color: #be7;
}
div.status,
.ok {
  color: #234600;
}
div.status,
table tr.ok {
  background-color: #f8fff0;
}

div.warning {
  background-image: url(../../misc/message-24-warning.png);
  border-color: #ed5;
}
div.warning,
.warning {
  color: #840;
}
div[role=alert],
table tr.warning {
  background-color: #fffce5;
}

div.error {
  background-image: url(../../misc/message-24-error.png);
  border-color: #ed541d;
}



div.error,
table tr.error {
  background-color: #fef5f1;
}
div.error p.error {
  color: #333;
}

div.messages ul {
  margin: 0 0 0 1em; /* LTR */
  padding: 0;
}
div.messages ul li {
  list-style-image: none;
}



div.status{
  background: #F8FFF0;
  border-color: #BE7;
}

div.warning{
  background-color: #FFFCE5;
  border-color: #ED5;
}

.region-clients{ overflow: hidden; }

.region-clients ul li{
  list-style: none;
  float: left;
  width: 20%;
  text-align: center;
  border: 1px solid #444444;
  padding: 1.5%;
}

.top-msg-wrap{
  text-align: center;
  padding: 1% 0;
  box-shadow: 0 0 40px #000;
  z-index: 11;
  background: #fff;
  position: relative;
  display:none;
}

.top-msg-wrap h1{ font-size: 16px; }

.top-msg-wrap a.btn{
  font-size: 14px;
  margin: 0 2%;
  border-radius: 4px;
  background: #00CF00;
}

.top-msg-wrap a.btn:hover{
  background: #00A300;
}
#navigation > .section > h2 {
  display: none;
}


/* ----- BOOTSTRAP ------ */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

header h2 {
  position: absolute;
  top: -18px;
}

.views-row header {
  display: none;
}
.views-row.views-row-first header {
  display: block;
}

.views-row.views-row-first .content.node-previous-editions, .views-row.views-row-first .content.node-bigmat-17 {
  margin-top: 60px;
}
.not-front .swiper-container.swiper-container-horizontal {
  margin-top: 0;
}
.ganadores p {
  color: #004189;
  margin-bottom: 0;
  margin-top: 0;
}
.ganadores p strong{
  color: #004189;
}
.ganadores img {
  margin-top: 15px;
}

.ganadores .swiper-container{
	padding-bottom:40px;
}
.ganadores .swiper-pagination {
  text-align: left;
  width: 50% !important;
}
.ganadores .swiper-pagination-bullet{
	margin:0 5px;
}
ul.menu ul li a.active {
  font-weight: normal;
}
.link_bigmat {
  border-top: 1px solid;
  margin-top: 15px;
  padding-top: 15px;
}
.seccion label, .seccion label span, #contact-site-form label, #user-login-form label, .page-user label, 
#concurso-bigmat-crear-proyectos-form label span, #concurso-bigmat-crear-proyectos-form label, #concurso-bigmat-zone-participante label span,
#concurso-bigmat-zone-participante label, .page-bigmat-proyectos-documentacion label{
	color: #004189;
	font-weight: normal;
	text-transform:uppercase;
}
.seccion input, #contact-site-form input, #contact-site-form textarea, #user-login-form input, .page-user input{
	border:1px solid #004189;
}
#user-login-form .radio, .page-user .form-item .description{
	display:none;
}
#user-login-form ul{
	margin:5px 0;
}
#user-login-form ul li{
	float:none;
	margin:5px 0;
}
label.option span{
	color:#004189 !important;
}

#block-menu-menu-registration li, #block-menu-menu-registration-area li, #block-menu-menu-menu-gestor li {
  border: medium none;
  display: inline;
  float: none !important;
  text-align: left;
}
#block-menu-menu-registration li a, .pager a, .floatfield a, #user-login-form ul li a, #block-menu-menu-registration-area li a,
#block-menu-menu-menu-gestor li a{
 padding:4px 0;
 color:#004189;
} 
#block-menu-menu-registration li a:hover, #block-menu-menu-registration li a.active, 
.pager .pager-current, .pager a:hover, .floatfield a:hover, #user-login-form ul li a:hover,
#block-menu-menu-registration-area li a:hover, #block-menu-menu-registration-area li a.active,
#block-menu-menu-menu-gestor li a:hover, #block-menu-menu-menu-gestor li a.active{
	font-weight:400;
	color:#e3000f;
}

.txt-jury-home{
  top: 10px;
  left: 10px;
  position: absolute;
  z-index: 100;
  color: #fff;
}
.txt-jury-home strong{
	color: #fff;
}
.txt-winners-home {
  bottom: 10px;
  left: 10px;
  position: absolute;
  z-index: 1;
}
.txt-winners-home-2 {
  bottom: 10px;
  left: 10px;
  position: absolute;
}
.txt-winners-home-3 {
  bottom: 10px;
  left: 10px;
  position: absolute;
}
.txt-winners-home-4 {
  bottom: 10px;
  left: 20px;
  position: absolute;
}
.txt-winners-home-5 {
  bottom: 10px;
  left: 20px;
  position: absolute;
}
.txt-winners-home-6 {
  bottom: 10px;
  left: 20px;
  position: absolute;
}
.txt-winners-home-7 {
  bottom: 10px;
  left: 20px;
  position: absolute;
}
.txt-winners-home a, .txt-winners-home-2 a, .txt-winners-home-3 a, .txt-winners-home-4 a, .txt-winners-home-5 a, .txt-winners-home-6 a, .txt-winners-home-7 a{
  color: #fff;
  font-size: 23px;
}
#block-menu-menu-menu-footer .menu li:first-child {
  width: 60px;
}
.col-xs-12.col-sm-7 {
  padding-bottom: 25px;
  padding-left: 0;
}
.no-padding{
	padding:0 !important;
}
.i18n-fr .menu li:nth-child(2){
  width: 205px;
}

.i18n-fr #block-menu-menu-menu-footer .menu li:nth-child(2) {
  width: 182px;
}
.i18n-fr #block-menu-menu-menu-footer .menu li:nth-child(3){
	width:100px;
}
.i18n-fr #block-menu-menu-menu-footer .menu li:nth-child(4){
	width:175px;
}

.i18n-pt-pt .menu li:first-child {
  width: 113px;
}
.i18n-pt-pt .menu li:nth-child(2){
	width: 185px;
}
.i18n-pt-pt #block-menu-menu-menu-footer .menu li:nth-child(4) {
  width: 127px;
}

.i18n-it .menu li:nth-child(2) {
  width: 185px;
}

.i18n-it #block-menu-menu-menu-footer .menu li:nth-child(2) {
  width: 222px;
}
.i18n-it #block-menu-menu-menu-footer .menu li:nth-child(4) {
  width: 143px;
}

.i18n-en #block-menu-menu-menu-footer .menu li:nth-child(2) {
  width: 190px;
}
.i18n-en #block-menu-menu-menu-footer .menu li:nth-child(3), .i18n-en #block-menu-menu-menu-footer .menu li:nth-child(4) {
  width: 95px;
}

.i18n-cs .menu li:first-child, .i18n-sk .menu li:first-child  {
  width: 55px;
}
.i18n-cs .menu li:nth-child(2) {
  width: 180px;
}
.i18n-sk .menu li:nth-child(2){
	width:235px;
}
.i18n-cs #block-menu-menu-menu-footer .menu li:nth-child(2)  {
  width: 195px;
}
.i18n-sk #block-menu-menu-menu-footer .menu li:nth-child(2){
	width: 165px;
}
.i18n-cs #block-menu-menu-menu-footer .menu li:nth-child(4) {
  width: 140px;
}
.i18n-sk #block-menu-menu-menu-footer .menu li:nth-child(4){
	width: 100px;
}
@media (min-width:1080px){
	.swiper-jury{
		margin-right:6px;
	}
	.swiper-jury .swiper-slide{
		width:250px !important;
	}
}
.cata_online {
  margin-bottom: 9px;
}
.cata_online > strong {
  line-height: 20px;
}
.cata_online2 {
  line-height: 19px;
}
h6.toggle_judges_sin {
  font-size: 14px;
}
.premios div:first-child {
  padding: 0;
}
.no-margin{
	margin:0;
}
#contact-site-form {
  margin-top: 10px;
}
.enlace_mail {
  color: #e3000f;
}
.enlace_mail:hover {
  color: #e3000f;
  text-decoration:underline;
}
.reglamento{
	margin-top:20px;
}
.reglamento .title_rules{
	margin-top:0;
	line-height: 100%;
}
.premios div:nth-child(3) {
    padding: 0;
}


/**
 * @file
 * Basic styling for common markup.
 */

/**
 * HTML elements.
 */
fieldset {
  margin-bottom: 1em;
  padding: 0.5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  border: 1px solid gray;
  height: 1px;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em; /* LTR */
  text-align: left; /* LTR */
}
tbody {
  border-top: 1px solid #ccc;
}
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/**
 * Markup generated by theme_tablesort_indicator().
 */
th.active img {
  display: inline;
}
td.active {
  background-color: #FFF;
}

/**
 * Markup generated by theme_item_list().
 */
.item-list .title {
  /*font-weight: bold;*/
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  /*margin: 0 0 0.25em 1.5em; */ /* LTR */
  padding: 0;
}

/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.form-item .description {
  font-size: 0.85em;
}
label {
  display: block;
  font-weight: bold;
}
label.option {
	color:#595254 !important;
  display: inline;
  font-weight: normal;
}
.js-form-item a{
	color:#004189 !important;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}
input.form-checkbox,
input.form-radio {
  vertical-align: middle;
}
.marker,
.form-required {
  color:#004189;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}


.tabs-wrapper a{
	padding: 8px 16px !important;
	color: white !important;
	float: left !important;
	font-size: 18px !important;
	margin: 15px 15px 15px 0 !important;
	background: #004189 !important;
	border: 0 !important;
	line-height: 100% !important;
	display: inline-block !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	font-family: "Montserrat-Regular" !important;
	border-radius: 0px !important;
	text-align: center;
}
.tabs-wrapper a:hover{
	background: #e3000f !important;
}

#edit-language{
	display:none;
}
#edit-contact{
	display:none;
}
#edit-timezone{
	display:none;
}
.field--name-user-picture{
	display:none;
}
#edit-current-pass--description{
	display: inline-block;
}
#edit-mail--description{
	display: inline-block;
}



/**
 * Inline items.
 */
.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

/**
 * Markup generated by theme_more_link().
 */
.more-link {
  text-align: right; /* LTR */
}

/**
 * Markup generated by theme_more_help_link().
 */
.more-help-link {
  text-align: right; /* LTR */
}
.more-help-link a {
  background: url(../../misc/help.png) 0 50% no-repeat; /* LTR */
  padding: 1px 0 1px 20px; /* LTR */
}

/**
 * Markup generated by theme_pager().
 */
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}
.pager-current {
  font-weight: bold;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsible .fieldset-legend {
  /*background: url(../../misc/menu-expanded.png) 5px 65% no-repeat; /* LTR */*/
  padding-left: 15px; /* LTR */
}
html.js fieldset.collapsed .fieldset-legend {
  background-image: url(../../misc/menu-collapsed.png) no-repeat; /* LTR */
  background-position: 5px 50%; /* LTR */
}
.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
.tabledrag-toggle-weight {
  font-size: 0.9em;
}
body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
*/
tr.selected td {
  background: #ffc;
}
td.checkbox,
th.checkbox {
  text-align: center;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background: #0072b9 url(../../misc/progress.gif);
}
.page-previous-editions h1, .page-bigmat17 h1{
  display: none;
}
.prolongacion sup {
  color: #fff;
}
.pop-up-home, .pop-up-vote {
  align-items: center;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 2147483647;
}

.pop-up-content {
  background: url(../images/fondo-popup.png);
  position:relative;
  width:50%;
  height:50%;
  padding: 30px;
}
.row.redes {
    bottom: 15px;
    position: absolute;
}
.redes .rrss_footer > li { margin-left:5px;}

.redes p {

    color: red;
    font-size: 19px;
    z-index: 999999999999999999999999999999;
    position: absolute;
    bottom: 151%;
    margin: 0 20%;

}
.pop-up-content-vote {
  align-items: center;
  background: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 30px;
  position: relative;
  width: 100%;
  opacity: .4; 
}
.close-pop-up-home {
  position: absolute;
  right: 15px;
  top: 15px;
}
.pop-up-vote > .pop-up-content-vote > div > h2, .pop-up-vote > .pop-up-content-vote > div > h3, .pop-up-vote > .pop-up-content-vote > div > span {
  color: #fff;
  display: block;
  font-size: 2em;
  text-align: center;
}
.pop-up-vote > .pop-up-content-vote > div > a > h2, 
.pop-up-vote > .pop-up-content-vote > div > a > h3, 
.pop-up-vote > .pop-up-content-vote > div > a > span {
  color: #fff;
  text-align:center;
  display:block;
  font-size: 2em;
}

.pop-up-vote > .pop-up-content-vote > div > h2 {
  font-size: 2.5em;
}
.pop-up-vote > .pop-up-content-vote > div > a > h2 { font-size: 2.5em; }

.pop-up-vote > .pop-up-content-vote > div > h3 {
  font-size: 5em;
  margin-bottom: 30px;
}
.pop-up-vote > .pop-up-content-vote > div > a > h3 { font-size: 5em; margin-bottom:30px }

.wrap-pill-home{
	background-color:#000;
}
.pill-home:hover{
	opacity:0.75;
}

.swiper-seleccionados .swiper-button-prev, .swiper-seleccionados .swiper-button-next{ z-index: 2147483647; }

.fondo-votar-proyecto, .fondo-registro-votos, .fondo-registro-aviso {
  align-items: center;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left:0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483;
}
.error-voto-proyecto {
  color: #e40615;
  text-transform: uppercase;
}
.fondo-registro-aviso #edit-registro > div > span {
  color: #fff;
  display: block;
  font-size: 14px;
  margin-top: 10px;
  text-transform: uppercase;
}
.votar-proyecto, #edit-registro {
  background-color: #fff;
  height: 90%;
  position: relative;
  width: 50%;
}
.votar-proyecto .col-xs-12 {
  font-size: 12px;
  height: 80%;
  text-transform: uppercase;
}
#edit-registro {
  background: rgba(0, 65, 137, 0.95) none repeat scroll 0 0;
  height: auto;
  padding: 30px 15px 15px;
}
.votar-proyecto > .col-xs-12.col-sm-4{ margin-bottom:15px }
.cerrar-voto-proyecto {
  position: absolute;
  right: 15px;
  top: 15px;
}
.votar-proyecto > h2 {
  color: #274486;
  padding: 15px;
  text-transform: uppercase;
}
.proyect .form-type-checkbox {
  margin: 0.4em;
}
.page-bigmat-popular-prize #post-content > div{
	width:100%;
}
.page-bigmat-popular-prize #post-content > #sidebar-second{
	display:none;
}
.registro-votos > div > div {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  margin-top: 0;
  overflow: hidden;
}
.registro-votos label {
  color: #fff !important;
  display: inline-block;
  min-width: 30%;
  width: auto;
}
.registro-votos .form-submit {
  background-color: #fff;
  border:1px solid #FFF !important;
  color: #004189;
}
.registro-votos .form-submit:hover{
	color:#FFF;
	border:1px solid #FFF !important;
	background-color: #004189;
}
.registro-votos > h2 {
  color: #fff !important;
  text-transform: uppercase;
}
.proyect div.bg_t {
  max-height: 120px;
  min-height: 120px;
  overflow: hidden;
}
.proyect img {
	cursor:pointer;
}
.proyect img:hover {
  opacity:1;
}

.page-bigmat-finalists label.blue, .page-bigmat-winners label.blue{
	font-size:14px;
	font-weight:100;
	line-height:20px;
}

.page-bigmat-finalists label.blue.strong, .page-bigmat-winners label.blue.strong{
	font-weight:bold;
}
.page-bigmat-finalists .titular-proyects, .page-bigmat-winners .titular-proyects {
	margin-bottom: 40px;
}
.page-bigmat-finalists h1.page-title, .page-bigmat-winners h1.page-title{
	display:none;
}
.page-bigmat-finalists h1, .page-bigmat-winners h1{
	font-size:26px;
	margin-bottom:40px;
}
.menu-navigation-container > .menu > li:nth-child(5){
	display:none;
}


.mayus {
	text-transform: uppercase;
	color:#004189;
}
.page-bigmat-winners .swiper-container {
	padding-bottom: 40px;
}
.page-bigmat-winners .swiper-container > .swiper-pagination-bullets{
	bottom: 10px;
	left: 0;
	width: 50%;
	text-align: left;
}
.menu-right{
	position: absolute;
	right: 20px;
	margin-top: 4%;
	width: 30%;
	z-index: 1;
}

input {
    margin: 2px 0;
    border: 1px solid #004189;
    padding: 6px;
}
@media (max-width: 525px) {
	input {
		width: 100% !important;
	}
	#edit-condiciones{
		width: auto !important;
	}
	#edit-condiciones2 {
		width: auto !important;
	}
	#edit-condiciones3 {
		width: auto !important;
	}
	
	.close-pop-up-vote img {
    width: 100%;
    margin: 0 6%;
}
}
@media (max-width: 900px) {
	.menu-right{
		position: relative;
		margin-left:20px;
		width: 100%;
	}
	#block-registrationarea {
		float: right !important;
		margin-bottom: 5px !important;
	}
	}
@media (max-width: 900px) {
	.pop-up-vote > .pop-up-content-vote > div > a > h2 {
	  font-size: 1.5em;
	}
	.pop-up-vote > .pop-up-content-vote > div > a > h3 {
	  font-size: 4em;
	}
	.pop-up-vote > .pop-up-content-vote > div > a > span {
	  font-size: 1.5em;
	}
	
}
@media (max-width: 900px) {
	.pop-up-content-vote {
	  width: 70%;
	}
}
@media (max-width: 767px) {
	.votar-proyecto {
	  height: 80%;
	  overflow-y: scroll;
	  width: 90%;
	}
	#edit-registro {
	  width: 90%;
	}
}
@media (max-width: 520px) {
	.pop-up-content-vote {
	  width: 90%;
	}
}
@media (max-width: 410px) {
	.registro-votos > div > div:not(.form-item-agree) {
	  display: block;
	}
	.pop-up-vote > .pop-up-content-vote > div > a > h3 {
	  font-size: 3em;
	}
}
#block-menu-menu-menu-footer .menu li{
	width:auto !important;
}
#block-menubigmat .menu li{
	width:auto !important;
}
#main-content .container{
	margin: 0;
	padding: 0;
	width: 100%;
}
.pull-right {
    padding-left: 110px !important;
}
.swiper-container {
    margin: 207px auto 0 !important;
}
p {
	margin-top: 5%;
	margin-bottom: 5%;
	font-size: inherit;
}
.footer_1 p {
	margin-top:0%;
}
.front #header_wrapper {
    background-color: rgba(255, 255, 255, 0.9) !important;
}
#block-block-24 .pull-right {
	padding-left: 0px !important;
	margin-bottom: 8px;
	background-color: white;
	
}
#block-acceso li{
	border-left: 1px solid;
	margin-left: 1.5%;
}
#block-acceso a{
	margin-left: 8%;
}
#block-menuprincipalright .menu li {
	width:auto;
}
#block-menuprincipalright .menu ul {
	float:right;
}
#block-menuprincipalright{
	margin-top:5%;
}
.ganadores .swiper-container {
	margin: 0px auto 0 !important;
}
.ganadores p {
	margin-top:0%;
}
#jurado-form input{
	display:none;
}
 p {
	margin-top: 3%;
	margin-bottom: 3%;
}
h2 .title{
	font-size: 30px;
	font-weight: bold;
}
.field--name-field-orden{
	display:none;
}
.field--name-field-orden1{
	display:none;
}
#block-menufooter{
	margin-left: -15px;
}
#block-menufooter .menu a {
	font-size: 9px;
	}
.field--name-body h3{
	border-bottom: 1px solid #e3000f;
	color: #e3000f;
	font-size: 21px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
	margin-top: 15px;
}
.ganadores{
		margin-bottom:0px;
	}
.ganadores img {
    	margin-top: 0px;
	}
	
.date-20181120{
	width: 52% !important;
}
	


@media (max-width: 900px) {
	#logo img {
		padding-left: 15px;
	}
	.footer_1 p {
   		padding-left: 15px;
	}
	.footer_1 img {
		padding-left: 15px;
	}
	.footer-right p{
		padding-left: 0px;
		font-size: 9px;
		line-height: 12px;
	}
	.rrss_footer{
		float:left
	}
	#block-menufooter {
    	margin-left: 0px;
    	margin-top: 30px;
	}
	.rrss_footer > li {
		margin-left: -10px;
		padding-left: 0px;
	}
	.menu a {
		font-size: 11px;
	}
	.col-xs-12 {
		padding-left: 3%;
		padding-right: 4%;
	}
	.ytp-chrome-top {
		width: 48% !important;
	}
	#block-block-24 .pull-right {
    	padding-left: 0px !important;
    	margin: 0%;
	}
	.ganadores{
		margin-bottom:0px;
		padding: 0% !important;
	}
	.top .desc p {
    	font-size: 18px;
	}
	.ganadores img {
    	margin-top: 0px;
	}
	#block-menufooter{
		display: inherit;
	}
	#site-title {
    	display: none !important;
	}

}
.menu-mobile-container{
	display:none !important;
}
@media screen and (max-width: 840px) {
	.menu-mobile-container{
		display:inherit !important;
	}
	.menu-navigation-container{
		display:none !important;
	}
	.logo-header-right{
		display:none;
	}
	.menu li {
		height: auto;
	}
	.top_right{
	display:none;
}
	}
@media screen and (max-width: 525px) {	
	input[type="checkbox"]{
		width: 5% ;
	}
}
#edit-name--description{
	display: none !important;
}
#edit-pass--description{
	display: none !important;
}
.form-item .description {
	font-size: 100%;
	width: 95%;
	color: #595254 !important;
	display: inline;
}
.form-item .description a{
	color: #004189 !important;
}
#sliding-popup h1, #sliding-popup h2, #sliding-popup h3, #sliding-popup p, .eu-cookie-compliance-more-button, .eu-cookie-compliance-secondary-button, .eu-cookie-withdraw-tab {
    color: black;
}
div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
    background: white;
}



@media screen and (max-width: 960px) {

  #content,
  #sidebar-first,
  #sidebar-second,
  .content-sidebar-wrap {
    float: none;
    clear: both;
    width: 100% !important;
  }

  #page-wrap {
    /*margin: 10px auto;*/
  }

  #top-area .column {
    width: 32%;
  }

  #sidebar-first,
  #sidebar-second,
  #head,
  #foot {
    /*padding: 0 10px;*/
  }

  .content-sidebar-wrap #content {
    margin: 0;
  }

  #footer_wrapper, #top-area {
   /* padding: 0 15px;*/
  }

  #post-content {
    /*margin: 10px;*/
  }

  #breadcrumbs {
    margin: 0 10px;
  }
}
@media screen and (min-width: 640px) {
	.main-menu ul.menu{
		display:block !important;
	}	
}
@media screen and (max-width: 640px) {

  body {
    margin-top: 0;
    font-size: 13px;
  }

  #logo {

  }

  #logo img {
    text-align: center;
    display: inline-block;
  }

  /*#site-title {
    display: inline-block;
    padding: 0;
    width: 100%;
  }*/

  #site-description {
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
  }

  #site-title a {
    width: 100%;
    text-align: center;
  }

  #copyright {
    padding: 0 12px;
  }

  .top_left, .top_right, 
  .search_block, .region-user-menu {
    /*width: 100%;*/
  }

  #footer p {
    margin: 0;
  }

  #copyright p {
    margin: 5px 0;
    clear: both;
    padding-top: 0;
  }

  #foot, #copyright {
    padding: 10px 0;
  }

  .front .content-sidebar-wrap {
    margin: 0;
  }

  .theme-default .nivo-controlNav {
    padding-top: 10px;
  }

  .footer_credit p {
    width: 100%;
    padding: 5% 0;
  }

  

  .content-sidebar-wrap,
  #sidebar-first,
  #sidebar-second {
    float: none;
    width: auto;
    clear: both;
  }

  .content-sidebar-wrap #content {
    float: left;
    width: auto;
  }

  #sidebar-first .block,
  #sidebar-second .block,
  #footer-area .column,
  #top-area .column {
    float: none !important;
    width: auto !important;
    margin-left: 0;
  }

  #footer-area .column,
  #top-area .column {
    margin: 10px;
  }

  #top-area .column:first-child,
  #footer-area .column:first-child {
   /* margin: 10px;*/
  }

  .copyright, .credits {
    float: none;
    text-align: left;
    text-align: center;
  }

  #footer_wrapper, #top-area {
    padding: 0;
  }

  .theme-default .nivo-caption {
    display: none !important;
  }

  .node {
    margin: 10px 0;
  }

  .region-front-welcome .block h2 {
    padding: 5px 0;
  }

  .node h2.title {
    font-size: 24px;
  }

  .submitted {
    font-size: 12px;
  }

  .comment-submitted, .links {
    font-size: 13px;
  }

  .top-msg-wrap h1 {
    padding: 10px;
    font-size: 15px;
    line-height: 160%;
  }

  .comment div.user-picture img {
    width: 70px;
    bottom: -20px;
  }

  .social-icons {
    position: inherit;
    width: 100%;
  }

  .social-icons ul {
    text-align: center;
  }

}
@media screen and (max-width: 1080px) {
	.container-wrap, #header, #footer_wrapper, .footer_credit{
		width:768px;
	}	
	
	.i18n-cs #block-menu-menu-menu-footer .menu li:nth-child(2) {
	  width: 171px;
	}
	#block-menu-menu-menu-footer .menu li:nth-child(3) {
	  width: 84px;
	}
	.i18n-cs #block-menu-menu-menu-footer .menu li:nth-child(4) {
	  width: 125px;
	}
	.i18n-sk #block-menu-menu-menu-footer .menu li:nth-child(2) {
	  width: 145px;
	}
	#block-menu-menu-menu-footer .menu li:nth-child(3) {
	  width: 84px;
	}
	#block-menu-menu-menu-footer .menu li:nth-child(3) {
	  width: 83px;
	}
	.i18n-sk #block-menu-menu-menu-footer .menu li:nth-child(4) {
	  width: 85px;
	}
	.i18n-en #block-menu-menu-menu-footer .menu li:nth-child(2) {
	  width: 168px;
	}
	.i18n-en #block-menu-menu-menu-footer .menu li:nth-child(3), .i18n-en #block-menu-menu-menu-footer .menu li:nth-child(4) {
	  width: 86px;
	}
	.i18n-fr #block-menu-menu-menu-footer .menu li:nth-child(2) {
	  width: 163px;
	}
	.i18n-fr #block-menu-menu-menu-footer .menu li:nth-child(3) {
	  width: 85px;
	}
	.i18n-fr #block-menu-menu-menu-footer .menu li:nth-child(4) {
	  width: 156px;
	}
	.i18n-it #block-menu-menu-menu-footer .menu li:nth-child(2) {
	  width: 194px;
	}
	.i18n-it #block-menu-menu-menu-footer .menu li:nth-child(4) {
	  width: 129px;
	}
	.i18n-pt-pt #block-menu-menu-menu-footer .menu li:nth-child(4) {
	  width: 113px;
	}
	#block-menu-menu-menu-footer .menu li:nth-child(2) {
	  width: 175px;
	}
	.txt-winners-home a, .txt-winners-home-2 a, .txt-winners-home-3 a, .txt-winners-home-4 a, .txt-winners-home-5 a, .txt-winners-home-6 a, .txt-winners-home-7 a {
	  font-size: 18px;
	}
	#block-block-23 .col-xs-12.col-sm-6, .col-xs-12.col-sm-6.legal_home, .top .desc {
	  padding-right: 8px;
	}
	.col-xs-12.col-sm-6.jury_home {
	  margin-top: 0;
	}
	.col-xs-6.jury_home_left {
	  margin-top: 8px;
	}
	.swiper-jury {
	  margin-right: 4px;
	}
	
	.txt-winners-home-6, .txt-winners-home-7, .txt-winners-home-4 {
	  left: 15px;
	
	}
	.txt-jury-home {
	  font-size: 11px;
	}
	#block-menu-menu-menu-footer .menu li:nth-child(1) {
	  width: 52px;
	}
	#block-menu-menu-menu-footer .menu li:nth-child(2) {
	  width: 180px;
	}
	#block-menu-menu-menu-footer .menu li:nth-child(3) {
	  width: 92px;
	}
	#block-menu-menu-menu-footer .menu li:nth-child(4) {
	  width: 94px;
	}
	
	.front #page-wrap {
	  margin: 0px auto 20px;
	}
}


#user-login .form-text.required{
	width:95%;
} 
.acceder label{
	text-transform:none;
}
@media screen and (min-width: 840px) {
	#block-menu-menu-menu-mobile{
		display:none;
	}
	.menu-navigation-container, .menu-navigation-container ul:first-child{
		display:block !important;
	}
	
	.page-node-71 #sidebar-second {
	  padding: 3px 0 0 40px !important;
	}
	
}
@media screen and (max-width: 840px) {
	
	#main-menu ul.menu li {
	
	}
	
	
	
	#sidebar-second.col-xs-12.col-sm-3{
		padding: 25px 0 0 !important;
	}
	.col-xs-6.jury_home_left {
	  margin-top: 6px;
	}
	#block-block-23 .col-xs-12.col-sm-6, .col-xs-12.col-sm-6.legal_home, .top .desc {
  padding-right: 7px;
}

	.menu-navigation-container, #block-menu-menu-menu-footer{
		display: inherit !important;
	}
  #main-menu ul {
    display: none;
  }

  #main-menu li ul {
    position: static;
    border: 0;
  }

  #main-menu li ul ul {
    margin: 0 !important;
    border: 0;
  }

  #main-menu ul,
  #main-menu li {
    /*float: none;*/
    width: 100%;
  }


#main-menu {
  float: right !important;
  margin-top: 25px;
  max-width: 50px;
  padding-right: 0;
  position: absolute;
  right: 20px;
}

#block-menu-menu-menu-mobile{
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  float: right !important;
  margin-top: 25px;
  width: 200px;
  padding-right: 0;
  position: absolute;
  right: -10px;
}
  #main-menu a {
    width: 100%;
    padding: 0 0 0 4px;
    border-radius: 0;
    margin: 0;
    text-align:right;
  }

  #main-menu ul li a {
	text-align: center;
	font-size: 16px;
  }

	#main-menu .menu {

	}
	
	#main-menu .menu li:first-child{
		margin-top: 10px;
	}

  #main-menu li:hover > ul,
  #main-menu li li:hover > ul,
  #main-menu li li li:hover > ul {
    display: none;
  }

  .drop-down-toggle {
   /* display: block; */
  }

  .menu_wrapper {
    margin: 0;
  }

  #main-menu .nav-toggle {
  background: url("../images/mobile-menu.png") no-repeat scroll right center;
  display: block;
  float: right;
  margin: 0;
  padding: 10px 0;
  width: 35px;
}

  #main-menu ul.menu li {
    margin: 0;
    border-right:none;
    height: 25px;
    padding-right: 14px;
    
    
  }
  
  #main-menu ul.menu li:nth-child(5){
  	
  }
  
  .separa_menu {
  border-top: 1px solid #514e51;
  float: right;
  width: 25px;
}
  
  	.menu a{
  		font-size:12px;
  	}
	#block-menu-menu-menu-principal-right ul li{
	  height: 12px;
	}
	.container-wrap, #header, #footer_wrapper, .footer_credit{
		width:525px;
	}	

	.txt-winners-home a, .txt-winners-home-2 a, .txt-winners-home-3 a, .txt-winners-home-4 a, .txt-winners-home-5 a, .txt-winners-home-6 a, .txt-winners-home-7 a {
	  font-size: 14px;
	}

	#block-menu-menu-menu-principal-right ul li:first-child {
	  width: 50px;
	}
	#block-menu-menu-menu-principal-right ul li:nth-child(2) {
	  width: 90px;
	}
	
	#main-menu li ul {
	  display: none !important;
	}
	
	.region .menu_footer{
		width:auto !important;
	}
	.region .menu_footer ul li {
	  border-bottom: 1px solid #595254;
	  border-right: medium none;
	  display: block;
	  float: none !important;
	  height: 18px;
	  width: 190px;
	}
	.menu_footer ul li a{
		padding-left:0;
		margin-top:8px;
	}
	.footer_1 .col-xs-4 {
	  float: right;
	  padding-right: 0;
	  width: 230px;
	}
	#block-menu-menu-menu-principal-right, .col-xs-6.logo-header-right {
	  display: none;
	}
}
@media screen and (max-width: 767px) {

	.col-xs-12.pull-right.col-sm-5 span, .col-xs-12.pull-right.col-sm-5 strong, .col-xs-12.pull-right.col-sm-5 br, .right_judges.col-xs-12.col-sm-5{
		display:none;
	}
	
	.top .desc {
	  padding: 0;
	}
	
		#img_prev_home, #awards_home {
	  float: right;
	}
	
		#block-block-23 .col-xs-12.col-sm-6, .col-xs-12.col-sm-6.legal_home {
		  padding-right: 0px;
		}
	
	#block-block-23 .col-xs-12.col-sm-6 {
	  padding-left: 0;
	  padding-right: 0;
	  text-align: center;
	}
	.col-xs-12.col-sm-6.pull-right {
	  padding-left: 0;
	  padding-right: 0;
	  margin-top:10px;

	}
	#block-block-26 {
	  float: left;

	  position: relative;
	}


	.col-xs-6.jury_home_left {
	  padding-left: 0;
	  padding-right: 0;
	  margin-top: 12px;
	}


}
@media screen and (max-width: 640px) {
	.container-wrap, #header, #footer_wrapper, .footer_credit{
		width:480px;
	}
	.col-xs-12.col-sm-6.pull-right {
	  margin-top: 6px;
	}

	
	#page-wrap {
	  margin: 225px auto 20px;
	}
	.col-xs-12.col-sm-6.intro_home {
	  padding: 0px;
	}
	.col-xs-12.col-sm-6.intro_home, .col-xs-12.col-sm-6.legal_home {
	  padding-left: 0;
	  padding-right: 0;

	}
	
	.footer_1 p {
	  font-size: 11px;
	  line-height: 13px;
	}
	.footer_1 .col-xs-12 {
	  margin-top: 10px;
	}
	#main-menu li ul {
	  display: none;
	  margin: 8px 0 0;
	  padding: 0;
	  position: absolute;
	  width: 100%;
	  z-index: 9999;
	}
	.rrss_footer > li {
	  padding-left: 5px;
	  text-align: right;
	}


	
}
@media screen and (max-width: 520px) {

	.footer_1 p {
	  font-size: 10px;
	  line-height: 12px;
	}
  input.form-text, select.form-select {
    width: 93%;
  }

  textarea.form-textarea {
    width: 100%;
  }
  .ceremonias iframe {
	  width: 100%;
	}
  #header, .container-wrap, #header, #footer_wrapper, .footer_credit{
		width:auto;
	}
	#header, #footer{
		padding: 0 20px;
	}
	
	.footer_1 .col-xs-4 {
	  float: left;
	  padding-left: 0;
	  width: 100%;
	  margin-top:15px;
	}
	.rrss_footer{
		float: left;
	}
	.rrss_footer li:first-child{
		padding-left: 0;
	}
	/*#block-block-24 .col-xs-12.col-sm-6.pull-right {
	  padding-left: 30px;
	  position: absolute;
	  right: 15px;
	  top: 0;
	}
	#block-block-23{
		margin-top: 39%;
	}*/
}
@media screen and (max-width: 480px) {
	.txt-winners-home a, .txt-winners-home-2 a, .txt-winners-home-3 a, .txt-winners-home-4 a, .txt-winners-home-5 a, .txt-winners-home-6 a, .txt-winners-home-7 a {
	  font-size: 12px;
	}
	.col-xs-12.col-sm-6.jury_home {
	  margin-top: 75%;
	}
	.col-xs-6.jury_home_left {
	  margin-top: 8px;
	}
	.top .desc p {
	  font-size: 14px;
	}
}
@media screen and (max-width: 400px) {

	.col-xs-6.jury_home_left {
	  margin-top: 6px;
	}
	.i18n-sk #user-login label{
		font-size: 12px;
	}
}
@media screen and (max-width: 960px) {
	#sidebar-second{
		/*padding:20px 0 !important;*/
	}
	.top .desc p {
	  font-size: 18px;
	}
}

@media screen and (max-width:520px) {
	
	
	.top .desc {
	  padding: 0 15px;
	}
}
@media screen and (max-width: 1080px) and (min-width:840px) {

	.i18n-es #main-menu .menu li a, .i18n-it #main-menu .menu li a, .i18n-it #main-menu-right .menu li a, .i18n-fr #main-menu .menu li a, .i18n-fr #main-menu-right .menu li a {
  		font-size: 12px;
	}
	.i18n-es #main-menu ul li ul li, .i18n-it #main-menu ul li ul li, .i18n-fr #main-menu ul li ul li {
	  width: 100% !important;
	}
	.i18n-es #main-menu li:first-child, .i18n-it #main-menu li:first-child, .i18n-fr #main-menu li:first-child {
	  width: 111px;
	}
	.i18n-it #main-menu li:nth-child(2) {
	  width: 164px;
	}
	.i18n-es #main-menu li:nth-child(2), .i18n-fr #main-menu li:nth-child(2){
		width: 176px;
	}
	.i18n-es #main-menu li:nth-child(2){
		width: 151px;
	}
	.i18n-es #main-menu li:nth-child(3), .i18n-it #main-menu li:nth-child(3), .i18n-fr #main-menu li:nth-child(3) {
	  width: 90px;
	}
	.i18n-it #block-menu-menu-menu-principal-right ul li:nth-child(2), .i18n-it #block-menu-menu-menu-principal-right ul li:nth-child(3) {
	  width: 55px;
	}
	.i18n-fr #block-menu-menu-menu-principal-right ul li:nth-child(2), .i18n-fr #block-menu-menu-menu-principal-right ul li:nth-child(3){
		width: 68px;
	}
	.i18n-it #block-menu-menu-menu-principal-right ul li:first-child {
	  width: 50px;
	}
	.i18n-fr #block-menu-menu-menu-principal-right ul li:first-child{
		width: 46px;
	}
	.i18n-it #block-menu-menu-menu-principal-right ul ul {
	  right: 44px;
	}
	.i18n-fr #block-menu-menu-menu-principal-right ul ul{
		right: 33px;
	}
}
#block-winnershome{
	display:none !important;	
}

@media screen and (max-width:900px) {
#block-registrationarea .menu li:nth-child(2) {
    width: auto;
}
#block-registrationarea .menu li:nth-child(1) {
    width: auto;
}
#block-registrationarea .menu a {
	padding: 0 4px !important;	
}
}
#block-registrationarea .menu li {
	border-right: 0px solid #595254;
	width: 100%;	
}
#block-registrationarea .menu a {
	padding: 0%;	
	color: #004189;
}
}
@media (max-width:900px) {
	#block-menu-menu-menu-footer .menu li a{
		font-size: 10px;
	}
}
@media screen and (max-width: 1080px) and (min-width:900px) {
	#block-menu-menu-menu-footer .menu li a{
		font-size:6px;
	}
}


#proyectos-form th,#participantes-form  th{
    color: #000;
}

.col-md-6 label { color: #004189;}
/*#edit-validate { display:none}*/

table.responsive-enabled a{color: #004189}

button[disabled], html input[disabled] {
    background-color: white; 
    cursor: default;
}

.agree-button.eu-cookie-compliance-secondary-button {
    color: #000;
    background: red;
}

#edit-cancel2{
	display: inline-block;
}
textarea, select {
    background-color: #fff;
}
.marcadozaul{color: #1188ff}

#usuarios-form input[type="checkbox"]{
	display:none;
}
#usuarios-form td{
	padding: 10px 5px 10px 0;
}
#usuariospais-form input[type="checkbox"]{
	display:none;
}
#proyectosusuario-form input[type="checkbox"]{
	display:none;
}
#proyectosall-form input[type="checkbox"]{
	display:none;
}
#block-participantes .menu a {
    padding: 0%;
    color: #004189;
}
#block-participantes .menu li {
    border-right: 0px solid #595254;
    display: inline-block;
    float: left;
    height: 16px;
    position: relative;
    vertical-align: top;
    width: 100% !important;
}

.pop-up-vote .cuadro p{
	font-family: 'Montserrat-Regular', Arial;
	font-size: 100%;
	color: white;
	font-size: 42px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}
.pop-up-vote .cuadro p.titulo{
	font-size: 70px;
}
.pop-up-vote .cuadro{
	background: #004189;
	padding: 0%;
	max-width: 1024px;
}
@media (max-width:938px) {
	.pop-up-vote .cuadro{
		width: 90% !important;
		max-width: 90% !important;
	}
}
@media (max-width: 900px){
	.pop-up-content-vote {
	    width: 100% !important;
	}
}
.pop-up-content-vote{
	opacity: .6;
}
@media (max-width: 545px){
	.pop-up-vote .cuadro p.titulo {
		font-size: 11vw;
	}
	.pop-up-vote .cuadro p {
		font-size: 9vw;
	}
}

/*PROYECTOS SELECCIONADOS*/

.subtitulo{
	font-weight: bold;
	font-size: initial !important;
}
.seleccionados{
	display:flex;
	flex-direction:row;
}

.name-proyecto{
	font-weight: bold;
	color:#514E59;
}
.name-winners b, .name-winners{
	color: #004189;
}

.name-company{
	margin-left:5px;
}

/*PROYECTOS FINALISTAS*/
.texto_img{
	color: #999 !important;
	font-size: 90% !important;
}
/*PROYECTOS GANADORES*/
.swiper-winners-19{
	margin-top: 0px !important;
}
.swiper-winners-19 .swiper-slide {	
	width: 100% !important;
	padding: 0;
	height: 30vw;
}
.swiper-winners-19 .swiper-pagination-bullet{
background: #004189;
opacity: 1;
}

.swiper-winners-19 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #E3000F;
}
.img-w{
width: 100%;
height: 100%;
max-width: 100%;
object-fit: cover;
}
.img-w2{
padding: 0;
/*height: 30vw !important;*/
width: 100%;
height: 100%;
max-width: 100%;
/*object-fit: cover;*/
}

@media(max-width: 767px) {
	.swiper-winners-19 .swiper-slide {	
		height: 50vw;
	}
}	