@import url("https://rawgit.com/p1141/antonioteodoro/master/styles.css");
html body {
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px) {
  html body {
    background-image: url("/wp-content/uploads/sites/95/2016/09/foto_at_bg.jpg");
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: 90% 0px;
  }
}
html body a,
html body .uk-link {
  color: #6aaec3;
}
html body em {
  color: #444;
}
html body .uk-button-primary {
  background-color: #6aaec3;
}
html body .uk-button-primary:hover {
  background-color: #9fd1e0;
}
html body .video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
html body .video-responsive video,
html body .video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
@media (min-width: 768px) {
  html body .vm-header {
    background: url(/wp-content/uploads/sites/95/2016/09/header-repeater.png) repeat-x transparent;
    padding-bottom: 32px;
  }
}
html body nav.uk-navbar {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  html body nav.uk-navbar {
    width: 100%;
    margin: auto;
  }
}
html body nav.uk-navbar > ul {
  float: none;
  text-align: justify;
  display: flex;
  flex-direction: row;
  width: 100%;
}
html body nav.uk-navbar > ul > li {
  flex: 1 100%;
  justify-content: space-between;
  align-content: stretch;
  text-align: center;
}
html body nav.uk-navbar > ul > li.uk-active > a {
  background: #9fd1e0;
  color: #fff;
}
html body nav.uk-navbar > ul > li a {
  background: #fff;
  font-family: 'Yanone Kaffeesatz', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #6aaec3;
  line-height: inherit;
  padding: 12px;
}
@media (min-width: 960px) {
  html body nav.uk-navbar > ul > li a {
    padding: 12px 32px;
  }
}
html body nav.uk-navbar > ul > li a:hover {
  color: #fff;
  background: #9fd1e0;
}
html body nav.uk-navbar > ul > li .uk-dropdown-navbar {
  background: #fff;
  border: 1px solid #e5e5e5;
}
html body nav.uk-navbar > ul > li .uk-dropdown-navbar li {
  border-right: none;
  text-align: left;
}
html body nav.uk-navbar > ul > li .uk-dropdown-navbar li a {
  color: #444;
  font-size: 12px;
  font-weight: normal;
}
html body nav.uk-navbar > ul > li .uk-dropdown-navbar li a:hover {
  background: #9fd1e0;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 960px) {
  html body nav.uk-navbar .uk-navbar-flip {
    display: none;
  }
}
@media (min-width: 768px) {
  html body .tm-headerbar {
    padding-top: 64px;
  }
}
html body .tm-headerbar .uk-grid:not(.uk-grid-preserve)>* {
  padding-left: 0;
}
html body .tm-headerbar .uk-panel {
  max-width: inherit;
}
html body .uk-navbar-center {
  max-width: 100% !important;
  background: #9fd1e0;
}
html body .uk-navbar-center .tm-logo-small {
  letter-spacing: 0 !important;
  color: #fff;
}
html body main.tm-content {
  background-color: rgba(245,245,245,0.3);
}
@media (min-width: 768px) {
  html body main.tm-content ul.uk-breadcrumb {
    padding: 32px 32px 0;
  }
}
@media (min-width: 768px) {
  html body main.tm-content article {
    margin-right: 32px;
    margin-left: 32px;
  }
}
html body main.tm-content article .uk-article-meta {
  display: none;
}
html body main.tm-content article .uk-subnav>li {
  display: block;
  width: 100%;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
html body main.tm-content article .uk-subnav>li >a {
  padding: 6px 8px;
  background: #444;
  color: #fff;
}
html body main.tm-content article .uk-subnav>li >a:hover {
  background: #6aaec3;
  color: #fff;
}
html body .full-bottom {
  margin-top: 80px;
  width: 100%;
  background: #9fd1e0;
  box-shadow: 0 -6px 20px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
html body .full-bottom footer.tm-footer .tm-totop-scroller {
  right: 8px;
  top: 8px;
  color: #444;
}
html body .full-bottom footer.tm-footer ul.uk-subnav {
  padding: 8px 16px;
}
html body .full-bottom footer.tm-footer ul.uk-subnav li {
  margin-top: 0;
}
html body .full-bottom footer.tm-footer ul.uk-subnav li.uk-nav-header {
  font-size: 12px;
  font-weight: normal;
  color: #e5e5e5;
  padding: 0;
}
html body .full-bottom footer.tm-footer ul.uk-subnav li a {
  color: #fff;
}
