/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,800,900');
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
	list-style: none;
	box-sizing: border-box;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #6e6e6e;
	font-weight: 400;
}
label.error{
	color:red;
	font-size:13px;
	font-weight:bold;
}
.page-wrap {
	border-top: solid 50px #242428;
	width: 100%;
}
.banner {
	width: 100%;
	height: 522px;
	background-image: url(../images/bg.jpg), url(../images/bg-repeat.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: center, left bottom;
	background-size: auto 100%, auto;
	background-color: #fff;
}
.banner-cnt {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	float: none;
	padding-top: 50px;
	position: relative;
}
.footer {
	font-size: 14px;
	color: #919191;
	padding: 0 25px;
	border-top: solid 1px #aeaeae;
	height: 59px;
	line-height: 54px;
	
}
.footer-fix {
	max-width: 1300px;
	margin: 0 auto;
	float: none;
}
.home-txt {
	font-size: 17px;
	text-align:center;
}

.home-txt .reception {
	font-size: 18px;
	text-align:center;
	margin-bottom: -25px;
}

.home-txt .image {
	padding-bottom:5px;
}



.home-txt p .spacer {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.home-txt h1 {
	margin-bottom: 10px;
	font-size: 33px;
	font-weight: 700;

}
.home-txt h2 {
	font-weight: 700;
	font-size: 19px;
	margin-top: -35px;
	margin-bottom: 0px;
}
.home-txt h3 {
	font-weight: 600;
	color: #d0aa25;
	font-size: 17px;
	margin-top: 12px;
	margin-bottom: 10px;
}
.home-txt h4 {
	font-weight: 500;
	font-size: 19px;
	margin-top: -20px;
	margin-bottom: -10px;
}
.lion {
	position: absolute;
	right: 0px;
	top: 20px;
}
.content-wrap {
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 0px;
	font-size: 18px;
	font-weight: 300;
}
.content-wrap .title-wrap {
	text-align: center;
}
.content-wrap .title-wrap h2 {
	font-size: 38px;
	font-weight: 800;
	padding-bottom: 10px;
}
.content-wrap .title-wrap p {
	font-size: 19px;
}
.form-wrap {
	padding-top: 30px;
}
.form-field-ul {
	display: block;
}
.form-field-ul li {
	display: block;
	padding-bottom: 15px;
}
.form-field-ul li .lbl {
	display: inline-block;
	width: 120px;
	margin-right: 5px;
	position: relative;
	font-weight: 300;
}
.form-field-ul li .lbl::after {
	content: ":";
	position: absolute;
	right: 14px;
}
.form-field-ul li .input-txt {
	display: inline-block;
	border: solid 1px #aeaeae;
	padding: 8px 5px;
	font-size: 16px;
	color: #5E5D5A;
	width: 360px;
	font-weight: 300;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.form-field-ul li .input-txt:focus {
	border: solid 1px #d0aa25;
}
.form-field-ul li .lbl-full {
	width: 100%;
	padding-bottom: 5px;
}
.form-field-ul li .no-col::after {
	display: none;
}
.top-spacer {
	padding-top: 15px;
}
.radio-spacer {
	padding-bottom: 2px;
	display: inline-block;
}
.info1 {
	font-weight: 300;
	padding-top: 25px;
}
.bullet-ul {
	padding-top: 7px;
	padding-bottom: 25px;
}
.bullet-ul, .bullet-ul li {
	font-size: 14px;
	list-style: disc;
	list-style-position: inside;
}
.red-txt {
	color: #e41919;
	font-size: 14px;
	font-weight: 300;
}
.action-btn-wrap {
	padding: 20px 0px;
}
.yellow-btn {
	background-color: #e7b829;
	color: #fff;
	font-size: 18px;
	padding: 10px 50px;
	cursor: pointer;
	border: none;
	font-weight:bold;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.yellow-btn:active {
	background-color: #836817;
}
div.jfilestyle label {
	background-color: #e7b829;
	color: #fff;
	font-size: 18px;
	font-weight:bold;
	padding: 10px 50px;
	border: none;
	width:165px;
	height:41px;
}
div.jfilestyle input {
	background-color: #FFFFFF;
	border: none;	
}
.country
{
	font-size: 14px;
	color: #B8B8B8;
	margin-left:128px;
}
span.error
{
	padding-left:5px;
}

@media (min-width:0px) and (max-width:1366px) {
.home-txt {
	padding-left: 0%;
}
.banner-cnt {
	padding-top: 2%;
}
.country
{
	font-size: 14px;
	color: #B8B8B8;
	margin-left:128px;
}
}

@media (min-width:0px) and (max-width:1000px) {
.home-txt {
	padding-left: 0%;
}
.country
{
	font-size: 14px;
	color: #B8B8B8;
	margin-left:0px;
}
.yellow-btn {
	margin-left:0px;
}
}
