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

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

body {
background: #721414;
}


.uk-article {
position: relative;
padding: 0;
background: #ecb123;
border: 30px solid #ecb123;
border-image-source: url("../../../less/uikit/images/desert/panel_box_border.png");
border-image-slice: 30;
border-image-repeat: repeat;
background-clip: padding-box;
}

.uk-panel-box {
padding: 0;
background: #ecb123;
color: #444444;
border: 30px solid #ecb123;
border-image-source: url("../../../less/uikit/images/desert/panel_box_border.png");
border-image-slice: 30;
border-image-repeat: repeat;
background-clip: padding-box;
}


.uk-dropdown-navbar {
margin-top: 0;
background: #721414;
color: #ffffff;
border-width: 4px;
border-style: solid;
border-image-source: url("../../../less/uikit/images/desert/dropdown_border.png");
border-image-slice: 4;
border-image-repeat: round;
background-image: url("../../../less/uikit/images/dropdown_bg.png");
background-position: 50% 50%;
background-clip: padding-box;
background-repeat: repeat;
}

.uk-dropdown-navbar > a:hover {
	color: #0C0;
}


.uk-table-striped tbody tr:nth-of-type(odd) {
background: #ecbf53;
}

a, .uk-link {
color: #721414;
text-decoration: none;
cursor: pointer;
}

.uk-nav li > a:hover {
	color: #721414;
}


.uk-nav-side > li > a {
color: #444444;
padding: 10px;
border-radius: 3px;
}



.uk-nav-side ul a {
color: #721414;
}

.tm-noblog .tm-content {
margin-bottom: 30px;
padding: 0;
background: #ecb123;
border: 30px solid #ecb123;
border-image-source: url("../../../less/uikit/images/default/panel_box_border.png");
border-image-slice: 30;
border-image-repeat: repeat;
background-clip: padding-box;
}


@media (max-width: 767px) {
.tm-bg-noparallax, body {
background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 204, color-stop(0%, #721414), color-stop(50%, #721414), color-stop(100%, #721414));
background-image: -webkit-radial-gradient(center top, 90% 100%, #721414 0%, #721414 50%, #721414 100%);
background-image: -moz-radial-gradient(center top, 90% 100%, #721414 0%, #721414 50%, #721414 100%);
background-image: radial-gradient(90% 100% at center top, #721414 0%, #721414 50%, #721414 100%);
}
}

.wk-slideshow-tabs .slides-container {
border: 2px solid #ecbf53;
background: #ecb123;
border-radius: 5px;
}

.wk-slideshow-tabs .nav li.active {
padding-bottom: 1px;
border-bottom: none;
background: #ecbf53;
}

.wk-slideshow-tabs .nav li:hover {
background: #ecbf53;
}

.wk-slideshow-tabs .nav li {
margin: 0 0 -1px 5px;
border: 1px solid #ddd;
background: #F5F5F5;
background: -moz-linear-gradient(top, #ecbf53, #ecb123);
background: -webkit-linear-gradient(top, #ecbf53, #ecb123);
background: -o-linear-gradient(top, #ecbf53, #ecb123);
background: linear-gradient(to bottom, #, #ecb123);
border-radius: 5px 5px 0 0;
box-shadow: 0 1px 0 #ecb123 inset;
text-shadow: 0 1px 0 #fff6b9;
}