
/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 2.Sidebar Header
 3.content - home all modules
 4.Home - Photography
 5.portfolio 2col, 3col
 6.About page
 7.blog 1col
 8.Contact
 12.Single Post
 13.Dark version
 14.Footer
 15.Responsive Part

/*-------------------------------------------------*/
/* =  Sidebar - header
/*-------------------------------------------------*/
html {
  height: 100%;
}
body {
   min-height: 100%;
   /*background-color: rgba(217,220,215,0.2);*/
   background-image: url('../images/back.jpg');
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 14px;
   line-height: 1.428571429;
   color: #333333;
}
ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a{
  text-decoration: none;
}

.f-left{
  float: left;
}
.f-right{
  float: right;
}
.clear{
  clear:both;
}
#container{
  width: 930px;
  margin: 0 auto;
}

header{
  width: 100%;
}
.banner { position: relative; overflow: auto; border-radius: 4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px;}
.banner li { list-style: none; }
.banner ul li { float: left; }

#top-bar{
  height: 50px;
  width: 730px;
  background-color: rgba(149, 199, 65, 1) ;
  background: linear-gradient(to bottom,rgba(149, 199, 65, 0.8) 0%,rgba(149, 199, 65, 0.9) 37%,rgba(149, 199, 65, 1) 60%,rgba(149, 199, 65, 1) 81%,rgba(149, 199, 65, 1)93%);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
ul#top-menu-ul {
  margin-top: 10px;
}
#top-menu{
  /*height: 332px;*/
  width: 190px;
}
div#top-menu {
  /*margin-top: 10px;*/
}
li#top-menu-li {
  margin-bottom: 5px;
  position: relative;
}

li#top-menu-li.home div.icon{
  background-image: url('../images/icons/home.png')
}
li#top-menu-li.about div.icon{
  background-image: url('../images/icons/comp.png')
}
li#top-menu-li.tech-support div.icon{
  background-image: url('../images/icons/services.png')
}
li#top-menu-li.gas div.icon{
  background-image: url('../images/icons/gas.png')
}
li#top-menu-li.funding div.icon{
  background-image: url('../images/icons/fund.png')
}
li#top-menu-li.clients div.icon{
  background-image: url('../images/icons/customer.png')
}
li#top-menu-li.offers div.icon{
  background-image: url('../images/icons/offers.png')
}
li#top-menu-li.faq div.icon{
  background-image: url('../images/icons/faq.png')
}
li#top-menu-li.contact div.icon{
  background-image: url('../images/icons/contact.png')
}

li#top-menu-li div.icon{
  background-color: #3372b8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  width: 40px;
  height: 30px;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
}
div.menu-link {
  height: 30px;
  margin-left: 5px;
  width: 143px;
  border: 1px solid #ccc;
  background-color: #fff;
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
}
div.menu-link > span > a{
  color: #000;
  display: block;
  padding: 7px 0px 0px 9px;
  font-size: 14px
}
div#slider {
  height: 327px;
  width: 731px;
  margin-top: 10px;
}
#slider .banner > ul > li > img{
  width: 731px;
  height: 327px;
}

.left-topbar {
  width: 444px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  padding: 16px 0px 0px 8px;
  font-weight: bold;
}
.right-topbar {
  width: 200px;
  height: 50px;
}
.center-topbar {
  width: 267px;
  height: 33px;
  text-align: center;
  color: #fff;
  padding-top: 17px;
  text-shadow: 0 0 10px #000;
  font-weight: bold;
}
.right-topbar > a {
   border-right: 1px solid #fff;
   width: 32.8888888888888%;
   height: 60%;
   float: left;
   margin-top: 10px;
}
.right-topbar > a:last-child {
  border-right:none;
}
.right-topbar > a > div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  height: 100%;
  width: 100%;
}

.right-topbar .top-icon-home{
  background-image: url('../images/icons/home.png')
}
.right-topbar .top-icon-contact{
  background-image: url('../images/icons/contact.png')
}
.right-topbar .top-icon-sitemap{
  background-image: url('../images/icons/sitemap.png')
  
}
div#main-container {
   width: 731px;
   float: right;
   margin-top:  10px;
}
div#sidebar {
  width: 190px;
}
.main {
  width: 730px;
  margin-bottom: 10px;
}
.logo-div > a > img {
  width: 190px;
   border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
#content{
    width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
    border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
 
}
div#content-header {
  width: 720px;
  height: 40px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
div#content-header > div {
  width: 100%;
  height: 30px;
  text-align: left;
  background-color: #3372b8;
  background: linear-gradient(to bottom,rgba(51, 114, 184, 0.8) 0%,rgba(51, 114, 184, 0.9) 37%,rgba(51, 114, 184, 1) 60%,rgba(51, 114, 184, 1) 81%,rgba(51, 114, 184, 1)93%);
  color: #fff;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;

  -moz-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px

  text-shadow: 2px 2px #000;
  font-size: 18px;
  padding-top: 10px;
  padding-left: 10px;
}
div#content-header > div > span{
  text-shadow:0 0 10px #000;
  font-size: 15px; 
}
div#content-header > div > span > a{
  text-shadow:0 0 10px #000;
  font-size: 15px; 
  text-decoration: none;
  color: #ffffff;
}
div#content-body{
  padding: 10px;
  font-size: 14px;
    min-height: 429px;
}

div.choose-category{
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 5px;
  padding-left: 9px;
  height: 22px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
}

li#sidebar-menu-li {
  position: relative;
  font-size: 11px;
  background-color: #fff;
  margin: 5px 0px;
  border: 1px solid #ccc;
  height: 30px;
  display: table;
  width: 188px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
li#sidebar-menu-li > div.cat-title > span > a {
  color: #000;
}
li#sidebar-menu-li.active > .cat-title{
  background-color: rgba(149, 199, 65,0.2);
}

.pointer-arrow{
  height: 100%;
  width: 35px;
  background-color: rgba(149, 199, 65, 1);
  display: table-cell;
  background-image: url('../images/icons/right.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
}
li#sidebar-menu-li.sub-li{
  margin-left: 15px;
  width: 171px;
}

li#sidebar-menu-li.sub-li .pointer-arrow{
  background-color: #3372b8;
}
.cat-title{
  height: 35px;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}
.footer-container{
  background-color: #3372b8;
  background: linear-gradient(to bottom,rgba(51, 114, 184, 0.8) 0%,rgba(51, 114, 184, 0.9) 37%,rgba(51, 114, 184, 1) 60%,rgba(51, 114, 184, 1) 81%,rgba(51, 114, 184, 1)93%);
    border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  width: 100%;
  padding: 12px 0px;
}
.footer-container .footer-column{
  width: 23%;
  float: left;
  padding: 5px;
  border-right: 1px solid #fff;
  height: 80px;
}

.footer-container .footer-link{
  text-align: left;
  float: left;
  margin-left: 10px;
}
.footer-container .footer-link > a{
  color: #fff;
  font-size: 11px;
  display: block;
  text-shadow:0 0 10px #000;
}
.clock{
  margin: 0 auto;
  width: 282px;
  margin-left: 25px;
  font-size:13px;
}
.clock > ul{
float: left;
margin-left: 10px;
}
.clock > ul > li{
  float: left;
}
.clock > div {
  float: left;
}
.sidebar-menu-ul{

}
.subcats-ul{

}
.open{
  display: table;
}
.closed{
  display: none !important;
}

.products-container{

}
.contact-map,.contact-form{
  float: left;
  width: 50%;
  font-size:13px; 
}
.aerio-logo > div.aerio{
  background-image: url('../images/aerio.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px;
  height: 60px;
  float: left;
}
.aerio-logo {
  height: 65px;
  width: 177px;
  margin: 15px 0;
  border: 1px solid #3372b8;
  border-radius: 3px;
  padding: 5px;;
}
.aerio-logo span > a{
  text-align: left;
  margin: 3px 0 0 5px;
  display: block;
  font-size: 13px;
  color: #3372b8;
  float: left;
  font-weight: bold;
  width: 120px;
}


.product-content,.subcategory-content{
    width: 200px;
  float: left;
  margin-left: 28px;
}
.product-title,.category-title{
  text-align: center;
  height: 55px;
  text-decoration: underline;
}

.product-image,.category-image{
  width: 100%;
  height: 260px;
  padding: 5px;
    border: 1px solid #ccc;
  box-shadow: 3px 3px 2px #888888;
  border-radius: 2px;
}
.product-image > div,.category-image > div{
  width: 100%;
  height: 260px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;

}
.product-image > a > img,.category-image > a > img{
  width: 100%;
}
.contact-form fieldset > div{
  display: table;
  margin: 10px 0;
}
.contact-form fieldset > div > label{
  display: table-cell;
  width: 120px;
}
.contact-form fieldset > div > input{
  display: table-cell;
}
.contact-form fieldset {
border:none;
margin-top: 16px;
}

#content-body ul{
    list-style-type: disc;
  padding-left: 25px;
}
.nivoSlider img{height:100% !important;} 
.nivo-main-image{height:100% !important;}


ul.sub-menu {
  display: none;
    position: absolute;
  left: 190px;
  z-index: 20;
  width: 190px;
  top: -4px;
  background-color: #fff;
  padding: 5px;
  border-radius: 3px;
  margin: 0px 0px;
}
li.submenu-li.home {
  margin: 0px 0px 4px 0px;
}
.facebook{
  background-image: url('../images/facebook.png');
  background-repeat: no-repeat;
  padding-left: 75px;
  height: 85px;
  background-position: 0px 10px;
}
.facebook span{

}
.facebook span a{
  color: #fff;
  padding-top: 10px;
  display: block;
  width: 157px;
  font-size: 22px;
  text-align: center;
}
.subpage {
  float: left;
  font-weight: bold;
  font-size: 18px;
  margin-right: 30px;
  margin-bottom: 20px;
  text-align: center;
  width: 163px;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 3px 3px 2px #888888;
}
.subpage a{
  color: #000;
}
.pdf-link{
  background-image: url('../images/pdf-icon.png');
  background-repeat: no-repeat;
  padding-left: 26px;
  height: 25px;
  background-size: 20px;
  margin-top: 12px;
}
.pdf-link a{
  color: #000;
}

a.nivo-nextNav {
   background-image: url('../images/icons/right.png');
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px ;
  background-position: center center;
}
a.nivo-prevNav {
   background-image: url('../images/icons/left.png');
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px ;
  background-position: center center;
}

h3 {
  font-size: 15px;
}
.nivo-directionNav{
  display: none;
}