/* Open Sans @font-face kit */
/* BEGIN Light */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/Light/OpenSans-Light.eot');
  src: url('../fonts/opensans/Light/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/Light/OpenSans-Light.woff') format('woff'), url('../fonts/opensans/Light/OpenSans-Light.ttf') format('truetype'), url('../fonts/opensans/Light/OpenSans-Light.svg#OpenSansLight') format('svg');
  font-weight: 300;
  font-style: normal;
}
/* END Light */
/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/Regular/OpenSans-Regular.eot');
  src: url('../fonts/opensans/Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/Regular/OpenSans-Regular.woff') format('woff'), url('../fonts/opensans/Regular/OpenSans-Regular.ttf') format('truetype'), url('../fonts/opensans/Regular/OpenSans-Regular.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Semibold */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/Semibold/OpenSans-Semibold.eot');
  src: url('../fonts/opensans/Semibold/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/Semibold/OpenSans-Semibold.woff') format('woff'), url('../fonts/opensans/Semibold/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/opensans/Semibold/OpenSans-Semibold.svg#OpenSansSemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
/* END Semibold */
/*
* add extra Uikit grid sizes
*
* usage:
* @media (min-width: 1480px) {
*  .add-grid-sizes(xlarge-x);
* }
*/
.uk-container {
  max-width: 100%;
}
iframe {
  max-width: 100%;
}
html,
body {
  min-height: 100%;
}
html {
  position: relative;
  max-width: 1320px;
}
html.uk-modal-page {
  max-width: none;
}
html.home {
  background: #374c57;
}
body {
  font: 400 15px/1.5 "Open Sans", sans-serif;
  margin: 0 auto;
  margin-bottom: 3em !important;
  color: #212121;
}
.sidebar {
  overflow: auto;
  font-size: 15px;
}
.sidebar i.fa {
  margin-right: 6px;
}
.sidebar ul.icons li {
  position: relative;
  padding-left: 30px;
}
.sidebar ul.icons li:first-child i.fa {
  top: 4px;
}
.sidebar ul.icons i.fa {
  width: 0.7em;
  opacity: 0.8;
  position: absolute;
  top: 9px;
  left: 4px;
}
.sidebar .img_profile {
  margin-top: -14px;
  margin-left: 6px;
}
.sidebar .img_profile-1 {
  margin: -6px -5px 0 8px;
}
.sidebar .img_profile-2 {
  margin: -6px 8px 0 0;
}
.sidebar .uk-nav-side li {
  width: auto;
  padding: 0;
  margin: 0 0.2em 0.2em 0;
  float: left;
  background: #eeeeee;
}
.sidebar .uk-nav-side li a {
  font-size: 14px;
}
.sidebar .uk-nav-side li.uk-active a {
  background: #374c57;
}
.artist-divider {
  border-top: 2px solid #ddd;
  margin: 12px 0 8px;
}
.artist-line {
  padding-left: 0 !important;
}
.artist-name {
  margin-top: 10px;
}
.uk-text-small {
  font-size: 0.78em;
}
.uk-subnav a:focus,
.uk-subnav a:hover {
  color: inherit;
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
.uk-subnav > .uk-active > * {
  font-weight: 700;
}
.uk-subnav > .uk-active > *,
.uk-subnav > .uk-active > *:hover,
.uk-subnav > .uk-active > *:focus {
  color: #a3c400;
}
.item-prev-next {
  position: fixed;
  z-index: 150;
  top: 0;
  right: 16px;
  font-size: 27px;
}
.item-prev-next a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  width: 30px;
}
.item-prev-next a span {
  width: 100%;
}
.item-prev-next a:hover {
  text-decoration: none;
}
.item-prev-next > span:first-child {
  width: 30px;
  margin-right: 0 !important;
}
.item-prev-next > span:last-child {
  width: 30px;
}
.item-prev-next span {
  text-align: center;
  display: inline-block;
}
@-moz-keyframes cssAnimation {
  to {
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
}
@-webkit-keyframes cssAnimation {
  to {
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
}
@keyframes cssAnimation {
  to {
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
}
*[data-uk-loader] {
  position: relative;
  min-height: 100%;
}
.no-js *[data-uk-loader]:before,
.no-js *[data-uk-loader]:after {
  display: none;
}
*[data-uk-loader].loaded:after,
*[data-uk-loader].loaded:before {
  display: none;
}
*[data-uk-loader]:before {
  content: "";
  display: block;
  z-index: 997;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: #fff;
  -moz-animation: cssAnimation 0s ease-in 500ms forwards;
  -webkit-animation: cssAnimation 0s ease-in 500ms forwards;
  animation: cssAnimation 0s ease-in 500ms forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
*[data-uk-loader]:after {
  content: "\f110";
  display: inline-block;
  float: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: FontAwesome;
  color: #a1a1a1;
  font-weight: 400;
  font-style: normal;
  margin-top: 2em;
  font-size: 2.5em;
  line-height: 2.5em;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 998;
  -webkit-animation: uk-rotate 2s infinite linear, cssAnimation 0s ease-in 500ms forwards;
  -moz-animation: uk-rotate 2s infinite linear, cssAnimation 0s ease-in 500ms forwards;
  animation: uk-rotate 2s infinite linear, cssAnimation 0s ease-in 500ms forwards;
}
.uk-navbar-nav > li > a {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}
h1 {
  margin-top: 0;
  font-weight: 300;
}
h1 a {
  color: inherit !important;
  text-decoration: inherit !important;
}
h2 {
  font-size: 20px;
  font-weight: 400;
}
h2 a {
  text-decoration: none !important;
}
h2 span {
  font-size: 0.9em;
  font-weight: normal;
}
h3 {
  font-weight: 700;
  font-size: 1em;
}
h3 a {
  text-decoration: none !important;
}
a {
  color: #212121;
  text-decoration: underline;
}
a:hover {
  color: #a3c400;
  text-decoration: underline;
}
.uk-modal {
  background: rgba(0, 0, 0, 0.88);
}
input,
select,
textarea {
  display: block;
}
.uk-modal-close,
a.uk-slidenav {
  text-decoration: none !important;
}
.uk-breadcrumb a {
  text-decoration: none;
}
.uk-breadcrumb a:hover {
  text-decoration: underline;
  color: inherit;
}
.uk-offcanvas-bar {
  background: #212e35;
}
.uk-offcanvas-bar .uk-active a {
  background: rgba(0, 0, 0, 0.5) !important;
}
.uk-offcanvas-bar li a:hover,
.uk-offcanvas-bar li a:focus {
  background: rgba(0, 0, 0, 0.16) !important;
}
.uk-dotnav > * > * {
  width: 16px !important;
  height: 16px !important;
}
.uk-breadcrumb > li:last-child:after {
  content: "/";
  display: inline-block;
  margin: 0 8px;
}
.uk-overlay-scale {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.uk-overlay-background-light {
  background: rgba(255, 255, 255, 0.16);
}
.no-js .works .thumb {
  float: left;
}
.admin-edit-buttons {
  z-index: 30;
  position: fixed;
  left: 0;
  bottom: 0;
}
.admin-edit-buttons a {
  background: rgba(0, 0, 0, 0.2);
}
.admin-edit-buttons a:hover {
  color: #000 !important;
  opacity: 1;
}
.artist-details {
  margin-bottom: 10px;
}
.members article > div {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.33);
}
.members .uk-button {
  color: #a3c400;
  font-size: 14px;
  text-transform: uppercase;
}
.members article img,
.members article h2 {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.99;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.members article:hover img {
  opacity: 0.84;
}
.members h2 {
  font-size: 1.5em;
  font-weight: 400;
}
.members a {
  text-decoration: none;
}
.members a span {
  color: #212121;
  font-size: 15px;
  line-height: 15px;
}
img {
  max-width: 100%;
}
.full-width {
  margin: 0;
  max-width: 100%;
}
.full-height {
  height: 100%;
}
form .uk-form-controls {
  position: relative;
}
form label.required:after {
  content: "*";
  color: #c20b10;
  font-size: 14px;
  margin-left: 0.2em;
}
form span.error,
form span.form-error-message,
form ul.error {
  color: #c20b10;
  display: block;
}
form span.error:empty,
form span.form-error-message:empty,
form ul.error:empty {
  display: none;
}
form span.error,
form span.form-error-message {
  font-size: 0.9em;
  margin-top: 0.5em;
  vertical-align: middle;
}
form ul.error {
  list-style: none;
  padding: 0;
}
form textarea + span.error {
  display: block !important;
  position: absolute;
  left: 0.8em;
  bottom: 0.4em;
}
form .client-copy {
  margin: 16px 0;
}
form .client-copy #frm-client_copy {
  float: left;
  margin-right: 8px;
  position: relative;
  top: 5px;
}
body.page-home {
  margin: 0 !important;
  height: auto;
}
body.page-home a {
  color: #fff;
}
body.page-home .uk-container {
  max-width: 1200px;
  margin: 0 auto;
}
body.page-home nav.bottom ul li a {
  color: #fff;
  text-decoration: none;
  background: #2d3e47;
}
body.page-home .sections:hover a {
  opacity: 0.5;
}
body.page-home .sections li:hover a {
  opacity: 1;
}
body.page-home .sections li a {
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
body.page-home .sections li img {
  width: 100%;
}
body.page-home .sections h2 {
  margin-top: 0 !important;
  padding: 0;
  font-weight: 400;
}
body.page-home .sections h2 a {
  font-size: 16px;
  padding-top: 1em;
  display: block;
}
body.page-home .sections h2 a:hover {
  text-decoration: none;
}
.uk-pagination li a {
  padding: 0.33em;
  background: transparent;
  border: 1px solid #eeeeee;
}
.uk-pagination li.uk-active a {
  background: #a3c400;
  border-color: #a3c400;
  color: #fff;
}
.uk-tooltip {
  color: #fff;
  font-size: 13px;
}
nav.top {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #374c57;
  padding: 0.25em 0 0 25px;
  margin-left: -0.5em;
}
nav.top li {
  margin-right: 0.9em;
}
nav.top li:last-child {
  margin: 0;
}
nav.top li a {
  text-transform: uppercase;
  padding-right: 0.5em;
  padding-left: 0.5em;
  font-size: 15px;
}
nav.top,
nav.top .uk-navbar-brand,
nav.top a {
  color: #fff !important;
}
nav.top .uk-navbar-content {
  line-height: 38px;
}
nav.bottom ul li {
  margin: 0 0.1em 2px;
  text-align: center;
}
nav.bottom ul li.visszatekintes a {
  color: #a3c400 !important;
}
nav.bottom ul li a {
  display: block;
  padding: 0.75em;
  background: #f2f2f2;
}
nav.bottom ul li a:hover {
  color: inherit;
}
.wrap {
  padding-top: 4em;
  max-width: 1320px;
}
.jumplink {
  padding-top: 2em;
  margin-top: -2em;
}
.related-works a img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer p,
footer .copyright,
footer .copyright a {
  font-size: 12px;
  color: #85a2b2;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
footer .copyright a:hover {
  background: #85a2b2;
  color: #fff;
}
.overlay-text {
  font-size: 17px;
  line-height: 1.33;
}
.uk-button {
  background: #a3c400;
  color: #fff !important;
}
.uk-button:hover,
.uk-button:focus {
  background: #a3c400;
  opacity: 0.7;
}
.uk-sticky-placeholder {
  height: auto !important;
  margin: auto !important;
}
.uk-navbar-nav > li.uk-active > a {
  background: transparent;
}
.uk-navbar-nav > li.uk-open > a,
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus {
  background: transparent;
  color: red;
}
.align_right {
  float: none;
}
.uk-lightbox-content img.uk-responsive-width {
  border: 0.7mm solid #b3b3b3;
}
body.template-48 .uk-modal-dialog {
  background: transparent;
}
body.template-48 .uk-modal-caption {
  bottom: auto;
  margin-top: 4px;
  top: 100%;
  overflow: visible;
  white-space: normal;
}
body.template-48 .uk-modal-caption > div {
  position: relative;
}
body.template-48 .lightboxDetails {
  color: #e4e4e4;
  font-size: 14px;
  padding: 0;
  margin: 0;
  position: relative;
  top: 4px;
  text-align: center;
}
body.template-48 .lightboxDetails li {
  display: none;
  text-align: left;
  margin-right: 12px;
}
body.template-48 .lightboxDetails li i {
  margin-right: 8px;
}
body.template-48 .lightboxDetails li:first-child {
  display: inline-block;
}
.artist-profile {
  width: 60%;
  max-width: 150px;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}
.uk-modal .uk-slidenav-position a:before {
  position: absolute;
  top: 45%;
}
.uk-modal .uk-slidenav-position .uk-slidenav-next {
  right: 0;
}
.uk-modal .uk-slidenav-position .uk-slidenav-next:before {
  right: 10%;
}
.uk-modal .uk-slidenav-position .uk-slidenav-previous {
  left: 0;
}
.uk-modal .uk-slidenav-position .uk-slidenav-previous:before {
  left: 10%;
}
.uk-modal .uk-slidenav-position .uk-slidenav {
  margin-top: 0;
  height: 100%;
  width: 50%;
  top: 0;
}
.works .uk-slidenav-position .uk-slidenav-previous,
.works .uk-slidenav-position .uk-slidenav-next {
  display: none !important;
}
.works .uk-slidenav-position .uk-slidenav-previous {
  left: -10px;
}
.works .uk-slidenav-position .uk-slidenav-next {
  left: 100%;
}
@media only screen and (min-width: 768px) {
  body {
    margin-bottom: 11em !important;
  }
  body.page-home {
    height: 100%;
    margin-bottom: 0 !important;
  }
  body.page-home nav.bottom ul li a {
    background: transparent;
  }
  body.page-home nav.bottom ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  body.page-home footer {
    position: relative !important;
    height: auto !important;
  }
  body.page-home .wrap {
    max-width: 90%;
    margin: 0 auto;
  }
  .works .uk-slidenav-position .uk-slidenav-previous,
  .works .uk-slidenav-position .uk-slidenav-next {
    font-size: 42px;
    height: 42px;
    width: 42px;
    display: inline-block !important;
  }
  .artist-filter-title {
    padding: 0 0.5em;
    font-size: 14px;
  }
  .artist-name {
    width: 100%;
    max-width: 138px;
  }
  body.template-48 .lightboxDetails li {
    display: inline-block;
  }
  .subheadline {
    margin-top: -1.8em;
    margin-bottom: 2.5em;
  }
  .item-prev-next {
    position: relative;
    z-index: 2;
    top: auto;
    width: auto;
    right: auto;
    font-size: 16px;
  }
  .item-prev-next a {
    color: #212121;
    text-decoration: none;
    display: inline-block;
    width: auto;
  }
  .item-prev-next a span {
    width: auto;
  }
  .item-prev-next a:hover {
    text-decoration: none;
  }
  .item-prev-next > span:first-child {
    width: auto;
    margin-right: 15px !important;
  }
  .item-prev-next > span:last-child {
    width: auto;
  }
  .item-prev-next span {
    text-align: center;
    display: inline-block;
  }
  .item-prev-next span:before {
    content: "";
  }
  h1 {
    margin-bottom: 1em;
  }
  .wrap {
    padding-top: 0;
  }
  .content-wrap {
    padding-left: 240px;
    padding-right: 25px;
    max-width: 1680px;
  }
  nav.top {
    position: relative;
    background: transparent;
    margin-top: 1.5em;
    padding-left: 0;
  }
  nav.top,
  nav.top .uk-navbar-brand,
  nav.top a {
    color: #212121 !important;
  }
  nav.top .uk-active a {
    border-bottom: 3px solid #a3c400 !important;
  }
  nav.top a:hover {
    border-bottom: 3px solid #eeeeee;
  }
  nav.bottom ul {
    margin-left: -0.5em;
  }
  nav.bottom ul li {
    display: inline-block;
    text-align: left;
  }
  nav.bottom ul li a {
    background: transparent;
  }
  .uk-text-center-large {
    text-align: center;
  }
  form span.error,
  form span.form-error-message {
    display: inline;
  }
  .sidebar {
    background: #374c57;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 230px;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
  .sidebar .logo {
    margin-top: 2.4em;
    padding: 0;
  }
  .sidebar .uk-nav-side li {
    width: 100%;
    float: none;
    background: transparent;
  }
  .sidebar .uk-nav-side li.uk-active a {
    background: rgba(0, 0, 0, 0.1);
    color: #a3c400;
  }
  .sidebar .uk-nav-side a {
    padding: 0.7em 0.5em ! important;
    text-decoration: none !important;
    color: #ddd;
  }
  .sidebar .uk-button {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.2);
  }
  .sidebar .uk-button:hover,
  .sidebar .uk-button:focus {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
  }
  .sidebar h2,
  .sidebar h3 {
    color: #fff;
  }
  .sidebar a {
    color: #fff;
  }
  .sidebar .work-details li {
    position: relative;
    border-color: #9a9a9a;
  }
  .uk-nav-side > li > a:focus,
  .uk-nav-side > li > a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .uk-nav-side > li a,
  .uk-nav-side > li a:hover,
  .uk-nav-side > li a:focus {
    color: #fff;
  }
  .uk-nav-side > li.uk-active > a {
    background: rgba(0, 0, 0, 0.25);
  }
  footer {
    position: absolute !important;
    left: 0;
    bottom: 0;
    height: 9em;
    width: 100%;
  }
  footer p {
    text-align: left;
  }
  footer .copyright,
  footer .copyright a {
    text-align: left;
  }
  .uk-align-left-medium {
    margin-right: 15px;
    float: left;
  }
}
@media only screen and (min-width: 960px) {
  body.page-home .logo {
    margin-top: 2em !important;
  }
  .artist-name {
    max-width: 174px;
  }
  .content-wrap {
    padding-left: 300px;
    padding-right: 25px;
    max-width: 1680px;
  }
  .sidebar {
    width: 290px;
  }
  .sidebar .logo {
    padding: 0 25px;
  }
  .uk-nbfc-large {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1200px) {
  .align_right {
    float: right;
    margin: 0 0 1em 1em;
  }
  .uk-align-left-large {
    margin-right: 15px;
    float: left;
  }
  /* Whole */
  .uk-width-xlarge-1-1,
  .uk-grid-width-xlarge-1-1 > * {
    width: 100%;
  }
  /* Halves */
  .uk-width-xlarge-1-2,
  .uk-width-xlarge-2-4,
  .uk-width-xlarge-3-6,
  .uk-width-xlarge-5-10,
  .uk-grid-width-xlarge-1-2 > *,
  .uk-grid-width-xlarge-2-4 > *,
  .uk-grid-width-xlarge-3-6 > *,
  .uk-grid-width-xlarge-5-10 > * {
    width: 50%;
  }
  /* Thirds */
  .uk-width-xlarge-1-3,
  .uk-width-xlarge-2-6,
  .uk-grid-width-xlarge-1-3 > *,
  .uk-grid-width-xlarge-2-6 > * {
    width: 33.333%;
  }
  .uk-width-xlarge-2-3,
  .uk-width-xlarge-4-6,
  .uk-grid-width-xlarge-2-3 > *,
  .uk-grid-width-xlarge-4-6 > * {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-xlarge-1-4,
  .uk-grid-width-xlarge-1-4 > * {
    width: 25%;
  }
  .uk-width-xlarge-3-4,
  .uk-grid-width-xlarge-3-4 > * {
    width: 75%;
  }
  /* Fifths */
  .uk-width-xlarge-1-5,
  .uk-width-xlarge-2-10,
  .uk-grid-width-xlarge-1-5 > *,
  .uk-grid-width-xlarge-2-10 > * {
    width: 20%;
  }
  .uk-width-xlarge-2-5,
  .uk-width-xlarge-4-10,
  .uk-grid-width-xlarge-2-5 > *,
  .uk-grid-width-xlarge-4-10 > * {
    width: 40%;
  }
  .uk-width-xlarge-3-5,
  .uk-width-xlarge-6-10,
  .uk-grid-width-xlarge-3-5 > *,
  .uk-grid-width-xlarge-6-10 > * {
    width: 60%;
  }
  .uk-width-xlarge-4-5,
  .uk-width-xlarge-8-10,
  .uk-grid-width-xlarge-4-5 > *,
  .uk-grid-width-xlarge-8-10 > * {
    width: 80%;
  }
  /* Sixths */
  .uk-width-xlarge-1-6,
  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%;
  }
  .uk-width-xlarge-5-6,
  .uk-grid-width-xlarge-5-6 > * {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-xlarge-1-10,
  .uk-grid-width-xlarge-1-10 > * {
    width: 10%;
  }
  .uk-width-xlarge-3-10,
  .uk-grid-width-xlarge-3-10 > * {
    width: 30%;
  }
  .uk-width-xlarge-7-10,
  .uk-grid-width-xlarge-7-10 > * {
    width: 70%;
  }
  .uk-width-xlarge-9-10,
  .uk-grid-width-xlarge-9-10 > * {
    width: 90%;
  }
  .uk-container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 1480px) {
  /* Whole */
  .uk-width-xlarge-x-1-1,
  .uk-grid-width-xlarge-x-1-1 > * {
    width: 100%;
  }
  /* Halves */
  .uk-width-xlarge-x-1-2,
  .uk-width-xlarge-x-2-4,
  .uk-width-xlarge-x-3-6,
  .uk-width-xlarge-x-5-10,
  .uk-grid-width-xlarge-x-1-2 > *,
  .uk-grid-width-xlarge-x-2-4 > *,
  .uk-grid-width-xlarge-x-3-6 > *,
  .uk-grid-width-xlarge-x-5-10 > * {
    width: 50%;
  }
  /* Thirds */
  .uk-width-xlarge-x-1-3,
  .uk-width-xlarge-x-2-6,
  .uk-grid-width-xlarge-x-1-3 > *,
  .uk-grid-width-xlarge-x-2-6 > * {
    width: 33.333%;
  }
  .uk-width-xlarge-x-2-3,
  .uk-width-xlarge-x-4-6,
  .uk-grid-width-xlarge-x-2-3 > *,
  .uk-grid-width-xlarge-x-4-6 > * {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-xlarge-x-1-4,
  .uk-grid-width-xlarge-x-1-4 > * {
    width: 25%;
  }
  .uk-width-xlarge-x-3-4,
  .uk-grid-width-xlarge-x-3-4 > * {
    width: 75%;
  }
  /* Fifths */
  .uk-width-xlarge-x-1-5,
  .uk-width-xlarge-x-2-10,
  .uk-grid-width-xlarge-x-1-5 > *,
  .uk-grid-width-xlarge-x-2-10 > * {
    width: 20%;
  }
  .uk-width-xlarge-x-2-5,
  .uk-width-xlarge-x-4-10,
  .uk-grid-width-xlarge-x-2-5 > *,
  .uk-grid-width-xlarge-x-4-10 > * {
    width: 40%;
  }
  .uk-width-xlarge-x-3-5,
  .uk-width-xlarge-x-6-10,
  .uk-grid-width-xlarge-x-3-5 > *,
  .uk-grid-width-xlarge-x-6-10 > * {
    width: 60%;
  }
  .uk-width-xlarge-x-4-5,
  .uk-width-xlarge-x-8-10,
  .uk-grid-width-xlarge-x-4-5 > *,
  .uk-grid-width-xlarge-x-8-10 > * {
    width: 80%;
  }
  /* Sixths */
  .uk-width-xlarge-x-1-6,
  .uk-grid-width-xlarge-x-1-6 > * {
    width: 16.666%;
  }
  .uk-width-xlarge-x-5-6,
  .uk-grid-width-xlarge-x-5-6 > * {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-xlarge-x-1-10,
  .uk-grid-width-xlarge-x-1-10 > * {
    width: 10%;
  }
  .uk-width-xlarge-x-3-10,
  .uk-grid-width-xlarge-x-3-10 > * {
    width: 30%;
  }
  .uk-width-xlarge-x-7-10,
  .uk-grid-width-xlarge-x-7-10 > * {
    width: 70%;
  }
  .uk-width-xlarge-x-9-10,
  .uk-grid-width-xlarge-x-9-10 > * {
    width: 90%;
  }
}
/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
img[src*=".svg"] {
  width: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  body:not(.page-home) {
    max-width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .uk-padding-remove-medium {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  body.page-home .logo {
    margin-top: 1em !important;
    max-width: 75%;
  }
}
