/*font-family: 'Carrois Gothic', sans-serif;
font-family: 'Carrois Gothic SC', sans-serif;
font-family: 'Raleway', sans-serif;*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #414142;
	height: 100vh;
}
a {
	color: #414142;
}
a:hover {
	color: #000;
}
.main-page {
	position: relative;
	display: block;
height: 100%;
	background: url(../images/img-bg.jpg);
	background-size: cover;
}
.container {
	width: 1170px;
	margin: 0 auto;
	display: block;
	padding: 0 15px;
}
.main-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	padding: 20px 0;
	height: 100%;
	width: 100%;
}
.main-left {
	display: block;
	width: 32%;
	padding: 0 15px;
}
.main-right {
	display: block;
	width: 68%;
	padding: 0 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0;
	margin-bottom: 15px;
	line-height: 1.1;
}
.text-uppercase {
	text-transform: uppercase;
}
.contact-form {
	font-family: 'Carrois Gothic SC', sans-serif;
	position: relative;
	display: block;
	background-color: #f4a074;
	color: #fff;
	padding: 30px 30px 20px 30px;
}
.contact-heading {
	font-size: 38px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: 15px;
}
.contact-form label {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
}
.form-group {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
input {
	font-family: 'Carrois Gothic SC', sans-serif;
	font-size: 15px;
	line-height: 1;
}
.form-control {
	border: none;
	background-color: #fff;
	display: block;
	width: 100%;
	padding: 10px 10px;
	border-radius: 0;
	outline: none;
	font-family: 'Carrois Gothic SC', sans-serif;
	font-size: 15px;
	line-height: 1;
}
.h-100 {
	height: 100%;
}
input[type=button], input[type=submit] {
	border: none;
	display: block;
	width: 100%;
	color: #fff;
	background-color: #212222;
	padding: 10px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.2;
	cursor: pointer;
	outline: none;
}
input[type=button]:hover, input[type=submit]:hover {
	background-color: #ffebd6;
	color: #212222;
}
img {
	max-width: 100%;
	height: auto;
}
.logo img {
	max-width: 162px;
	height: auto;
}
h2 {
	font-size: 48px;
	text-transform: uppercase;
	font-family: 'Carrois Gothic SC', sans-serif;
	margin: 35px 0
}
h3 {
	font-size: 25px;
	margin: 35px 0
}
.font-raleway {
	font-family: 'Raleway', sans-serif;
}
.font-carroissc {
	font-family: 'Carrois Gothic SC', sans-serif;
}
.font-carrois {
	font-family: 'Carrois Gothic', sans-serif;
}
.submit-group {
	margin-top: 20px;
}
.error{    color: #bf0000;
    font-size: 13px;
    margin-top: 2px;}
@media only screen and (max-width: 1200px) {
.container {
	width: 100%
}
.main-left {
	width: 38%;
}
.main-right {
	width: 62%;
}
}
@media only screen and (max-width:992px) {
.main-wrapper {
	position: relative;
	display: block;
	padding: 45px 0;
}
.main-left {
	display: block;
	width: 80%;
	padding: 0 15px;
	padding-bottom: 35px;
	margin: 0 auto;
}
.main-right {
	display: block;
	width: 100%;
	padding: 0 15px;
	text-align: center;
}
}
@media only screen and (max-width:767px) {
.contact-form {
	padding: 20px;
}
.main-left {
	width: 100%;
}
.contact-heading {
	font-size: 30px;
}
h2 {
	font-size: 25px;
	 margin: 20px 0;
}
h3 {
    font-size: 20px;
    margin: 20px 0;
    line-height: 1.4;
}
.main-page{min-height:100%;}
}
@media only screen and (max-width:480px) {
.h3-mobile{    font-size: 16px;}
}
