/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {
/*@media only screen 
and (min-width: 375px) 
and (max-width: 667px){*/
/*.main-logo, .telephone-logo{
		text-align:center;
		padding:0px;
	}*/

    
    /*.login-container,.gradiant-container{
    	width: 98.8%;
    }
    .site-pages-links{
    	text-align:left;
    }*/
   .continue-shopping-btn{
		display: none;
	}
}

/* iPhone 6 - Portrait */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (device-aspect-ratio : 375/667) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) { 
/*and (min-width: 375px) 
and (max-width: 667px) {*/
	/*.galleries-tab .title{
		margin-top:5px;
		font-size: 17px;
	}	
	.galleries-tab .img-non-responsive{
		max-width: 365px !important;
	}*/
	.pull-right{
		float:none !important;
	}
	.galleries-tab .img-non-responsive{
		display: block;
		max-width: 338px !important;
	}
	.galleries-tab .title{
		font-size:17px;
	}
	.links-title{
		font-size: 15px;
	}
}

/* iPhone 6 - Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (device-aspect-ratio : 375/667) 
and (aspect-ratio : 667/375) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) { 
/*and (min-width: 375px) 
and (max-width: 667px){*/
	.website-border{
		margin-left:-0.5px;
	}
	.footer-info-right{
		margin-right: 4%;
	}
	.form-control{
		width:60%;
		margin-left:20%;
	}
	.form-search .search-input{
		margin: 0px !important;
	}
	.prod-price, .image-wrapper h3, .add-to-cart{
		text-align: center;
	}	
	/*.customer-input input, .customer-input select, .login-input{
		width:80%;
		margin-left:10%;
	}*/
}