 /* CUSTOM */

  .main-header {
    position: relative;
  }
  .main-header .logo,
  .main-header .navbar {
    width: 100%;
    float: none; 
    margin-bottom: 0;
  }
  .main-header .navbar {
    margin-bottom: 0;
  } 

/*
 * Component: Carousel
 * -------------------
 */
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control > .fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
}
 

/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  margin-bottom: -2px;
  margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li > a {
  color: #444;
  border-radius: 0;
}
.nav-tabs-custom > .nav-tabs > li > a.text-muted {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
  background: transparent;
  margin: 0;
}
.nav-tabs-custom > .nav-tabs > li > a:hover {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #fff;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top-color: transparent;
  border-left-color: #f4f4f4;
  border-right-color: #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  border-left-color: transparent;
}
.nav-tabs-custom > .nav-tabs.pull-right {
  float: none!important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
  float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
  border-left-width: 1px;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-color: #f4f4f4;
  border-right-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 5px;
}
.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
  background: transparent;
  color: #999;
}

/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 5px 5px 5px 5px;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent; 
font-weight: bold;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body { 
  margin: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}
.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
  padding-top: 0;
}
.box-comments .box-comment img {
  float: left;
}
.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}
.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}


/*
 * Component: Page Content
 * -------------------
 */

.share-pane { 

margin-left: 10%;
margin-right: 10%;
}

.share-pane a { color: #ccc; } 
.share-pane a:hover { color: #448842; }

.menu-pane { 
  color: #fff;
  margin:8px;
  font-size:14px; 
  text-align:left;
  background-color: #448842 !important; 
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
} 

.menu-pane a { color: #ccc; }

.menu-head h4 { cusor: pointer; }


.step-pane { 
  margin:8px;
  background-color: #f5f5f5 !important; 
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
} 

.btn-main { 

  color: #fff;
  margin-bottom:8px; 
  border
  font-size:14px;
  background-color: #448842 !important; 
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;

} 

.btn-main:hover {
 color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
}


/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}
.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd;
}


/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}
@media (max-width: 991px) {
  .error-page {
    width: 100%;
  }
}
.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .error-page > .headline {
    float: none;
    text-align: center;
  }
}
.error-page > .error-content {
  margin-left: 190px;
  display: block;
}
@media (max-width: 991px) {
  .error-page > .error-content {
    margin-left: 0;
  }
}
.error-page > .error-content > h3 {
  font-weight: 300;
  font-size: 25px;
}
@media (max-width: 991px) {
  .error-page > .error-content > h3 {
    text-align: center;
  }
}


/* Other */ 

.margin-top-10 { margin-top:10px; }
.margin-top-20 { margin-top:20px; }
.margin-top-30 { margin-top:30px; }
.margin-top-40 { margin-top:40px; }
.margin-top-50 { margin-top:50px; }
.margin-top-60 { margin-top:60px; }
.margin-top-70 { margin-top:70px; }
.margin-top-80 { margin-top:80px; }
.margin-top-90 { margin-top:90px; }
.margin-top-100 { margin-top:100px; }
.margin-bottom-10 { margin-bottom:10px; }
.margin-bottom-20 { margin-bottom:20px; }
.margin-bottom-30 { margin-bottom:30px; }
.margin-bottom-40 { margin-bottom:40px; }
.margin-bottom-50 { margin-bottom:50px; }
.margin-bottom-60 { margin-bottom:60px; }
.margin-bottom-70 { margin-bottom:70px; }
.margin-bottom-80 { margin-bottom:80px; }
.margin-bottom-90 { margin-bottom:90px; }
.margin-bottom-100 { margin-bottom:100px; }
.margin-left-10 { margin-left:10px; }
.margin-right-10 { margin-right: 10px }
.margin-left-0 { margin-left: 0px; }
.align-center { text-align: center; }
.margin-auto{float:none;margin:auto}
.center {text-align:center;}
.form-box{padding:10px 30px 30px;box-shadow:0 0 3px #e0dede}
.no-background{background-color:rgba(0,0,0,0)!important;box-shadow:none!important;border:none!important}
hr{height:1px}
hr,hr.sm{border:0}
hr{background-image:linear-gradient(to right,transparent,#448842,transparent);margin:22px 0}
hr.sm{background-image:linear-gradient(to right,transparent,#448842,transparent);margin:10px 0}
hr.tall{margin:35px 0}
.skin-black-light .main-header > .navbar .navbar-nav > li > a{border:none}
.skin-black-light .main-header .navbar-brand{border:none}
.skin-black-light .main-header li.user-header {background-color: #448842;}
.has-error .select2-container--default .select2-selection--single,.select2-selection .select2-selection--single{border-color:#448842;box-shadow:none}
.has-error .cke_chrome {border: 1px solid #448842;} 




.skin-black-light .main-header>.navbar .nav>li>a:hover,.skin-black-light .main-header>.navbar .nav>li>a:active,.skin-black-light .main-header>.navbar .nav>li>a:focus,.skin-black-light .main-header>.navbar .nav .open>a,.skin-black-light .main-header>.navbar .nav .open>a:hover,.skin-black-light .main-header>.navbar .nav .open>a:focus{color:#448842}
.skin-black-light .main-header>.navbar .nav>li>a{font-size:16px}
.skin-black-light .content-wrapper,.skin-black-light .main-footer{border-left:none;background:#fff}
._line{padding:0;margin:0;font-size:0;height:2px;/*position: relative;top: 20px;*/}
._line .item{display:inline-block;height:2px;float:left}
._line ._line-1{background:#EEA236;width:33%}
._line ._line-2{background:#E74C3C;width:33%}
._line ._line-3{background:#333740;width:34%}
._BREADCRUMB{background:#f5f5f5;padding:10px 0;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}
/* ._BREADCRUMB ._ELEMENTS{list-style:none;border-radius:4px;float:left;padding:0;margin:0} */
._BREADCRUMB ._ELEMENTS{list-style:none;border-radius:4px;float:right;padding:0;margin:0}
._BREADCRUMB ._ELEMENTS>li{display:inline-block}
._BREADCRUMB ._ELEMENTS>li a{color:#448842}
._BREADCRUMB ._ELEMENTS>.active{color:#777}
._BREADCRUMB ._ELEMENTS>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"} 

@media (min-width: 768px) {
.navbar-nav > li > a:after{bottom:10px}
.navbar-nav > li > a:hover:after{background:#448842;right:20px;left:20px;bottom:5px}
.navbar-nav > li > a:after{height:1px;position:absolute;left:100%;right:100%;content:"";-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;-ms-transition:all .4s ease-out}
.dropdown-menu > li > a:hover{background:#fff}
.navbar-nav>li>.dropdown-menu li{position:relative}
.navbar-nav .open .dropdown-menu > li > a:after{bottom:10px}
.navbar-nav .open .dropdown-menu > li > a:hover:after{background:#448842;right:5px;left:5px}
.navbar-nav .open .dropdown-menu > li > a:after{height:1px;position:absolute;left:100%;right:100%;top:100%;content:"";-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;-ms-transition:all .4s ease-out}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a:after{bottom:25px}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a:hover:after{background:#448842;right:25px;left:25px}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a:after{height:1px;position:absolute;left:100%;right:100%;top:100%;content:"";-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;-ms-transition:all .4s ease-out}
.carousel-container{height:400px}
.carousel-container .carousel-inner > .item > a > img,.carousel-inner > .item > img{height:auto; max-height:400px} 

/*
.carousel-container{height:600px}
.carousel-container .carousel-inner > .item > a > img,.carousel-inner > .item > img{height:600px}
*/


}
@media (min-width:990px) {
.dropdown-menu{padding:5 5 5px}
.skin-black-light .main-header{padding:20px 0;background:#fff}
.navbar-nav > li > a{padding:35px 20px;margin:-20px 0}
.navbar-nav .open .dropdown-menu > li > a{padding:15px 20px}
}
.logo-img{padding:0}
.carousel-caption .carousel-caption-title{font-weight:700;font-size:25px}
.carousel-caption .carousel-caption-description{font-size:17px;margin:0}
.carousel{position:relative;border-radius:3px;background:#fff;width:100%;box-shadow:0 1px 1px rgba(0,0,0,0.1)}
.widgets-container{background:#fff;border-bottom:1px solid #ddd;padding-bottom:10px}
.widgets{text-align:center;margin:15px 0}
.widgets .widgets-title{font-size:20px;font-weight:700}
.widgets .widgets-ico{font-size:60px;color:#448842;margin:20px 0}
.widgets .widgets-details{text-align:center;font-size:16px}
.widgets .widgets-divider{margin:1rem 0;border:0;border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.6);line-height:1;height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.contact-us-plugin{color:#fff}
.contact-us-plugin ul li{border-top:1px solid rgba(0,0,0,0.1);padding:10px 0;font-size:15px}
.contact-us-plugin .contact-us-title{font-size:25px;text-transform:capitalize}
.contact-us-plugin .contact-us-widget{list-style:none;padding:0}
.testimonials-title{border-bottom:1px solid rgba(0,0,0,0.1);font-size:25px;text-transform:capitalize;color:#fff;margin-bottom:10px}
#compile_grid_testimonials{background-color:#448842!important;font-style:italic}
#compile_grid_testimonials .carousel-caption-title{margin-bottom:10px;font-size:18px}
#compile_grid_testimonials .carousel-caption-description{font-size:16px}
.custom-widget-css{background:#fff;border-top:1px solid #fff;border-bottom:1px solid #fff}
.custom-widget-css .widgets-title{font-size:28px;color:#FF9900;margin-bottom:6px;margin-top:6px;}
.custom-widget-css .widgets-ico{color:#448842}
.custom-widget-css .widgets-details{text-align:center;font-size:18px} 


/* 

.custom-widget-css{background:#fff;padding:20px 0;border-top:1px solid #fff;border-bottom:1px solid #fff}
.custom-widget-css .widgets-title{font-size:28px;color:#FF9900;margin-bottom:4px;margin-top:4px;}
.custom-widget-css .widgets-ico{color:#448842}
.custom-widget-css .widgets-details{text-align:center;font-size:20px}

*/


@media (max-width: 768px) {
.widgets{margin:0}
.custom-widget-css{padding:0}
hr.tall{margin:10px 0}
.custom-widget-css .widgets-title{font-size:20px}
.custom-widget-css .widgets-details{font-size:16px}
.widgets .widgets-ico{font-size:35px;margin:5px 0}
}
.captcha-input{height:65px;font-size:25px}
.captcha-image{cursor:pointer} 

._NOTICE .reading-preview{font-size:16px;} 
._NOTICE .reading-details{font-size:18px;}
._NOTICE .timeline-body{text-align:justify}
._NOTICE .timeline-footer{text-align:right}
._NOTICE .notice-seo-description{padding:10px 20px;margin:0 0 20px;font-size:16px;font-weight:400;border-left:5px solid #eee;text-align:justify}

._NOTICE .notice-search{cursor:pointer}
._NOTICE .notice-search:hover{color:#FFF;background-color:#448842;border:1px solid #448842}

/*
._NOTICE .article-search{cursor:pointer}
._NOTICE .article-search:hover{color:#FFF;background-color:#448842;border:1px solid #448842}
*/ 

._NOTICE .timeline > li{margin-right:0}
._NOTICE .timeline > li > .timeline-item{margin-right:0}
._NOTICE .notice-search_loader{text-align:right}
._NOTICE .timeline-image{float:left;margin:0 10px 0 0;padding:0}
._NOTICE .timeline-tags a{margin-left:10px}
._NOTICE .comments{margin-top:10px}
._NOTICE .comments .comments-header{font-size:20px;font-style:italic}
._NOTICE .timeline-header a{color:#a34b29; font-size:22px; font-weight:400;}
._NOTICE .timeline-header{position:relative; text-align:left; font-family:'wf_SegoeUILight',"Segoe UI Light","Segoe WP Light","Tahoma",Arial,Verdana,sans-serif;padding-bottom:5px;font-weight:300;}
._NOTICE .timeline-header a:after{bottom:25px}
._NOTICE .timeline-header a:hover:after{background:#448842;right:0;left:0}
._NOTICE .timeline-header a:after{height:1px;position:absolute;left:100%;right:100%;top:100%;content:"";-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;-ms-transition:all .4s ease-out} 
.notice-categories-headline{font-family:'wf_SegoeUILight',"Segoe UI Light","Segoe WP Light","Tahoma",Arial,Verdana,sans-serif;font-size:30px;margin-top:20px}



._ARTICLE .reading-preview{font-size:16px;} 
._ARTICLE .reading-details{font-size:18px;}
._ARTICLE .newsstack-body{text-align:justify;margin:12px;} 
._ARTICLE .newsstack-footer{text-align:right} 

._ARTICLE .article-list-date{margin-left:8px;}
._ARTICLE .article-seo-description{padding:10px 20px;margin:0 0 20px;font-size:15px;font-weight:400;border-left:5px solid #eee;text-align:justify}
._ARTICLE .article-search{cursor:pointer}
._ARTICLE .article-search:hover{color:#FFF;background-color:#448842;border:1px solid #448842} 
._ARTICLE .article-search_loader{text-align:right}

._ARTICLE .newsstack > li{margin-right:0; list-style: none;}
._ARTICLE .newsstack > li > .newsstack-item{margin-right:0}
._ARTICLE .newsstack-image{float:left;margin:0 10px 0 0;padding:0}
._ARTICLE .newsstack-tags a{margin-left:10px}

._ARTICLE .comments{margin-top:10px}
._ARTICLE .comments .comments-header{font-size:20px;font-style:italic}

._ARTICLE .newsstack-header a{color:#a34b29} 
._ARTICLE .newsstack-header{position:relative;margin:0 5px 0 0;text-align:left; font-family:'wf_SegoeUILight',"Segoe UI Light","Segoe WP Light","Tahoma",Arial,Verdana,sans-serif;padding-bottom:5px;font-weight:300;}
._ARTICLE .newsstack-header a:after{bottom:25px}
._ARTICLE .newsstack-header a:hover:after{background:#a34b29;right:0;left:0}
._ARTICLE .newsstack-header a:after{height:1px;position:absolute;left:100%;right:100%;top:100%;content:"";-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;-ms-transition:all .4s ease-out}
.article-categories-headline{font-family:'wf_SegoeUILight',"Segoe UI Light","Segoe WP Light","Tahoma",Arial,Verdana,sans-serif;font-size:30px;margin-top:20px}

.categories{text-align:center;margin:15px 0}
.categories-a{color:#333}
.hvr-underline-from-center{color:#333}
.hvr-underline-from-center:before{color:#448842;background-color:#448842;left:51%;right:51%}
.categories-a:hover{color:#333}
.categories .categories-title{font-size:20px;font-weight:700}
.categories .categories-ico{font-size:60px;color:#448842;margin:20px 0}
.categories .categories-details{text-align:center;font-size:16px}
.categories .categories-divider{margin:1rem 0;border:0;border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.6);line-height:1;height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.categories ul{list-style:none;padding:0;margin:0;line-height:20px;text-align:left}
.categories ul li{padding:0 0 0 30px;margin:0 0 15px;position:relative}
.categories ul li a{color:#448842}
.categories ul li:before{display:inline-block;font-family:FontAwesome;font-weight:400;font-size:22px;position:absolute;top:0;left:0}
.categories ul li.format-standard:before{content:"\f15c"}
.progress-description .menu-items:first-child{border-left:none;padding-left:0}
.progress-description .menu-items{border-left:1px solid rgba(255,255,255,0.36);padding-left:5px;color:#fff;font-size:14px;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}
.sbm-items .sbm-item{padding-left:5px;color:#333;padding-left:5px}
.sbm-items .sbm-item-border:first-child{border-left:none}
.sbm-items .sbm-item-border{border-left:1px solid #222}
.sbm-item:hover{cursor:pointer;color:#448842}
.direct-chat-primary .right > .direct-chat-text a{color:#fff}
._ROUTE_MODE ._ROUTE_TITLE{background:#448842;color:#fff;border-top:1px solid #fff;padding:10px 0;font-weight:400; text-align:right;}
._ROUTE_MODE .h1,.h2,.h3,h1,h2,h3{margin-top:10px;margin-bottom:10px}
._ROUTE_MODE h1{font-weight:400;font-size:30px;font-family:'wf_SegoeUILight',"Segoe UI Light","Segoe WP Light","Tahoma",Arial,Verdana,sans-serif}
._ROUTE_MODE ._ROUTE_CONTAINER{padding:5px 0;text-align:justify}
.main-footer{padding:0}
.top-footer{background:#232529;color:#fff;padding:15px 0 10px}
.copyright-footer{padding:15px 0}
._ROUTE_MODE .box-custom .box-header{padding:5px;background:#448842}
._ROUTE_MODE .box-header > .box-tools{top:0;right:0}
._ROUTE_MODE .box-custom .btn-box-tool{padding:7px 10px 6px;font-size:12px;background:transparent;color:#fff}
._ROUTE_MODE .box-custom .box-body{padding:0}
.direct-chat-text a{color:#000}
.direct-chat-danger .right > .direct-chat-text{background:#448842;border-color:#448842;color:#fff}

@media (max-width: 768px) {
.categories{margin:0}
/* .custom-widget-css{padding:0} */ 
.custom-widget-css{padding:20}
hr.tall{margin:10px 0}
.custom-widget-css .categories-title{font-size:20px}
.custom-widget-css .categories-details{font-size:15px}
.categories .categories-ico{font-size:35px;margin:5px 0}
._ROUTE_MODE h1{font-size:20px}
._ROUTE_MODE .h1,.h2,.h3,h1,h2,h3{margin-top:0;margin-bottom:0}
}
/**/
.navbar-header .navbar-brand b {
    color: #448842;
}

.navbar-header .navbar-brand {
    font-size: 20px;
}
.carousel-caption {
    top: 30%;
}


/* .carousel-caption .carousel-caption-title {
    font-size: 75px;
}
.carousel-caption .carousel-caption-description {
    font-size: 35px;
} 
*/ 

.carousel-caption .carousel-caption-title {
    font-size: 220%;
}
.carousel-caption .carousel-caption-description {
    font-size: 180%;
}

.top-footer .widgets {
  text-align: left;
}
.top-footer .widgets-details {
  text-align: left;
}

._ARTICLE  .images-list 
    {
    margin: auto; 
    margin-left: auto;
    margin-right: auto;
     }


._ARTICLE  .images-list img {
    vertical-align: middle;
    border: 1px solid #f4f4f4;
    border-radius: 1px;
    padding: 5px;
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111111 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,


.modal-success .modal-body {
  background-color: #448842 !important;
}

/*
.modal-success .modal-body {
  background-color: #00a65a !important;
} */

.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}
.link-muted {
  color: #7a869d;
}
.link-muted:hover,
.link-muted:focus {
  color: #606c84;
}
.link-black {
  color: #666;
}
.link-black:hover,
.link-black:focus {
  color: #999;
}
.hide {
  display: none !important;
}
.no-border {
  border: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-shadow {
  box-shadow: none!important;
}
.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.flat {
  border-radius: 0 !important;
}
.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}
.text-sm {
  font-size: 12px;
} 
.jqstooltip {
  padding: 5px!important;
  width: auto!important;
  height: auto!important;
}
.bg-teal-gradient {
  background: #39cccc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
  background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
  background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
  background: -o-linear-gradient(#7adddd, #39cccc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
  color: #fff;
}
.bg-light-blue-gradient {
  background: #3c8dbc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
  background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
  background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  color: #fff;
}
.bg-blue-gradient {
  background: #0073b7 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}
.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
  background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
  background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  color: #fff;
}
.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
  background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
  background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  color: #fff;
}
.bg-purple-gradient {
  background: #605ca8 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
  background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
  background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
  background: -o-linear-gradient(#9491c4, #605ca8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  color: #fff;
}
.bg-green-gradient {
  background: #00a65a !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
  background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
  background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  color: #fff;
}
.bg-red-gradient {
  background: #dd4b39 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
  background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
  background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
  background: -o-linear-gradient(#e47365, #dd4b39) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  color: #fff;
}
.bg-black-gradient {
  background: #111111 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
  background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
  background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
  background: -o-linear-gradient(#2b2b2b, #111111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
  color: #fff;
}
.bg-maroon-gradient {
  background: #d81b60 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
  background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
  background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
  background: -o-linear-gradient(#e73f7c, #d81b60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
  color: #fff;
}

