pan4html { background-color:#111111; } 
html { background-color:#111111; }
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #e8e8e8;
  background-color: #111111;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #777777;
}
a {
  color: #ff8d00;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f5a300;
  text-decoration: underline;
}
p {
	margin: 0 0 5px;
}
.blog div div p {
    padding-bottom: 5px;
}
blockquote {
   margin: 0 15px 18px;
}
blockquote p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.25;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #111111;
  border: 1px solid #222222;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
background-color: #111111;
  border: 1px solid #222222;
  border-color: rgba(255, 141, 0, 0.6);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 141, 0, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 141, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 141, 0, 0.6);
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #222222;
  border: 1px solid #111111;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
div#aside .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5a300; /* #222222; */
  border: 1px solid #111111;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 2px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: inset 0 2px 2px rgba(51, 51, 51, 0.5);
  box-shadow: inset 0 2px 2px rgba(51, 51, 51, 0.5);
}
div#aside .well.DA251D {
	background-color: #DA251D;
}
div#aside .well input:focus,
div#aside .well textarea:focus,
div#aside .well select:focus {
  background-color: #333333;
  color: #EEEEEE;
  -webkit-box-shadow: 0 0 6px rgba(255, 141, 0, 0.6);
  -moz-box-shadow: 0 0 6px rgba(255, 141, 0, 0.6);
  box-shadow: 0 0 6px rgba(255, 141, 0, 0.6);
}
div#aside .well .control-label {
  color:#333333;
}
div#aside .well a {
  color: #333333;
  /*text-decoration: underline;*/
}
div#aside .well a:hover,
div#aside .well a:focus {
  color: #EEEEEE;
  /*text-decoration: underline;*/
}
div#aside .well H, .well H1, .well H2, .well H3{
  color: #222222;
  border-bottom: 0;
}
div#aside .well input {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}
div#aside .well input:-webkit-autofill {
    /*-webkit-text-fill-color: #333333 !important;*/
    -webkit-box-shadow: 0 0 0px 1000px inherit inset;
    transition: background-color 5000s ease-in-out 0s;
}
div#aside .well input:-webkit-autofill:focus {
    /*-webkit-text-fill-color: #f5a300 !important;*/
    -webkit-box-shadow: 0 0 0px 1000px #333333 inset;
    -webkit-text-fill-color: #ffffff !important;
    transition: background-color 5000s ease-in-out 0s;
}
div#aside .well input[type="submit"] {
  color: #FFFFFF;
}
div#aside .well.onlineusers, 
div#aside .well.mod_donation p{
  color:black;
  text-align: left;
} 
.nav-tabs {
  border-bottom: 1px solid #111111;
  margin: 0;
  padding: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #222222 #222222 #111111;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #dddddd;
  background-color: #222222;
  border: 1px solid #111111;
  border-bottom-color: transparent;
  cursor: default;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #222222;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-shadow: 0 1px 0 #333333;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], .
uneditable-input {
  color: #EEEEEE;
}
select.inputbox {
  background-color: #222222;
  color: #eeeeee;
  font-size: 12px;
  padding-top: 1px;
  padding-bottom: 1px;
}

input.invalid {
  border: 1px solid #9d261d;
  background: #111111;
}
body.site {
  padding: 5px 0px 0px 0px;
  background-color: #f4f6f7;
}
.body .container {
  background-color: #17191A;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px 20px 20px;
  border: 1px solid rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: rgba(255, 141, 0, 0.6);
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: rgba(255, 141, 0, 0.6);
  -webkit-box-shadow: 0 0 6px rgba(255, 141, 0, 0.6);
  -moz-box-shadow: 0 0 6px rgba(255, 141, 0, 0.6);
  box-shadow: 0 0 6px rgba(255, 141, 0, 0.6);
}
.brand {
  color: #f5a300;
  -webkit-transition: color .5s linear;
  -moz-transition: color .5s linear;
  -o-transition: color .5s linear;
  transition: color .5s linear;
}
.brand:hover {
  color: #FE8B18;
  text-decoration: none;
} 

.btn, a.jdbutton {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #666666;
  background-image: -moz-linear-gradient(top,#949595,#17191A);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#949595),to(#17191A));
  background-image: -webkit-linear-gradient(top,#949595,#17191A);
  background-image: -o-linear-gradient(top,#949595,#17191A);
  background-image: linear-gradient(to bottom,#949595,#17191A);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#949595', endColorstr='#17191A', GradientType=0);
  border-color: #17191A #17191A #001641;
  *background-color: #17191A;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
a.jdbutton:hover {
  color: #FFFFFF;
  background-color: #F28912;
  background-image: -webkit-linear-gradient(top, #ffe8bf, #ff8400);
  background-image: -moz-linear-gradient(top, #ffe8bf, #ff8400);
  background-image: -ms-linear-gradient(top, #ffe8bf, #ff8400);
  background-image: -o-linear-gradient(top, #ffe8bf, #ff8400);
  background-image: linear-gradient(to bottom, #ffe8bf, #ff8400);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8bf', endColorstr='#ff8400', GradientType=0);
  border-color: #17191A #17191A #001641;
  *background-color: #F28912;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:active,
.btn-primary.active {
  background-color: #001e5a \9;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #333333;
  border: 1px solid #111111;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  
}
#filter-search {
  vertical-align: top;
  color: #999999;
  border-color: #999999;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #333333;
}
.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
  background-color: #222222;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  transition: background-color 0.5s ease;
  background-color: rgba(248, 148, 6, 0.1);
}
.table th,
.table td {
  border-top: 1px solid transparent;
}
.table-bordered,
.table-bordered th,
.table-bordered td {
  border: 1px solid transparent;
}
.jd_files_subheader, .jd_cat_subheader, .jd_cats_subheader {
  background-color: #222222;
  border:  0;
}
.jd_files_title {
  background-color: #222222;
  border:  0;
}
.jd_top_navi {
  border: 0;  
}
.jd_fields_wrapper_compact, .jd_fields_wrapper {
  background-color: #333333;
}
div.n2_padding {
  border: solid 5px #111111;
}
.pager li > a,
.readmore a.btn {
  text-decoration: none;
  color: #eeeeee;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
  background-color: #71706E;
  background-image:none;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus,
.readmore a:hover,
.readmore a:focus {
  text-decoration: none;
  color: #222222;
  background-color: #FF8D00;
  background-image: -webkit-linear-gradient(top, #ffe8bf, #ff8400);
  background-image: -moz-linear-gradient(top, #ffe8bf, #ff8400);
  background-image: -ms-linear-gradient(top, #ffe8bf, #ff8400);
  background-image: -o-linear-gradient(top, #ffe8bf, #ff8400);
  background-image: linear-gradient(to bottom, #ffe8bf, #ff8400);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8bf', endColorstr='#ff8400', GradientType=0);
  border-color: #17191A #17191A #001641;
  *background-color: #FF8D00;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.search span.highlight {
  background-color: #3a87ad;
}
dd.result-text {
  word-wrap: break-word;
  margin-bottom: 15px;
}
select.dj-select,
select.dj-select option {
  background-color: #ff8d00;
  border: 1px solid #ff8d00;
  color: #111111;
  font-size: 12px;
}
.dj-select {
  width: 100%;
}
li.dj-mobileitem em {
	margin-right:5px;
}
.header .brand {
    float:left;
    display: block;
    text-align: center;
}
ul.lang-inline {
    float:right;
    vertical-align: bottom;
  }
div.form-limit {
    display: none;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 18px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #333333;
  border-left-width: 0;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #EEEEEE;
  cursor: default;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #222222;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}

@media (min-width: 601px) {
  a.brand.pull-left img {
    width:450px;
    -webkit-animation: pulse linear .5s ;
    -webkit-animation-delay: 1s ;
    animation: pulse linear .5s;
    animation-delay: 1s;
  }
  @-webkit-keyframes pulse {
    0% { width:450px; } 
    25% { width:500px; } 
    100% { width:450px; }
	}
  @keyframes pulse {
    0% { width:450px; } 
    25% { width:500px; } 
    100% { width:450px; }
	}
}

@media (max-width: 600px) {
  a.brand.pull-left img {
    width:auto;
  }
}
div.jd_left a {
  margin-right:7px;
}
legend {
  color: #DDDDDD;
  border-bottom: 1px solid #111111;
}
#phoca-dl-download-box .pd-downloadbox-direct {
  background-color:transparent;
}
.phocadownloadfile32 {
    background: transparent url(../images/icon-download-32.png) 5px center no-repeat;
    background-color: transparent;
    background-image: url("../images/icon-download-32.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 5px;
    background-position-y: center;
    background-size: auto auto;
    border: 1px solid #111111;
    margin: 5px;
    padding: 10px 10px 10px 40px;
}


div#aside .well input::placeholder { /* Chrome/Opera/Safari */
  color: #555555 !important;
}
div#aside .well input::-moz-placeholder { /* Firefox 19+ */
  color: #555555 !important;
}
div#aside .well input:-ms-input-placeholder { /* IE 10+ */
  color: #777777 !important;
}
div#aside .well input:-moz-placeholder { /* Firefox 18- */
  color: #777777 !important;
}
div#aside .well input::-ms-input-placeholder { /* edge */
  color: #777777 !important;
}

#phoca-dl-category-box .pd-category h3.pd-ctitle, #phoca-dl-file-box .pd-file h3.pd-ctitle, #phoca-dl-download-box .pd-file h3.pd-ctitle { 
  color: #EEEEEE;
  background-color: #333333;
  border-color: #111111;
}
#phoca-dl-license {
  color: #eeeeee;
  background-color: #222222;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  border-color: #111111;
}
#phoca-dl-category-box .pd-title, #phoca-dl-file-box .pd-title, #phoca-dl-download-box .pd-title {
    margin-bottom: 10px;
}

#overDiv .bgPhocaPDClass {
  background-color: #111111;
  margin:0;padding:0;
  border: 1px solid #999;
} 
#overDiv .fontPhocaPDClass {
  color: #111111;
  margin:0;padding:0;
}
dt.article-info-term {
  display: none;
}
a.thumbnail {
	border: 1px solid transparent;
  margin: 3px; 
  padding: 2px;
}
a.thumbnail:hover, 
a.thumbnail:focus {
  border: 1px solid #ff8d00;
}
a.thumbnail img[alt="smile"], a.thumbnail img[alt="smile"]:hover {
	margin: 0px;
	padding: 0px;
	border: none;
}
div#aside .well .dtree a.node, div#aside .well .dtree a.nodeSel {
  text-decoration: none;
}
div#aside .well .dtree a.node:hover, div#aside .well .dtree a.nodeSel:hover {
  color: #eeeeee;
}
div#aside .well .dtree a.nodeSel {
  /*color: #e77817;*/
  color: #666666;
  background-color: transparent;
}
em,
.uk-scope em {
  color:inherit;
} 
.uk-scope hr {
  border-color:inherit;
}
.footer {
  padding: 0px 20px 10px 20px;
  margin-bottom: 7px;
}
.uk-close-alt:hover {
  border: thin 1px #000000;
  background-color: #f5a300;
  color: #FFFFFF;
}
.uk-close-alt {
  border: thin 1px #000000;
  background-color: #FFFFFF;
  color: #000000;
}
div#aside .well div#phocagallery-tree-module {
   max-height: 350px;
   /*overflow-y: auto;*/
   overflow: hidden;

}

div#aside .well div#phocagallery-tree-module:hover {
    /* overflow-y: scroll; */
    /*overflow-y: auto;*/
    overflow: auto;
    padding-right: 1px;
}

.sdgSocialMediaIconLinks div.copyright {display: none;}

.well .slide-desc-text-default {
	padding: 1px 2px 1px 2px;
	margin: 0 0 0 0;
}
.well .slide-desc-text-default .slide-title {
    font-size: 10px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 12px;
}

.accordion-group {
	background-color: #222222;
}
.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle {
    background-color: #222222;
    color: #ff8d00;
    text-decoration: none;
}
.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
    background-color: #111111;
    color: #ff8d00;
    text-decoration: none;
}
.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
    background-color: #333333	;
    color: #ff8d00;
}
.rl_sliders.accordion > .accordion-group {
    margin-bottom: 2px;
    border: 1px solid #222222;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}
.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #111111;
    background-color: #333333;
}
.thumbnail.pull-left {
    margin: 2px 5pxpx 2px 5px;
}
.rl_tabs.outline_handles ul.nav-tabs > li a, 
.rl_tabs.outline_handles ul.nav-tabs > li a:hover {
    border: 1px solid #222222;
    border-bottom-color: #333333;
    color: #ff8d00;
    background-color: #111111;
}
.rl_tabs.color_inactive_handles > ul.nav > li.active > a, 
.rl_tabs.color_inactive_handles > ul.nav > li.active > a:hover {
    background-color: #222222;
}
.rl_tabs.outline_handles ul.nav-tabs > li:not(.active) a:hover {
    text-decoration:underline;
}
.rl_tabs .nav-tabs {
    *zoom: 1;
    border-bottom: 1px solid #333333	;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
}
.rl_tabs .nav-tabs > li.active > a,
.rl_tabs .nav-tabs > li.active > a:hover {
    color: #ff8d00;
    background-color: #222222;
    border: 1px solid #333333;
    border-bottom-color: transparent;
    cursor: default;
}
.rl_tabs > ul.nav-tabs > li.active > a,
.rl_tabs > ul.nav-tabs > li.active > a:focus, 
.rl_tabs > ul.nav-tabs > li > a:focus {
    outline: 0;
    border-color: none;
    border-bottom-color: #222222;
    border-color: #333333;
}
.rl_tabs.outline_content > .tab-content {
	background-color: #222222;
   border: 1px solid #333333;
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #333333;
   border-top: none;
   -webkit-border-radius: 0 0 4px 4px;
   -moz-border-radius: 0 0 4px 4px;
   border-radius: 0 0 4px 4px;
}
.rl_tabs.top>ul.nav-tabs>li.active>a:focus,
.rl_tabs.top>ul.nav-tabs>li>a:focus {
	border-bottom-color:transparent;
 	-webkit-box-shadow:0 -2px 2px #222222);
 	-moz-box-shadow:0 -2px 2px #222222;
 	box-shadow:0 -2px 2px #222222
 	border:none;	
}
.rl_tabs.top > ul.nav-tabs > li.active > a:focus, 
.rl_tabs.top > ul.nav-tabs > li > a:focus {
   border-bottom-color: transparent;
   -webkit-box-shadow:0 -2px 2px #222222);
 	-moz-box-shadow:0 -2px 2px #222222;
 	box-shadow:0 -2px 2px #222222
}
.icon-createdby:before{
	content: "\+";
}

/* easyshop */
div.es-scope h2.category-title {
	margin-top:15px;
	background: transparent;
	color:white;
}
div.es-scope .uk-card-default {
	background: transparent;
	color:white;
}
div#es-component a.uk-link-reset {
	color:white !important;
}
div#es-component .uk-card  {
  	background-color: #222222;
  	border: 1px solid #666666;   
  	border-radius: 3px
}
.uk-scope img {
    border-radius: 3px;
}
div#es-component .product-sub-category .uk-card {
  	background-color: #222222;
  	border: none;   
}
div#es-component #product-detail .product-summary .product-name {
  color: white;
}
.uk-scope .uk-h1, .uk-scope h1 {
	font-size: 20px;	
} 
div#es-component #product-detail ul.uk-tab li a {
  color: #666666;
}
div#es-component #product-detail ul.uk-tab li.uk-active a {
  color: white;
}

.uk-scope .uk-input, 
.uk-scope .uk-input:focus,
.uk-scope .uk-select,
.uk-scope .uk-select:focus,
.uk-scope .uk-textarea,
.uk-scope .uk-input::placeholder {
  background: transparent;
  color: #999999;
  /*border: 1px solid #999999;*/
  border:none;
}
div.well > .uk-scope .uk-input, 
div.well > .uk-scope .uk-input:focus,
div.well > .uk-scope .uk-select,
div.well > .uk-scope .uk-select:focus,
div.well > .uk-scope .uk-textarea,
div.well > .uk-scope .uk-input::placeholder {
  background: transparent;
  color: #555555;
  /*border: 1px solid #222222;*/
  border:none;
}

.uk-scope .uk-button-primary:hover {
  color: #FFFFFF;
  background-color: #F28912;
  background-image: -webkit-linear-gradient(top, #ffe8bf, #ff8400);
  background-image: -moz-linear-gradient(top, #ffe8bf, #ff8400);
  background-image: -ms-linear-gradient(top, #ffe8bf, #ff8400);
  background-image: -o-linear-gradient(top, #ffe8bf, #ff8400);
  background-image: linear-gradient(to bottom, #ffe8bf, #ff8400);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8bf', endColorstr='#ff8400', GradientType=0);
  border-color: #17191A #17191A #001641;
  *background-color: #F28912;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.uk-scope .uk-button-primary,
.uk-scope .uk-button-default {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  background-image: linear-gradient(to bottom,#949595,#17191A);
  background-repeat: repeat-x;
  background-color: #17191A;
  border:none;
}
.uk-scope .uk-width-expand {
    padding-left: 5px !important;
}

ul.uk-nav.uk-nav-default { 
	padding:0px;
	font-size:13px;
  	text-decoration:none;
}
.uk-scope .uk-margin {
	margin-top:10px;
}
span.es-product-count.uk-text-meta { 
	color:#333333;
	font-size:11px;
  	text-decoration:none;
}
.uk-scope .uk-select:not([multiple]):not([size]) option {
    color: #999999;
}
.mod-easyshop-tags {
	margin-top:15px;
	margin-bottom:15px;
}

.list-striped li, 
.list-striped dd, 
.row-striped .row, 
.row-striped .row-fluid,
.list-striped li:nth-child(2n+1), 
.list-striped dd:nth-child(2n+1), 
.row-striped .row:nth-child(2n+1), 
.row-striped .row-fluid:nth-child(2n+1),
.list-striped li:hover, .list-striped dd:hover, .row-striped .row:hover, .row-striped .row-fluid:hover {
    background-color: #17191A;
    border:none;
}
#adminForm ul {
	padding-top:10px;
}
.uk-form-controls {
	border:1px solid #222222;
}
#product-filter-sort.uk-select,
#product-list-display.uk-select {
	border:1px solid #555555;
}
#product-filter-sort option,
#product-list-display option {
	background-color: black;
}
select#product-filter-sort option:hover,
select#product-filter-display option:hover,
select#product-filter-sort.uk-select option:hover {
  background-color: #F5A300  !important;
  box-shadow: 0 0 10px 100px #F5A300 inset; 
}
select#product-filter-sort.uk-select option[value="price_asc"],
select#product-filter-sort.uk-select option[value="price_desc"] {
	display: none !important;
}

.well .adsmod_donation select,
.well .adsmod_donation input.input-mini {
	background-color: transparent;
	border: 1px solid #222222;
	color: #222222;
	/* 
  	-moz-appearance: none;
  	-webkit-appearance: none;
  	height:28px;
  	padding:0px;
  	margin:0px;
  	line-height:inherit;
  	*/
}
.well > .uk-form-controls #es_search_q {
	border:none;
}

.uk-scope .uk-pagination li.uk-active *,
.uk-scope .uk-pagination li.uk-disabled *,
.uk-scope .uk-pagination > .uk-active > * {
		color:#555555;
		font-size:13px;
}
.uk-scope .uk-pagination li a:active ,
.uk-scope .uk-pagination li a:focus  {
		border: 1px dotted #F28912;
}
@media only screen and (max-width: 600px) {
	ul.uk-pagination li {
		/* font-size:20px; */
	}
  	ul.uk-pagination li:not(:first-child):not(:last-child):not(:nth-last-of-type(2)):not(:nth-of-type(2)):not(.uk-active) {
    	display: none !important;
  	}
}

.uk-scope .uk-pagination > * {
	padding: 0px;
}
.uk-scope .uk-pagination > * > * {
	padding: 10px;
}
.uk-scope .uk-pagination li,
.uk-scope .uk-pagination li a {
	display: flex;
	align-items: center ;
	text-align: center;
	width:30px;
	height:30px;
	padding:0px;
}
.uk-scope .uk-pagination li *{
	display:block;
	text-align: center;
	width:100%;
	padding:0px;
}
.blog .category-desc {
	color:#888888;
	margin-top:10px;
}
div#product-detail .product-intro {
	color: #BBBBBB;
}

body span.highlight {
	background-color:transparent;
	border-bottom: 1px dotted #ff8d00;
}

body .autocomplete-suggestions {
	border: 1px solid #999;
	background: #111111; cursor: default !important;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
body .autocomplete-suggestions strong {
	font-weight: bold; color: #ff8d00;
}
body .autocomplete-selected {
	background: #999999;
}
.dj-megamenu-offcanvas-vilo67-minimodel .dj-mobile-open-btn {
	margin: 0 auto 0 auto !important;
}
.dj-offcanvas-vilo67-minimodel .dj-offcanvas-logo {
	text-align: left !important;
}
.dj-offcanvas-vilo67-minimodel .dj-offcanvas-top {
    background-color: transparent !important;
    width: 50%  !important;
    float: right  !important;
}
.readmore {
	margin-bottom: 25px;
} 
.dj-megamenu-offcanvas-vilo67-minimodel .dj-mobile-open-btn:hover:active, 
.dj-megamenu-offcanvas-vilo67-minimodel .dj-mobile-open-btn:focus,
.dj-megamenu-offcanvas-vilo67-minimodel .dj-mobile-open-btn:active {
  color:#111111 !important;
}
.dj-megamenu-offcanvas-vilo67-minimodel .dj-mobile-open-btn:hover {
	color:#777777 !important;
}
div.well div#mod-easyshop-products-150.es-scope .uk-card.uk-card-small { 
  border-color: #f6ca72;
}
h3 a.uk-link-reset {
  
}
.modal-description {
    color: #000;
}

.cc-revoke, .cc-window {
	font-size: 13px !important;
	padding: 1px !important;
}
.cc-revoke.cc-right {
	right: 15px !important;
}
.cc-revoke.cc-left {
	left: 15px !important;
}
.well #mod-easyshop-categories-148 li {
    line-height: 13px;
    margin-bottom: 5px;
    font-size: 12px;
}

.blinking {
    animation:blinkingText 2.5s infinite;
}
@keyframes blinkingText{
     0%{   color: black;   }
    50%{   color: black; }
  	55%{   color: #e8e8e8; }
   100%{   color: black;   }
}

.uk-scope ::selection {
  color: #000000 !important;
  background-color: #F5A300 !important;
}

.uk-scope .uk-alert {
	background: #111111 !important;
	color: #777777 !important;
}