@charset "utf-8";
/* CSS Document */
 @media screen and (max-width: 799px) {
	#body{
		 width:100%;
	 }
	 
	 
	 #header{
	width: 100%;
	height: 125px;
	clear: left;
	
	 }
	 nav#menu{
	display: none;
		 
			}
	 
	 
	 
	 #sidebar{
		 display:none;
	 }
	 
	 #content{
		 float:left;
		 margin-top:0px;
		 	 }
	 
	 #left_main{
		 padding-top:35px;
	 }
	 
	 #left{
	display: none;
	 }
	 
	 section#content{
		 padding: 0px;
		 margin-left:0px;
		 width:100%;
		 float:right;
	 }
	 
	 .tx-powermail *{
		width: 100% !important; 
	 }
	 
	 .fa{
		 color:#559902;
	 }
 }
  
  
 
  
  @media screen and (min-width: 798px) {
	
	.hamburger{
	 display: none;	
		   }
	}	
	
	.nivoSlider {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

.slider-wrapper {
	width: 100% !important;
	}

.ce-gallery img{
	width:100%;
}