

.main {
	width: 100%;
	padding: 0;
	max-width: 100em; float:left;
}
.main-contact{width:100% !important;}
@media screen and (max-width: 1199px) and (min-width: 992px){.main-contact{width:57% !important;}}
@media screen and (max-width: 991px) and (min-width: 1px){.main-contact{width:100% !important;}}

.cbp-mc-form {
	position: relative;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cbp-mc-form:before, 
.cbp-mc-form:after { 
	content: " "; display: table; 
}

.cbp-mc-form:after { 
	clear: both; 
}

.cbp-mc-column {
	width: 100%;
	float: left; margin-top:3px; padding:1.5em;
}
@media screen and (max-width: 991px) and (min-width: 768px){.cbp-mc-column {padding:0.5em;}}

.cbp-mc-form label {
	display: block;
	padding: 4px;
	font-size: 14px;
	text-transform: capitalize;
	 color:#515151; font-family:'Open Sans',sans-serif !important; font-weight:normal; width:100%; float:left; margin-bottom:1.5em;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	font-family:'Open Sans',sans-serif !important;
	line-height: 1.5;
	font-size: 13px;
	padding: 4px 10px;
	color: #aba8a8;
	display: block;
	width: 100%;
	background: transparent; width:100%; float:left; margin-bottom:1.5em; border:1px solid #E3E3E3; background:#fff;
}
@media screen and (max-width: 767px) and (min-width: 1px){.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {margin-bottom:0.5em;}}

.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 1px solid #e3e3e3; color:#333;
}
.cbp-mc-form textarea {
	min-height: 100px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 1px solid #4697e4;
}

.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 40px;
	clear: both;
}

.cbp-mc-form input.cbp-mc-submit {
	background: #10689a;
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 1px;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background: #1478b1;
}

@media screen and (max-width: 70em) {
	.cbp-mc-column {
		width: 100%;
	}
	.cbp-mc-column:nth-child(3) {
		width: 100%;
	}
}

@media screen and (max-width: 48em) {
	.cbp-mc-column {
		width: 100%;
		padding: 10px;
	}
}