/* =================================================================== */
/* Styles Switcher
====================================================================== */

#style-switcher {
  background-color: rgba(0,0,0,0.95);
  border-radius: 0 0 3px;
  height: 100%;
  right: 0;
  padding: 15px 0 25px;
  position: fixed;
  top: 0;
  width: 270px;
  z-index: 99999999;
}
#style-switcher .style-switcher-wrap {
  height: 100%;
  margin: 0;
  overflow-y: auto;
  padding: 15px;
  position: relative;
}
#style-switcher h3 {
  color: #eee;
  font-family: helvetica;
  font-size: 14px;
  letter-spacing: unset;
  margin: 0 0 0;
  text-align: left;
  text-transform: capitalize;
}
#style-switcher h2 {
  color: #ffffff;
  font-family: helvetica;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: unset;
  margin: 0 0 5px;
  /* padding-left: 25px; */
  padding-top: 0;
  text-transform: capitalize;
}
#style-switcher .switcher-toggle {
  display: block;
  height: 58px;
  position: absolute;
  right: -3px;
  top: 50px;
  width: 40px;
  border-radius: 0 3px 3px 0;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
#style-switcher .btn-group-xs > .btn, .btn-xs {
  padding: 0.5rem 1rem;
}
.icon-switcher {
  background: rgba(3, 3, 3, 0.9) none repeat scroll 0 0;
  border-radius: 0 6px 6px 0;
  color: #fff;
  font-size: 14px;
  margin-left: -270px;
  margin-top: 90px;
  padding: 10px 12px;
  position: absolute;
}
.icon-switcher i {
  color: #fff;
  font-size: 20px;
}
.switcher-style-list {
  list-style: none;
  margin: 0px;
  overflow: hidden;
}
.switcher-style-list li {
  float: left;
  margin: 2px;
}
.switcher-style-list li a {
  display: block;
  width: 16px;
  height: 15px;
  cursor: pointer;
  background-size: cover;
}
#switcher-theme-custom-color.switcher-style-list li a {
  width: 80px;
  height: 40px;
  border: 2px solid #444;
  position: relative;
}
#switcher-theme-custom-color.switcher-style-list li a .color {
  width: 50%;
  height: 100%;
  float: left;
  background-color: #eee;
}
#switcher-theme-custom-color.switcher-style-list li.active a:after {
  color: #ddd;
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  left: 40%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 15%;
}
.layout select {
  width: 100%;
  padding: 5px;
  border: none;
  margin: 0 0 0 -5px;
  color: #666;
  cursor: pointer;
}
#button-reset {
  margin: 0 15px 15px 2px;
  text-align: right;
}
#button-reset a {
  color: #fff;
  font-size: 14px;
  padding: 8px 27px;
  display: inline-block;
  border: 0px;
  font-family: Arial, sans-serif;
  cursor: pointer;
  margin-top: 15px;
  text-align: center;
  background:#333;
}
 

/*-----------------------------------*/
/*-------- News Box ------*/
/*-----------------------------------*/

.news-card-header {
  background-color: #444;
  color: beige;
}

.news-box {
  height: 400px;
  overflow: hidden;
  background-color: #8f8f8f;
}

.news-box a {
  color: #fff;
}
.news-item {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
marquee {
  display: block;
  height: 100%;
}