.topmenu .mdl-layout__header {
  background-color: white;
}

.topmenu .mdl-layout__header,
.topmenu .mdl-layout__drawer-button,
.topmenu .mdl-navigation__link {
  /* This background is dark, so we set text to white. Use 87% black instead if
     your background is light. */
  color: #757575;
}

body {
	font-family: 'Roboto','Helvetica','Arial',sans-serif!important;
}

h1, h2, h3, h4, h5, h6, .mdl-mini-footer .mdl-logo {
	color: rgb(255,152,0) !important;
}

.zero-margin {
	margin: 0px !important;
}

.top-image {
	text-align: center;
	padding: 1em;
	max-width: 1075px;
	margin: auto;
}

.top-image img {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
}

.top-menu-spacer {
	width: 138px;
}

.image-border img {
	border: solid 6px #ebebeb !important;
	margin-left: -6px;
}

.content-grid {
	max-width: 1080px;
	height: 100%;
}

.drawer-logo {
	padding: 0px !important;
	margin-left: auto;
	margin-right: auto;
}

/* .drawer-submenu {
	padding-left: 4em !important;
} */

.long-word {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.topmenu-top .is-active {
	border-bottom: 2px solid rgb(255,152,0) !important;
}

.topmenu-top .mdl-navigation__link {
	border-bottom: 2px solid #757575;
	margin-top: 6px !important;
}

.topmenu-top .mdl-navigation__link:hover {
	border-bottom: 2px solid rgb(255,152,0);
	text-decoration: none;
	color: rgb(255,152,0) !important;
}

.footer-to-full {
	width: 100%;
}

.no-bottom-margin {
	margin-bottom: 0px !important;
}

.no-top-margin {
	margin-top: 0px !important;
}

.footer {
	position:inherit;
	bottom: 0%;
	width: 100%;
}

/*
.toplogo {
	border-bottom: 2px solid #757575;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}*/

/* vanha karuselli css */

/*.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 70%;
	margin: auto;
}

.carousel-control {
	background: none !important;
	width: 40% !important;
}

.glyphicon-chevron-left {
	left: 25% !important;
}

.glyphicon-chevron-right {
	right: 25% !important;
}

.carousel-control .left span {
	float: left;
	padding: 1em;
	margin-top: auto;
	margin-bottom: auto;
}

#myCarousel {
	max-width: 1075px !important;
	max-height: 827px !important;
	margin-left: auto;
	margin-right: auto;
}

.carousel-inner img {
	max-width: 100% !important;
	max-height: 100% !important;
	width: auto !important;
	height: auto !important;
}*/

/* uusi karuselli css */

#carousel-container {
	max-width: 1063px;
	max-height: 827px;
	margin-left: auto;
	margin-right: auto;
}

#blueimp-gallery-carousel {
	margin-bottom: 0px;
	margin-top: 3em;
	background-color: rgb(66, 66, 66);
	/* box-shadow: none;
	background: none; */
}