@font-face {
    font-family: 'calibribold_italic';
    src: url('../fonts/calibri_bold_italic-webfont.eot');
    src: url('../fonts/calibri_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri_bold_italic-webfont.woff') format('woff'),
         url('../fonts/calibri_bold_italic-webfont.ttf') format('truetype'),
         url('../fonts/calibri_bold_italic-webfont.svg#calibribold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'calibribold';
    src: url('../fonts/calibri_bold-webfont.eot');
    src: url('../fonts/calibri_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri_bold-webfont.woff') format('woff'),
         url('../fonts/calibri_bold-webfont.ttf') format('truetype'),
         url('../fonts/calibri_bold-webfont.svg#calibribold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'calibriitalic';
    src: url('../fonts/calibri_italic-webfont.eot');
    src: url('../fonts/calibri_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri_italic-webfont.woff') format('woff'),
         url('../fonts/calibri_italic-webfont.ttf') format('truetype'),
         url('../fonts/calibri_italic-webfont.svg#calibriitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'calibriregular';
    src: url('../fonts/calibri-webfont.eot');
    src: url('../fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri-webfont.woff') format('woff'),
         url('../fonts/calibri-webfont.ttf') format('truetype'),
         url('../fonts/calibri-webfont.svg#calibriregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'NotoSerif';
  src: url('../fonts/NotoSerif.eot?#iefix') format('embedded-opentype'),  url('../fonts/NotoSerif.woff') format('woff'), url('../fonts/NotoSerif.ttf')  format('truetype'), url('../fonts/NotoSerif.svg#NotoSerif') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSerif-Bold';
  src: url('../fonts/NotoSerif-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/NotoSerif-Bold.woff') format('woff'), url('../fonts/NotoSerif-Bold.ttf')  format('truetype'), url('../fonts/NotoSerif-Bold.svg#NotoSerif-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSerif-BoldItalic';
  src: url('../fonts/NotoSerif-BoldItalic.eot?#iefix') format('embedded-opentype'),  url('../fonts/NotoSerif-BoldItalic.woff') format('woff'), url('../fonts/NotoSerif-BoldItalic.ttf')  format('truetype'), url('../fonts/NotoSerif-BoldItalic.svg#NotoSerif-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSerif-Italic';
  src: url('../fonts/NotoSerif-Italic.eot?#iefix') format('embedded-opentype'),  url('../fonts/NotoSerif-Italic.woff') format('woff'), url('../fonts/NotoSerif-Italic.ttf')  format('truetype'), url('../fonts/NotoSerif-Italic.svg#NotoSerif-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
	font-family: calibriregular, Calibri,Helvetica, Arial, sans-serif;
}

body, html {
	font-family: calibriregular, Arial, Verdana, Helvetica, serif, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	padding: 0;
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
button {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	background-color: transparent;
	border: none;
}
button:focus {
	outline: 0;
}

.row-no-margin {
    margin-left: 0;
    margin-right: 0;
}

.row-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}



.site-header {
	background-color: #fff;
	background-image: url(../img/header_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-heigh: 80px;
	heigh: calc(15vh);
}
.header {
	position: relative;
	z-index: 100;
	padding: 3% 10%;
}

.site-logo {
	text-indent: -9999px;
	width: 220px;
	height: 54px;
	display: block;
	margin-top: calc(3vh);
	margin-bottom: calc(5vh);
	margin-left: -7px;
	background-image: url(../img/Charoites_logo.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}
.site-logo a {
	width: auto;
	height: auto;
	display: block;
}

#hero-banner {
	width: 100%;
	position: relative;
}

#hero-banner .hero-block {
	height: 100%;
	min-height: 620px;
	width: 100%;
	display: block;
}

#hero-banner .hero-right {
	background-image: url(../img/hero_right_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mb-background {
	min-height: calc(63vw);
	width: 100%;
	background-image: url(../img/hero_right_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}

#hero-banner .hero-center {
	background-color:#fff;
	position: relative;
	background-color: #fff;
	background-image: url(../img/form_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
}


.clear {clear:both; height:0;font-size:1px;}

.main-content{
	width:100%;
	display:inline-block;
	*display:inline;
	zoom:1;
	text-align:left;
	vertical-align:top;
    float: left;
    border: 0px solid red;
	padding: 3% 10%;
	color: #4a6870;
}


.main-content .content-block {
	padding: 5% 0 4%;
}


.content-head p{
	color:#4a6870;
	line-height: 20px;	
}

.content-head p a{
	color:#21539f;
}

.content-head p a:hover{
	text-decoration:underline;	
}

.main-content .content-form {
	border: #4a6870 1px dotted;
	border-left: none;
	border-right: none;

}

form{
}

form a{
	color:#21539f;
	font-size: 12px;
}

input[type="text"],input[type="password"]{
	width:100%;
	height:40px;
	border:#9d9d9d 1px solid;
	outline:none;
	position:relative;
	margin:7px 0 15px 0;
	font-size:14px;
	padding:0 4px;
	line-height:20px;
	border-radius:0px;
	
	-webkit-appearance: none;
	-webkit-box-shadow: #f5f6f4 0px 0px 0px;
	-moz-box-shadow: #f5f6f4 0px 0px 0px;
	box-shadow: #f5f6f4 0px 0px 0px;
	background: #f5f6f4;
}

input[type="submit"], input[type="button"]{
	background:#496871;
	border:none;
	outline:none;
	color:#fff;
	height:24px;
	width:25px;
	cursor:pointer;
	margin:10px 0 0 0;
	text-align:center;
	border-radius:0px;
}

.content-form table td{
	font-size: 14px;
	color:#4a6870;
}

.content-form .field-title {
	/* font-family: 'NotoSerif-Bold', sans-serif; */
}

form a:hover{
	text-decoration:underline;
}

.main-content .content-company {
	
}

.content-company p{
	line-height:18px;
	color: #4a6870;
	/* text-transform: uppercase; */
}

.site-footer {
	width: 100%;
	height: auto;
	padding: 20px 0px 20px 0px;
	/* background-color: #222222; */
}

.copyright {
	
}
.copyright p {
	margin: 0 auto;
	text-align: center;
	color:#666666;
}

/* FORM validation */
.formError {
	left: auto !important;
	right: 0px !important;
	margin-top: -15px !important;
}
.formError .formErrorContent
{
	border: 0px;
	background: transparent;
    border-radius: 6px;
    box-shadow: 0 0 0px transparent;
	color: red;
	font-size: 10px;
	padding-right: 0px !important;
	text-align: right;
}
.formErrorArrow{
	display: none;
}

/* CROSS BROWSERs */

@media screen and (min-width: 320px) and (max-width: 414px) {
	.header {
	    padding: 0 10%;
	}
	.site-logo {
		width: 110px;
		height: 28px;
		margin: 25px auto;
		float: none;
	}
	.copyright p {
	    width: 82%;
	}
}
@media screen and (min-width: 415px) and (max-width: 991px) {
	.header {
	    padding: 0 10%;
	}	
	.site-logo {
		margin: 35px auto;
		width: 200px;
		height: 49px;
		float: none;
	}	
	.copyright p {
	    width: 82%;
	}
	
}


@media screen and (min-width: 768px) and (max-width: 1024px){
	#hero-banner .hero-right {
		width: 100%;
	}	
	.main-content {
		padding: 15px 35px;
		padding-left: calc(10%);
		padding-right: calc(10%);
	}
}
@media screen and (min-width: 1024px) {

}
@media screen and (min-width: 1366px) {
	.col-md-5 {width: 38%;}
	.col-md-7 {width: 62%;}
}

@media screen and (min-width: 1440px) {
	.col-md-5 {width: 36%;}
	.col-md-7 {width: 64%;}	
}