@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');

html, body {
	margin:0px;
	padding:0px 0px 0px 0px;
	-webkit-font-smoothing: antialiased;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	width:100%;
	height:100%;
	background-color:#f4f4f4;
	letter-spacing:0.8px;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;

}

@media screen and (min-width: 1025px) and (max-width: 6000px){

	#mobile {
		display:none;
	}

	#computer {
		display: table-cell;
	}

	.wrapper {
		padding: 20px;
	}
}

@media screen and (min-width: 701px) and (max-width: 1024px){

	#mobile {
		display:block;
	}

	#computer {
		display:none;
	}

	.wrapper {
		padding: 10px;
	}	
}


@media screen and (min-width: 0px) and (max-width: 700px){

	#mobile {
		display:block;
	}

	#computer {
		display:none;
	}

	.wrapper {
		padding: 4px;
	}
	
}


/* icon */
.icon { 
	float:right; 
	background-color:#292929; 
	border-radius:500px; 
	width:20px; 
	height:20px; 
	color:#fff;
	font-size: 15px; 
	line-height: 20px;
	vertical-align:middle; 
	text-align:center; 
	padding:13px;
	font-weight: 700;
	text-transform: uppercase;
}
video {
	
	margin-top: 30px; margin-bottom: 30px;
	width:100%;
	max-width:700px;
	background-color: #f2f2f2;
}

#dialogoverlay{
	display: none;
	opacity: 0.6;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	width: 100%;
	z-index: 1000;
	background-color:#000;
}
#dialogbox{
	margin-top:-200px;
	display: none;
	position: fixed;
	width:500px;
	max-width:80%;
	padding:0px;
	z-index: 1000;
	border-radius:6px;
	background-color:#fff; 
	border:0px solid rgba(201, 76, 76, 0.3);
}
#dialogbox > div{ 
	padding:0px;
	border-radius:5px;
}
#dialogbox > div > #dialogboxhead{ 
	padding:0px 0px; 
	font-weight:700; 
	font-size:22px;
	color:#000;
}

#dialogbox h2{ 
	margin:0;
	padding:0;
	text-align:center;
}

#dialogbox > div > #dialogboxbody{ 
	padding:0px 10px 10px 10px; 
	height:auto; 
	font-size:15px; 
	color:#000; 
}

#dialogbox > div > #dialogboxfoot{ 
	padding:30px 10px; 
	background-color:#fff;
	border-bottom-right-radius: 4px; 
	border-bottom-left-radius: 4px; 
}


.table .row-head {
	font-weight:700; 
	color:#333333;
	letter-spacing:1.5px;
	text-transform:uppercase;
	width:100%; 
	margin:auto;
	font-size:10px;
	display:table;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.table .row:first-child {
	width:100%; 
	margin:auto;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
	border-top: 0px #fff solid;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}
.table .row {
	width:100%; 
	margin:auto;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
	border-top: 1px #fff solid;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.table .cell p {
	font-size:12px;
	margin:0;
	padding:0;
}

.table .cell:first-child {
	padding:10px 10px 10px 0px; 
	display:table-cell; 
	width:auto;
 	vertical-align:middle;
 	font-size:18px;
	font-weight: 700;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.table .cell {
	padding:10px 10px; 
	display:table-cell; 
	width:auto;
 	vertical-align:middle;
 	font-size:18px;
	font-weight: 700;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}
.table .cell:last-child {
	padding:10px 0px 10px 10px; 
	display:table-cell; 
	width:auto;
 	vertical-align:middle;
 	font-size:18px;
	font-weight: 700;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}


.cal .post {
	font-weight:700; 
	color:#333333;
	letter-spacing:1.5px;
	text-transform:uppercase;
	width:14.285%; 
	float:left;
	padding:10px;
	font-size:10px;
	border-top:2px #f4f4f4 solid;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.cal .head {
	font-weight:400; 
	padding:10px;
	padding-top:30px;
	width:100%; 
	margin:auto;
	font-size:3vh;
	text-align:center;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.cal .row {
	font-weight:400; 
	width:100%; 
	padding:10px 5px;
	margin:auto;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}


.cal .cell {
	padding:10px 10px; 
	width:100%;
	overflow:hidden;
	font-size:10px;
	margin-bottom:5px;
	border-radius:40px;
	display:table;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.cal .inner-cell {
	padding:3px 3px; 
	width:auto;
	display:table-cell;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.cal .head h1 {
	/* font-family: 'Fjalla One', sans-serif; */
	font-size:32px;
	margin:0;
	padding:0;
}

.cal .head p {
	font-size:10px;
	margin:0;
	padding:0;
}

.cal .post a {	
	text-decoration: none;
	color:#000;
}

/* loader animation */
.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
	margin:100px auto;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}  

	
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.5s;
  animation-name: fade;
  animation-duration: 0.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.box {
	*background-color: #f2f2f2;
	display: table;
	vertical-align: middle;
	border-radius: 4px;
	width:100%;
	padding: 10px 10px;
	height: 150px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
	
}
.box label {
	border-radius: 4px;
	display: table-cell;
	vertical-align: middle;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    /* padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

	

/* style 5 */

.inputfile-5 + label {
    color: #d3394c;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
    color: #722040;
}

.inputfile-5 + label figure {
    width: 100px;
    height: 135px;
    background-color: #d3394c;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
    background-color: #722040;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.inputfile-5 + label figure::before {
    border-top: 20px solid #dfc8ca;
    border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
    border-bottom: 20px solid #722040;
    border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
    border-bottom-color: #d3394c;
}

.inputfile-5 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


a.menu {

	background-color: #292929; 
	color:#f2f2f2;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	padding: 13px 18px;
	vertical-align: middle;
	text-decoration: none;

}	
a.menu:hover {

	color:#292929;
	background-color: #fff; 
	box-shadow: 0px 5px 8px 0px #ccc;

}	
	
/* shop - basket */
.basket .row-head {
	font-weight:700; 
	color:#f2f2f2;
	letter-spacing:1.5px;
	text-transform:uppercase;
	width:100%; 
	padding:10px 10px;
	margin:auto;
	font-size:13px;
	display:table;
	border-radius: 4px;
	margin-top: 3px;
	background-color:#292929;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}
	
.basket .row-head:hover {
	font-weight:700; 
	color:#292929;
	letter-spacing:1.5px;
	text-transform:uppercase;
	width:100%; 
	padding:10px 10px;
	margin:auto;
	font-size:13px;
	display:table;
	border-radius: 4px;
	margin-top: 3px;
	background-color:#fff;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.basket .row {
	font-weight:400; 
	width:100%; 
	margin:auto;
	display:table;
	padding:0px;
	border-top: 1px #f2f2f2 solid;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}
.basket .row:first-of-type {
	font-weight:400; 
	width:100%; 
	margin:auto;
	display:table;
	padding:0px;
	border-top: 0px #f2f2f2 solid;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}
/* shop - basket */
.basket .row-head .cell {
	padding:10px 5px; 
	display:table-cell;
	width:auto;
	font-size:15px;
	font-weight:700;
	vertical-align: middle;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

}
	
.basket .cell {
	padding:14px 5px;
	display:table-cell;
	width:auto;
	font-size:15px;
	font-weight:700;
	vertical-align: middle;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

}

.basket .cell:first-child {
	padding:15px 5px; 
	display:table-cell;
	width:auto;
	font-size:15px;
	font-weight:700;
	vertical-align: middle;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

}

.basket .cell:last-child {
	padding:15px 5px; 
	display:table-cell;
	width:auto;
	font-size:15px;
	font-weight:700;
	vertical-align: middle;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

}
	

textarea {
	padding:15px; 
	background-color:#f2f2f2;
	border:none;
	font-size:15px;
	width:100%;
	min-height: 137px;
	border-radius:4px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}
	

input[type="text"] {
	padding:15px; 
	background-color:#f2f2f2;
	border:none;
	font-size:15px;
	width:100%;
	border-radius:4px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}
input[type="email"] {
	padding:15px; 
	background-color:#f2f2f2;
	border:none;
	font-size:15px;
	width:100%;
	border-radius:4px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}
input[type="password"] {
	padding:15px; 
	background-color:#f2f2f2;
	border:none;
	font-size:15px;
	width:100%;
	border-radius:4px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}	



input.error {
	background-color:#cd7d7c;
	border:none;
	width:100%;
	border-radius:4px;
	color:#fff;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}


.button {
	margin-top: 30px;
	padding:15px; 
	background-color: transparent;
	border:2px #292929 solid;
	font-size:15px;
	width:180px;
	border-radius:4px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	color: #000;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}
.button-small {
	margin-top: 30px;
	padding:10px; 
	background-color: transparent;
	border:2px #292929 solid;
	font-size:12px;
	width:125px;
	border-radius:4px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	color:#000;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}
.button:hover {
	background-color: #292929;
	border:2px #292929 solid;
	color:#f2f2f2;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}
	
select {
	padding:15px; 
	background-color:#f2f2f2;
	border:none;
	font-size:15px;
	width:100%;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
		
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}
	
	
/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
	text-align: left;
	font-size:15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

@media screen and (min-width: 1024px) and (max-width: 5024px){

	/* Sign in */
	.signin-containers {
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		overflow: auto;
	}
	/* Sign in */
	.signin-content {
		border-radius:10px;
		width: 100%;
		max-width:450px;
		padding:0;
		margin:0;
	}


	.signin-content .top {
		background-color:transparent; 
		border-top-left-radius: 10px; 
		border-top-right-radius: 10px;
	}

	.signin-content .bottom {
		border-bottom-left-radius: 10px; 
		border-bottom-right-radius: 10px;
	}

	.floater {
		margin:auto;
		width:100%;
		padding:0px 20px 50px 20px;
		max-width: 1200px;
		padding-top: 0px;
		padding-bottom: 200px;

		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-appearance:none;

		-webkit-transition:all .25s;
		-moz-transition:all .25s;
		-ms-transition:all .25s;
		-o-transition:all .25s;
		transition:all .25s
	}
	
	.column1 {
	padding:4px;
	width:100%;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	/*
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
	*/
	}
	.column2 {
		width:50%;
		position:relative;
		float:left;
		padding:4px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		/*
		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
		*/
	}
	.column4 {
		width:25%;
		position:relative;
		float:left;
		padding:4px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		/*
		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
		*/
	}
	.column4-3 {
		width:75%;
		position:relative;
		float:left;
		padding:4px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		/*
		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
		*/
	}
	.column3 {
		width:33.33%;
		position:relative;
		float:left;
		padding:4px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		/*
		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
		*/
	}
	.column3-2 {
		width:66.67%;
		position:relative;
		float:left;
		padding:4px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		/*
		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
		*/
	}
	.column5-1 {
		width:20%;
		position:relative;
		float:left;
		padding:4px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		/*
		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
		*/
	}
	.column5-2 {
		width:40%;
		position:relative;
		float:left;
		padding:4px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		/*
		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
		*/
	}
	.column5-4 {
		width:80%;
		position:relative;
		float:left;
		padding:4px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		/*
		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
		*/
	}
	
}

@media screen and (min-width: 0px) and (max-width: 1024px){

	/* Sign in */
	.signin-containers {
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100vh;
		overflow: auto;
	}
	
	.signin-content {
		border-radius:0px;
		width: 100%;
		height:100vh;
		padding:0;
		margin:0;
		text-align:center;
		background-color:#fff;
	}

	.signin-content .top {
		background-color:#fff; 
		padding-top:50px;
		border-top-left-radius: 0px; 
		border-top-right-radius: 0px;
	}

	.signin-content .bottom {
		background-color:#fff; 
		border-bottom-left-radius: 0px; 
		border-bottom-right-radius: 0px;
	}


	.floater {
		margin:auto;
		width:100%;
		padding:0px 4px 30px 4px;
		max-width: 100%;
		padding-bottom: 200px;

		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-appearance:none;

		-webkit-transition:all .25s;
		-moz-transition:all .25s;
		-ms-transition:all .25s;
		-o-transition:all .25s;
		transition:all .25s
	}
	
	.column1 {
		width:100%;
		padding:4px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}
	.column2 {
		width:100%;
		position:relative;
		float:left;
		padding:4px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}
	.column3 {
		width:100%;
		position:relative;
		float:left;
		padding:4px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}
	.column4 {
		width:50%;
		position:relative;
		float:left;
		padding:4px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}
	.column4-3 {
		width:100%;
		position:relative;
		float:left;
		padding:4px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}
	.column3-2 {
		width:100%;
		position:relative;
		float:left;
		padding:4px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

	}
	.column5-1 {
		width:100%;
		position:relative;
		float:left;
		padding:4px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		/*
		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
		*/
	}
	.column5-2 {
		width:100%;
		position:relative;
		float:left;
		padding:4px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		/*
		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
		*/
	}
	.column5-4 {
		width:100%;
		position:relative;
		float:left;
		padding:4px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
		-webkit-appearance: none;

		/*
		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
		*/
	}
}
	
	
	
/* Style the header: fixed position (always stay at the top) */
.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 8px;
  background: #ccc;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 8px;
  background: #4caf50;
  width: 0%;
}