#gw-main,
#mobile-main {
	background: url('/images/iph-site-bg2.jpg');
}
#staticpage-container {
	background: transparent !important; 
}
#gradient-overlay {
	background: -moz-linear-gradient(-45deg,  rgba(51,51,51,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(51,51,51,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(51,51,51,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(51,51,51,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(51,51,51,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(51,51,51,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6333333', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-color: #7ec29b;
	border-radius: 2px;
	color: #fff;
}
#stand-style {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
    background: rgba(205,205,205, .2);
	border-radius: 2px;
}
	#stand-style h2,
	#gradient-overlay h2{
		font-size: 26px;
	}
	#stand-style h4,
	#gradient-overlay h4{
		font-size: 18px;
		bottom: 0px;
		position: absolute;
	}
.iph-section img {
   width: 200px;
   height: auto;
}
.iph-section .media,
.iph-section .media:first-child {
	margin-top: 10px;
	margin-bottom: 15px;
}
.iph-section .media .media-body {
	vertical-align: middle;
}
.iph-section h2 {
	padding-left: 20px;
}
.iph-section .btn {
	 color: #fff; 
	 font-size: 16px; 
	 border-radius: 2px;
}
.iph-section a {
	color: #fff;
}

#stand-style .btn {
	 background: rgba(98, 140, 116, 0.7); 
}
	#stand-style .btn:hover {
	 background: rgba(98, 140, 116, 0.8); 
}
#gradient-overlay .btn {
	background: rgba(68, 68, 68, 0.6); 
}
	#gradient-overlay .btn:hover {
	background: rgba(68, 68, 68, 0.7); 
}

#iph-links {
	background: url('/images/iph-img-wide-ns.jpg'); 
	background-repeat: no-repeat;
	padding: 40px 0;
	margin: 15px -15px 0;	
	border-radius: 2px;
}
	#iph-links div {
		border-radius: 2px; 
		border: 1px solid #aaa; 
		background: rgba(255,255,255,.6); 
		padding: 20px; 
		color: #444;
		margin: 0 4%;
	}
		#iph-links div:hover {
			background: rgba(255,255,255,.9);
		}
	#iph-links h4 {
		font-size: 20px;
	}
	#iph-links p {
		font-size: 16px;
	}
@media screen and (max-width: 1399px) {
	.iph-section img {
		width: 160px;
	}
}
@media screen and (max-width: 1239px) {	
	.iph-section .btn {
		font-size: 14px;
	}
	.iph-section img {
		width: 125px;
	}
}
@media screen and (max-width: 991px) {	
	.iph-section .media .media-body {
		vertical-align: top;
	}
	.iph-section img {
		width: 96px !important;
		max-width: 96px !important;
	}
	#stand-style h4, 
	#gradient-overlay h4 {
		font-size: 16px;
	}
	#iph-links h4 {
		font-size: 18px;
	}
	#iph-links p {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {	
	#stand-style {
		margin-bottom: 0;
		margin-top: 0;
	}
	.iph-section img {
		margin: 0 auto;
	}
	.iph-section .media .media-body {
		vertical-align: middle;
	}
	.iph-section .btn {
		right: 10%;
	}
	#iph-links {
		background: transparent !important;
		padding: 0 !important;
	}
		#iph-links div {
			background: rgba(255,255,255,0.9);
			margin: 0 0 10px 0;
		}
}
#iph-description {
	background: rgba(255,255,255,0.8);
	padding: 0 15px;
	border-radius: 2px;
	margin-top: 15px;
}
#recently-viewed {
	background: rgba(255,255,255,0.8);
}