@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700');

html {
  font-size: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #ab0100;
}
p, h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 140%;
  font-weight: 400;
}
p:last-child {
  margin-bottom: 0px;
}

.btn-default {
  color: #fff;
  background-color: #be0000;
  border-color: transparent;
  padding:12px;
}

#toparea {
  background-color:#be0000;
  padding: 7px 0px;
  text-align: right;
}
#toparea form {
  display: inline-block;
}
#toparea form input {
  display: block;
  margin-left: 15px;
  height: 28px;
  width: 180px;
  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;
  font-size:11px;
}
#topnav {
  margin: 0px;
  padding: 0px;
  text-align: right;
  display: inline;
}
#topnav li {
  display: inline-block;
  float: none;
  font-size: 14px;
  color: #fff;
  text-shadow: 1px 1px 0px #9a0000;
  background-position: left;
  background-size: 12px auto;
  margin-left: 12px;
}
#bottom-social{
  text-align: right;
}
.topsocial img, #bottom-social img {
  width: 22px;
  height: auto;
  display: inline-block;
  margin-left: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.topsocial img:hover, #bottom-social img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
  border-radius: 4px;
  moz-border-radius: 4px;
}
#branding {
  padding: 12px 0px;
  position: relative;
  display: block;
  z-index: 2;
}

img#logo {
  max-width: 300px;
  height: auto;
  width: 100%;
}
nav#main ul {
  margin: 0px;
  padding: 0px;
  text-align: left;
  border-top:1px solid #c6c6c6;
}
nav#main ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  margin-right: 30px;
}
nav#main ul li:first-child {
  margin-left: 0px;
}
nav#main ul li a {
  color: #000;
  font-size: 18px;
  padding: 13px 0px;
  display: block;
  font-weight: 400;
  font-family: 'Oswald';
  text-transform: uppercase;
}
nav#main ul li a:hover {
  text-decoration: none;
  color: #C20003;
}
#menu-icon {
  display: hidden;
  width: 40px;
  height: 40px;
  background-color: #be0000;
  background-image: url(menu-toggle.png);
  background-size: cover;
}
a:hover#menu-icon {
  background-color: #000;
}

#sliderow {
  z-index: 1;
}
#sliderow{
  background-image: url(slide1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:150px;
  padding-bottom:150px;
}
#sliderow h1{
  text-align: center;
  display: inline-block;
  line-height: normal;
  font-family: 'Oswald';
  background-image: url(screen.png);
  background-repeat: repeat;
  padding:20px;
  margin:0;
  color:#000;
  text-transform: uppercase;
}
.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:#bbbbbb;
  text-align:center;
  opacity:1;
  top:0px;
  left:0px;
  height:15%;
  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{
  font-size:28px;
  color:#ffffff;
}

#hometwo {
  background-color: #ededed;
  padding: 50px 0px 60px;
  background-image: url(shadow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
}
#hometwo h2 {
  font-size: 28px;
  color: #000;
  font-weight: 900;
}
#hometwo p {
  font-size: 16px;
}

a.red-btn{
  background : -moz-linear-gradient(50% 100% 90deg,rgba(190, 0, 0, 1) 0%,rgba(251, 0, 7, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(190, 0, 0, 1) 0%, rgba(251, 0, 7, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(190, 0, 0, 1) ),color-stop(1,rgba(251, 0, 7, 1) ));
  background : -o-linear-gradient(90deg, rgba(190, 0, 0, 1) 0%, rgba(251, 0, 7, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(190, 0, 0, 1) 0%, rgba(251, 0, 7, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BE0000', endColorstr='#FB0007' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(190, 0, 0, 1) 0%, rgba(251, 0, 7, 1) 100%);
  border-style : Solid;
  border-color : #FFFFFF;
  border-color : rgba(255, 255, 255, 1);
  border-width : 1px;
  border-radius : 8px;
  -moz-border-radius : 8px;
  -webkit-border-radius : 8px;
  box-shadow : 1px 1px 2px rgba(0, 0, 0, 0.85);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#FB0007',endColorstr='#BE0000' , GradientType=0);
  display: inline-block;
  color: #fff;
  font-family: 'Oswald';
  text-shadow: 1px 1px 1px maroon;
  font-size: 18px;
  padding: 12px 24px;
}
a.red-btn:hover{
  text-decoration: none;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(105, 0, 0, 1) 0%,rgba(190, 0, 0, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(105, 0, 0, 1) 0%, rgba(190, 0, 0, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(105, 0, 0, 1) ),color-stop(1,rgba(190, 0, 0, 1) ));
  background : -o-linear-gradient(90deg, rgba(105, 0, 0, 1) 0%, rgba(190, 0, 0, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(105, 0, 0, 1) 0%, rgba(190, 0, 0, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#690000', endColorstr='#BE0000' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(105, 0, 0, 1) 0%, rgba(190, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#BE0000',endColorstr='#690000' , GradientType=0);
}

#homelogos {
  padding-top: 30px;
  padding-bottom: 40px;
  background-image: url(shadow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
}
#homelogos h2 {
  text-align: center;
  font-weight: 300;
  color: #000;
  font-size: 28px;
}

#footerboxes {
  background-color: #515151;
  padding: 30px 0px 50px;
  background-image: url(shadow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
}
#footerboxes h3 {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}
#footerboxes p {
  color: #fff;
}
#footerboxes p a, #footerboxes a {
  color: #fff;
}
#bottom-bar{
  background-color:#3a3a3a;
  padding-top:30px;
  padding-bottom:30px;
  color:#fff;
}
.socialicons {
  margin-bottom: 20px;
}
.socialicons img {
  padding: 0px 2px;
  width: 32px;
  height: auto;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

#pageinterior {
  padding: 30px 0px 50px;
}
#pagetitle {
  background : #ededed;
}
#pagetitle h1 {
  color: #000;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 0px;
  padding: 18px 0px;
  font-family: 'Oswald';
}

#sidebar .widget {
  height: auto;
  margin-bottom: 30px;
  padding: 18px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  background : -moz-linear-gradient(50% 100% 90deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(242, 242, 242, 1) ), color-stop(1, rgba(255, 255, 255, 1) ));
  background : -o-linear-gradient(90deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border-style : Solid;
  border-color : #D1D1D1;
  border-color : rgba(209, 209, 209, 1);
  border-width : 1px;
  border-radius : 6px;
  -moz-border-radius : 6px;
  -webkit-border-radius : 6px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F2F2F2', GradientType=0);
}
#sidebar, #sidebar p {
  text-shadow: none;
  color: #3d3d3d;
}
#sidebar .widget h3 {
  font-size: 21px;
  font-weight: 500;
  color: #000;
}

.pagecontent {
  font-size: 15px;
}
.pagecontent p {
  font-size: 15px;
}
.pagecontent h2, .pagecontent h3, .pagecontent h4, .pagecontent h5, .pagecontent ul, .pagecontent p {
  margin-bottom: 20px;
}
.pagecontent h2 {
  font-weight: 400;
  font-size: 24px;
  color: #be0000;
  font-family: 'Oswald';
}
.pagecontent h3 {
  font-weight: 400;
  font-size: 21px;
  color: #000;
  font-family: 'Oswald';
}
.pagecontent h4 {
  font-weight: 400;
  font-size: 18px;
  color: #5b5b5b;
  font-family: 'Oswald';
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul#head-buttons{
  list-style-type:none;
  margin:0px;
  padding:0px;
}
ul#head-buttons li{
  display: inline-block;
  list-style-type:none;
  margin:0px;
  padding:0px;
  width:33%;
}

ul#head-buttons li a{
  display: block;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(190, 0, 0, 1) 0%,rgba(251, 0, 7, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(190, 0, 0, 1) 0%, rgba(251, 0, 7, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(190, 0, 0, 1) ),color-stop(1,rgba(251, 0, 7, 1) ));
  background : -o-linear-gradient(90deg, rgba(190, 0, 0, 1) 0%, rgba(251, 0, 7, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(190, 0, 0, 1) 0%, rgba(251, 0, 7, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BE0000', endColorstr='#FB0007' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(190, 0, 0, 1) 0%, rgba(251, 0, 7, 1) 100%);
  border-style : Solid;
  border-color : #FFFFFF;
  border-color : rgba(255, 255, 255, 1);
  border-width : 1px;
  border-radius : 8px;
  -moz-border-radius : 8px;
  -webkit-border-radius : 8px;
  box-shadow : 1px 1px 2px rgba(0, 0, 0, 0.85);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#FB0007',endColorstr='#BE0000' , GradientType=0);
  width: 100%;
  color: #fff;
  font-family: 'Oswald';
  text-shadow: 1px 1px 1px maroon;
  font-size: 18px;
}
ul#head-buttons li a span{
  display: block;
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-image: url(gauge.png);
  padding: 20px 5px 20px 50px;
}
ul#head-buttons li#psi-services a span{
  background-image: url(gears.png);
}
ul#head-buttons li#psi-piping a span{
  background-image: url(valve.png);
}
ul#head-buttons li a:hover{
  text-decoration: none;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(105, 0, 0, 1) 0%,rgba(190, 0, 0, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(105, 0, 0, 1) 0%, rgba(190, 0, 0, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(105, 0, 0, 1) ),color-stop(1,rgba(190, 0, 0, 1) ));
  background : -o-linear-gradient(90deg, rgba(105, 0, 0, 1) 0%, rgba(190, 0, 0, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(105, 0, 0, 1) 0%, rgba(190, 0, 0, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#690000', endColorstr='#BE0000' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(105, 0, 0, 1) 0%, rgba(190, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#BE0000',endColorstr='#690000' , GradientType=0);
}
#line-card a{
  display: inline-block;
  padding: 7px 15px;
  background: black;
  color: #fff;
  font-weight: 600;
  text-shadow: none;
}
#line-card a:hover{
  text-decoration: none;
  background-color:#fff;
  color:#000;
}

a.phone, a.phone:hover, a.phone:visited, a.phone:link, a.phone:active {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

/**** cymCMS specific ****/
/* gallery */
#gallery-masonry {
    margin: 0 auto;
    width: auto;
}

#gallery-masonry div.item {
    display: block;
    width: 160px;
    float: left;
    background-color: #ffffff;
    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: #ffffff;
    padding: 4px 4px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
}

.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;
  margin-bottom: 10px;
}
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;
}
.cymBody { padding: 8px; line-height: 130%; }
.cymBody ul {
    margin-top: 10px;
}
.cymBody ol {
    margin-top: 10px;
}
.cymBody ul li {
    list-style: square outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 6px;
}
.cymBody ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 6px;
}
.pagecontent ul {
    margin-top: 10px;
}
.pagecontent ol {
    margin-top: 10px;
}
.pagecontent ul li {
    list-style: square outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 6px;
}
.pagecontent ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 6px;
}

.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%; }

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); }

span.cymHeader {
  font-weight: 500;
  font-size: 20px;
  color: #666666;
  font-family: 'Oswald';
}

span.cymCaption {
  font-weight: 500;
  font-size: 17px;
}

.sidenav {
  line-height: 170%;
}
.sidenav_hdr {
  font-size:18px;
  font-weight:500;
  color:#000000;
  text-transform: uppercase;
  padding:0;
  margin:0;
  margin-bottom:8px;
}
li.sidenav:before {
  content: "\25A0";
  padding-right: 8px;
  color: #ed1c00;
}
.sidenav a, .sidenav_child a {
  color: #555555;
  font-size:14px;
  font-weight: 400;
  text-decoration:none;
}
.sidenav a:hover, .sidenav_child a:hover {
  text-decoration:underline;
}
li.sidenav_static, li.sidenav_child_static {
  margin-left: 0px;
  color:#000000;
  font-weight: 700;
  font-size: 15px;
  margin-top: 16px;
}
li.sidenav_static:before {
  content: none;
}

.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;
}
.cymCalcTable table td {
  padding: 8px;
}

a.misclink, a.misclink:visited {
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
}
a.misclink:hover {
  text-decoration: underline;
}

.topmar8  { margin-top:8px; }
.topmar10 { margin-top:10px; }
.topmar12 { margin-top:12px; }
.topmar16 { margin-top:16px; }
.topmar24 { margin-top:24px; }

/* scroller - home page */
.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) {
#toparea form input {
  width: 80px;
}
  ul#head-buttons li a{
    font-size: 16px;
  }
  nav#main ul li {
    margin-right:20px;
  }
  nav#main ul li a{
    font-size: 16px;
  }
}

@media (max-width: 991px) {
ul.socialicons {
  text-align: center;
}
img#logo {
  padding: 20px 0px;
  display: block;
  margin: 0 auto;
}

#footerboxes {
  height: auto;
}
#footerboxes .col-md-4 {
  border: none;
}
#footerboxes .boxarea {
  margin-bottom: 20px;
  height: auto;
}
.pagecontent {
  margin-bottom: 30px;
}
#hometwo .col-md-4 {
  margin-bottom: 30px;
}
nav#main ul {
  text-align: center;
}
nav#main ul li {
  margin-left: 5px;
  margin-right: 5px;
}
nav#main ul li a {
  font-size: 13px;
}
ul#head-buttons{
    text-align: center;
}
ul#head-buttons li{
    text-align: right;
}
}

@media (max-width: 768px) {
  #toparea {
    text-align: center;
  }
  ul#head-buttons li{
    margin-bottom:8px;
    width:100%;
  }
  ul#head-buttons li a{
    width:100%;
  }
  #bottom-bar, #bottom-social{
    text-align: center;
  }
  #bottom-social{
    padding:20px 0px;
  }
  #hometwo .col-md-7{
    margin-bottom:35px;
  }
}

@media (max-width: 568px) {
nav#main {
  margin: 0 auto;
  float: none;
  margin-top: 0px;
}
.nivo-caption { display:none !important; }
#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: #989898
}
nav#main:hover ul {
  display: block;
}
#topnav {
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: block;
}
#topnav li {
  display: block;
  margin-bottom: 10px;
  margin-left: 0px;
  background-image: none;
}
#toparea form input{
    margin:0px;
}
}
