@charset "UTF-8";
/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i';
body {
  background-color: #f2f2f2;
  font-family:'Roboto';
  color:#282425;
}
a, a:link{
  color:#189dc6;
}

#logo img{
  max-width:368px;
  height:auto;
  display:block;
  width:100%;
  margin-top:8px;
}
img {
  max-width: 100%;
  height: auto;
}

a.blue-button{
  color:#fff;
  text-transform:uppercase;
  font-weight:bold;
  display:inline-block;
  padding:15px 20px;
  font-size:18px;
  background-color: #189dc6;
  text-align:center;
}
a.blue-button:hover{
  color:#fff;
  text-decoration:none;
  background-color: #004c63;
}

/* forms */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="search"] {
  display: inline-block;
  height: 28px;
  width: 85%;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="file"],
input[type="search"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 24px;
  *margin-top: 4px;
  line-height: 18px;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  *display: inline;
  padding: 4px 10px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 18px;
  *line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-file {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

/* END forms */

#top-bar {
  background-color: #006690;
  width: 100%;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 3px;
  font-size:12px;
  vertical-align:center;
}
#top-bar a{
  color:#fff;
}
.socialtop {
  margin-left:8px;
  vertical-align:top;
}
.socialtop img {
  height: 20px !important;
  width: 20px !important;
  margin-right:2px;
  margin-top:8px;
}
#top-bar form {
  display: inline-block;
}
#top-bar form input {
  display: block;
  margin-left: 12px;
  margin-right:12px;
  width: 110px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding-left: 30px;
  background-image: url(magnify.png);
  background-position: 10px 5px;
  background-repeat: no-repeat;
  text-align: left;
  color:#000;
}
#header-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

nav#main ul {
  margin: 0px;
  padding: 0px;
  text-align: right;
  margin-top: 7px;
}
nav#main ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  margin-left: 26px;
}
nav#main ul li:first-child {
  margin-left: 0px;
}
nav#main ul li a {
  color: #282425;
  font-size: 16px;
  padding: 13px 0px;
  display: block;
  font-weight: 400;
  text-transform:uppercase;
}
nav#main ul li a:hover {
  text-decoration: none;
  color:#006690;
}
#menu-icon {
  display: hidden;
  width: 40px;
  height: 40px;
  background-color: #189dc6;
  background-image: url(menu-toggle.png);
  background-size: cover;
}
a:hover#menu-icon {
  background-color: #006690;
}

#cta-bar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #006690;
}
#cta-bar h3{
  color:#fff;
  font-weight:300;
  font-size:24px;
  margin:0px;
  margin-top:15px;
}
#footer-bar {
  padding-top: 30px;
  padding-bottom: 50px;
  background-image: url(watermark.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 25% auto;
  color:#282425;
}
#footer-bar p{
  color:#282425;
}
#footer-bar a{
  color:#282425;
}
#footer-bar h3{
  color:#282425;
  text-transform:uppercase;
  font-weight:700;
  font-size:18px;
  margin-bottom:20px;
}
#content-bar-one{
  background-color:#fff;
  padding-top:30px;
  padding-bottom:50px;
}
#page-content h2, #page-content h3, #page-content h4, #page-content p, #page-content ul{
  margin:0px;
  padding:0px;
  line-height:140%;
  margin-bottom:20px;
}
#page-content h2{
  font-weight:bold;
  color:#006690;
}
#page-content h3{
  font-weight:normal;
  color:#189dc6;
}
#page-content h4{
  font-weight:normal;
  color:#006690;
}

#title-bar {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #006690;
}
#title-bar h1{
  color:#fff;
  font-weight:300;
  line-height:normal;
  padding:0px;
  margin:0px;
}

.widget{
  margin-bottom:20px;
  padding:22px;
  border:1px solid #fff;
  box-shadow:1px 1px 3px grey;
  background-color:#f2f2f2;
  background-image:url(corner.png);
  background-position:top right;
  background-repeat:no-repeat;
  background-size:22px auto;
}
.widget h3{
  margin:0px;
  margin-bottom:10px;
  line-height:140%;
  color:#000166;
  font-weight:300;
  color:#282425;
  border-bottom:1px dotted #282425;
}
.widget p{
  margin:0px;
  margin-bottom:10px;
  line-height:140%;
}
#home-buttons{
  padding-top:15px;
  padding-bottom:15px;
  background-color:#006690;
}
#home-buttons .col-md-4 > div{
  background : -moz-linear-gradient(50% 100% 90deg,rgba(0, 80, 104, 1) 0%,rgba(0, 102, 144, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(0, 80, 104, 1) 0%, rgba(0, 102, 144, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(0, 80, 104, 1) ),color-stop(1,rgba(0, 102, 144, 1) ));
  background : -o-linear-gradient(90deg, rgba(0, 80, 104, 1) 0%, rgba(0, 102, 144, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(0, 80, 104, 1) 0%, rgba(0, 102, 144, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#005068', endColorstr='#006690' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(0, 80, 104, 1) 0%, rgba(0, 102, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006690',endColorstr='#005068' , GradientType=0);
}

#home-buttons .col-md-4 a{
  background-repeat:no-repeat;
  background-position:10px 10px;
  color:#fff;
  font-weight:300;
  font-size:17px;
  text-transform:uppercase;
  padding:20px 10px 20px 60px;
  background-size:32px auto;
  background-position:17px 16px;
  display:block;
  border-style: Solid;
  border-color: #189DC6;
  border-color: rgba(24, 157, 198, 1);
  border-width: 1px;
}
#home-buttons .col-md-4 a:hover{
  text-decoration:none;
  color:#7ad5ea;
  background-color:#004c63;
  border-style: Solid;
  border-color: #fff;
  border-width: 1px;
}
a#button-one{
  background-image:url(quotation.png);
}
a#button-two{
  background-image:url(line-card.png);
}
a#button-three{
  background-image:url(manu.png);
}
#home-intro{
  background-color:#fff;
  padding-top:28px;
  padding-bottom:28px;
}
#home-intro h1{
  padding:0px;
  margin:0px;
  margin-bottom:20px;
  font-weight:bold;
  font-size:24px;
  color:#006690;
}
#home-list{
}
#home-list > div{
  padding:22px;
  border:1px solid #fff;
  box-shadow:1px 1px 3px grey;
  background-color:#f2f2f2;
  background-image:url(corner.png);
  background-position:top right;
  background-repeat:no-repeat;
  background-size:22px auto;
}
#home-list h3{
  color:#282425;
  font-weight:300;
  margin:0px;
  padding:0px;
  padding-bottom:10px;
  margin-bottom:20px;
  border-bottom:1px dotted #282425;
}
#home-list ul{
}
#home-list ul li{
  list-style-type:disc;
  margin-left:20px;
  margin-bottom:8px;
}
#home-list ul li a{
  font-size:16px;
}
#home-affil img{
  width:150px;
  height:auto;
  margin-bottom:5px;
}
#homelogos .container{
  padding-top:20px;
  padding-bottom:20px;
  border-top:1px dotted #66ccff;
}
#homelogos h2{
  text-align:center;
  font-weight:700;
  color:#006690;
  font-size:24px;
}

#sliderow{
  z-index:1;
  margin-bottom: 4px;
}
.nivo-nextNav {
  right: 1%;
  background-image: url(right-arrow.png);
  width: 30px;
  height: 58px;
  text-indent: -3000px;
  background-size: cover;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}
.nivo-prevNav {
  left: 1%;
  background-image: url(left-arrow.png);
  width: 30px;
  height: 58px;
  text-indent: -3000px;
  background-size: cover;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}
.nivo-nextNav:hover, .nivo-prevNav:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.nivo-caption{
  background:#ccc;
  text-align:center;
  top:0px;
  left:0px;
  height:32px;
  width:100%;
  position:absolute;
  font-weight:800;
  text-shadow:1px 1px 1px #000;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter:alpha(opacity=8);
}
.nivo-caption h2{
  margin-top:4px;
  line-height: 100%;
  font-size:24px;
  color:#fff;
}

/**** cymCMS specific ****/
/* gallery */
#gallery-masonry {
    margin: 0 auto;
    width: auto;
}

#gallery-masonry div.item {
    display: block;
    width: 160px;
    float: left;
    background-color: #eee;
    padding: 4px 4px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
}
#gallery-masonry div.witem {
    display: block;
    width: 160px;
    float: left;
    background-color: #eee;
    padding: 4px 4px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
}

.cymProdCaption {
  padding: 3px;
  font-size: 11px;
  color: #0160aa;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.vthumbnail {
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    margin: 8px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    width: 330px;
}

img.scale {
  width:100% !important;
}
img.xl {
  width: 99% !important;
  height: auto;
}
.space16 { margin-top: 16px; }
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.cymDisplayTitle { display: none; }
.cymBody { padding: 8px; line-height: 130%; }
.cymBody ul li {
    list-style: disc outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 4px;
}
.cymBody ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 4px;
}
.cymBody strong,b { font-weight: bold; }
.cymBody em,i { font-style: italic; }
.cymArticleBody { padding-top:6px; }
.cymBody .cymHeader, .cymSectHeader, .cymArticleHeader, .cymTitle, .cymGalleryHeader, span.cymHeader {
  line-height: 120%;
  font-size:18px;
  font-weight: normal;
}
.cymCalcTable td {
  padding: 3px;
}
.cymBody h4 {
  margin-top: 8px;
  margin-bottom: 10px;
}

.page-content ul li {
    list-style: disc outside none;
    margin-left: 20px;
    line-height: 120%;
    padding-bottom: 4px;
}

.page-content ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 120%;
    padding-bottom: 4px;
}

.cymGallery { padding: 8px; line-height: 130%; }
.cymGallery ul li {
    list-style: disc outside none;
    margin-left: 20px;
    line-height: 120%;
    padding-bottom: 4px;
}
.cymGallery ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 120%;
    padding-bottom: 4px;
}

.cymGallery strong,b { font-weight: bold; }
.cymGallery em,i { font-style: italic; }

ul.cymSiteMap { list-style: disc outside none; margin-left: 10px; }
ul.cymSiteMap ul li { line-height: 100%; }
ul.cymSiteMap ul.cymSiteMap { list-style: disc outside none; margin-left: 20px; }
ul.cymSiteMap ul.cymSiteMap ul li { line-height: 100%; }

.sidenav, .sidenav_static {
  color: #000000;
  margin-bottom:8px;
  list-style-type:none;
}
.sidenav_static {
  font-weight: bold;
  list-style-type:none;
  text-transform:uppercase;
}
.sidenav_child_static {
  font-weight: bold;
  list-style-type:none;
  margin-left:16px;
}
.sidenav a {
  color: #189dc6;
  text-decoration:none;
}
.sidenav a:hover {
  text-decoration:underline;
}
.sidenav_child {
  margin-left:16px;
}
.sidenav_child a {
  color: #189dc6;
  text-decoration:none;
}
.sidenav_child a:hover {
  text-decoration:underline;
}
.sidenav_lftmar { margin-left:12px; }

hr.grad { border: 0; height: 0; border-top: 1px solid rgba(0,0,0,0.2); border-bottom: 1px solid rgba(255,255,255,0.3); }

.cymFormTable { width: 99%; }
.cymFormTable .fText { width: 85%; }
.cymFormTable .fTextArea { width: 85%; }
.cymFormTable .fSelect { width: 88%; }
.cymFormBody { padding: 10px 0px 0px 2px }
.cymLabel { color: #555555; }
.cymLabelRequired { color: #555555; }
.cymHelp { color: #777777; font-style: italic; }

.form_gallery {
  margin: 0 auto;
  width: auto;
}
.form_gallery .item {
  display: block;
  width: 160px;
  float: left;
  background-color: #eee;
  padding: 4px 4px;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom:15px;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Flip boxes */
.card-grid {
  width:175px;
  height:175px;
  margin: 8px;
  display: inline-block;
}
.card-grid .front, .card-grid .back {
  text-align: center;
  padding: 6px;
}
.card-txt {
  margin-top: 0;
  padding-top: 0;
  color: #777;
  font-weight: 500;
}
.card-img {
  display: block;
  padding: 4px;
  line-height: 8px;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}

.simply-scroll-container { position: relative; }/* Container DIV - automatically generated */
.simply-scroll-clip { position: relative; overflow: hidden; } /* Clip DIV - automatically generated */
.simply-scroll-list { overflow: hidden; margin: 0; padding: 0; list-style: none; }/* UL/OL/DIV - the element that simplyScroll is inited on */
.simply-scroll-list li { padding: 0; margin: 0; list-style: none; }
.simply-scroll-list li img { border: none; display: block;}
.simply-scroll { width: 100%; height: 130px; margin-bottom: 0px; }
.simply-scroll .simply-scroll-clip { width: 100%; height: 130px; }
.simply-scroll .simply-scroll-list li { float: left; width: 240px; height:120px;}
.simply-scroll-back { display: none; height: 0; }
.simply-scroll-forward { display: none; height: 0; }

/************************/
/* Mobile */
/************************/

@media (max-width: 1199px) {
  nav#main ul li {
  margin-left: 20px;
}
#home-buttons .col-md-4 a{
  font-size:14px;
}
}

@media (max-width: 991px) {
#top-bar .text-right{
  text-align:center;
}
#logo{
  margin:0 auto;
}

nav#main ul {
  text-align: center;
}
nav#main ul li {
  margin-left: 9px;
  margin-right: 9px;
}
nav#main ul li a {
  font-size: 13px;
}
#home-buttons .col-md-4{
  margin-bottom:5px;
}
#home-buttons .col-md-4 a{
  font-size:18px;
}
#logo img {
  padding-top: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#cta-bar, #cta-bar .text-right{
  text-align:center !important;
}
#cta-bar .text-right{
  padding-top:20px;
}
}

@media (max-width: 767px) {
  #sliderow{
    background-image:none;
    text-align:center !important;
  }
  #sliderow .col-sm-6:last-child{
    display:none;
  }
.nivo-caption h2{
  font-size:22px;
}
nav#main {
  margin: 0 auto;
  float: none;
  margin-top: 0px;
}
#menu-icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
}
nav#main ul, nav#main:active ul {
  display: none;
  position: relative;
  padding: 20px;
  background: #fff;
  border: none;
  margin: 0 auto;
  width: 100%;
  border-radius: 4px 0 4px 4px;
  margin-bottom: 10px;
  border: 1px solid #D0D0D0
}
nav#main ul li {
  text-align: center;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  margin-left: 0px;
  display: block;
}
nav#main ul li a {
  padding: 0px;
  width: 100%;
  font-size: 15px;
}
nav#main ul li a:hover {
  color: #52acdd
}
nav#main:hover ul {
  display: block;
}
}

@media (max-width: 630px) {
#top-bar form {
  display: block;
  margin:0 auto;
  margin-top:14px;
}
#top-bar form input {
  display: block;
  margin:0 auto;
  margin-bottom:4px;
}
.socialtop {
  margin-top:6px;
  display:block;
}
.socialtop img {
  height: 26px !important;
  width: 26px !important;
  margin-right:2px;
}
.social img {
  height: 26px !important;
  width: 26px !important;
}
.nivo-caption {
  display:none !important;
}
.nivo-nextNav, .nivo-prevNav {
  display:none !important;
}
}
