body {
	font-family: 'Open Sans', sans-serif;
	color: #47535c;
	font-size: 18px;
	line-height: 1.34em;
	letter-spacing: 0;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h2 {
	font-size: 34px;
}

h2.bottom-dots {
	margin-bottom: 0.5em;	
}

h2 small {
	font-weight: 600;	
	color: inherit;
}

p {
	margin: 0 0 1em;
}

.bottom-dots:after {
	display: block;
	height:13px; 
	width:100%;   
	background: url("/images/dots.png");
	background-repeat: no-repeat;
	content: '';
	padding-top: 1.2em;
	background-position: left center;
}

.text-center .bottom-dots:after,
.text-center.bottom-dots:after {
	background-position: center center;
}

.help-block {
	color: #00a3a6;
	font-size: 13px;
	margin-top: 6px;
	margin-bottom: 0;
	line-height: 1.25em;
}

.image-select-group {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.btn.btn-sm {
	font-size: 14px;
	font-weight: 600;
	border-radius: 14px;
	padding: 6px 40px;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 600;
	border-radius: 22px;
	padding: 6px 30px;
}

.btn-primary {
	background-color: #f88f13;
	color: #ffffff;
	border: 2px solid #f88f13;
}

.btn-file input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.btn-row .btn:first-child {
	margin-left: 0;
}

.btn-row .btn:last-child {
	margin-right: 0;
}

.btn-row .btn {
	margin: 1em 0.5em;
	width: 250px;
}

.has-error .wpcf7-text, .has-error .wpcf7-select {
	background-color: #f2dede !important;
	color: #a94442;
}
