.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
/* Bulletproof CSS3 Dropdown Navigation Menu
 * This snippet of code is freely modifiable and distributable.
 *
 * ----------------------------------------------------------------- */
html {
}
.btn-navbar {
  display: none;
}
 #navbar {
 position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  height: 100px;
  background:url(../../img/navbar-back.jpg);
  background-position:top center;
  }
  
#heightfix {height:80px;}  
  
#pslider {
	background: url(../../img/slider-back2.jpg);
	background-repeat:repeat;
	background-position:top center;
	height:488px;
	margin-top:0px;
	} 
	

header {
  margin: 0 auto;
  padding: 0;
}

#logo{margin:10px 0 0 35px;
}

section,
footer {
  margin: 20px 5px;
}
nav {
  *zoom: 1;
  margin: -65px 50px 0 0;
  width: auto;
  text-align: left;
  float:right;
}
nav:before,
nav:after {
  display: table;
  content: "";
}
nav:after {
  clear: both;
}
nav ul {
  float: left;
  *zoom: 1;
  width: auto;
  z-index: 100;
  font-size: 15px;
 }
nav ul:before,
nav ul:after {
  display: table;
  content: "";
}
nav ul:after {
  clear: both;
}
nav ul li {
  float: left;
  padding: 0 0 10px 0;
  position: relative;
  outline: none;
  line-height: 1.2em;
  padding: 0 3px 0 0;
  list-style: none;
}
nav ul li.hasChildren a span {
  padding: 0 20px 0 0;
  background: url(/demo/responsive-nav/img/sprite.png);
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
}
nav ul li.hasChildren a:hover span,
nav ul li.hasChildren.hover a span {
  background-position: right -50px;
}
nav ul a {
  padding: 15px 20px 15px 20px;
  font-weight: normal;
  float: left;
  display: block;
  zoom: 1;
}
nav ul a:link,
nav ul a:visited {
  color: #fff;
  text-decoration: none;
  background-color: #transparent;
  background-image: -moz-linear-gradient(top, #333333, #000000);
  background-image: -ms-linear-gradient(top, #333333, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#000000));
  background-image: -webkit-linear-gradient(top, #333333, #000000);
  background-image: -o-linear-gradient(top, #333333, #000000);
  background-image: linear-gradient(top, #333333, #000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
  opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
   border: 1px inset rgba(0, 0, 0.5, 0.5);
    border-radius: 3px 3px 3px 3px;
}
nav ul a:hover,
nav ul a:active {
  color: #fff;
  text-decoration: none;
  background-color: #fc9102;
  background-image: -moz-linear-gradient(top, #fc9102, #fc5402);
  background-image: -ms-linear-gradient(top, #fc9102, #fc5402);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fc9102), to(#fc5402));
  background-image: -webkit-linear-gradient(top, #fc9102, #fc5402);
  background-image: -o-linear-gradient(top, #fc9102, #fc5402);
  background-image: linear-gradient(top, #fc9102, #fc5402);
  background-repeat: repeat-x;
    opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc9102', endColorstr='#fc5402', GradientType=0);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  outline: none;
     border: 1px inset rgba(0, 0, 0.5, 0.5);
    border-radius: 3px 3px 3px 3px;
}
nav ul a:active {
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3) inset;
}
#menu li:hover > ul {
  display: block;
}
#menu li:hover > a {
  color: #fff;
}
nav li ul {
  display: none;
  margin: 0;
  position: absolute;
  top: 46px;
  left: 0px;
  width: 150px;
  border: none !important;
  padding: 2px;
  background: #999;
  z-index: 1000;
  *zoom: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
nav li ul:before,
nav li ul:after {
  display: table;
  content: "";
}
nav li ul:after {
  clear: both;
}
nav li ul a {
  float: none;
}
nav li ul li {
  width: 150px;
  display: block;
  border-left: none !important;
}
nav li ul li.hasChildren a > span {
  background: url(/demo/responsive-nav/img/sprite.png);
  background-position: right -97px !important;
  background-repeat: no-repeat;
}
nav li ul li.hasChildren a:hover > span,
nav li ul li.hasChildren.hover > a span {
  background-position: right -138px !important;
}
.rgba nav li > ul {
  padding: 10px;
  left: -10px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
nav li ul li ul {
  display: none;
  left: 150px !important;
  top: -3px;
}
.rgba nav li ul li ul {
  top: -10px;
}
.rgba nav li > ul {
  margin-top: -1px;
}
