html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-variant: normal;
	font-size: 13px;
	color: #b7b7b7;
	background: #f7f6f4;
}

a {
	color: #787878;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 16px;
	color: #161616;
	padding: 0;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: 0.3em;
	margin: 0 0 34px 0;
	text-transform: uppercase;
}

h2, h3, h4, h5, h6  {
	font-size: 15px;
	color: #454545;
	margin: 5px 0;
	padding: 0;
	font-style: normal;
	font-weight:normal;
	line-height: 1.5;
}

p {
	margin: 0 0 20px 0;
}

/* Use clearfix class on parent to clear nested columns,
   or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.testimonial:before,
.testimonial:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
}
.row:after,
.clearfix:after,
.testimonial:after {
	clear: both; 
}

.row,
.clearfix {
	zoom: 1; 
}
#gphw-fd .gphw-fd-content  .row.slider  .col-1:not(.slider_col-1) {
    width: 60%;
}