/* CookeAccept */
@media (max-width: 767px) {
  #ca_banner { height: 300px!important; }
  #ca_banner h2 { font-size: 20px !important; line-height: 1.2em !important; padding: 20px !important; }
  #ca_banner p { padding: 20px !important; }
}
#ca_banner .accept {
  border-radius: 0 !important;
  background: #d47626 !important;
  background-image: none !important;
  text-shadow: none !important;
}

/* header on mobiles */
@media (max-width: 599px) {
  .uk-container-center { padding: 20px;}
  h1.uk-article-title {font-size: 30px;}
  h2 {font-size: 25px;}
  h3, .uk-h3 {font-size: 20px;}
}

/* position absolute */
.absolute {
    position: fixed;
    right: 20px;
    top: 100px;
    z-index: 999;
  	color: #FFF;
}
.absolute a {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1599px) {
  .absolute {display: none;}
}

/* background video */
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
@media (min-aspect-ratio: 16/9) {
  .video-background { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-background { width: 300%; left: -100%; }
}
@media screen and (max-width: 600px) {
  iframe.video-background {display:none;}
}
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 601px) {
  div.uk-container.uk-container-center {
    opacity: 0.95;
  }
}

/* background image */
/*body {
  background-image: url(/images/background.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
*/

/* toggle navbar mobile */
.uk-navbar-toggle {
  color: #CCCCCC;
}
.uk-navbar-toggle:hover {
  color: #FFFFFF;
}
/* logo navbar mobile */
a.tm-logo-small {
  width: 80%;
}
a.tm-logo-small > p > img {
  max-height: 70px;
}

/* pix in articles */
article > a {max-width: 30%}

/* footer */
.tm-footer {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #eeeeee !important;
}

/* chronoforms textarea */
.chronoforms textarea {height: unset; }


/* RokSprocket read more button */
.sprocket-grids-b-readon {
  display: block;
  text-align: center;
  padding: 1em;
  background-color: red;
}
.sprocket-grids-b-readon:hover {
  color: white;
  background-color: darkred;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.5s;
}