@charset "utf-8";

#mobile-navigation {display:none;}

@media (max-width: 640px) {

#navigation {display:none;}

#mobile-navigation {display:block;}

#header .menu {
  display: block;
  float: none !important;
  position: static;
}

#mobile-navigation .menu-top-menu-container {
  height:0px;
  overflow: hidden;
  
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
  
}

#mobile-navigation .showMobl-menu {
  height: 500px !important;
  overflow-y: scroll !important;
}

#mobile-navigation a.mobile-hamburger img {
  width:100%;
  height:auto;	
}

#mobile-navigation ul {
  background-color: transparent !important;
  display: block !important;
  float: none !important;
  margin: 0 !important;
}

#mobile-navigation ul li:first-child {
	
}

#mobile-navigation ul li {
  background-image: none !important;
  display: block !important;
  width: 100%;
}

#mobile-navigation ul li a {
  color: #fff !important;
  display: inline-block !important;
  padding: 1rem 2rem !important;
  width: 100% !important;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#mobile-navigation ul li a:hover {
  background-color: #111 !important;
}

#mobile-navigation ul li ul.sub-menu {
  border: medium none !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static;
  width: 100% !important;
}

#header .menu li a, #header .menu li {
  float: none !important;
}

#mobile-navigation ul li ul li {
  padding-left: 10px;
}

#mobile-navigation ul li ul.sub-menu li ul.sub-menu {
  margin:0 !important;
}

#mobile-navigation ul li ul li ul li {
  padding-left: 10px;
}

#headerWrapper {
  width: 100%;
  height: auto;
}

#headerWrapper {
  background-repeat: repeat;
}

#header {
  height: auto;
  width: 100%;
}

/*clear fix*/
#header:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/*logo*/
#header h1 {
  background-color: #fff;
  float: none;
  font-size: 0;
  width: 100%;
}

#header h1 img {
  float: none;
  margin-left: 20%;
  width: 60%;
}

#header #navigation {
  float: left;
}

#header .callNow {
  float: left;
  margin: 18px 10px 0 0;
  width: 100%;
}

#header .callNow {
  float: none !important;
  margin: 18px 10px 0 0;
  text-align: center;
  width: 100%;
}

#header .callNow h3 {
  display: inline-block;
  float: none;
  text-align: center;
}

#header .callNow img {
  float: none;
  margin-right: 6px;
  vertical-align: bottom;
}

#mobile-navigation a.mobile-hamburger {
  display: inline-block;
  height: 40px;
  margin: 0 0 23px 18px;
  width: 50px;
}

#header h2 {
  display:none;
}

#content {
  width: 98%;
}

#homeSlider {
  background-color: #000000;
  float: none;
  height: 305px;
  margin: 0;
  width: 100% !important;
}

#haccordion.liteAccordion.basic {
  width:100% !important;  
}

#leftSide {
  float: none;
  height: auto;
  width: 100%;
}

#leftSide p {
  font-size: 1.2rem;
}

#sidebar {
  background-position: center bottom;
  margin: 0 ;
  min-height: 675px;
}

#footerWrapper {
  height: auto;
  padding-bottom: 20px;
  background-color: #222;
  background-image: none;
}

#footer {
  height: auto;
  margin: 0 auto;
  width: 98%;
}

#footer #copywrite {
  float: left;
  background-color: #fff;
  padding-bottom: 20px;
}

#footer #sitemap {
  height: auto;
}

#footer #first, #footer #second, #footer #third, #footer #fourth {
  height: auto;
  width: 20%;
}

#copywrite p {
  width: 100%;
}

#content img {
  width:100%;
  height:auto;
}


body.page-id-14 .item.item-address.left-half label {
  top: 4px !important;
}

.visual-form-builder span.right {
  width: 100%;
}

.visual-form-builder span.left {
  width: 100%;
}

.visual-form-builder li.left-half, .visual-form-builder li.right-half {
  width: 80% !important;
}

}

@media (max-width: 480px) {

#footer #first, #footer #second, #footer #third, #footer #fourth {
  height: auto;
  width: 44%;
}

.ui-dialog.ui-widget.ui-widget-content {
  width: 90% !important;
}

}

@media (max-width: 360px) {

#homeSlider {
  display:none;
}

#content {
  width: 90%;
}

.mainProducts {
  margin: 20px 20px 10px 0;
}

#mobile-navigation ul li {
  background-image: none !important;
  display: block !important;
  width: 90%;
}

#mobile-navigation a.mobile-hamburger {
  margin: 20px 0 23px 150px;
  width: 50px;
}

#header h1 img {
  margin-left: 10%;
  width: 80%;
}

}

@media (max-width: 320px) {

#header h1 img {
  margin-left: 5%;
  width: 90%;
}

#mobile-navigation a.mobile-hamburger {
  margin: 20px 0 23px 130px;
  width: 50px;
}

}