/*
Theme Name: ktb2.0
Template: bootstrap-basic
Theme URI: 
Author: Donostia
Author URI: http://rundiz.com
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy. You can support theme author by <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9HQE4GVV4KTZE" target="donate">donate</a>. To follow what was changed, please look for <a href="https://github.com/OkveeNet/bootstrap-basic" target="commits">commits</a> of this theme at Github.
Version: 1.0.10
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/



@font-face {
	font-family: 'GT_walsheim_pro_bold';
	src: url('fonts/GT-Walsheim-Pro-Bold.eot');
	src: local('☺'), url('fonts/GT-Walsheim-Pro-Bold.woff') format('woff'), url('fonts/GT-Walsheim-Pro-Bold.ttf') format('truetype'), url('fonts/GT-Walsheim-Pro-Bold.otf') format('otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GT_walsheim_pro_bold_oblique';
	src: url('fonts/GT-Walsheim-Pro-Bold-Oblique.eot');
	src: local('☺'), url('fonts/GT-Walsheim-Pro-Bold-Oblique.woff') format('woff'), url('fonts/GT-Walsheim-Pro-Bold-Oblique.ttf') format('truetype'), url('fonts/GT-Walsheim-Pro-Bold-Oblique.otf') format('otf');
	font-weight: normal;
	font-style: normal;
}


@import url('https://fonts.googleapis.com/css?family=Fira+Mono');

/*
Required WordPress CSS
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Stile persnalizzato
	*/
	
body {
	font-family: 'Fira Mono', monospace;
	font-size: 15px;
}	

h1, h2, h3, h4, h5, h6 {
	font-family: 'GT_walsheim_pro_bold', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}

.site-title-heading img	{
	max-width: 20%;
	
}

a {
	color: #e63446;	
}

a:hover {
	color: #ff2a40;
	text-decoration: none;
}

a:focus {
	color: #e63446;	
	text-decoration: underline;
}

h2, h3 {
	font-size: 18px;
}

iframe {
	max-width: 100%;
}

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


.page-header {
  padding-bottom: 9px;
  margin: 20px 0 20px;
  border-bottom: 2px dashed #e63446;
}

.navbar {
	min-height: 30px;
}

.tab-pane.show {
    display: none !important;
}


.tab-pane.active {
    display: block !important;
}

.bottom30 {
	margin-bottom: 30px;
}
/* HEADER */

#menu-top-menu {

}

.humboldt_logo {
    position: absolute;
    max-width: 240px;
    left: 50%;
    margin-left: -120px;
    top: 5px /* Half the width */;
    text-align: center;
    z-index: 10;
}


.humboldt_logo img {
	display: inline-block;
	max-height: 50px;
}

.humboldt_logo img.hscif {
	height: 35px;
} 



.content_item a {
	color: #e63446 !important;
}

.custom_lan_sel {
    margin: 0;
    padding: 0;
    text-align: right;
	margin-right: 34px
}

.custom_lan_sel li {
	margin-left: 5px;
	display: inline-block;
	padding-bottom: 3px

}

.custom_lan_sel li span {
	margin-left: 3px;
	text-transform: uppercase;
	position: relative;
	top: 2px;
	font-size: 16px
}

.custom_lan_sel li a {
	color: #000;
}

.custom_lan_sel li.active  {
    border-bottom: 2px solid #e63446;
}

.lan_sel_footer {
	text-align: left;
	margin: 0;
	padding: 0;
}

.lan_sel_footer li {
	margin: 0 5px 0 0;
}

.lan_sel_footer li a {
	color: #eee;
}

.lan_sel_footer li a span {
	font-size: 14px;
}
.site-title .site-title-heading {
	margin-bottom: 5px;
}
.site-title .site-description {
	color: #333;	
}

.navbar-default {
    border: none;
    background-image: none;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 30px;
    margin-top: 10px;
}

.navbar-collapse {
	padding: 0;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	color: #535353;
	background-color: transparent;
	border-bottom-style: dashed;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .open > a {
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	filter: none;
	background-repeat: no-repeat;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-default .navbar-nav > li > a {
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom: 2px solid #e63446;
	margin-right: 15px;
	padding-right: 0px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'GT_walsheim_pro_bold', sans-serif;
	font-weight: 300;
	color: #535353;
}

.navbar-default .navbar-nav > li > a:hover {
	border-bottom-color: #E71F78;
}

.site-branding {
	margin-bottom: 15px;
}

#searchform_wrapper input {
	border: none;
	border-bottom: 1px solid #e63446;
}

#searchform_wrapper form {
    float: right;
    margin-top: 10px;
}

#searchform_wrapper .search-submit {
	border: none;
	background: none;
}

#searchform_wrapper .search-field {
	border: none;
	border-bottom: 2px solid #e63446;
	border-left: 2px solid #e63446;
	font-size: 13px;
	font-family: 'Fira Mono', monospace;
	font-weight: 300;
	padding: 5px
}

.has_scroll {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 2;
    width: 100%;
}


/* HOMEPAGE */






.content-splash h1 {
	color: #e63446;
	
}

.content-splash h1 span {
	background: #eee;
	padding: 0 10px;
}

.content-splash-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-splash {
  padding: 5px;
  margin: 10px;
  text-align: center;
}



.carosello {
	margin-bottom: 30px;
}

#desc_home {
	padding: 0px 30px 0px 20px;
	/* background: rgba(231, 31, 120, 0.03); */
	margin-bottom: 30px;
	border-left: 5px solid #E71F78;
	line-height: 1.6em;
}

.img-bkg-post {
	padding: 15px;
	min-height: 250px;
	margin-bottom: 30px;	
}

.img-bkg-post h2 {
	margin: 0px 0px 20px 0px;
	
}

/* SIDEBAR */


.mc_embed_signup_sidebar {
	padding: 0;
}

.sidebar_wrapper {
	margin-top: 48px;
}

.mc_embed_signup_sidebar {
    padding: 39px 30px;
    border: 2px solid;
    margin-bottom: 40px;
}

.mc_embed_signup_sidebar label {
	font-weight: 300;
}

.mc_embed_signup_sidebar h2 {
	margin: 0;
	font-family: 'GT_walsheim_pro_bold';
text-transform: uppercase;
text-align: center;
font-size: 18px;
padding-bottom: 9px;
color: #e63446;
}

.mc_embed_signup_sidebar input {
width: 100%;
margin-bottom: 10px;
height: 40px;
border: none;
padding: 5px;
text-align: center;
color: #2f2f2f;
font-family: 'Fira Mono', monospace;
background: #ececec;
}


.mc_embed_signup_sidebar #mc-embedded-subscribe {
background: #30302f;
margin: 0;
font-family: 'GT_walsheim_pro_bold';
text-transform: uppercase;
text-align: center;
font-size: 18px;
color: #ececec;
transition: all 0.1s ease-in-out 0.1s;
}

.mc_embed_signup_sidebar #mc-embedded-subscribe:hover {
	background: #e63446;
	color: #fff;
	
}


.mc_embed_signup_sidebar input::-webkit-input-placeholder {
   color: #2f2f2f;
}

.mc_embed_signup_sidebar input:-moz-placeholder { /* Firefox 18- */
   color: #2f2f2f;  
}

.mc_embed_signup_sidebar input::-moz-placeholder {  /* Firefox 19+ */
   color: #2f2f2f;  
}

.mc_embed_signup_sidebar input:-ms-input-placeholder {  
   color: #2f2f2f;  
}



.elenco_approfondimenti_capolista  {
	margin: 10px 0 5px;
}


h2.title_section_sidebar {
	border-bottom: 2px solid;
	padding-bottom: 5px;
}

.owl-carousel.owl-loaded {
    margin-bottom: 40px;
}


/* carosello */
.wrapper{  
    float:left; /* important */  
    position:relative; /* important(so we can absolutely position the description div */  
}  


/* box */

.box_article_wrapper {
	border: 1px solid #eee;
	padding: 30px;
	margin-bottom: 30px;
}

.box_article_wrapper a {
	color: #333;
}

.box_article_wrapper a:hover {
	opacity: 0.8;
}

.box_article_wrapper a:hover {
	text-transform: none;
}

.event_box_wrapper .event_datails_in_box span,
.event_box_wrapper h2 span,
.home_top_posts h2 span,
.dispute_box_wrapper .dispute_datails_in_box span,
.struggle_box_wrapper h2 span {
	background: #fff;
	padding: 0 4px;
}

.event_list_icon_box img {
	margin-bottom: 10px;
	position: absolute;
	bottom: 25px;
	right: 10px;
	background: #fff;
	max-width: 40px	
}

.dispute_box_wrapper h2 span {
	background: #fff;
	padding: 0 4px;
}

.dispute_box_wrapper {
	min-height: 200px;
}


/* archivi */

.material_readmore {
	background: #e63446;
	border: 1px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px
}

.material_readmore:active {
	background: #eee;
	color: #e63446;
}

.bottle_shape {
	position: relative;
	top:3px;
}

.event_list_title {
	margin: 0;
}

.page-title {
	margin-top: 0px;
	font-size: 40px;
}

.resource_item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px dashed #e63446;
}

.emancipation_box_wrapper {
	border-radius: 50%;
	min-height: 360px
}

.box_article_emancipation h2 {
	text-align: center;
}

.author .custom_lan_sel {
	display: none;
}

.posts_in_bottle_archive article {
    margin: 20px 0;
}

.posts_in_bottle_archive article h2 {
    margin: 5px 0 0 0;
    border-bottom: 1px solid #e63446;
    padding-bottom: 5px
}
/* singolo */

.event_list_icon_box_single_event img {
    margin: 0 10px 0px 0;
	max-width: 75px
    /* float: left; */
}
.event_list_icon_box_single_event {
	margin-bottom: 40px;
}

.contenuto_blog .pagina_titolo {
	margin-bottom: 0;
}

.term_name_event {
    position: relative;
    display: inline-block;
    top: 15px;
}

.info_event_container {
margin-bottom: 20px;
}

.img-evidenza {
	margin-bottom: 15px;
}

.breadcrumbs {
    padding: 10px;
    background: #eee;
    margin-bottom: 30px;
}

.breadcrumbs a {
	color: #e63446;
	}
	
#main-column .breadcrumbs .post, #main-column .breadcrumbs .page {
    border: none !important;
    }

.contenuto_pagina h2,
.contenuto_blog h2 {
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 3px solid #e63446;
}

.pagina_titolo {
    font-size: 32px;
    letter-spacing: -0.05em;
    margin-top: 0;
}  


.answer_athor_img {
	margin-top: 30px;
}

.info_event_row {
    background-color: #e63446;
    color: #fff;
    padding: 1px 5px;
    font-size: 18px
}
.content_event {
	margin-bottom: 40px;
}


.button_download a {
    background-color: #eee;
    color: #e63446;
    padding: 5px 10px;
    margin-bottom: 60px;
    display: inline-block;
    border-left: 2px solid #e63446;
        font-family: 'GT_walsheim_pro_bold', sans-serif;
}

.button_download a:hover {
	color: #eee;
    background-color: #e63446;
}


.author_name_single span, 
.quote_info_single span,
.current_post_type {
    background-color: #e63446;
    color: #fff;
    padding: 0 4px;
    font-weight: 700;

}

.quote_info_single span {
	
}

.member_team_link a {
	background-color: #e63446;
	color: #fff;
	padding: 0px 1px;
}

.member_team_link a:hover {
	background-color: #fff;
	color: #e63446;
}

ul.member_publications_single {
	list-style: none;	
}

.member_publications_single li {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.img-circle .publication-img {
	border-radius: 50%;
}

.pubblication_wrapper {

}

.pubblication_wrapper img {

}

.publication_title {
	
}

.message_download_button {
	display: inline-block;
	padding: 10px 15px;
	background: #e63446;
	color: #fff;
}

.message_download_button:hover,
.message_download_button:focus {
	color: #fff;
}

/* Team list */

ul.people-list {
	list-style: none;
	padding-left: 0px;
}

.member-box img {
	border-radius: 50%;
}


.team_list_title {
	margin-top: 0;
}

.member-box > ul > li {
	margin-bottom: 30px;
}


/* SUMMER SCHOOL */

.program_wrapper {
	margin-bottom: 30px;
}

.program_wrapper_single_ss h2 {
	font-size: 34px;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 0;
    border-left: 0;
    border-bottom: 3px solid #e63446;
    padding-bottom: 10px;	
}

h1.summer_school_in {
	margin: 0 0 15px 0;
    padding: 0;
    border: none;
}

.summer_school_header h1.pagina_titolo {
	margin-bottom: 20px;
}

.summer_header_info_wrapper {
    border: 2px dashed #e63446;
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
}

.summerschool_answers {
	margin-bottom: 30px !important;
}

.summerschool_answers h3 {
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 5px;
}

.summer_school_box_wrapper {
	border: 2px solid #000;
}

.box_summerschool a {
	color: #000;
}

.box_summerschool h2 {
	color: #e63446;
}

.ss_details {
	font-weight: 700;
}	


.nav-tabs>li>a {
    padding: 10px 0px;
    margin-bottom: 15px !important;
}

.ss_archive_link {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    padding: 10px 0px;
    display: table;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.ss_archive_link:hover {
	background: #eee;
}

#logistics input,
#literature input {
    display: block;
}

.single_speaker_wrapper {
	border-bottom: 2px dashed #e63446;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/* footer */

#site-footer {
	background: #333;
	border-top: none;
	font-size: 12px;
	padding: 30px 0 100px;
	color: #fff;
}

.footer_menu {
	margin: 0;
	padding: 0;
}

.footer_menu > li {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}

.footer_menu > li > a {
	text-transform: uppercase;
	margin-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid #e63446;
	padding-bottom: 5px;
	color: #eee
}

.footer_menu > li > ul {
	margin: 0;
	padding: 0;
}

.footer_menu > li > ul > li {
	list-style: none;
}

.footer_menu > li > ul > li a {
	color: #eee;
}

.logo_footer img {
	max-width: 100px;
	margin-bottom: 20px;
}



/* VARI */


.icon_category {
    max-width: 50px;
    margin-right: 10px;
    /* margin-top: 20px */
}

.flat_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed {
	border: 2px solid #000;
	padding: 15px;
}


/* ELICHE DONOSTIA */
.donostia-brand a:hover,
.donostia-brand a {
	text-decoration: none;
}

#base_eliche-xs,
#contenitore_eliche-xs,
#donostia_brand-xs {
	height: auto;
	width: 91px;
	margin: 10px auto 0;

}
	
	
	
#elica-piccola-xs {	
	-webkit-animation:rotation 2s linear infinite;
	-moz-animation: rotation 2s linear infinite;
	height: 27.5px;
	position: relative;
	right: -10.5px;
	top: -77.5px;
	width: 27.5px;
}

#elica-grande-xs {
	-webkit-animation:rotation 4s linear infinite;
	-moz-animation: rotation 4s linear infinite;
	height: 46.5px;
	left: 0px;
	position: relative;
	top: -89.5px;
	width: 46.5px;
}



@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}


/* PAGINAZIONE */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #e63446;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #8f1521;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #e63446;
  border-color: #e63446;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}



/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


@media screen and (min-width: 768px) {
	
	

	
}



@media screen and (min-width:1200px){ /* col-lg */

}



/**
 * Col-md
 * -----------------------------------------------------------------------------
 */
@media screen and (min-width:992px) and (max-width: 1200px)  { /* col-md */


}
/**
 * Col-md
 * -----------------------------------------------------------------------------
 */





/**
 * Col-sm
 * -----------------------------------------------------------------------------
 */
@media screen and (min-width:768px) and (max-width:991px) { /* col-sm */


}
/**
 * Col-sm
 * -----------------------------------------------------------------------------
 */







/**
 * Col-xs
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 767px)  { /* col-xs*/

	.navbar-nav {
    margin: 0;
	}
	
	.navbar-default .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e63446;
    font-size: 18px;
	}
	
	.focus_page_home {
		margin: 10px 0 0 0;
		padding: 0;
		min-height: 0px;
	}
	
	.navbar-default .navbar-toggle {
	    border-color: #e63446;
		position: fixed;
		top: 10px;
		left: 15px;
		z-index: 2;
		background-color: #fff;
	
	}
	
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #e63446;
	}
	
	.navbar-default .navbar-collapse {
		position: fixed;
		z-index: 1;
		background: #fff;
		width: 100%;
		top: 65px
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    left: 0;
    padding: 15px;
    z-index: 2;
	}
	
	.site-title .site-title-heading {
		text-align: center;
	}
	.site-title-heading img	{
    max-width: 120px;
    }
    
    .website-description {
	    margin-top: 15px;
	    text-align: center;
	}
	
	#searchform_wrapper form {
    float: left;
    margin-top: 10px;
	}
	
	#searchform_wrapper .search-field {
	width: 100px
	}
	
	
	.site-branding {
	    margin-bottom: 0px;
	}
	
	.custom_lan_sel {
    margin: 0;
    padding: 0;
    text-align: right;
	margin-top: 10px
	}

	.footer_menu > li {
	display: block;
	margin-right: 0px;
	vertical-align: top;
	list-style: none;
	}
	
	#site-footer .custom_lan_sel {
		text-align: left;
	}

	.humboldt_logo img {
		position: absolute;
		max-width: 58px;
		right: 0;
		margin-left: 0px;
		/* Half the width */
		left: initial ;
	}
	
	.navbar-default {
    margin-bottom: -50px;
    margin-top: 0px;    
	}
	
	.has_scroll {
    position: inherit;
    top: inherit;
    background: #fff;
	}

	.nav-tabs>li>a {
	    padding: 0px 0px;
	    margin-bottom: 0;
	}

	.nav-tabs.nav-justified>li {
    float: left;
	margin-right: 10px;
	}
	
}
/**
 * Col-xs
 * -----------------------------------------------------------------------------
 */




/**
 * col-xs + col-sm
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 991px)  { 
	


}
/**
 * col-xs + col-sm
 * -----------------------------------------------------------------------------
 */






/**
 * smartphone
 * -----------------------------------------------------------------------------
 */ 
@media screen and (max-width: 540px)  { /* solo per smartphone */

	#searchform_wrapper .search-field {
	    width: 70px;
	}
}


@media screen and (min-width: 1440px)  {

}