/*! styles.cs */

html, body {
	font-family: Raleway,"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
}

a, a:active, a:visited, a:link {
	color: #49bfe6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#gpm-header {
	padding: 15px 50px;
	background-color: #fff;
	position: fixed;
	text-align: left;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0);
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

#gpm-logo {
	width: 260px;
	height: auto;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

.logo-bg {
	background-color: #fff;
	display: inline-block;
	padding: 5px;
}

.gpm-tiles {
	height: 80%;
	width: 100%;
}

.gpm-tiles .tile-one, .gpm-tiles .tile-two {
	height: 100%;
	width: 100%;
	position: absolute;
}

.gpm-about {
	background-color: #28282e;
	height: 500px;
	width: 100%;
	position: absolute;
	overflow: visible;
}

.gpm-about .about-img {
	height: auto;
	width: 48%;
	position: absolute;
	left: 0px;
	top: 4%;
	overflow: visible;
	display: block;
}

.gpm-about .about-img img {
	height: auto;
	width: 100%;
}

.gpm-about .about-copy {
	color: #ccc;
	height: 100%;
	width: 40%;
	position: absolute;
	left: 52%;
	padding: 60px 30px;
	font-size: 21px;
	font-weight: 200;
	line-height: 1.5em;
}

.gpm-about .about-copy p {
	margin-bottom: 60px;
}

.gpm-photo {
	width: 100%;
	height: 160%;
}

.gpm-bubbles {
	background-color: #fff;
	height: auto;
	width: 100%;
	text-align: center;
	padding: 60px 0px;
}

.gpm-bubble {
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	background-color: #666;
	margin: 0px 30px;
	overflow: hidden;
}

.gpm-bubble img {
	width: 200px;
	height: auto;
}

.gpm-contact {
	background-color: #fff;
	padding: 60px 0px;
}

.gpm-footer {
	background-color: #28282e;
	text-align: center;
	color: #fff;
	width: 100%;
	padding: 60px 0px 30px;
	position: relative;
	z-index: -2;
}

#g-logo {
	width: 50px;
	height: auto;
}

.gpm-g, .gpm-links {
	margin-bottom: 45px;
}

.gpm-links a, .gpm-links a:active, .gpm-links a:visited, .gpm-links a:link {
	color: #999;
	text-decoration: none;
	margin: 0px 10px;
}

.gpm-links a:hover {
	text-decoration: underline;
}

.gpm-copyright {
	color: #666;
	margin-bottom: 10px;
}

.gpm-mail, .gpm-address {
	text-align: center;
	font-size: 21px;
	font-weight: 200;
	line-height: 1.75em;
}

.gpm-mail {
	margin-bottom: 60px;
	line-height: 1.75em;
}

@media (max-width: 750px){
	
.gpm-bubbles {
	padding: 60px 0px 20px;
}

.gpm-bubble {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	margin: 0px 15px;
}

.gpm-bubble img {
	width: 150px;
}

.gpm-about .about-copy {
	left: 50%;
	width: calc(50vw - 60px);
	padding: 30px 30px;
}
}

@media (max-width: 480px){
	
#gpm-header {
	text-align:center;
	padding: 15px 0px;
}

.gpm-bubbles {
	padding: 60px 0px 0px;
}

.gpm-bubble {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 150px;
	margin: 0px 15px;
}

.gpm-bubble img {
	width: 100px;
}

.gpm-about {
	height: 400px;
}

.gpm-about .about-img {
	display: none;
}

.gpm-about .about-copy {
	left: 0;
	width: calc(100vw - 80px);
	padding: 30px 30px;
}
}

