@charset "utf-8";
a,
a:focus,
a:visited {
  color: #038a35;
}
a:hover {
  color: #000000;
}
a.button,
a.button:visited {
  color: #fff;
  background-color: #c39400;
}
a.button:hover {
  background-color: #333;
  color: #fff;
}
.border-top-main {
  border-top: 1px solid #e3e3e3;
}
.border-bottom-main {
  border-bottom: 1px solid #e3e3e3;
}
.border-all-main {
  border: 1px solid #e3e3e3;
}
/* bootstrap override */
.form-control {
  border-color: #ccc;
}
.form-control:focus {
  background-color: #fff;
  border-color: #555;
}
ul.lines li {
  border-color: #ccc;
}
ul.lines li a {
  color: #000;
}
#wrapper {
  background: #fff;
}
/* ----------------------------------------------------- */
/* HEADER */
/* ----------------------------------------------------- */
.drop-hornav .clickdrop {
  color: #fff;
  background-color: #04b044;
}
.drop-hornav .clickdrop.toggle-active,
.drop-hornav .clickdrop:hover {
  background-color: #025d24;
}
.megamenu ul li h5 {
  color: #fff;
  background-color: #04b044;
}
/* ----------------------------------------------------- */
/* SUBTITLE */
/* ----------------------------------------------------- */
.subtitle {
  background: #f0f0f0;
}
.subtitle h1 {
  color: #777;
}
.subtitle h1 span {
  color: #888;
}
/* ----------------------------------------------------- */
/* BREADCRUMB */
/* ----------------------------------------------------- */
#crumb {
  border-color: #e5e5e5;
  color: #555;
}
.crumb a {
  color: #555;
}
.crumb a:hover {
  color: #04b044;
}
/* ----------------------------------------------------- */
/* FORMS */
/* ----------------------------------------------------- */

fieldset {background-color:rgba(0,0,0,0.01); border:1px solid rgba(0,0,0,0.2);}

input[type=text],
input[type=email],
input[type=password],
select,
textarea {
  color: #000;
  border-color: #ccc;
}
.textbox:focus,
textarea:focus,
select:focus {
  background-color: #fff;
  border-color: #555;
}
.btn,
input[type=submit] {
  background-color: #04b044;
  color: #ffffff;
}
input[type=submit]:hover {
  background-color: #555;
}
.button {
  color: #fff;
  background-color: #038a35;
}
.button:hover {
  background-color: #555;
}
.button-basket {
  color: #fff;
  background-color: #555;
  border-color: #555;
}
.button-wishlist {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.save {
  background-color: #038a35;
}
.delete {
  background-color: #ffd7d7;
}
/* ----------------------------------------------------- */
/* MENUS */
/* ----------------------------------------------------- */
.sf-menu li a {
  color: #444;
}
.sf-menu li a:hover {
  color: #000;
}
.sf-menu ul {
  background: #fff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.sf-menu ul li a {
  color: #444! important;
  border-bottom: 1px solid #e0e0e0;
}
.sf-menu ul li a:hover {
  background: #f0f0ee;
}
/* Mobile Menu  */
#mobile-menu {
  border-color: #e5e5e5;
  background-color: #025d24;
}
#mobile-menu > ul > li:last-child {
  border-color: rgba(0, 0, 0, 0.4);
}
#mobile-menu li a {
  border-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
#mobile-menu li a:hover {
  background-color: #011f0c;
}
#mobile-menu .mobile-menu-submenu-arrow {
  border-color: #011f0c;
  color: #fff;
}
#mobile-menu .mobile-menu-submenu-arrow:hover {
  background-color: #025d24;
}
/* ----------------------------------------------------- */
/* WIDGETS */
/* ----------------------------------------------------- */
.widget-full.body {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: none;
}
.widget.coursecond .headline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget.webcam .headline h3 {
  color: #fff;
}
.widget.webcam {
  background-color: #333;
  color: #eee;
}
.footer .widget {
  color: #ddd;
}
.footer .widget .headline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .widget .headline h3 {
  color: #eee;
}
.footer .widget.default {
  background: none;
}
.footer .widget.coursecond {
  color: #eee;
}
.footer ul.newsticker li {
  color: #ccc;
}
.fb-facepile * {
  color: #fff !important;
}
/* ----------------------------------------------------- */
/* SELECT TEE */
/* ----------------------------------------------------- */
.num a.seltee {
  color: #fff;
  background-color: #038a35;
}
.num a.seltee:hover {
  background-color: #04b044;
}
/* ----------------------------------------------------- */
/* TABLES */
/* ----------------------------------------------------- */
table.rowborder tr td {
  border-bottom: 1px solid #e5e5e5;
}
table.rowborder tr th {
  background-color: #04b044;
  color: #fff;
}
table.border th {
  background-color: #e0e0e0;
}
table.orig tr:first-child {
  background-color: #04b044;
  color: #fff;
}
/* ----------------------------------------------------- */
/* GALLERY */
/* ----------------------------------------------------- */
.photoalbum-wrapper .album {
  background-color: #fff;
  box-shadow: 0px 0px 1px 1px rgba(100, 100, 100, 0.1);
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.photoalbum-wrapper span {
  color: #777;
}
.photoalbum-wrapper .wrap {
  text-align: center;
  background: transparent url(img/widget-shadow.png) no-repeat bottom center;
  background-size: contain;
  padding-bottom: 5px;
  margin-bottom: 20px;
  cursor: pointer;
}
#online {
  font-size: 13px;
  color: #777;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e5e5e5;
}
#online a {
  color: #777;
}
#online a:hover {
  color: #000;
}
#online a:last-child {
  color: #990000;
}
/**************** MENUS ****************/
.holenav a,
.holenav a:visited,
.holenav a.selected,
.chars li a {
  color: #fff;
  background-color: #038a35;
}
.chars li a.selected {
  background-color: #555;
}
.holenav a:hover,
.chars li a:hover {
  color: #fff;
  background-color: #555;
}
/**************** CART ****************/
#cart-col {
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #eaeaea 0%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #eaeaea 0%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%, #e5e5e5 100%);
  background: linear-gradient(top, #eaeaea 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#e5e5e5, GradientType=0);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
#cart-col h3 {
  color: #555;
}
#cart-top {
  color: #fff;
  background-color: #038a35;
}
#cart-top a {
  color: #fff;
}
/**************** ON/OFF BUTTONS ****************/
.switch label.cb-disable.selected span {
  color: #fff;
}
.switch label.cb-enable.selected span {
  color: #fff;
}
/******************* NEWS *********************/
.article-boxes a h4 {
  color: #038a35;
}
.article-boxes a h4:hover {
  color: #000;
}
/**************** CALENDAR ****************/
.calendar-big td a,
.calendar-small td a {
  color: #333;
}
.calendar-big .heading,
.calendar-small .heading {
  color: #fff;
  background-color: #c39400;
}
.calendar-big .heading a,
.calendar-small .heading a {
  color: #fff;
}
.calendar-big .linkday,
.calendar-small .linkday {
  background-color: rgba(186, 203, 0, 0.2);
}
.calendar-big .today,
.calendar-small .today {
  background-color: rgba(255, 0, 0, 0.1);
}
.calendar-big {
  border-left: 1px solid #dadada;
}
.calendar-big table th {
  color: #777;
  background-color: #eaeaea;
}
.calendar-big table th,
.calendar-big table td {
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.calendar-big .heading {
  color: #fff;
  background-color: #c39400;
}
.calendar-big .heading a {
  color: #fff;
}
.calendar-big .weeknum {
  color: #777;
  background-color: #eaeaea;
}
.calendar-small table th {
  color: #333;
  background-color: rgba(100, 100, 100, 0.1);
}
.calendar-small table td {
  color: #333;
  background-color: rgba(200, 200, 200, 0.15);
}
.calendar-small .pastmonth,
.calendar-small .nextmonth,
.calendar-small .heading a {
  color: #fff;
}
.calendar-small .weeknum {
  color: #333;
  background-color: rgba(100, 100, 100, 0.1);
}
.calendar-small td a {
  color: #333;
}
footer .calendar-small table th {
  color: #eee;
  background-color: rgba(255, 255, 255, 0.1);
}
footer .calendar-small table td {
  color: #eee;
  background-color: rgba(255, 255, 255, 0.05);
}
footer .calendar-small table td a {
  color: #fff;
}
footer .calendar-small .heading {
  background-color: rgba(0, 0, 0, 0.1);
}
table.calweek th {
  background-color: #ccc;
}
table.calweek td {
  border-bottom: 1px solid #e3e3e3;
}
/**************** BLOG / FORUM ****************/
section .blog-updates {
  background-color: #f0f0f0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#blog-index div.img {
  background-color: #fff;
}
#blog-comments .wrap {
  border-top: 1px solid #e3e3e3;
}
#blog-comments .author {
  color: #333;
}
#blog-comments .meta {
  color: #777;
}
.post-author {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.post div {
  background-color: #e5e5e5;
  border-color: #ccc;
}
/**************** TABLES ****************/
table tr.diff td {
  background-color: #f3f3f3;
}
table tr.sat td {
  background-color: #f1ffd1;
}
table tr.sun td {
  background-color: #ffeeee;
}
table.normal th {
  border-color: #e0e0e0;
}
table.normal td.heading,
table.normal tr.heading td {
  background-color: #e5e5e5;
}
table.tList th {
  color: #fff;
  background-color: #038a35;
}
table.tList tbody tr:hover {
  background-color: rgba(3, 138, 53, 0.05);
}
table.lines td {
  border-color: #e5e5e5;
}
table.minor th {
  color: #fff;
  background-color: #038a35;
}
table.small th {
  color: #fff;
  background-color: #038a35;
}
table.small td a {
  color: #04b044;
}
table.small td a.nocolor {
  color: #333;
}
table.small td a:hover {
  color: #000;
}
table.small td div,
table.small td div a {
  color: #000;
}
tr.alternate {
  background-color: #fafafa;
}
.membercat {background-image: linear-gradient(to left, rgba(3,138,53,0.3) 20%, rgba(3,138,53,0.2) 65%);}

/**************** EXTRAS ****************/
.border-bottom {
  border-bottom: 1px solid #e3e3e3;
}
.border-top {
  border-top: 1px solid #e3e3e3;
}
.separator {
  border-bottom: 1px solid #e3e3e3;
}
h4.sectionheading {
  color: #fff;
  background-color: #04b044;
}
/**************** GOLFBOX ****************/
.gbox {
  background-color: #04b044 !important;
}
.gbox input[type=submit] {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.gbox input[type=submit]:focus,
.gbox input[type=submit]:hover {
  background-color: #000000;
}
.gbox a:active,
.gbox a:visited,
.gbox a {
  color: #fff;
}
.gbox a:hover {
  color: #eee;
}
.gbox-top #gb_username,
.gbox-top #gb_password {
  border-color: #e5e5e5;
}
.gbox-top #gb_username {
  background-color: #fff;
}
.gbox-top #gb_password {
  background-color: #fff;
}
.gbox {
  border-radius: 10px;
}
.gbox-top {
  border-radius: 0;
}
/**************** YR.NO ****************/
#yr-tiny p {
  background: #c39400;
  margin: 0;
  padding: 5px;
  color: #fff;
}
.hot {
  color: #cc0000;
}
.cold {
  color: #005ccc;
}
#yr-tiny {
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
#yr-tiny span.sun {
  background-color: #fff;
}
.yr-widget {
  color: #333;
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.pluss {
  color: #cc0000;
}
.minus {
  color: #005ccc;
}
.skilje {
  border-color: #e5e5e5;
}
/**************** HALL OF FAME ****************/
.hall-of-fame .box {
  border-color: #e5e5e5;
}
.hall-of-fame h2 {
  background-color: #fff;
}
/* ----------------------------------------------------- */
/* FOOTER */
/* ----------------------------------------------------- */
footer {
  background: #011f0c url('img/section-bg.png') repeat-y top center;
}
.footer {
  color: #f0f0f0;
}
.footer a {
  color: #bfffd7;
}
.footer a:hover {
  color: #fff;
}
#copyright {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.3);
}
#copyright a {
  color: rgba(255, 255, 255, 0.8);
}
#copyright a:hover {
  color: #ffffff;
}
/* ----------------------------------------------------- */
/* MISC */
/* ----------------------------------------------------- */
.red {
  color: #cc0000 !important;
}
.event-date {
  background-color: #c39400;
}
.bg-white img.profile {
  border: 1px solid #e0e0e0;
}
