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

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

}

body {
    min-height: 100vh;
}

bh1 {
text-transform:uppercase;	
}

h2 {
text-transform:uppercase;
color:#3E3E3E;
}


/* SLIDER */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input.check {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.check:checked + .slider {
  background-color: #8fc239;
}

input.check:focus + .slider {
  box-shadow: 0 0 1px #a3d552;
}

input.check:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/* Aspect ratio */
.aspect-1-1 {
    width: 100%;
    padding-top: 100%;
    position: relative; 
}

.aspect-16-9 {
    width: 100%;
    padding-top: 56.25%; 
    position: relative; 
}

.aspect-4-3{
    width: 100%;
    padding-top: 75%; 
    position: relative; 
}

.aspect-3-2{
    width: 100%;
    padding-top: 66.66%; 
    position: relative; 
}

.aspect-8-5{
    width: 100%;
    padding-top: 62.5%; 
    position: relative; 
}

.text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Drop files */

#drop-zone {
    width: 100%;
    padding: 30px;
    border: 2px dashed rgba(0, 0, 0, .3);
    border-radius: 10px;
    font-family: Arial;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #7E7E7E;

	-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;

}
#drop-zone input {
    position: absolute;
    cursor: pointer;
    left: 0px;
    top: 0px;
    opacity:0;
}
/*Important*/
 #drop-zone.mouse-over {
    border: 3px dashed rgba(0, 0, 0, .3);
    color: #7E7E7E;
    
}
/*If you dont want the button*/
 #clickHere {
    display: inline-block;
    cursor: pointer;
    color: white;
    font-size: 17px;
    width: 170px;
    border-radius: 4px;
    background-color: #4679BD;
    padding: 10px;

	font-family: 'Raleway', sans-serif;
	font-weight:700;
	
}
#clickHere:hover {
    background-color: #376199;
}
#filename {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5em;
}
.file-preview {
    background:#ccc;
    border:5px solid #fff;
    box-shadow:0 0 4px rgba(0, 0, 0, 0.5);
    display:inline-block;
    width:60px;
    height:60px;
    text-align:center;
    font-size: 14px;
    margin-top:5px;
}
.closeBtn:hover {
    color:red;
}

/* Form build */
#Order_line {
	margin:0;
	padding:0;
}
.taps-grey {

	-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;

	background-image: url(https://ik.imagekit.io/z1lv3ntly0j68/images/taps-grey-bottom.jpg), url(https://ik.imagekit.io/z1lv3ntly0j68/images/taps-grey-top.jpg);
	background-position: top center, bottom center;
	background-repeat: repeat-x;
	background-color:#fff;
	padding:30px 10px;
	}

/* Sign in */
.signin-containers {
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	overflow: auto;
	background-color: #292929;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.50) 50%);
	background-image: url("https://wiggo.dk/images/galaxy.webp");
	background-position: center center;
	background-size: cover;
	background-blend-mode: soft-light,screen;
}


.row-hightlight { 
	height: 79px; 
	line-height: 79px; 
	background-color:#e6e9ed;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
			box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
}


.signinformular input.error {
	padding:15px; 
	background-color:#fff;
	border:3px solid #fe9a9a;
	font-size:18px;
	width:100%;
	text-align:center;
	border-radius:5px;
	margin:10px 0px;

	font-family: 'Poppins', sans-serif;
	font-weight:700;
	
	-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;
}

.signinformular input.valid {
	padding:15px; 
	background-color:#fff;
	border:3px solid #fff;
	font-size:18px;
	width:100%;
	text-align:center;
	border-radius:5px;
	margin:10px 0px;

	font-family: 'Poppins', sans-serif;
	font-weight:700;
	
	-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:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* icon */
.icon { 
	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;
}

 
/* link */
.signin {
	padding:15px;
	background-color:#f2f2f2;
	text-decoration:none;
	text-transform:Uppercase;
	color:#000;
	border-radius:30px;
	margin:3px;
	border:none;
	font-weight:700;
	font-size:12px;


}

.signin:hover {
	background-color:#59c0ed;
	color:#fff;
}


/* Pagination */
ul.pagination {
	list-style:none;
	padding:10px;


}
ul.pagination li {
	list-style:none;
	float:left;
	padding:15px;
	background-color:#42a5f5;
	margin:4px;
	text-align:center;

	border-radius:3px; 
	display:cell;
	width:auto;
	border:none;
	color:#fff;
	line-height:15px;

	-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;

}

ul.pagination li:hover {
	background-color:#ef5350;

	-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;

}

ul.pagination li a {
	color:#fff;
	text-decoration:none;
	font-weight:700;
}

/* Popup */
.columnheader {
	width:auto;
	padding:15px 0px;
	margin-bottom:15px;
	color:#000;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	border-bottom:solid 1px rgba(0, 0, 0, 0.1);

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}
#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; 
}

/* Tables */

.form .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;
}

.form .row {
	font-weight:400; 
	width:100%; 
	margin:auto;
	display:table;
	padding:5px 0px;

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

.form .cell {
	padding:10px 5px; 
	display:table-cell; 
	width:auto;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;

	-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;
}


.form input.error {
	padding:15px; 
	background-color:#cd7d7c;
	border:none;
	font-size:18px;
	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;
}


input[type="text"] {
	padding:11px; 
	background-color:#fff;
	font-size:18px;
	width:100%;
	font-weight: 700;
	border-radius:4px;
	border:1px #fff solid;
	
	-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:11px; 
	background-color:#fff;
	font-size:18px;
	width:100%;
	font-weight: 700;
	border-radius:4px;
	border:1px #fff solid;
	
	-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;
}

textarea {
	padding:11px; 
	background-color:#fff;
	font-size:18px;
	width:100%;
	font-weight: 700;
	border-radius:4px;
	border:1px #fff solid;
	
	-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[disabled="disabled"], select[disabled="disabled"] , textarea[disabled="disabled"]  {
	padding:11px; 
	background-color:#f2f2f2;
	font-size:18px;
	width:100%;
	font-weight: 700;
	border-radius:4px;
	border:1px #ebf0f4 solid;
	
	-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:11px; 
	background-color:#fff;
	font-size:18px;
	width:100%;
	border-radius:4px;
	border:1px #ebf0f4 solid;
	
	-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="search"] {
	padding:11px; 
	background-color:#fff;
	font-size:18px;
	width:100%;
	border-radius:4px;
	border:1px #ebf0f4 solid;
	
	-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.es-input { 
	padding:15px; 
	background-color:#fff;
	border:none;
	font-size:18px;
	width:100%;

 }
 
.es-list { 
	position: absolute; 
	padding: 0; 
	margin: 0; 
	border:none; 
	display: none; 
	z-index: 1000; 
	background: #fff; 
	max-height: 160px; 
	overflow-y: auto;
	-moz-box-shadow: 0 2px 5px #ccc; 
	-webkit-box-shadow: 0 2px 5px #ccc; 
	box-shadow: 0 2px 15px #ccc; 
}

.es-list li { 
	display: block; 
	padding: 5px 10px; 
	margin: 0;
	font-family: 'Poppins', sans-serif;
 }

.es-list li:hover { 
	background-color:#CCC 
}

.es-list li[disabled] { 
	opacity: .5; 
}


select {
	padding:11px; 
	background-color:#fff;
	border:none;
	font-size:18px;
	width:100%;
	font-weight: 700;
		
	-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;
}

.textarea {
	padding:15px; 
	background-color:#fff;
	border:none;
	font-size:18px;
	width:100%;
	height:150px;
	font-weight: 700;
	border-radius: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;
}

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

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

.table .row-head .cell {
	padding:10px 10px 10px 0px; 
	display:table-cell; 
	width:auto;
 	vertical-align:middle;
 	font-size:14px;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}
.table .row:first-child {
    border-top: none;
}

.table .row {
    width: 100%;
    margin: auto;
    display: table;
    vertical-align: middle;
    font-size: 10px;
    border-top: 1px #ccc solid;

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


.table .row .cell:first-child {
	padding:8px 10px 8px 0px; 
	display:table-cell; 
	width:auto;
	font-size:14px;
 	vertical-align:middle;
	font-weight: 400;

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

.table .row .cell {
	padding:8px 10px 8px 0px; 
	display:table-cell; 
	width:auto;
 	vertical-align:middle;
 	font-size:14px;
	font-weight: 400;

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

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

.droptarget .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;
}

.droptarget .row {
	font-weight:400; 
	width:100%; 
	margin:auto;
	display:table;
	
	
	padding:10px 0px;
	border-bottom:1px solid #e6e9ed;

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

.droptarget .cell {
	padding:10px 10px; 
	display:table-cell; 
	width:auto;
 	vertical-align:middle;
	overflow:hidden;
	font-size:12px;

	-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;
	background-color:#fff;
	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;
}

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

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

.small-calendar .row {
	font-weight:400; 
	width:100%;
	padding:5px 5px; 
	margin:4px auto;
	display:table;
	text-align:center;

	-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;
}
.small-calendar .row:hover {
	background-color:#fff;
	border-radius:20px;
}

.small-calendar .cell {
	padding:3px; 
	display:table-cell; 
	width:14.28%;
	vertical-align:top; 
	overflow:hidden;
	text-align:center;
	font-size:12px;

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


/* Account */

div.account {
	width:100%; 
	text-align:center;
	padding:20px;
	-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;
}


div.account img {
	border-radius:200px;
	margin:auto;
	width:100%;
	max-width:180px;
	border:5px solid rgba(101, 109, 121, 0.2);
}

div.account h1 {
	font-family: 'Poppins', sans-serif;
	margin:0;
	padding-top:4px;
	color:#fff;
	font-size:23px;
}
div.account p {
	font-family: 'Poppins', sans-serif;
	margin:0;
	padding-bottom:4px;
	color:#fff;
	opacity:0.5;
	font-size:15px;
}

/* Logo */

p.logo {
	font-family: 'Poppins', sans-serif;
	padding:0;
	margin:0;
	color:#fff;
	font-weight:700;
}

/* Buttons */

.search  {
	background-image:url(https://ik.imagekit.io/z1lv3ntly0j68/images/png/magnifying-glass-8x.png);
	background-position:right 22px center;
	background-repeat:no-repeat;
	background-size:20px 20px;
}

.calendar  {
	background-image:url(https://ik.imagekit.io/z1lv3ntly0j68/images/png/calendar-8x.png);
	background-position:right 12px center;
	background-repeat:no-repeat;
	background-size:20px 20px;
}

.barcode  {
	background-image:url(https://ik.imagekit.io/z1lv3ntly0j68/images/png/barcode-8x.png);
	background-position:right 12px center;
	background-repeat:no-repeat;
	background-size:20px 20px;
}

.submit {
	
	color:#292929;
	border:2px #292929 solid;
	padding: 10px 15px;
	font-size: 16px;
	border-radius: 4px;
	background-color: transparent;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;

}

.submit-red {
	
	color:#fff;
	border:2px #740204 solid;
	padding: 10px 15px;
	font-size: 16px;
	border-radius: 4px;
	background-color: #740204;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;

}

.submit-button {
	
	color:#292929;
	border:2px #292929 solid;
	padding: 10px 15px;
	font-size: 16px;
	border-radius: 4px;
	background-color: transparent;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;

}

.button-box {
    display: inline-block;
    cursor: pointer;
	padding: 10px 0px
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}


a.customer-button {
	font-family: 'Poppins', sans-serif;
	background-color:#c2deeb; 
	padding:10px 20px;
	color:#526573;
	text-transform:uppercase;
	font-size:15px;
	font-weight:700;
	
	-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;
}


div.menu-header {
	font-family: 'Poppins', sans-serif;
	background-color:#647784; 
	padding:10px 20px;
	color:#526573;
	text-transform:uppercase;
	font-size:15px;
	font-weight:700;
	
	-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;
}

.menu-button {
	font-family: 'Poppins', sans-serif;
	padding:12px 20px;
	color:#fff;
	text-transform:capitalize;
	font-size:13px;
	font-weight:400;
	letter-spacing: 1.5;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
	cursor:pointer;

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

.menu-button:hover {
	background-color:#79a3bc;
	border-radius: 4px;

}

div.signout-button {
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
	cursor:pointer;
	
	background-color:#292929; 
	width:70px; 
	height:60px;
	padding:0px 10px 0px 10px;
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
	font-weight:700;
	float:right;
	text-align:center;

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

}

div.signout-button:hover {
	background-color:#971012; 
}

div.smallmenu-button {
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
	cursor:pointer;
	
	font-family: 'Poppins', sans-serif;
	background-color:#79a3bc; 
	width:70px; 
	height:60px;
	padding:0px 10px 0px 10px;
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
	font-weight:700;
	float:left;
	text-align:center;

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

div.smallmenu-button:hover {
	background-color:#526573; 
}

i.white {
    border: solid #fff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 4px;
	text-align:right;
}

i.black {
    border: solid #000;
    border-width: 0 4px 4px 0;
    padding: 4px;
	display: inline-block;
	text-align:right;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

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

#mobile {
	display:none;
}

#computer {
	display:inline-block;
}


/* Form build */
.item-line {
	display:table;
	width:100%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.item-text {
	width:100%;
	padding:5px 5px; 
	font-size:12px;
	font-weight:600;
	vertical-align:middle;
	text-transform:uppercase;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}
.item-field {
	display:table-cell;
	padding:5px 5px; 
}

/* Sign in */
.signin-content {
	border-radius:10px;
	width: 100%;
	max-width:450px;
	padding:0;
	margin:0;
	text-align:center;
	'box-shadow: 0px 8px 8px 0px #404040;

}


.signin-content .top {
	background-color:#526573; 
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;
}

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

/* Columns */

.column1 {
	padding:8px 20px;
	width:100%;
	min-height:60px;

	-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:20px;
	min-height:60px;

	-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.3%;
	float:left;
	text-align:left;
	padding:20px;
	min-height:60px;
	
	-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.7%;
	float:left;
	text-align:left;
	padding:20px;
	min-height:60px;

	-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%;
	float:left;
	padding:20px;
	font-size:12px;
	min-height:60px;

	-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%;
	float:left;
	padding:20px;

	-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%;
	float:left;
	padding:20px;
	min-height:60px;

	-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-3 {
	width:60%;
	float:left;
	padding:20px;
	min-height:60px;

	-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%;
	float:left;
	padding:20px;
	min-height:60px;

	-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;
}

.column10-4 {
	width:40%;
	float:left;
	padding:20px;
	min-height:60px;

	-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;
}
.column10-6 {
	width:60%;
	float:left;
	padding:20px;
	min-height:60px;

	-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-1 {
	width:25%;
	float:left;
	padding:20px;
	min-height:60px;

	-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%;
	float:left;
	padding:20px;
	min-height:60px;

	-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: 701px) and (max-width: 1024px){

#mobile {
	display:block;
}

#computer {
	display:none;
}

/* Form build */
.item-line {
	display:table;
	width:100%;
}
.item-text {
	width:100%;
	padding:5px 5px; 
	font-size:12px;
	font-weight:600;
	vertical-align:middle;
	text-transform:uppercase;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}
.item-field {
	display:table-cell;
	padding:5px 5px; 
}

/* Sign In */

.signin-content {
	border-radius:0px;
	width: 100%;
	height:100vh;
	padding:0;
	margin:0;
	text-align:center;
	background-color:#ebf0f4;
}

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

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


/* Columns */

.column1 {
	padding:20px;
	width:100%;
	min-height:60px;

	-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:100%;
	position:relative;
	padding:20px;
	min-height:60px;

	-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:100%;
	float:left;
	text-align:left;
	padding:20px;
	min-height:60px;
	
	-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:100%;
	float:left;
	text-align:left;
	padding:20px;
	min-height:60px;

	-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:50%;
	float:left;
	padding:20px;
	font-size:12px;
	min-height:60px;

	-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:100%;
	float:left;
	padding:20px;

	-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%;
	float:left;
	padding:20px;
	min-height:60px;

	-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-3 {
	width:100%;
	float:left;
	padding:20px;
	min-height:60px;

	-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%;
	float:left;
	padding:20px;
	min-height:60px;

	-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;
}

.column10-4 {
	width:40%;
	float:left;
	padding:20px;
	min-height:60px;

	-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;
}
.column10-6 {
	width:60%;
	float:left;
	padding:20px;
	min-height:60px;

	-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-1 {
	width:100%;
	float:left;
	padding:20px;
	min-height:60px;

	-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:100%;
	float:left;
	padding:20px;
	min-height:60px;

	-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 .post {
	font-weight:700; 
	color:#333333;
	letter-spacing:1.5px;
	text-transform:uppercase;
	width:14.285%; 
	float:left;
	padding:10px 5px;
	font-size:10px;
	border-left:0.5px #fff solid;
	border-right:0.5px #fff solid;

	-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 {
	font-weight:400; 
	padding:10px;
	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;

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

.cal .row {
	font-weight:400; 
	width:100%; 
	padding:5px;
	margin:auto;
	display: none;
	
	-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 .cell {
	padding:10px 10px; 
	width:100%;
	overflow:hidden;
	background-color:#fff;
	font-size:12px;
	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:52px;
	margin:0;
	padding:0;
}

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

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

#mobile {
	display:block;
}

#computer {
	display:none;
}

/* Form build */
.item-line {
	display:table;
	width:100%;
}
.item-text {
	width:100%;
	padding:5px 5px; 
	font-size:12px;
	font-weight:600;
	vertical-align:middle;
	text-transform:uppercase;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}
.item-field {
	display:table-cell;
	padding:5px 5px; 
}

/* Sign In */

.signin-content {
	border-radius:0px;
	width: 100%;
	height:100vh;
	padding:0;
	margin:0;
	text-align:center;
	background-color:#ebf0f4;
}

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

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


/* Columns */

.column1 {
	padding:20px;
	width:100%;
	min-height:60px;

	-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:100%;
	position:relative;
	padding:20px;
	min-height:60px;

	-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:100%;
	float:left;
	text-align:left;
	padding:20px;
	min-height:60px;
	
	-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:100%;
	float:left;
	text-align:left;
	padding:20px;
	min-height:60px;

	-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:100%;
	float:left;
	padding:20px;
	font-size:12px;
	min-height:60px;

	-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:100%;
	float:left;
	padding:20px;

	-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%;
	float:left;
	padding:20px;
	min-height:60px;

	-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-3 {
	width:100%;
	float:left;
	padding:20px;
	min-height:60px;

	-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%;
	float:left;
	padding:20px;
	min-height:60px;

	-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;
}

.column10-4 {
	width:40%;
	float:left;
	padding:20px;
	min-height:60px;

	-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;
}
.column10-6 {
	width:60%;
	float:left;
	padding:20px;
	min-height:60px;

	-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-1 {
	width:100%;
	float:left;
	padding:20px;
	min-height:60px;

	-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:100%;
	float:left;
	padding:20px;
	min-height:60px;

	-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 .post {
	font-weight:700; 
	color:#333333;
	letter-spacing:1.5px;
	text-transform:uppercase;
	width:14.285%; 
	float:left;
	padding:10px 5px;
	font-size:10px;
	border-left:0.5px #fff solid;
	border-right:0.5px #fff solid;

	-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 {
	font-weight:400; 
	padding:10px;
	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;

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

.cal .row {
	font-weight:400; 
	width:100%; 
	padding:5px;
	margin:auto;
	display: none;
	
	-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 .cell {
	padding:10px 10px; 
	width:100%;
	overflow:hidden;
	background-color:#fff;
	font-size:12px;
	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:52px;
	margin:0;
	padding:0;
}

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

/* Tags */
div.tagsinput { 
	background: #FFF; 
	padding:5px; 
	width:100%; overflow-y: auto;
	border-radius:4px;
}
div.tagsinput span.tag { 
	border: 1px solid #a5d24a; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	display: block; float: left; 
	padding: 5px; text-decoration:none;
	background: #cde69c; color: #638421; 
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom:5px;
	font-family: helvetica;
	font-size:20px;
}
div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 20px;  } 
div.tagsinput input { width:80px; margin:0px; font-family: helvetica; 
font-size: 20px; border:1px solid transparent; padding:5px; 
background: transparent; color: #000; outline:0px; margin-top:5px;  margin-right:5px; margin-bottom:5px; }
div.tagsinput div { display:block; float: left; } 
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}



.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); }
} 

