@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700';


@font-face {
    font-family:'Adobe Caslon Pro';
    src: url('../font/ACaslonPro-Regular.eot');
	src: url('../font/ACaslonPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/ACaslonPro-Regular.woff2') format('woff2'),
		url('../font/ACaslonPro-Regular.woff') format('woff'),
		url('../font/ACaslonPro-Regular.svg#ACaslonPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}





/* Global CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, body {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	outline:none;
	-webkit-font-smoothing: antialiased;	
}
*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}
body, button, input, textarea, select{
	color: #000;
	font-size:12px;
	font-family: 'Lato', sans-serif;
	-webkit-appearance: none;
}
select{
	-moz-appearance: none;
    -webkit-appearance: none;
}
textarea, input {
	-webkit-focus-ring-color: none;
}
button{
	cursor:pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*:focus {
	outline: none;
}
html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	-webkit-image-size-adjust: none;
}
body {
  background-repeat: no-repeat;
  background-attachment: fixed;
	vertical-align: baseline;
	line-height: 1.2;
	position: relative;
}
html,body{
	width: 100%;
	background-color: #fff;
}
.clear {
	clear:both;
	width:1px;
	height:1px;
}
.clear_after:after {
	clear:both;
	display: block;
	content: "";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img{
	max-width: 100%;
	display: block;
}
/* End Global CSS */


/* ! All */

.padding-top {
	padding-top:20px;
}

.section{
	position: relative;
}
.content{
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
#black_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 1;
	z-index: 10;
}
.button{
	width: 100%;
	display: block;
	border: none;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	line-height: 38px;
	color: #fff;
	background: #9e6451;
	cursor: pointer;
}
.button:hover{
	color: #9e6451;
	background: #fff;
	font-weight: 700;
}
.dt{
	display: table;
	width: 100%;
	height: 100%;
}
.dtc{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.body{
	overflow: hidden;
	position: relative;
	height: calc(100vh - 34px);
}



/* ! Footer */
.footer{
	padding: 10px 0;
	font-weight: 300;
	font-size: 12px;
	text-align: center;
	position: relative;
	background: #fff;
	z-index: 5;
}

.footer1{
	padding: 10px 0;
	font-weight: 300;
	font-size: 12px;
	text-align: center;
	position: relative;
	background: #fff;
	z-index: 5;
}

.footer2{
	padding: 10px 0;
	font-weight: 300;
	font-size: 12px;
	text-align: center;
	position: relative;
	background: #fff;
	z-index: 5;
}




/* ! Section Register */
#register-button{
	position: absolute;
	bottom: 100%;
	left: -150px;
	width: 100%;
	text-align: center;
	z-index: 999;
}
#register-button a{
	font-size: 15px;
	font-weight: 300;
	color: #9f6451;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	position: relative;
	padding-bottom: 65px;
}
.section-register.show #register-button a:hover{
	/*color: #fff;*/
}
#register-button a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0px;
	bottom: -5px;
	width: 300px;
	height: 29px;
	margin: 0 auto;
	background: url(../images/icon-register.png) no-repeat center;
}
#register-button a:hover:before{
	background-image: url(../images/icon-register.png);
}

.section-register{
	background: #6d6e71;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
}
.section-register.show:before{
	content: '';
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
}
.section-register .content{
	z-index: 2;
	overflow: hidden;
	padding: 0;
}
.section-register .form-boxer{
	position: relative;
	max-height: calc(100vh - 155px);
	overflow: auto;
}

.form{
	padding: 0;
	max-width: 345px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-family: 'Lato', sans-serif;
}
.form h2{
	font-size: 35px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 5px;
}
.form h2 strong{
	font-weight: 700;
}
.form p{
	font-size: 14px;
	font-weight: 300;
	color: #000;
	margin-bottom: 10px;
	text-align: justify;
}
.form .form-group{
	position: relative;
	padding-bottom: 0;
}
.form .input{
	width: 100%;
	border: none;
	border-bottom: 1px solid #9e6451;
	display: block;
	background: transparent;
	font-size: 14px;
	/*color: #000;*/
	color: #FFF;
	font-weight: 300;
	height: 35px;
	padding: 0 20px;
	text-align: left;
}

.form .input1{
	width: 100%;
	border: none;
	border-bottom: 1px solid #9e6451;
	display: block;
	background: transparent;
	font-size: 14px;
	/*color: #000;*/
	color: #000;
	font-weight: 300;
	height: 35px;
	padding: 0 20px;
	text-align: left;
}

.form .select-boxer{
	position: relative;
}
.form .input.select{
	cursor: pointer;
	line-height: 36px;
	overflow: hidden;
	background: url(../images/select-icon.png) no-repeat right 12px center #9e6451;
}
.form .input.select:hover{
	color: #9e6451;
	background-color: #fff;
	font-weight: 700;
	background-image: url(../images/select-icon-2.png);
}
.form .select-boxer .selection {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 5;
	display: none;
	overflow: hidden;
}
.form .select-boxer .selection ul {
	overflow: auto;
	/*max-height: 250px;*/
	border-bottom: 1px solid #9e6451;
}
.form .select-boxer .selection li{
	cursor: pointer;
	background: #fff;
	border: 1px solid #9e6451;
	border-top: none;
	text-align: left;
	font-size: 14px;
	color: #9e6451;
	font-weight: 300;
	padding: 6px 20px;
}
.form .select-boxer .selection li:last-child{
	border-bottom: none;
}
.form .select-boxer .selection li.selected,
.form .select-boxer .selection li:hover{
	background: #9e6451;
	color: #fff;
}
::-webkit-input-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}
.form .margin-top-12{
	margin-top: 12px;
}
.form .checkbox{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 8px;
	width: 12px;
	height: 12px;
	border: 1px solid #000;
	cursor: pointer;
	display: block;
}
.form .checkbox-label{
	text-align: justify;
	font-size: 12px;
	color: #000;
	font-weight: 300;
	position: relative;
	display: block;
	padding-left: 30px;
	cursor: pointer;
}
.form .checkbox-label .checked {
	opacity: 1;
	z-index: 2;
}
.form .checkbox-label .checked:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
    font: normal normal normal 14px/1 FontAwesome;
	font-size: 8px;
	color: #000;
	font-weight: 300;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 10px;
    line-height: 10px;
    text-align: center;
}
.form .checkbox:checked + .checkbox-label .checked:before{
	content: "\f00c";
}
.form .checkbox-label a{
	color: #000;
	text-decoration:underline;
}
.form .button{
	margin-top: 20px;
}

@media screen and (max-width:520px) {
	.form {
		max-width: 280px;
	}
	.form h2{
		font-size: 30px;
	}
	.form p{
		font-size: 14px;
	}
}


#thank-boxer{
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	display: none;
}
#thank-boxer .dtc{
	padding: 60px 0;
}
#thank-boxer h6{
	font-size: 21px;
	color: #fff;
	font-weight: 700;
}
#thank-boxer p{
	font-size: 17.5px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 30px;
}

@media screen and (max-width:520px) {
	#thank-boxer {
		max-width: 420px;
	}
	#thank-boxer h6{
		font-size: 16px;
		margin-bottom: 20px;
	}
	#thank-boxer p{
		font-size: 12px;
	}
}




.white-color{
	color:FFFFF;
}