/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.tm-slider-chester .uk-slider > li > div {
    margin-left: 1vw;
    margin-right: 1vw;
}

.uk-grid > * {
    padding-left: 20px;
}

.uk-block-secondary {
    background: #fefefe none repeat scroll 0 0;
}
.uk-block {
    padding-bottom: 10px;
    padding-top: 5px;
}

.tm-navbar-container {
    background: #Fefefe none repeat scroll 0 0;
    padding-bottom: 35px;
    padding-top: 35px;
}

.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 5px;
    color: #fff;
    padding: 0 10px;
}

.uk-navbar-nav > li > a {
    box-sizing: border-box;
    color: #C00000;
    display: block;
    font-family: Arial;
    font-size: 10px;
    font-weight: bolder;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 5px;
    color: #fff;
    padding: 0 10px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.51);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.51);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.51);
}


.uk-navbar-nav > li.uk-active > a {
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.51);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.51);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.51);
    background-color: hsl(153, 82%, 25%);
    border-radius: 5px;
    color: #fff;
    padding: 0 10px; 
}

.uk-navbar-nav > li > a::before {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 5px;
    color: #fff;
    padding: 0 10x;
    bottom: 17px;
    content: "";
    height: 0px;
    left: 0;
    position: absolute;
    transition: width 0.4s ease 0s;
    width: 0;
}

a, .uk-link {
    color: hsl(153, 82%, 25%);
    cursor: pointer;
    text-decoration: none;
}

a:hover, .uk-link:hover {
    color: #C00000;
    text-decoration: underline;
}

.uk-navbar-nav > li > a:active {
    background-color: rgba(0, 0, 0, 0);
    color: #C00000;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: hsl(153, 82%, 25%);
    border-radius: 5px;
    color: #fff;
    padding: 0 10px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.51);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.51);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.51);
}

.uk-block-primary {
    background: #000000 none repeat scroll 0 0;
}

.tm-headerbar {
    background: #Fefefe none repeat scroll 0 0;
    padding: 0 40px;
    background-image: url("/images/headers/header_pic.png") ;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;    
}

.uk-slidenav {
    color: #c00000;
}

/*
#tm-footer {
    min-height: 180px;
    background-image: url("../../../images/headers/footer_pic.png");
    background-repeat: no-repeat;
} 
*/ 

#tm-footer {
    padding-bottom: 0px;
}

.uk-subnav-pill > .uk-active > * {
    background: #c00000 none repeat scroll 0 0;
    color: #ffffff;
}

.uk-subnav > * > * {
    color: #bbbbbb;
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    color: #444444;
    font-family: Arial;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: none;
}

.uk-article-title {
    font-size: 38px;
    font-weight: normal;
    line-height: 44px;
    text-transform: none;
}

blockquote {
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
}

#tm-top-b {
    padding-left: 75px;
    padding-right: 50px;
}

.uk-button {
    float: left;
}

.uk-nav-navbar > li > a {
    color: #fff;
}

.uk-dropdown {
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.1);
    color: #fff;
    font-size: 1rem;
    opacity: 0.8;
    padding: 30px;
    vertical-align: top;
    border-radius: 5px;
    margin-top: 10px;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #C00000;
}

.uk-nav li > a {
    font-family: Arial;
    font-size: 14px;
    text-transform: uppercase;
}

.tm-footer {
    border-top-color: #000;
    border-top-style: solid;
    border-top-width: 5px;
    padding-top: 20px;
    position: relative;
}

.tm-block-main {
  border-top: 5px solid hsl(153, 82%, 25%);
}

.tm-navbar-container {
    background-color: #fefefe;
    border-bottom: 5px solid #000000; 
}

.tm-navbar-container.uk-sticky-init {
    background-color: #cccccc;
}

blockquote small {
    color: #666;
}

small {
    font-size: 75%;
}
