html, body {
    color:#000000;
    font-family: Verdana, 'Helvetica Neue', Helvetica, sans-serif;
    background: #e4e4e4;
    font-size:14px;
    line-height:1.3;
}

table {
    empty-cells: show;
    border-spacing:0;
    border-collapse:collapse;  	
}
a {
    color:#8b0000;
}
a:hover {
    color:#ff0b0b;
    text-decoration: underline;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
.header {
    border-bottom: 1px solid #a90000;
    background:
            url('../images/headerBg7.jpg') center no-repeat,
            linear-gradient(to right, black 50%, white 50%);
    background-size: contain;            /* Sets sizes for the layers */
    height: 150px;
    color:black;
    transition: background 0.2s ease-in-out;
}
.header a  {
    color: black;
}
@media (min-width: 400px) {
    .header {
        height: 150px;
    }
}
@media (min-width: 640px) {
    .header {
        height: 200px;
    }
}
@media (min-width: 1500px) {
    .header {
        height: 250px;
    }
}
.darkBg {
    background:grey;
    border-bottom:2px solid white;
    height: 100px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.5s ease-in-out;
}
@media (min-width: 1000px) {
    .darkBg {
        height: 150px;
    }
}
.menucontent {
    transition-property: background;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    background: rgba(180,180,180,0.5);
    margin-left: 10px;
}
.header:hover .menucontent {
    transition-property: background;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    background: rgba(180,180,180,0.9);
}
.mobilemenucontent {
    background: rgba(180,180,180,0.8);
}
/*

.footermenu {
    padding:20px 0 40px 0;
    background:#002851;
    color:white;
}
.footermenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footermenu li {
    float: left;
}
.footermenu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
}*/
.footer {
    margin-top:10px;
    padding:20px 0 20px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,b2b2b2+47,b2b2b2+53,8b0000+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(178,178,178,1) 47%, rgba(178,178,178,1) 53%, rgba(139,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(178,178,178,1) 47%,rgba(178,178,178,1) 53%,rgba(139,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(178,178,178,1) 47%,rgba(178,178,178,1) 53%,rgba(139,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8b0000',GradientType=0 ); /* IE6-9 */


    /*border:1px solid #ffd9d9;*/
    color:#8b0000;
}
.mobileHeader {
    font-weight: bold;

}
.menuitem {
    font-size: 1.2em;
}/*
.sidemenu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+1,ffffff+100 * /
    background: #eeeeee;
    background: -moz-linear-gradient(top,  #eeeeee 1%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #eeeeee 1%,#ffffff 100%);
    background: linear-gradient(to bottom,  #eeeeee 1%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );

    border:1px solid #eeeeee;
}
.sidemenu a {
    text-decoration: none;
}
.sidemenuRight {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd9d9+0,ffffff+100 * /
    background: #ffd9d9;
    background: -moz-linear-gradient(top,  #ffd9d9 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #ffd9d9 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #ffd9d9 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd9d9', endColorstr='#ffffff',GradientType=0 );

    margin-left: 10px;
    border:1px solid #ffd9d9;
}
.sidemenuRight a {
    text-decoration: none;
}*/
.textBox {
    background:rgba(240,245,242,0.6);
    padding-right:20px;
    border:2px solid black;
}
.thumbnail {
    /*position: relative;
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin:25px;*/
}
.svgicon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
@media (min-width: 640px) {
    .paddingOnLarge {
       /* padding-left: 0px;*/
    }
}
.uk-open >a{
    text-decoration: underline;
    color:#444;
}
.uk-accordion-content {
    margin:0px;
}
.uk-accordion>:nth-child(n+2) {
    margin-top: 0px;
}
.uk-accordion-title {
    font-size: 1rem;
    line-height: 1.2;
}
.gradientborder {
    border-width: 2px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#ffffff), to(#a10000)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, #ffffff, #a10000) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, #ffffff, #a10000) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, #ffffff, #a10000) 1 100%;
    border-image: linear-gradient(to top, #ffffff, #a10000) 1 100%;
}

.uk-button-automap-red {
    background-color: #a10000;
    color: #fff;
    border: 1px solid transparent
}

.uk-button-automap-red:focus, .uk-button-automap-red:hover {
    background-color: #7A133C;
    color: #fff
}

.uk-button-automap-red.uk-active, .uk-button-automap-red:active {
    background-color: #7A133C;
    color: #fff
}


.uk-navbar-nav>li>a{
    font-size: 0.9em;
    letter-spacing: 1px;
    height: 0px;
}
.uk-nav>li>a {
    line-height: 1em;
}
.uk-subnav > * {
    padding-left: 10px;
}
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
    margin-right: 10px;
}
.uk-subnav>*>:first-child {
    color: black;
}
.uk-subnav>*>:first-child:hover {
    color:#ff0b0b;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
.uk-open >a {
    color:red;
}
.uk-nav li>a:hover {
    color:#ff0b0b;
}

.mainContext > div {
    padding:0px 20px 0 20px;
}

.uk-lightbox {
    background: rgba(150,150,150,0.8);
}