@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
#mainmenu > ul > li:before,
#mainmenu > ul > li > a {
  display: inline-block;
  vertical-align: middle;
}
.uk-contrast .uk-link:hover,
.uk-contrast a:not([class]):hover,
a,
a:hover {
  text-decoration: none;
}
#login,
.uk-modal,
.uk-offcanvas {
  z-index: 9999;
}
html {
  -webkit-font-smoothing: subpixel-antialiased;
}
body {
  font: 300 16px/21px Ubuntu, Arial, sans-serif;
}
h1,
h2 {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Ubuntu, Arial, sans-serif;
}
#mainmenu .dropdown .close:after,
#mainmenu > ul > li > a:after,
.list-arrow li:before,
.uk-breadcrumb > li:nth-child(n+2):before {
  font-family: FontAwesome;
}
h1 {
  font-size: 36px;
  line-height: 44px;
}
h2 {
  font-size: 24px;
  line-height: 30px;
}
h1 .text-large,
h1.text-large {
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
}
h1 .text-small,
h1.text-small {
  font-size: 24px;
  line-height: 30px;
}
strong {
  font-weight: 500;
}
a {
  color: #F9B120;
}
a:hover {
  color: #11B89B;
}
a h1,
a h2,
a h3,
h1 a,
h2 a,
h3 a {
  color: #444;
}
.uk-grid-divider,
.uk-grid-divider:empty,
.uk-grid-divider > [class*=uk-width-medium-]:not(.uk-width-medium-1-1):nth-child(n+2),
hr {
  border-color: #BCBEC0;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-arrow li {
  position: relative;
  padding-left: 15px;
}
.list-arrow li:before {
  content: '\f105';
  color: #F9B120;
  position: absolute;
  left: 0;
  top: 0;
}
.section {
  padding: 50px 0;
}
.section-line {
  border-top: 2px solid #F1F2F2;
}
.section-gray {
  background: #F1F2F2;
}
.section-yellow {
  background: #F9B120;
  font-weight: 400;
}
.section-green {
  background: #11B89B;
  font-weight: 400;
}
.text-normal {
  color: #444;
}
.text-gray {
  color: #BCBEC0;
}
.text-green,
.text-yellow {
  color: #F9B120;
}
.text-heavy {
  font-weight: 700;
}
.uk-text-bold {
  font-weight: 500;
}
.uk-text-small {
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
#top,
.uk-search input {
  font-size: 14px;
  line-height: 18px;
}
#top a,
.uk-breadcrumb .uk-active,
.uk-form label {
  font-weight: 500;
}
#top a:hover,
.uk-breadcrumb .uk-active,
.uk-tab > li > a {
  color: #11B89B;
}
.uk-offcanvas {
  background: 0 0;
}
.uk-form input[type] {
  border-radius: 0;
}
.uk-form textarea {
  resize: none;
  border-radius: 0;
}
.uk-form input[type]:focus,
.uk-form textarea:focus {
  border-color: #F9B120;
  background: #fff;
}
.uk-button,
.uk-button:active {
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.uk-button:focus,
.uk-button:hover {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.uk-button-primary:focus,
.uk-button-primary:hover {
  background-color: #FFC332;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.uk-button-primary,
.uk-button-primary:active {
  background-color: #F9B120;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.uk-panel-box {
  border: 0;
  border-radius: 0;
  background: #F1F2F2;
  padding: 25px;
}
.uk-badge {
  background-color: #11B89B;
}
.uk-pagination > .uk-active > span {
  background: #F9B120;
}
#header,
#top {
  z-index: 9998;
  position: relative;
}
.uk-subnav-pill > .uk-active > * {
  background: #11B89B;
}
.uk-breadcrumb > li:nth-child(n+2):before {
  content: "\f105";
  margin: 0 8px;
  color: #11B89B;
}
#top,
#top a,
#top span {
  color: #58595B;
}
.uk-panel-box .uk-panel-teaser {
  border-radius: 0;
}
#page {
  position: relative;
  background: #fff;
}
#top {
  background: #e6e7e8;
}
#top a {
  text-transform: uppercase;
}
#top span {
  cursor: default;
}
#top a,
#top span {
  padding: 10px 0;
}
#top .uk-subnav {
  margin: 0;
}
#top .uk-subnav > * {
  margin: 0;
  padding-left: 15px;
}
#top .uk-subnav-line > :nth-child(n+2):before {
  border-color: #BCBEC0;
}
#top .uk-subnav-line > :before {
  height: 14px;
}
#top .uk-subnav > li:first-child {
  padding-left: 0;
}
#top .nav {
  float: right;
}
#top .user {
  float: left;
}
.uk-search {
  margin: 4px 0;
}
.uk-search input {
  background: #f7f7f7;
}
#header,
.uk-search input:focus,
.uk-search input:hover {
  background: #fff;
}
#header {
  border-bottom: 8px solid #F9B120;
}
#header .logo {
  margin: 0;
}
#header .logo img {
  padding: 20px 0;
  width: 100%;
  max-width: 256px;
}
#header .offcanvas-btn {
  margin-top: 40px;
}
#header .offcanvas-btn a {
  color: #F9B120;
}
#header .offcanvas-btn a:hover {
  color: #11B89B;
}
.uk-offcanvas-bar {
  background: #F9B120;
}
#menu-offcanvas .uk-offcanvas-bar-flip:after,
.uk-offcanvas-bar:after {
  width: 0;
  box-shadow: none;
}
.uk-nav-offcanvas > li {
  margin-bottom: 1px;
}
.uk-nav-offcanvas > li > a {
  font-weight: 400;
  color: #fff;
  border-top: 0 none;
  box-shadow: none;
  text-shadow: none;
}
.uk-nav-offcanvas .uk-nav-divider {
  margin: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  height: 0;
  background: 0 0;
}
.uk-nav-offcanvas {
  border-bottom: 0 none;
  box-shadow: none;
}
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #444;
}
.uk-nav-offcanvas .uk-nav-sub {
  background: rgba(255, 255, 255, 0.3);
  border-top: 0 none;
  box-shadow: none;
  padding-bottom: 20px;
}
.uk-nav-offcanvas ul a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  color: #444;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #fff;
}
.uk-offcanvas .uk-search-field {
  background: rgba(255, 255, 255, 0.7);
  color: #ccc;
}
.uk-offcanvas .uk-search-field:focus {
  background: #ffffff;
  color: #444;
}
#mainmenu > ul {
  padding: 30px 0;
}
#mainmenu > ul > li {
  height: 57px;
  padding: 0;
}
#mainmenu > ul > li:before {
  content: '';
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
#mainmenu > ul > li > a {
  position: relative;
  width: 100%;
  margin: 0 -2px;
  padding: 0 10px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#mainmenu > ul > li > a:after,
#shopping-cart {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: absolute;
}
#mainmenu > ul > li:hover > a {
  color: #11B89B;
  text-decoration: none;
}
#mainmenu > ul > li > a:after {
  content: '\f107';
  display: block;
  width: 100%;
  margin: 0 -10px;
  padding: 0;
  color: #F9B120;
  box-sizing: border-box;
}
#mainmenu > ul.uk-grid > li:not(.uk-width-medium-1-1):nth-child(n+2) {
  border: 0;
  border-left: 1px solid #BCBEC0;
}
#mainmenu .dropdown {
  display: none;
  z-index: 9999;
  position: absolute;
  left: 0;
  top: 117px;
  width: 100%;
  background: #F9B120;
  padding: 30px 0 40px;
  border: 0;
  border-radius: 0;
}
#mainmenu .dropdown .uk-container {
  position: relative;
}
#mainmenu .dropdown .headline {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
}
#mainmenu .dropdown .close {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: -30px;
  right: 25px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0 0 50% 50%;
  border-top: 0;
  opacity: 0.7;
}
#socialmediabar,
#totop {
  position: fixed;
  right: 0;
}
#mainmenu .dropdown .close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.15);
}
#mainmenu .dropdown .close:after {
  content: '\f00d';
}
#mainmenu .dropdown .list-arrow li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
#mainmenu .dropdown .list-arrow li:before {
  color: rgba(255, 255, 255, 0.5);
}
#mainmenu .dropdown .list-arrow li:hover:before {
  color: #ffffff;
}
#publications .uk-slider li > a {
  display: block;
  vertical-align: middle;
  color: #444;
  padding: 20px 0;
  font-weight: 500;
}
#publications .uk-slider li > a:hover {
  color: #11B89B;
}
#publications .uk-slider li > a:hover img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
#publications .uk-slider .image {
  display: inline-block;
  vertical-align: middle;
  color: #444;
}
#footer,
#footer a:hover,
#footer strong,
#totop a {
  color: #fff;
}
#publications .uk-slider .image:before {
  content: '';
  display: inline-block;
  min-height: 200px;
  vertical-align: middle;
}
#publications .uk-slider .image img {
  width: auto !important;
  height: auto !important;
  max-width: 200px;
  max-height: 200px;
  border: 1px solid #BCBEC0;
}
#publications .uk-slidenav-position .uk-slidenav-previous {
  display: block;
  left: -44px;
}
#publications .uk-slidenav-position .uk-slidenav-next {
  display: block;
  right: -44px;
}
#publications .uk-slidenav-next:before,
#publications .uk-slidenav-previous:before {
  display: block;
  content: ' ';
  width: 44px;
  height: 44px;
  background: url(../img/arrow_circle_left.png) center center no-repeat;
  background-size: 44px 44px;
  opacity: 0.3;
}
#publications .uk-slidenav-next:before {
  background-image: url(../img/arrow_circle_right.png);
}
#publications .uk-slidenav-next:hover:before,
#publications .uk-slidenav-previous:hover:before {
  opacity: 0.7;
}
#publications .uk-slidenav {
  width: 44px;
  height: 44px;
}
#publications p > a {
  font-weight: 500;
}
#page-overlay {
  display: none;
  z-index: 9000;
}
#page-overlay .uk-overlay-background {
  background: rgba(0, 0, 0, 0.7);
}
#partner {
  background: #ffffff;
  padding: 50px 0;
}
#partner a img {
  margin: 0 auto;
  max-width: 160px;
  max-height: 80px;
  opacity: .5;
  vertical-align: center;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition-duration: .5s;
  transition-duration: 0.5s;
}
#partner a img:hover {
  opacity: 1;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0);
  -webkit-transition-duration: .5s;
  transition-duration: 0.5s;
}
#partner a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 80px;
  vertical-align: middle;
}
#socialmediabar {
  top: 50%;
  margin-top: -100px;
  z-index: 999;
}
#socialmediabar a,
#totop a {
  display: block;
  width: 66px;
  height: 66px;
  line-height: 66px;
  font-size: 30px;
  text-align: center;
  background: #11B89B;
  color: #fff;
  margin-bottom: 1px;
}
#socialmediabar a:hover,
#totop a {
  background: #F9B120;
}
#socialmediabar a img {
  max-width: 32px;
}
#socialmediabar a:last-child,
#totop a {
  margin-bottom: 0;
}
#totop {
  display: none;
  bottom: 0;
  z-index: 200;
}
#totop a {
  font-size: 44px;
}
#totop a:hover {
  background: #11B89B;
}
#footer {
  background: #58595B;
  padding: 50px 0 100px;
}
#footer strong {
  font-weight: 500;
}
#footer a {
  color: #D1D3D4;
}
#footer hr {
  border-top-color: #F9B120;
}
#footer hr.red {
  border-top-color: #ED4D15;
}
#footer .uk-subnav {
  margin-left: -15px;
}
#footer .uk-subnav > * {
  padding-left: 15px;
}
#footer .rss i {
  color: #A7A9AC;
  margin-right: 15px;
}
#footer .rss .uk-list li * {
  margin: 0;
}
#footer .rss .date {
  font-size: 12px;
}
#login .uk-modal-dialog {
  padding: 25px;
  max-width: 326px;
}
#login .logo {
  max-width: 256px;
}
#login p a.login-close {
  text-align: center;
  opacity: .3;
  color: #444;
}
#login p a.login-close:hover {
  opacity: 1;
}
#shopping-cart {
  right: 0;
  top: -10px;
  width: 353px;
  text-align: center;
  margin-right: 35px;
  box-sizing: border-box;
}
.button-round {
  display: inline-block !important;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.button-round i {
  background: #F9B120;
  color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  font-size: 37.5px;
  line-height: 75px;
  width: 75px;
  height: 75px;
  border: 0;
  border-radius: 100%;
}
#shopping-cart a.button.active i,
.button-round:hover i {
  background: #fff;
  color: #11B89B;
}
.button-round span {
  display: block;
  margin: 5px 0 0;
  color: #fff;
}
#shopping-cart-details {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 80px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#shopping-cart-details .inner {
  position: relative;
  background: #fff;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #ffe198;
  padding: 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
#shopping-cart-details .inner:after,
#shopping-cart-details .inner:before {
  content: " ";
  position: absolute;
  height: 0;
  width: 0;
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  pointer-events: none;
}
#shopping-cart-details .inner:after {
  border-color: rgba(255, 237, 193, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#shopping-cart-details .inner:before {
  border-color: rgba(249, 177, 32, 0);
  border-bottom-color: #ffe198;
  border-width: 11px;
  margin-left: -11px;
}
#shopping-cart-details hr {
  border-top: 8px solid #F9B120;
  margin: 0;
}
#shopping-cart-details table th:first-child {
  width: 35px;
}
#shopping-cart-small {
  position: relative;
  padding: 0 !important;
  font-size: 20px;
  line-height: 38px;
}
#shopping-cart-small .uk-badge {
  background-color: #F9B120;
  margin-top: -4px;
}