
#header > [data-device="desktop"] #headerLogo ,
#header > [data-device="desktop"] #headerLogo > a ,
#header > [data-device="desktop"] #headerLogo > a > img {}


#navMobilePanels {
    /*display: none;*/
}
#navMobilePanels > div {
    padding:1em 0;
    border-top: 1px solid #ddd;
}
#navMobilePanels .nav-bar {
    border-top: 3px solid #ddd;
}
#navMobilePanels .nav-bar:first-child {
    border-top: 0px solid #ddd;
}
#navMobilePanels .nav-bar li {
    margin:0;
}
#navMobilePanels .nav-bar li a {
    padding:.4em .8em;
    border-top:1px dotted #ddd;
    color:#000;
}
#navMobilePanels .nav-bar li:first-child a {
    border-top:0px dotted #ddd;
}

#navMobilePanels .nav-bar li.active a {
    font-weight: bold;
    color:#DF2027;
}

#header > [data-device="mobile"] {
    display: none;
}
#header > [data-device="mobile"] #headerLogo {
    margin-top:3px;
    padding:0;
}
#header > [data-device="mobile"] #headerLogo > a {
    position: relative;
    top:4px;
    display: block;
    margin-right:-4px;
    padding:0;
}
#header > [data-device="mobile"] #headerLogo > a:hover {
    opacity: .5;
}
#header > [data-device="mobile"] #headerLogo > a > img {
    /*width:100%;*/
    max-width: 28px;
    height: auto;
}


#header #headerLogo ,
#header #headerBar {
    vertical-align: middle;
}

#header #headerLogo {
    text-align: center;
}
#header #headerLogo > a {
	position:relative;
	top:0;
	display: block;
	vertical-align: middle;
	margin:0 auto;
	padding:.2em 0;
	max-width:100%;
    text-align: center;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
#header #headerLogo > a img {
	display: block;
	/*
	width:auto;
	height:100%;*/
}
#header #headerLogo > a:hover img {
	opacity: .8;
}




#header #headerBar {
	/*margin:1em 0;*/
	margin:0;
}

.nav-header {
    margin: 0.5em 0 0;
}

#header #nav-header-top ,
#header #nav-header-bottom {
	position: relative;
	margin:0;
	padding:.3em 0;
}
#header #nav-header-top {
    /*display: none;*/
    border-bottom:1px solid #A2A2A2;
	text-align: right;
	font-size:.9em;
}
#header #nav-header-top > .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

#header #nav-header-top ul {
    margin:0;
    padding:0;
}

#header #nav-header-bottom {}
















#header {
	/*position: fixed;*/
	z-index: 999000;
    width:100%;
    background-color: #fff;
    
	-moz-box-shadow: 0 5px 30px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .6);
	box-shadow: 0 5px 30px rgba(0, 0, 0, .6);
}


#header #headerBar a:hover {
	text-decoration: none;
}

#header #headerBar button[class^="font-"],
#header #headerBar button[class*=" font-"] ,
#header #headerBar a[class^="font-"] ,
#header #headerBar a[class*=" font-"] ,
#header #headerBar a span[class^="font-"] ,
#header #headerBar a span[class*=" font-"] {
	position: relative;
	display: inline-block !important;
	margin:0;
	padding:0;
	padding:2px;
	color:#808080;
	background: transparent;
	text-decoration: none;
	line-height: 1;
	border:3px solid transparent;
	
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	
    -webkit-font-smoothing:antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: translateZ(0px);
}
#header #headerBar button[class^="font-"]:hover,
#header #headerBar button[class*=" font-"]:hover ,
#header #headerBar a[class^="font-"]:hover ,
#header #headerBar a[class*=" font-"]:hover ,
#header #headerBar a:hover span[class^="font-"] ,
#header #headerBar a:hover span[class*=" font-"] ,
#header #headerBar a span[class^="font-"]:hover ,
#header #headerBar a span[class*=" font-"]:hover {
	z-index: 99;
	color:#DF2027;
	text-decoration: none;
	/*
	-webkit-transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3);
	*/
}
#header #headerBar button[class^="font-"]:before ,
#header #headerBar button[class*=" font-"]:before ,
#header #headerBar a[class^="font-"]:before ,
#header #headerBar a[class*=" font-"]:before ,
#header #headerBar a span[class^="font-"]:before ,
#header #headerBar a span[class*=" font-"]:before {
    margin-top:0;
}

#header #headerBar button[class^="font-"]:after,
#header #headerBar button[class*=" font-"]:after ,
#header #headerBar a[class^="font-"]:after ,
#header #headerBar a[class*=" font-"]:after ,
#header #headerBar a span[class^="font-"]:after ,
#header #headerBar a span[class*=" font-"]:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top:-2px;
	left:-2px;
	width:32px;
	height:32px;
	margin:0;
	padding:0;
	background-color: #fff;
	border:2px solid #DF2027;
	text-decoration: none;
	
	-webkit-border-radius: 100em;
	-moz-border-radius: 100em;
	border-radius: 100em;
	
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0, 0.5);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0, 0.5);
	box-shadow: 0px 2px 5px rgba(0,0,0, 0.5);
	
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	
    /*-webkit-backface-visibility:hidden;
    -webkit-font-smoothing:antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: translateZ(0px);*/
    
	visibility: hidden;
	opacity: 0;
}
#header #headerBar a span[class^="font-"] ,
#header #headerBar a span[class*=" font-"] {
	z-index: 999;
}
#header #headerBar a span[class^="font-"]:after ,
#header #headerBar a span[class*=" font-"]:after {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#header #headerBar button[class^="font-"]:hover:after,
#header #headerBar button[class*=" font-"]:hover:after ,
#header #headerBar a[class^="font-"]:hover:after ,
#header #headerBar a[class*=" font-"]:hover:after ,
#header #headerBar a span[class^="font-"]:hover:after ,
#header #headerBar a span[class*=" font-"]:hover:after ,
#header #headerBar a:hover span[class^="font-"]:after ,
#header #headerBar a:hover span[class*=" font-"]:after {
	top:-5px;
	left:-6px;
	width:40px;
	height:40px;
	padding:14px;
    
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
    
    /*
	-webkit-transform: scale(1.6,1.6);
	-ms-transform: scale(1.6,1.6);
	transform: scale(1.6,1.6);
    */
	visibility: visible;
	opacity: 1;
	text-decoration: none;
}



.navbar-nav ,
#header .nav-header2 ,
#footer .nav-footer ,
#header .nav-idiomas ,
#footer > .copy ,
#footer .nav-social .caption {
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	font-size:1em;
    font-weight: 400;
}


.nav-header {
	margin:.5em 0 0;
}

.nav-custom > li {
	position: relative;
	list-style: none;
	display:inline-block;
	vertical-align: middle;
	float:none;
	margin:0 0px 0 -4px;
	padding:0;
}

.nav-custom > li > div {
    display: block !important;
}

.nav-custom > li span ,
.nav-custom > li a {
    position: relative;
	display:inline-block;
	margin: 0;
    padding: 0;
    color:#444;
}
.nav-custom > li a:hover {
    background-color: transparent;
    color:#808080;
}
.nav-custom > li a.current {
	color:#DF2027;
}

.nav-custom > li:before ,
.nav-custom > li:hover:before {
    content: "";
	position: absolute;
	z-index: 5;
	top:50%;
	left:0;
	height:16px;
	margin-top:-8px;
	border-left:1px solid #bdbdbd;
}
.nav-custom > li:first-child:before {
	border-left:0;
}

.nav-custom > li > div ,
.nav-custom > li > form {
    display: inline-block;
    vertical-align: middle;
	float:none;
	margin:0 3px;
	padding:.3em .5em;
}

.nav-custom.iconsBar {
    margin:0;
    padding: 0;
}

.nav-custom.iconsBar > li:before ,
.nav-custom.iconsBar > li:hover:before {
	border:0;
}

.nav-custom.iconsBar > li > div {
    margin:0 3px;
	padding:.3em 0;
}
.nav-custom.iconsBar > li.nav-idiomas > div {
	padding:0 0 0 1em;
}

.nav-custom > li span.txt {
    position:relative;
    top:2px;
    display: inline-block;
	text-transform: capitalize;
}

/* search form
********************************************************************************/

#searchform {}
#searchform input {
    height:auto;
}

button.search-submit ,
input[type="submit"].search-submit {
    height:auto;
    margin:0;
	padding:0;
    border:0;
    line-height: 1;
    background: transparent;
    background-color: transparent;
    
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
    
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
}
button.search-submit:hover ,
input[type="submit"].search-submit:hover {
    height:auto;
    margin:0;
	padding:0;
    border:0;
    
    background: transparent;
    background-color: transparent;
    
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
    
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
}




li > div > a.lang {
    display: inline-block;
    opacity: .5;
    margin-top:-.1em;
    vertical-align: top;
}
li > div > a.lang:hover ,
li > div > a.lang.active {
    color:#DF2027;
    opacity: 1;
}