@charset "UTF-8";

/* Responsive */
  
/*--- Mobile Portrait ---*/
@media only screen and (max-width: 495px){
	body{
  		-webkit-text-size-adjust: none;
  	}
	#content .content .leftcolumn{
		display:none;
	}
	#content .content .rightcolumn{
		width:100%;
		float:none;
		clear:both;
		padding:30px 20px;
	}
	.backtohomeshop a{
		font-size:15px;
	}
}

/* Landscape Mode */
@media only screen and (max-width: 999px){
	body{
  		-webkit-text-size-adjust: none;
  	}
	.backtohomeshop{
		padding:20px;
	}
	.backtohomeshop a{
		width:auto;
		padding:5px 30px;
	}
	#footer .footerc{
		width:auto;
	}
	#footer .footerc .container{
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}
	#footer h5{
		line-height:normal;
		padding:0 0 10px 0;
		margin:20px 0;
		border-bottom:solid 1px #e4e1da;
	}
	#footer h5.bewild{
		border-bottom:none;
	}
}

/* iPad in Portrait orientation */
@media screen and (min-width: 768px) and (orientation: portrait) {
	body{
  		-webkit-text-size-adjust: none;
  	}
}

/* iPad in Landscape orientation */
@media only screen and (device-width: 768px) and (orientation: landscape) {
	body{
  		-webkit-text-size-adjust: none;
  	}
}