/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps);

.tm-features-slideshow .uk-slideshow,
.tm-features-slideshow .uk-slideshow > li { min-height: 300px; }

@media (min-width: 960px) {

.tm-navbar:not(.uk-navbar-attached) { top: 55px; }

}

.tm-navbar:not(.uk-navbar-attached) .tm-nav-logo { top: -30px; }

.uk-script-header {
  font-family: 'Bilbo Swash Caps';
  font-weight: 700;
  font-size: 48px;
  line-height: 66px;
  text-transform: none;
  color: rgba(0,60,119,1);
}

/*
 * Modifier: `uk-button-danger`
 */
.uk-button-danger {
  background-color: rgba(181,44,36,1);
  color: #ffffff;
  border-color: transparent;
}
/* Hover */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: rgba(204,203,198,1);
  color: #ffffff;
}
/* Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: rgba(181,44,36,1);
  color: #ffffff;
}

.tm-dropcap {  
    border: 2px solid #444444;  
    float: left;  
    font-size: 26px;  
    line-height: 46px;  
    margin: 7px 7px 0 0;  
    padding-left: 8px;  
    padding-right: 8px;  
}
