a {
  color: #03a688;
}
a:hover,
a:focus {
  color: #252526;
}
.menu ul li a:hover,
.menu ul li a.selected {
    color: #03a688
}
.btn-link {
  color: #9d9d9d;
}
.btn-link:hover,
.btn-link:focus {
  color: #9d9d9d;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  background-color: #9d9d9d;
}
.dropdown-menu > li > a {
  color: #dddddd;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #dddddd;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #dddddd;
}
.top-space,
header {
	background-color: #f7f7f7;
}
.menu ul li ul li a {
    color: #dddddd;
}
.menu ul li.active ul li a {
    color: #dddddd
}
.menu ul li ul li a:hover,
.menu ul li ul li a.selected {
    color: #dddddd;
}
.selectnav {
    color: #dddddd;
}
.resp-navigator,
.resp-closer,
#responsive-menu,
#responsive-menu ul a {
    color: #dddddd;
}
.btn,
.nav-tabs > li > a {
    background: #dddddd;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.nav > li > a:hover,
.nav > li > a:focus,
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    color: #dddddd;
}
.btn-group.open .btn.dropdown-toggle {
    color: #dddddd;
}
.dropdown-menu li a {
    color: #dddddd;
}
.tp-leftarrow.default,
.tp-rightarrow.default {
    background: #dddddd;
}
.tp-bullets.simplebullets.round .bullet {
    background: #dddddd;
}
.pagination ul > li > a,
.pagination ul > li > span {
    background-color: #dddddd;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #dddddd;
}
.progress.plain .bar {
    background: #dddddd;
}
blockquote small {
    color: #9d9d9d;
}
.lite {
    color: #9d9d9d;
    border-color: #9d9d9d;
}
.item-details span {
    color: #9d9d9d;
}
.item-details a:hover {
    color: #9d9d9d
}
.tparrows:hover {
    color: #9d9d9d;
    background: #4e4e4e;
}
.post .post-title a:hover {
    color: #9d9d9d
}
#comments .info h2 a:hover {
    color: #9d9d9d
}
#comments a.reply-link:hover {
    color: #9d9d9d
}
.sidebox a:hover {
    color: #9d9d9d
}
.progress-list li em {
    color: #9d9d9d;
}
.items li a .overlay,
.post .overlay a .more,
.post-list .overlay a .more {
    background-color: rgba(221,221,221, 0.92);
}
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 {
    background: #f2f2f2;
    background: rgba(221,221,221,0.30);
}
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: #f2f2f2;
    background: rgba(221,221,221,0.45);
}