body {
    line-height: 18px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    width: 100%; 
    background-color: rgb(228, 229, 233);       
 }

 @media (max-width: 767px) {
  .uk-hidden-small {
    display: none !important;
    }
  }

  @media (min-width: 992px) {
    .container {
      width: 100%;
    }
  }

body.site{
  /*background-image: url(../images/backgrounds/36074.jpg);
  opacity: 1.3;
  background-repeat: inherit;
  background-size: inherit;
  background-attachment: inherit; */
  background-position: 0 0; 
}

.layout-boxed .body-innerwrapper {
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

#sp-top-bar {
  background-color: rgb(169, 180, 3);
  padding: 8px 0px 0px 0px;
  margin: 0px !important;  
  /*border: 1px solid rgb(244, 244, 244);
  padding-top: 4px;
  margin: 6px 6px 6px 0px;
  color: #000000;
  height: 32px;
  max-width: 1124px;*/
}

#sp-top1 {   
    text-align: left;
    vertical-align: middle;
    height: 32px;
    padding-left: 0px;
}

#sp-top2 {
    text-align: right;
    vertical-align: middle;
}

#sp-top-mobile {
  background-color: transparent;
  color: #000000;
}

#offcanvas-toggler {
  float: right;
  line-height: 24px;
  margin-left: 15px;
  background-color: #ffffff;
}

#sp-header {
  text-align: right;
  background-color: rgba(203, 208, 120, 0.3);
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 30px;
  max-width: 1240px;
  z-index: 99;
  padding-right: 16px;
  margin: 0px 16px 0px 0px;
}

#sp-navigation {
    background-color: rgba(144, 125, 119, 0.6);
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    color: #141414;
    left: 0;
    position: relative;
    top: 0;
    z-index: 98;    
  }

#sp-breadcrumb
{
  background-color: transparent;
  height: 24px; 
  color: #ffffff;
  padding: 0px 6px 0px 12px;
  border-radius: 0px;
}

#sp-breadcrumb .breadcrumb
{
  margin: 0px;
}

#sp-menu {      
  padding: 0px;  
}  

/*
.sp-menu-item {
  color: #ffffff;
}
*/
.sp-megamenu-parent
 {
     font-size:14px;     
     padding-top: 4px;
     margin: 0px;   
 }

 .sp-megamenu-parent >li >a,
 .sp-megamenu-parent >li >span {
   display: inline-block;
   padding: 0px 5px;
   line-height: 1.5em;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   letter-spacing: 1px;
   color: rgb(111, 117, 63);
   margin: 0;
 }

 .sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
  color: #012514;
}

 .sp-megamenu-parent .sp-module {
    padding: 2px;
  }

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  display: block;
  padding: 2px;
  color: #141414;
  cursor: pointer;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: 0;
    text-align: left;
  }
  .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: auto;
    right: 0;
  }
  .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
    right: 0;
  }
  .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    top: 0;
    left: 100%;
  }
  .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
  }

  .sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    display: block;
    padding: 0;
    position: relative;
    height: 24px;
    color: rgb(41, 44, 18);
  }
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a,
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    display: block;
    padding: 4px;
    color: rgb(41, 44, 18);
    cursor: pointer;
  }
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title,
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
    text-transform: uppercase;
    font-weight: bold;
  }
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
    color: rgb(41, 44, 18);
  }
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
    color: rgb(41, 44, 18);
  }

  .sp-megamenu-parent .sp-dropdown-mega >.row {
    margin-top: 30px;
  }
  .sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
    margin-top: 0;
  }
  .sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
    display: block;
  }
  .sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
    -webkit-animation: spMenuFadeIn 400ms;
    animation: spMenuFadeIn 400ms;
  }
  .sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
    -webkit-animation: spMenuZoom 400ms;
    animation: spMenuZoom 400ms;
  }

.sp-megamenu-parent .sp-dropdown {
    margin: 0;
    position: absolute;
    z-index: 10;
    display: none;    
  }

.sp-megamenu-parent .sp-dropdown-mega >.row {
    margin-top: 10px;   
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background-color: rgb(203, 208, 120);
  padding: 10px;
  width: 360px; 
}  

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;  
}

.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 6px;
  padding-left: 10px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
  color: rgb(41, 44, 18);
}

#sp-position1 {
  background-color: rgba(169, 180, 3, 1.0);
  border: 2px solid rgb(244, 244, 244);
  padding: 8px;
  margin: 0px 2px 0px 2px;
  width: 20%;  
  height: 410px;
  font-weight: 600;
  color: black;
}

#sp-position1 .sp-module-content {
  opacity: 1.0;
}

#sp-position2 {
  background-color: rgba(169, 180, 3, 1.0);
  border: 2px solid rgb(244, 244, 244);
  padding: 8px;
  margin: 0px 2px 0px 2px;
  width: 24%;  
  height: 410px; 
  font-weight: 600;
  color: black;
}

#sp-position2 .sp-module-content .customrichbox-1 {
  opacity: 1.0;
}

/*
.section {
  width: 100%;
}
*/

#sp-slider
{
  width: 55%;
  padding: 0px;
  height: 400px;
}


#sp-slider .sp-module .sp-module-content
{
  padding: 0px;
  height: 400px;
}

#sp-main-body
{
  padding: 0px;
}

#sp-left{
  background-color: rgba(169, 180, 3, 1.0);
  border: 2px solid rgb(244, 244, 244);
  color: #000000;
  margin: 0px 2px 0px 2px;
  padding: 8px;
  width: 20%;
}

#sp-component{
  margin: 0px 0px 0px 0px;
  padding: 8px;
  background-color: rgba(228, 229, 233, 0.6);  
  width: 55%;
}

#sp-right {
  background-color: rgba(169, 180, 3, 1.0);
  border: 2px solid rgb(244, 244, 244);
  color: #000000;
  margin: 0px 2px 0px 2px;
  padding: 8px 0px 8px 6px;
  width: 24%;
}

.djslider-default {
  margin: 0 auto;
  position: relative;
  transition: opacity 400ms ease;
  opacity: 0;
  width: 600px;
}

.layout-boxed .body-innerwrapper {
  background: transparent;
}

.nav
{
  padding: 8px!important;
  color: #000000;
  
}

ul.nav.menu li a,
div.sp-left ul.nav.menu ul li a {
	display: block;
  background: url(../images/icons/icons-base.png) left -343px no-repeat;
  color: #000000;
  opacity: 1.0;
	padding-left: 16px;
}

a:hover{
  color: #fff;
  background-color: rgb(150, 3, 3);
}

ul.nav.menu li a:hover
{
  color: #fff;
  background-color: rgb(150, 3, 3);
}

ul.nav.menu li.current.active
{
  color: #ffffff;
  background-color: rgb(207, 240, 146);
}

.sp-module .sp-module-title {
  margin-top: 0px;
  margin-bottom: 10px;;
  font-size: 1.5em;
  text-transform: none;
  line-height: 1;
  font-weight: 600;
}

.sp-module ul >li >a {
  display: block;
  line-height: 1.5;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-bottom: 1px dotted #999999;
	color: #01250c;
	text-decoration: none;
  cursor: pointer;
  list-style-type: square;
  text-align: -webkit-match-parent;
}

.sp-module ul >li >a:before {
  font-family: FontAwesome;
  
  font-weight: 300;
  content: none /*"\f111"*/;
  margin-right: 0px;
  font-size: 6px;
  color: rgb(1, 37, 1);
  
  font-display: block;
}

.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

.entry-header h2 {
  margin: 4px 0 0;
  font-size: 18px;
  line-height: 1;
}

/*
.container {
    width: 100%;
}
*/

#sp-footer {
  background-color: rgba(203, 208, 120, 0.3);
   max-width: 1240px;
  padding: 10px;
}

