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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
  body {
    background: #678ca6 url("../images/background/default_bg.jpg") repeat fixed 50% 0 / cover ;
}
 
 .tm-toolbar {
    background: #890C12 none repeat scroll 0 0;
    color: #b1b9ba;
	}
	
	.tm-footer > .uk-panel {
    background: rgba(255, 255, 255, 0.54) none repeat scroll 0 0;
    color: #000;
}

.tm-footer > .uk-panel a {
    color: #000000;
}
.tm-footer > .uk-panel a:hover {
    color: #990000;
}

.uk-panel-box-primary {
    background-color: #f5f5f5;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.16);
}

.tm-footer {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
    margin-top: 42px;
}
.uk-navbar {
    background: rgba(255, 255, 255, 0.54) none repeat scroll 0 0;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.4);
    color: #000000;
    padding: 25px;
}
.uk-modal-caption {
    bottom: auto;
    color: #fff;
    font-size: 22px;
    left: 0;
    margin-bottom: -10px;
    margin-top: 20px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-family: Raleway;
}