@media only screen and (min-width: 768px) and (max-width: 1020px) {
	.main-menu li a{
		font-size:12px;
		text-transform:capitalize;
		padding:20px 14px;	
	}
	.reason-bx img{
		width:80%;
	}
	.inner-main-menu{
		top:85px;
	}
	.slides-content{
		font-size:12px;
		bottom:10px;
		top:inherit;
		right:20px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 767px) {
	.site-header{
		position:inherit;
		text-align:center;
	}
	.cntct-detail{
		text-align:center;
		margin:30px 0 15px 0;
		font-size:15px;
	}
	.request-a-quote a{
		float:none;
		font-size:15px;
		padding:10px 20px;
	}
	#menu-main-menu{
		display:none;
	}
	.tinynav {
		-moz-appearance: none !important;
		-webkit-appearance: none !important;
		background: url("../images/resp_menu.png") no-repeat scroll 95% center / 18px 18px;
		border: medium none;
		border-radius: 0;
		color: #f3f3f3;
		cursor: pointer;
		font-size: 20px;
		margin: 15px auto;
		font-family: 'Yanone Kaffeesatz', sans-serif;
		outline: medium none;
		padding: 10px;
		text-transform: uppercase;
		width:100%;
		display:inline-block;
		border:2px solid #95bd1d;
	}
	.ind{
		display:none;
	}
	.reason-bx{
		width:25%;
	}
	.pay{
		text-align:center;
		margin-top:30px;
	}
	.testimonial-bx{
		border-right:none;
		border-bottom:1px dashed #d2d2d0;
		padding-bottom:15px;
		padding-right:0;
	}
	.inner-main-menu{
		top:0;
	}
	.slides-content{
		display:none;
	}
	.main-slider .flex-direction-nav{
		display:none;
	}
	.popup-gallery img{
		width:75px;
		height:75px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	h1{
		font-size:26px;
	}
	.choose-tagline{
		font-size:30px;
	}
	.reason-tagline{
		font-size:20px;
	}
	.reason-bx{
		width:100%;
		margin-bottom:10px;
	}
	#main-content .products .dispensar, #main-content .products .counter{
		float:none;
	}
	#main-content .products .product-description{
		margin-left:0;
	}
}