@font-face {
    font-family: 'ubuntubold';
    src: url('../fonts/ubuntu-b-webfont.eot');
    src: url('../fonts/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-b-webfont.woff2') format('woff2'), url('../fonts/ubuntu-b-webfont.woff') format('woff'), url('../fonts/ubuntu-b-webfont.ttf') format('truetype'), url('../fonts/ubuntu-b-webfont.svg#ubuntubold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntulight';
    src: url('../fonts/ubuntu-l-webfont.eot');
    src: url('../fonts/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-l-webfont.woff2') format('woff2'), url('../fonts/ubuntu-l-webfont.woff') format('woff'), url('../fonts/ubuntu-l-webfont.ttf') format('truetype'), url('../fonts/ubuntu-l-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/ubuntu-r-webfont.eot');
    src: url('../fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-r-webfont.woff2') format('woff2'), url('../fonts/ubuntu-r-webfont.woff') format('woff'), url('../fonts/ubuntu-r-webfont.ttf') format('truetype'), url('../fonts/ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.white {
    color: #fff;
}
.ubold {
    font-family: 'ubuntubold';
}
.uregular {
    font-family: 'ubunturegular';
}
.ulight {
    font-family: 'ubuntulight';
}
body {
    font-family: 'ubuntulight';
    background-color: #fefeff;
}
/* remove the original arrow */

select.input-custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    /* no standardized syntax available, no ie-friendly solution available */
}
select + i.fa {
    float: right;
    margin-top: -25px;
    margin-right: 5px;
    /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
    
    pointer-events: none;
    /* everything after this is just to cover up the original arrow */
    /* (for browsers that don't support the syntax used above) */
    
    background-color: #fff;
    padding-right: 5px;
}
.top-btn {
    position: fixed;
    transition: all 0.3s;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    color: #009925;
}
.top-btn:hover {
    color: #009925;
    text-shadow: 0px 0px 2px #333;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none
}
.icon-bar {
    color: black;
    border-color: black;
    background-color: black;
}
.navbar h1 {
    margin: 0px;
    padding: 0px;
    font-size: 2.5em;
}
.navbar img {
    height: 60px;
}
.navbar a {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}
.navbar li {
    background-color: #fff;
}
.searchpanel {
    background-image: url('../images/blackol.png');
    padding: 50px;
    margin-top: 0px;
}
.colorpanel {
    position: relative;
    top: -50px;
    padding: 50px;
    background-color: #009925;
    color: #fff;
}
.img-thumbnail {
    border-radius: 0px;
}
.cat a {
    display: block;
    transition: padding 0.4s;
    color: #333;
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}
.cat a:hover {
    transition: padding 0.2s;
    padding-left: 20px;
}
.footer a {
    display: block;
    padding: 5px;
    color: #fff;
}
.footer p {
    padding: 10px;
    color: #fff;
}
.footer h5 {
    color: #fff;
}
.topheader {
    border-bottom: 5px solid #D80000;
    height: 120px;
}
.green {
    color: #009925;
}
.banner {
    background-image: url('../images/back.jpg');
    background-size: cover;
    background-position: top center;
    height: 500px;
}
.searchbanner{
    background-image: url('../images/back2.jpg');
    background-size: cover;
    background-position: top center;
    padding: 20px;
}
.searchpanel2{
    background-image: url('../images/blackol.png');
    padding: 20px;
}
.searchpanel2 h2{
    margin: 0px;
    padding-bottom: 5px;
}

.testimonial {
    margin-top: 0px;
    padding: 20px;
    padding-bottom: 40px;
    background-color: #eee;
}
.follow h5,.follow a {
    color: #fff;
}
.media-body{
    padding: 5px;
}
.badge{
    padding-left: 2px;
}
/*.btn-danger{
    background-color: #D80000;
}*/
/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}
@media screen and (max-width: 991px) {
    .navbar h1 {
        margin: 0px;
        padding: 0px;
        font-size: 1.5em;
    }
    .navbar img {
        height: 40px;
    }
    .topheader {
      position: relative;
      z-index: 999;
      height: 110px;
        padding-bottom: 50px;
    }
    .banner {
        height: auto;
    }
    .banner h2 {
        font-size: 1.5em;
    }
    .searchpanel {
        background-image: url('../images/blackol.png');
        padding: 10px;
        margin-top: 50px;
    }
    .colorpanel {
        padding: 20px;
        top: 50px;
    }
    .testimonial {
        margin-top: 80px;
        margin-bottom: 40px;
        padding: 20px;
    }
    .lastli{
      border-bottom: 5px solid #D80000;
    }
}
@media screen and (min-width: 992px) {
    .searchpanel2 .col-sm-3{
        border-left: 2px solid #fff;
    }
    .searchpanel .col-sm-3{
        border-left: 2px solid #fff;
    }
}

.alertsandclock 
{
   display:none;
   position:fixed;
   z-index: 999;   
   width: 100%;
   height: 100%;
   top:0;
   left:0;
   background-image: url('../images/wol.png');
   
}
#innerblock{
  position: absolute;
  width: 220px;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
label.error{
	color:#FF0000;
	font-size:9px;
}
/* Flash CSS start */
.flash{
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 41s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-name: example;
    animation-duration: 1s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0%   {color: #009925;}
    25%  {color: #009925;}
    50%  {color: #fff;}
    100% {color: #fff;}
}

/* Standard syntax */
@keyframes example {
    0%   {color: #009925;}
    25%  {color: #009925;}
    50%  {color: #fff;}
    100% {color: #fff;}
}

/* Flash CSS end */