/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 30, 2015, 3:10:52 PM
    Author     : cr
*/
.sds-ad-bar {
  background-color: #f2f2f2;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch; }
  .sds-ad-bar .navbar {
    margin-bottom: 0; }
  .sds-ad-bar .navbar-default {
    background-color: #3498db;
    border-color: transparent; }
  .sds-ad-bar .navbar-default .navbar-brand {
    color: white; }
  .sds-ad-bar .navbar-default .navbar-nav > li > a {
    color: white; }
  .sds-ad-bar li > a {
    color: #3498db;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in; }
    .sds-ad-bar li > a:hover, .sds-ad-bar li > a:focus {
      color: #7b7b7b;
      text-decoration: none;
      outline: 0; }
    .sds-ad-bar li > a:before, .sds-ad-bar li > a:after {
      -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
      -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
      -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
      -o-transition: color 0.1s ease-in, background 0.1s ease-in;
      transition: color 0.1s ease-in, background 0.1s ease-in; }
  .sds-ad-bar p {
    line-height: 20px;
    font-size: 16px; }
  .sds-ad-bar .navbar-default .navbar-text {
    color: #fff; }
