/* 

   ------------------------------------------------------

					Responsive Styles

   ------------------------------------------------------

*/

@media (min-width: 240px) and (max-width: 767px) {
.top_address {
	display: none;
}
.navbar-brand img {
	width: 100%;
	height: auto;
	max-width: 135px;
}
#intro {
	padding: 65px 0 0;
}
#intro .col-sm-7 {
	width: 60%;
	float: left;
	padding-top: 5%;
}
#intro .col-sm-5 {
	width: 40%;
	float: left;
}
.intro-content {
	width: 95%;
	top: 50%;
}
.intro-content h2 {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}
.intro-content h3 {
	font-size: 12px;
	line-height: 14px;
}
.scroll-down {
	display: none;
}
.main_menu {
	margin-top: 0;
	background-color: #f4f4f4;
}
#field_text {
	margin-bottom: 10px;
}

.scroll-fixed-navbar .navbar-brand img {
	width: 100%;
	height: auto;
	max-width: 135px;
}
#shoparea .woocommerce-product-gallery {
	width: 100%;
	max-width: 100%;
	float: none;
	margin-right: 0;
}
#shoparea .summary {
	width: 100%;
	max-width: 100%;
	float: none;
	padding: 15px;
}
.testi-content{ min-height:auto;}
}

@media (min-width: 240px) and (max-width: 480px) {
#shoparea .woocommerce-ordering {
	width: 100%;
	float: none;
	margin-bottom: 15px;
	padding: 0;
	text-align: left;
}
#shoparea p.woocommerce-result-count {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 10px;
}
#shoparea ul.products li {
	width: 100%;
	float: none;
	min-height: auto;
}
}

@media (min-width: 481px) and (max-width: 767px) {

#shoparea ul.products li {
	width: 50%;
	float: left;
	min-height: auto;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.intro-content h2 {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}
.intro-content h3 {
	font-size: 14px;
	line-height: 22px;
}
.features-box {
	padding: 4px;
}
.features-text h2 {
	font-size: 13px;
}
.feature_pic {
	height: 140px;
}
.features-text p {
	font-size: 13px;
	line-height: 22px;
}	
.feature_pic img {
	height: auto;
}
.navbar-nav > li > a {
	font-size: 13px;
	padding: 0 15px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
/*------------------------------------------*/

	/*	 INTRO CONTENT

	/*------------------------------------------*/

	

.intro-content h2 {
	font-size: 24px;
	line-height: 28px;
}
.intro-content h3 {
	font-size: 15px;
	line-height: 22px;
}
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 640px) {
}

@media (max-width: 480px) {
}

@media (max-width: 320px) {
}
