
/*
CSSGrid is a Responsive CSS Grid designed to work on web and mobile devices. (www.cssgrid.co)
Please don't steal. Support this grid and buy a license from: http://codecanyon.net/item/responsive-html5-css-grid/4928861

Columns Fixed (f)

*/

.intro-image,
.intro-image img {
	width:100%;
	height:auto;
}
.icon {
	left:50%;
	margin-left:-55px;
	padding-top:11%;
	width:110px!important;
	height:110px!important;
}
.responsive_height {
	height:auto;
	min-height:490px;
	padding:0px; /* responsive slider height = 40% of the browser width; ie. slide image aspect ratio: w10xh4 */
	position:relative;
}
.responsive_height > .container {
	position:absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.item {
	height:auto;
	position:relative;
}
.left-text {
	padding-top:15px;
	width:92%;
}
.right-img {
	display:none;
}
.arrow-left,
.arrow-right {
	width:30px;
}
h2 {
	font-size:18px;
	line-height:28px;
}
h3 {
	padding-left:50px;
	padding-bottom:5px;
}
h4 {
	padding-left:50px;
	padding-bottom:10px;
}
p {
	padding-left:50px;
	font-size:13px;
	line-height:22px;
}
.item ul {
	padding-left:50px;
}
.item ul li {
	font-size:13px;
	line-height:22px;
}
.copyr span {
	display:none;
}
.desktop-only {
	display:none;
}
