/*
Theme Name: GIC Bowers Theme
Theme URI: https://gic.delaware.gov
Description: Bootstrap 3 responsive WordPress theme template. -- By the Delaware Government Information Center (GIC).
Author: Julianne Solum
Author URI: https://gic.delaware.gov/
Version: 1.0
Tags: mobile first, responsive, Delaware.
*/
body { 
padding-top: 54px; 
padding-bottom: 0px; 
background-color: #999 !important;
color: #5f666d !important;
margin-top:0px !important;
font-size: 16px !important;
}
p {font-size:16px !important;}
/* Wordpress Specific Image Classes */
img.alignright {float:right; margin:0 0 1em 1em !important}
img.alignleft {float:left; margin:0 1em 1em 0 !important}
img.aligncenter {display: block; margin-left: auto; margin-right: auto !important}
a img.alignright {float:right; margin:0 0 1em 1em !important}
a img.alignleft {float:left; margin:0 1em 1em 0 !important}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto !important}
/* end WP image classes */
.wp-caption {
	max-width: 96%;
	background-color: #f3f3f3;
	font-size: 12px;
	padding: 5px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
img#wpstats{display:none !important}
a {word-wrap:break-word;}
/* Mime Types */
/* general reset/setup styling for icons - needed on all */
.icon::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block; 
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
a[href$=".pdf"].icon::after {
font-family: "Font Awesome 5 Pro"; 
content: "\f1c1";
margin-left: 0.25em;
}
a[href$=".doc"]::after {
font-family: "Font Awesome 5 Pro"; 
content: "\f1c2";
margin-left: 0.25em;
}
a[href$=".docx"]::after {
font-family: "Font Awesome 5 Pro"; 
content: "\f1c2";
margin-left: 0.25em;
}
a[href$=".xls"]::after {
font-family: "Font Awesome 5 Pro"; 
content: "\f1c3";
margin-left: 0.25em;
}
a[href$=".ppt"]::after {
font-family: "Font Awesome 5 Pro"; 
content: "\f1c4";
margin-left: 0.25em;
}
a[href ^="mailto:"]::after {
font-family: "Font Awesome 5 Pro"; 
content: "\f0e0";
margin-left: 0.25em;
}
a[href$=".zip"]::after {
font-family: "Font Awesome 5 Pro"; 
content: "\f1c6";
margin-left: 0.25em;
}
/* END MIME TYPES */
/*======================================= EVENT CALENDAR ================================*/
.eme-location-map {
width: 100% !important;
height: 350px !important;
}
.eme-calendar-table {
font-size: 12px;
width:100%;
height:240px;
background-color:#4aa3db;
color:#FFF;
}
.month_name {
color:#FFF;
font-family: 'Roboto Condensed', sans-serif;
font-weight:100;
font-size:18px;
}
.eme-calendar-table thead th {
	padding: 10px 0px 10px 0px;
    text-transform: uppercase;
    color: #FFF;
    border-bottom: 1px solid #bbb;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.eme-calendar-table tbody td {
color: #666;
padding: 8px;
text-align: center;
border: 1px solid;
border-color: #fff #bbbbbb #bbbbbb #fff;
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dedede));
background: -moz-linear-gradient(top,  #ededed,  #dedede);
}
table.eme-calendar-table td {
padding:2px !important;
padding-top:5px !important;
}
table.eme-calendar-table td.eventful a {
color:#61aadd !important;
font-weight:bold;
}
.prev-month {
color:#FFF !important;
font-size:12px;
font-family: 'Roboto Condensed', sans-serif;
}
.next-month {
color:#FFF !important;
font-size:12px;
font-family: 'Roboto Condensed', sans-serif;
}
.left-sidebar-interior tr td .next-month {
color:#FFF !important;
font-family: 'Roboto Condensed', sans-serif;
}
.left-sidebar-interior tr td .prev-month{
color:#FFF !important;
font-family: 'Roboto Condensed', sans-serif;
}

/** Specific Event Date Styles **/
table.eme-calendar-table td.eventful a {
color:#fff !important;
font-weight:bold;
transition: 0.4s ease-in-out;
}
table.eme-calendar-table td.eventful a:hover {
color:#FFF !important;
transition: 0.4s ease-in-out;
text-decoration: none !important;
background-color: #34a7ed !important;
}
.eventful {
background: #2799df !important;
transition: 0.4s ease-in-out;
}
.eventful:hover {
background-color: #34a7ed !important;
}
/*======================================= / END OF EVENT CALENDAR ================================*/
/*====================== ADA ================================================*/
    a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    overflow: hidden;
    z-index: -9999;
}
a.skip-main:focus, a.skip-main:active {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    left: auto;
    top: -7px;
    overflow: auto;
    margin: 10px 30%;
    z-index: 9999;
}
/*====================== /END ADA ================================================*/
.col-sm-2.input-group {
float: right !important;
margin-top: 8px !important;
margin-right: 10px !important;
}
.town-header {
background-image: url('img/header-img.jpg');
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
height: 450px;
-webkit-box-shadow: 0 1px 1px -1px #505050;
-moz-box-shadow: 0 1px 1px -1px #505050;
box-shadow: 0 1px 1px -1px #505050;
-webkit-backface-visibility:hidden;
z-index:1000;
}
.town-header-interior {
/*background-color:#4e82a7;
border-bottom:2px solid #2799df;
height:160px;*/
background-image: url('img/interior-header-img.jpg');
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
height: 160px;
border-bottom:3px solid #2799df;
-webkit-backface-visibility:hidden;
z-index:1000;
}
.town-header-interior .town-title h1 {
font-family: 'Playball', cursive;
color: #FFF;
font-size: 75px;
text-shadow: 1px 1px #717171;
}
.town-header-interior .town-title h2{
font-family: 'Open Sans', sans-serif;
color:#FFF;
text-transform:uppercase;
letter-spacing:12px;
margin-left:10px;
margin-top:-20px;
font-size:24px !important;
text-shadow: 1px 1px #717171;
}
.town-footer {
font-family: 'Roboto Condensed', sans-serif;
background-color: #FFF;
height: 140px;
border-top: 4px solid #b7d7ec !important;
border-bottom: 4px solid #b7d7ec !important;
color:#4aa3db
}
.footer-left p {
font-size: 16px !important;
font-weight:300;
padding-top: 15px;
}
.footer-right p {
padding-top: 15px;
text-align: right;
font-size: 16px !important;
font-weight:300;
}
.town-title h1 {
font-family: 'Playball', cursive;
color: #FFF;
font-size: 120px;
}
.town-title h2 {
font-family: 'Open Sans', sans-serif;
color:#FFF;
text-transform:uppercase;
letter-spacing:19px;
font-size:38px;
font-weight:300;
margin-top:-28px;
margin-left:20px;
}
.tagline {
font-size: 28px !important;
font-family: 'Playball', cursive;
color:#06385d;
}
.hdr_hr {
border-top: 2px solid #979797 !important;
margin-top:-25px !important;
margin-bottom:-10px !important;
width:42%;
}
.home-text-area {
background-color: white;
padding: 10px;
min-height: 300px;
margin-bottom: 10px;
font-size: 18px;
}
.home-text-area .btn-default {
border-radius:0px;
border-color:#4aa3db;
background-color:#4aa3db;
color:#FFF;
font-family: 'Roboto Condensed', sans-serif;
font-weight:300;
font-size:16px;
padding:5px 10px 5px 10px;
}
.home-text-area .btn-default:hover {
background-color:#1990d2 !important;
color:#FFF;
border-color:#4aa3db;
padding:5px 10px 5px 10px;
}
.home-text-area .btn-default:focus {
background-color:#4aa3db !important;
color:#FFF;
}
.home-text-area .town-subtitle {
font-family: 'Roboto Condensed', sans-serif;
font-weight:300;
color:#FFF;
font-size:34px;
padding: 8px 5px 8px 5px;
margin-top:-10px;
margin-bottom:20px;
background-color:#4aa3db;
text-align:center;
}
.home-text-area p {
color:#18578d;
font-family: 'Roboto Condensed', sans-serif;
font-weight:300;
line-height:26px;
}
h2.town-subtitle {

}
.meetings-home h2.town-subtitle {
display:none;
}
h4.town-subtitle {
margin-top: -8px;
color: #3d7ea9;
font-size: 24px;
}

.town-menu-title {
color: #4aa3db;
font-family: 'Roboto Condensed', sans-serif;
font-weight:300;
padding-left: 15px;
margin-top: 12px !important;
}
.nav-search {
margin-top: -42px;
}
.btn-search {
height: 34px;
border-radius: 0px !important;
background-color:#2799df;
border:1px solid #3d93ca;
}
.btn-search a:hover {
background-color: #2e688d !important;
}
.btn-search .fa-search {
color:#FFF !important
}
h2.interior-heading {
margin-top: 0px !important;
}
h3 {
margin-top: 0px;
color: #736e67;
font-weight:lighter !important;
}
li.page_item a:hover {
color: #5492b2 !important;
background-color: #c5dae5 !important;
}
li.page_item a {
color: white !important;
}
.main-body {
background-color:#FFF;
min-height: 300px;
padding-top: 45px;
padding-bottom:25px;
}
.main-body-interior {
background-color:#FFF;
min-height:950px;
padding-top:30px;
padding-bottom:20px;
}
.main-body-interior p {
color:#4f4f4f;
}
.main-body-interior h2 {
color:#006aab;
font-family: 'Roboto Condensed', sans-serif;
margin-bottom:20px;
font-size:34px;
}
.main-body-interior h3 {
color:#e68d21;
margin-bottom:15px;
margin-top:25px;
font-size:28px;
font-family: 'Roboto Condensed', sans-serif;
}
.main-body-interior ul li {
list-style-type:square;
margin-bottom:15px;
}
.main-body-interior hr {
border-top:2px solid #ecf3ff;
border-top-style:dashed;
}
.slider-area {
border: 5px solid #4aa3db;
margin-bottom: 10px;
/*max-height: 310px;*/
}
.home-page-bottom {
height: auto;
padding: 50px 0px 50px 0px;
background-color:#f6fbff;
}
.home-page-bottom h4 {
font-family: 'Roboto Condensed', sans-serif;
font-weight:300;
color:#4aa3db;
font-size:42px;
}
.left-sidebar-home {
height: auto;
min-height: 400px;
/*margin-left: -15px;
margin-right: -15px;*/
margin-left:-15px;
margin-right:15px;
margin-bottom: 10px;
}
.left-sidebar-interior {
height: auto;
margin-left: -15px;
margin-bottom: 10px;
padding: 10px;
}
.latest-posts-home {
min-height: 400px;
/*margin:0 -20px 10px 20px !important;*/
margin-right:10px;
}
.latest-posts-home h2.town-subtitle {
display:none;
}
.latest-posts-home ul {
list-style:none;
font-family: 'Roboto Condensed', sans-serif;
font-weight:300;
font-size:20px;
margin: 20px 0 30px -12px;
}
.latest-posts-home ul li {
margin-bottom:41px;
margin-right:-10px;
}
.latest-posts-home ul li a {
color:#4aa3db;
}
.latest-posts-home ul li:before {
font-family: 'Font Awesome 5 Solid';
content: '\f0da';
display:none;
}
.latest-posts-home ul li .svg-inline--fa {
color:#2c6090;
font-size:18px;
margin:0 15px 0 -25px;
}
.meetings-home {
min-height: 400px;
/*margin: 0 0 10px 30px;*/
margin-left:10px;
}
.meetings-home ul {
list-style: none;
font-family: 'Roboto Condensed', sans-serif;
font-weight:300;
font-size:20px;
margin:20px 0 30px -12px;
}
.meetings-home ul li:before {
font-family: 'Font Awesome 5 Solid';
content: '\f0da';
display:none;
}
.meetings-home ul li .svg-inline--fa {
font-size:18px;
color:#2c6090;
margin:0 10px 0 -22px;
}
.meetings-home ul li {
margin-bottom:38px;
}
.meetings-home ul li a {
color:#4aa3db;
}
span.list-color-item {
color:#1f5c93;
}
.ngg-navigation {
margin-bottom:20px;
}
.home-page-bottom .read-more {
border-radius:0px;
border-color:#4aa3db;
background-color:#4aa3db;
color:#FFF;
font-family: 'Roboto Condensed', sans-serif;
font-weight:300;
font-size:16px;
padding:5px 10px 5px 10px;
}
.home-page-bottom .read-more:hover {
background-color:#1990d2 !important;
color:#FFF;
border-color:#4aa3db;
padding:5px 10px 5px 10px;
}
.home-page-bottom .read-more:focus {
background-color:#4aa3db !important;
color:#FFF;
}
.fb-wrapper {
padding-top:8px;
border-top:3px solid #4aa3db;
border-bottom:3px solid #4aa3db;
}
.fb-wrapper a {
font-family: 'Roboto Condensed', sans-serif;
font-weight:300;
font-size:32px;
color:#4aa3db;
}

.town_tabs_buttons,.town_tabs_buttons h4,.town_tabs_buttons:hover{
color:#4aa3db!important;
text-decoration:none!important;
}
.town_tabs_buttons{
height:75px;
padding:2px;
text-align:center;
background-color:#FFF;
border:2px solid #4aa3db;
margin-bottom:45px;
}
.town_tabs_buttons:hover{
height:75px;
padding:2px;
text-align:center;
background-color:#f4faff;
}
.town_tabs_buttons h4{
font-size:28px!important;
margin-top:20px;
}

.town_tabs_buttons a,.town_tabs_buttons a:focus,.town_tabs_buttons a:hover,.town_tabs_buttons a:link{
color:#4aa3db!important;
text-decoration:none!important;
}

/*================================== PANEL STYLES ===================================*/
.panel-title {
margin-top:15px;
margin-bottom: 15px;
}
.panel-default>.panel-heading {
background-color: #FFF;
border:2px solid #2799df !important;
}
.panel-default>.panel-heading:hover {
background-color: #f8feff;
}
.panel-title>a:hover {
cursor:pointer;
}
.panel-title>a {
font-family: 'Roboto Condensed', sans-serif;
font-weight:300;
color: #1585c9;
text-decoration:none;
font-size:24px;
}
.panel-body {
border: 1px solid #405f7c !important;
}
.panel-group h2 {
font-family: 'Roboto Condensed', sans-serif;
font-weight:300;
font-size:20px !important;
}
.panel-group ul li {
list-style-type:square;
color:#2a4d84  !important;
}
/*================================== FB STYLES ===================================*/
.facebook-wrapper {
border-top:3px solid #2a4d84;
border-bottom:3px solid #2a4d84;
}
.facebook-wrapper h3 {
font-family: 'Fjalla One', sans-serif;
font-size:24px;
color:#2a4d84;
padding: 15px 0px 5px 0px;
text-align:center;
}
.fa-facebook-official {
padding-right:10px;
}
.fa-lg {
vertical-align:0% !important;
}
.main-body-interior .facebook-wrapper h3 {
font-family: 'Fjalla One', sans-serif;
font-size:24px;
color:#2a4d84;
padding: 15px 0px 5px 0px;
text-align:center;
margin-top:0px;
}
/*================================== META SLIDER ===================================*/

.nivoSlider {
min-height: 296px;
}
img.nivo-main-image {
display: block;
}
.nivo-caption {
font-family: 'Roboto Condensed', sans-serif;
color:#267ebe !important;
background-color: #FFF !important;
}

/*======================= BOOTSTRAP OVERRIDES ========================================*/

.navbar {
border-radius: 0px !important;
border-bottom: 4px solid #3d729a !important;
height: 54px !important;
}
.navbar-default {
background-color: #FFF !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
font-family: 'Roboto Condensed', sans-serif;
color:#2799df  !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
background-color: #eef9ff !important;
}
.navbar-default .navbar-nav>.open>a {
background-color: #eef9ff !important;
color: #2799df; 
}
.nav {
padding-top: 0px;
}
/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
.navbar-nav
{
    margin-left: -15px !important;
    position: relative;
    z-index: 10;
}}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.navbar-nav
{
    margin-left: -15px !important;
    position: absolute;
    z-index: 10;
}}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.navbar-nav
{
    margin-left: -15px !important;
    position: absolute;
    z-index: 10;
}}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.navbar-nav
{
    margin-left: -15px !important;
    position: absolute;
    z-index: 10;
}}
.navbar-default .navbar-toggle {
/* custom styles here */
}
.navbar-default .navbar-toggle .icon-bar {
/* custom styles here */
}
.navbar-nav {
margin-left: -15px !important;
}
.navbar-collapse .form-control {
border-radius: 0px !important;
}
.navbar-default .navbar-nav>.active>a {
background-color: #4aa3db !important;
color: white !important;
}
.navbar-default .navbar-nav>.active>a:hover {
background-color: #30a3e9 !important;
}
.navbar-default .navbar-nav>li>a {
color: #2799df !important;
font-size:16px !important;
font-family: 'Roboto Condensed', sans-serif;
}
.navbar-default .navbar-nav>li>a:hover {
background-color: #eef9ff !important;
}
.navbar-collapse {
background-color:#FFF;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
background-color:#eef7ff !important;
}
/*====================== MEDIA QUERIES ================================================*/
/* SMALL DESKTOP VIEWPORT */
@media (min-width: 992px) and (max-width: 1199px) {
.home-text-area {
height:auto;
}
.home-text-area .town-subtitle {
font-size:26px;
}
.town-title h2 {
font-size:40px;
margin-left:20px;
}
.home-page-bottom h4 {
font-size:38px;
}
.fb-wrapper a {
font-size:28px;
}
.hdr_hr {
width:50%;
}}
/* END SMALL DESKTOP VIEWPORT */

/* TABLET VIEWPORT */
@media (min-width: 768px) and (max-width: 991px) {
.latest-posts-home {
margin-left: -15px !important;
margin-right: -15px !important;
padding-bottom:75px;
}
.meetings-home {
margin-left: -15px !important;
margin-right: -15px !important;
}
#wp-calendar #next a {
font-size: 10px;
margin-top: 15px;
}
#wp-calendar #prev a {
font-size: 10px;
margin-top: 15px;
}
.home-text-area {
font-size: 16px;
}
.hdr_hr {
width:69%;
}
.home-text-area {
margin-top:45px;
margin-bottom:-35px;
}
.home-text-area .town-subtitle {
text-align:center;
}
.latest-posts-home .town-subtitle  {
font-size:38px;
}
.meetings-home .town-subtitle  {
font-size:38px;
}}
/* END TABLET VIEWPORT */

/* MOBILE VIEWPORT */
@media (max-width: 767px) {
.town-header-interior .town-title h1 {
font-size:55px !important;
}
.town-header-interior .town-title h2 {
font-family: 'Open Sans', sans-serif;
color:#FFF;
text-transform:uppercase;
letter-spacing:10px;
margin-left:10px;
margin-top:-20px;
font-size:18px !important;
text-shadow: 1px 1px #717171;
}
.town_tabs_buttons{
margin-bottom:5px !important;
}
.navbar-default .navbar-nav>.open>a {
background-color:#f7fcff !important;
}
body {
margin-top:0px !important;
}
.main-body-interior .facebook-wrapper h3 {
font-size:18px;
}
.town-header-interior .town-title {
margin-left:-25px;
}
.town-header-interior {
height:130px;
}
.home-text-area {
margin-top:45px;
margin-bottom:-15px;
}
.home-text-area .town-subtitle {
text-align:center;
}
.navbar-default .navbar-toggle {
border-color:#4aa3db;
}
.navbar-default .navbar-toggle .icon-bar {
background-color:#4aa3db;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color:#4aa3db !important;
font-weight:300;
}
.navbar-
default .navbar-nav .open .dropdown-menu>li>a:hover {
color:#4aa3db !important;
background-color:#f1f9ff !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
background-color:#f1f9ff !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-bottom:4px solid #2799df;
}
.latest-posts-home {
margin-left: -15px !important;
margin-right: -15px !important;
margin-top:-45px !important;
}
.meetings-home {
margin-left: -15px !important;
margin-right: -15px !important;
}
.town-logo {
margin-left: -20px;
margin-top:15px !important;
}
.town-title h1 {
font-size:55px !important;
}
.town-title h2 {
font-size: 22px !important;
margin-top:-10px;
letter-spacing:3px;
margin-left:-1px;
}
.tagline {
font-size:18px !important;
}
.main-body {
padding-bottom: 10px;
}
a:hover {text-decoration:none !important;}
.town-header {
height:200px;
}
.meetings-home {
margin-right:27px;
margin-top:45px;
}
.navbar-ex1-collapse {
padding-bottom:25px;
}
.town-footer {
height:125px;
}
.footer-left p {
margin-left:-20px;
font-size:14px !important;
}}
/* END MOBILE VIEWPORT */

/* RESPONSIVE CONTACT FORM 7 */
@media only screen and (min-width : 240px) {
   .wpcf7-textarea,
   .wpcf7-text,
   .wpcf7-captchar {
     max-width: 100%;
     padding: 10px 1px !important;
}}

/*======================= FONT AWESOME ==================================================*/
.fa-search {
color: white !important;
}


/****FIREFOX SEARCH FIX****/
@-moz-document url-prefix() { 
  .nav-search {
     margin-top: 8px !important;
     width:auto !important;
}}


/* Header Animation Styles */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*SMUG*/
input.noshow {
display: none;
}

/*======================= / BEGIN SEARCH ==================================================*/
.sb-search {
	position: relative;
	margin-top: 10px;
	width: 0%;
	min-width: 40px;
	height: 35px;
	float: 								right;
	overflow: 							hidden;
	-webkit-transition: 				width 0.3s;
	-moz-transition: 					width 0.3s;
	transition: 						width 0.3s;
	-webkit-backface-visibility: 		hidden;
	z-index:							300000;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 35px;
	margin: 0;
	z-index: 10;
	font-family: inherit;
	font-size: 20px;
	color: #2799df;
}

.sb-search-input::-webkit-input-placeholder {
	color: #2799df;
}

.sb-search-input:-moz-placeholder {
	color: #2799df;
}

.sb-search-input::-moz-placeholder {
	color: #2799df;
}

.sb-search-input:-ms-input-placeholder {
	color: #2799df;
}

.sb-icon-search,
.sb-search-submit  {
	width: 40px;
	height: 40px;
	display: 							block;
	position: 							absolute;
	right: 								0;
	top: 								0;
	padding: 							0;
	margin: 							0;
	line-height: 						35px;
	text-align: 						center;
	cursor: 							pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #2799df;
	z-index: 90;
	font-size: 18px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #2799df;
	color: #fff;
	z-index: 5000;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*======================= / END OF SEARCH ==================================================*/