* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	outline: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	background-color: #ffffff;
}

html, body {
	direction: ltr;
	width: 100%;
	height: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

body {
	background-color: #ffffff;
	margin: 0;
	font-family: "Raleway", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	-webkit-transform: scale(1);
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font: normal 12px "Raleway";
	color: #000000;
}

input, textarea, img, label {
	vertical-align: middle;
}

img {
	border: 0;
}

label {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

div.floats {
	width: 100%;
	overflow: hidden;
}

div.clear {
	clear: both;
	font-size: 0;
}

/* Wrapper */
#wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: url('../img/gco/bg-guest.jpg') center center repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#wrap > .bgs {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#wrap > .bgs > div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 3000ms ease;
	-moz-transition: all 3000ms ease;
	-o-transition: all 3000ms ease;
	-ms-transition: "all 3000ms ease";
	transition: all 3000ms ease;
}

#wrap > .bgs > div.active {
	opacity: 1;
	filter: alpha(opacity=100);
}

#wrap > .bgs > div:nth-child(1) {
	background: url('../img/gco/bg-guest-2.jpg') center center repeat;
}

#wrap > .bgs > div:nth-child(2) {
	background: url('../img/gco/bg-guest.jpg') center center repeat;
}

#wrap > .bgs > div:nth-child(3) {
	background: url('../img/gco/bg-guest-3.jpg') center center repeat;
}

/* Spinner */
@keyframes lds-spinner {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-webkit-keyframes lds-spinner {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.lds-spinner {
	position: relative;
}

.lds-spinner div {
	left: 96px;
	top: 39px;
	position: absolute;
	-webkit-animation: lds-spinner linear 1.3s infinite;
	animation: lds-spinner linear 1.3s infinite;
	background: #333;
	width: 8px;
	height: 42px;
	border-radius: 20%;
	-webkit-transform-origin: 4px 61px;
	transform-origin: 4px 61px;
}

.lds-spinner div:nth-child(1) {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

.lds-spinner div:nth-child(2) {
	-webkit-transform: rotate(27.692307692307693deg);
	transform: rotate(27.692307692307693deg);
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.lds-spinner div:nth-child(3) {
	-webkit-transform: rotate(55.38461538461539deg);
	transform: rotate(55.38461538461539deg);
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.lds-spinner div:nth-child(4) {
	-webkit-transform: rotate(83.07692307692308deg);
	transform: rotate(83.07692307692308deg);
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.lds-spinner div:nth-child(5) {
	-webkit-transform: rotate(110.76923076923077deg);
	transform: rotate(110.76923076923077deg);
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.lds-spinner div:nth-child(6) {
	-webkit-transform: rotate(138.46153846153845deg);
	transform: rotate(138.46153846153845deg);
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.lds-spinner div:nth-child(7) {
	-webkit-transform: rotate(166.15384615384616deg);
	transform: rotate(166.15384615384616deg);
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.lds-spinner div:nth-child(8) {
	-webkit-transform: rotate(193.84615384615384deg);
	transform: rotate(193.84615384615384deg);
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.lds-spinner div:nth-child(9) {
	-webkit-transform: rotate(221.53846153846155deg);
	transform: rotate(221.53846153846155deg);
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.lds-spinner div:nth-child(10) {
	-webkit-transform: rotate(249.23076923076923deg);
	transform: rotate(249.23076923076923deg);
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.lds-spinner div:nth-child(11) {
	-webkit-transform: rotate(276.9230769230769deg);
	transform: rotate(276.9230769230769deg);
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.lds-spinner div:nth-child(12) {
	-webkit-transform: rotate(304.61538461538464deg);
	transform: rotate(304.61538461538464deg);
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

.lds-spinner div:nth-child(13) {
	-webkit-transform: rotate(332.3076923076923deg);
	transform: rotate(332.3076923076923deg);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.lds-spinner {
	width: 60px !important;
	height: 60px !important;
	-webkit-transform: translate(-30px, -30px) scale(0.3) translate(30px, 30px);
	transform: translate(-30px, -30px) scale(0.3) translate(30px, 30px);
}

/* Guest Form - Signup & Login */
#gform-w {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 500px;
	height: 300px;
	margin: -150px 0 0 -250px;
}

#gform-w .top {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.6);
	font-size: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#gform-w .top img {
	position: absolute;
	bottom: 0;
	left: 10px;
	max-width: 100%;
	z-index: 4;
}

#gform-w .forms-bg {
	background-color: #fff;
	padding: 30px 20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#login-form {
	display: block;
	margin: 0;
	padding: 0;
}

#login-form .gform {
	min-height: 171px;
}

.gform .mt {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

@keyframes onLoadFadeIn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

.spinner-default {
	display: none;
	width: 60px;
	margin: auto;
}

.gform .afterload {
	display: none;
}

.gform .t {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.input-fields {
	position: relative;
	z-index: 4;
	height: 34px;
}

.email-w, .password-w, .code-w {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	overflow: hidden;
}

.input-error {
	display: none;
	margin-top: 7px;
	font-size: 12px;
	color: #ff0000;
	clear: both;
}

.password-w, .code-w {
	display: none;
	z-index: 6;
}

.email-w .t, .password-w .t, .code-w .t {
	width: 17%;
	line-height: 34px;
	float: left;
}

.input-w {
	position: relative;
	z-index: 3;
	width: 83%;
	float: right;
}

.input-w .state {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	width: 34px;
	height: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
}

.input-w .state.success {
	color: #34bfa3;
}

.input-w .state.error {
	font-size: 34px;
	line-height: 30px;
	color: #f4516c;
}

.input-w input {
	display: block;
	position: relative;
	width: 100%;
	height: 34px;
	margin: 0;
	padding: 0 20px 0 38px;
	border: 1px solid #d2d6de;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: "all 300ms ease";
	transition: all 300ms ease;
}

.email-w .input-w:after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 32px;
	height: 32px;
	background: #fff url('../img/gco/icons/msg.png') 10px center no-repeat !important;
}

.password-w .input-w:after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 32px;
	height: 32px;
	background: #fff url('../img/gco/icons/key.png') 10px center no-repeat !important;
}

.code-w .input-w:after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 32px;
	height: 32px;
	background: #fff url('../img/gco/icons/key.png') 10px center no-repeat !important;
}

.input-w input:-webkit-autofill,
.input-w input:-webkit-autofill:hover,
.input-w input:-webkit-autofill:focus,
.input-w input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.input-w input:focus {
	background-color: #f4f4f4;
}

.input-w input.success {
	border-color: #34bfa3;
}

.input-w input.error {
	border-color: #f4516c;
}

.gform input.submit {
	display: block;
	width: 100%;
	height: 34px;
	background-color: #123659;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 2px;
	border: 0;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: "all 300ms ease";
	transition: all 300ms ease;
}

.gform input.submit:hover {
	background-color: #06223e;
}

.gform input.submit:disabled {
	background: #123659 url('../img/icons/loading.svg') 35% center no-repeat;
	cursor: default;
}

.gform .remember {
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	float: left;
}

.form-toggle {
	display: block;
	margin-top: 15px;
	text-align: right;
	font-size: 14px;
	line-height: 16px;
	color: #123659;
	float: right;
}

label.checkbox input {
	display: none;
	width: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

label.checkbox span {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #fff;
	margin-right: 5px;
	vertical-align: sub;
	border: 1px solid #123659;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all 100ms ease;
}

label.checkbox input ~ span:after {
	content: "✔";
	display: block;
	position: absolute;
	top: -4px;
	left: 1px;
	width: 100%;
	height: 100%;
	text-align: right;
	font-family: sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #123659;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	-ms-transition: "all 100ms ease";
	transition: all 100ms ease;
}

label.checkbox input:active ~ span, label.checkbox input:checked ~ span {
	background: #e8e8e8;
}

label.checkbox input:checked ~ span:after {
	opacity: 1;
	filter: alpha(opacity=100);
}

.gform .social {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 0;
}

.gform .social a {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0 10px;
	font-size: 0;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #123659;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: "all 300ms ease";
	transition: all 300ms ease;
}

.gform .social a:hover {
	background-color: #f4f4f4;
}

.gform .social a.google {
	background-image: url('../img/icons/g.png');
}

.gform .social a.facebook {
	background-image: url('../img/icons/f.png');
}

/* Restore Password */
#restore-form {
	display: none;
	margin: 0;
	padding: 0;
}

#restore-form #rf-success {
	color: #34bfa3;
	padding-top: 10px;
	display: none;
}

/* Reset Password Form */
#reset-form .email-w, #reset-form .password-w, #reset-form.code-w {
	display: block;
	position: relative;
	margin: 5px 0;
}

#reset-form .input-fields {
	height: auto;
}

#reset-form #rf-errors {
	list-style: none;
}

/*--- jQuery Cycle 2 Fix: ---*/
.cycle-slideshow {
	overflow: hidden;
}

.overflow_hidden {
	overflow: hidden;
}

/*--- Gradient support for IE9 ---*/
@media screen and (min-width: 0\0
) {
	.gradient {
		filter: none;
	}
}

/*--- Tablets and computers ---*/
@media only screen and (min-width: 768px) {

}
