.navbar-toggle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #3f3f3f;
  border-radius: 5px;
  position: absolute;
  right: 10px;
  text-indent: -99999px;
  top: 10px;
  height: 40px;
	display: none;
}

.sr-only {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 0;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
	background: #3f3f3f;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

#menu_phone {
	display: none;
}
	
.website_sectioncontent, #footer_content, .top_content, .top_bar #bar_content {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.no_slick {
	display: none;	
}

@media (min-width: 768px) {
  .website_sectioncontent, #footer_content, .top_content, .top_bar #bar_content {
    width: 750px;
	 padding: 0 !important;
  }
	
	#menu_phone {
		display: none !important;	
	}
}
@media (min-width: 992px) {
  .website_sectioncontent, #footer_content, .top_content, .top_bar #bar_content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .website_sectioncontent, #footer_content, .top_content, .top_bar #bar_content {
    width: 1170px;
  }
}

@media (max-width: 767px) {
	
  .website_sectioncontent, #footer_content, .top_content, .top_bar #bar_content {
    width: 94%;
	 padding-left: 0;
	 padding-right: 0;
  }	
	
	.website_columnsmall, .website_columnbig, .mod_featuregallery_feature, .website_menubase > li,
	.website_columntriplet, .website_halfcolumn {
		width: 100% !important;
	}
	
	.navbar-toggle {
		display: block;	
	}
	
	#menu_phone {
		display: none;	
	}
	
	#menu_pc {
		display: none;	
	}
	
		
	.slick {
		display: none !important;	
	}
	
	.no_slick {
		display: block !important;	
	}
}

.navbar-collapse.in {
  overflow: hidden;
}
