/* 
Author: Kristoffer Lidman
Author URI: http://identa.se/
*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.6em;
	font-weight: 400;
	background: #fafafa;
	color: #666;
	margin: 0px;
	padding: 60px 0 0 0;
}
a  {
	color: #41ADD6;
	border: none;
	outline: none;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover  {
	color: #666;
}
p {
	margin: 0 0 25px 0;
}
img  {
	border: none;
}
h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #111;
	line-height: 1.2em;
}
.hdl {
	font-family: 'proxima-soft', Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #111;
}
h1, h2 {
	margin: 0 0 25px 0;
	font-size: 30px;
}
h1.center, h2.center {
	text-align: center;
}
h3 {
	margin: 0 0 15px 0;
}
.alignleft { float: left; }
.alignright { float: right; }
.container {
	width: 100%;
	margin: 0px auto;
	padding: 50px 0;
	background: #fff;
	float: left;
}
.wrapper {
	width: 700px;
	padding: 50px;
	background: #fff;
	margin: 80px auto 20px auto;
	overflow: hidden
}
/*---- Buttons ----*/
.btn, .wpcf7-submit {
	padding: 9px 20px;
	color: #fff;
	background: #5ccbe7;
	float: left;
	font-size: 14px;
	font-weight: 400;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
}
.btn.round {
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
	padding: 9px 30px;
}
.btn.line {
	color: #5ccbe7;
	padding: 6px 20px;
	background: #fff;
	border: 2px solid #5ccbe7;
}
.btn.orange {
	background: #F47B26;
}
.btn.grey {
	background: #333;
}
.btn:hover, .wpcf7-submit:hover {
	color: #fff;
	background: #59c4df;
}
.btn.line:hover {
	background: #5ccbe7;
}
.btn.orange:hover {
	color: #fff;
	background: #ea7624;
}
.btn.grey:hover {
	color: #fff;
	background: #000;
}
.btn.full {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn.center {
	text-align: center;
}
.btn .fa {
	margin: 0 0 0 7px;
}
.pitch-btn {
	font-size: 18px;
	padding: 10px 22px;
	margin: 0 15px;
	float: none;
}
.pitch-btn:hover {
	background: #fff;
	color: #445F8E;
}
@media only screen and (min-width: 849px) {
	
}
@media only screen and (max-width: 849px) {
	body {
		font-size: 17px;
		line-height: 1.6em;
		padding: 0 15px;
	}
	.wrapper {
		padding: 20px;
		width: 100%;
		float: left;
		margin: 15px 0;
	}
	h1, h2 {
		margin: 0 0 15px 0;
		font-size: 24px;
		line-height: 1.3em;
	}
	
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
	
}