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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
 .uk-slidenav {
    display: inline-block;
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: rgba(50, 50, 50, 0.4);
    font-size: 25px;
    text-align: center;
    background-color: rgba(250, 250, 250, 0.1);
}


/*.uk-border-circle {
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    border: 1px solid #E5E5E5;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
}*/

.tm-page-loader {
    position: cover;
    background: url(../images/intro.jpg) no-repeat;
    z-index: 1099;
}

.tm-title-dash:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 26px;
    height: 2px;
    background: #68c9e1;
}


