

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#mainSection{
	width:100%;
	display:block;
	min-height:100vh;	
}
#rightImage{
	display:block;
	width:50%;
	background:url(../img/banner1.jpg) no-repeat center top;
	background-size:cover;
	min-height:100vh;
	float:right;	
}
#leftContent{
	width:50%;
	display:block;
	float:right;
	min-height:100vh;	
	text-align:center;
}
#logo{
	margin-top:10vh;
	display:block;
	position:relative;	
}
h1{
	font:20px rl;
	color:#979797;
	text-transform:uppercase;
}
.container{
	width:70%;
	margin:0 0 0 15%;
}
.container p{
	font:14px/26px op;
	color:#8f8f8f;	
}
#registerBut, #galleryView, #visibleMobile{
	font:15px op;
	color:#575757;
	padding:14px  30px;
	margin-top:15px;
	display:inline-block;
	border:solid 1px #d7d7d7;
	text-transform:uppercase;
	cursor:pointer;
	text-decoration:none;
}
#leftContent a:visited {
	text-decoration:none;
}
#registerSection{
	display:block;
	float:left;
	width:100%;
	min-height:100vh;
	background:#e5e5e5 url(../img/banner2.jpg) no-repeat left top;
	background-size:auto 100%;	
}
#rightRegister{
	float:right;
	display:block;
	background:rgba(255,255,255,.5)	;
	border-left:solid 1px #fff;
	width:50%;
	min-height:100vh;
	clear:both;
	position:relative;
}
#regs{
	width:100%;
	width:70%;
	position:relative;
	margin:10vh 0 0 15%;	
}
#regs h2{
	font:28px rl;
	color:#979797;
	text-transform:uppercase;	
	margin:15px 0 10px 0;
}
.form-group{
	display:block;
	float:left;
	width:100%;
	clear:both;
}
.form-group label{
	width:100%;
	display:block;
	float:left;
	font:13px op;
	margin:7px 0 4px 0;
	color:#979797;
}
input.form-control, textarea.form-control{
	box-sizing:border-box;
	width:100%;
	height:40px;	
	padding:0 12px;
	background:rgba(255,255,255,.5);
	border:solid 1px #f0ece7;
	transition:all .3s ease;
	font-size:14px;
	color:#666;
	min-width:100%;
	max-width:100%;
}
textarea.form-control{
	height:60px;	
	padding:12px 12px;
}
input.form-control.error, textarea.form-control.error{
	border:solid 1px #f00;
}
input#txtPromoCode.error{
	background-image:url(../img/cross.png);
	background-repeat:no-repeat;
	background-position:right center;
}
input#txtPromoCode.valid{
	background-image:url(../img/tick.png);
	background-repeat:no-repeat;
	background-position:right center;
}
input.form-control:focus, textarea.form-control:focus{
	background:#fff;	
}
#btnRegister{
	margin:15px 0 0 0;
	font:15px op;
	color:#575757;
	padding:14px  30px;
	display:inline-block;
	border:solid 1px #d7d7d7;
	text-transform:uppercase;
	cursor:pointer;	
}
.loading, .done{
	width:100%;
	height:100%;
	position:absolute;
	text-align:center;
	left:0;
	right:0;
	bottom:0;
	top:0;
	box-sizing:border-box;
	padding:0 15px;
	color:#979797;
	display:none;
	z-index:2000;
	font:18px/26px rl;
}
.loading h3, .done h3{
	margin-top:25vh;
}
.done h3{
	margin-top:15vh;
		
}
#leftRegister{
	display:none;	
}

#registerBut{
	
}
.btn-1c {
	cursor: pointer;
	display: inline-block;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index:500;
}
.btn-1c:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all .5s ease, color 1.5s ease;
	-moz-transition: all .5s ease, color 1.5s ease;
	transition: all .5s ease, color 1.5s ease;
}
.btn-1c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:1000
	transition:all .5s ease;
}
.btn-1c:after {
	background: #fff201;
}
.btn-1c:hover{
	color:#fff;
	border-color:#fff201;
	text-shadow:1px 1px 4px rgba(0,0,0,.1);
}
#btnRegister.btn-1c:after {
	background: #222;
}
#btnRegister:hover{
	color:#fff;
	border-color:#222;
	text-shadow:1px 1px 4px rgba(0,0,0,.1);
}

.btn-1c:hover,
.btn-1c:active {
	text-decoration:none;
	color:#fff;
}

.btn-1c:hover:after,
.btn-1c:active:after {
	width: 100%;
}


@media (max-width: 992px) {
	#rightImage{
		width:100%;
		min-height:90vh;
		display:block;
		float:left;
		clear:both;	
		/*background-size:100% auto;*/
	}
	#leftContent{
		width:100%;
		position:relative;
		margin-top:-40px;	
		min-height:100px;
		padding-bottom:70px;
	}
	#logo{
		margin-top:0;	
	}
	#leftContent h2 img{
		width:280px;	
	}
	#registerSection{
		background:#e5e5e5;	
	}
	#leftRegister{
		display:block;
		min-height:50vh;
		display:block;
		float:left;
		width:100%;
		background:url(../img/banner2.jpg) no-repeat center center;
		background-size: cover;
	}
	#rightRegister{
		width:100%;	
		min-height:300px;
		padding-bottom:60px;
	}
	/*.form-group label{
		display:none;	
	}*/
	.form-group{
		padding-bottom:15px	
	}
	#regs h2{
		font-size:22px;	
	}
	
	
}
@media (max-width: 600px) {
	#logo img{
		width:70px;
	}
	#regs{
		 margin: 12vh 0 0 5%;
   		 width: 90%;	
	}
	.container{
		 margin: 5px 0 0 5%;
   		 width: 90%;	
	}
	#btnRegister{
		width:100%;
	}
	#rightImage{
		min-height:70vh;
	}
	#regs{ 
		box-sizing: border-box;
   	 	margin: 12vh 0 0;
    	padding: 0 40px;
    	width: 100%;
	}
	input.form-control{
		height:45px;	
	}
	
	.loading, .done{
		font:16px/29px rl;	
		padding: 0 40px;
	}
	
}
@media (max-width: 480px) {
	#rightImage{
		min-height:60vh;
	}
}













