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

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

.tm-top-a .uk-panel-box {
    background: none repeat scroll 0 0 #ffffff;
    color: #555555;
    padding: 0px !important;
}

.caption {
    background: none repeat scroll 0 0 rgba(48, 48, 48, 0.9);
    bottom: 30px !important;
    color: #fff !important;
    left: 0 !important;
    padding: 15px 10px !important;
    position: absolute !important;
    right: 60px !important;
    z-index: 5 !important;
}
.caption h2 {
    color: #fff !important;
  padding-left: 20px;
}
.wk-slideshow-default .nav {
    margin-top: 15px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 10px;
    z-index: 5;
}
.uk-navbar-nav > li.uk-active > a {
    background-color: #dc5537;
    background-image: linear-gradient(to bottom, #e4623f, #d64c31);
    background-origin: border-box;
    color: #fff;
}
body {
    background: linear-gradient(90deg, #ffffff 0%, #cdcddf 100%) repeat fixed 0 0 rgba(0, 0, 0, 0);
}
h1, h2, h3, h4, h5, h6 {
    color: #58429a;
}
.tm-footer {
    background: linear-gradient(to bottom, #285a5d, #3f4147) repeat scroll 0 0 #364b50;
    color: #fff;
    padding: 25px;
    position: relative;
    text-align: center;
}
.tm-footer a, .uk-link {
    color: #c5e7e6;
}
.uk-panel-box-primary em {
    color: #ffffff;
}

/*1 Column for Narrow Browser Windows (between 0 and 679 pixels) and Smartphones in both orientations. In this query we linearize all of the columns so that they stack vertically by setting float to none and width to auto. We also use this query to move the menu to the top of the layout and stack its links neatly in a vertical orientation. */
@media (min-width: 0px) and (max-width: 500px) {
.caption {
    display: none !important;}
  .wk-slideshow-default .nav span {
    display: none;}
    
}
.uk-icon-twitter:hover {
  background-color: #019ad1 !important;
}
.uk-icon-facebook:hover {
  background-color: #3b5998 !important;
}
.dataTables_filter {
    display: none;
}
.dataTables_paginate {
    display: none;
}
.uk-panel-box .ari-tbl-col-1, .ari-tbl-col-2, .ari-tbl-col-3 {
    text-align: center !important;
}
.tm-top-block {
    margin-top: 0px;
}
#left{
float:left;
width:65%;
overflow:hidden;
}
#right{
overflow:hidden;
}
