@media(min-width:1025px) and (max-width:1280px){
	.logo img {
	    margin: 0px auto 0;
	    width: 50%;
	}
	.navbar-default .navbar-nav > li > a{
		padding: 10px;
		font-size: 16px;
	}
	.myMenu ul li::after, .myMenu ul li:last-child::after{
		top:10px;
	}
	header{
		padding: 0;
	}
	.navbar-brand-centered{
		width:240px;
	}
	.my-navbar{
		margin-top:10px;
	}
	.dropdown-menu{
		top:50px;
	}
}
@media(min-width:992px) and (max-width:1024px){
	.logo img {
	    margin: 0px auto 0;
	    width: 50%;
	}
	.navbar-default .navbar-nav > li > a{
		padding: 10px;
		font-size: 13px;
	}
	.myMenu ul li::after, .myMenu ul li:last-child::after{
		top:10px;
	}
	header{
		padding: 0;
	}
	.navbar-brand-centered{
		width:240px;
	}
	.my-navbar{
		margin-top:10px;
	}
	.dropdown-menu{
		top:50px;
	}
}
@media(min-width:768px) and (max-width:991px){
	footer p {
	  font-size: 12px;
	  float: left;
	  margin: 0 10px 0 0;
	}
	footer img {
	  width: 29px;
	}
	.address {
		padding:5px 0;
	}
	.address address{
		font-size:18px;
	}
	.caption-text a{
		width:60%;
	}
	.caption-text img{
		margin:20px auto;
	}
}
@media(min-width:300px) and (max-width:767px){
	.mobile-menu-list{
		padding:10px 0 0 0;
	}
	.myMenu ul li::after, .myMenu ul li:last-child::after{
		background: #fff
	}
	footer img {
	  width: 29px;
	}
	.address {
		padding:5px 0;
	}
	.address address{
		font-size:14px;
	}
	.pureCoffee-section,.pureCoffee-section{
		padding:20px 0;
	}
	.gourmentBanner-caption,.gourmentBanner-caption-text,.pureCoffee-caption,.pureCoffee-caption-text,section.brew-it-right .caption,section.brew-it-right .caption-text{
		display: block;
	}
	.pureCoffee-caption-text h1{
		font-size: 32px;
	}
	.pureCoffee-caption-text p{
		padding-top: 10px;
		font-size: 14px;
	}
	.gourmentBanner-caption-text h1{
		font-size:42px;
		padding:150px 0;
	}
	section.brew-it-right .caption-text .text-bg{
		padding:10px;
	}
	section.brew-it-right .caption-text h1{
		padding:15px 0;
	}
	section.brew-it-right .caption-text p{
		font-size: 14px;
		text-align: left;
		padding:0;
	}
	.caption,.caption-text{
		padding: 0;
	}
	.pureCoffee-section .caption-text ul {
	    margin: 0;
	    padding: 0;
	}
	.pureCoffee-section .caption-text ul li{
		width:100%;
		font-size: 13px;
	}
	.caption-text a{
		width:100%;
	}
	section.brew-it-right .caption-text .suited.align-right{
		right:0;
	}
	section.brew-it-right .caption-text .suited.align-left{
		left:0;
	}
	section.brew-it-right .caption-text h1{
		font-size:28px;
		text-align: center;
	}
	.suited{
		bottom: 0;
	    float: none;
	    position: relative;
	    right: 0;
	    text-align: center;
	    width: 100%;
	    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	    padding:10px 0;
	    color:#fff;
	}
	footer p {
	  font-size: 10px;
	  /*! float: left; */
	  margin: 0 10px 0 0;
	  text-align: center;
	}
	footer img {
	  width: 29px;
	}
}