@import url(https://fonts.googleapis.com/css?family=Architects+Daughter);

/* Layout Styling */
.uk-overlay-right {
  position: absolute;
  top: 20px;
  bottom: initial;
  right: 2%;
  padding: 20px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  border-radius: 10px;
      max-width: 280px;
}
.uk-overlay-left {
  top: 100px;
}
.tm-fullscreen {
  border-top: none;
  border-bottom: none;
  text-align: center;
}

.tm-headerbar .uk-panel {
  max-width: 330px;
}
.tm-headerbar {
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );

}
/* Typo Styling */

.tm-logo h2 {
  color: #FE0000;
  text-transform: capitalize;
  font-family: 'Arial Black', 'Arial Bold', sans-serif;
}
.tm-logo h4 {
  text-transform: capitalize;
font-weight: normal;
  font-family: 'Architects Daughter', cursive;
}
.tm-logo p {
color: #000;
}
.uk-overlay-left  h2 {font-size: 16px;}

/* Buttons Styling */



/* K2 Specific Styling */

div.itemView {
  padding: 0px;
  margin: 0px;
  border-bottom: none;
}
div.itemLinks {
  margin: 1px 0px;
  padding: 0;
}
div.itemListCategory {
  background: #FFF;
  border: none;
  margin: 0px;
  padding: 0px;
}
div.catItemHeader h3.catItemTitle {
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 110%;
  padding: 10px 0 4px 0;
  margin: 0;
}
/* Navi and Menu Styling */


/* Form Styling */
.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 0px;
}
.formResponsive h2 {
  font-size: 16px;
  line-height: 16px;

}
.formResponsive .formHorizontal .formControlLabel {
  float: left;
  width: 130px;
  padding-top: 5px;
  text-align: left;
}
.formResponsive .formHorizontal .formControls {
  margin-left: 140px;
}

/* Modules Styling */



/* Responsive Styles */

@media (max-width: 480px) {


}


@media (min-width: 768px) {
.tm-fullscreen:not(.uk-hidden-large) + .tm-page {
    margin-top: -200px;
}
}
@media (max-width: 479px) {
.tm-fullscreen {
    height: 350px;
}
.uk-overlay {
    position: initial;
}
}