.site-width {
  max-width: 1184px;
}
.bg-blue-1 {
  background-color: #0c5b7a;
}
.bg-blue-2 {
  background-color: #3498db;
}
.bg-red {
  background-color: #b23227;
}
.bg-green {
  background-color: #7fb260;
}
.bg-mustard {
  background-color: #f69e2a;
}
.bg-x-light-grey {
  background-color: #f2f2f2;
}
/*.bg-blue-1{ background-color: #0c5b7a; }
.bg-blue-2{ background-color: #3498db; }
.bg-red{ background-color: #b23227; }
.bg-green{ background-color: #7fb260; }
.bg-x-light-grey{ background-color: #f2f2f2; }*/
.muli-extralight {
  font-family: 'muli-extralight', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.muli-light {
  font-family: 'muli-light', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.muli-regular {
  font-family: 'muli-regular', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.muli-semibold {
  font-family: 'muli-semibold', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.muli-bold {
  font-family: 'muli-bold', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.muli-extrabold {
  font-family: 'muli-extrabold', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.muli-black {
  font-family: 'muli-black', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.futura-light {
  font-family: 'futura-light', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.futura-book {
  font-family: 'futura-book', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.futura-medium {
  font-family: 'futura-medium', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.futura-bold {
  font-family: 'futura-bold', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.futura-black {
  font-family: 'futura-black', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.open-light {
  font-family: 'open-light', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.open-regular {
  font-family: 'open-regular', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.open-semibold {
  font-family: 'open-semibold', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.open-bold {
  font-family: 'open-bold', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.open-extrabold {
  font-family: 'open-extrabold', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.embedded-roboto {
  font-family: 'embedded-roboto', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.no-box-shadow {
  -webkit-box-shadow: 0 0 0 0 #222222;
  box-shadow: 0 0 0 0 #222222;
}
.box-shadow-material-round {
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.6);
}
.no-border-radius {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.border-radius-6 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.border-radius-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.border-radius-4-left {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.border-radius-4-right {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.border-radius-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.transition05 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.transition04 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.transition03 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.transition02 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.transition015 {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.transition01 {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.translate0 {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.translateX50 {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.translateY50 {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.translateCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.translateCenterXbottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.placeholder-uppercase ::-webkit-input-placeholder {
  text-transform: uppercase;
}
.placeholder-uppercase :-moz-placeholder {
  text-transform: uppercase;
} /* Firefox 18- */
.placeholder-uppercase ::-moz-placeholder {
  text-transform: uppercase;
} /* Firefox 19+ */
.placeholder-uppercase :-ms-input-placeholder {
  text-transform: uppercase;
}
body .topbar {
  background-color: #787878;
  height: 90px;
}
body .topbar a.topbar-item {
  color: #ffffff;
}
body .topbar .topbar-inner .topbar-right .topbar-application-menu.topbar-item-wrapper,
body .topbar .topbar-inner .topbar-right .topbar-publish-menu.topbar-item-wrapper {
  display: none;
}
body .topbar-placeholder {
  height: 90px;
}
body .admin-admin {
  margin-top: 25px;
}
/*# sourceMappingURL=admin.css.map */
