/* PLACE YOU CUSTOM STYLES IN THIS FILE */
body {
	background: #fcfcfc;
	border-left: 1px solid #403734;
	border-right: 1px solid #403734;
}

a {
  color: #5cb85c;
  -webkit-transition: .15s color;
  -o-transition: .15s color;
  transition: .15s color;
}

.nk-main {
	background: #232930;
}

.nk-news-box .nk-news-box-item.nk-news-box-item-active {
  color: #fff;
  background-color: #006600;
}

.nk-image-slider {
  position: relative;
  height: 360px;
  overflow: hidden;
  background-color: #232930;
  border-bottom: 3px solid #5cb85c;
  z-index: 0;
}

.nk-btn-color-main-1 {
  background-color: #438843;
  border-color: #438843;
  border-style: solid;
}

.nk-btn-color-main-1:hover {
  background-color: #006600;
  border-color: #006600;
  border-style: solid;
}

.nk-navbar .nk-nav li > a:hover, .nk-navbar .nk-nav li > a.hover {
    color: #5cb85c;
}

.nk-navbar .nk-nav .dropdown {
    border-bottom: 4px solid #5cb85c;
}

.nk-image-slider .nk-image-slider-thumbs ul li .nk-image-slider-thumbs-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #5cb85c;
  opacity: .5;
  -webkit-transition: .15s opacity;
  -o-transition: .15s opacity;
  transition: .15s opacity;
}

.nk-btn-rounded:hover {
  border-radius: 15px;
  background-color: #006600;
}

.nk-tabs .nav-tabs .nav-link.active, .nk-tabs .nav-tabs .nav-link.active:focus, .nk-tabs .nav-tabs .nav-link.active:hover {
  background-color: #006600;
}

.nk-gallery-item-box .nk-gallery-item-overlay, .nk-gallery-item-group .nk-gallery-item-overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 102, 0, 0.53);
  opacity: 0;
  -webkit-transition: .2s opacity;
  -o-transition: .2s opacity;
  transition: .2s opacity;
  z-index: 1;
}

.nk-post-title > a:hover {
	color: #5cb85c !important;
}

.text-main-1 {
  color: #5cb85c !important;
}

.calendar, .calendar_weekdays, .calendar_content {
  max-width: 450px; }

.calendar {
  margin: auto;
  font-weight: 400; }

.calendar_content {
  background: #fff; }

.calendar_weekdays {
  background: #006600; }

.calendar_header {
  padding: 10px 0; }

.calendar_content, .calendar_weekdays, .calendar_header {
  position: relative;
  overflow: hidden; }

.calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
  color: #fff !important; }

.calendar_weekdays div, .calendar_content div {
  width: 14.28571%;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  padding: 15px 0; }

.calendar_content div {
  border: 1px solid transparent;
  float: left;
  position: relative;
  z-index: 0; }

.calendar_content div:hover {
  border: 1px solid #dcdcdc;
  cursor: default; }

.calendar_content div.blank:hover {
  cursor: default;
  border: 1px solid transparent; }

.calendar_content div.past-date {
  color: #000; }

.calendar_content div.today {
  font-weight: bold;
  font-size: 16px;
  color: #fff !important; }
  .calendar_content div.today:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    background: #006600;
    z-index: -1;
    -webkit-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48); }

.calendar_content div.selected {
  background-color: #f0f0f0; }

.calendar_header {
  width: 100%;
  text-align: center; }

.calendar_header h2 {
  padding: 0 10px;
  font-weight: bolder;
  font-size: 20px;
  color: #5cb85c;
  float: left;
  width: 70%;
  margin: 0 0 10px; }

button.switch-month {
  background-color: transparent;
  padding: 0;
  outline: none;
  border: none;
  color: #dcdcdc;
  float: left;
  width: 15%;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s; }

button.switch-month:hover {
  color: #006600; }
