/* Misc */
html {
	-webkit-font-smoothing: antialiased;
}
.red {
	color: #d5585a;
}
.green {
	color: #3ac7ab;
}
p {
	color: #cecccc;
}
a {
	color: #FFF;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
a:hover {
	color: #d5585a;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #393939;
	margin-top: 0;
}
p {
	color: #727272;
}
/* Header */
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}
#logo {
	text-align: center;
	margin-top: 50px;
	background: url("../img/splash.png") no-repeat center top;
}
.logo-pos {
	margin-top: 15px;
}
#catch-text {
	margin-bottom: 40px;
	margin-top: 10px;
}
.lead-head {
	font-size: 24px;
	font-weight: normal;
	color: #393939;
}
.lead-head span {
	color: #d5585a;
}

/* Prices */
#prices {
	text-align: center;
	margin-bottom: 25px;
}
#prices i {
	font-size: 50px;
	color: #d55759;
}
.price-bg, .blue-bg {
	background-color: #E7E7E7;
	color: rgba(73, 82, 94, 0.20);
	
	-webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.1);
	box-shadow: 0 0 0 4px rgba(0,0,0,0.1); 
	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	padding: 20px;
}
.price-bg h2 {
	color: #FFF;
	font-size: 18px;
}
.green-btn {
	color: #FFF;
	text-shadow: 0 1px 0 #155145;
	background: #16a085;
	border-bottom: #1d3631;
	width: 100%;
	display: block;
	padding: 10px 0;
	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 20px;
	font-weight: bold;
	
}
.green-btn:hover {
	background: #d55759;
	color: #FFF;
	text-shadow: none;
}

/* Newsletter */
#newsletter {
	text-align: center;
}
.bar {
	border-bottom: 2px solid #3f4d61;
	display: inline-block;
	width: 155px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.submit-btn {
	-webkit-border-radius: 100px;
	border-radius: 100px;
	height: 60px;
	width: 60px;
	border: none;
	background: #6ec1e3;
	color: #FFF;
	position: relative;
	right: 15px;
	font-weight: bold;
	
	-webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.1);
	box-shadow: 0 0 0 4px rgba(0,0,0,0.1); 
	
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
.submit-btn:hover {
	color: #FFF;
	text-shadow: 0 1px 0 #155145;
	background: #a5e370;
}
#news-input {
	height: 30px;
	border: none;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Copyright */

#copyright {
	margin-top: 20px;
	text-align: center;
}
#copyright p {
	color: #4b5769;
	font-size: 12px;
}
.social a {
	background-color: rgba(73, 82, 94, 0.20);
	width: 20px;
	height: 20px;
	padding: 10px;
	line-height: 20px;
	font-size: 18px;
	display: inline-block;
}


/* CSS3 Animations */
.delay1 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.delay2 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}
.delay3 {
	animation-delay: 3s;
	-webkit-animation-delay: 3s;
}
.delay4 {
	animation-delay: 4s;
	-webkit-animation-delay: 4s;
}
.delay5 {
	animation-delay: 5s;
	-webkit-animation-delay: 5s;
}

/* Responsive */
@media (max-width: 767px) {
	#logo {
		margin-top: -95px;
	}
	.logo-pos {
		position: relative;
		top: 5px;
	}
	#catch-text {
		position: relative;
		top: 10px;
	}
	#copyright {
		margin-bottom: 25px;
	}
	#news-input {
		margin-bottom: 10px;
	}
	.submit-btn {
		right: 0;
	}
	.price-bg, .blue-bg {
		margin-bottom: 20px;
	}
}
