@charset "utf-8";
/* CSS Document */
/* Big screens************************************************************************/
.register-form .form-group input {
	padding-left: 0;
}
.register-form .checkbox-inline:first-child {
	padding-left: 0;
}
.register-form .form-group .checkbox-inline {
	padding-bottom: 10px;
	padding-top: 5px;
}
#txt-comingsoon {
	top: 35%;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}
#txt-comingsoon img {
	max-width: 70%;
}
@media only screen and (min-width: 1400px) {
#form-right #btn-submit {
	margin-top: 42px;
}
}

 @media only screen and (min-width: 993px) and (max-width: 1399px) {
#form-right #btn-submit {
	margin-top: 81px;
}
}
/*md***********************************************************************************/
@media only screen and (min-width: 993px) {
#btn-logo {
	display: block;
}
#h4-360, #h4-golden {
	margin-top: 22px;
}

}
@media only screen and (max-width: 992px) {
#txt-comingsoon {
	top: 25%;
}
#nav-primary-lg {
	left: 25px;
}
.google-maps iframe {
	height: 300px;
}
#btn-logo {
	display: none;
}
#btn-registernow { padding-left:11px; padding-right:11px;}
}
/*sm***********************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.pl-0-sm {
	padding-left: 0;
}
.pr-0-sm {
	padding-right: 0;
}
#nav-primary-lg > ul li {
	margin-right: 10px;
}
.plr-0-sm {
	padding-left: 0;
	padding-right: 0;
}
}
@media only screen and (min-width: 768px) {
#splash-zone {
	background: #fff url(../images/img_banner_01.jpg)0 50% no-repeat;
}
#cube {
	display: block;
}
.register-form .box.form-item {
	border-bottom: 1px dotted #000;
}
.menu-zone #btn-registernow {
	text-align: right;
}
.btn-close {
	display: none;
}
}

/*xs***********************************************************************************/

@media only screen and (max-width: 767px) {
#splash-zone {
	background: #fff url(../images/img_banner_01_sm.jpg)0 50% no-repeat;
	display: none;
}
#btn-logo {
	display: none;
}
.register-form .form-group {
	border-bottom: 1px dotted #000;
	padding-bottom: 15px;
	padding-top: 0px;
	display: block;
}
#cube {
	max-height: 75%;
	max-width: 100%;
	background-image: none;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 70px;
	z-index: 100;
}
#cube img {
	max-width: 80%;
}
.menu-zone #btn-registernow {
	text-align: center;
}
#cube #txt-cm {
	text-align: center;
	margin: auto auto 10px;
}
#txt-cm img {
	max-width: 50%;
}
#form-pass {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
}
#form-pass .box {
	width: 400px;
	margin: 100px auto;
	max-width: 100%;
	padding: 20px;
	text-align: center;
}
#form-pass.sugarcube {
	background: rgba(155,95,14,0.85);
}
#form-pass.honeycomb {
	background: rgba(253,189,19,0.85);
}
.btn-close {
	display: inline-block;
	float: right;
}
.mtb-xs-20 {
	margin: 20px 0;
}
#txt-comingsoon {
	top: 15%;
}
#txt-comingsoon img {
	max-width: 40%;
}
.mtb-25-sm {
	margin-top: 25px;
	margin-bottom: 25px;
}
#menu {display:none;}
}

/*Document ends*/
