



.header-logo .logo {
  text-align: center;
}

.logo {
  margin-bottom: 10px;
}
.nav-links {
  padding-top: 10px;
}

.hamburger-menu-wrapper {
  /*margin-top: 20px;*/
}

.shadowed {
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.5));
    filter: url(#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
}

.timeline-block .timeline-title span {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.fixed .header-main.header-fixed .logo .header-logo {
  position: fixed;
  float: left;
  -webkit-filter: drop-shadow(3px 3px 3px #000); 
  filter: drop-shadow(3px 3px 3px #000); 
  width:150px;
  background-image: url("assets/images/logo/bblogoweb.png");
}

.navigation {
  /* margin-top: 30px;*/
   /*padding-bottom: 30px;*/
}

 .main-menu {
   /*margin-top: 30px;
   padding-bottom: 30px;*/
}

.nav-links {
   /*margin-top: 30px;
   padding-bottom: 30px;*/
}

/* Table Data  From here on Gerald's edits*/

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    /*font-family: sans-serif;*/
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #071740;
    color: #ffffff;
    text-align: left;
}
.styled-table thead tr:. {
    background-color: #071740;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #071740;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
color: #071740 ;
}


.home-p .group-title .sub-title .icons::after {
    position: absolute;
    content: '';
    width: 54px;
    height: 2px;
    background-color: #fff;
    right: 105%;
    bottom: 7px;
}

.home-p .group-title .sub-title .icons {
    font-size: 28px;
    color: #fff;
}

.home-p .group-title .sub-title .text {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
}

.home-p .contact-wrapper-style .text {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
}

.blog-image .blog-content .col-xs-2 .col-xs-10-new {
    width: 100% !important;
}


.contact-box > .text a {
    font-style: italic;
    color: #071740;
}

/* Index for CSS Contact Form */

/* Messages box */

.contactMe .msg {
  display: none;
  padding: 12px 20px 12px 40px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  word-break: break-word;
  margin: 20px 0 10px 0;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left 12px top 12px;
/*  color: #071740 !important;
*/
}

.contactMe .msg.error {
  color: #FFF;
  background-color: #FFA12A;
  background-image: url(../imgs/x.png);
}

.contactMe .msg.success {
  color: #FFF;
  background-color: #00D466;
  background-image: url(../imgs/tick.png);
}

.contactMe .msg strong {
  color: inherit;
}


.blog-post .blog-content .heading {
    padding-left: 10px;
    padding-right: 10px;
}

.blog-post .blog-content .meta-info {
    padding-left: 10px;
    padding-right: 10px;
}

.blog-post .blog-content h5 {
    padding-left: 10px;
    padding-right: 10px;
}

.blog-post .blog-content p {
    padding-left: 10px;
    padding-right: 10px;
}

.blog-post .blog-content ul {
    padding-right: 10px;
}

*/ THIS IS FOR THE SLIDER */


.large-nav {

    font-weight: 800 !important;
    font-size: 16px !important;
}

.activity span {
        color: #ffffff !important;
}


.label-sale a:hover {
 
  color: #fff !important;
  }
.spacer {
    paddong-top: 10px;
}

.img-right {
    display: block;
    width: auto;
    /* height: auto; */
    float: none;
    clear: right;
    margin-top: 30px;
}

.img-right img {
    display: block;
    width: 100%;
    margin-bottom: 80px;
}


















