.banner {
   /* width: 990px;
    height: 150px; */
    background-image: url(/images/banner_bg.png);
    margin: 5px auto;
    padding: 0;
}

.topstart {
    
} 


/*Align to top on artivles */

.entry-header.has-post-format {
  /*  margin-left: 68px; */
    display: flex;
  margin-bottom: none; 
  margin-top: -30px;
}

/* Change the logo size */
#sp-logo img {
    width: 287px; /* Adjust the width to your desired size */
    height: 120px; /* To maintain the aspect ratio */
}

/* Remove the dots */
#top-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Display menu items horizontally */
#top-menu li {
  display: inline-block;
  margin-right: 10px; /* Adjust as needed for spacing between items */
}

/* Remove underlines from links (optional) */
#top-menu li a {
  text-decoration: none;
}


#sp-header {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    height: 50px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    font-weight: bold;
}

 .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #228B22;
    padding: 15px;
   
}

#sp-main-body {
    padding:  0 !important;
}

.sp-module .sp-module-title {
    /*margin: 0 0 20px;*/
    /*font-size: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    /*text-transform: uppercase;
    line-height: 1; */
   /* background-image: url(/images/bg.png);*/
  
      font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid #fff;
    background: #e9e9e9 url(/images/bg.png) repeat-x 0 0;
    margin: 0;
    padding: 8px 10px;
    text-shadow: 0 1px #FFF;
}
 /*Tours Title */
.tours{
   
      font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid #fff;
    background: #e9e9e9 url(/images/bg.png) repeat-x 0 0;
    margin: 0;
    padding: 8px 10px;
    text-shadow: 0 1px #FFF;
}

/* Minifrontpage Images */
/*.mfp-introtitle a {
font-size:20px!important;
color:#cccc00;
font-weight:700;}*/
.mfp_default_skin_default .mfp_default_item .mfp_default_title a {
    font-weight: 0 !important;
    /*font-size: 1em !important; */
    font-size: 5px !important;
   
}
/*.mfp_default_skin_default .mfp_default_item .mfp_thumb_pos_top img,.mfp_default_skin_default .mfp_default_item .mfp_thumb_pos_top2 img {
    max-width: 100px;
    width: 100px;
    height: auto;
    margin-bottom: 1em
    float: left; */


/* Bottom Menu */
.bottom-menu {
    display: flex;
    justify-content: center;
    margin: 10px auto;
    border-top: 1px solid #CCC;
    padding-top: 10px;
}

.bottom-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bottom-menu ul li {
  display: inline-block; /* Change 'display' to inline-block */
  background: none;
}

.bottom-menu ul li a {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}

.bottom-menu ul li a:hover {
  color: #7FB301;
}

/* Bottom 1 */



.bottom1 {
   
    text-align: center;
}

.bottom1 li {
  display: inline-block;
  margin-right: 10px; /* Adjust as needed for spacing between items */
}

/* Remove underlines from links (optional) */
.bottom1 li a {
  text-decoration: none;}

