/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */
body {
	font-family: Arial, sans-serif, verdana;
    background: #F7F7F7;
	color: #4C4C4C;
	margin: 0 auto;
	max-width: 1040px;
}
header {
	background: #E5E5E5;
	height: 60px;
}
.header-holder {
	margin: 0 auto;
	max-width: 1040px;
}
header .logo {
	margin: 0;
}
header .logo a,
footer .footer-logo a img {
	width: 180px;	
	height: auto;
}
#nav-wrap {
    font: 12px 'montserrat-regular', sans-serif;
	float: right;
}
ul#nav li a {
	/*color: #55585B;*/
	color: #2A2A2A;
}
ul#nav li a:hover,
ul#nav li.current a {
	color: #FF0703;
}
.header-social,
#pricing,
#call-to-action,
#testimonials {
	display: none;
}
#hero {
	background: transparent;
}
.hero-text {
    width: 100%;
    text-align: justify;
    margin: 0;
}
.hero-text p {
	font-size: 14px;
	margin: 12px 0;
    text-shadow: none;
}
footer .row {
	width: 100%;
	max-width: 1040px;
}
footer .footer-logo a {
	display: inline-block;
	margin: 0;
}
footer .columns {
    padding: 0;
}
footer .copyright {
    padding: 0;
    vertical-align: super;
}
#subscribe p,
.comments_lable {
	color: #F0F0F0;
}
#subscribe,
#mc_embed_signup {
	text-align: left;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	width: 100%;
	color: #2A2A2A;
	background-color: #F7F7F7;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	color: #2A2A2A;
	background-color: #FFF;
}
.js #mc_embed_signup input[type="submit"] {
	width: 33%;
    opacity: 1;
}

input[type="submit"], input[type="reset"] {
	background: #14D0D6;
 	color: #FFF;
	width: 33%;
	height: 60px;
	padding: 0 20px;
    font-size: 16px;
    border: 1px solid #FFF;  
}
input[type="submit"]:hover,
input[type="reset"]:hover {
	background: #11CCFF;
}