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

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

.tm-block {
    position: relative;
    width: 100%;
    background: #080000;
}

.tm-block-light .tm-panel-clear-image {
    margin: -35px -35px 35px -35px;
    padding: 0px;
    background: #353131;
}

.uk-panel-box {
    padding: 35px;
    background: #e7e7e7;
    color: #999999;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}


hr {
    box-sizing: content-box;
    height: 0;
    margin: 15px 0;
    border: 0;
    border-top: 1px solid rgb(53, 53, 53);
}