/*** TABLET CSS 
***************/
@media (min-width: 768px) {
	#section-02 h2,
	#section-05 h2{
		font-size: 2em;
	}
	
	#section-02 h3,
	#section-05 h2{
		font-size: 1.5em;
	}
	
	#section-02 h4,
	#section-05 h4{
		font-size: 1em;
	}
	
	section .carousel-caption {
		top:10%;
	}
	.nav-wrapper {
		height:122px;
	}
	.navbar-inverse {
		margin-top:0px;
	}
	.navbar-static-top {
		position:absolute;
		bottom:0px;
		left:30px;
	}
	.nav > li.dropdown.open .dropdown-menu {
		left:-217px;
	}

	/** christmas **/
	.christmas {
		display: none;
	}
	.award-logo {
		display: none;
	}
}
@media (min-width: 767px) and (max-width: 992px) {
	.action-buttons-header a:first-child {
		padding-right: 15px;
		padding-left: 10px;
	}
	.action-buttons-header a:nth-child(2) {
		padding-right: 10px;
	}
	.navbar-inverse .navbar-nav>li>a:hover {
		margin-top: 0px;
		padding-left: 10px;
		padding-right: 0px;
	}
	.search-banner input {
		width: 112px;
		padding-left:0px;
	}
	.telephone-container {
		margin-left: 0.7em;
	}
	.telephone-container p {
		margin-right: 1em;
	}
	.telephone-container a {
		font-size: 14px;
	}
	.cart-amount p {
		padding-right: 5px;
		padding-left: 0px;
	}
}
/* Providing a fallback for devices which we expect not to support background parallax */
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) and (min-width: 767px) and (max-width: 991px) {
	.feature-one {
		background-size: 991px auto;
		background-attachment: local;
	}	
}

@media only screen and (min-device-width: 993px) and (max-device-width: 1024px) and (min-width: 993px) and (max-width: 1024px) {
	.feature-one {
		background-size: 1024px auto;
		background-attachment: local;
	}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	.feature-one {
		background-size: 1024px auto;
		background-attachment: local;
	}
}

/* iPad Pro 10.5" landscape */
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	.feature-one {
		background-size: 1112px auto;
		background-attachment: local;
	}
}

/* iPad Pro 12.9" portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	.feature-one {
		background-size: 1024px auto;
		background-attachment: local;
	}
}
/* iPad Pro 12.9" landscape */
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	.feature-one {
		background-size: 1366px auto;
		background-attachment: local;
	}
}
