@font-face {
	font-family: 'merriweather_sansextrabold';
	src: url("/themes/oeamtc/merriweathersans-extrabold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'lato_regular';
	src: url("/themes/oeamtc/lato-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

body {
  font-family: 'lato_regular', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'merriweather_sansextrabold', sans-serif !important;
}

.cp-main {
  color: #000!important;
  background-color: #ffdc00!important;
}

#header-bar {
  font-family: "merriweather_sansextrabold";
  text-transform: uppercase;
  background: #ffdc00;
}

#header-bar .logo {
  height: 25px;
  margin-top: -4px;
  margin-right: 8px;
}

#header-bar .text {
  display: inline-block;
  vertical-align: middle;
}

.main-button{
	font-family: "merriweather_sansextrabold";
}

.epower-big {
  width: 90%;
  margin: 3px 5%;
}

.noUi-connect {
  background: #ffdc00 !important;
}

@media (max-width: 600px) {
  #header-bar .text {
    display: block;
  }
}