@import url('https://fonts.googleapis.com/css?family=Comfortaa:400,700|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i');


/* Customization of Bootstrap Styles */

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: #373834;
  margin-top: 0 !important;
}

#navbar {
  position: static;
  max-width: 100%;
  width: 100%;
  padding-bottom: 0;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
	padding-top: 1em;
}

.path-frontpage #navbar {
	position: absolute;
}

label {
	font-weight: 500;
}

div.navbar-header {
  width: 100%;
  max-width: 1140px;
  margin: auto !important;
  float: none;
	position: relative;
}
 
.navbar-default {
  background: none;
  border: none;
  padding: 0;
}

.no-padding {
  padding: 0 !important;
}

a {
  color: black;
}

a:hover, a:focus {
	color: #4c4c4c;
}

body .event-text a,
body .field--name-body a {
  text-decoration: underline;
	text-decoration-color: #FFD066;
	font-weight: bold;
}

.field--name-body table th,
.field--name-body table td {
  padding: 0.5em;
  border: 1px solid #eb9b37;
}

.field--name-body table tr,
.field--name-body table td {
  transition: all 140ms ease-in-out
}

.field--name-body table tr th,
.field--name-body table tr:hover {
  background: #c0e0e4;
}


a:hover, a:focus {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Raleway', sans-serif;
}

.page-header {
	text-align: center;
	color: white;
	font-family: 'Comfortaa', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 40px;
  font-weight: bold;
  border: none;
	text-transform: uppercase;
}

.page-header span.highlighted {
  color: #24949f;
}

.region-highlighted {
  margin-top: 1em;
  margin-bottom: 1em;
}

.path-frontpage .region-highlighted {
	margin: 0;
}

/* Breadcrumb Styles */

.region-content .breadcrumb {
  background: none;
  padding: 0;
}

.region-content .breadcrumb a {
  color: #21223F;
}

.breadcrumb > li + li:before {
  content: ">";
  padding: 0 5px;
  color: #21223F;
}

/* Content Tab Styles */

nav.tabs {
  margin-bottom: 1em;
}

.nav-tabs {
	width: 100%;
  display: table;
  margin: 0 auto;
  background: none;
  padding: 5px;
  border: none;
  box-shadow: none;
}

.nav-tabs > li {
	display: table-cell;
	float: none;
	text-align: center;
}

.nav-tabs > li > a {
	display: inline-block;
  color: #21223f;
	font-weight: 600;
  text-transform: uppercase;
  border: none;
  padding: 8px;
  margin: 0;
  border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	display: inline-block;
  color: #21223F;
  font-weight: bold;
  text-transform: uppercase;
	border-top: none;
	border-right: none;
	border-left: none;
  border-bottom: 3px solid #FFD066;
  padding: 8px;
  margin: 0;
  border-radius: 0;
  background: none;
}

.nav-tabs > li:last-child > a {
  border-right: none !important;
}

.nav-tabs > li > a:hover,
.nav > li > a:hover, .nav > li > a:focus {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

/* Header Styles */

.eu-desc .eu-col-1 {
	width: 70px;
  float: left;
}

.eu-desc .eu-col-2 {
	width: calc( 100% - 70px );
  float: left;
	font-size: 0.85em;
	color: white;
}

.cheese-footer .copyright-column {
	color: white;
	font-size: 0.8em;
	text-align: right;
}

span.separator {
	margin-right: 10px;
	margin-left: 10px;
}

.path-frontpage span.separator {
	color: white;
}

body #block-cheeseblockmainlogohome .field--name-body,
body #block-cheeseblockmainlogo .field--name-body {
  margin-bottom: 0;
}

.social-networks {
	float: right;
}

.social-networks a {
	color: #4c4c4c;
	font-size: 1.25em;
}

.path-frontpage .social-networks a {
	color: white;
}

.social-networks a:last-child {
	margin-left: 10px;
}

/* Home Styles */

div.page_title {
	background: #21223F;
	padding: 2.75em 0;
	text-align: center;
}

.path-frontpage div.page_title {
	display: none;
}

#block-cheeseblockhomeobjectives {
	padding-top: 2em;
	padding-bottom: 3em;
	color: #707172;
	background: #f6f6f6;
}

.cheese-objectives-header {
	text-align: center;
	font-size: 2em;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.intranet-access {
	float: right;
	text-transform: uppercase;
	margin-top: 6px;
	margin-right: 3em;
}

.intranet-access a {
	color: #4C4C4C;
  font-weight: 500;
}

.path-frontpage .intranet-access a {
	color: white;
}

.intranet-access a img {
	margin:-4px 10px 0 0;
}

.subtitle {
	text-align: center;
	color: #4c4c4c;
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 53px;
}

.page-subtitle {
	font-size: 40px;
	font-family: Comfortaa, sans-serif;
	color: #21223F;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
	text-transform: uppercase;
}

.subtitle span {
	padding-bottom: 20px;
	position: relative;
}

.page-subtitle span {
	padding-bottom: 10px;
	position: relative;
}

.page-subtitle span:before {
	content: "";
	position: absolute;
	width: calc( 100% - 140px );
	height: 3px;
	bottom: 0;
	left: 70px;
	border-bottom: 3px solid #FFD066;
}

.subtitle span:before {
	content: "";
	position: absolute;
	width: calc( 100% - 20px );
	height: 3px;
	bottom: 0;
	left: 10px;
	border-bottom: 3px solid #FFD066;
}

.page-summary {
	font-size: 17px;
	max-width: 500px;
	margin: 40px auto;
	line-height: 1.9em;
	font-weight: bold;
	color: #21223F;
	text-align: center;
}

.page-content {
	text-align: center;
	font-weight: 500;
	font-size: 17px;
	color: #4C4C4C;
	margin-bottom: 100px;
	line-height: 1.9em;
}

.page-image {
	border-bottom: 1px solid #707070;
	text-align: center;
}

.page-image img {
	width: 80%;
}

.home-tab p {
	font-weight: 500;
	text-align: center;
	margin-bottom: 3em;
}

#block-cheeseblocktabs {
	padding: 100px 0;
	background: white;
}

.ui-tabs .ui-tabs-panel .cheese-btn {
	display: inline-block;
}

.count-number{
	font-family: Comfortaa, sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: white;
}

.count-descr{
	font-size: 1em;
	color: #FFD066;
	text-align: center;
	text-transform: uppercase;
}

#block-cheeseblockcounter {
	background: #21223F;
	padding: 3em 0;
}

#block-views-block-cheese-view-slider-slides2-block {
	margin: 3em 0 6em 0;
}

#block-views-block-cheese-view-slider-slides2-block h2.block-title {
	margin-bottom: 2em;
}

/* Log in Styles */

.path-user:not(.user-logged-in) .main-container {
	background: #e8e8e8;
	padding-top: 100px;
	padding-bottom: 100px;
}

.path-user.user-logged-in .main-container {
	background: #e8e8e8;
	padding-bottom: 3em;
}

.path-user:not(.user-logged-in) .main-container > .container {
}

.path-user:not(.user-logged-in) .main-container .nav-tabs {
	margin: 0;
	display: block;
	padding-left: 0;
	padding-right: 0;
}

.path-user:not(.user-logged-in) .nav-tabs > li {
	float: left;
	margin-left: 0;
	text-align: left;
	margin-right: 1em;
}

.path-user:not(.user-logged-in) .nav-tabs > li > a {
	color: #21223f;
	border: none;
	padding-left: 0;
	padding-right: 0;
}

.path-user:not(.user-logged-in) .nav-tabs > li.active > a,
.path-user:not(.user-logged-in) .nav-tabs > li.active > a:hover,
.path-user:not(.user-logged-in) .nav-tabs > li.active > a:focus {
	font-weight: bold;
	border: none;
	color: #21223f;
	padding-left: 0;
	padding-right: 0;
}

.path-user:not(.user-logged-in) .nav-tabs > li:last-child {
	float: right;
	margin-right: 0;
}

.path-user:not(.user-logged-in) .nav-tabs li.active a:before {
	content: "";
	position: absolute;
	width: calc( 100% );
	height: 3px;
	bottom: 0;
	border-bottom: 3px solid #FFD066;
}

.path-user:not(.user-logged-in) nav.tabs {
	max-width: 400px;
	margin: 0 auto 100px auto;
}

.path-user:not(.user-logged-in) form {
	max-width: 400px;
	margin: 0 auto;
}

/* jQuery UI Styles */

.ui-widget {
	font-family: 'Raleway', sans-serif;
}

.ui-widget.ui-widget-content {
	border: none;
}

.ui-widget-header {
	border: none;
	background: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background: none;
	border: none;
	color: #4c4c4c;
	font-weight: 500;
	outline: none !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button,
html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active,
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus,
.ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	background: none;
	border: none;
	color: #4c4c4c;
	font-weight: 500;
	outline: none !important;
}

.ui-state-active a, .ui-state-active a:link,
.ui-state-active a:visited {
	color: #4c4c4c;
	outline: none !important;
}

.ui-state-focus a {
	outline: none !important;
}

a.view-all-link:before,
.ui-state-active a:before,
.ui-state-active a:focus:before {
	content: "";
	position: absolute;
	width: calc( 100% - 20px );
	height: 3px;
	bottom: 0;
	left: 10px;
	border-bottom: 1px solid #373834;
}

.ui-tabs .ui-tabs-nav {
	text-align: center;
	padding-bottom: 1em;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active,
.ui-tabs .ui-tabs-nav li {
	margin: .5em 5em;
	float: none;
	display: inline-block;
	padding: 0;
	font-size: 0.85em;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 0 0 1px 0;
	text-transform: uppercase;
	font-weight: 600;
}

.ui-tabs .ui-tabs-panel {
	text-align: center;
}

/* Body Styles */

div.main-container {
	background: white;
	padding-bottom: 0;
	padding-top: 1em;
}

body.path-node-21 div.main-container {
	background: #d7d7d7;
}

div.main-container > .row {
	margin-right: 0;
}

div.main-container > .row > section.col-sm-12 {
	padding-right: 0;
}

.path-frontpage div.main-container {
	padding: 0;
}

.path-frontpage .region-content {
	display: none;
}

.alert {
	margin-top: 20px;
	width: 100%;
	position: absolute;
	bottom: -70px;
}

.region-content .alert {
	position: relative;
	bottom: auto;
	margin-top: 0;
}

.not-found-message {
	width: 100%;
	text-align: center;
}

article.page {
	color: #707172;
}

/* Footer Styles */

.footer-logos {
  text-align: center;
}

.footer-logos div {
  margin-bottom: 1em;
}

.footer-logos div img {
  width: 100%;
  max-width: 250px;
}

.footer {
	background: #373834;
  border: none;
	padding-bottom: 25px;
	padding-top: 25px;
	margin-top: 0;
}

.cheese-footer img {
	max-width: 200px;	
}

.cheese-footer img.eu-flag {
	display: block;
	margin-right: 1.5em;
	max-width: 50px;
}

.cheese-footer .eu-desc {
	color: grey;
	font-size: 0.85em;
}

.cheese-footer .eu-desc a {
	color: white !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

#block-cheeseblocklinks,
#block-cheeseblocklinks-2 {
	text-transform: uppercase;
	text-align: center;
	padding: 2em 0;
}

#block-cheeseblocklinks .field--name-body,
#block-cheeseblocklinks-2 .field--name-body {
	margin-bottom: 0;
}

#block-cheeseblocklinks .field--name-body a,
#block-cheeseblocklinks-2 .field--name-body a {
	text-decoration: none;
	display: block;
	margin-bottom: 1em;
	color: #4c4c4c;
	font-weight: 500;
}

#block-cheeseblocklinks .field--name-body div.clearfix > a:last-child,
#block-cheeseblocklinks-2 .field--name-body div.clearfix > a:last-child {
	margin-bottom: 0;
}

#block-cheeseblocklinks .field--name-body a img,
#block-cheeseblocklinks-2 .field--name-body a img {
	width: 50px;
}

/* Block Styles */

#block-cheeseblockmainlogohome img,
#block-cheeseblockmainlogo img {
	position: relative;
	width: 100%;
	min-width: 150px;
	max-width: 150px;
}

/* User Menu Styles */

#block-cheeseblockusermenu {
  float: right;
  margin-left: 1em;
}

#block-cheeseblockusermenu .dropdown {
  float: right;
	margin-left: 0.9em;
	margin-top: 5px;
	margin-right: 3em;
}

#block-cheeseblockusermenu .dropdown-toggle {
  color: #4c4c4c;
  display: block;
}

.path-frontpage #block-cheeseblockusermenu .dropdown-toggle {
	color: white;
}

#block-cheeseblockusermenu .dropdown-toggle .user-display-name {
  display: block;
  float: left;
  text-align: right;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}

#block-cheeseblockusermenu .login-link {
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
	color: white;
	display: none;
}

#block-cheeseblockusermenu .dropdown-toggle .user-name {
  color: white;
}

#block-cheeseblockusermenu .dropdown-toggle i {
  float: left;
  font-size: 2em;
  margin-top: -6px;
  margin-left: 0;
  transition: all 1s;
}

#block-cheeseblockusermenu .dropdown .dropdown-toggle i:before {
  content: "keyboard_arrow_down";
}

#block-cheeseblockusermenu .dropdown.open .dropdown-toggle i:before {
  content: "keyboard_arrow_up";
}

/* Main menu */

#block-cheeseblockmainlogohome,
#block-cheeseblockmainlogo {
	float: left;
}

#block-horizontalmenu {
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	right: 0;
}

.responsive-menu-block-wrapper {
	display: block !important;
}

.horizontal-menu > li > a,
.horizontal-menu > li > span {
	text-transform: uppercase;
	color: #4C4C4C;
	font-weight: 500;
	font-size: 0.85em;
	display: block;
	padding: 0.3em 2em 0.35em 2em;
}

.horizontal-menu > li:last-child > a {
	font-size: 25px;
	padding: 0.3em 0 0.35em 0;
}

.path-frontpage .horizontal-menu > li > a,
.path-frontpage .horizontal-menu > li > span {
	color: white;
}

.horizontal-menu > li:last-child > span {
	padding-right: 0;
}

.horizontal-menu > li > span {
	cursor: default;
}

.horizontal-menu > li {
	border-bottom: 5px solid transparent;
}

body:not(.path-frontpage) .horizontal-menu > li.menu-item--active-trail {
	/* border-bottom: 5px solid #eb9a38; */
}

.horizontal-menu > li ul {
	background: none;
	padding-top: 15px;
	width: 16em;
}

.horizontal-menu > li li > a {
	color: white;
	text-transform: uppercase;
	font-size: 0.85em;
	padding: 1.5em 1.5em 0 1.5em;
}

.horizontal-menu > li ul > li:last-child > a {
	padding: 1.5em 1.5em 1.5em 1.5em;
}

.horizontal-menu li li {
	background: rgba(27,22,28,0.95);
	text-transform: uppercase;
}

body:not(.path-frontpage) .horizontal-menu li li.menu-item--active-trail {
	background: rgba(27,22,28,0.95);
}

body:not(.path-frontpage) .horizontal-menu li li.menu-item--active-trail > a {
	color: white;
	font-weight: bold;
}

/* FlexSlider Styles */

.flexslider {
  border: none !important;
  margin: 0;
}

.flex-direction-nav {
	display: none;
}

#block-views-block-cheese-view-partners-partners-slider-block .flex-direction-nav {
	display: block;
}

#block-views-block-cheese-view-partners-partners-slider-block .flex-control-nav {
	display: none;
}

.flex-direction-nav .flex-prev {
  left: 0;
	top: 0;
	width: 100px;
	text-shadow: none;
	background: none;
	font-weight: 600;
	color: grey;
}

.flex-direction-nav .flex-next {
  right: 0;
	top: 0;
	width: 100px;
	text-shadow: none;
	background: none;
	font-weight: 600;
	color: grey;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  /* left: 0px; */
}

.flexslider:hover .flex-direction-nav .flex-next {
  /* right: 0px; */
}

.flex-direction-nav a:before {
  display: none;
}

.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
  display: block;
  opacity: 1;
}

.cheese-content-two-slider .flex-control-nav,
.cheese-content-slider .flex-control-nav {
  position: absolute;
	bottom: 12px;
}

.cheese-content-two-slider .flex-control-paging li a,
.cheese-content-slider .flex-control-paging li a {
	background: #D2D6D5;
	border: 4px solid #D2D6D5;
	height: 20px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	width: 20px;
	box-shadow: none;
}

.cheese-content-two-slider .flex-control-paging li a {
	background: #4c4c4c;
	border: 4px solid #4c4c4c;
}

.cheese-content-two-slider .flex-control-paging li a.flex-active,
.cheese-content-slider .flex-control-paging li a.flex-active {
	background-color: transparent;
}

.cheese-content-slider .flex-control-paging li a:hover {
	background: #D2D6D5;
}

.cheese-content-two-slider .flex-control-paging li a:hover {
	background: #4c4c4c;
}

/* Front Page Slider */

.slide {
  position: relative;
	height: 100%;
	min-height: 200px;
	padding: 0;
}

.slide-block {
  width: 800px;
	background: none;
	padding: 1em;
	height: 480px;
  color: white;
  margin: auto;
  bottom: 0;
  font-size: 2em;
  font-weight: 300;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  position: absolute;
}

.cheese-content-two-slider .slide-link {
	width: 50%;
	float: left;
}

.cheese-content-two-slider .slide-block {
	position: relative;
	float: left;
	width: 50%;
	color: #4c4c4c;
	left: auto;
	top: auto;
	font-size: 1.1em;
	bottom: auto;
	padding: 2em 4em;
	max-width: 100%;
}

.cheese-content-two-slider .slide-block .header {
	color: #21223F;
	font-family: Comfortaa, sans-serif;
	font-weight: bold;
	font-size: 1.75em;
	margin-bottom: 1.75em;
}

.cheese-content-two-slider .slide-block .description {
	font-weight: 400;
}

.cheese-content-two-slider .slide-block a.button {
	font-size: 0.75em;
	display: inline-block;
	border: 3px solid #DCB358;
	margin-top: 4em;
}

.slide-block span {
  color: grey;
  font-weight: 500;
  display: block;
  margin-bottom: 0.5em;
	font-size: 0.75em;
}

.slide-block .header {
	color: white;
	border: none;
	font-family: 'Comfortaa', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0.75em;
	font-size: 45px;
}

.slide-block > div {}

.slide-block a.button {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 0.5em;
  transition: all linear 0.15s;
  -webkit-transition: all linear 0.15s;
	color: #4c4c4c;
	background: #FFD066;
	border: 3px solid #FFD066;
	border-radius: 3px;
	font-weight: bold;
	padding: 1em 3em;
}

.slide-block a.button:hover,
.slide-block a.button:focus {
	border: 3px solid #DCB358;
}

.cheese-content-two-slider .flex-viewport,
.cheese-content-slider .flex-viewport {
	background-repeat: repeat-y;
}

#block-views-block-cheese-view-slider-slider-block {
}

.cheese-content-slider .flexslider .slides img {
	cursor: default;
}

/* User Menu Styles */

/* Main Menu Styles */

#mainmenu ul.level1 {
	padding: 0;
  width: 100%;
  text-align: right;
	margin: 2em 0 0 0;
}
#mainmenu ul.level1 li.level1-item {
	display: inline-block;
	transition: all 140ms ease-in-out
}
#mainmenu a.dropmenu {
	text-transform: uppercase;
	padding: .2em .5em;
	font-size: 1em;
	font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color: black;
}
#mainmenu ul.level1 li.level1-item:last-child a.dropmenu {
  margin-right: -0.5em;
}
#mainmenu a.dropmenu.highlighted {
  color: #eb9b37;
}
#mainmenu ul.level2 li {
  padding: 0em 0 .7em;
  display: inline-block;
  margin-right: 2em;
}
#mainmenu ul.level3 li {padding: 0}
#mainmenu ul.level3 li a {
	padding: .2em 0em;
	line-height: 1.2em;
	display: block
}
#mainmenu ul.level2 li a {
	font-size: 1.0625em
}
#mainmenu ul.level3 li a {
	font-weight: 400;
	font-size: 1em
}
#mainmenu ul.level4 li{
  font-style: italic;
  font-size: .95em
}
#mainmenu ul.level2 {
  background: none;
  padding: 1em 1em 0 1em;
}
#mainmenu ul.level3 {padding: 0 0 .6em .6em}
#mainmenu li.level1-item .dropwrapper {
	opacity: 0;
	visibility: hidden;
	transition: all 50ms ease-in 2ms;
	position: absolute;
	background-color: #fff;
	width: 100%;
	left: 0;
	z-index: 9999;
	box-shadow: 0px 5px 6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0px 5px 6px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, .15);
	border: none;
	padding: 1em 0
}
#mainmenu li.level1-item:hover .dropwrapper, #mainmenu li.level1-item.hover .dropwrapper {
	visibility: visible;
	opacity: 1;
	transition: all 330ms ease-out
}
#mainmenu .level2 a:hover {background: none!important}

#mainmenu li.level1-item:hover .dropmenu,
#mainmenu li.level1-item.hover .dropmenu {
  color: white;
  font-weight: 600;
}

#mainmenu li.level1-item:hover .dropmenu.option-ma,
#mainmenu li.level1-item.hover .dropmenu.option-ma {
  background: #eb9b37;
}

#mainmenu li.level1-item:hover .dropmenu.option-apps,
#mainmenu li.level1-item.hover .dropmenu.option-apps {
  background: #cc3341;
}

#mainmenu li.level1-item:hover .dropmenu.option-rf,
#mainmenu li.level1-item.hover .dropmenu.option-rf {
  background: #49b8dc;
}

#mainmenu li.level1-item:hover .dropmenu.option-pc,
#mainmenu li.level1-item.hover .dropmenu.option-pc {
  background: #6cc581;
}

#mainmenu li.level1-item:hover .dropmenu.option-bscc,
#mainmenu li.level1-item.hover .dropmenu.option-bscc {
  background: #f4a83c;
}

#mainmenu li.level1-item:hover .dropmenu.option-hs,
#mainmenu li.level1-item.hover .dropmenu.option-hs {
  background: #be85d9;
}

#mainmenu .action-element {
  text-align: left;
}

#block-cheeseblockmainmenu {
  position: static;
}

.dropdown-menu {
  box-shadow: none;
  border: none;
  border-radius: 0;
  left: inherit !important;
  right: 0;
	background: none;
}

.dropdown-menu li {
	background: #373834;
}

.dropdown-menu > li > a {
  font-weight: 400;
  color: black;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  text-align: right;
  color: white;
  text-transform: uppercase;
	border-bottom: 1px solid white;
}

.dropdown-menu > li > a.highlighted-option {
  color: white;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #373834;
	background-color: #ffd066;
	font-weight: 600;
}

.dropdown-menu > li > a.highlighted-option:hover,
.dropdown-menu > li > a.highlighted-option:focus {
  color: #373834;
	background-color: #ffd066;
	font-weight: 600;
}

.col-center {
  display: inline-block;
  float: none;
  vertical-align: top;
}

#mainmenu .level2 li a {
  font-weight: 600;
}

#mainmenu .level2 li a i {
  float: left;
  color: black;
}

#mainmenu ul.level2 li:last-child {
  margin-right: 0;
}

/* Front Page Content Styles */

#block-views-block-cheese-view-events-events-home-block {
	background: white;
	padding: 3em 0;
}

#block-views-block-cheese-view-events-events-home-block .event-box {
	margin-top: 0;
}

#block-views-block-cheese-view-news-news-home-block {
	background: #E8E8E8;
	padding: 3em 0;
}

#block-views-block-cheese-view-events-events-home-block .block-title,
#block-views-block-cheese-view-news-news-home-block .block-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 40px;
	margin: 1em 0 2em 0;
}

#block-views-block-cheese-view-news-news-home-block .block-title a {
	color: #21223F !important;
}

#block-views-block-cheese-view-events-events-home-block .block-title a {
	color: #21223F !important;
}

.view-display-id-news_categories {
	margin-top: 80px;
}

.news-header,
.view-display-id-news_list .view-header,
.view-display-id-inpress_list .view-header {
	color: #21223F;
	font-family: Comfortaa, sans-serif;
	margin: 80px 15px;
	font-size: 40px;
}

.news-header,
.view-display-id-news_list .view-header {
	text-transform: uppercase;
}

.view-display-id-inpress_list .views-row {
	background: #f3f3f3;
	padding: 40px;
	margin-bottom: 40px;
}

.view-display-id-inpress_list .views-row a {
	font-weight: bold;
	color: #21223F;
}

.news-header {
	margin-left: 0;
}

img.news-img {
	width: 100%;
}

.view-display-id-news_list .view-header span,
.view-display-id-inpress_list .view-header span {
	font-weight: bold;
}

.view-display-id-news_categories .views-field-title,
.view-display-id-news_list .views-field-title,
#block-views-block-cheese-view-events-events-home-block .views-field-title,
#block-views-block-cheese-view-news-news-home-block .views-field-title {
	text-align: left;
	margin: 2em 0 0 0;
}

.view-display-id-news_categories .views-row,
.view-display-id-news_list .views-row,
#block-views-block-cheese-view-news-news-home-block .views-row {
	color: #4c4c4c;
	margin-bottom: 40px;
}

.view-display-id-news_categories .views-row,
.view-display-id-news_list .views-row {
	padding-right: 80px;
}

.view-display-id-events_home_block .view-content .views-row:nth-child(4n+1),
.view-display-id-news_categories .view-content .views-row:nth-child(2n+1),
.view-display-id-news_list .view-content .views-row:nth-child(2n+1),
.view-display-id-all_events_tab .view-content .views-row:nth-child(4n+1),
.view-display-id-trainings_tab .view-content .views-row:nth-child(4n+1),
.view-display-id-conferences_tab .view-content .views-row:nth-child(4n+1),
.view-display-id-meetings_tab .view-content .views-row:nth-child(4n+1),
.view-display-id-workshops_tab .view-content .views-row:nth-child(4n+1) {
	clear: left;
}

.view-display-id-news_categories .views-field-title a,
.view-display-id-news_list .views-field-title a,
#block-views-block-cheese-view-news-news-home-block .views-field-title a {
	color: #4c4c4c;
	font-size: 1em;
	font-weight: bold;
}

.view-display-id-news_categories .views-field-field-cheese-news-date,
.view-display-id-news_list .views-field-field-cheese-news-date,
#block-views-block-cheese-view-news-news-home-block .views-field-field-cheese-news-date {
	text-transform: uppercase;
	margin-bottom: 1em;
}

#block-views-block-cheese-view-events-events-home-block .view-footer,
#block-views-block-cheese-view-news-news-home-block .view-footer {
	text-align: center;
}

#block-views-block-cheese-view-events-events-home-block  a.view-all-link,
#block-views-block-cheese-view-news-news-home-block a.view-all-link {
	display: inline-block;
	margin: 4em 0;
	font-size: 25px;
	text-transform: uppercase;
	position: relative;
	font-weight: 500;
	color: #373834;
}

.view-display-id-news_categories .views-row .views-field-body,
.view-display-id-news_list .views-row .views-field-body,
#block-views-block-cheese-view-news-news-home-block .views-field-body {
	font-size: 14px;
}

.view-id-cheese_view_events .views-field-title a,
#block-views-block-cheese-view-events-events-home-block .views-field-title a {
	color: #21223F;
	font-size: 1em;
	font-weight: bold;
}

.views-field-field-cheese-evt-limg img,
.views-field-field-cheese-news-limg img {
	margin: 0 auto;
}

.btn.icon-before .glyphicon {
  display: none;
}

.no-view-results {
  color: #6b6b6b;
  background: #e8e8e8;
  padding: 1em;
  text-align: center;
}

h2.block-title {
  text-align: center;
  font-size: 40px;
  color: #21223F;
  font-weight: bold;
  margin-bottom: 0.5em;
	font-family: 'Comfortaa', sans-serif;
	text-transform: uppercase;
}

h2.block-title a {
	color: #21223F;
}

.block-webform {
	background: #E8E8E8;
	padding: 80px 0;
}

.block-webform .form-required:after {
  margin-left: 5px;
}

div.captcha {
	margin-bottom: 2em;
}

#block-cheeseblockresultshome {
	background: #21223F;
	padding: 130px 0;
	color: white;
	text-align: center;
}

#block-cheeseblockresultshome h2.block-title {
	color: white;
	margin-bottom: 2em;
}

.res-icon img {
  width: 100%;
  max-width: 70px;
}

.res-title {
	margin: 1em 0 2em 0;
}

body .field--name-body .res-title a {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 400;
	text-decoration: none;
	color: white;
}

#block-cheeseblockpartnershome {
	background: #E8E8E8;
	padding: 2em 0;
}

.partners-title {
	font-size: 25px;
	margin-top: 20px;
	font-family: Comfortaa, sans-serif;
	color: #4c4c4c;
}

.partners-button {
	text-align: right;
}

body .field--name-body .partners-button a {
	background: #FFD066;
	border: none;
	border-radius: 8px;
	padding: 0.85em 4em;
	margin-top: 0.8em;
	border: 3px solid #FFD066;
}

body .field--name-body .partners-button a:hover,
body .field--name-body .partners-button a:focus {
	border: 3px solid #DCB358;
}

#block-views-block-cheese-view-publications-publications-home-block {
	padding: 3em 0;
}

#block-views-block-cheese-view-publications-publications-home-block .publication {
	background: #e8e8e8;
	padding: 2em;
	min-height: 225px;
	-webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}

.pub-show {
	font-family: Comfortaa, sans-serif;
	color: #373834;
	text-align: center;
	margin-top: 3.75em;
}

.pub-show a {
	color: #373834;
}

.pub-hover {
	display: none;
}

.pub-hover .pub-summary {
	font-size: 14px;
	color: white;
	margin-top: 1em;
	margin-bottom: 2em;
}

.pub-hover .pub-button {
	text-align: center;
}

.pub-hover .pub-button a.cheese-btn {
	border: none;
	border-radius: 4px;
	font-size: 12px;
}

#block-views-block-cheese-view-publications-publications-home-block .publication:hover {
	background: #373834;
}

.publication:hover .pub-show { display: none; }
.publication:hover .pub-hover { display: block; }

#block-views-block-cheese-view-publications-publications-home-block {
	text-align: center;
}

#block-views-block-cheese-view-publications-publications-home-block h2.block-title {
	margin-bottom: 2em;
}

#block-views-block-cheese-view-publications-publications-home-block .view-footer a.cheese-btn {
	margin: 4em 0;
	text-transform: uppercase;
	border: none;
	padding: 1em 2.5em;
}

#block-cheeseblockcontact {
	background: #373834;
	padding: 40px 0;
	text-align: center;
}

.contact-title {
	color: #ffd67c;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 5px;
}

.contact-description {
	color: white;
	font-size: 14px;
	font-weight: 300;
}

/* Checkboxes
   ========================================================================== */

.form-inline .radio label.control-label, .form-inline .checkbox label.control-label {
  padding-left: 25px !important;
}
   
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute !important;
  left: -9999px;
  opacity: 0;
}

[type="checkbox"] {
  /* checkbox aspect */
}

[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  padding-left: 25px;
  margin-right: 1em;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

[type="checkbox"].tabbed:focus + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #eb9b37;
  border-bottom: 2px solid #eb9b37;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #eb9b37;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

[type="checkbox"].filled-in + label:after {
  border-radius: 2px;
}

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #eb9b37;
  background-color: #eb9b37;
  z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #eb9b37;
  border-color: #eb9b37;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}

[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

/* Breadcrumb Styles */

/* Pagination Styles */

.entity-pager-list {
	margin-top: 3em;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: none;
  border: none;
  color: #707070;
	border-bottom: 3px solid #FFD066;
}

.entity-pager-list > li > a, .entity-pager-list > li > span,
.pagination > li > a, .pagination > li > span {
  color: #707070;
  background: none;
  border: none;
  border-radius: 0;
  font-weight: bold;
	font-size: 40px;
	font-family: 'Comfortaa', sans-serif;
	padding: 6px 20px;
	margin: 0 20px;
	border-bottom: 3px solid #FFFFFF;
}

.entity-pager-list > li > a, .entity-pager-list > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	text-decoration: none;
	text-transform: uppercase;
}

.entity-pager-list > li > a:hover, .entity-pager-list > li > span:hover, .entity-pager-list > li > a:focus, .entity-pager-list > li > span:focus,
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #707070;
	background: none;
  border: none;
	border-bottom: 3px solid #FFFFFF;
}

.entity-pager-list > li > a:hover, .entity-pager-list > li > span:hover, .entity-pager-list > li > a:focus, .entity-pager-list > li > span:focus
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background: white;
  border-radius: 0;
}

.entity-pager-list .entity-pager-item-count,
.pagination .pager__item {
	/* display: none; */
}


.pagination .pager__item--next a,
.pagination .pager__item--previous a,
.pagination .pager__item--first a,
.pagination .pager__item--last a {
	font-size: 20px;
	margin-top: 19px;
	text-transform: uppercase;
}

.entity-pager-list img,
.pagination .pager__item.is-active img {
	float: left;
	width: 30px;
}

/* Webform Styles */

input[type="text"],
input[type="password"],
.views-exposed-form select,
.views-exposed-form input[type="text"],
#block-masquerade input[type="text"],
.block-webform input[type="text"],
.block-webform input[type="email"],
.block-webform select,
.block-webform textarea,
.block-webform input[type="url"] {
	border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 2.5em;
  font-size: 14px;
}

.form-control {
	height: 40px;
}

#block-masquerade input[type="text"] {
  margin-bottom: 0;
  font-size: 1em;
}

#block-masquerade .input-group-addon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.block-webform input[type="file"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 1em;
  padding-bottom: 1.8em;
  font-size: 1em;
}

.form-managed-file div.description {
  text-align: right;
}

.file {
  font-size: 0.9em;
}

.select-wrapper:after {
  top: 30%;
  color: #4C4C4C;
  font-family: 'Glyphicons Halflings';
  content: '\e114';
}

.block-webform .form-type-webform-markup {
  color: #adadad;
}

.view-filters {
	background: #eaeaea;
}

.view-filters .views-exposed-form {
	padding: 80px 15px;
}

.block-webform textarea {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

button.btn-primary:active,
button.btn-primary,
.views-exposed-form button[type="submit"],
#block-masquerade .form-submit.btn,
a.cheese-btn,
.block-webform button.button--primary {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
	border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-transform: uppercase;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
  font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 14px;
	outline: none !important;
	padding: 0.75em 1.25em;
	color: #373834;
	font-weight: bold;
	background-color: #FFD67C;
	border: 3px solid #FFD67C;
}

button.btn-primary:hover,
button.btn-primary:hover,
.views-exposed-form button[type="submit"]:hover,
#block-masquerade .form-submit.btn:hover,
a.cheese-btn:hover,
.block-webform button.button--primary:hover,
button.btn-primary:focus,
button.btn-primary:focus,
.views-exposed-form button[type="submit"]:focus,
#block-masquerade .form-submit.btn:focus,
a.cheese-btn:focus,
.block-webform button.button--primary:focus {
	border: 3px solid #DCB358;
}

.block-webform button.button--primary {
	padding: 1em 3em;
}

a.cheese-btn {
	display: inline-block;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	padding: 0.85em 2em;
	border: 3px solid #FFD066;
}

a.cheese-btn:hover,
a.cheese-btn:focus {
	border: 3px solid #DCB358;
}

.search-form button.btn-primary:active,
.search-form button.btn-primary,
#search-block-form button.btn-primary:active,
#search-block-form button.btn-primary {
	font-size: 18px;
	margin-left: 15px;
	padding: 7px 10px 6px 10px;
	background-color: white !important;
	border-radius: 0 4px 4px 0;
	border: 1px solid #4c4c4c;
	border-left: none;
	z-index: 1000 !important;
}

.glyphicon {
	color: #4c4c4c;
}

#block-cheese-theme-search {
	float: right;
	width: 100%;
	max-width: 300px;
	margin-right: 15px;
	margin-left: 1em;
}

.search-form input[type="search"],
#block-cheese-theme-search input[type="search"] {
	border-radius: 4px 0 0 4px;
	box-shadow: none;
	border: 1px solid #4C4C4C;
	border-right: none;
	margin-top: 80px;
	margin-bottom: 80px;
	margin-left: 15px;
	text-transform: uppercase;
}

button.btn-primary:active:hover,
button.btn-primary:focus,
button.btn-primary:hover,
.views-exposed-form button[type="submit"]:focus,
.views-exposed-form button[type="submit"]:hover,
#block-masquerade .form-submit.btn:focus,
#block-masquerade .form-submit.btn:hover,
a.cheese-btn:focus,
a.cheese-btn:hover,
.block-webform button.button--primary:focus,
.block-webform button.button--primary:hover {
  color: #4c4c4c;
  background-color: #FFD67C;
}

.form-group.webform-actions {
	text-align: left;
}

.form-control:focus {
  border-color: #eb9b37;
}

.field--name-body {
  word-wrap: break-word;
}

body .field--name-body {
  margin-bottom: 1em;
}

#block-masquerade {
}

#block-masquerade .input-group {
  margin-bottom: 1em;
}

.form-item .panel-title {
  font-weight: 600;
  color: #eb9b37;
}

.form-item .form-required:after {
  margin-left: 5px;
}

.toolbar-tray-horizontal .menu-item a:focus {
  background: #0084d7;
}

/* Left Menu */

.nav-tabs > li > a:hover,
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}

/* List of events */

body.path-events .region-content {
	padding: 0 !important;
}

/* Event Page */

.breadcrumb {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #21223F;
	margin-top: 30px;
	margin-bottom: 30px;
}

.breadcrumb a {
	color: #21223F;
	border-bottom: 3px solid #FFD066;
	padding-bottom: 5px;
}

.cheese-content-event .content > img {
	width: 100%;
}

.event-header {
	margin: 30px 0;
	color: #4C4C4C;
	font-size: 17px;
}

.event-header .event-title {
	font-weight: bold;
}

.event-header .event-date {
	text-transform: uppercase;
	font-weight: 300;
}

.event-text {
	font-size: 1em;
	color: #4c4c4c;
	margin-bottom: 80px;
}

/* Objectives */

#block-views-block-cheese-view-objectives-objectives-block h2.block-title {
	width: 90px;
	margin: 200px auto 80px auto;
	font-size: 25px;
	font-family: Raleway, sans-serif;
	padding: 15px 0;
	border-top: 3px solid #FFD066;
	border-bottom: 3px solid #FFD066;
}

#block-views-block-cheese-view-objectives-objectives-block h2.block-title span {
	left: -30px;
	display: block;
	position: relative;
}

.view-display-id-objectives_block .views-row {
	margin-bottom: 40px;
}

.view-display-id-objectives_block .views-field-field-cheese-obj-weight {
	font-size: 48px;
	font-family: Comfortaa, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #21223F;
}

.view-display-id-objectives_block .views-field-title {
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	color: #4C4C4C;
	margin-bottom: 10px;
}

.view-display-id-objectives_block .views-field-body {
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
}

.view-display-id-list_of_objectives_block {
	margin-top: 160px;
}

.view-display-id-workplan_block .view-content > .views-row,
.view-display-id-list_of_objectives_block .view-content > .views-row {
	padding: 20px 0 80px 0;
	border-bottom: 1px solid #4c4c4c;
}

.view-display-id-workplan_block .view-content > .views-row:last-child,
.view-display-id-list_of_objectives_block .view-content > .views-row:last-child {
	border-bottom: none;
}

.objective-order {
	font-family: Comfortaa, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #21223F;
	width: 190px;
	text-align: center;
}

.objective-order span {
	border-bottom: 3px solid #FFD066;
	margin-bottom: 15px;
	display: inline-block;
}

.objective-header {
	font-size: 30px;
	color: #21223F;
	font-family: Comfortaa, sans-serif;
	width: 190px;
}

.objective-title {
	font-weight: bold;
	font-size: 20px;
	color: #4C4C4C;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.objective-content {
	font-size: 17px;
	color: #4c4c4c;
}

/* Workplan */

body.path-node-22 .page-subtitle {
	margin-bottom: 80px;
}

.line-separator {
	width: 100px;
	border-bottom: 1px solid #4c4c4c;
	margin: 0 auto 80px auto;
}

/* Partners */

body.path-node-26 .page-subtitle,
body.path-node-51 .page-subtitle {
	margin-bottom: 30px;
}

body.path-node-26 .page-content {
	max-width: 600px;
	margin: 0 auto 80px auto;
}

body.path-node-51 .page-content {
	max-width: 1000px;
	margin: 0 auto 80px auto;
}

.view-display-id-partners_block .views-field-title,
.view-display-id-uib_block .views-field-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	margin-top: 1.75em;
	margin-bottom: 80px;
}

.view-display-id-uib_block {
	margin-top: 80px;
}

.view-display-id-partners_block .views-field-title a,
.view-display-id-uib_block .views-field-title a {
	color: #707070;
}

.view-display-id-partners_block .views-field-title a span,
.view-display-id-uib_block .views-field-title a span {
	padding-bottom: 20px;
	position: relative;
	height: 80px;
	display: block;
}

.view-display-id-partners_block .views-field-field-cheese-partner-logo img,
.view-display-id-uib_block .views-field-field-cheese-uib-logo img {
	margin: 0 auto;
}

.view-display-id-partners_block .partner-line,
.view-display-id-uib_block .partner-line {
	border-bottom: 3px solid #FFD066;
	width: 125px;
	margin: 20px auto 0 auto;
}

.view-display-id-partners_block .view-content .views-row:nth-child(3n+1),
.view-display-id-uib_block .view-content .views-row:nth-child(3n+1) {
	clear: left;
}

.view-display-id-sab_block {
	margin-bottom: 80px;
}

.view-display-id-sab_block .views-row {
	text-align: center;
	text-transform: uppercase;
	color: #4C4C4C;
	margin: 40px 0;
}

.view-display-id-sab_block .views-field-field-cheese-sab-image img {
	
}

.view-display-id-sab_block .views-field-title {
	font-weight: bold;
}

#block-cheeseblockcoordinator,
#block-cheeseblockinnovationmanager,
#block-cheeseblockspecialacknowledgement {
	background: #e8e8e8;
	padding: 80px 0;
	color: #4c4c4c;
	text-align: center;
}

.coordinator-title {
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Comfortaa, sans-serif;
	color: #21223F;
	margin-bottom: 30px;
}

.coordinator-text {
	max-width: 550px;
	margin: 0 auto;
}

.person {
	margin-top: 80px;
}

.person > a {
	display: block;
	border-bottom: 1px solid #4c4c4c;
	max-width: 600px;
	margin: 0 auto;
}

.person > a img {
	max-width: 350px;
}

.person-name {
	text-transform: uppercase;
	font-weight: bold;
	margin: 30px 0 15px 0;
}

.person-title {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.person-separator {
	border-bottom: 3px solid #FFD066;
	width: 60px;
	margin: 0 auto 30px auto;
}

.person-links {
	font-size: 1.75em;
}

.person-links a {
	margin-right: 10px;
}

/* List of news */

body.path-media .region-content {
	padding: 0 !important;
}

body.path-media div.main-container {
	padding-top: 0;
}

body.path-media div.highlighted {
	display: none;
}

.view-display-id-list_of_news .view-content .views-row {
  background: white;
  padding: 2em 0;
}

.view-display-id-list_of_news .view-content .views-row:hover .views-field,
.view-display-id-list_of_news .view-content .views-row:hover .views-field a {
	color: #eb9a38;
}

.view-display-id-list_of_news .view-content .views-row:nth-child(2n+1) {
  background: #f6f6f6;
}

.view-display-id-list_of_news .views-field,
.view-display-id-list_of_news .views-field a {
	color: grey;
	font-weight: 500;
	transition: all linear 0.15s;
  -webkit-transition: all linear 0.15s;
}

.view-display-id-list_of_news .views-field-title a {
	font-size: 1.5em;
	font-weight: 600;
}

#block-views-block-archive-archive-block {
	color: #4c4c4c;
}

#block-views-block-cheese-view-news-categories-categories-block {
	color: #4c4c4c;
	margin-bottom: 80px;
}

#block-views-block-cheese-view-news-categories-categories-block h2.block-title,
#block-views-block-archive-archive-block h2.block-title {
	color: #4C4C4C;
	font-size: 1.1em;
	font-weight: 700;
	font-family: Raleway, sans-serif;
	text-align: left;
	margin: 30px 0;
}

#block-views-block-cheese-view-news-categories-categories-block ul,
#block-views-block-archive-archive-block ul {
	padding-left: 0;
	list-style-type: none;
}

#block-views-block-cheese-view-news-categories-categories-block ul li,
#block-views-block-archive-archive-block ul li {
	color: white;
	margin-bottom: 30px;
}

#block-views-block-cheese-view-news-categories-categories-block ul li a,
#block-views-block-archive-archive-block ul li a {
	color: #4c4c4c;
	text-transform: uppercase;
}

.feed-icons {
	display: none;
}

/* cheese in press */

body.path-media .region-content {
	padding: 0 !important;
}

body.path-media div.main-container {
	padding-top: 0;
}

.view-display-id-cheese_in_press .view-content .views-row {
  background: white;
  padding: 2em 0;
}

.view-display-id-cheese_in_press .view-content .views-row:hover .views-field,
.view-display-id-list_of_news .view-content .views-row:hover .views-field a {
	color: #eb9a38;
}

.view-display-id-cheese_in_press .view-content .views-row:nth-child(2n+1) {
  background: #f6f6f6;
}

.view-display-id-cheese_in_press .views-field,
.view-display-id-cheese_in_press .views-field a {
	color: grey;
	font-weight: 500;
	transition: all linear 0.15s;
  -webkit-transition: all linear 0.15s;
}

.view-display-id-cheese_in_press .views-field-title a {
	font-size: 1.5em;
	font-weight: 600;
	color: #eb9a38;
}

/* Deliverables */

.ui-accordion {
	font-family: 'Raleway' !important;
}

.ui-accordion .ui-accordion-header {
	outline: none !important;
	background: #21223f;
	border: none;
	border-top-left-radius: 25px;
	color: white;
	font-weight: 600;
	margin-bottom: 0.75em;
	font-size: 1.1em;
	border-bottom-left-radius: 25px;
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active {
	outline: none !important;
	background: #21223f;
	border: none;
	border-top-left-radius: 25px;
	color: white;
	font-weight: 600;
	margin-bottom: 0.75em;
	font-size: 1.1em;
	border-bottom-left-radius: 25px;
}

.ui-icon {
	margin-right: 30px !important;
	background-image: url(http://download.jqueryui.com/themeroller/images/ui-icons_white_256x240.png) !important;
}

.ui-accordion .ui-accordion-content {
	border: none;
	height: 255px;
	font-weight: 400;
	color: black;
	text-transform: none;
	height: auto;
	margin-bottom: 1em;
}

.ui-widget-content .views-field-field-cheese-tool-file a,
.ui-widget-content .views-field-field-cheese-deliv-file a {
	color: white;
	text-transform: uppercase;
	background: #eb9b37;
	padding: 0.5em 0.75em;
	display: block;
	float: left;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 500;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}

.ui-widget-content .views-field-field-cheese-tool-file a:hover,
.ui-widget-content .views-field-field-cheese-deliv-file a:hover,
.ui-widget-content .views-field-field-cheese-tool-file a:focus,
.ui-widget-content .views-field-field-cheese-deliv-file a:focus {
  color: white;
  background-color: #24949f;
  border-color: #24949f;
}

.views-field-field-cheese-tool-file a img,
.views-field-field-cheese-deliv-file a img {
	width: 25px;
	margin-right: 0.75em;
}

.ui-icon.ui-icon-positive {
	background-image: url('/sites/default/files/images/positiu.png');
	width: 22px;
	height: 22px;
}

.ui-icon.ui-icon-negative {
	background-image: url('/sites/default/files/images/negatiu.png');
	width: 22px;
	height: 22px;
}

.ui-widget-content a {
	color: #4c4c4c;
}

/* News Page */

.field--name-field-cheese-evt-place,
.field--type-datetime {
	font-weight: 600;
	color: grey;
	font-size: 1.1em;
	margin-bottom: 1em;
	float: left;
	margin-right: 0.25em;
}

.field--type-datetime {
	text-transform: uppercase;
}

.field--name-field-cheese-news-date.field--type-datetime {
	float: none;
}

.inner-title {
	text-transform: uppercase;
	color: #eb9b37;
	font-weight: 600;
	font-size: 1.5em;
}

/* Dissemination */

.diss-box {
	padding: 80px 0;
}


.view-display-id-dissemination_page .view-header {
	color: #21223F;
	text-transform: uppercase;
	font-family: Comfortaa, sans-serif;
	margin: 80px 0 0 0;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}

.view-display-id-dissemination_page .view-content > .views-row:nth-child(2n+1) .diss-img {
	float: right;
}

.diss-box img {
	width: 100%;
}

.diss-box .diss-info {
	text-align: center;
}

.diss-box .diss-title {
	font-size: 28px;
	text-transform: uppercase;
	font-family: Comfortaa, sans-serif;
	font-weight: bold;
	color: #21223F;
	margin-bottom: 1em;
}

.diss-box .diss-text {
	margin-bottom: 30px;
}

.diss-box a.cheese-btn {
	border: none;
	background: #FFD066;
}

/* Branding */

.view-display-id-branding_page {
	padding-top: 2em;
}

.branding-element a {
	display: block;
	background: #f6f6f6;
	padding: 1em;
	margin-bottom: 1em;
}

.branding-element a img {
	width: 100%;
}

.branding-element .be-text {
	color: grey;
}

.branding-page-header {
	text-align: center;
	margin: 80px 0;
	font-family: Comfortaa, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	color: #c3c3c3;
}

.branding-header {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #21223F;
	margin: 20px 0 40px 0;
}

.branding-box {
  text-align: center;
  border-right: 1px solid #707070;
}

.cheese-content-branding {
	margin-bottom: 150px;
}

.cheese-content-branding .branding-area:last-child .branding-box {
	border-right: none;
}

.branding-buttons {
  text-align: center;
}

.branding-area a.cheese-btn {
	border: none;
	margin-bottom: 20px;
}

/* Results */

.result-box {
	text-align: center;
	border-right: 1px solid #707070;
	padding-right: 30px;
}

.field--name-body > .result-area:last-child .result-box {
	border-right: none;
}

.result-area img {
	width: 100%;
	max-width: 80px;
}

body .result-area .result-box .result-header a {
	text-transform: uppercase;
	font-size: 20px;
	display: inline-block;
	text-decoration: none;
	border-bottom: 3px solid white;
	margin: 20px 0 40px 0;
	font-weight: 500;
	color: #21223f;
}

body .result-area .result-box.active .result-header a {
	border-bottom: 3px solid #FFD066;
	font-weight: bold;
}

.result-text {
	font-size: 14px;
	color: #707070;
}

.result-order {
	font-family: Comfortaa, sans-serif;
	font-weight: bold;
	color: #21223F;
	font-size: 40px;
}

.result-order span {
	border-bottom: 3px solid #FFD066;
	margin-right: 15px;
}

.result-order img {
	width: 50px;
}

.view-id-cheese_view_results {
	margin-top: 120px;
	padding-top: 1em;
	border-top: 3px solid #FFD066;
}

.view-id-cheese_view_results.view-display-id-code_block_data {
	margin-top: 0;
	border: none;
}

.view-id-cheese_view_results .views-field-body-1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #21223F;
	font-weight: 500;
	margin-bottom: 30px;
}

.view-id-cheese_view_results .views-field-title {
	font-family: Comfortaa, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #21223F;
	font-size: 30px;
	margin: 10px 0 30px 0;
}

.view-id-cheese_view_results .views-field-title a:hover {
	text-decoration: underline !important;
}

.view-id-cheese_view_results .views-field-body {
	color: #4C4C4C;
  font-weight: 500;
}

.view-id-cheese_view_results .views-field-field-cheese-res-link {
	margin: 60px 0 80px 0;
	border-bottom: 1px solid #4c4c4c;
	padding-bottom: 60px;
}

.view-id-cheese_view_results .views-field-field-cheese-res-link a {
	color: #4C4C4C;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}

.view-id-cheese_view_results .view-content > .views-row:last-child .views-field-field-cheese-res-link {
	border-bottom: none;
}

/* Contact */

#block-cheeseblockcontactdata img {
	width: 30px;
	float: left;
	margin-right: 10px;
}

#block-cheeseblockcontactdata div.col-sm-4 {
	font-weight: 500;
}

#block-cheeseblockcontactdata .dinfo {
	float: left;
}

/* Publications */

form:not(.webform-submission-form) .form-item label {
	color: #888888;
	text-transform: uppercase;
	font-size: 0.85em;
}

.view-display-id-publications_page form.views-exposed-form .form-item label {
	display: none;
}

.view-display-id-publications_page .form-actions {
	float: right;
}

.views-exposed-form input[type="text"],
.views-exposed-form select {
	width: 100% !important;
}

.view-display-id-publications_page .view-content .views-row {
  background: white;
  padding: 80px 0;
	border-bottom: 1px solid #4c4c4c;
}

.view-display-id-publications_page .views-field,
.view-display-id-publications_page .views-field a {
	color: #4c4c4c;
	font-weight: 500;
	transition: all linear 0.15s;
  -webkit-transition: all linear 0.15s;
	text-transform: uppercase;
}

.view-display-id-publications_page .views-field-title a {
	text-decoration: underline;
}

.publication .pub-icon {
	float: left;
	margin-top: -17px;
}

.publication .pub-icon img {
	width: 120px;
}

.publication .pub-info {
	float: left;
	width: calc( 100% - 120px );
}

.publication .pub-title {
	margin-bottom: 30px;
}

.publication .pub-title a {
	color: #21223F;
	font-size: 25px;
	font-weight: 500;
	text-decoration: none;
}

.publication .pub-type {
	text-transform: uppercase;
	color: #21223F;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 30px;
}

.publication .pub-citation {
	color: #4C4C4C;
	margin-bottom: 30px;
}

article.cheese-content-publication,
article.cheese-content-publication a {
	color: #4c4c4c;
}

article.cheese-content-publication a {
	text-decoration: underline;
	text-decoration-color: #FFD066;
	font-weight: bold;
}

article.cheese-content-publication .field--label {
	text-transform: uppercase;
	color: #21223f;
	margin: 1em 0 10px 0;
}

body.path-publications div.main-container {
	padding-top: 0;
}

body.path-publications div.region-content {
	padding: 0;
}


.webform-submission-contact-form label {
	display: none;
}

.contact-header {
	font-size: 20px;
	text-transform: uppercase;
	color: #21223F;
	font-weight: 500;
	margin-bottom: 1em;
}

.contact-info {
	font-size: 14px;
	color: #4C4C4C;
	max-width: 300px;
}

.event-box {
	position: relative;
	margin-top: 4em;
}

.event-img img {
	width: 100%;
}

.event-data .event-date {
	position: absolute;
	top: 0;
	background: rgba(228, 228, 228, 0.62);
	padding: 4px 8px;
	text-transform: uppercase;
	color: #21223F;
	font-weight: bold;
	font-size: 14px;
}

.event-data .ed-month {
	padding-top: 1px;
	border-top: 1px solid #21223F;
}

.event-data .event-title {
	position: absolute;
	bottom: 0;
	background: rgba(228, 228, 228, 0.62);
	width: 100%;
	text-transform: uppercase;
	padding: 4px 8px;
	text-align: right;
}

/* Who Benefits */

body.path-node-100 .page-subtitle,
body.path-node-93 .page-subtitle,
body.path-node-94 .page-subtitle {
	margin-bottom: 40px;
}

body.path-node-100 .page-subtitle span,
body.path-node-93 .page-subtitle span,
body.path-node-94 .page-subtitle span {
	padding-bottom: 40px;
}

body.path-node-100 .page-summary,
body.path-node-93 .page-summary,
body.path-node-94 .page-summary {
	font-size: 25px;
	text-transform: uppercase;
}

body.path-node-100 .page-content,
body.path-node-93 .page-content,
body.path-node-94 .page-content {
	margin-bottom: 50px;
}

body.path-node-100 .line-separator,
body.path-node-93 .line-separator,
body.path-node-94 .line-separator {
	width: 180px;
	border-bottom: 3px solid #ffd066;
	margin: 0 auto 50px auto;
}

.page-buttons {
	text-align: center;
	margin-bottom: 80px;
}

body.path-node-100 .page-subtitle span:before,
body.path-node-93 .page-subtitle span:before,
body.path-node-94 .page-subtitle span:before {
	width: 0;
}

body.path-node-100 div.main-container {
	background: #D7D7D7;
}

body.path-node-100 .block-webform {
	background: none;
}

body.path-node-100 .block-webform .container {
	width: 100%;
}

body.path-node-100 .block-webform #edit-flexbox {
	float: left;
	display: block;
	width: 50%;
}

body.path-node-100 .block-webform #edit-flexbox2 {
	display: block;
	float: left;
	width: 50%;
	margin-left: 20px;
}

body.path-node-100 .block-webform textarea {
	min-height: 177px;
}

/* Pilots */

.pilot-specification {
	margin: 80px 0;
}

.pilot-specification h2 {
	text-transform: uppercase;
	color: #21223F;
	font-weight: bold;
	font-family: Raleway, sans-serif;
	font-size: 20px;
}

.field--name-field-cheese-resp-sinvolved .field--item {
	display: inline-block;
	margin-right: 1em;
}

.view-id-cheese_view_results.view-display-id-pilot_block_data,
.view-id-cheese_view_results.view-display-id-pilot_block_data_2 {
	margin-top: 0;
	padding: 0;
	border: none;
}

.view-id-cheese_view_results.view-display-id-pilot_block_data .views-field-title,
.view-id-cheese_view_results.view-display-id-pilot_block_data_2 .views-field-title {
	margin-top: 0;
	margin-bottom: 0;
}

.pilot-img-1 {
	background: white;
}

.pilot-img-1 img {
	margin: 0 auto 20px auto;
}

.pilot-img-2 {
	background: #d7d7d7;
}

.caption-fc-image {
	text-align: center;
	text-transform: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 24px;
}

#pilot-video-area {
	height: 600px;
	margin-bottom: 80px;
}

.pilot-specification-table {
	margin: 80px 0;
	width: 100%;
}

.pilot-specification-table tbody > tr > td:first-child {
	background: #21223f;
	font-size: 16px;
	padding: 1em;
	vertical-align: top;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	width: 30%;
	color: white;
	border-bottom: 1px solid #ffd066;
}

.pilot-specification-table tbody > tr > td:last-child {
	background: #eaeaea;
	padding: 1em;
	font-size: 18px;
	vertical-align: top;
	text-transform: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: black;
	font-size: 16px;
	border-bottom: 1px solid #21223f;
}

.pilot-specification-table tbody > tr:nth-child(2n+1) > td:first-child {
}

.pilot-specification-table tbody > tr:nth-child(2n+1) > td:last-child {
}

.pilot-specification-table tbody > tr:last-child > td:first-child,
.pilot-specification-table tbody > tr:last-child > td:last-child {
	border-bottom: none;
}

.pilot-computational-table p {
	font-size: 16px;
	text-transform: none;
	font-family: 'Raleway';
}

.pilot-computational-table > p:last-child {
	margin-bottom: 80px;
}

.pilot-computational-table table {
	background: #e8e8e8;
	font-size: 18px;
	margin: 80px 0;
	font-family: 'Raleway', sans-serif;
	border: 10px solid #21223f;
}

.pilot-computational-table table tbody > tr > td {
	padding: 1em;
	font-weight: 400;
	color: black;
	border: 1px solid #21223f;
}

.pilot-computational-table table tbody > tr:first-child > td {
	background: #ffd066;
	font-weight: bold;
	color: #21223f;
}

.pilot-computational-table table tbody > tr > td:first-child {
	background: #ffd066;
	font-weight: bold;
	color: #21223f;
}

.view-id-cheese_view_results.view-display-id-pilot_block_data_2 .page-subtitle.white-type {
	margin-top: 80px;
}

.view-id-cheese_view_results.view-display-id-pilot_block_data_2 .page-subtitle.white-type span {
	color: white;
}

.pilot-exascale-data {
	background: #d7d7d7;
	padding: 80px 0;
}

#exascale_accordion {
	font-size: 16px;
	margin-top: 80px;
}

/* Cookies */

.eu-cookie-compliance-banner {
	padding: 1em;
}

.eu-cookie-compliance-banner .agree-button {
	background: #FFD066;
	color: #4C4C4C;
	text-transform: uppercase;
	border: 3px solid #DCB358;
	border-radius: 5px;
	font-size: 0.95em;
	padding: 0.75em 1.25em;
	font-weight: bold;
}

.eu-cookie-compliance-banner .decline-button {
	display: none;
}

.eu-cookie-compliance-buttons {
	float: left;
	margin-left: 3em;
}

.eu-cookie-compliance-message p {
	display: block;
	font-size: 1em;
	font-weight: 500;
}

#cheese-readiness-table {
	width: 100% !important;
	color: black !important;
}

#cheese-readiness-table tbody > tr:nth-child(1) > td {
	font-weight: bold;
	background-color: #ffc000;
}

#cheese-readiness-table tbody > tr:nth-child(1) > td:first-child {
	background-color: #ffc000 !important;
}

#cheese-readiness-table tbody > tr > td:first-child {
	background-color: #ffffff !important;
}

#cheese-readiness-table tbody > tr:nth-child(2) > td,
#cheese-readiness-table tbody > tr:nth-child(3) > td {
	background-color: #fff3f3;
}

#cheese-readiness-table tbody > tr:nth-child(4) > td,
#cheese-readiness-table tbody > tr:nth-child(5) > td {
	background-color: #fbe5d5;
}

#cheese-readiness-table tbody > tr:nth-child(6) > td,
#cheese-readiness-table tbody > tr:nth-child(7) > td {
	background-color: #f7cbac;
}

#cheese-readiness-table tbody > tr:nth-child(8) > td,
#cheese-readiness-table tbody > tr:nth-child(9) > td {
	background-color: #f4b083;
}

#cheese-readiness-table tbody > tr:nth-child(10) > td,
#cheese-readiness-table tbody > tr:nth-child(11) > td {
	background-color: #ff731a;
}

/* Responsive Styles */

.centered-element {
	margin: 0 auto !important;
  float: none !important;
}

#block-cheeseblocktwitterfeed {
	margin-top: 80px;
}

@media screen and (max-width:1180px) {
	
	#block-horizontalmenu {
    padding-right: 10px;
	}
	
	div.navbar-header {
		padding: 0 10px !important;
	}
	
	/*#block-horizontalmenu {
    position: relative;
    text-align: center;
    padding-top: 1em;
    float: left;
    width: 100%;
		margin-top: 1em;
	}
	
	#block-cheeseblockmainlogohome,
	#block-cheeseblockmainlogo {
		float: left;
    width: 100%;
    text-align: center;
	}
	
	div.navbar-header {
		padding-top: 1em;
	}
	*/
	
	/* FlexSlider styles */
  
  .slide-block {
    left: 0;
		padding: 1em 1em 1.5em 1em;
  }
  
  .flexslider .flex-direction-nav a {
    top: 10px;
    z-index: 0;
  }
	
	.cheese-content-slider .flexslider .slides img {
		width: auto;
	}
	
	.slide-block .header {
		font-size: 3rem;
	}
	
	#block-cheeseblockusermenu {
		/*float: none;
		text-align: center;
		margin: 0;*/
	}
	
	.social-networks {
		float: none;
	}
	
	.intranet-access {
		float: none;
		margin: 1em 0;
	}
	
	#block-cheeseblockusermenu .dropdown {
		/* float: none; */
	}
	
	.slide-block {
		width: 500px;
	}
	
}

@media screen and (max-width:940px) {
	
	#block-horizontalmenu {
    position: relative;
    text-align: center;
    padding-top: 1em;
    float: left;
    width: 100%;
		margin-top: 1em;
	}
	
	#block-cheeseblockmainlogohome,
	#block-cheeseblockmainlogo {
		float: left;
    text-align: center;
		width: 100%;
	}
	
	div.navbar-header {
		padding-top: 1em;
	}
	
	#block-cheeseblockusermenu {
		text-align: center;
		margin: 0;
		width: 100%;
	}
	
	#block-cheeseblockusermenu .dropdown {
		float: none;
	}
	
	.slide-block {
		margin-top: 335px;
	}
	
}

@media screen and (max-width:767px) {
  
  #mainmenu ul.level1 {
    margin-top: 1.25em;
    text-align: center;
  }
  
  #block-exposedformbsci2-view-searchsearch-page {
    padding: 1.5em;
  }
  
  #views-exposed-form-bsci2-view-search-search-page {
    display: block;
  }
  
  #views-exposed-form-bsci2-view-search-search-page button {
    width: 100%;
  }
  
  #block-masquerade {
    padding: 0.7em 0.7em 0 0.7em;
    margin-right: 0;
  }
  
  #block-masquerade .form-actions {
    text-align: right;
  }
  
  #block-masquerade .form-submit.btn {
    margin-right: 0;
  }
  
  div.region.region-sidebar-second {
    display: block;
  }
	
	#block-cheeseblockhomeobjectives .container > div.col-sm-4 {
		margin-bottom: 2em;
	}
	
	.horizontal-menu > li ul {
		left: auto;
		right: 0;
	}
	
	.horizontal-menu > li:first-child ul {
		left: 0;
	}
  
	.view-filters .form-item {
		padding-left: 0;
		padding-right: 0;
	}
	
	.view-display-id-list_of_events .views-field,
	.view-display-id-list_of_news .views-field {
		margin-bottom: 1em;
		text-align: center;
	}
	
	.branding-element .be-text {
		margin-bottom: 1em;
	}
	
	#block-cheeseblockcontactdata div.col-sm-4 {
		margin-bottom: 2em;
	}
	
	.contact-description {
		margin-bottom: 3em;
	}
	
	.cheese-footer .eu-desc {
		margin-bottom: 3em;
	}
	
	#block-cheeseblocklinks .row > .col-xs-6,
	#block-cheeseblocklinks-2 .row > .col-xs-6 {
		margin-bottom: 2em;
	}
	
	#block-cheeseblocklinks .row > .col-xs-6:nth-child(2n+1),
	#block-cheeseblocklinks-2 .row > .col-xs-6:nth-child(2n+1) {
		clear: left;
	}
	
	.objective-order {
		width: 100%;
	}
	
	.objective-header {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
	}
	
	.objective-title {
		text-align: center;
	}
	
	.objective-content {
		text-align: center;
	}
	
	.nav-tabs > li {
		float: left;
		width: 100%;
	}
	
	#block-cheese-theme-search {
		float: none;
	}
  
	#block-views-block-cheese-view-news-categories-categories-block h2.block-title, #block-views-block-archive-archive-block h2.block-title,
	#block-views-block-cheese-view-news-categories-categories-block, #block-views-block-archive-archive-block {
		text-align: center;
	}
	
	.view-display-id-dissemination_page .view-content > .views-row .diss-img,
	.view-display-id-dissemination_page .view-content > .views-row:nth-child(2n+1) .diss-img {
    float: none;
    margin-bottom: 2em;
	}
	
	.result-box {
		text-align: center;
		border-bottom: 1px solid #707070;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	.form-inline .select-wrapper {
		width: 100%;
	}
	
	.view-display-id-partners_block .views-field-title a span,
	.view-display-id-uib_block .views-field-title a span {
		height: 100%;
		display: block;
	}
	
	body.path-node-100 .block-webform #edit-flexbox,
	body.path-node-100 .block-webform #edit-flexbox2 {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
	}
	
}

@media screen and (max-width:500px) {
	
	.slide-block {
		width: 400px;
	}
	
}

@media screen and (max-width:477px) {
	
	.slide-block {
		margin-top: 400px;
	}
	
}



