@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');
@import url('fonts/antonio.css');
/*=================================================
*
*  Website Resmi Pemkab Tuban
*  (C)2016 by Pemkab Tuban. All Rights are reserved
*  Developed by @himmarama
*
===================================================*/
/*=== GENERAL ===*/
body {
  font-family: 'Proza Libre', sans-serif;
  font-size: 13px;
  line-height: 1.5384615384615385em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: bold;
  line-height: 1.3em;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.more-link {
  white-space: nowrap;
}
.more-link:before,
.more-link:after {
  display: inline-block;
  -webkit-transition: transform .2s ease;
  -moz-transition: transform .2s ease;
  -ms-transition: transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
}
.more-link:before {
  content: '[';
}
.more-link:after {
  content: ']';
}
.more-link:hover:before {
  -webkit-transform: translateX(-3px);
  -moz-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  -o-transform: translateX(-3px);
  transform: translateX(-3px);
}
.more-link:hover:after {
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
  transform: translateX(3px);
}
p {
  margin: 25px 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
blockquote {
  border-left: solid 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  padding: 20px 25px 20px 15px;
}
ol {
  margin: 25px 0;
  padding-left: 20px;
}
ol li {
  margin-bottom: 3px;
  padding-left: 2px;
}
ul {
  margin: 25px 0;
  padding-left: 20px;
}
ul li {
  margin-bottom: 3px;
}
.boxed-style .page-box {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.box {
  padding: 15px 25px;
}
.no-mt {
  margin-top: 0;
}
.container {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}
/*--- Image */
img {
  max-width: 100%;
}
figure {
  padding: 20px 20px 15px;
}
figure img {
  margin-bottom: 5px;
}
figure .caption {
  font-style: italic;
  margin-top: 5px;
  text-align: center;
}
.media img {
  max-width: none;
}
/*--- Nav */
nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
nav ul li {
  display: inline-block;
  margin-bottom: 0;
}
/*--- Button */
.btn {
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 12px;
  font-weight: 900;
  height: 40px;
  line-height: 28px;
  overflow: hidden;
  padding: 6px 20px;
  position: relative;
  text-transform: uppercase;
}
.btn:before,
.btn:after {
  background-color: rgba(0, 0, 0, 0.15);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn:before {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.btn:after {
  -webkit-transition: all .3s ease .2s;
  -moz-transition: all .3s ease .2s;
  -ms-transition: all .3s ease .2s;
  -o-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
}
.btn:hover:before,
.btn:hover:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.btn span {
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
.btn-lg {
  font-size: 14px;
  height: 50px;
  line-height: 38px;
}
/*--- Form */
.form-control {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 50px;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.form-control:focus {
  border-style: solid;
  border-width: 1px;
  outline: none;
}
/*--- Tabs */
.tabs {
  margin-bottom: 30px;
}
.tabs:last-child {
  margin-bottom: 0;
}
.nav-tabs {
  border-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}
.nav-tabs > li {
  flex-grow: 1;
  flex-basis: 0;
  margin-bottom: 0;
}
.nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 0;
  border-radius: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-right: 0;
  position: relative;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
}
.nav-tabs > li > a:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.nav-tabs > li > a:hover:after {
  opacity: 1;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 0;
}
.nav-tabs > li.active > a:after {
  opacity: 1;
}
.section-content > .tabs > .nav-tabs {
  margin-left: -20px;
  margin-right: -20px;
}
.nav-pills {
  margin: 0;
  margin-bottom: 5px;
}
.nav-pills > li {
  margin-bottom: 10px;
}
.nav-pills > li + li {
  margin-left: 10px;
}
.nav-pills > li > a {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 35px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  border: 0;
}
.nav-pills + .tab-content {
  border-bottom: solid 2px;
}
.tab-content {
  border-top: solid 1px;
}
.tab-content .tab-pane {
  padding: 15px 10px;
}
/*--- Table ---*/
.table-responsive {
  width: 100%;
}
.table {
  min-width: calc(100% - 1px);
  width: auto;
}
.table:last-child {
  margin-bottom: 0;
}
.table > thead > tr > th {
  border: 0;
  font-weight: bold;
  padding: 10px 20px;
  vertical-align: middle;
}
.table > tbody > tr > td {
  border: solid 1px;
  padding: 10px 20px;
}
/*--- Accordion ---*/
.accordion .panel-heading {
  overflow: hidden;
  padding: 0;
}
.accordion .panel-heading .panel-title {
  font-size: 18px;
}
.accordion .panel-heading .panel-title a {
  display: block;
  padding: 15px 35px 10px 20px;
  position: relative;
}
.accordion .panel-heading .panel-title a:after {
  content: "\f077";
  font-family: FontAwesome;
  height: 18px;
  line-height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion .panel-heading .panel-title a.collapsed:after {
  -webkit-transform: translateY(-50%) scaleY(-1);
  -moz-transform: translateY(-50%) scaleY(-1);
  -ms-transform: translateY(-50%) scaleY(-1);
  -o-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}
.accordion .panel-body {
  padding: 20px;
}
.accordion .panel-body h4 {
  margin-top: 0;
}
.accordion .panel-body .btn {
  margin-top: 10px;
}
/*--- Media ---*/
.media .media-body {
  padding: 10px 15px;
}
.media .media-left,
.media .media-right {
  padding: 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .media .media-body {
    display: block;
  }
  .media .media-right,
  .media .media-left {
    display: block;
    text-align: center;
  }
  .media .media-right a,
  .media .media-left a {
    display: block;
  }
  .media .media-right .media-object,
  .media .media-left .media-object {
    display: inline-block;
  }
}
/*=== HEADER ===*/
#main-header {
  border-bottom: solid 4px;
  height: 55px;
  position: fixed;
  text-align: right;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}
#main-header .logo {
  float: left;
  margin: 5px 0 0;
}
#main-header .logo img {
  max-height: 40px;
}
#main-header + * {
  padding-top: 55px;
}
@media screen and (min-width: 992px) {
  #main-header {
    height: 80px;
    position: absolute;
  }
  #main-header .logo {
    margin: 8px 0 0;
  }
  #main-header .logo img {
    max-height: none;
  }
  #main-header + * {
    padding-top: 80px;
  }
}
.menu-wrap {
  display: block;
}
.dl-menuwrapper button {
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 11px 0;
  text-align: center;
  width: 32px;
  height: 32px;
}
.dl-menuwrapper button span {
  left: 25%;
  width: 50%;
}
.dl-menuwrapper .dl-menu {
  top: 55px;
}
.dl-menuwrapper li {
  display: block;
  text-align: left;
}
.dl-menuwrapper li a {
  font-size: 13px;
  font-weight: 900;
}
.dl-menuwrapper li.dl-back > a {
  position: relative;
}
.dl-menuwrapper li.dl-back > a:before {
  content: '\f0d9';
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
}
.dl-menuwrapper li.has-sub > a {
  padding-right: 30px;
  position: relative;
}
.dl-menuwrapper li.has-sub > a:before {
  content: '\f0da';
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
}
.dl-menuwrapper .dl-submenu li:not(.dl-back) a {
  padding-left: 40px;
}
.dl-menuwrapper .dl-submenu li:not(.dl-back).dl-parent a {
  padding-left: 20px;
}
@media screen and (min-width: 992px) {
  .menu-wrap.mobile-menu {
    display: none;
  }
  .dl-menuwrapper {
    max-width: none;
  }
  .dl-menuwrapper .dl-trigger {
    display: none;
  }
  .dl-menuwrapper .dl-menu {
    opacity: 1;
    position: relative;
  }
  .dl-menuwrapper .dl-menu > li {
    display: inline-block;
  }
}
.main-menu-desktop {
  display: none;
}
.main-menu-desktop .close-menu {
  float: right;
  font-size: 20px;
  margin-right: 15px;
  line-height: 30px;
}
.main-menu-desktop > ul > li {
  height: 80px;
  vertical-align: top;
}
.main-menu-desktop > ul > li > a {
  display: block;
  font-weight: 900;
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
}
.main-menu-desktop > ul > li > a span {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu-desktop > ul > li > a {
    padding: 0 10px;
  }
}
.main-menu-desktop > ul > li:hover > a:before {
  height: 100%;
  opacity: 1;
}
.main-menu-desktop > ul > li.active:hover > a:before {
  bottom: 4px;
  height: calc(100% - 4px);
  opacity: 1;
}
.main-menu-desktop .has-sub {
  position: relative;
  overflow: hidden;
}
.main-menu-desktop .has-sub > a span:after {
  content: '\f0d7';
  font-family: FontAwesome;
  font-size: 8px;
  margin-left: 5px;
  vertical-align: top;
}
.main-menu-desktop .has-sub:hover {
  overflow: visible;
}
.main-menu-desktop .has-sub:hover .submenu {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.main-menu-desktop .has-sub .submenu .has-sub > a:after {
  content: '\f0da';
  font-family: FontAwesome;
  font-size: 8px;
  margin-left: 5px;
  vertical-align: top;
}
.main-menu-desktop .has-sub .submenu .has-sub > .submenu {
  left: 100%;
  top: 0;
}
.main-menu-desktop .submenu {
  border: 0;
  font-weight: 600;
  min-width: 190px;
  text-align: left;
  text-transform: uppercase;
}
.main-menu-desktop .submenu li {
  display: block;
}
.main-menu-desktop .submenu li + li {
  border-top: solid 1px;
}
.main-menu-desktop .submenu li a {
  display: block;
  padding: 10px 15px;
}
@media screen and (min-width: 992px) {
  .main-menu-desktop {
    display: inline-block;
  }
  .main-menu-desktop .close-menu {
    display: none;
  }
  .main-menu-desktop > ul > li > a:before {
    content: '';
    display: block;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .main-menu-desktop .submenu {
    display: block;
    right: 0;
    top: 100%;
    opacity: 0;
    position: absolute;
    z-index: 10;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
}
@media screen and (max-width: 991px) {
  .main-menu-desktop {
    display: none;
    position: fixed;
    text-align: left;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
  }
  .main-menu-desktop > ul {
    overflow-y: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    top: 30px;
  }
  .main-menu-desktop > ul > li {
    border-bottom: solid 1px;
    display: block;
    height: auto;
  }
  .main-menu-desktop > ul > li > a {
    display: block;
    height: auto;
    line-height: 1.2em;
    padding: 10px 15px;
  }
  .main-menu-desktop .has-sub > a:after {
    content: '\f107';
    font-family: FontAwesome;
    float: right;
    position: relative;
    z-index: 5;
  }
  .main-menu-desktop .has-sub.active > a:after {
    content: '\f106';
  }
  .main-menu-desktop .submenu {
    display: none;
  }
}
.menu-toggle {
  border: solid 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin: 11px 0;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
.header-search {
  display: inline-block;
  float: right;
  margin-left: 10px;
  vertical-align: top;
  width: 30px;
  z-index: 11;
}
.header-search .search-toggle,
.header-search .close-search {
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.header-search .search-toggle {
  margin: 11px 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 991px) {
  .header-search .search-toggle {
    margin: 24px 0;
  }
}
.header-search .close-search {
  float: right;
  font-size: 16px;
}
.header-search .header-search-area {
  height: 80px;
  opacity: 0;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  z-index: -1;
}
.header-search .search-form {
  padding: 22px 0;
}
.header-search .search-form:before {
  content: '\f002';
  display: inline-block;
  float: left;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 36px;
  text-rendering: auto;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-search .search-form input {
  border: 0;
  display: block;
  float: left;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  margin-left: 17px;
  padding: 0;
  width: calc(100% - 34px - 42px);
  outline: 0;
}
.header-search .search-form input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header-search.showForm .form-wrap {
  width: 100%;
}
.header-search.showForm .header-search-area {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 992px) {
  .header-search {
    float: none;
    height: 80px;
  }
  .header-search .header-search-area {
    top: 80px;
  }
}
/*=== FOOTER ===*/
#main-footer .footer-widget-area {
  padding: 60px 0;
}
#main-footer .footer-widget-area .footer-widget-title {
  margin: 0 0 20px;
}
#main-footer .footer-widget-area .socmed-icons {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#main-footer .footer-widget-area .socmed-icons li {
  margin-bottom: 17px;
}
#main-footer .footer-widget-area .socmed-icons li a {
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#main-footer .footer-widget-area .socmed-icons li a .icon {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-size: 17px;
  line-height: 24px;
  margin-right: 15px;
  width: 24px;
  height: 24px;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#main-footer .footer-widget-area .socmed-icons li a .icon .fa {
  display: inline-block;
  font-size: 17px;
  line-height: 17px;
  margin-left: 2px;
  text-align: center;
}
#main-footer .footer-bottom {
  font-size: 12px;
  line-height: 20px;
  padding: 10px 0;
  text-align: center;
}
#main-footer .footer-bottom a {
  border-bottom: dotted 1px;
}
@media screen and (min-width: 768px) {
  #main-footer .footer-bottom {
    line-height: 40px;
    padding: 0;
  }
  #main-footer .footer-bottom div {
    display: inline-block;
  }
  #main-footer .footer-bottom .design-by:before {
    content: '|';
    margin-left: 7px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .footer-widget {
    margin-bottom: 55px;
  }
  .col-md-4:last-child > .footer-widget {
    margin-bottom: 0;
  }
}
.footer-widget .footer-logo {
  margin-bottom: 35px;
}
.footer-widget address h3 {
  text-transform: uppercase;
  margin: 0;
}
.footer-widget address .part {
  margin-top: 10px;
}
.footer-widget address .fa {
  margin-right: 15px;
}
.footer-widget address a:hover {
  border-bottom: dotted 1px;
}
.footer-widget .form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 32px;
}
.footer-widget textarea.form-control {
  height: 100px;
  min-height: 32px;
}
.footer-widget .action {
  text-align: right;
}
/*=== CONTENT ===*/
#main-content {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #main-content {
    padding-bottom: 60px;
  }
}
.primary {
  border: solid 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .primary {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 991px) {
  .primary {
    margin-bottom: 30px;
  }
}
.section-title,
.widget-title .title,
.separator-plain,
.separator-style,
.metabox {
  border-bottom: solid 1px;
  margin-top: 0;
  min-width: 250px;
  padding: 9px 50px 9px 20px;
  text-transform: uppercase;
  vertical-align: middle;
}
.widget-title {
  padding-top: 20px;
}
.section-title,
.widget-title .title,
.separator-style {
  display: inline-block;
  position: relative;
}
.section-title:before,
.widget-title .title:before,
.separator-style:before,
.section-title:after,
.widget-title .title:after,
.separator-style:after {
  content: '';
  display: block;
  border-right: solid 20px transparent;
  position: absolute;
  right: -20px;
  width: 20px;
}
.section-title:before,
.widget-title .title:before,
.separator-style:before {
  border-top: solid 25px #000000;
  top: 0;
}
.section-title:after,
.widget-title .title:after,
.separator-style:after {
  border-bottom: solid 25px #000000;
  bottom: 0;
}
.home-section,
.page-section {
  padding-bottom: 10px;
}
.home-section .section-title,
.page-section .section-title {
  margin-bottom: 0;
  position: relative;
}
.home-section .section-title .title-button,
.page-section .section-title .title-button {
  position: absolute;
  text-align: center;
  font-size: 30px;
  width: 50px;
  height: 100%;
  line-height: 50px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -ms-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}
.home-section .section-action,
.page-section .section-action {
  text-align: center;
}
.home-section .section-action .btn,
.page-section .section-action .btn {
  min-width: 165px;
}
.section-title {
  margin-top: 30px;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.section-content {
  padding: 20px;
}
.section-content.divided {
  border-bottom: solid 1px;
}
.separator-plain {
  margin-top: 30px;
  padding: 0 0 5px;
}
.separator-plain:first-child {
  margin-top: 0;
}
.separator-style {
  margin-top: 30px;
}
.separator-style:first-child {
  margin-top: 0;
}
.section-content > .separator-style {
  margin-left: -20px;
  margin-right: -20px;
}
/*--- Page Header ---*/
#page-header {
  border-bottom: solid 1px;
  margin-bottom: 30px;
  padding: 75px 0 20px;
}
@media screen and (min-width: 992px) {
  #page-header {
    padding: 105px 0 25px;
  }
}
#page-header .page-title {
  margin: 0 0 0;
}
#page-header .breadcrumb {
  background-color: transparent;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
#page-header .breadcrumb > li + li:before {
  content: '\f105';
  font-family: FontAwesome;
  opacity: 1;
  padding: 0 10px 0 7px;
}
@media screen and (min-width: 768px) {
  #page-header .breadcrumb {
    font-size: 14px;
  }
}
/*--- Home Banner ---*/
.home-banner-slider {
  margin-bottom: 30px;
  position: relative;
}
.home-banner-slider .item {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 105.31250000000001%;
}
@media screen and (min-width: 768px) {
  .home-banner-slider .item {
    padding-bottom: 41.66666666666667%;
  }
}
.home-banner-slider .item img {
  position: absolute;
  min-width: 100%;
  max-width: none;
  height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-banner-slider .item span {
  display: block;
}
.home-banner-slider .item .content {
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.home-banner-slider .item .caption {
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  opacity: 0;
  max-width: 560px;
  width: calc(100% - 20px);
  padding: 15px 20px;
  position: absolute;
  bottom: 57px;
  left: 10px;
  -webkit-transform: scale(0.9, 0.9) translateY(20px);
  -moz-transform: scale(0.9, 0.9) translateY(20px);
  -ms-transform: scale(0.9, 0.9) translateY(20px);
  -o-transform: scale(0.9, 0.9) translateY(20px);
  transform: scale(0.9, 0.9) translateY(20px);
  -webkit-transition: all .5s ease .5s;
  -moz-transition: all .5s ease .5s;
  -ms-transition: all .5s ease .5s;
  -o-transition: all .5s ease .5s;
  transition: all .5s ease .5s;
}
.home-banner-slider .item .caption .title {
  font-size: 24px;
  margin: 0;
}
.home-banner-slider .item .caption .text {
  display: none;
}
.home-banner-slider .item .caption .btn {
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .home-banner-slider .item .caption {
    padding: 40px;
    bottom: 40px;
    left: 40px;
  }
  .home-banner-slider .item .caption .title {
    font-size: 36px;
  }
  .home-banner-slider .item .caption .text {
    display: block;
  }
  .home-banner-slider .item .caption .btn {
    display: inline-block;
    margin-top: 25px;
  }
}
.home-banner-slider .owl-item.active .item .caption {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateY(0);
  -moz-transform: scale(1, 1) translateY(0);
  -ms-transform: scale(1, 1) translateY(0);
  -o-transform: scale(1, 1) translateY(0);
  transform: scale(1, 1) translateY(0);
}
.home-banner-slider .item.active .caption {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateY(0);
  -moz-transform: scale(1, 1) translateY(0);
  -ms-transform: scale(1, 1) translateY(0);
  -o-transform: scale(1, 1) translateY(0);
  transform: scale(1, 1) translateY(0);
}
.home-banner-slider .dots-container {
  bottom: 8px;
  left: 50%;
  line-height: 40px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-banner-slider .dots-container .owl-dot {
  border: solid 3px transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
}
.home-banner-slider .dots-container .owl-dot span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 8px;
  height: 8px;
}
.home-banner-slider .dots-container .owl-dot.active {
  border-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .home-banner-slider .dots-container {
    bottom: 0;
  }
}
/*--- Running Text ---*/
.running-text {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: table;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.running-text > * {
  display: table-cell;
  vertical-align: middle;
}
.running-text .title {
  font-weight: 700;
  margin: 0;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
}
.running-text .content {
  font-weight: 700;
  height: 26px;
  padding: 15px 25px;
}
.running-text .content marquee {
  line-height: 26px;
}
.running-text .content a {
  font-weight: bold;
}
/*--- News ---*/
/*--- News Card */
.featured-news .thumb {
  position: relative;
}
.featured-news .thumb img {
  width: 100%;
}
.featured-news .thumb .label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 900;
  padding: 10px 14px;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
}
.featured-news .content {
  padding-top: 20px;
}
.featured-news .content .meta {
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 0;
}
.featured-news .content .meta > * {
  display: inline-block;
}
.featured-news .content .meta > * + *:before {
  content: '|';
  margin: 0 7px 0 5px;
}
.featured-news .content .title {
  margin-top: 0;
  margin-bottom: 5px;
}
.featured-news .content .more {
  margin-top: 20px;
  margin-bottom: 10px;
}
.featured-news.single-post {
  border-bottom: solid 1px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .featured-news:not(.single-post) {
    display: table;
    width: 100%;
  }
  .featured-news:not(.single-post) > * {
    display: table-cell;
    vertical-align: top;
  }
  .featured-news:not(.single-post) .thumb {
    width: 260px;
  }
  .featured-news:not(.single-post) .thumb + .content {
    padding-left: 20px;
  }
  .featured-news:not(.single-post) .content {
    padding-top: 0;
  }
}
.news-card-list {
  display: flex;
  flex-wrap: wrap;
}
.news-card-list .news-card {
  margin-top: 10px;
  margin-bottom: 20px;
}
.news-card-list .news-card .thumb {
  float: left;
  position: relative;
  width: 120px;
}
.news-card-list .news-card .thumb img {
  width: 100%;
}
.news-card-list .news-card .thumb .label {
  font-weight: 900;
  padding: 10px 14px;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
}
.news-card-list .news-card .thumb + .title {
  margin-left: 140px;
}
.news-card-list .news-card .title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  max-height: 3.9em;
  overflow: hidden;
}
.news-card-list .news-card .meta {
  font-weight: bold;
  font-size: 10px;
  margin: 15px 0 10px;
}
.news-card-list .news-card .meta > * {
  display: inline-block;
}
.news-card-list .news-card .meta > * + *:before {
  content: '|';
  margin: 0 7px 0 5px;
}
.news-card-list.media-type .thumb {
  display: block;
  float: none;
  position: relative;
  width: 100%;
}
.news-card-list.media-type .thumb:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.news-card-list.media-type .thumb:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.news-card-list.media-type .title {
  margin-left: 0 !important;
  margin-top: 15px;
}
.news-card-list.media-type .meta {
  margin: 10px 0;
}
/*--- News List */
.news-list .news {
  border-bottom: solid 1px;
  padding: 20px 0;
}
.news-list .news .thumb {
  display: block;
  margin-bottom: 10px;
}
.news-list .news .thumb .wrap {
  display: block;
  padding-bottom: 69.23076923076923%;
  position: relative;
  width: 100%;
}
.news-list .news .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.news-list .news .content .title {
  font-weight: bold;
  margin-top: 0;
}
.news-list .news .content .meta {
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 0;
}
.news-list .news .content .meta > * {
  display: inline-block;
}
.news-list .news .content .meta > * + *:before {
  content: '|';
  margin: 0 7px 0 5px;
}
@media screen and (min-width: 768px) {
  .news-list .news .thumb {
    float: left;
    margin-bottom: 0;
    width: 264px;
  }
  .news-list .news .content {
    margin-left: 279px;
  }
}
/*--- Post Detail */
.metabox {
  padding: 20px;
}
.metabox > * {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}
.metabox .meta span + span:before {
  content: '|';
  margin: 0 7px;
}
@media screen and (min-width: 768px) {
  .metabox .author {
    float: right;
    margin-top: 0;
  }
}
.post-detail-image {
  margin: 15px 0;
  padding: 15px;
}
.post-detail-image:first-child {
  margin-top: 0;
}
.post-detail-image:last-child {
  margin-bottom: 0;
}
.post-detail-image img {
  max-width: 100%;
}
.post-detail-image .caption {
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
  text-align: center;
}
.post-data {
  border-top: solid 1px;
  display: table;
  margin-top: 20px;
  padding-top: 20px;
  width: 100%;
}
.post-data > div {
  display: table-row;
}
.post-data > div > * {
  display: table-cell;
  padding-bottom: 5px;
}
.post-data > div > *:first-child {
  font-weight: bold;
  width: 70px;
}
.post-data > div > *:first-child:after {
  content: ':';
  float: right;
  padding-right: 4px;
}
.post-data > div:last-child > * {
  padding-bottom: 0;
}
.share-area {
  padding: 18px 0;
  text-align: center;
}
.share-area .btn {
  height: 44px;
  line-height: 42px;
  margin: 5px 15px;
  min-width: 186px;
  padding: 0 10px;
  padding-left: 53px;
  position: relative;
}
.share-area .btn .icon {
  border-right: solid 1px;
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  left: 0;
  top: 0;
}
.comment-area {
  padding: 20px;
}
/*--- Image Slider ---*/
.image-slider {
  position: relative;
}
.image-slider .item {
  display: block;
  overflow: hidden;
  padding-bottom: 69.23076923076923%;
  position: relative;
  width: 100%;
}
.image-slider .item img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.image-slider .item .caption {
  margin: 0;
  max-width: 380px;
  padding: 20px 30px 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.image-slider .nav-container > div {
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 30px;
  opacity: .5;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.image-slider .nav-container > div .fa {
  line-height: 40px;
}
.image-slider .nav-container .owl-prev {
  left: 20px;
}
.image-slider .nav-container .owl-next {
  right: 20px;
}
/*--- Gallery Slide With Thumbnail ---*/
.thumbnail-gallery-slider {
  margin-bottom: 15px;
  padding-bottom: calc(69.23076923076923% + 13.88888888888889%);
  position: relative;
  width: 100%;
  overflow: hidden;
}
.thumbnail-gallery-slider .slides {
  cursor: ew-resize;
  left: 0;
  top: 0;
  overflow: hidden;
  position: absolute;
  height: calc(100% - 13.88888888888889%);
  width: 100%;
}
.thumbnail-gallery-slider .slides a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.thumbnail-gallery-slider .slides a img {
  width: 100%;
  height: 100%;
}
.thumbnail-gallery-slider .slides a span.caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  color: #fff;
  background: rgba(0,0,0,.5);
  padding: 5px 10px;
}
.thumbnail-gallery-slider .slides > div {
  position: absolute;
  width: 100%;
  height: 100%;
}
.thumbnail-gallery-slider .thumbnails {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 13.88888888888889%;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.thumbnail-gallery-slider .thumbnails .wrapper {
  opacity: .5;
  width: 100%;
  height: 100%;
}
.thumbnail-gallery-slider .thumbnails .p {
  POSITION: absolute;
  WIDTH: 100px;
  HEIGHT: 75px;
  TOP: 0;
  LEFT: 0;
}
.thumbnail-gallery-slider .thumbnails .i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 75px;
  filter: alpha(opacity=75);
  opacity: .75;
}
.thumbnail-gallery-slider .thumbnails .p:hover .i,
.thumbnail-gallery-slider .thumbnails .pav .i {
  filter: alpha(opacity=100);
  opacity: 1;
}
.thumbnail-gallery-slider .thumbnails .o {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 75px;
  border: 2px solid transparent;
  transition: border-color 0.6s;
  -moz-transition: border-color 0.6s;
  -webkit-transition: border-color 0.6s;
  -o-transition: border-color 0.6s;
}
.thumbnail-gallery-slider .thumbnails .pav .o,
.thumbnail-gallery-slider .thumbnails .p:hover .o {
  border-color: #cccccc;
}
.thumbnail-gallery-slider .thumbnails .pav:hover .o {
  border-color: #cccccc;
}
.thumbnail-gallery-slider .thumbnails .p:hover .o {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.thumbnail-gallery-slider .arrow {
  position: absolute;
  cursor: pointer;
  display: block;
  background: url(../img/gallery-slider-arrow.png) no-repeat #cccccc;
  overflow: hidden;
  width: 25px;
  height: 75px;
  top: 123px;
}
.thumbnail-gallery-slider .arrow.left,
.thumbnail-gallery-slider .arrow.leftdn {
  background-position: left center;
  left: 0px;
}
.thumbnail-gallery-slider .arrow.right,
.thumbnail-gallery-slider .arrow.rightdn {
  background-position: right center;
  right: 0px;
}
.thumbnail-gallery-slider .arrow:hover {
  background-color: #cccccc;
}
/*--- Gallery ---*/
.gallery-slider {
  margin-bottom: 15px;
  position: relative;
}
.gallery-slider .item.gallery {
  cursor: pointer;
  display: block;
  padding: 10px;
  position: relative;
  z-index: 999;
  -webkit-transition: background .7s ease;
  -moz-transition: background .7s ease;
  -ms-transition: background .7s ease;
  -o-transition: background .7s ease;
  transition: background .7s ease;
}
.gallery-slider .item.gallery .title {
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding-top: 10px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.gallery-slider .item.gallery:before,
.gallery-slider .item.gallery:after {
  opacity: 0;
  position: absolute;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.gallery-slider .item.gallery:before {
  content: '';
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
.gallery-slider .item.gallery:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '\f04b';
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -moz-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
}
.gallery-slider .item.gallery.photo:after {
  content: '\f00e';
}
.gallery-slider .item.gallery:hover:before,
.gallery-slider .item.gallery:hover:after {
  opacity: 1;
}
.gallery-slider .item.gallery:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.gallery-slider .nav-container .owl-prev {
  display: none;
  height: 0;
}
.gallery-slider .nav-container .owl-next {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
  z-index: 1;
}
.gallery-slider .nav-container .owl-next .fa {
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*--- Photo Gallery */
.photo-gallery-list .photo-gallery {
  display: block;
  margin: 15px 0;
}
.photo-gallery-list .photo-gallery .thumb {
  display: block;
  overflow: hidden;
  padding-bottom: 69.23076923076923%;
  position: relative;
}
.photo-gallery-list .photo-gallery .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.photo-gallery-list .photo-gallery .title {
  display: block;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
}
.photo-gallery-list .photo-gallery:hover .thumb img {
  opacity: .85;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*--- Video Gallery */
.video-wrap {
  padding-bottom: 64%;
  position: relative;
}
.video-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.playing-video {
  background-color: #eeeeee;
  border-bottom: solid 4px;
  margin-bottom: 30px;
  padding: 15px 15px 30px;
}
.video-list .video {
  display: block;
  margin-bottom: 30px;
  padding: 2px;
}
.video-list .video .thumb {
  display: block;
  overflow: hidden;
  padding-bottom: 69.23076923076923%;
  position: relative;
}
.video-list .video .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.video-list .video .title {
  display: block;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  height: 86px;
  padding: 10px 15px;
  overflow: hidden;
}
.video-modal .modal-dialog {
  width: 768px;
}
.video-modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.video-modal button.close {
  border: solid 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  text-shadow: none;
  right: -40px;
  top: 0;
  width: 30px;
  height: 30px;
}
/*--- Poster */
.poster-thumb {
  border: solid 2px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 38.88888888888889%;
}
.poster-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}
.poster-thumb:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*--- Video Frame ---*/
.video-frame {
  margin: 20px 0;
  padding-bottom: 66.66666666666666%;
  position: relative;
}
.video-frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.video-frame:first-child {
  margin-top: 0;
}
.video-frame:last-child {
  margin-bottom: 0;
}
/*=== SIDEBAR ===*/
@media screen and (min-width: 992px) {
  .sidebar {
    display: block;
  }
}
.widget {
  border: solid 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.widget + .widget {
  margin-top: 30px;
}
.widget .widget-title {
  position: relative;
}
.widget .widget-title .title {
  margin-bottom: 0;
}
.widget .widget-title .toggle {
  cursor: pointer;
  font-size: 24px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -ms-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}
.widget .widget-title .toggle .fa {
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
}
.widget.shrinked .widget-title .toggle .fa {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.widget .widget-content {
  padding: 20px;
}
.widget .widget-footer {
  border-top: solid 1px;
  margin-top: 20px;
  padding: 20px 0 10px;
}
.tab-widget {
  padding-top: 0px;
}
.tab-widget .nav-tabs {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.tab-widget .nav-tabs > li > a {
  border: solid 1px;
  border-top: 0;
}
.tab-widget .nav-tabs > li > a:after {
  display: none !important;
}
.tab-widget .widget-content .tab-content {
  border-top: 0;
}
.tab-widget .widget-content .tab-content .tab-pane {
  padding: 0;
}
.widget-news-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.widget-news-list li {
  display: table;
}
.widget-news-list li + li {
  border-top: solid 1px;
  margin-top: 20px;
  padding-top: 20px;
}
.widget-news-list li > * {
  display: table-cell;
  vertical-align: top;
}
.widget-news-list li .thumb {
  width: 100px;
}
.widget-news-list li .thumb img {
  height: 65px;
  width: 100%;
}
.widget-news-list li .thumb + .content {
  padding-left: 20px;
}
.widget-news-list li .content .title {
  font-family: 'Proza Libre', sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.widget-news-list li .content .meta {
  font-size: 10px;
  font-weight: bold;
}
.widget-news-list li .content .meta > span:nth-child(n+2):before {
  content: '|';
  margin: 0 5px;
}
.search-widget .searchform {
  position: relative;
}
.search-widget .searchform input {
  width: 100%;
}
.search-widget .searchform .btn {
  position: absolute;
  right: 0;
  top: 0;
}
.link-image-widget {
  text-align: center;
}
.link-image-widget a {
  display: inline-block;
}
.link-image-widget a + a {
  margin-top: 25px;
}
.link-image-widget a img {
  max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .link-image-widget a {
    width: 49%;
  }
}
/*--- Schedule */
.schedule-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.schedule-list .schedule {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: table;
  width: 100%;
}
.schedule-list .schedule + .schedule {
  margin-top: 10px;
}
.schedule-list .schedule > * {
  display: table-cell;
}
.schedule-list .schedule .date-box {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: 'Libre Franklin', sans-serif;
  padding: 5px 0;
  vertical-align: top;
  width: 80px;
  text-align: center;
}
.schedule-list .schedule .date-box .icon {
  background: url(../img/icon-event.png) no-repeat center center;
  display: block;
  margin: 0 auto 8px;
  width: 18px;
  height: 18px;
}
.schedule-list .schedule .date-box .date {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  padding: 0 5px;
  text-transform: uppercase;
}
.schedule-list .schedule .details {
  padding: 10px 15px;
}
.schedule-list .schedule .details .title {
  font-family: 'Proza Libre', sans-serif;
  margin-top: 0;
}
/*--- Announcement */
.announcement-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.announcement-list .announcement {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: table;
  width: 100%;
}
.announcement-list .announcement + .announcement {
  margin-top: 10px;
}
.announcement-list .announcement > * {
  display: table-cell;
}
.announcement-list .announcement .date-box {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: 'Libre Franklin', sans-serif;
  padding: 5px 0;
  vertical-align: top;
  width: 80px;
  text-align: center;
}
.announcement-list .announcement .date-box .icon {
  background: url(../img/icon-announcement.png) no-repeat center center;
  display: block;
  margin: 0 auto 8px;
  width: 18px;
  height: 18px;
}
.announcement-list .announcement .date-box .date {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
}
.announcement-list .announcement .details {
  padding: 10px 15px;
}
.announcement-list .announcement .details .title {
  font-family: 'Proza Libre', sans-serif;
  margin-top: 0;
}
/*--- List Widget ---*/
.list-widget .widget-content > ul,
.list-widget .widget-content > ol {
  margin: 0px;
}
.list-widget .widget-content > ul a,
.list-widget .widget-content > ol a {
  font-size: 14px;
  font-weight: bold;
}
.list-widget .widget-content > ul li,
.list-widget .widget-content > ol li {
  margin-bottom: 10px;
  padding-left: 10px;
}
/*=== MISC ===*/
/*--- Page Control ---*/
.page-control {
  margin-top: 30px;
}
.page-control .btn {
  width: 165px;
}
.page-control .fa-caret-left {
  margin-right: 5px;
}
.page-control .fa-caret-right {
  margin-left: 5px;
}
/*--- Page Navigation ---*/
.page-navi {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}
.page-navi li {
  border: solid 1px;
  display: inline-block;
  overflow: hidden;
}
.page-navi li + li {
  margin-left: -1px;
}
.page-navi li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-navi li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-navi li a,
.page-navi li span {
  display: block;
  font-size: 11px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.page-navi li a.current,
.page-navi li span.current {
  font-weight: bold;
}
.popover {
  font-size: 12px;
}
/*=== GENERAL ===*/
body {
  background: url(../img/bg-pattern.png);
  background-color: #f5f7f5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
}
a {
  color: #7fbb00;
}
blockquote {
  background-color: #f5f5f5;
  border-left-color: #7fbb00;
}
.boxed-style .page-box {
  background-color: #f5f7f5;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.box {
  background-color: #ffffff;
}
/*--- Image */
figure {
  background-color: #f5f5f5;
}
/*--- Button ---*/
.btn {
  background-color: #7fbb00;
}
.btn span {
  color: #ffffff;
}
.btn-primary {
  background-color: #0090ff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #0090ff;
}
.btn-success {
  background-color: #06d40b;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #06d40b;
}
.btn-warning {
  background-color: #ff9c00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background-color: #ff9c00;
}
.btn-danger {
  background-color: #ef1600;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background-color: #ef1600;
}
.btn-info {
  background-color: #999999;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background-color: #999999;
}
.btn-facebook {
  background-color: #3b5998;
  color: #ffffff;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
  background-color: #3b5998;
  color: #ffffff;
  outline: 0;
}
.btn-twitter {
  background-color: #4099ff;
  color: #ffffff;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
  background-color: #4099ff;
  color: #ffffff;
  outline: 0;
}
/*--- Form */
.form-control:focus {
  border-color: rgba(127, 187, 0, 0.75);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3), 0 0 8px rgba(127, 187, 0, 0.6);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3), 0 0 8px rgba(127, 187, 0, 0.6);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3), 0 0 8px rgba(127, 187, 0, 0.6);
}
/*--- Tabs */
.nav-tabs > li {
  background-color: #fff;
}
.nav-tabs > li > a {
  background-color: #fff;
  color: #999999;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li > a:after {
  background-color: #999999;
}
.nav-tabs > li.active > a {
  color: #222222 !important;
}
.nav-tabs > li.active > a:after {
  background-color: #7fbb00;
}
.nav-pills > li > a {
  background-color: #eeeeee;
  color: #444444;
}
.nav-pills > li > a:hover {
  background-color: #cccccc;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #7fbb00;
  color: #ffffff;
}
.nav-pills + .tab-content {
  border-bottom-color: #7fbb00;
}
.tab-content {
  background-color: #ffffff;
  border-top-color: #eaeaea;
}
/*--- Table ---*/
.table > thead > tr > th {
  background-color: #444444;
  color: #ffffff;
}
.table > tbody > tr > td {
  background-color: #ffffff;
  border-color: #eaeaea;
}
.table > tbody > tr:nth-child(even) > td {
  background-color: #f5f5f5;
}
/*--- Accordion ---*/
.accordion .panel-heading .panel-title a {
  background-color: #444444;
  color: #ffffff;
}
.accordion .panel-heading .panel-title a.collapsed {
  background-color: #cccccc;
  color: #444444;
}
.accordion .panel-body {
  background-color: #f5f5f5;
}
/*--- Media ---*/
.media {
  background-color: #ffffff;
}
.media .media-left,
.media .media-right {
  background-color: #f5f5f5;
}
/*=== HEADER ===*/
#main-header {
  background-color: #7fbb00;
  border-bottom-color: #7fbb00;
}
.no-touch .dl-menuwrapper button,
.dl-menuwrapper button {
  background: #fff !important;
}
.no-touch .dl-menuwrapper button span,
.dl-menuwrapper button span {
  background: #7fbb00;
}
.no-touch .dl-menuwrapper button.dl-active,
.dl-menuwrapper button.dl-active {
  border-color: #7fbb00;
}
.no-touch .dl-menuwrapper button.dl-active span,
.dl-menuwrapper button.dl-active span {
  background-color: #7fbb00;
}
.no-touch .dl-menuwrapper ul,
.dl-menuwrapper ul {
  background-color: #eaeaea;
}
.no-touch .dl-menuwrapper ul li a,
.dl-menuwrapper ul li a {
  color: #444444;
}
.no-touch .dl-menuwrapper ul li a:hover,
.dl-menuwrapper ul li a:hover,
.no-touch .dl-menuwrapper ul li a.active,
.dl-menuwrapper ul li a.active {
  background-color: #7fbb00;
  color: #ffffff;
}
.main-menu-desktop a {
  color: #ffffff;
}
.main-menu-desktop .submenu {
  background-color: #f5f5f5;
  border-color: #eaeaea;
  border-top-color: #7fbb00;
}
.main-menu-desktop .submenu li + li {
  border-top-color: #eaeaea;
}
.main-menu-desktop .submenu li a:hover {
  background-color: #7fbb00;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .main-menu-desktop > ul > li > a:before {
    background-color: #6ea200;
  }
  .main-menu-desktop > ul > li.active > a {
    -webkit-box-shadow: inset 0px -4px 0px #b0ff08;
    -moz-box-shadow: inset 0px -4px 0px #b0ff08;
    box-shadow: inset 0px -4px 0px #b0ff08;
    color: #ffffff;
  }
  .main-menu-desktop > ul > li.has-sub:hover > a {
    color: #ffffff;
  }
  .main-menu-desktop > ul > li.has-sub .submenu a {
    color: #444444;
  }
  .main-menu-desktop > ul > li.has-sub .submenu .has-sub:hover > a {
    background-color: #7fbb00;
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .main-menu-desktop > ul > li {
    border-bottom-color: rgba(0, 0, 0, 0.3);
  }
  .main-menu-desktop > ul > li > a {
    background-color: #f5f5f5;
  }
  .main-menu-desktop .has-sub > a:after {
    color: #ffffff !important;
  }
}
.menu-toggle {
  border-color: #999999;
  color: #999999;
}
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
  border-color: #7fbb00;
  color: #7fbb00;
}
.header-search .search-toggle {
  background-color: #fff;
  color: #7fbb00;
}
.header-search .search-toggle:hover {
  color: #7fbb00;
}
.header-search .close-search {
  background-color: #999999;
  color: #ffffff;
}
.header-search .close-search:hover {
  color: #ffffff;
}
.header-search .header-search-area {
  background-color: #eaeaea;
}
.header-search .header-search-area input {
  background-color: #eaeaea;
}
.header-search.showForm .search-toggle {
  background-color: #b0ff08;
  color: #7fbb00;
}
/*=== FOOTER ===*/
#main-footer {
  background-color: #171717;
  color: #ffffff;
}
#main-footer .footer-widget-area {
  background-color: #222222;
}
#main-footer .footer-widget-area .footer-widget-title {
  color: #ffffff;
}
#main-footer .footer-widget-area .socmed-icons li a {
  color: #ffffff;
}
#main-footer .footer-widget-area .socmed-icons li a .icon {
  color: #ffffff;
}
#main-footer .footer-widget-area .socmed-icons li a .icon.facebook {
  background-color: #3b5998;
}
#main-footer .footer-widget-area .socmed-icons li a .icon.twitter {
  background-color: #4099ff;
}
#main-footer .footer-widget-area .socmed-icons li a .icon.instagram {
  background-color: #8a3ab9;
}
#main-footer .footer-widget-area .socmed-icons li a .icon.youtube {
  background-color: #cd201f;
}
#main-footer .footer-widget-area .socmed-icons li a .icon.pinterest {
  background-color: #bd081c;
}
#main-footer .footer-widget-area .socmed-icons li a .icon.whatsapp {
  background-color: #25d366;
}
#main-footer .footer-widget-area .socmed-icons li a:hover .icon {
  background-color: #fff;
  color: #7fbb00;
}
#main-footer .footer-widget address h3 {
  color: #ffffff;
}
#main-footer .footer-widget address a {
  color: #ffffff;
}
#main-footer .footer-widget address a:hover {
  border-bottom-color: #ffffff;
}
#main-footer .footer-bottom a {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 768px) {
  #main-footer .footer-bottom .design-by:before {
    color: #ffffff;
  }
}
/*=== CONTENT ===*/
.section-title,
.widget-title .title,
.separator-plain,
.separator-style,
.metabox {
  border-bottom-color: #eaeaea;
}
.section-title,
.widget-title .title,
.separator-style {
  background: #ff9000;
  color: #ffffff;
}
.primary {
  background-color: #fff;
  border-color: #eaeaea;
}
.section-title:before,
.widget-title .title:before,
.separator-style:before,
.metabox:before {
  border-top-color: #ff9000;
}
.section-title:after,
.widget-title .title:after,
.separator-style:after,
.metabox:after {
  border-bottom-color: #ff9000;
}
.home-section .section-title .title-button,
.page-section .section-title .title-button {
  color: #ffffff;
}
.home-section .section-title .title-button:hover,
.page-section .section-title .title-button:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.section-content.divided {
  border-color: #eaeaea;
}
/*--- Page Header ---*/
#page-header {
  background: #f5f5f5;
  -webkit-background-size: cover;
  background-size: cover;
  border-bottom-color: #eaeaea;
}
#page-header .page-title {
  color: #222222;
}
#page-header .breadcrumb {
  background-color: transparent;
}
#page-header .breadcrumb > li + li:before {
  color: #444444;
}
#page-header .breadcrumb > li a {
  color: #444444;
}
#page-header .breadcrumb > li span {
  color: #444444;
}
/*--- Home Banner ---*/
.home-banner-slider .item {
  background-color: #999999;
}
.home-banner-slider .item .caption {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.home-banner-slider .item .caption .title {
  color: #ffffff;
}
.home-banner-slider .dots-container .owl-dot span {
  background-color: rgba(255, 255, 255, 0.5);
}
.home-banner-slider .dots-container .owl-dot.active span {
  background-color: #7fbb00;
}
/*--- Running Text ---*/
.running-text {
  background-color: #fff;
}
.running-text .title {
  background-color: #ef1600;
  color: #ffffff;
}
/*--- News ---*/
/*--- News Card */
.featured-news {
  background-color: #fff;
}
.featured-news .thumb {
  color: #222222;
}
.featured-news .thumb .label {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ccc;
}
.featured-news .content .meta {
  color: #222222;
}
.featured-news.single-post {
  border-color: #eaeaea;
}
/*--- News List */
.news-list .news {
  border-bottom-color: #eaeaea;
}
.news-list .news .content .meta {
  color: #222222;
}
/*--- Post Detail */
.metabox {
  background-color: #fff;
  border-bottom-color: #eaeaea;
}
.metabox .fa {
  color: #7fbb00;
}
.post-detail-image {
  background-color: #f5f5f5;
}
.post-detail-image .caption {
  color: #999999;
}
.post-detail {
  background-color: #fff;
}
.post-data {
  border-color: #eaeaea;
}
.post-data a {
  color: #444444;
}
.post-data a:hover {
  color: #7fbb00;
}
.share-area {
  background-color: #f5f5f5;
}
.share-area .btn .icon {
  border-right-color: #eaeaea;
}
/*--- Image Slider ---*/
.image-slider .item {
  background-color: #999999;
}
.image-slider .item .caption {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
/*--- Gallery Slide With Thumbnail ---*/
/*--- Gallery ---*/
.gallery-slider {
  background-color: #000;
}
.gallery-slider .item.gallery {
  background-color: #000;
}
.gallery-slider .item.gallery .title {
  background-color: #000;
  color: #ffffff;
}
.gallery-slider .item.gallery:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.gallery-slider .item.gallery:after {
  background-color: #000;
  color: #ff9000;
}
.gallery-slider .item.gallery:hover {
  background-color: #ff9000;
}
.gallery-slider .nav-container .owl-next {
  background: #000000;
}
.gallery-slider .nav-container .owl-next .fa {
  color: #ff9000;
}
/*--- Photo Gallery */
.photo-gallery-list .photo-gallery .thumb {
  background-color: #fff;
}
.photo-gallery-list .photo-gallery .title {
  background-color: #4e9700;
  color: #ffffff;
}
/*--- Video Gallery */
.playing-video {
  background-color: #eeeeee;
  border-bottom: solid 4px #4e9700;
}
.video-list .video {
  background-color: #f0f0f0;
}
.video-list .video .thumb {
  background-color: #fff;
}
.video-list .video .title {
  color: #444444;
}
.video-modal button.close {
  background-color: #000000;
  border-color: #ffffff;
  color: #fff;
}
.video-modal button.close:hover {
  background-color: #ff9000;
}
/*--- Poster */
.poster-thumb {
  border-color: #fff;
}
/*--- Video Frame ---*/
.video-frame {
  background-color: #999999;
}
/*=== SIDEBAR ===*/
@media screen and (min-width: 992px) {
  .sidebar {
    display: block;
  }
}
.widget {
  background-color: #fff;
  border-color: #eaeaea;
}
.widget + .widget {
  margin-top: 30px;
}
.widget .widget-title {
  position: relative;
}
.widget .widget-title .title {
  margin-bottom: 0;
}
.widget .widget-title .toggle {
  color: #ffffff;
  cursor: pointer;
  font-size: 24px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -ms-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}
.widget .widget-title .toggle .fa {
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
}
.widget .widget-title .toggle:hover {
  background-color: #649734;
}
.widget.shrinked .widget-title .toggle .fa {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.widget .widget-footer {
  border-top-color: #eaeaea;
}
.tab-widget .nav-tabs > li > a {
  background-color: #f5f7f5;
  border-color: #eaeaea;
  color: #999999;
}
.tab-widget .nav-tabs > li.active > a {
  background-color: #fff;
  border-color: transparent;
  color: #7fbb00 !important;
}
.search-widget .searchform {
  position: relative;
}
.search-widget .searchform input {
  border-bottom: solid 2px #7fbb00;
  width: 100%;
}
.search-widget .searchform .btn {
  position: absolute;
  right: 0;
  top: 0;
}
.widget-news-list li + li {
  border-top-color: #eaeaea;
}
.widget-news-list li .content .title a {
  color: #222222;
}
.widget-news-list li .content .meta {
  color: #444444;
}
.link-image-widget {
  text-align: center;
}
.link-image-widget a {
  display: inline-block;
}
.link-image-widget a + a {
  margin-top: 25px;
}
.link-image-widget a img {
  max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .link-image-widget a {
    width: 49%;
  }
}
/*--- Schedule */
.schedule-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.schedule-list .schedule {
  background-color: #f5f5f5;
}
.schedule-list .schedule .date-box {
  background-color: #4e9700;
  color: #ffffff;
  padding: 20px 0;
}
.schedule-list .schedule .details {
  padding: 17px 20px;
}
.schedule-list .schedule .details .title {
  font-size: 16px;
  margin: 0;
}
.schedule-list .schedule .details .time {
  font-size: 10px;
  font-weight: bold;
}
.schedule-list .schedule .details .time .date:after {
  content: '|';
  margin: 0 5px;
}
/*--- Announcement */
.announcement-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.announcement-list .announcement {
  background-color: #f5f5f5;
}
.announcement-list .announcement .date-box {
  background-color: #d15900;
  color: #ffffff;
  padding: 20px 0;
}
.announcement-list .announcement .details {
  padding: 17px 20px;
}
.announcement-list .announcement .details .title {
  font-size: 16px;
  margin: 0;
}
.announcement-list .announcement .details .time {
  font-size: 10px;
  font-weight: bold;
}
.announcement-list .announcement .details .time .date:after {
  content: '|';
  margin: 0 5px;
}
/*--- List Widget ---*/
.list-widget .widget-content > ul a,
.list-widget .widget-content > ol a {
  color: #444444;
}
.list-widget .widget-content > ul a:hover,
.list-widget .widget-content > ol a:hover {
  color: #7fbb00;
}
/*=== MISC ===*/
/*--- Page Control ---*/
/*--- Page Navigation ---*/
.page-navi li {
  border-color: #eaeaea;
}
.page-navi li a,
.page-navi li span {
  background-color: #fff;
  color: #444444;
}
.page-navi li a:hover,
.page-navi li span:hover {
  background-color: #f5f5f5;
}
.page-navi li a.current,
.page-navi li span.current {
  background-color: #7fbb00;
  color: #ffffff;
}
.popover {
  font-size: 12px;
}
