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

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


.tm-sidebar-dark {background: rgb(238,238,238) !important; /* Old browsers */
background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,1)), color-stop(5%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%)!important; /* IE10+ */
background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%)!important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=1 )!important; /* IE6-9 */

}


body {background:url(images/background.png) 0 0 repeat-x !important;}

.tm-navbar-full .uk-navbar-nav > li:first-child > a:before {background:#23507d !important;}
.tm-navbar-full .uk-navbar-nav > li:nth-child(6n-4) > a:before {background:#23507d !important;}
.tm-navbar-full .uk-navbar-nav > li:nth-child(6n-3) > a:before {background:#23507d !important;}
.tm-navbar-full .uk-navbar-nav > li:nth-child(6n-2) > a:before {background:#23507d !important;}
.tm-navbar-full .uk-navbar-nav > li:nth-child(6n-1) > a:before {background:#23507d !important;}
.tm-navbar-full .uk-navbar-nav > li:nth-child(6n) > a:before {background:#23507d !important;}
.uk-navbar-nav > li > a:before {background:#23507d !important;}
.uk-navbar:before {background:#23507d !important;}

.tm-navbar-full {box-shadow: inset 0 5px 0 #23507d, 0 1px 0 rgba(60, 60, 60, 0.1) !important; background: #23507d !important;}

h5 {color: #fff !important;}

.tm-sidebar-dark h3 {color: #444444 !important; font-size:18px !important; }

.tm-block-alt .uk-nav-side > li > a, .tm-sidebar-dark .uk-nav-side > li > a:hover {color:red !important}

.tm-sidebar-dark .uk-nav-side > li.uk-active > a {color: #23507d !important; font-weight:500}



.tm-toolbar {
  background: #fefefe !important; /* Old browsers */
background: -moz-linear-gradient(top,  #fefefe 0%, #d4d4d4 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#d4d4d4))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefefe 0%,#d4d4d4 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefefe 0%,#d4d4d4 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefefe 0%,#d4d4d4 100%)!important;/* IE10+ */
background: linear-gradient(to bottom,  #fefefe 0%,#d4d4d4 100%)!important;/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d4d4d4',GradientType=0 )!important; /* IE6-9 */

}


.tm-block-alt .uk-nav-side > li > a, .tm-sidebar-dark .uk-nav-side > li > a, .tm-block-alt .uk-panel-box .uk-open.uk-parent, .tm-sidebar-dark .uk-panel-box .uk-open.uk-parent, .tm-block-alt .uk-panel-box .uk-open + li, .tm-sidebar-dark .uk-panel-box .uk-open + li, .tm-block-alt .uk-panel-box .uk-nav li:last-child .uk-nav-sub, .tm-sidebar-dark .uk-panel-box .uk-nav li:last-child .uk-nav-sub {font-size:14px !important;}


/* Phone */
@media (min-width: 0) and (max-width: 767px) {

.ProductsTable td {
	width: 99% !important;
	display: block;
	clear: both;
}

.ProductsTable td img {
	width: 100%;
}

.ProductsTable tr {
	border-bottom: 1px solid #222;
}
  
  .uk-navbar-content::before, .uk-navbar-brand::before, .uk-navbar-toggle::before {
	content: '';
	display: block;
	height: 20%;
	vertical-align: middle;
}

}

