#content{
	position:relative;
}
header{
	position:absolute;
	width:100%;
	background:none;
	z-index:99;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"]{
-webkit-appearance: none;
border-radius: 0;
}
.clsTopHeader{
	overflow: hidden;
	height: 131px;
}
.clsLogo{
    float: left;
    padding-top: 25px;
}
.clsHeaderRight{
	float: right;
}
#menu-top-menu {
    overflow: hidden;
    float: right;
    padding-top: 14px;
}
#menu-top-menu li {
    float: left;
    position: relative;
    list-style: none;
}
#menu-top-menu li a {
    font-size: 15px;
    color: #333;
    position: relative;
    text-transform: uppercase;
     padding-left: 10px;
    margin-left: 10px;
}
.clsMobileLink a {
    font-size: 18px !important;
}
#menu-top-menu li:first-child a::after{
	content: "";
	background:#333;
	width: 1px;
	height: 100%;
	position: absolute;
	right:-10px;
	top: 0;
}
.clsMobileLink{
	padding-left: 32px;
	background: url(../images/phone_icon.png) no-repeat left center;
	margin:0 0 0 20px;
}
#menu-top-menu li.clsMobileLink a{
	margin:0;
	padding:0;
	text-decoration: none;
}
.clsMobileLink a::after{
	display: none;
}
.clsCartMenu ul {
    float: right;
    padding-bottom: 10px;
}
.clsCartMenu ul li{
	float: left;
	list-style: none;
}
.clsCartMenu ul li a {
    color: #333;
    font-size: 14px;
    margin-left: 23px;
}
.clsTopMenu, .clsCartMenu{
    overflow: hidden;
}
.clsCartMenu {
    padding-top:14px;
}
.clsLogin a{
	background: url(../images/user_icon.png) no-repeat left center;
	padding-left: 26px;
    display: block;
    margin-top: 4px;
}
.clsCartIcon a{
	background: url(../images/cart_icon.png) no-repeat left center;
	padding-left:31px;
    display: block;
    margin-top: 4px;
    font-size: 16px !important;
    text-decoration: none;
    background-size: 12%;
}
.clsCartMenu .clsShopBtn a{
  background-color: rgb(0, 168, 80);
  width: 148px;
  font-size: 18px;
  height: 42px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height:44px;
  text-align: left;
  text-shadow: 0px 1px 0px rgba(25, 24, 24, 0.07);
  display: block;
  text-decoration: none;
  box-shadow: 0 2px #06763b;
  position: relative;
  top: 0;
  border-radius: 25px;
  text-align: center;
}
.clsCartMenu .clsShopBtn a:hover {
    box-shadow: 0 1px #06763b;
    color: #fff;
    top: 2px;
}
.clsMainmenu {
    height: 45px;
    background: #1884c1;
}
#menu-main-menu{
    height: 45px;
}
#menu-main-menu > li{
    list-style: none;
    float: left;
    margin: 0 25px;
}
#menu-main-menu > li:first-child {
    margin-left: 0;
}
#menu-main-menu > li:last-child {
    margin-right: 0;
}
#menu-main-menu > li > a {
    font-size: 15px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    line-height: 45px;
    position: relative;
    cursor: pointer;
}
.sub-menu{
    position: absolute;
    background: #1884c1;
    width:250px;
    z-index:9999;
    height: 0;
    transition: all 0.5s ease;
    opacity: 1;
    display: none;
}
#menu-main-menu > li:hover .sub-menu{
    height: auto;
    opacity: 1;
    display: block;
}
.sub-menu li{
    list-style: none;
}
.sub-menu li a {
    padding: 0 15px;
	font-size: 15px;
	font-weight: normal;
	display: block;
	color: #fff;
	text-decoration: none;
}
.clsSearch a{
      text-indent: -9999px;
      overflow: hidden;
      width: 22px;
      background-image: url(../images/magnifying-glass.svg);
	  background-repeat:no-repeat;
	  background-size:22px;
	  background-position:center center;
}
.clsSearch .clsShowSearch{
	background-image:url(../images/close.svg);
	background-size:18px;
}
.clsSearch a::before{
    display: none;
}
#menu-main-menu > li > a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: .25s linear;
}
  #menu-main-menu > li > a:hover::before{
  visibility: visible;
  transform: scaleX(1);
}
.clsSearchForm{
	display:none;
}
.clsSearchForm{
    position: absolute;
    right: 0;
    background: #fff;
    padding: 8px;
	z-index:999;
}
.clsSearchForm .search-field {
    height: 30px;
    border: 1px solid #1884c1;
    padding: 0 10px;
    font-size: 13px;
    font-weight: normal;
    min-width: 250px;
    position: relative;
    left: 6px;
}
.clsSearchForm .search-submit {
    background: rgb(0, 168, 80);
    border: none;
    color: #fff;
    height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    top: -0.4px;
}
.clsSearchForm .search-submit:hover{
	background:#1884c1;
}
.sub-menu li{
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sub-menu li a:hover, .sub-menu li.current-menu-item a{
	background:rgb(0, 168, 80);
}
.clsHomeBanner{
    background: url(../images/slider_bg.jpg) no-repeat top center;
    height:765px;
}
.clsSlideContent{
	width:612px;
	height:338px;
	right:0;
	bottom:154px;
	position:absolute;
	padding:9px;
	background-image:url(../images/slide_top_shade.png), url(../images/slide_bottom_shade.png);
	background-position:left top, right bottom;
	background-repeat:no-repeat;
}
.clsSlideInner{
	background:rgba(2,125,195,0.8);
	width:100%;
	height:100%;
}
.clsSlideInner .sa_hover_container {
    padding: 25px !important;
}
.clsSlideInner .sa_hover_container > div {
    font-size: 25px;
    font-family: lora;
    color: #fff;
    text-align: right;
    line-height: 32px;
    padding-bottom: 12px;
}
.clsSlideInner .sa_hover_container > p {
    text-align: right;
    font-size: 18px;
    font-family: roboto;
    font-weight: 300;
    color: #fff;
	margin-bottom:20px;
	padding-bottom:0;
}
.clsSlideInner .sa_hover_container p a {
  border: 1px solid #fff;
  width: 169px;
  height: 37px;
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  float:right;
  text-decoration:none;
  border-radius:25px;
  text-align:left;
  padding-left:25px;
  line-height:36px;
  background:url(../images/link_arrow.png) no-repeat right 20px center;
  transition: all 0.25s ease;
}
.clsSlideInner .sa_hover_container p a:hover{
	background-position:right 15px center;
}
.sa_owl_theme .owl-dots .owl-dot span{
    background-color:transparent !important;
	border:1px solid #fff !important;
}
.sa_owl_theme .owl-dots .owl-dot.active span{
	background:#fff !important;
}
.clsSlideInner .sa_owl_theme .owl-dots {
    bottom: -10px !important;
    text-align: left !important;
    left: 16px;
    width: auto;
}
.clsMainMenu sup {
    position: absolute;
    top: -5px;
}
.home_featuredlink ul li:hover img {
    position: relative;
    top: -10px;
}

.clsMobileSlider {
    font-size: 18px;
    font-family: lora;
    color: 
    #fff;
    text-align: right;
    line-height: 32px;
    padding-bottom: 12px;
padding: 14px;
overflow: hidden;
}

.clsMobileSlider p{
text-align: right;
font-size: 18px;
font-family: roboto;
font-weight: 300;
color:
#fff;
margin-bottom: 20px;
padding-bottom: 0;
}

.clsMobileSlider p a {

    border: 1px solid #fff;
    width: 169px;
    height: 37px;
    font-size: 16px;
    font-family: "Roboto";
    color: #fff;
    text-transform: uppercase;
    float: right;
    text-decoration: none;
    border-radius: 25px;
    text-align: left;
    padding-left: 25px;
    line-height: 36px;
    background: url(//aquaponics.com/wp-content/themes/NP/css/../images/link_arrow.png) no-repeat right 20px center;
    transition: all .25s ease;

}